



/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800');
@import url(hover.css);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(meanmenu.css);

@import url(font-awesome.css);
@import url(flaticon.css);
@import url(icomoon.css);

@import url(navigation.css);

@import url(flexslider.css);


@import url(animate.min.css);
@import url(magnific-popup.css);




/*==============================================
   Default Css
===============================================*/
body {
  color: #123458;
  font-size: 17px;
font-family: "Gill Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif; 
} 

ul {list-style-type: none;}
p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; 
  line-height: 26px;
  letter-spacing: 0.9px;
}
textarea{
    color:#000;
}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: "Dosis",sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.page-loader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999999;
}
.loader {
  background: #ffbb00 ;
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  text-indent: -9999em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

}

@keyframes ball-scale {

  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

}
.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.sec-padd {
  padding: 30px 0 30px;
}
.sec-padd2 {
  padding: 80px 0 30px;
}
.sec-padd-top {
  padding-top: 87px;
}
.sec-padd-bottom {
  padding-bottom: 80px;
}
.no-padd {
  padding: 0px;
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.social li a {
  color: #fff;
  transition: .5s ease-in-out;
  font-size: 14px;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Dosis",sans-serif;
  color: #ffbb00;
}
.default_link:hover {
  color: #ffbb00;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}
.rating {
    font-size: 14px;
    color: #ffbb00;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran5 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.center {
  text-align: center;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}

.thm-color {
  color: #ffbb00;
}
.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.thm-btn {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 800;
  line-height: 50px;
  padding: 0 29px;
  position: relative;
  right: -17px;
  border: 1px solid #ffbb00;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.thm-btn:hover{
  color: #fff;
}
.bg-clr1{
  background: #ffbb00;  
  color: #fff;
}
.thm-btn:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ffbb00;
  color: #ffbb00;
}
.bg-clr2{
  background: #ffbb00;
  color: #fff;
  position: relative;
}
.bg-clr2:hover{
  background: #fff ;
  color: #ffbb00;
  position: relative;
}

/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  box-shadow: -8px 8px 20px 0px rgba(0, 0, 0, 0.08);
  /* box-shadow: inset -6px -9px 19px rgba(0, 0, 0, 0.05); */
}
/* Scroll To Top styles */
.scroll-to-top {
    background: #0B192C;
    border: 2px solid #0B192C;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 43px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  background: #ffbb00;
}
.anim-3,.anim-3-all *{
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;  
}
.anim-5,.anim-5-all *{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}
.anim-7,.anim-7-all *{
  transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;  
}
.section-title {
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.section-title h3 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
}
/*===========scroll============*/
.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #ffbb00;
    background: #10252e;
    text-align: center;
    border: 2px solid #19333e;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*==============================================
    Top bar Area
===============================================*/
.top-bar-area {
  background: #ffbb00;
  padding: 0px 0 0px;
}
.top-bar-area p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin: 6px 0;
  font-weight: 600;
}
.top-bar-area p i {
  color: #ffbb00;
  margin-right: 8px;
}
/*==============================================
    Header Area
===============================================*/
.header-area {
  padding: 24px 0 60px;
}
.header-area.style-2 {
  padding: 0px 0;
}
.header-area.style-2 .logo {
  margin-top: 14px;
}
.header-contact-info {
  margin-top: 17px;
  overflow: hidden;
}
.header-contact-info ul{}
.header-contact-info ul li {
  border-right: 0 none;
  display: inline-block;
  float: left;
  margin-right: 31px;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-top: 4px;
  position: relative;
}
.header-contact-info ul li:last-child{
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.header-contact-info ul li .iocn-holder {
  border: 1px solid #ffbb00;
  border-radius: 15px;
  width: 48px;
}
.header-contact-info ul li .iocn-holder span {
  color: #ffbb00;
  display: block;
  font-size: 27px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 48px;
}
.header-contact-info ul li .iocn-holder span.top-envelop {
  font-size: 40px;
}
.header-contact-info ul li:hover .iocn-holder span {
  color: #2b2c36;    
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
} 
.header-contact-info ul li .text-holder {
  padding-left: 10px;
}
.header-contact-info ul li .text-holder h6 {
  color: #444;
  font-family: dosis;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.header-contact-info ul li .text-holder p {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 16px;
}
.top-social-links {
  float: right;
  margin: 15px 0;
}
.top-social-links li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.top-social-links li:first-child {
  margin: 0;
}
.top-social-links li a i {
  color: #999;
  font-size: 16px;
  transition: all 500ms ease;
}
.top-social-links li a:hover i{
  color: #ffbb00;
}
/*==============================================
    Mainmenu Area
===============================================*/
.mainmenu-area {
  margin-top: -35px;
  position: relative;
  z-index: 999999;
}

.header-area.style-2 .mainmenu-area {
  margin: 0
}
.header-area.style-2 .main-menu .navbar-header {
  padding: 20px 0;
}
.mainmenu-area .mainmenu-bg {
  position: relative;
  background: #ffbb00;
  transition: all 0.5s ease 0s;
}
.main-menu {
  float: left;
  position: relative;
}
.main-menu.style-2 {
  float: right;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
  float: left;
  margin-left: 100px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;
}
.main-menu .navigation li:first-child{}
.main-menu .navigation li.home a{
  background: #ffbb00 none repeat scroll 0 0;
  font-family: FontAwesome;
  font-size: 24px;
  padding: 19px 24px 18px;    
}
.main-menu .navigation li.home a span{
  color: #fff;    
}
.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  opacity: 1;
  padding: 19px 0px 18px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.main-menu.style-2 .navigation li a {
  color: #ffbb00;
  padding: 35px 0;
}
.main-menu.style-2 .navigation li:last-child a {
  margin-right: 0px;
}
.main-menu .navigation > li.dropdown > a {
}
.mainmenu-area.stricky-fixed .main-menu .navigation > li:first-child > a {
}
.main-menu .navigation li.current.home a,
.main-menu .navigation li:hover.home a{
  background: #2b2c36;  
}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
  color: #123458;
  opacity: 1;
}
.main-menu .navigation > li > ul {
  background: #333 none repeat scroll 0 0;
  border-top: 2px solid #ffbb00;
  left: 0;
  opacity: 0;
  padding: 12px 20px;
  position: absolute;
  top: 127%;
  transition: all 0.4s ease 0s;
  width: 230px;
  visibility:hidden;
  z-index: 999;
}
.main-menu .navigation > li:hover > ul {
  opacity: 1;
  visibility:visible;
  top: 100%;
}
.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-right: none;
}
.main-menu .navigation > li > ul > li:first-child{
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  margin: 0;
}
.main-menu.style-2 .navigation > li > ul > li > a {
  color: #fff;
  padding: 12px 0px;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #ffbb00;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{
}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.webp) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: block;
  z-index: 5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* Search Box style   */

