/* fonts */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-BlkCn.eot");
  src: url("../fonts/HelveticaNeueLTStd-BlkCn.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-BlkCn.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-BlkCn.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-BlkCn.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 14px;
  color: #707176;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}
a {
  color: #161616;
  text-decoration: none;
}
.w-90 {
  width: 90% !important;
}
.container {
  max-width: 1100px;
}
/* header */
.logo-wrap {
  position: relative;
  z-index: 1;
  margin: 30px 0;
}
.nav-wrap-inner ul {
  display: flex;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  justify-content: center;
}
.nav-wrap-inner ul li {
  padding-right: 50px;
  position: relative;
}
.nav-wrap-inner ul li::after {
  content: "";
  background: #f7dc05;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  bottom: 4px;
}
.nav-wrap-inner ul li a {
  font-size: 16px;
  color: #117bc0;
  font-weight: 900;
}
.nav-wrap-inner ul li:last-child:after {
  content: unset;
}
.banner-para-section p {
  font-size: 20px;
  text-align: center;
  color: #117bc0;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}
.banner-para-section {
  margin-bottom: 50px;
}

.banner-item-content h1 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: end;
  text-shadow: 0px 3px #00000030;
  position: relative;
}
.banner-item {
  position: relative;
  border: 1px solid #f9eb1d;
  width: 100%;
  margin: 0 50px;
  height: 100%;
}
.banner-item-content {
  position: absolute;
  top: 60px;
  left: auto;
  right: 80px;
}
.banner-item-content h1::after {
  width: 20px;
  content: "";
  background: #f9eb1d;
  height: 74px;
  position: absolute;
  top: 5px;
  right: -30px;
}
.banner-item-content h1::before {
  width: 10px;
  content: "";
  background: #1ab0e6;
  height: 74px;
  position: absolute;
  top: 5px;
  right: -45px;
}

.banner-section .swiper-slide {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
}
.banner-section .swiper-slide .banner-item-content {
  opacity: 0;
  visibility: hidden;
}
.banner-section .swiper-slide.swiper-slide-active .banner-item-content {
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s ease-in-out; */
}
.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
  width: 30px;
  height: 35px;
  background-size: 25px 20px;
  background-color: #faec1d;
}
.swiper-wrapper .swiper-slide:first-child {
  margin-left: auto;
}

.swiper-wrapper .swiper-slide:last-child {
  margin-right: auto;
}

.banner-item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.banner-section {
  margin-bottom: 60px;
}

