ul.menu.list-inline li a.active {
  color: #01D297;
}
.index-new.inner-bnr-st .caption {
  position: static;
  transform: none;
  padding: 30px 0 30px !important;
}
.contact-banner .slide3 .caption{
  padding: 100px 0 !important;
}
.faq-txt {
  color: #1A3236;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner.index-new .slide3 .caption h1 {
  font-size: 32px;
}
.banner.index-new ul.button {
  display: inline-flex;
  justify-content: center;
}
.li-sts {
  display: inline-block;
  text-align: left;
}
.caption .btn-primary.secondary:hover {
  background: white;
  color: #333333;
}
li.last a.btn.btn-primary.various:hover {
  background: #1A3236;
  color: #fff;
  border-color: transparent;
}
.service_inner ul {
  display: inline-flex;
  padding-top: 20px;
}
.service_inner ul .first {
  margin-right: 20px;
}
.service_inner ul .first a:hover {
  background: #01D297;
  color: #fff;
  border-color: #01D297;
}
.service_inner ul .last a:hover {
  background: #1A3236;
  color: #fff;
}
.service_inner ul .first a {
  background: #1A3236;
}
.service_inner ul .last a {
  background: #fff;
}
.banner.index-new li {
  font-size: 18px;
  color: #fff;
  padding: 6px 20px;
  line-height: 18px;
}
.banner .slide3 .caption h1 span {
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 1200px) {
  section.sec_service .service_inner img {
    width: 100%;
  }
  .time_show2_box img {
    width: 100%;
  }
  .our-client .box img.our-client-icon {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .index-new .caption .row {
    display: block;
  }
  .banner .slide3 .caption h1 {
    display: block;
  }
  .banner .caption ul li {
    display: block;
  }
  .time_show2_box {
    margin: 0;
  }
  .get_touch .get_touch_form {
    width: 100%;
  }
  section.sec_service .service_inner img {
    display: none;
  }
  h2 {
    font-size: 26px !important;
  }
  .banner .slide3 .caption h1,
  .banner .slide3 .caption .banner-form h5 {
    font-size: 26px;
  }
  .banner .slide3 .caption h1 br {
    display: none;
  }
  .banner-form h6 {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  body .banner .caption .banner-form ul li {
    width: 100% !important;
  }
  body .menu-bottom {
    display: block;
    height: auto;
    margin-top: -30px;
  }
  body section.inner-banner.banner-contact {
    background: #6ccdd3;
    text-align: center;
  }
  body .inner-banner.banner-contact .caption {
    position: static;
    transform: translateY(0);
  }
  body section.inner-banner.banner-contact img.img-responsive {
    display: none;
  }
  body header .col-md-3 a img {
    max-width: 170px;
  }
  body .contact-us .container .form-group {
    width: 100%;
  }
  body .contact-us .container .locate h3 {
    font-size: 16px;
  }
  body .contact-us .container .locate ul li {
    padding: 0 2px;
    margin-bottom: 0;
  }
  body .contact-us .container .locate {
    word-break: break-all;
    float: left;
  }
  body .contact-us .container .locate ul li img {
    display: none;
  }
  body .contact-us .container .locate ul li p {
    width: 100%;
    margin-left: 0;
  }
  body .contact-us .container .locate ul {
    margin-top: 10px;
  }
  body .contact-us .container .locate:after {
    border-radius: 10px;
  }
  body .inner-banner .caption h2 {
    font-size: 24px;
  }
  body .contact-us .container .info .btn {
    margin-top: 20px;
  }
  body .ouibounce-modal .modal-body li {
    margin-right: 1% !important;
  }
  body .ouibounce-modal h4 {
    font-size: 15px !important;
  }
  body div#CountDownTimer {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .lft-side-txb span {
    text-transform: uppercase;
    text-align: left !important;
    float: left;
    width: 100%;
  }
  .banner-form h6 {
    font-size: 14px;
    text-align: left;
    float: left;
  }
}

.index-new h3 {
  color: #fff;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: 32px;
}

.index-new p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.social-list{
  display: flex;
  align-items: center;
}
ul.social-list li{
  margin: 0 10px 0 0;
}
ul.social-list li a{
  display: block;
  font-size: 24px;
  color: #c9cacf;
  transition: all .3s ease-in;
}
ul.social-list li a:hover{
  color: #01D297;
  transform: scale(1.1);
}