/*===================  
  Search button 
=====================*/
.mainmenu-area .right-column {
    background: #123458 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 100px;
    top: 0;
    font-weight: 700;
    width: 185px;
    z-index: 999;
}
.nav_side_content {
  margin-top: 15px;
  position: relative;
  float: left;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #ffbb00;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
}
.nav_side_content .search_option > button {
  color: #fff;
  font-size: 21px;
  height: 40px;
  left: 33px;
  position: relative;
  top: -4px;

}
.nav_side_content .search_option > button a{
  color: #fff;
}
.nav_side_content .search_option form {
  border-color: #ffbb00;
  border-radius: 0;
  height: 50px;
  left: auto;
  margin: 0;
  padding: 5px;
  right: -67px;
  top: 52px;
  width: 280px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color: #ffbb00;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}
.mainmenu-area .link_btn .thm-btn {
  background: #ffbb00;
  line-height: 67px;
  padding: 0 50px;
}
.free-consulation-button{
  position: relative;
  height: 67px;
  width: 205px;
}
.free-consulation-button a {
  background: #2c3e50;
  width: 205px;
  height: 67px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
/*==============
 NIVO SLIDER AREA 
 ================*/
.nivo-caption {
  background-color: transparent;
  height: 100%;
  padding: 0;
  height: 100%; }
  .nivo-caption .container {
    display: table;
    height: 100%; }
    .nivo-caption .container .row {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }

/*-- Hero Style For BG Image & Video --*/
.hero-image-bg {
  background-image: url(img/hero/1.html);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-video-bg {
  background-image: url(img/hero/video.html);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-caption {
  padding: 250px 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-caption {
      padding: 200px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-caption {
      padding: 150px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-caption {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .hero-caption {
      padding: 70px 0; } }
  @media only screen and (max-width: 479px) {
    .hero-caption {
      padding: 40px 0; } }

/*-- Hero Content --*/
.hero-content h1 {
  color: #ffbb00;
  font-family: "Montserrat",sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
      font-size: 50px;
      line-height: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-content h1 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; } }
.hero-content p {
  color: #fff;
  font-family: dosis;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  max-width: 612px;
  padding: 0;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-content p {
      font-size: 14px;
      height: 50px;
      line-height: 24px;
      margin-bottom: 10px;
      overflow: hidden; } }
  @media only screen and (max-width: 479px) {
    .hero-content p {
      display: none; } }
.hero-content a {
  background: #ffbb00 none repeat scroll 0 0;
  border: 2px solid #ffbb00;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 50px;
  line-height: 23px;
  padding: 11px 42px 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content a {
      height: 44px;
      padding: 8px 30px 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 12px; } }
  @media only screen and (max-width: 479px) {
    .hero-content a {
      height: 30px;
      padding: 1px 15px 2px;
      border-width: 1px;
      font-size: 10px; } }
  .hero-content a:hover {
    background-color: #ffbb00;
    border-color: #ffbb00;
    color: #fff; }

/*-- Nivo Diraction Nav --*/
.nivo-directionNav a {
  background-color: rgba(0, 0, 0, 0.15);
  top: 50%;
  margin-top: -31px;
  height: 62px;
  width: 62px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a {
      height: 40px;
      width: 40px;
      margin-top: -20px; } }
  @media only screen and (max-width: 767px) {
    .nivo-directionNav a {
      display: none; } }
.nivo-directionNav a:hover span {
  background: #ffbb00 none repeat scroll 0 0;
  opacity: 1;
}
  .nivo-directionNav a:hover i {
    opacity: 1; }
  .nivo-directionNav a.nivo-prevNav {
    left: 40px;
    margin-left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    .nivo-directionNav a.nivo-prevNav:hover i {
      left: -11px; }
  .nivo-directionNav a.nivo-nextNav {
    right: 40px;
    margin-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    .nivo-directionNav a.nivo-nextNav:hover i {
      left: 11px; }
  .nivo-directionNav a span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 62px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a span {
        line-height: 40px;
        font-size: 18px; } }
  .nivo-directionNav a i {
    display: block;
    line-height: 62px;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a i {
        line-height: 40px;
        font-size: 24px; } }

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1; }
  .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    margin-left: 0; }
  .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    margin-right: 0; }
.footer-col {
  margin-bottom: 40px;
}
.footer-main {
    background: #123458;
}

.footer-col a,
.footer-col p,
.footer-col span {
    color: #fff;
}

.footer-col a:hover {
    color: #ffbb00;
}
.footer-col.service-col {
    padding-left: 20px;
}
.footer-words {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  padding-top: 28px;
}
.footer-social {
    padding-top: 18px;
}

.footer-social li:not(:first-of-type) {
    margin-left: 0px;
    padding: 0 3px;
}
.footer-social a {
  background-color: #ffbb00;
  border: 1px solid #ffbb00;
  border-radius: 50%;
  box-shadow: 0 2px 2px #000;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 44px;
}
.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.footer-list li:not(:first-of-type) {
    margin-top: 10px;
}
.footer-list a {
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: .20px;
}

.footer-list a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
/*============ 
  POST PAGE
=================*/

.footer-main .post-column .post {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #363636;
}
.footer-main .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.footer-main .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 70px;
}
.footer-main .post-column h5 {
  color: #999;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 9px;
  position: relative;
  top: -5px;
  transition: all 0.4s ease 0s;
}
.footer-main .post-column .post-info {
  color: #ffbb00;
  font-size: 15px;
}
.footer-main .contact-column{
  position:relative;
}

.footer-main .contact-column h5 {
  font-size: 16px;
  color: #999;
  margin-bottom: 18px;
}
.footer-main .contact-column form {
  position: relative;
  margin-bottom: 25px;
}
.footer-main .contact-column input {
  background: #2e2e2e;
  border: 1px solid #363636;
  color:#fff;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
}
.footer-main .contact-column input:focus {
  border-color: #ffbb00;
}
.footer-main .contact-column button {
  background: #ffbb00 none repeat scroll 0 0;
  color: #fff;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}
.footer-main .contact-column p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #363636;
}
.footer-main .contact-column .social-icon li {
  display: inline-block;
}
.footer-main .contact-column .social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.footer-main .contact-column .social-icon li a:hover {
  color: #ffbb00;
  transition: .5s ease;
}
/*footer bttom*/
.footer-bottom {
    padding-top: 23px;
    padding-bottom: 24px;
    background: #ffbb00;
    color: #999;
}
.copyright,
.footer-menu a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #123458;
}
.copyright {
  letter-spacing: 0.4px;
  line-height: 18px;
  margin-top: 3px;
  text-align: center;
}
.footer-menu a {
    line-height: 14px;
    letter-spacing: .80px;
}
.footer-menu a:hover {
    color: #ffbb00;
}
.footer-menu li:not(:first-of-type) {
    margin-left: 35px;
}

/*=============
  ABOUT PAGE
===============*/
.about-text h2 {
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.about-text p {
  margin-bottom: 20px;
}
.about-text .work-process {
  
padding: 15px 0 40px;
}
.about-text .work-process li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 30px;
}
.about-text .work-process li span {
  height: 55px;
  width: 55px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  margin-right: 16px;
  color: #ffbb00;
  line-height: 50px;
  border: 2px dashed #ffbb00;
  border-radius: 50%;
}
/*====================
  two-column style
=====================*/
.two-column {
  text-align: center;
}
.two-column h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.two-column p {
  color: #fff;
  position: relative;
  margin: 33px 0;
}
.two-column .thm-btn {
  border-radius: 25px;
  padding: 0 40px;
}
.two-column .column1 {
  position: relative;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.two-column .column1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(250, 153, 40, 0.8);
    z-index: 0;
}
.two-column .column2{
  padding: 100px 0;
  background: #2c3e50;
}
.two-column .thm-btn:before {
  border-radius: 23px;
}
/*====================
 SERVICE PAGE
======================*/
.service-section {
    overflow: hidden;
}
.service-section .column {
  padding: 0 10px;
}
.service-section .service-box {
  position: relative;
  background-color: #f0f5f9;
  text-align: center;
  padding: 40px 0 50px;
  margin-bottom: 20px;
  transition: .5s ease;
}
.service-section .service-box:hover{
  background-image: url(../images/background/1.html);
  background-color: #ffbb00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s ease;
}
.service-section .service-box:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  background: rgba(250, 153, 40, 0.9);
  z-index: 0;
  transition: .5s ease;
  opacity: 0;
}
.service-section .service-box:hover:before{
  opacity: 1;
}
.service-section .service-box span:before {
  font-size: 55px;
  color: #fab226;
  position: relative;
}
.service-section .service-box:hover span:before {
  color: #fff;
}
.service-section .service-box h5 {
  position: relative;
  font-size: 16px;
  margin-top: 5px;
  color: #2c3e50;
}
.service-section .service-box:hover h5 {
  color: #fff;
}

.service-section .service-box a {
  display: block;
}

.contact-infos{
  padding-bottom: 35px;
}
.contact-infos li {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 8px;
}
.contact-infos li a {
  color: #fff;
}
.contact-infos .icon_box {
  position: absolute;
  left: 0;
  color: #fff;
}

.call-out {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.call-out::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.call-out h2 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 600;
}
.call-out .thm-btn.bg-clr1:hover {
  background: transparent none repeat scroll 0 0;
  border-color: #fff;
  color: #fff;
}
.call-out p {
  color: #fff;
  margin: 40px 0;
  font-size: 17px;
}
.call-out .thm-btn span:before {
  margin-right: 10px;
  font-size: 18px;
}
.call-out .thm-btn.bg-clr1 {
  float: right;
  margin-right: 23px;
}
/*================
  BRAND LOGO STYLE
==================*/
.brand-logo {
  background: #f8f9f9 none repeat scroll 0 0;
  padding-bottom: 60px;
  position: relative;
}
.brand-logo .brand-carousel li a {
  display: block;
  text-align: center;
}
.brand-logo .brand-carousel li a img {
  width: auto;
  display: inline-block;
}
/*nav*/
.brand-logo .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    left: 0;
}
.brand-logo .owl-carousel {
  position: relative;
}
.brand-logo .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}
.brand-logo .owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  color: #999999;
  display: inline-block;
  font-size: 24px;
  margin: 0;
  opacity: 0;
  padding: 0 5px;
  transition: all 0.3s ease 0s;
}
.brand-logo:hover .owl-theme .owl-nav [class*="owl-"] {
  opacity: 1;
}
.brand-logo .owl-theme span span {
  left: -57px;
  position: absolute;
  top: -10px;
  z-index: 9999;
}
.mfp-bg {
  z-index: 999999;
}
.mfp-wrap {
  z-index: 999999;
}
87px;
}
/*** 
=============================================
    BREADCRUMB STYLE
=============================================
***/
.breadcrumb-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 79px 0 !important;
  position: relative;
}
.breadcrumb-area::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.breadcrumbs_path {
  color: #fff;
  margin-top: 8px;
  position: relative;
  z-index: 9;
}
.breadcrumbs_path > a {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.breadcrumbs_path > a:hover{
  color:  #ffbb00;
}
.breadcrumb-area h1 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
}
/*** 
=============================================
    CONTACT FORM 
=============================================
***/
.contact-form-area .section-title:after {
  display: none;
}
.contact-form-area .contact-form {
margin-bottom: 50px;
}
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea{
  border: 1px solid #f4f4f4;
  display: block;
  font-size: 16px;
  height: 55px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
  height: 122px;
  margin-bottom: 30px;
  padding: 10px 20px;
}
.contact-form-area .contact-form form input[type="text"]:focus{
  border-color: #ffbb00;
}
.contact-form-area .contact-form form input[type="email"]:focus{
  border-color: #ffbb00;        
}
.contact-form-area .contact-form form textarea:focus{
  border-color: #ffbb00;
}
 .contact-form-area input.thm-btn.bg-clr1 {
  background: #ffbb00 none repeat scroll 0 0;
  border: 2px solid transparent;
  line-height: 20px;
  padding: 13px 0;
  right: 0;
  width: 35%;
}
 .contact-form-area input.thm-btn.bg-clr1:hover{
  color: #fff ;
  background: #ffbb00 ;
}
.contact-form-area .form-right-box{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 37px;
}
.contact-form-area .form-right-box .img-box {
    display: block;
    margin-bottom: 23px;
}
.contact-form-area .form-right-box h4 {
    color: #ffbb00222;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
}
.contact-form-area .form-right-box span {
    color: #ffbb00;
}
.contact-form-area .form-right-box p {
    margin: 9px 0 5px;
}

