@charset "UTF-8";
/*--Header--*/
@media( min-width: 1750px){
  .container {
    width: 1720px;
  }
}
header {
  position: relative;
}
header ul {
  list-style: none;
}
.top-header{
  background: #f0f5fa;
}
.top-header ul.social {
  float: left;
  margin: 0;
  display: flex;
  align-items: center;
  height: 56px;
}

.top-header ul.social li {
  width: 30px;
  height: 30px;
  background: #f99d1d;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 13px;
}
.about-page{
    padding:60px 0;
}
.top-header ul.social li a {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


.button-header a {
  background-color: #f99d1d;
  display: inline-block;
  color: #242433;
  padding: 0 30px !important;
  border-radius: 10px;
  line-height: 40px;
  font-weight: 500;
  font-family: 'Poppins';
  padding: 0;
  margin-top: 27px;
  font-size: 16px;
}

.button-header a:hover {
  background-color: #1a1a23;
}
.phone-email{
  float: right;
}
.phone-email ul{
  display: flex;
  margin: 0;
}
.phone-email ul li{
  margin-left: 35px;
}
.phone-email ul li a{
  line-height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.phone-email ul li a i{
  color: #f99d1d;
  font-size: 23px;
  margin-right: 10px;
}
.box-menu-button {
  float: right;
  display: flex;
}
.box-button-cart{
  display: flex;
  justify-content: flex-end;
}
.precise-cart {
  position: relative;
  display: inline-block;
  float: right;
  line-height: 100px;
  padding-left: 20px;
}
.precise-cart img{
  position: relative;
  top: 7px;
}
.header-v1 .top-header .box .text {
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 40px;
  font-family: 'Poppins',sans-serif;
}
.header-v1 .top-header .box .text a {
  color: #fff;
  font-family: 'Poppins',sans-serif;
}
.header-v1 .top-header .box .box-icon {
  float: right;
  display: flex;
  align-items: center;
  line-height: 40px;
  height: 40px;
}
.header-v1 .top-header .box .box-icon a {
  display: inline-block;
  margin-left: 5px;
}
.header-v1 .top-header .box .box-icon a img {
  display: block;
}
.header-v1 .header {
  background: #f9f8f8;
  z-index: 1;
}
.header-v1 .header .logo {
  float: left;
  line-height: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.header-v1 .header .logo a {
  display: inline-block;
}
.header-v1 .header .logo a img {
  display: block;
}
.header-v1 .header .main-menu .primary-menu {
  margin: 0;
  float: right;
  margin-right: 25px;
}
.header-v1 .header .main-menu .primary-menu li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.header-v1 .header .main-menu .primary-menu li a {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  color: #242433;
  line-height: 100px;
}
.header-v1 .header .main-menu .primary-menu li:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 30px;
  width: 0;
  height: 3px;
  opacity: 0;
  background: #f99d1d;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
.header-v1 .header .main-menu .primary-menu li.active:before{
  opacity: 1;
  width: 100%;
}
.header-v1 .header .main-menu .primary-menu li:hover:before{
  opacity: 1;
  width: 100%;
}
.header-v1 .header .main-menu .primary-menu li:hover a{
  color: #f99d1d;
  position: relative;
}
.header-v1 .header .main-menu .primary-menu li.active a {
  color: #f99d1d;
  position: relative;
}
.header-v1 .header .menu-bars-mobi {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: all .5s ease;
  cursor: pointer;
}
.header-v1 .header .menu-bars-mobi:hover span {
  background: #00366f;
}
.header-v1 .header .menu-bars-mobi.open span:nth-child(1) {
  width: 100%;
  left: 0;
}
.header-v1 .header .menu-bars-mobi.open span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-v1 .header .menu-bars-mobi.open span:nth-child(3) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-v1 .header .menu-bars-mobi.open span:nth-child(4) {
  width: 100%;
  left: 0;
}
.header-v1 .header .menu-bars-mobi span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #585858;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.header-v1 .header .menu-bars-mobi span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 50%;
}
.header-v1 .header .menu-bars-mobi span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-v1 .header .menu-bars-mobi span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-v1 .header .menu-bars-mobi span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999;
  -webkit-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.75);
}

.header-v1 .header.fixed-header .main-menu .primary-menu li a {
  line-height: 100px;
}

.header-v1 .header.fixed-header .logo {
  line-height: 100px;
  height: 100px;
}
/*--Slider--*/
.rev_slider_wrapper .tp-caption {
  color: #fff;
}
.rev_slider_wrapper .tp-caption.banner-caption-title h2{
  margin: 0;
  font-size: 62px;
  color: #fcfbfb;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
}
.rev_slider_wrapper .tp-caption.banner-caption-title span {
  font-family: 'Poppins',sans-serif;
}
.rev_slider_wrapper .tp-caption.banner-caption-p span{
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fcfbfb;
  opacity: 0.8;
  font-weight: 300;
}
.rev_slider_wrapper .tp-caption.banner-caption-p span {
  display: block;
}
.rev_slider_wrapper .tp-caption .al-button .button {
  color: #fff;
  line-height: 74px !important;
  font-family: 'Poppins',sans-serif;
  padding: 0 40px !important;
  background: #2877bb;
  border-radius: 30px;
  display: inline-block;
  font-size: 26px !important;
}

/*--Footer--*/
footer {
  overflow: hidden;
}
.footer .copyright {
  background: #e3eaf1;
  padding: 20px 0px;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
  color: #000;
  font-size: 16px;
  color: #636377;
}
.footer .footer-top {
  background: #f0f5fa;
  padding: 60px 0;
}
.footer .footer-top ul.social {
  float: left;
  margin: 0;
  display: flex;
  align-items: center;
  height: 56px;
}

.footer .footer-top ul.social li {
  width: 30px;
  height: 30px;
  background: #f99d1d;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 13px;
}

