/* 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: 180px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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 {
  width: 100%;
  background-color: #ffffff;
}

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

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

.open_menu {
  display: none;
}

.site_logo {
  position: absolute;
  top: 0;
  width: 178px;
  max-width: 100%;
  float: left;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

.site_logo a {
  float: left;
}

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

.headerTitle {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: right;
  display: inline-block;
  color: #ffffff;
  margin: 14px 0;
}
.headerApprovedby {
  position: relative;
  display: inline-block;
  float: right;
}
.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', sans-serif;
  font-weight: 400;
  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: 14px;
  display: block;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  font-style: normal;
}
.headerTitle label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.headerTitle a {
  position: relative;
  font-size: 13px;
  display: block;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #575757;
  font-style: normal;
  padding-left: 28px;
  max-width: 290px;
  text-align: left;
}
.headerTitle a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/logos/DropPin.png) no-repeat center center;
  background-size: contain;
}

.headerTitle a em {
  font-weight: 700;
  display: inline-block;
  padding-right: 5px;
}
.headerTitle a span {
  font-family: 'Poppins', sans-serif;
  display: inline-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) {
  header .container {
    padding: 0px 50px;
  }
  .site_logo {
    width: 178px;
  }
  .headerTitle small,.headerTitle small em {
    font-size: 24px;
  }
  .headerTitle label {
    font-size: 20px;
  }
}

@media screen and (max-width:991px) {
  header .container {
    padding: 0px 30px;
  }
  .headerTitle small,.headerTitle small em {
    font-size: 22px;
  }
  .headerTitle label {
    font-size: 18px;
  }
  .site_logo {
    width: 154px;
  }


}

@media screen and (max-width:767px) {
  .headerTitle small,.headerTitle small em {
    font-size: 15px;
    text-align: center;
  }
  .headerTitle label {
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
  }
  header .container {
    padding: 15px 20px;
  }
  .headerinner {
    text-align: center;
    padding: 0px;
  }
  .site_logo {
    width: 160px;
    float: none;
    margin: 0 auto;
    top: unset;
    top: initial;
    position: relative;
    display: inline-block;
    box-shadow: none 
  }
  .headerTitle {
    padding: 0;
    margin: 0;
  }
  .headerApprovedby {
    float: none;
  }
  .headerApprovedby ul li img {
    width: 60px;
  }
  .headerTitle a {
    font-size: 13px;
    padding-left: 25px;
    max-width: 260px;
    margin-right: -25px;
  }
  .headerRT {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-width: unset;
    min-width: initial;
  }
  .site_logo a img {
    display: inline-block;
    float: left;
  }

}

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