.contact-form-area .form-right-box .border {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: #e3e3e3;
}
.contact-form-area .form-right-box .social-links {
    display: block;
    margin: 18px 0 0;
}
.contact-form-area .form-right-box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.contact-form-area .form-right-box .social-links li a i{
    font-size: 16px;
    color: #999;
    transition: all 500ms ease;
}
.contact-form-area .form-right-box .social-links li a:hover i{
    color: #ffbb00;
}
.footer-contact-info {
  background: #ffbb00 none repeat scroll 0 0;
  border: 1px solid #ffbb00;
  overflow: hidden;
  padding: 25px 30px 0;
}
.footer-contact-info ul{}
.footer-contact-info ul li {
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 4px;
  padding-bottom: 30px;
}
.footer-contact-info ul li:last-child{
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.footer-contact-info ul li .iocn-holder {
  border-radius: 50%;
  width: 48px;
}
.footer-contact-info ul li .iocn-holder span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 48px;
}
.footer-contact-info ul li .iocn-holder span.top-envelop {
  font-size: 40px;
}
.footer-contact-info ul li:hover .iocn-holder span {
  color: #2b2c36;    
}
.footer-contact-info ul li .iocn-holder, .footer-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
  color: #61888e;
} 
.footer-contact-info ul li .text-holder {
  padding-left: 10px;
}
.footer-contact-info ul li .text-holder h6 {
  color: #fff;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.footer-contact-info ul li .text-holder p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.footer-contact-info .title p {
  color: #fff;
  margin: 6px 0 15px;
}
.footer-contact-info .title > h4 {
  color: #fff;
}
/*** 
=============================================
    Blog Area style
=============================================
***/
#blog-area {
/*  padding-bottom: 80px;*/
  padding-top: 80px;
}
#blog-area .blog-post {

}
.blog-with-sidebar-area .blog-post .single-blog-post {
    margin-bottom: 60px;
}
#blog-area .single-blog-post .img-holder .published-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  padding: 10px 10px;
  border: 5px inset #fff;
}
#blog-area .single-blog-post .img-holder .published-date h3 {
  font-size: 18px;
  line-height: 19px;
}
#blog-area .single-blog-post .text-holder .blog-title {
  font-size: 24px;
  line-height: 30px;
}
ul.post-info li i {
  margin-right: 4px;
}