/* service */
.service-sec-wrap {
  text-align: center;
}
.service-sec-wrap h2 {
  font-size: 60px;
  font-weight: 900;
  color: #117bc0;
  margin-bottom: 10px;
}
.service-sec-spl-p {
  font-size: 20px;
  text-align: center;
  color: #117bc0;
  font-weight: 500;
  width: 80%;
  margin: 0 auto 30px auto;
}
.service-inner-wrap h3 {
  font-size: 30px;
  font-weight: 800;
  color: #117bc0;
  margin-bottom: 5px;
}
.service-inner-wrap p {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 30px;
}
.service-inner-spl-p {
  width: 80%;
  margin: 0 auto 30px auto;
}
.service-inner-wrap .service-inner-item p {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 24px;
  height: 120px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-inner-item .service-inner-item-content h3 {
  font-size: 26px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.service-inner-item-img img {
  height: 200px;
}
.service-inner-item-content {
  border-bottom: 4px solid #f9eb1d;
  border-top: 4px solid #f9eb1d;
  padding: 20px;
  background: #f6f6f6;
}
.service-inner-item-img {
  margin: 10px 0;
}
.service-inner-item {
  margin: 20px 30px;
  border-top: 4px solid #f9eb1d;
}
.service-inner-item-content a {
  font-size: 18px;
  color: #117bc0;
  font-weight: 700;
  display: table;
  margin: 10px auto 0 auto;
}
.service-inner-wrap {
  padding-bottom: 60px;
}

.service-sec-spl-pp p {
  font-size: 20px;
  text-align: center;
  color: #117bc0;
  font-weight: 700;
  margin-bottom: 5px;
}
.service-sec-spl-pp {
  margin: 20px auto 40px auto;
  border-bottom: 5px solid #f9eb1d;
  padding-bottom: 40px;
  width: 60%;
}
.service-inner-wrap .service-inner-item.spl-1 .service-inner-item-content p {
  height: 180px;
}
.service-inner-wrap .service-inner-item.spl-2 .service-inner-item-content p {
  height: 180px;
}
.service-inner-wrap .service-inner-item.spl-3 .service-inner-item-content p {
  height: 145px;
}
.service-inner-pp h3 {
  font-size: 30px;
  font-weight: 600;
  color: #117bc0;
  margin: 20px 0;
}
.service-inner-pp {
  padding-bottom: 60px;
  width: 60%;
  margin: 0 auto;
}

.service-inner-pp p {
  font-size: 20px;
  text-align: center;
  color: #117bc0;
  font-weight: 500;
}

#mob-menu-container {
  display: none !important;
}

/* foot */
.foot-top {
  background: linear-gradient(
    180deg,
    rgb(26, 176, 230) 0%,
    rgb(25, 111, 170) 100%
  );
  padding: 50px 0;
  color: #fff;
}
.foot-top p {
  font-size: 20px;
  font-weight: 600;
}
.foot-top-inner img {
  margin-bottom: 20px;
}
.foot-top-inner {
  text-align: center;
}
.foot-top p a {
  color: #fff;
}
.foot-top .add-foot-p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.foot-top .tell-foot-p {
  margin-bottom: 20px;
  font-size: 30px;
}
.foot-top p.mail-foot-p a {
  color: #f9eb1d;
}
.foot-bottom {
  background: #f9eb1d;
  color: #1ab0e6;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
.contact-us-inner {
  padding: 60px 0;
}
.contact-us-inner-left h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-us-inner-left p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-us-inner {
  margin: 60px 0;
  background: #117bc0;
}
.contact-us-inner .row {
  align-items: center;
}
.contact-us-inner-left {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us-inner-right {
  padding: 30px 50px 30px 0;
}
.contact-us-inner-right .gfield_label.gform-field-label {
  color: #fff;
}
.contact-us-inner-right .gform-field-label.gform-field-label--type-sub {
  color: #fff;
}
#gform_submit_button_2 {
  background: #f9eb1d;
  border: 1px solid #f9eb1d;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #0d5e93;
}
.nav-wrap-inner ul li a a {
  border: none;
}
.nav-wrap-inner ul li a a:hover {
  background: transparent;
  color: #007ec1 !important;
}
.slicknav_nav .slicknav_row:hover a {
  color: #007ec1 !important;
}
.slicknav_nav .slicknav_row:hover {
  background: #fbef4b;
}
.service-inner-wrap .service-inner-item.spl-3 .service-inner-item-content.spl p {
  height: 165px;
}
.service-inner-wrap .service-inner-item.spl-2 .service-inner-item-content.spl p {
  height: 200px;
}
.service-inner-wrap .service-inner-item.spl-1 .service-inner-item-content.spl p {
  height: 200px;
}





@media (max-width: 1366px) {
  .banner-item {
    margin: 0 20px;
  }
  .banner-item-content h1 {
    font-size: 30px;
  }
  .banner-item-content h1::before {
    height: 62px;
  }
  .banner-item-content h1::after {
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .banner-item-content h1 {
    font-size: 18px;
  }
  .banner-item-content h1::before {
    height: 40px;
    width: 5px;
    top: 2px;
    right: -30px;
  }
  .banner-item-content h1::after {
    height: 40px;
    width: 10px;
    top: 2px;
    right: -20px;
  }
  .banner-section .swiper-slide {
    height: 300px;
  }
  .banner-item-img img {
    height: 100%;
  }
  .service-inner-item .service-inner-item-content h3 {
    font-size: 20px;
    height: 50px;
  }
  .service-inner-wrap .service-inner-item p {
    font-size: 14px;
    height: 80px;
  }
  .service-inner-item-img img {
    height: 160px;
    margin: 15px 0 0 0;
  }
  .service-inner-item-content a {
    font-size: 16px;
  }
  .service-sec-wrap h2 {
    font-size: 40px;
  }
  .service-sec-spl-p {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .nav-wrap-inner ul li a {
    font-size: 14px;
  }
  .service-inner-wrap h3 {
    font-size: 20px;
  }
  .service-inner-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
  .service-inner-spl-p {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 991px) {
.service-inner-wrap .service-inner-item.spl-3 .service-inner-item-content.spl p {
  height: auto;
}
.service-inner-wrap .service-inner-item.spl-2 .service-inner-item-content.spl p {
  height: auto;
}
.service-inner-wrap .service-inner-item.spl-1 .service-inner-item-content.spl p {
  height: auto;
}
  .nav-wrap-inner ul{
    margin: 0;
  }
  .contact-us-inner-right {
    padding: 0 30px;
  }
  .contact-us-inner {
    margin: 20px 0;
  }
  .contact-us-inner-left {
    align-items: start;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .service-inner-item .service-inner-item-content h3 {
    height: auto;
  }
  .service-inner-wrap .service-inner-item p {
    height: auto;
  }
  .service-inner-wrap .service-inner-item.spl-1 .service-inner-item-content p {
    height: auto;
  }
  .service-inner-wrap .service-inner-item.spl-2 .service-inner-item-content p {
    height: auto;
  }
  .service-inner-wrap .service-inner-item.spl-3 .service-inner-item-content p {
    height: auto;
  }
  .service-inner-wrap {
    padding-bottom: 30px;
  }
  .service-sec-spl-pp p {
    font-size: 17px;
  }
  .service-inner-pp p {
    font-size: 17px;
  }
  .nav-wrap-inner ul {
    flex-direction: column;
  }
  .nav-wrap-inner ul li::after {
    content: unset;
  }
  .nav-wrap-inner ul li {
    padding-right: 0;
  }
  .slicknav_nav a:hover {
    background: #fbef4b;
    color: #007ec1 !important;
  }
  .nav-wrap-inner ul li a {
    font-weight: 400;
    border-bottom: 1px solid #ddd;
  }
  .slicknav_nav {
    width: 220px !important;
  }
}
@media (max-width: 767px) {
  .banner-para-section p{
    font-size: 16px;
    width: 95%;
  }
  .banner-para-section {
    margin-bottom: 30px;
}
  .foot-top .tell-foot-p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .service-sec-spl-pp {
    margin: 20px auto 20px auto;
    padding-bottom: 20px;
    width: 90%;
  }
  .service-sec-wrap h2 {
    font-size: 30px;
  }
  .service-inner-pp {
    padding-bottom: 30px;
    width: 90%;
  }
  .service-inner-pp h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .foot-top .add-foot-p {
    font-size: 16px;
  }
  .foot-top p {
    font-size: 16px;
  }
  .logo-wrap {
    margin: 10px 0;
  }
  .nav-wrap {
    margin-bottom: 20px;
  }
  .banner-item-content {
    right: 40px;
}
}