.footer .footer-top ul.social li a {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer .footer-top .list-menu-footer h4,.footer .footer-top .footer_custom_html h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #242433;
  font-family: 'Poppins', sans-serif;
}
.footer .footer-top .list-menu-footer ul{
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-top .list-menu-footer li{
  margin: 0;
  position: relative;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 2em;
}
.footer .footer-top .list-menu-footer li a{
  color: #242433;
  font-size: 16px;
  line-height: 36px;
}
.phone-email-footer ul{
  list-style: none;
  margin: 0;
}
.phone-email-footer ul li a{
  color: #242433;
  font-size: 16px;
  line-height: 36px;
}
.phone-email-footer ul li a i{
  width: 20px;
  margin-right: 10px;
}
.airtest-scroll-top {
  background: #00366f;
  opacity: 0.7;
  border-radius: 10%;
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  color: #fff;
  z-index: 992;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  font-size: 11px;
  font-weight: 700;
}
.airtest-scroll-top span {
  font-size: 20px;
  line-height: 40px;
}
.airtest-scroll-top:hover {
  opacity: 1;
  transition: all .5s ease;
  background-color: #222 !important;
}
.airtest-scroll-top.show-icon-top {
  display: block;
  -webkit-animation: bounceInUp 0.7s both;
  -moz-animation: bounceInUp 0.7s both;
  -o-animation: bounceInUp 0.7s both;
  animation: bounceInUp 0.7s both;
}

.airtest-scroll-top.show-icon-top {
  position: fixed;
  bottom: 30px;
  z-index: 1111;
  right: 15px;
  background: #01192f;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-family: 'Poppins',sans-serif;
}

.button:hover {
  opacity: 0.6;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

em strong {
  font-style: initial;
  color: #4e5453;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, p {
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.5em;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  color: #00366f;
}

img {
  max-width: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #aaa;
}

a,
a:hover, a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins',sans-serif;
}

a, p {
  font-family: 'Poppins',sans-serif;
}

p {
  color: #272727;
}

strong {
  font-weight: 700;
}

input:focus {
  outline: none;
}
br.mobi {
  display: none;
}
.phone-email ul li.leng{
  display: flex;
  align-items: center;
  position: relative;
}
.phone-email ul li.leng img{
  margin-right: 10px;
}
.phone-email ul li.leng select{
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  padding-right: 18px;
}
.phone-email ul li.leng:after{
  content: "\f0d7";
  position: absolute;
  top: -7px;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  height: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #7f7f7f;
}
.logo-footer{
  display: block;
}
/*--Responsive--*/
@media(max-width: 1750px){
  .header-v1 .header .logo a img{
    max-height: 30px;
  }
  .header-v1 .header .main-menu .primary-menu li{
    margin-right: 20px;
  }
  .header-v1 .header .main-menu .primary-menu li a,.button-header a,.phone-email ul li a{
    font-size: 14px;
  }
  .footer .footer-top img{
    max-height: 30px;
  }
  .footer .footer-top .list-menu-footer h4, .footer .footer-top .footer_custom_html h4{
    font-size: 20px;
  }
  .footer .footer-top .list-menu-footer li a,.phone-email-footer ul li a,.footer .copyright p{
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .rev_slider_wrapper .tp-caption.banner-caption-title h2{
    font-size: 40px;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-p span{
    font-size: 16px;
  }
  .header-v1 .header .logo,.header-v1 .header.fixed-header .logo{
    line-height: 80px;
    height: 80px;
  }
  .header-v1 .header .main-menu .primary-menu li a,.header-v1 .header.fixed-header .main-menu .primary-menu li a{
    line-height: 80px;
    letter-spacing: 0;
  }
  .header-v1 .header .main-menu .primary-menu li:before{
    bottom: 25px;
  }
  .button-header a{
    background-color: #f99d1d;
    display: inline-block;
    color: #242433;
    padding: 0 20px !important;
    border-radius: 10px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 0;
    margin-top: 18px;
  }
  .precise-cart{
    line-height: 80px;
  }
}
@media (max-width: 1050px) {
  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 50px;
    font-family: 'Poppins',sans-serif;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  .menu-mobi {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .col-xs-12{
    margin-bottom: 15px;
  }
  .footer .footer-top {
    padding: 40px 0;
    padding-bottom: 25px;
  }
  .box-menu-button{
    position: absolute;
    right: 55px;
  }
  .button-header{
    display: none;
  }
  .button-header a{
    margin-top: 22px;
  }
  .section-one{
    display: block;
  }
  .phone-email ul li{
    display: none;
  }
  .phone-email ul li:first-child{
    display: flex;
  }
  .phone-email ul li.leng{
    position: relative;
    line-height: 56px;
    height: 56px;
    align-items: center;
  }
  .section-one .box{
    margin-bottom: 30px;
  }
  .section-four{
    display: none;
  }
  .section-four-mobi{
    display: block;
  }
  .section-four-mobi .box-content .box-row .box{
    padding: 38px 10px 43px;
  }
  .header-v1 .header .menu-bars-mobi:before {
    position: absolute;
    content: "";
    border: 1px solid #ccc;
    left: -10px;
    right: -10px;
    top: -11px;
    bottom: -14px;
  }
  .section-one, .section-two, .section-three, .section-four-mobi, .section-five {
    padding: 60px 0;
  }

  .section-two .box-form form {
    display: block;
    padding: 40px 20px;
  }

  .section-two .box-form form .box-float.title {
    width: 100%;
  }
  .section-two .box-form form .box-float.title:before {
    display: none;
  }
  .section-two .box-form form .box-float.title h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-two .box-form form .box-float.title h3 span {
    display: inline-block;
  }

  .section-two .box-form form .box-float.box-input {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    padding: 0;
  }

  .section-two .box-form form .box-float.box-input label {
    width: 100%;
    margin-right: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .section-two .box-form form .box-float.box-input .icon-input {
    top: 29px;
  }

  .section-two .box-form form .box-float.box-submit {
    padding-left: 0;
    width: 100%;
  }
  .menu-primary {
    display: none !important;
  }
  .hidden-mobile {
    display: none;
  }
  .header-v1 .header .main-menu .primary-menu {
    display: none;
  }
  .menu-mobi {
    display: none;
  }
  .header-v1 .header .box {
    float: left;
    width: 90%;
    line-height: 70px;
    padding-top: 8px;
  }

  .header-v1 .header .logo {
    height: 70px;
    line-height: 70px;
  }
  .header-v1 .header .main-menu {
    float: none;
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
  }
  .menu-mobi {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
  }
  .menu-mobi ul {
    margin: 0;
    list-style: none;
  }
  .menu-mobi ul li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .menu-mobi ul li.active {
    background-color: #FF9D46;
  }
  .menu-mobi ul li.active a {
    color: #fff;
  }
  .menu-mobi ul li a {
    color: #222331;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    max-width: 720px;
    margin: 0 auto;
    display: block;
  }
  .menu-mobi ul li a i{
    margin-right: 5px;
  }
  .header-v1 .header .menu-bars-mobi {
    top: 25px;
    right: 10px;
  }
  .display-fex {
    text-align: center;
    display: block;
  }
  .display-fex img {
    margin: 0 auto;
  }
  .default-menu, .menu-primary, .bars-desktop {
    display: none !important;
  }

  .menu-mobi.open {
    display: block;
  }

  .header-v1 .header .main-menu {
    height: 70px;
  }
  .section-four-mobi .box-content .box-row {
    float: left;
    width: 50%;
  }

  .section-four-mobi .box-content .box-row:nth-child(3) .box {
    background: #043056;
  }

  .section-four-mobi .box-content .box-row:nth-child(4) .box {
    background: #002341;
  }
}
@media (min-width: 992px) {
  .cart-mobile,
  .menu-bars-mobi {
    display: none;
  }
  .menu-mobi, .mobile-logo {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .menu-mobi ul li a {
    max-width: 100%;
    margin: 0 15px;
  }
  .section-four-mobi .box-content .box-row .box span {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 765px) {
  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 38px;
    font-family: 'Poppins',sans-serif;
    line-height: 52px;
  }
  .rev_slider_wrapper .tp-caption .al-button .button {
    line-height: 50px !important;
    padding: 0 40px;
  }
}
@media (max-width: 540px) {

  .section-four-mobi .box-content .box-row {
    width: 100%;
  }

  .section-four-mobi .box-content .box-row .box {
    margin: 0;
  }
  .section-four-mobi .box-content .box-row:nth-child(3) .box {
    background: #002341;
  }

  .section-four-mobi .box-content .box-row:nth-child(4) .box {
    background: #043056;
  }
}
br.slider{
  display: none;
}
@media (max-width: 480px) {
  br.slider{
    display: block;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-title h2{
    font-size: 50px;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-p span{
    font-size: 28px;
    text-align: center;
    opacity: 1;
  }
  .header-v1 .header .logo a img {
    max-height: 22px;
  }
  .section-two .box-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .section-two .box-title p {
    font-size: 16px;
    line-height: 26px;
  }

  .section-two .box-title {
    padding-bottom: 35px;
  }

  .rev_slider_wrapper .tp-caption {
    color: #fff;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 45px;
    font-family: 'Poppins',sans-serif;
    line-height: 60px;
    text-align: left;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-title span {
    font-family: 'Poppins',sans-serif;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-p {
    text-align: left;
    font-size: 25px;
    line-height: 45px;
    font-family: 'Poppins',sans-serif;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-p span {
    display: block;
  }
  .rev_slider_wrapper .tp-caption .al-button .button {
    color: #fff;
    line-height: 50px !important;
    font-family: 'Poppins',sans-serif;
    padding: 0 40px;
    background: #2877bb;
    border-radius: 30px;
    display: inline-block;
    font-size: 20px !important;
  }

  .header-v1 .top-header .box .box-icon {
    display: none;
  }

  .header-v1 .top-header .box .text {
    float: none;
    display: block;
    text-align: right;
  }
  .section-one, .section-two, .section-three, .section-four-mobi, .section-five {
    padding: 50px 0;
  }

  .section-one .box-title h2, .section-five .box-title h2 {
    font-size: 32px;
  }

  .section-one .box-title p, .section-five .box-title p {
    font-size: 16px;
  }

  .section-three .box-title h2 span:first-child {
    display: inline;
  }

  .section-three .box-title, .section-five .box-title {
    padding-bottom: 40px;
  }

  .section-four-mobi .box-content .box-row {
    width: 100%;
  }

  .section-four-mobi .box-content .box-row .box {
    margin: 0;
    margin-bottom: 30px;
  }

  .section-five .owl-clients .box-img {
    width: 80px;
  }

  .section-five .owl-clients .box-content {
    padding-top: 50px;
  }

  .section-five .owl-clients .box-img {
    top: -40px;
  }

  .section-five .owl-clients .item {
    padding-top: 40px;
  }

  footer .top-footer p span:nth-child(3) {
    display: block;
  }
  .section-one .box-title {
    padding-bottom: 30px;
  }
  br.mobi {
    display: block;
  }

  .banner-caption-title br.mobi, .banner-caption-p br.mobi {
    display: block;
  }

  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 32px !important;
    line-height: 50px !important;
    padding-left: 13px !important;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-title span {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 50px !important;
  }



  .rev_slider_wrapper .tp-caption .al-button .button {
    font-size: 18px !important;
    margin-left: 13px !important;
    line-height: 55px !important;
    padding: 0 36px !important;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 375px) {
  .header-v1 .top-header .box .text {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Poppins',sans-serif;
  }

  .airtest-scroll-top.show-icon-top{
    display: none;
  }

  .header-v1 .header .menu-bars-mobi {
    top: 26px;
    right: 10px;
  }

  .banner-caption-title br.mobi, .banner-caption-p br.mobi {
    display: block;
  }

  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 32px !important;
    line-height: 29px !important;
    padding-left: 13px !important;
  }
  .rev_slider_wrapper .tp-caption.banner-caption-title span {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 50px !important;
  }


  .rev_slider_wrapper .tp-caption .al-button .button {
    font-size: 18px !important;
    margin-left: 13px !important;
    line-height: 55px !important;
    padding: 0 36px !important;
  }

  .section-one .box-title h2, .section-five .box-title h2 {
    font-size: 30px;
  }

  .section-one {
    padding: 43px 0;
    padding-bottom: 7px;
  }
  .section-one .box img {
    max-width: 39px;
    height: 40px;
  }
  .section-one .box-title p {
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section-one .box-title {
    padding-bottom: 53px;
  }

  .section-one .box .box-content {
    margin-top: 10px;
  }

  .section-one .box-title h2 {
    margin-bottom: 14px;
  }

  .section-one .box .box-content h2 {
    font-size: 21px;
    line-height: 28px;
    max-width: 134px;
    margin: 0 auto;
    margin-bottom: 17px;
  }
  .section-one .box {
    margin-bottom: 44px;
  }
  .section-one .box .box-content h2 a {
    font-family: 'Poppins',sans-serif;
    font-size: 21px;
    color: #333333;
  }

  .section-one .box .box-content p {
    margin-bottom: 0;
    color: #1b1b1b;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  br.mobi {
    display: block;
  }

  .section-two {
    padding: 43px 0;
    padding-bottom: 52px;
    background-repeat: no-repeat;
  }

  .section-two .box-title h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .section-two .box-title p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .section-two .box-title {
    padding-bottom: 21px;
  }
  .section-two .box-button .button {
    padding: 0 44px;
  }
  .section-two .box-form form {
    padding: 31px 24px;
    padding-bottom: 41px;
  }
  .section-two .box-form form .box-float.title h3 {
    margin-bottom: 11px;
  }
  .section-two .box-form form .box-float.box-input{
    margin-bottom: 0;
  }
  .section-two .box-form form .box-float.box-input label {
    margin-bottom: 9px;
  }
  .section-two .box-form form .box-float.box-input .icon-input {
    top: 33px;
  }
  .section-two .box-form form .box-float.box-submit {
    margin-top: 18px;
  }
  .section-three .box-button .button {
    padding: 0 52px;
  }
  .section-three .box-title h2 {
    color: #2f2f2f;
    font-size: 23px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 35px;
    letter-spacing: 0.2px;
    line-height: 33px;
  }

  .section-three {
    padding: 74px 0;
    padding-bottom: 75px;
  }

  .section-three .box-title h2 {
    margin-bottom: 48px;
  }

  .section-three .box-title p {
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 0;
    line-height: 21px;
  }

  .section-three .box-title {
    padding-bottom: 55px;
  }
  .section-four-mobi .box-title p {
    font-size: 19px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 14px;
    color: #bb9a66;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .section-four-mobi .box-title h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px;
  }

  .section-four-mobi .box-title {
    padding-bottom: 76px;
  }

  .section-four-mobi .box-content .box-row .box {
    margin: 0;
    margin: 0 24px;
  }

  .section-five {
    padding: 68px 0;
  }

  .section-five .box-title h2 {
    color: #2f2f2f;
    font-size: 45px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 10px;
    line-height: 38px;
  }

  .section-five .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .section-five .owl-clients .item {
    padding: 0;
    padding-top: 32px;
    margin: 0 15px;
    padding-bottom: 15px;
  }

  .section-five .owl-clients .box-content {
    box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 11px;
    padding-top: 43px;
    position: relative;
  }

  .section-five .owl-clients .box-img {
    top: -32px;
    width: 64px;
  }

  .section-five .owl-clients .box-content h2 {
    color: #464646;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    margin: 0;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .section-five .owl-clients .box-content span {
    font-size: 12px;
    color: #999999;
    margin-bottom: 8px;
    display: inline-block;
  }

  .section-five .owl-clients .box-content p {
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 4px;
    line-height: 22px;
  }

  .section-five .owl-clients .box-content ul li {
    display: inline-block;
    color: #ea463a;
    font-size: 12px;
  }

  .section-five .box-title h2 {
    font-size: 30px;
  }

  .section-five .box-title {
    padding-bottom: 9px;
  }

  .section-five .owl-clients .owl-dots {
    padding-top: 3px;
  }
  .section-five .owl-clients .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }

  footer .top-footer {
    text-align: center;
    background: #004785;
    padding: 13px 0;
  }

  footer .top-footer img {
    margin-bottom: 3px;
    max-height: 31px;
  }

  footer .top-footer p {
    color: #fff;
    font-size: 11px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 0;
    line-height: 17px;
  }

  footer .top-footer p span {
    margin-right: 8px;
  }
  footer .bottom-footer p {
    font-size: 9px;
  }
  .menu-mobi {
    top: 100px;
  }

  .box-title h3 {
    line-height: 33px !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 22px !important;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .section-one .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 348px) {


  .section-two .box-button .button, .section-three .box-button .button {
    font-size: 20px;
  }
}
@media (max-width: 319px) {
  .button-header {
    display: none;
  }
}
@media (max-width: 320px) {
  .rev_slider_wrapper .tp-caption.banner-caption-title {
    font-size: 23px !important;
    line-height: 16px !important;
    padding-left: 13px !important;
  }

  .rev_slider_wrapper .tp-caption.banner-caption-title span {
    font-size: 21px !important;
  }



  .rev_slider_wrapper .tp-caption .al-button .button {
    font-size: 16px !important;
    margin-left: 13px !important;
    line-height: 48px !important;
    padding: 0 36px !important;
    margin-top: 30px !important;
  }
  .top-header ul.social li{
    margin-right: 6px;
  }
}
@media (max-width: 300px) {
  .header-v1 .top-header .box .text {
    font-size: 11px;
  }
}
/* cò css */
.banner-slider-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
.banner-slider-content select::-ms-expand {
  display: none;
}
.banner-slider-content .select {
  position: relative;
}
.banner-slider-content .select::after {
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  height: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #7f7f7f;
}
.our-projects-content .images img {
  width: inherit!important;
}
.banner-slider-content .main-box ul{
  margin: 0;
}
.banner-slider-content .main-box ul li{
  list-style: none;
}
.banner-slider-content .main-box ul li .images h2 {
  margin: 0;
  font-size: 62px;
  color: #fcfbfb;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner-slider-content .main-box ul li .images p{
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fcfbfb;
  opacity: 0.8;
  font-weight: 300;
}
.banner-slider-content {
  position: relative;
}
.banner-slider-content .main-box .banner-slider .text.text-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.banner-form .box-form input {
  outline: none;
  border-radius: 8px;
  border: 0;
  height: 69px;
}
.banner-form .box-form input::placeholder{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color:#c5c5c5;
}
.banner-form .box-form  select{
  outline: none;
  height: 69px;
  background: #fff;
  border-radius: 8px;
  border: 0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color:#c5c5c5;
}
.banner-form .box-form button.btn.btn-default {
  background: #242433;
  color: #fff;
  font-size: 18px;
  height: 69px;
  border-radius: 8px;
  width: 100%;
  border: 0;
  outline: none;
  position: relative;
  z-index: 1;
}
.banner-form .box-form button.btn.btn-default:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 8px;
  background: #000;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.banner-form .box-form button.btn.btn-default:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.banner-form .box-form button.btn.btn-default:hover{
  color:#fff;
  transition: 0.5s;
}
.banner-form .box-form h2{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 25px;
  line-height: 1;
  margin: 0;
  padding-bottom: 33px;
}
.banner-form .box-form {
  background-color: #f99d1d;
  padding: 30px 20px 30px;
  border-radius: 8px;
  margin: auto;
  margin-top: -112px;
  z-index: 999;
  max-width: 900px;
  position: relative;
}
.banner-form .box-form.z-index{
  max-width: 100%;
  background: transparent;
  padding: 0;
  border-radius: initial;
  margin: 0;
  z-index: 99999;
}
.daterangepicker{
  z-index: 999999999999;
}
.banner-form .box-form .text-box {
  display: flex;
  justify-content: space-between;
}
.banner-form .box-form  .form-group {
  width: 100%;
  padding: 0px 5px;
  margin: 0;
}
.services-content-main .top-box h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
.services-content-main .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-content-main {
  padding: 110px 0px 135px;
}
.services-content-main .top-box p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #60606a;
  width: 50%;
  font-weight: 300;
}
.services-content-main .box-bottom ul {
  margin: 0;
  text-align: center;
}
.services-content-main .box-bottom ul li{
  list-style: none;
  display: inline-block;
  width: 33.33%;
  padding: 0px 18px;
  float: left;
}
.services-content-main .box-bottom ul li .text-main .hover{
  overflow: hidden;
}
.services-content-main .box-bottom ul li .text-main img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: .4s ease-in-out;
}
.services-content-main .box-bottom ul li .text-main:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services-content-main .box-bottom {
  padding: 85px 0px 0px;
  display: inline-block;
}
.services-content-main .box-bottom ul li .text-main h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 15px 0px 22px;
  line-height: 1;
}
.services-content-main .box-bottom ul li .text-main p {
  font-size: 16px;
  margin: 0;
  color: #60606a;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
}
.services-content-main .box-bottom ul li .text-main span {
  font-weight: 300;
  font-size: 16px;
  color: #f99d1d;
  font-family: 'Poppins', sans-serif;
}
.services-content-main .box-bottom  .text-box {
  padding: 45px 20px;
  border: 1px solid #ddd;
  text-align: left;
}
.box-content-logo .section-box .text h2{
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: -1px;
  line-height: 1;
}
.box-content-logo .section-box .text p{
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  line-height: 27px;
  color: #60606a;
  font-family: 'Poppins', sans-serif;
}
.box-content-logo{
  background: #f0f5fa;
  padding: 70px 0px 105px;
}
.box-content-logo .container.text-center ul {
  margin: 0;
  padding: 100px 0px 0px;
  display: inline-block;
}
.box-content-logo  .container.text-center ul li{
  list-style: none;
  display: inline-block;
  width: 33.33%;
  padding: 0px 20px;
  float: left;
}
.box-content-logo  .container.text-center .section-box ul li .text-box h2{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-top: 45px;
}
.box-content-logo  .container.text-center .section-box ul li .text-box p{
  font-size: 16px;
  margin: 0;
  color: #60606a;
  font-family: 'Roboto', sans-serif;
  line-height: 27px;
  font-weight: 300;
  padding: 0px 70px;
}
.box-content-logo  .container.text-center .section-box ul li .text-box img {
  position: relative;
}
.box-content-logo  .container.text-center .section-box ul li .text-box .hover:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 95%;
  border-radius: 100%;
  border: 2px solid #f99d1d;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  opacity: 0;
  transition: 0.5s;
}
.box-content-logo  .container.text-center .section-box ul li .text-box:hover .hover:before{
  opacity: 1;
  transition: 0.5s;
}
.box-content-logo  .container.text-center .section-box ul li .text-box  .hover {
  width: 150px;
  margin: auto;
  position: relative;
}
.box-content-logo  .container.text-center .section-box ul li .text-box .hover:hover:before{
}
.box-content-logo  .container.text-center .section-box ul li  .text-box {
  position: relative;
}
.box-content-logo  .container.text-center .section-box ul li  .text-box span{
  background: #383847;
  color: #fff;
  border-radius: 100%;
  z-index: 999999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0px;
  font-weight: 600;
}
.our-projects-content .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.our-projects-content .top-box h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 1;
}
.our-projects-content .top-box p {
  font-size: 20px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #60606a;
  width: 50%;
  font-weight: 300;
  line-height: 29px;
}
.our-projects-content {
  padding: 105px 0px;
}
.our-projects-content ul {
  margin: 0;
  padding: 80px 0px 0px;
}
.our-projects-content   ul li{
  list-style: none;
}
.our-projects-content ul li .text h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  transition: 0.4s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.our-projects-content ul li .images:hover .text h2{
  opacity: 1;
  transition: 0.4s;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.our-projects-content .owl-dots {
  display: none;
}
.our-projects-content  .images:before {
  position: absolute;
  content: "";
  background: #de9e44;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height:0;
  display: block;
  z-index: 9;
  opacity: 0;
  transition: 0.4s;
}
.our-projects-content  .images:hover:before {
  opacity: 0.7;
  top: 0;
  height: 100%;
  transition: 0.4s;
}
.our-projects-content  .images{
  position: relative;
}
.our-projects-content  .text {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.our-projects-content  .owl-nav.disabled {
  display: block!important;
  position: absolute;
  z-index: 9999;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 100%;
}
.our-projects-content .images-slider span{
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 45px;
  border-radius: 1000%;
  font-size: 42px;
}
.our-projects-content .images-slider  button.owl-next {
  right: 30px;
  position: absolute;
}
.our-projects-content .images-slider button.owl-prev {
  position: absolute;
  left: 30px;
}
.academy-content-main .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1660px;
  margin: auto;
}
.academy-content-main .top-box h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 1;
}
.academy-content-main .top-box a {
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  background: #f99d1d;
  color: #000;
  border-radius: 10px;
  padding: 14px 60px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
}
.academy-content-main .top-box a:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  background: #242433;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.academy-content-main .top-box a:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.academy-content-main .top-box a:hover{
  color: #fff;
}
.academy-content-main ul{
  margin: 0;
  padding: 60px 0px 0px;
  display: inline-block;
  text-align: center;
}
.academy-content-main ul li {
  width: 50%;
  display: inline-block;
  list-style: none;
  margin-bottom: 30px;
  float: left;
}
.academy-content-main .text-title .text-top h2{
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.academy-content-main .text-title .text-top p{
  font-size: 16px;
  margin: 0;
  color: #60606a;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
}
.academy-content-main  .text-title {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin: 0px 15px;
}
.academy-content-main  .text-title .hover{
  overflow: hidden;
  width: 100%;
}
.academy-content-main  .text-title  img {
  width: 300px;
  display: block;
  transform: scale(1);
  transition: .4s ease-in-out;
}
.academy-content-main  .text-title:hover  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.academy-content-main  .text-title  .text-top {
  padding: 20px 35px;
  text-align: left;
}
.our-projects-content .owl-nav .owl-prev{
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 45px;
  border-radius: 1000%;
  font-size: 35px;
  position: absolute;
  left: 30px;
  text-align: center;
  line-height: 55px;
}
.our-projects-content .owl-nav .owl-next{
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 45px;
  border-radius: 1000%;
  font-size: 35px;
  position: absolute;
  right: 30px;
  text-align: center;
  line-height: 55px;
}
.commercial-cleaning .our-projects-content{
  padding-bottom: 0;
}
.banner-video video{
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .box-content-logo .container.text-center .section-box ul li .text-box p{
    padding: 0px 0px;
  }
  .our-projects-content .top-box p br,.services-content-main .top-box p br{
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .box-content-logo .container.text-center .section-box ul li .text-box h2{
    height: 80px;
  }
  .our-projects-content .top-box p{
    font-size: 15px;
  }
  .our-projects-content .top-box h2 {
    font-size: 35px;
  }
  .academy-content-main .top-box h2 {
    font-size: 35px;
  }
  .services-content-main .top-box p{
    font-size: 15px;
  }
  .services-content-main .top-box h2 {
    font-size: 35px;
  }
  .services-content-main {
    padding: 80px 0px;
  }
  .box-content-logo {
    padding: 70px 0px 70px;
  }
  .our-projects-content {
    padding: 70px 0px 70px;
  }
  .our-projects-content ul {
    padding: 60px 0px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .academy-content-main .text-title {
    display: inherit;
    align-items: center;
  }
  .academy-content-main .text-title img {
    width: 100%;
    display: block;
  }
  .banner-slider-content .images img {
    height: 500px;
    object-fit: cover;
  }
  .academy-content-main .text-title .text-top {
    padding: 20px 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  .banner-form .box-form{
    margin: 40px auto 0px auto;
  }
  .box-content-logo .container.text-center ul li{
    width: 50%;
    margin-bottom: 50px;
  }
  .academy-content-main ul li{
    width: 50%;
    padding: 0px 10px;
  }
  .academy-content-main ul {
    padding: 40px 0px 0px;
    text-align: center;
  }
  .services-content-main .box-bottom ul li{
    width: 50%;
    margin-bottom: 50px;
  }
  .academy-content-main .text-title .text-top{
    text-align: left;
  }
  .services-content-main .box-bottom {
    padding: 40px 0px 0px;
    text-align: center;
  }
  .services-content-main .box-bottom .text-box{
    text-align: left;
  }
  .our-projects-content .images-slider span {
    background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 29px;
    border-radius: 1000%;
    font-size: 28px;
  }
  .our-projects-content .images-slider button.owl-prev {
    position: absolute;
    left: 30px;
  }
  .our-projects-content .images-slider button.owl-next {
    right: 30px;
    position: absolute;
  }
  .our-projects-content .owl-nav{
    display: block!important;
    position: absolute;
    z-index: 9999;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -46%);
    width: 100%;
  }
  .our-projects-content {
    padding: 40px 0px;
  }
  .services-content-main {
    padding: 40px 0px 20px;
  }
  .banner-slider-content .main-box ul li .images p{
    padding: 0px 20px
  }
  .our-projects-content ul{
    padding: 40px 0px 0px;
  }
  .box-content-logo {
    padding: 40px 0px 0px;
  }
  .box-content-logo .section-box .text h2 {
    font-size: 37px;
  }
  .box-content-logo .container.text-center .section-box ul li .text-box .hover {
    display: inline-table;
    margin: auto;
    position: relative;
  }
  .box-content-logo .container.text-center .section-box ul li .text-box .hover:before {
    width: 100%;
  }
  .banner-form .box-form button.btn.btn-default {
    font-size: 15px;
  }
  .banner-form .box-form h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 890px) {
  .services-content-main .top-box{
    display: inherit;
  }
  .services-content-main .top-box p{
    padding: 20px 0px 0px;
    width: 100%;
  }
  .our-projects-content .top-box{
    display: inherit;
  }
  .our-projects-content .top-box p{
    padding: 20px 0px 0px;
    width: 100%;
  }
  .academy-content-main .text-title {
    margin: 0;
  }
  .our-projects-content .top-box {
    display: inherit;
    padding: 0px 15px;
  }
  .our-projects-content p br {
    display: none;
  }
  .services-content-main .top-box p br{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .services-content-main .box-bottom ul li{
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  .banner-slider-content .main-box ul li .images h2 {
    font-size: 42px;
  }
  .banner-slider-content .main-box ul li .images p {
    font-size: 18px;
  }
  .box-content-logo .container.text-center ul li{
    width: 100%;
    padding: 0;
  }
  .academy-content-main ul li{
    width: 100%;
    padding: 0;
  }
  .box-content-logo .container.text-center .section-box ul li .text-box span {
    right: 0;
    top: 0px;
  }
  .banner-slider-content .images img {
    height: 400px;
    object-fit: cover;
  }
  .box-content-logo .container.text-center .section-box ul li .text-box h2 {
    height: auto;
    font-size: 23px;
  }
  .box-content-logo {
    padding: 40px 10px 0px;
  }
  .services-content-main {
    padding: 40px 0px 0px;
  }
  .box-content-logo .container.text-center .section-box ul li .text-box p {
    padding: 0px 0px;
    font-size: 14px;
  }
  .box-content-logo .container.text-center ul {
    padding: 46px 0px 0px;
  }
  .banner-form .box-form input {
    height: 50px;
  }
  .banner-form .box-form select{
    height: 50px;
  }
  .banner-form .box-form button.btn.btn-default{
    height: 50px;
  }
  .banner-slider-content .select::after{
    line-height: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .banner-form .box-form .text-box {
    display: inherit;
  }
  .banner-slider-content .main-box ul li .images h2 {
    font-size: 42px;
  }
  .services-content-main .top-box h2 {
    font-size: 35px;
  }
  .academy-content-main .top-box{
    display: inherit;
  }
  .academy-content-main .top-box a{
    display: inline-block;
    margin: 25px 0px 0px;
  }
  .our-projects-content .images-slider button.owl-prev {
    left: 20px;
  }
  .our-projects-content .images-slider button.owl-next {
    right: 20px;
  }
  .banner-form .box-form .form-group{
    margin-bottom: 15px;
  }
  .our-projects-content .owl-nav .owl-next{
    right: 5px;
  }
  .our-projects-content .owl-nav .owl-prev{
    left: 5px;
  }
}

/* page 2*/
.banner-form.page2 .box-form {
  max-width: 1200px;
}
.banner-slider-content .main-box .banner-slider .text.text-center {
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.main-box-product .banner-slider .images img{
  display: block;
}
body.page2{
  padding:0 !important;
}
.page2-section-content-main .box-main .left h2{
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
.page2-section-content-main .box-main .left span{
  font-weight: 500;
  font-size: 24px;
  padding: 45px 0px 17px;
  color: #f99d1d;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  display: block;
}
.page2-section-content-main .box-main .left p {
  font-size: 21px;
  margin: 0;
  color: #60606a;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 29px;
  padding-bottom: 25px;
}
.page2 .page2-section-content-main ul{
  margin: 0;
  display: inline-block;
}
.page2 .page2-section-content-main ul li{
  list-style: none;
  display: inline-block;
}
.page2-section-content-main {
  padding: 178px 0px 0px;
}
.page2-section-content-main .box-main{
  display: inline-block;
  padding-bottom: 200px;
}
.page2-section-content-main .box-main .right  img {
  width: 100%;
  display: block;
}
.page2-section-content-main .box-main .left {
  padding: 0px 70px 0px 0px;
}
.page2-section-content-main .box-main div#padding-one {
  padding: 0px 0px 0px 50px;
}
.page2-section-content-main .box-main .left ul p{
  padding-bottom: 10px;
}
.page2-section-content-main .box-main .left ul li{
  font-size: 21px;
  margin: 0;
  color: #60606a;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 7px;
  display: block;
  padding-left: 40px;
}
.page2-section-content-main .box-main .left ul li:nth-child(6){
  padding-bottom: 27px;
}
.page2-section-content-main .box-main div#padding-one ul p{
  padding-bottom: 3px;
}
.page2-section-content-main .box-main div#padding-one .less{
  padding: 0;
}
.page2-section-content-main .box-main .right .images img.top {

  display: block;
  height: 500px;
  object-fit: cover;
}
.page2-section-content-main .box-main .right .images{
  position: relative;
  padding-right: 60px;
}
.page2-section-content-main .box-main .right .images .bottom{
  position: absolute;
  bottom: 40px;
  height: 500px;
  left: 42px;
  z-index: -1;
}
.page2-section-content-main .box-main   div#images {
  padding: 0px 70px;
}
.page2-section-content-main  .box-main.bottom{
  padding-bottom: 20px;
}
.page2 .our-projects-content{
  overflow: hidden;
}

.page2-section-content-main  .col-md-pull-6 {
  left: 50%;
}
.page2-section-content-main .col-md-push-6 {
  left: inherit;
  right: 50%!important;
}
.page2-section-content-main .box-main div#images {
  padding: 0px 70px 0px 0px;
}
.page2-section-content-main .box-main.images div#images {
  padding: 0px 120px 0px 70px;
}
.our-projects-content.page2 {
  padding: 130px 0px 0px;
}
.page2 .banner-slider {
  position: relative;

}
.page2-section-content-main .box-main .left{
  padding-left: 50px;
}
.page2-section-content-main .images.right {
  position: relative;
  padding-right: 55px;
  padding-top: 70px;
}
.page2-section-content-main .images.right img.bottom {
  position: absolute;
  bottom: 45px;
  left: 40px;
  z-index: -1;
  padding-right: 40px;
}

.page2-section-content-main .images.right img{
  padding-left: 35px;
}
@media only screen and (max-width: 1750px) {
  .page2-section-content-main .box-main div#padding-one {
    padding: 0px 0px 0px 50px;
  }
  .page2-section-content-main .box-main .left {
    padding: 0px 50px 0px 0px;
  }
  .page2-section-content-main .box-main.images div#images {
    padding: 0px 220px 0px 70px;
  }
  .our-projects-content.page2 {
    padding: 0px 0px 0px;
  }
  .page2-section-content-main .box-main.bottom {
    padding-bottom: 50px;
  }
  .page2-section-content-main .box-main {
    display: inline-block;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1340px) {
  .page2-section-content-main .box-main.images div#images {
    padding: 0px 100px 0px 70px;
  }
  .page2-section-content-main .box-main .left h2 {
    font-size: 35px;
  }
  .page2-section-content-main .box-main .left span {

    font-size: 16px;
    padding: 20px 0px 12px;
  }

  .page2-section-content-main .box-main .left p {
    font-size: 15px;
  }
  .page2-section-content-main .box-main .left ul li {
    font-size: 15px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .page2-section-content-main .box-main.images div#images {
    padding: 0px 70px 0px 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .page2-section-content-main .col-md-pull-6 {
    padding: 0;
    position: inherit;
    width: 100%;
  }
  .our-projects-content.page2 {
    padding: 30px 0px 0px;
  }
  .page2-section-content-main .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    padding: 0;
  }
  .page2-section-content-main .col-md-push-6 {
    width: 100%;
  }
  .page2 .page2-section-content-main .box-main .left {
    padding: 0px 0px;
    margin-top: 30px;
    left: 0;
  }
  .page2-section-content-main .box-main div#images {
    padding: 0px 0px 0px 0px;
  }
  .page2-section-content-main .box-main {
    padding-bottom: 10px;
  }
  .page2-section-content-main .box-main div#padding-one {
    padding: 0px;
  }
  .page2-section-content-main .box-main.bottom {
    padding-bottom: 0px;
  }
  .page2 .page2-section-content-main {
    padding: 80px 15px 0px;
  }
  .page2 .our-projects-content .top-box {
    display: inherit;
    padding: 0px 0px;
  }
  .page2-section-content-main .box-main.images div#images {
    padding: 0px;
  }
  div#images {
    width: 100%;
  }
  div#padding-one{
    width: 100%;
  }
  .page2-section-content-main .box-main .right .images .bottom {
    position: absolute;
    bottom: 0;
    height: 600px;
    left: 0;
    z-index: -1;
    top: -45px;
  }
  .page2-section-content-main .box-main .right .images img.top {
    display: block;
    height: 500px;
    object-fit: cover;
    padding: 0px 30px;
  }
  .page2-section-content-main .images.right img {
    padding-left: 0px;
  }
  .page2-section-content-main .images.right img.bottom {
    left: 0;
    padding: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .page2-section-content-main .images.right{
    padding: 50px!important;
  }

}
@media only screen and (max-width: 768px) {
  .page2-section-content-main {
    padding: 140px 15px 0px;
  }
  .page2 .banner-form .box-form .text-box {
    display: inline-block;
    width: 100%;
  }
  .banner-form .box-form .form-group {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {

  .page2-section-content-main .box-main .right .images img.top {
    height: auto;
    width: 100%;
    padding: 0px 0px;
  }

  .page2-section-content-main .box-main div#images {
    padding: 0px
  }
  .page2-section-content-main .box-main {
    padding-bottom: 10px;
  }
  .page2 .banner-slider-content .main-box ul li .images h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .page2-section-content-main .box-main .right .images .bottom{
    display: none;
  }
  .page2-section-content-main .box-main .left h2 {
    font-size: 33px;
  }
  .page2 .page2-section-content-main {
    padding: 50px 15px 0px!important;
  }
  .our-projects-content span {
    background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 1000%;
    font-size: 26px;
  }

  .our-projects-content.page2 {
    padding: 40px 0px 0px;
  }
  .page2 .page2-section-content-main .box-main .left {
    margin-top: 30px;
  }
  .page2-section-content-main .images.right {
    padding: 30px 30px!important;
  }
}
@media only screen and (max-width: 414px) {
  .our-projects-content button.owl-prev {
    position: absolute;
    left: 20px;
  }
  .our-projects-content button.owl-next {
    right: 20px;
    position: absolute;
  }
  .page2-section-content-main .images.right {
    padding: 30px 20px!important;
  }
}
/* page1*/
.page1  .page2-section-content-main .box-main.images.page1 .left {
  padding: 90px 100px 0px 0px;
}
.page1 .page2-section-content-main .box-main {
  height: 745px;
}
.page1 .box-main.padding {
  height: auto;
  padding-bottom: 270px;
}
.page1 .box-main.bottom.images.padding {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .page1 .page2-section-content-main .box-main {
    height: auto;
  }
  .page1 .box-main.padding {
    height: auto;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .page1 .page2-section-content-main .box-main.images.page1 .left {
    padding: 0px 0px 0px 0px;
  }
  .page1 .box-main.bottom.images.padding {
    padding-bottom: 0px;
  }
  .page1 .box-main.padding {
    height: auto;
    padding-bottom: 0;
  }
}
/* page3*/
.page3  .page2-section-content-main .box-main div#padding-one {
  padding: 0px 0px 0px 80px;
}
.page3  .page2-section-content-main .box-main.bottom.images {
  height: 600px;
}
.page3 .page2-section-content-main .box-main .left span {

  padding: 45px 10px 17px;

}
.page3  .box-main.padding {

  padding-bottom: 435px;
}
@media only screen and (max-width: 1900px) {
  .page3 .box-main.padding {
    padding-bottom: 150px;
  }

}
@media only screen and (max-width: 1000px) {
  .page3 .page2-section-content-main .box-main div#padding-one {
    padding: 0px;
  }
  .page3 .box-main.padding {
    padding-bottom: 80px;
  }
  .page3 .our-projects-content.page2 {
    padding: 100px 0px 0px;
  }
  .our-projects-content .top-box p {
    font-size: 15px;
    width: 100%;
    padding-top: 25px;
  }
  .page3 .page2-section-content-main .box-main .left span {
    padding: 30px 0px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .page3 .our-projects-content.page2 {
    padding: 60px 0px 0px;
  }
  .page3 .page2-section-content-main .box-main .left h2 {
    font-size: 28px;
  }
  .page3 .box-main.padding {
    padding-bottom: 0;
  }
}
.banner-slider-content  .modal-dialog .popup-content-banner img {
  height: 183px;
  width: 100%;
  object-fit: cover;
}
.banner-slider-content  .modal-dialog .text h2{
  margin: 0;
  font-size: 36px;
  color: #fcfbfb;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0;
}
.banner-slider-content  .modal-dialog .popup-content-banner  {
  position: relative;
}
.banner-slider-content  .modal-dialog .text{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.banner-slider-content  .modal-dialog ul{
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.banner-slider-content  .modal-dialog ul li{
  list-style: none;
  margin: 0px 15px 20px;
}
.banner-slider-content  .modal-dialog  .popup-form input{
  background: #f0f5fa;
  box-shadow: none;
  padding: 0px 20px;
}
.banner-slider-content  .modal-dialog  .popup-form input::placeholder{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #b2b5bb;
}
.banner-slider-content  .modal-dialog .popup-form  .left{
  width: 50%;
}
.banner-slider-content  .modal-dialog .popup-form  .right{
  width: 50%;
}
.banner-slider-content  .modal-dialog .popup-form  .left select{
  background: #f0f5fa;

  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #b2b5bb;
  padding: 0px 20px;
}
.banner-slider-content  .modal-dialog .popup-form  .left select:focus{
  box-shadow: none;
}
.banner-slider-content  .modal-dialog .popup-form {
  background: #fff;
  padding: 50px 30px;
}
.banner-slider-content  .modal-dialog .popup-form .left .bototm {
  display: flex;
  justify-content: space-between;
}
.banner-slider-content  .modal-dialog .popup-form .left .bototm li{
  width: 100%;
}
.banner-slider-content  .modal-dialog .popup-form .select::after{
  line-height: 58px;
  content: "\f107";
  font-weight: 600;
  font-size: 23px;
}
.banner-slider-content button.btn.btn-primary.btn-lg{
  background: #242433;
  color: #fff;
  font-size: 18px;
  height: 69px;
  border-radius: 8px;
  width: 100%;
  border: 0;
  outline: none;
  position: relative;
  z-index: 1;
}
.banner-slider-content .popup-form button.btn.btn-next {
  width: 53%;
  margin: auto;
  background: #f99d1d;
  height: 69px;
  border-radius: 10px;
  line-height: 69px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  margin-top: 53px;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.banner-slider-content  .modal-dialog {
  width: 100%;
}
.banner-slider-content  .modal-header {
  padding: 0;
}
.banner-slider-content  .modal-header button.close{
  position: absolute;
  top: 12px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #000;
  background: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 51px;
  opacity: 1;
}
div#myModal1  .modal-footer {
  display: none;
}
.banner-slider-content  .modal-body {
  padding: 0;
}
.banner-slider-content .modal-dialog {
  margin: 0;
}
.banner-slider-content .modal-content {
  box-shadow: none;
  border: 0;
}
.banner-slider-content .modal-content .click {
  text-align: center;
}
#myModal2{
  display: none;
}
.banner-slider-content  button.btn.btn-primary.btn-lg.s {
  display: none;
}
.banner-slider-content  div#myModal1{
  top: 80px;
}
.banner-slider-content .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.banner-slider-content  .popup-table li {
  width: 100%;
  margin: 0;
}
.banner-slider-content  .popup-table ul li .top-line {
  text-align: center;
}
.banner-slider-content  .popup-table ul li .top-line  li{
  margin: 0;
}
.banner-slider-content  .popup-table ul li .top-line .box .left h3{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 60px;
}
.banner-slider-content  .popup-table ul li .top-line .box  .left {
  background: #f0f5fa;
  height: 60px;
  line-height: 60px;
}

.banner-slider-content .popup-table ul li .top-line .box .right {
  border: 1px solid #f0f5fa;
}
.banner-slider-content .popup-table ul li .top-line .box .right p{
  line-height: 81px;
  margin-bottom: 0;
}
.banner-slider-content  .popup-table ul li .text-title h2{
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 23px 0px 2px;
  text-align: right!important;
}
.banner-slider-content  .popup-table ul li .Person-Details h2{
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
}
.banner-slider-content  .popup-table ul li .Person-Details .top {
  max-width: 785px;
  border: 1px solid #ddd;
}
.banner-slider-content  .popup-table ul li .Person-Details  .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 63px;
  border-bottom: 1px solid #f0f5fa;
}
.banner-slider-content  .popup-table ul li .Person-Details  .box  h3{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 63px;
  padding-left: 20px;
}
.banner-slider-content  .popup-table ul li .Person-Details  .box  p{
  margin: 0;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.banner-slider-content  .popup-table ul li .Person-Details  .box .left {
  width: 37%;
  background: #f0f5fa;
  height: 63px;
}
.banner-slider-content  .popup-table ul li .Person-Details .right {
  width: 63%;
  padding: 0px 30px;
}
.banner-slider-content .popup-table {
  padding: 55px 35px;
}
.banner-slider-content  .popup-table ul li .text-title {
  padding: 5px 0px 15px;
}
.banner-slider-content .modal-footer {
  padding: 0px;
  text-align: center;
  border-top:0;
}
.banner-slider-content button.btn.btn-default.btn-prev.s {
  width: 53%;
  margin: auto;
  background: #f99d1d;
  height: 69px;
  border-radius: 10px;
  line-height: 69px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  margin-top: 53px;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.banner-slider-content button.btn.btn-default.btn-prev.s:before{
  background: #242433;
}

.banner-slider-content  button.btn.btn-default.cancel {
  background: transparent;
  color: #333;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  height: auto;
  padding: 60px 0px 0px;
}
.banner-slider-content  button.btn.btn-default.cancel:before{
  display: none;

}
.banner-slider-content  div#myModal2{
  top: 80px;

}
.banner-slider-content  div#myModal2 .modal-content .modal-header  {
  height: 700px;
  overflow: scroll;
}
@media only screen and (max-width: 1800px) {
  .banner-slider-content  div#myModal2 .modal-content .modal-header  {
    height: 590px;
    overflow: scroll;
  }
  .banner-slider-content  div#myModal1 .modal-content .modal-header  {
    height: 650px;
    overflow: scroll;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-slider-content .popup-table li thead th{
    font-size: 14px;
  }
  .banner-slider-content .popup-table li td{
    font-size: 14px;
  }
  .banner-slider-content .popup-table ul li .Person-Details .top{
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .banner-slider-content .popup-table ul li .top-line ul{
    display: inherit;
  }
  .banner-slider-content .modal-header button.close{
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-slider-content .modal-dialog ul{
    display: inherit;
  }
  .banner-slider-content .modal-dialog .popup-form .left {
    width: 100%;
  }
  .banner-slider-content .modal-dialog .popup-form .right {
    width: 100%;
  }
  .banner-slider-content .modal-dialog .popup-form .left .bototm{
    display: inherit;
  }
  .banner-slider-content .modal-dialog ul li{
    margin: 0px 0px 15px;
  }
  .banner-slider-content .popup-form button.btn.btn-next {
    width: 100%;
  }
  .banner-slider-content button.btn.btn-default.btn-prev.s{
    width: 100%;
  }
  .banner-slider-content .popup-table {
    padding: 40px 20px;
  }
  .banner-slider-content .modal-dialog .popup-form{
    padding: 40px 20px;
  }
  .banner-slider-content button.btn.btn-default.cancel{
    padding: 30px 0px 0px;
  }
  .banner-slider-content .popup-table ul li .text-title h2{
    text-align: center;
    font-size: 18px;
  }
  .banner-slider-content .popup-table ul li .text-title {
    padding: 20px 0px 35px;
  }
  .banner-slider-content .popup-table ul li .Person-Details h2{
    font-size: 25px;
  }
  .banner-slider-content  div#myModal2 .modal-content .modal-header  {
    height: 550px;
    overflow: scroll;
  }
  .banner-slider-content  div#myModal1 .modal-content .modal-header  {
    height: 570px;
    overflow: scroll;
  }
}
@media only screen and (max-width: 500px) {
  .banner-slider-content .popup-table ul li .Person-Details .box{
    display: inherit;
  }
  .banner-slider-content .popup-table ul li .Person-Details .box .left{
    width: 100%;
  }
  .banner-slider-content .popup-table ul li .Person-Details .box .right{
    width: 100%;
    padding: 0px 20px;
  }

}