/* Overlay styles two */
.overlay-style-two{
  background-color: rgba(43, 44, 54, 0.9);
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 3px solid #fd3e67;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay-style-two .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-style-two .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}


/*archive*/

.sidebar-archive .bootstrap-select {
    background: #f7f7f7;
    color: #999;
    padding: 10px 0;
    font-size: 16px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #ffbb00;
  color: #fff;
}
.sidebar-archive .form-control:focus {
  border-color: #ffbb00;
  box-shadow: none;
}


/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;

}

.sidebar-intsgram ul li .inner-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 199, 236, 0.9);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li:hover .inner-box .overlay {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


/*fact-counter*/
.about-us .fact-counter {
  margin: 11px 0 0;
  overflow: hidden;
  text-align: left;
}
.about-us .fact-counter ul li.single-fact-counter {
  display: inline-block;
  margin-right: 50px;
  margin-top: 16px;
  text-align: left;
}
.about-us .fact-counter ul li.single-fact-counter:last-child {
  margin-right: 0px;
}
.about-us .fact-counter ul li.single-fact-counter .icon-holder {
  margin: 0 0 20px;
}
.about-us .fact-counter ul li.single-fact-counter .icon-holder span::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.28);
  color: #ffbb00;
  display: inline-block;
  font-size: 36px;
  height: 70px;
  line-height: 21px;
  padding: 23px 0;
  text-align: center;
  width: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-us .fact-counter ul li.single-fact-counter:hover .icon-holder span::before{
  background: #ffbb00;
  color: #fff;
}
.about-us .fact-counter ul li.single-fact-counter .timer {
  color: #ffbb00;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.about-us .fact-counter ul li.single-fact-counter i.fa-plus {
  color: #ffbb00;
  font-size: 17px;
  font-weight: 100;
  position: relative;
  top: -3px;
}
.about-us .fact-counter ul li.single-fact-counter h3 {
  color: #848484;
  font-family: dosis;
  font-size: 15px;
  font-weight: 400;
  margin: 4px 0 0;
  text-transform: uppercase;
}
.sign {
  margin-top: 43px;
}
.about-us {
  background: rgba(248, 249, 249, 0.69) none repeat scroll 0 0;
  padding-bottom: 87px;
}
.single-fact-counter .ficon {
  color: #ffbb00;
  font-size: 33px;
  margin-left: 3px;
  margin-right: 7px;
}


