html, body {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  margin: 0;
  /*overflow: hidden;*/
}
a{
  outline: none;
}
#backTo_top{
  z-index: 999;
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  display: none;
}
.back-top-inner{
  background: #F7981C;
  border-radius: 100% !important;
  width: 60px;
  height: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 8.5px 10px;
  text-align: center;
}
.back-top-inner i{
  font-size: 40px;
}
.back-top-inner:hover, .back-top-inner:focus{
  background-color: rgba(0, 0, 0, 0.7);
}
.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: middle;
}
.topbar{
  /*background-color: #1e3c72 !important;
  border-color: #1e3c72 !important;*/
  background-color: #000 !important;
  border-color: #000 !important;
  height: 64px;
  z-index: 3;
  box-shadow: none;
  -webkit-box-shadow:none;
}
nav.topbar .brand-logo{
  /*line-height: 23px;
  padding: 0px 43px;*/
  line-height: 95px;
  padding: 0px 20px;
  width: 300px;
  /*background: white;*/
  height: 64px;
  float: left;
} 
nav.topbar .brand-logo img{
  width: 100%;
}
.menubar{
  box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  background-color: #666699;
  border-bottom: 1px solid #666699;
  margin-top: 64px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  height: auto;
  line-height: inherit;
}
.menubar .nav-wrapper {
  width: 100%;
}
.menubar ul.hide-on-med-and-down {
  width: 100%;
  display: inline-block;
}
.menubar ul li{
  /*display: inline-block;
  float: none;*/
}
.menubar ul a{
  color: #fff;
  padding: 10px 15px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menubar ul a:hover {
  background-color: rgba(78, 80, 93, 0.55);
}
.menu__content {
  position: absolute;
  min-width: 177px;
  /*display: inline-block;*/
  border-radius: 2px;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: inherit;
  z-index: 0;
}
.dropdown-content.menu__content li:hover, .dropdown-content.menu__content li.active {
  background-color: #fff;
}
.menu_heading{
  padding: 17px 0;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_heading span{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.sidenav-overlay {
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 997;
  display: none;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0.5 !important;
  background-color: #212121;
}
.sidenav {
  overflow-y: inherit;
}
.sidenav ul{
  overflow-y: auto;
  height: calc(100% - 95px); 
}
.sidenav li>a {
  color: #1e3c72 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 40px;
  line-height: 36px;
}
.sidenav li.active,
.sidenav li a:hover,
.sidenav li a:focus{
  background: rgba(0, 0, 0, 0.12) ;
}
nav.topbar .sidenav-trigger{
  display: none;
  float: left;
  margin: 0;
}

.outer_crv{
  float: left;
  width: auto;
  max-width: 23%;
  padding: 1%;
  margin: 0 1%;
}
.outer_crv h3{
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-bottom: 3px;
  font-size: 1.1rem
}
.outer_crv h3 span{
  padding-bottom: 5px;
  border-bottom: 2px solid #9c0000;
}
/*.outer_crv h3:after{
  content: '';
  display: block;
  width: 75px;
  background-color: #9c0000;
  height: 2px;
  margin-top: 3px;
}*/
.page-footer{
  /*background-color: #1e3c72 !important;
  border-color: #1e3c72 !important;*/
  background-color: #000 !important;
  border-color: #000 !important;
  height: auto;
  padding: 12px;
  float: left;
  width: 100%;
  text-align: center;
}
.page-footer .container{
  display: inline-block;
  text-align: left;
} 
.footer_ul{
  margin-bottom:0;
  margin-top: 13px;
  display: inline-block;
  width: 100%;
}
.footer_list{
  float: left;
  width: 100%;
  padding-left: 5px;
  list-style-type:none;
}
/*.page-footer.sticky{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.page-footer a{
  color: #fff;
  padding: 0px;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 601px){
  nav.topbar .sidenav-trigger{
    display: none;
  }
}
@media screen and (min-width: 1025px){
  .outer_crv h3{
    font-size: 1.25rem
  }
  .page-footer a{
    font-size: 0.95rem !important;
  }
}
@media only screen and (max-width: 992px){
  nav.topbar .brand-logo {
    margin-left: 0px;
    left: 0; 
    -webkit-transform: translateX(0%); 
    transform: translateX(0%); 
  }
  /*nav.topbar .sidenav-trigger{
    margin-left: 130px;
  }*/
}
@media screen and (max-width: 800px) and (min-width: 658px){
  nav.topbar .brand-logo {
    padding: 8px 8px;
    width: 160px;
    line-height: 58px;
    margin-left: 8px!important;
  }
}
@media screen and (max-width: 767px){
  .outer_crv{
    max-width: 100%;
    width: 100%;
  }
  .page-footer{
    padding-top: 2px;
  }
  .footer_list{
    float: none;
    width: 100%;
    margin: 0px;
  }
  .footer_list:last-child{
    float: none;
  }
  .page-footer a{
    padding: 5px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 698px){
  nav.topbar .brand-logo {
    margin-left: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 657px){
    nav.topbar .brand-logo{
      padding: 3px 15px;
      width: 250px;
      margin-right: 15px;
      line-height: 89px
    }
    /*nav.topbar .sidenav-trigger{
      margin-left: 270px;
    }*/
}
@media screen and (max-width: 600px){
  nav.topbar .sidenav-trigger{
      display: inline-block;
      margin-top: 4px;
    }
}
@media screen and (max-width: 599px){
  nav.topbar .brand-logo{
    line-height: 67px;
    width: 110px;
    padding: 5px 5px;
    margin-right: 10px;
  }
  /*nav.topbar .sidenav-trigger{
    margin-left: 170px;
  }*/
  nav.topbar .sidenav-trigger{
    display: inline-block;
    margin-top: 6px;
  }
  nav.topbar .sidenav-trigger i{
    font-size: 19px;
  }
}
.row.custRowCrv{
  padding-top: 40px;
}
.custRowCrv .main-content .container,
nav .container,
footer .container{
  width: 100%;
  margin: auto auto;
  padding: 16px 16px;
}
@media only screen and (min-width: 960px) {
  .custRowCrv .main-content .container,
  nav .container,
  footer .container{
    max-width: 900px;
  }
}
@media only screen and (min-width: 1264px) {
  .custRowCrv .main-content .container,
  nav .container,
  footer .container{
    max-width: 1185px;
  }
}
@media only screen and (min-width: 1904px) {
  .custRowCrv .main-content .container,
  nav .container,
  footer .container{
    max-width: 1785px;
  }
}
nav .container{
  padding: 0 0 !important
}
.menubar li.active a {
  background-color: #4e505d;
}
@media screen and (max-width: 959px){
  .outer_crv{
    max-width: 100%;
    width: 100%;
  }
}
.iconCrv{
  margin-bottom: 10px;
}
.iconCrv span{
  vertical-align: middle;
  display: inline-block;
}
.footer_list a i{
  width: 30px;
  font-size: 20px;
  opacity: 0.75;
  vertical-align: middle;
}
.footer_list a:hover i{
  opacity: 1;
}