/* page4*/
.page4 .banner-slider {
  overflow: hidden;
}
.page4 .content-main-form ul{
  margin: 0;
}
.page4 .content-main-form ul li{
  list-style: none;
  display: inline-block;
}
.content-main-form ul li button.btn.btn-default {
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  background: #f99d1d;
  color: #000;
  border-radius: 10px;
  padding: 0px 95px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
  border: 0;
  outline: none;
  height: 68px;
  line-height: 68px;
}
.content-main-form ul li button.btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  background: #242433;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.content-main-form ul li button.btn.btn-default:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.content-main-form ul li button.btn.btn-default:hover{
  color: #fff;
  font-weight: 500;
}
.content-main-form ul li input#Name {
  outline: none;
  border-radius: 8px;
  border: 0;
  height: 69px;
  background: #f0f5fa;
  box-shadow: none;
  padding: 0px 20px;
}
.content-main-form ul li .form-group {
  width: 520px;
  padding-right: 15px;
  margin-bottom: 0;
}
.content-main-form {
  padding: 107px 0px 58px;
}
.content-main-form-video .title-top h2{
  margin: 0;
  line-height: 1;
  padding-bottom: 27px;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.content-main-form-video .main-bottom {
  display: inline-block;
}
.content-main-form-video .main-bottom ul{
  margin: 0;
  display: inline-block;
}
.content-main-form-video .main-bottom ul li a{
  text-decoration: none;
}
.content-main-form-video .main-bottom ul li {
  list-style: none;
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.content-main-form-video .box-text .icon-video-play{
  position: relative;
  overflow: hidden;
}
.content-main-form-video .box-text h2{
  margin: 0;
  line-height: 1;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.content-main-form-video .box-text p{
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
}
.content-main-form-video .box-text  .bottom {
  border: 1px solid #ddd;
  padding: 40px 25px 35px;
}
.content-main-form-video .box-text img{
  width: 100%;
  transform: scale(1);
  transition: .4s ease-in-out;
  display: block;
}
.content-main-form-video .box-text:hover img{

  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
.content-main-form-video .box-text a.html5lightbox:hover{
  opacity: 0.7;
}
.content-main-form-video .box-text a.html5lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;

}
.content-main-form-video  .loadmore a{
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  background: #f99d1d;
  color: #000;
  border-radius: 10px;
  padding: 0px 80px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
  border: 0;
  outline: none;
  height: 65px;
  line-height: 65px;
  display: inline-block;
}
.content-main-form-video  .loadmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  background: #242433;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.content-main-form-video  .loadmore a:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.content-main-form-video  .loadmore a:hover{
  color: #fff;
  font-weight: 500;
}
.content-main-form-video .loadmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 35px;
}
.content-main-form-video {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {

  .content-main-form-video .box-text h2 {

    font-size: 23px;
  }
  .content-main-form-video .box-text p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {

  .content-main-form-video .main-bottom ul li{
    padding: 0;
    width: 100%;
  }
  .content-main-form ul li .form-group {
    width: 465px;
  }
  .content-main-form-video {
    padding-bottom: 80px;
  }
  .content-main-form{

    padding: 70px 0px 40px;
  }
  .content-main-form-video .title-top h2 {

    font-size: 25px;
  }
  .content-main-form-video .box-text a.html5lightbox {

    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .content-main-form ul li .form-group {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .page4 .content-main-form ul li{
    display: block;
  }
  .content-main-form ul li button.btn.btn-default{
    width: 100%;
  }
  .content-main-form-video .box-text .bottom {
    border: 1px solid #ddd;
    padding: 35px 20px 30px;
  }
  .content-main-form-video .box-text a.html5lightbox {

    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
/* page5 */
.applyforjob-content-main{
  padding: 140px 0px 78px;
}
.applyforjob-content-main .title-top h2 {
  margin: 0;
  line-height: 1;
  padding-bottom: 52px;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.applyforjob-content-main .content-bottom-box ul{

  margin: 0;
}
.applyforjob-content-main .content-bottom-box ul{
  list-style: none;
}
.applyforjob-content-main .content-bottom-box ul li input {
  background: #f0f5fa;
  box-shadow: none;
  padding: 0px 20px;
  outline: none;
  border-radius: 8px;
  border: 0;
  height: 69px;
}
.applyforjob-content-main .content-bottom-box ul li input::placeholder{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color:#c5c5c5;
}
.applyforjob-content-main .content-bottom-box .images.right {
  position: relative;
  padding-right: 50px;
  padding-left: 20px;
}
.applyforjob-content-main .col-md-pull-6 {
  left: 50%;
}
.applyforjob-content-main .col-md-push-6 {
  left: inherit;
  right: 50%!important;
  padding-right: 70px;
}
.applyforjob-content-main .content-bottom-box .images.right img {
  width: 100%;
  display: block;
}
.applyforjob-content-main .content-bottom-box .images.right img.bottom {
  position: absolute;
  bottom: 53px;
  left: 10%;
  z-index: -1;
  padding-right: 73px;
}
.applyforjob-content-main .content-bottom-box button.btn.btn-default {
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  background: #f99d1d;
  color: #000;
  border-radius: 10px;
  padding: 0px 85px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
  border: 0;
  outline: none;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  margin-top: 30px;
}
.applyforjob-content-main .content-bottom-box  .form-group {
  margin-bottom: 20px;
}
.applyforjob-content-main .content-bottom-box button.btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  background: #242433;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.applyforjob-content-main .content-bottom-box button.btn.btn-default:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.applyforjob-content-main .content-bottom-box button.btn.btn-default:hover{
  color: #fff;
  font-weight: 500;
}
.House-Keeper-content .box-title ul{
  margin: 0;
  display: inline-block;
}
.House-Keeper-content .box-title ul li{
  list-style: none;
  display: inline-block;
  margin-bottom: 45px;

}
.House-Keeper-content .box-title .box-left {
  width: 50%;
  float: left;
  padding: 0px 20px;
}
.House-Keeper-content .box-title .box-left .box-last{
  border: 1px solid #ddd;
  padding: 45px 35px;
}
.House-Keeper-content .box-title .box-left h2{
  margin: 0;
  line-height: 1;
  padding-bottom:0px;
  font-size: 29px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.House-Keeper-content .box-title .box-left p{
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
}
.House-Keeper-content .box-title .box-left .monts{
  padding: 30px 0px;
}
.House-Keeper-content .box-title .box-left .monts ul li{
  padding-right: 25px;
  margin-bottom: 0;
}
.House-Keeper-content .box-title .box-left .monts ul li a{
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #242433;
}
.House-Keeper-content .box-title .box-left .monts ul li a .fa{
  margin-right: 15px;
}
.House-Keeper-content .box-title .box-left .button a{
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  background: #f99d1d;
  color: #000;
  border-radius: 10px;
  padding: 0px 75px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
  border: 0;
  outline: none;
  height: 65px;
  line-height: 65px;
  display: inline-block;
}
.House-Keeper-content .box-title .box-left .button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  background: #242433;
  -webkit-transform: scalex(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.House-Keeper-content .box-title .box-left .button a:hover:before {
  -webkit-transform: scalex(1);
  transition: 0.5s;
}
.House-Keeper-content .box-title .box-left .button a:hover{
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1400px){
  .applyforjob-content-main {
    padding: 100px 0px 78px;
  }
  .applyforjob-content-main .content-bottom-box .images.right{
    padding-right: 0;
  }
  .applyforjob-content-main .content-bottom-box .images.right img.bottom {
    position: absolute;
    bottom: 41px;
    left: 10%;
    z-index: -1;
    padding-right: 20px;
  }
  .applyforjob-content-main .col-md-push-6{
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1250px){
  .applyforjob-content-main .content-bottom-box .images.right img.bottom {
    position: absolute;
    bottom: 36px;
    left: 10%;
    z-index: -1;
    padding-right: 11px;
  }

}
@media only screen and (max-width: 1000px){
  .applyforjob-content-main .col-md-push-6{
    left: 0!important;
    padding: 0;
  }
  .applyforjob-content-main .col-md-pull-6 {
    left: 0!important;
    padding: 0;
  }
  .applyforjob-content-main .content-bottom-box .images.right {
    padding: 40px 50px;
    margin-bottom: 50px;
  }
  .applyforjob-content-main .content-bottom-box .images.right img.bottom{
    padding: 0px;
    left: 0!important;
    top: 0;
  }
  .House-Keeper-content .box-title .box-left{
    width: 100%;
    padding: 0;
  }
  .House-Keeper-content .box-title .box-left .box-last{
    margin-bottom: 40px;
  }
  .House-Keeper-content .box-title ul li{
    margin-bottom: 0;
  }
  .House-Keeper-content .box-title .box-left h2{
    font-size: 24px;
  }
  .House-Keeper-content .box-title .box-left .monts ul li a{
    font-size: 16px;
  }
  .House-Keeper-content .box-title .box-left p{
    font-size: 14px;
  }
  .House-Keeper-content .box-title .box-left .monts{
    padding: 20px 0px;
  }
  .applyforjob-content-main {
    padding: 70px 0px 50px;
  }
  .House-Keeper-content .box-title .box-left .button a{
    padding: 0px 56px;
    height: 60px;
    line-height: 60px;
  }
  .applyforjob-content-main .title-top h2 {

    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .House-Keeper-content .box-title .box-left .box-last {

    padding: 45px 20px;

  }
}