/*tab*/
.tabs-section{
  position:relative;
  padding:130px 0px 100px;
}
.tabs-section .column{
  margin-bottom:30px; 
}
.tabs-section .image-box img{
  width:100%;
  display:block;
}
.tabs-style-one .tab-buttons{
  position:relative;
}
.tabs-style-one .tab-buttons .tab-btn{
  position:relative;
  display:inline-block;
  padding: 9px 0px;
  width: 33%;
  margin:0px 0px 0px;
  cursor:pointer;
  font-size:18px;
  text-align:center;
  font-weight:600;
  color: #272727;
  border-top: 2px solid #f9f9f9;
  background-color:#f9f9f9;
  text-transform:capitalize;
  transition:all 300ms ease;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn{
  color: #272727;
  background: #ffffff;
  border-color: #ffbb00;
}

.tabs-style-one .tabs-content{
  position:relative;
  padding:40px;
  border:1px solid #f2f2f2; 
}
.tabs-style-one .tab .text-content{
  position:relative;
}
.tabs-style-one .tab .text-content .text{
  font-size:16px;
  line-height:1.8em;
  margin-bottom:15px;
  color:#777777;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.tabs-style-one.tabs-box{
  padding-right:15px;
}

.tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}


.tabs-outer{
  position:relative;
  margin-top:60px;
}

