/* 1 Preloader css START */

#loader-wrapper {
  background: #fcfcfe;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  z-index: 1000;
}

#loader {
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 51%;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  display: none;
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  display: none;
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  background: transparent none repeat scroll 0 0;
  transition: all 0.9s ease-out 0s;
}

.loaded #loader-wrapper .loader-section.section-right {
  background: transparent none repeat scroll 0 0;
  transition: all 0.9s ease-out 0s;
}

.loaded #loader {
  opacity: 0;
}

.loaded #loader-wrapper {
  background: transparent none repeat scroll 0 0;
  visibility: hidden;
}


/* 1 Preloader css CLOSE */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;     
}

header .container {
  width: 100%;
  padding: 0px 5%;
  float: left;
  z-index: 3;
  position: relative;
}

.headerinner {
  width: 100%;
  float: left;
  padding: 0 15px;
}

/*.open_menu {
  display: none;
}*/

.site_logo {
 position: relative;
    width: 30%;
    max-width: 208px;
    display: inline-block;
    /* margin-top: 10px; */
    
    border-radius: 0px 0 20px 20px;
}

.site_logo a {
  display: inline-block;
      background-color: #FFF;
    border-radius: 0 0 15px 15px;
    padding: 10px;
}

.site_logo a img {
  display: inline-block;
}
.headerRT{
  position: relative;
  float: right;
  width: 70%;
  text-align: right;
}

.headerRT:after {
  content: '';
  position: absolute;
  width: 100%;
  right: -10%;
  height: 100%;
  background: url(../images/header_strip.png) no-repeat left center;
  background-size: 100% 100%;
  /*background-image: linear-gradient(to top,#d45b23 ,#d35b21, #c3641f );*/
  z-index: -1;          
}

.headerTitle {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #000000;
  margin: 25px 0;
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-Regular';
}
.headerTitle ul{
  position: relative;
}
.headerTitle ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}
.headerTitle ul li a {
  position: relative;
  padding: 10px;
  color: #ffffff;
}
.headerApprovedby {
  position: relative;
  display: inline-block;
  float: right;
}
.headerLoc {
  position: relative;
  display: inline-block;
  text-align: left;
}
.headerLoc a {
  position: relative;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  font-family: 'Poppins-Medium';
  display: inline-block;
  padding: 0 0 0 24px;
  background: url(../images/logos/location_pin.png) no-repeat left center;
}
.headerLoc a span {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-Bold';
  display: block;
}
.headerLoc a small {
  font-size: 90%;
}
.headerLocinner {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 20px;
}
.headerApprovedby ul {
  position: relative;
  margin: 0px;
}
.headerApprovedby ul li{
  position: relative;
  display: inline-block;
}
.headerApprovedby ul li span {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Poppins-Regular'; 
  color: #ffffff;
  opacity: .9;
  font-size: 13px;
  display: inline-block;
}
.headerApprovedby ul li img {
  position: relative;
  width: 84px;
  margin: 0 auto;
}

.headerTitle small {
  /*font-size: 19px;*/
  font-size: 26px;
  display: block;
  line-height: 1.2;
  font-family: 'Poppins-Bold';
  margin-bottom: 2px;
}

.headerTitle label {
  font-family: 'Poppins-Regular'; 
  font-size: 22px;
  display: block;
}




/* Responsive Media CSS Start here */

@media screen and (min-width:768px) {}

@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {}

@media screen and (max-width:1199px) {
  .site_logo {
    max-width: 98px;
  }
  .headerTitle small {
    font-size: 24px;
  }
  .headerTitle label {
    font-size: 20px;
  }
  .headerTitle ul li {
    font-size: 13px;
  }
  .headerTitle ul li a {
    padding: 7px;
  }
  .headerLocinner {
    padding-left: 7px;
  }
  .headerLoc a {
    font-size: 13px;
  }


}

@media screen and (max-width: 1024px) {
  .headerTitle ul li a {
    padding: 5px;
  }
  .headerTitle ul li {
  font-size: 12px;
  }
  .headerLoc a {
    font-size: 12px;
    background: url(../images/logos/location_pin.png) no-repeat left center;
    background-size: 12px;
    padding: 0 0 0 20px;
  }
  .headerTitle {
    margin-top: 28px;
  }


}

@media screen and (max-width:991px) {
  header .container {
    /*padding: 0px 5%;*/
  }
  .headerTitle small {
    font-size: 22px;
  }
  .headerTitle label {
    font-size: 18px;
  }
  .site_logo {
    max-width: 80px;
  }
  .headerTitle {
    margin-top: 22px;
  }


}

@media screen and (max-width:767px) {
  .headerTitle small {
    font-size: 15px;
    text-align: center;
  }
  .headerTitle label {
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
  }
  header .container {
    padding: 12px 20px 10px;
  }
  .headerinner {
    position: relative;
    text-align: center;
    padding: 0px;
  }
  .site_logo {
    float: left;
    margin: 0 auto;
  }
  .headerTitle {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .headerRT {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -ms-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
  }
  .headerinner.active .headerRT {
    opacity: 1;
    visibility: visible;
    height: auto;
    -ms-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .headerApprovedby {
    float: none;
  }
  .headerApprovedby ul li img {
    width: 60px;
  }
  .headerTitle ul li a {
    padding: 22px 0 0;
  }
  .headerTitle ul li {
    font-size: 16px;
    display: block;
  }
  .headerLoc a {
    font-size: 14px;
  }
  .headerRT:after {
    content: '';
    background: none;
    background-size: cover;
    right: 0px;
  }
  header{
    position: relative;
    top: unset;
    top: initial;
    left: unset;
    left: initial;
    background-color: #08174a;
  }


/*hamburger start*/

 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

/*hamburger close*/



}

@media screen and (max-width:480px) {}