@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  background: #f1f1f1;
}
header {
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.no-mp {
  margin: 0px;
  padding: 0px;
}
.topBlack {
  background: #111;
  height: 30px;
}
.topBlack01 {
  background: #111;
  height: 30px;
}
.topBlack01::before {
  background-color: #3575d3;
  content: "";
  height: 30px;
  position: absolute;
  width: 50%;
}
.topBlack02::before {
  background-color: #111111;
  content: "";
  height: 30px;
  position: absolute;
  width: 100%;
}
.whiteTop {
  background-color: white;
  height: 30px;
}
.topBlackLeft {
  background: #FFF;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.topBlackLeft::after {
  content: '';
  background: #111;
  width: 50%;
  height: 30px;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.topBlackLeft01::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.topBlackLeftWrap {
  position: relative;
  z-index: 99;
  background: #111;
  height: 30px;
}
.topBlackLeftWrap .domain {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.topBlackLeftWrap .domain:hover {
  color: #8DDF25;
}
.topwrapLeft01 {
  display: none;
}
.topwrapLeft::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.topwrap {
  background-color: #3575D3;
}
.logo01 {
  background-color: white;
  text-align: center;
  z-index: 99;
  height: 100px;
  margin-top: -30px;
}
.logo01 a {
  display: block;
  padding-top: 5px;
  height: 100px;
  text-align: center;
}
.noBg {
  background-color: transparent !important;
  height: 95px;
}
.logo01-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.noBg img {
  margin-top: 0px !important;
}
.menu {
  position: relative;
  z-index: 9;
  background: #3575d3;
  height: 70px;
}
.navbar-default {
  background-color: #3575d3;
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #FFF;
}
.navbar-nav>li>a {
  border-right: 1px solid #1252b0;
  font-size: 13px;
  padding: 25px 17px;
  text-transform: capitalize;
}
.more-margin>li>a {
  padding: 37px 20px !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: #0D53B4;
  color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: #0D53B4;
  color: #FFF;
}
.navbar-brand {
  color: #fff !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 20px;
  padding: 15px;
  text-transform: uppercase;
}
.navbar-toggle {
  background-color: white;
  border: 1px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}
.billingInfo {
  display: inline-block;
  vertical-align: top;
  float: right;
  color: #FFF;
  padding: 5px 0 0;
  font-family: 'Ubuntu', sans-serif;
}
.billingInfo:hover {
  color: #8DDF25;
  text-decoration: none;
}
.billingInfo span {
  color: #8DDF25;
}
.myAccount {
  float: right;
}
.myAccount .btn-default {
  background-color: #111;
  border: medium none;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.myAccount .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.myAccount .btn-default.active,
.myAccount .btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-color: #000;
  border: none;
  color: #8DDF25;
}
.myAccount .btn-default.active.focus,
.myAccount .btn-default.active:focus,
.myAccount .btn-default.active:hover,
.myAccount .btn-default.focus:active,
.myAccount .btn-default:active:focus,
.myAccount .btn-default:active:hover,
.myAccount .open>.dropdown-toggle.btn-default.focus,
.myAccount .open>.dropdown-toggle.btn-default:focus,
.myAccount .open>.dropdown-toggle.btn-default:hover {
  background-color: #000;
  border: none;
  color: #8DDF25;
}
.myAccount .dropdown-menu {
  z-index: 999 !important;
}
.myAccount .btn {
  border-radius: 0px;
  padding: 5px 12px;
}
.myAccount .dropdown-menu {
  margin-top: -1px;
}
.myAccount .dropdown-menu>li>a {
  padding: 6px 20px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #8fcd0f;
}
.billText {
  display: inline-block;
}
header .breadcrumb {
  margin: 0;
  padding: 0;
}
header .breadcrumb > li {
  float: left;
  width: 33.33%;
  padding: 25px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
header .breadcrumb > li+li::before {
  content: '|';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 70px;
}
header .breadcrumb > .active {
  color: #8DDF25;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .btm-shdw01, .lft-shdw01, .rgt-shdw01 {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .navbar-nav>li>a {
    padding: 25px 7px;
    font-size: 12px;
  }
  .navbar-default .navbar-brand {
    color: #777;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .nav>li {
    border-bottom: 1px solid #0D53B4;
  }
  .navbar-nav>li>a {
    border-right: none;
    padding: 15px 30px;
  }
  .mainMenu {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  header .breadcrumb > li {
    padding-bottom: 0;
  }
  .logo01 a {
    padding-top: 15px;
  }
  .billText {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .topBlackLeftWrap {
    float: left;
    height: auto;
    position: unset;
    width: 100%;
  }
  .topBlack01 {
    height: 60px;
  }
  .topBlack01::before {
    width: 100%;
  }
  .nav>li {
    border-bottom: 1px solid #0D53B4;
  }
  .navbar-nav>li>a {
    padding: 15px;
    border-right: none;
    padding: 15px 30px;
  }
  .whiteTop {
    display: none;
  }
  .logo01 {
    height: auto;
    margin-top: 0;
  }
  .logo01 a {
    display: block;
    height: auto;
    padding: 5px 15px;
  }
  .logo01-img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .topBlackLeftWrap .domain {
    width: 100%;
    max-width: 100%;
  }
  .billText {
    display: none;
  }
  .billingInfo {
    width: 50%;
  }
  .billingInfo span {
    display: none;
  }
  .menu {
    height: auto;
  }
  .myAccount {
    padding: 0;
  }
  .myAccount .btn-default:hover {
    color: #8dde25;
  }
  .myAccount .dropdown-menu {
    margin-top: 0;
    right: 0;
    left: auto;
  }
  .myAccount .dropdown-menu>li>a {
    padding: 6px 17px;
  }
  .navbar-nav {
    margin: 0;
  }
  header .breadcrumb > li {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid #1252b0;
  }
  header .breadcrumb > li::before {
    display: none;
  }
}