.tabs-outer .tabs-box .tab-buttons .tab-btn{
  position:relative;
  padding:9px 30px;
}

.tabs-outer .text-content .image img{
  width:100%;
}

.tabs-outer .tabs-content{
  padding:30px 30px 20px;
}

.tabs-outer .tabs-content .column .text{
  margin-bottom:10px;
}

.chemical-img-box {
  position: relative;
}
.chemical-img-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 0;
    right: 0;
    padding-left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.chemical-offer {
  position: relative;
}
.chemical-offer .item {
  position: relative;
  margin-bottom: 85px;
}
.chemical-offer .item .title {
  position: relative;
  padding: 0 0 10px;
}

.chemical-offer .item .title a {
  color: #272727;
  transition: .5s ease;
}
.chemical-offer .item .title a:hover {
  color: #ab7442;
  transition: .5s ease;
}

.chemical-offer .item .title span {
    position: absolute;
    background: #ab7442;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
}

.chemical-offer:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #f1f1f1;
    height: 1px;
    top: 50%;
    margin-top: -45px;
}

.chemical-offer:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #f1f1f1;
    height: 80%;
    left: 50%;
    margin-left: -25px;
}
.outer ul.benifit li {
    position: relative;
    color: #9e9e9e;
    font-family: "roboto-light";
    padding-left: 20px;
    margin: 5px 0;
}

.outer ul.benifit li:after {
    position: absolute;
    content: '';
    background: #ab7442;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 7px;
}

.outer ul.benifit {margin-bottom: 10px;}





/* call back */
.call-back {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.call-back .scetion-title {
  margin-bottom: 30px;
}
.call-back h4 {
  color: #fff;
}
.call-back .section-title h2 {
  color: #fff;
}
.call-back p {
  color: #ccc;
}
.call-back p a {
  color: #ffbb00;
  font-family: 'Montserrat', sans-serif;
}
.call-back p span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.call-back .contact-form-area .contact-form form input[type="text"],
.call-back .contact-form-area .contact-form form input[type="email"],
.call-back .contact-form-area .contact-form form textarea{
  background: transparent;
}
.call-out2 {
  background: #ffbb00 none repeat scroll 0 0;
  padding: 38px 0 47px;
}
.call-out2 .logo {
  margin-top: 23px;
}
.call-out2 h4 {
  color: #fff;
  font-size: 30px;
  margin-top: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.call-out2 .thm-btn {
  line-height: 50px;
  margin-top: 10px;
  padding: 0 21px;
}
.call-out2 .thm-btn:hover {
  color: #ffbb00
}
.call-out2 .thm-btn.bg-clr2:before {
  background-color: #fff;
}
.footer-main .contact-column button:hover {
  background: #fff;
  color: #ffbb00;
}
.footer-main .contact-column button {
  transition: all 0.3s ease 0s;
}
/*subscribe*/
.subscribe {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}
.subscribe h2 {
  color: #fff;
  font-size: 32px;
}
.subscribe p {
  color: #fff;
  font-size: 18px;
  margin: 22px 0 36px;
}
.subscribe-form input {
    position: relative;
    width: 74%;
    display: inline-block;
    margin-right: 6px;
    padding: 10px 15px 8px;
    padding-left: 40px;
    border: 1px solid #ffbb00;
}
.subscribe-form {
  position: relative;
}
.subscribe-form span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #ffbb00;
  font-size: 20px;
}
/*===================TESTIMONIAL AREA===========*/
.testimonial.nrb {
  padding-bottom: 35px;
  position: relative;
}
.testimonial-item {
  margin-bottom: 50px;
}
.testimonial .testimonial-item .content {
  padding-left: 60px;
  padding-top: 37px;
  padding-bottom: 30px;
  border: 1px solid #efefef;
  position: relative;
  margin-left: 20px;
}

.testimonial .testimonial-item .content span {
  background: #ffbb00 ;
  color: #fff;
  height: 45px;
  left: -18px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 40px;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.testimonial .testimonial-item .content span:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #ffbb00;
    border-right: 9px solid #ffbb00;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
  transition: all 0.3s ease 0s;
    bottom: 100%;
    left: 0;
}
.testimonial .testimonial-item:hover .content span:after{
    border-bottom: 9px solid #ffbb00;
    border-right: 9px solid #ffbb00;
}
.testimonial .testimonial-item:hover .content span {
    background: #ffbb00;
}

.testimonial .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.testimonial .testimonial-item .author li {
  vertical-align: middle;
}
.testimonial .testimonial-item .author li img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testimonial .testimonial-item .author h5 {
  font-size: 16px;
}
.testimonial .testimonial-item .author p {
  color: #000;
}
.text-icon p {
    font-size: 15px;
    line-height: 24px;
}
.text-icon .text {
    margin: 0 auto;
    max-width: 280px;
}
.text-icon-grid {
    margin: 55px 0;
    overflow: hidden;
}
.text-icon-grid .slick-dots {
    bottom: -20px;
}
.text-icon-squared {
    float: left;
    padding: 65px 20px 72px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 33.333%;
}
.text-icon-squared .caption {
    position: relative;
    z-index: 1;
}
.text-icon-squared .hover {
  background: #ffbb00;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}
.text-icon-squared::after {
    background-color: #efefef;
    content: "";
    height: calc(100% - 60px);
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    z-index: -1;
}
.text-icon-squared::before {
    background-color: #efefef;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    z-index: -1;
}
.text-icon-squared .icon-big {
    margin-bottom: 25px;
    text-align: center;
}
.text-icon-squared .icon-big .icon {
    color: #ffbb00;
    font-size: 78px;
    line-height: 1em;
}
.text-icon-squared .read-more {
    color: #ffbb00;
    display: inline-block;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin-top: 18px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.text-icon-squared:hover {
    color: #fff;
}
.text-icon-squared:hover .hover {
    opacity: 1;
    transition: visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: visible;
}
.text-icon-squared:hover .read-more {
    color: #fff;
    text-decoration: underline;
}
.text-icon-squared .title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: none;
}
.why-us .about-text {
  text-align: center;
}
.text-icon-squared:first-child::before, .text-icon-squared:nth-child(2)::before, .text-icon-squared:nth-child(3)::before {
  display: none;
}
.text-icon-squared:nth-child(3n)::after {
  display: none;
}
.caption .text {
  color: #848484;
  font-weight: 300;
  transition: all 0.2s ease 0s;
}
.text-icon-squared:hover .caption .text {
  color: #fff;
} 
.blog-section.sec-padd2 {
  padding: 80px 0 37px;
}

.process-area {
  padding: 87px 0 54px;
}
.process-item {
    margin-top: 30px;
}
.process-item img {
    height: auto;
    max-width: 100%;
}
.process-item-icon {
    font-size: 50px;
    line-height: 60px;
    padding: 60px 30px 80px;
    text-align: center;
}
.process-item-content {
    border-top: 1px solid #f2f2f2;
    padding: 30px;
    position: relative;
}
.process-item-number {
  background-color: #ffbb00;
  border: 5px solid #ffbb00;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  left: 50%;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
}
.process-item:hover .process-item-number {
  background-color: #ffbb00;
  border: 5px solid #ffbb00;
}
.default-blog-news .img-holder .overlay .box .content a i:hover {
  background: #ffbb00 none repeat scroll 0 0;
}
.process-item-title {
  color: #ffbb00;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 15px 0;
  text-transform: capitalize;
}

.process-item.process-item-alt .process-item-icon {
    padding: 30px 30px 50px;
}
.process-item.process-item-alt .process-item-number {
    font-size: 16px;
    height: 46px;
    line-height: 35px;
    top: -23px;
    width: 46px;
}
.process-item.process-item-alt .process-item-title {
    font-size: 14px;
}
.process-item.process-item-alt .process-item-content {
    padding: 20px;
}
.blog-section {
  background: #f9f9f9 none repeat scroll 0 0;
}
.testimonial.nrb {
  padding-top: 81px;
}
.brand-logo .brand-carousel li a img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 20px;
  opacity: 0.6;
  transition: all 100ms ease-out 0s;
}
.brand-logo .brand-carousel li:hover a  img{
  border: 1px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.brand-carousel .owl-stage-outer {
  margin-left: -6px;
  padding: 2px;
  position: relative;
  z-index: 9;
}
.text-holder .text a {
  font-weight: 500;
  color: #ffbb00;
  margin-top: 15px;
  transition: all 100ms ease-out 0s;
}
.text-holder .text a:hover {
  color: #ffbb00;
}
.singal-sidbar-add > a {
  display: block;
  position: relative;
}
.singal-sidbar-add > a::after {
  color: #ffffff;
  content: "";
  font-family: "fontAwesome";
  font-size: 28px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.4s ease 0s;
}
.singal-sidbar-add > a::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s; 
}
.singal-sidbar-add > a:hover::after,.singal-sidbar-add > a:hover::before {
  opacity: 1;

}
.member-info {
  text-align: center;
}
.m-b{margin-bottom: 30px}
.stricky-fixed .mainmenu-bg {
  background: transparent none repeat scroll 0 0;
}
.stricky-fixed .main-menu .navigation > li > a {
  color: #ffbb00;
}
.stricky-fixed .main-menu .navigation > li.active > a {
  color: #ffbb00;
}



/*side fixed button*/
 /*floting action button*/
.fab-container {
      position: fixed;
    bottom: 80px;
    right: 12px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffbb00;

  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.fab-icon-holder:hover{
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  font-size: 25px;
  color: #ffffff;
  margin: 12px;
}

.fab {
  width: 60px;
  height: 60px;
  background: #ffbb00;
}

.fab-options {
  list-style-type: none;
  margin: 0;

  position: absolute;
  bottom: 70px;
  right: 0;

  opacity: 0;

  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}

.fab:hover + .fab-options, .fab-options:hover {
  opacity: 1;
  transform: scale(1);
}

.fab-options li {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.fab-label {
  padding: 2px 5px;
  align-self: center;
  user-select: none;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 16px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  margin-right: 10px;
}

/*floting button end*/

.scroll_locations{
  height: 270px;
  overflow-y: scroll;
}
 /*our Locations*/
 .our_branches li{
     background-color:#ffbb00;
    color: white;
    padding: 6px;
    margin: 6px;
    border-radius: 5px;
    font-size: 18px;

}
 .our_branches li a{
    color: #fff;
    font-size: 18px
 }

 .our_branches .locations1{
    margin-bottom: 20px;
    margin-top: 20px;
 }
 .color1{
  color: #fff;
 }

 .categories{
   height: 400px;
   overflow: scroll;
 }


/*---------sliderbar start------*/
.sliderbar{
    padding: 35px 0px;
    background-color: #123458;
    background-size: cover;
    background-repeat: no-repeat;
}
.sliderbar-box{
    width: 100%;
    color: white;
}
.sliderbar-box h1{
    font-size: 40px;
    font-weight: 700;
    animation: heading 8s infinite;
    line-height: 37px;
    margin-top: 25px;
}
.sliderbar-box h2{
    font-style: italic;
    position: relative;
    font-size:28px;
    line-height: 0px ;
}
.sliderbar-box h2 span {
    width: 50px;
    height: 2px;
    background-color: #ffbb00;
    position: absolute;
    top: 28px;
    left: 280px;
}
.sliderbar-box p{
    font-size: 16px;
}
.slider-contact{
    position: relative;
    width: 100%;
    background-color: #ffbb00;
    padding: 30px;
    bottom: 52px;
}
.slider-contact form input{
    width: 100%;
    margin: 7px 0px;
    padding: 6px;
    outline: none;
    color: #6a6868;
}
.slider-contact form textarea{
    width: 100%;
      margin-left: 48px;
    outline: none;
}
.slider-contact form button{
    width: 100%;
    margin: 5px 145px;
    padding: 6px;
    outline: none;
    background-color: #ffbb00;
    border: none;
    color: #fff;
}
.slider-contact h3{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.get-box2 {
    display: inline-block;
    background-color: #ffbb00;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    transition: 0.8s;
    border: 2px solid #ffbb00;
    appearance: 10px;
    padding: 8px 25px;
    position: relative;
    margin: 10px 10px;
}
.get-box2:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 45px;
    background-color: #ffbb00;
    top: -2px;
    left: -2px;
    transition: 0.8s;
}
.get-box2:hover {
    background-color: #ffbb00;
    transition: 0.8s;
}
.navbar-nav{
    margin-right: 100px !important;
    margin-left: 240px;
    }
    .button-box{
        padding: 10px;
        border: 1px dashed #000;
    }
    .test-bg {
    background-color: #ffbb00;
    padding-top: 30px;
}
.test-clients {
    text-align: center;
}
.button-counter{
    z-index: 999;
    position: fixed;
    bottom: 0px;
    padding: 10px ;
    background-color: black;
}
.button-counter img{
    width: 20%;
}
.button-counter a{
    color: white;
font-weight: 600
}
.text-head{
  padding-top: 85px;
}

.single-counter{
  text-align: center;
}
.clients img {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.logo a img {
  width: 65%;
}

.our-clients .clients{
  text-align: center;
}
.float_right a img{
  width: 65%;
}
.drop_d_one{
height: 250px;
overflow-y: scroll;
}
.location-section ul li {
    background-color: #123458;
    padding: 6px;
    margin: 12px;
    font-size: 18px;
    text-align: center;

}
.location-section ul li a{
  color: #fff;
}
.branch-section .branch{
  box-shadow: 0px 0px 6px #123458;
    padding: 30px;
    margin: 20px;
}
.branch h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-our-service{
  margin: 12px;
}
.project-content h3{
  font-weight: bold;
  font-size: 20px;
}


.form-control {
    display: block;
    width: 82%;
    margin-left: 35px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}