@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../fonts/helvetica-neue-regular.woff2") format("woff2"),
    url("../fonts/helvetica-neue-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue Regular" !important;
}
p {
  font-family: "Helvetica Neue Regular" !important;
  font-size: 16px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 25px !important;
  color: #464646;
}
a,
a:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Helvetica Neue Regular" !important;
}
button,
button:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Helvetica Neue Medium" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue Bold" !important;
  font-weight: 600;
  margin: 0;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
/* scrollbar */

.headertop {
  background: #00103d;
  color: #fff;
  padding: 10px 0;
}
.headertop p {
  margin: 0;
  color: #fff;
  text-align: right;
}
.headertop p a {
  color: #ffffff8f;
}
.headertop p a:hover {
  color: #fff;
}
a.ybtn {
  display: inline-block;
}
.ybtn button.btn {
  background: #314c9f url(../images/barrow.png) no-repeat 95% center;
  color: #fff;
  padding: 10px 30px 10px 15px;
  background-size: 18px;
  font-size: 17px;
}
.ybtn button.btn:hover {
  background: #314c9f url(../images/barrow.png) no-repeat 95% center;
  color: #fff;
  padding: 10px 30px 10px 15px;
  background-size: 18px;
  font-size: 17px;
}
.ybtn-border button.btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 15px;
}
.ybtn-border button.btn:hover {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
  padding: 10px 15px;
}
.tbtn {
  justify-content: end;
}
.relative {
  position: relative;
}
.banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.banner-section .carousel-item img {
  max-height: 550px;
  object-fit: cover;
}
.banner-caption h2 {
  font-size: 45px;
  color: #fff;
  margin: 15px 0;
}
.banner-caption p {
  color: #fff;
}
.number-text {
  position: relative;
}
.number-text strong:after {
  width: 45px;
  height: 2px;
  background: #ccc;
  content: "";
  position: absolute;
  bottom: 0;
}
.service-box {
  width: 100%;
  margin-bottom: 25px;
}
.service-box img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
  height: 225px;
}
.service-text img {
  width: auto;
  border-radius: 0px;
}
.service-text h4 {
  font-size: 20px;
  margin: 10px 0;
  position: relative;
  background: url(../images/headline.png) no-repeat;
  background-size: 50px;
  padding-left: 61px;
  text-align: left;
  background-position: center left;
}

h2.nhead {
  margin: 10px 0;
  font-size: 33px;
  color: #000;
}
h4.nhead {
  margin: 10px 0;
  font-size: 33px;
  color: #000;
}
.rating-section {
  background: #f9f9f9 url(../images/rating-bg.png) no-repeat center top;
  background-size: 100% 250px;
}
.rating-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.rating-item h4 {
  color: #314c9f;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rating-item p {
  color: #000;
  font-size: 20px;
}
h2.whead {
  margin: 10px 0;
  font-size: 33px;
  color: #fff;
}
p.wtext {
  color: #fff;
  font-size: 18px !important;
}
.site-footer {
  background: #1f1f1f;
  color: #fff;
  padding: 40px 0 0px;
}
.foot h5 {
  font-size: 15px;
  line-height: 22px;
}
.foot p {
  color: #fff;
  font-size: 14px !important;
}
.foot h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.foot ul {
  margin: 0 0 10px 0;
  list-style: none;
  padding: 0;
}
.foot ul li {
  color: #fff;
  margin: 0 0 5px 0;
}
.foot ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.foot p a {
  color: #fff;
}
p.f-info {
  background: url(../images/f-info.png) no-repeat left 5px;
  background-size: 33px;
  padding: 5px 0 7px 40px;
  display: inline-block;
}
p.f-mail {
  background: url(../images/f-mail.png) no-repeat left 5px;
  background-size: 33px;
  padding: 5px 0 7px 40px;
  display: inline-block;
}
p.f-phone {
  background: url(../images/f-phone.png) no-repeat left 5px;
  background-size: 33px;
  padding: 5px 0 7px 40px;
  display: inline-block;
}
.social a {
  display: inline-block;
}
.social img {
  width: 35px;
}
.post,
.page {
  margin: 0 !important;
}
.copyright {
  border-top: 1px solid #37404e;
  margin-top: 20px;
  padding: 20px 0;
}
.copyright p {
  margin: 0;
  color: #ccc;
  font-size: 14px !important;
}
.copyright p a {
  color: #ccc;
}
.testimonial-section {
  background: #14305e;
  color: #fff;
}

.testimonial-slider-container {
  position: relative;
  width: 100%;
  padding: 20px 40px;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-slide.active {
  display: block;
  opacity: 1;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  border-radius: 20px;
  z-index: -1;
}

.rating {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.stars {
  color: #f7b500;
  margin-left: 6px;
}

.review {
  font-size: 18px;
  margin: 15px 0 25px;
  color: #333;
  line-height: 1.5;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}

.reviewer img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.ts-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.ts-arrow.left {
  left: -10px;
}

.ts-arrow.right {
  right: -10px;
}

.ts-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ===========================
   DEFAULT DESKTOP – unchanged
   =========================== */
.g-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Make small & big image heights consistent */
.small-img {
  height: 180px;
}

.big-img {
  height: 420px;
}

/* ===========================
   TABLET (iPad Portrait)
   768px and below
   =========================== */
@media (max-width: 991px) {
  .gallery-part {
    gap: 20px;
    flex-wrap: wrap; /* allow wrapping */
  }

  .gallery-col {
    width: 45%; /* two columns per row */
    align-items: center;
  }

  .big-img {
    height: 350px; /* reduce size */
  }

  .small-img {
    height: 160px;
  }
}

/* ===========================
   MOBILE VIEW
   576px and below
   =========================== */
@media (max-width: 576px) {
  .gallery-part {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .gallery-col {
    width: 100%; /* full width */
    max-width: 320px; /* fixed width for neat design */
    align-items: center;
  }

  .big-img {
    height: 260px; /* reduce height */
  }

  .small-img {
    height: 150px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.video-player {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Yellow Experience Badge */
.experience-badge {
  position: absolute;
  bottom: 0px;
  left: -40px;
  background: #ffb800;
  padding: 25px 30px;
  border-radius: 25px;
  text-align: left;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
}

.experience-badge h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.experience-badge p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

/* Responsive Fixes */
@media (max-width: 992px) {
  .experience-badge {
    left: 10px;
    bottom: 10px;
    padding: 18px 22px;
  }

  .experience-badge h3 {
    font-size: 32px;
  }

  .experience-badge p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .experience-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}
.video-section {
  background: #f4f6fb;
}
@media (min-width: 992px) {
  .video-section .col-lg-6:first-child {
    padding-right: 60px; /* increase if needed */
  }
}

/* ========= HERO SECTION ========= */
.contact-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px;
  /* adjust height as needed */
  overflow: hidden;
}

/* Hero image */
.contact-hero .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Overlay applied via pseudo-element */
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content above overlay */
.contact-hero .hero-content {
  position: relative;
  z-index: 2;
}

.banner-top-line .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
}

.small-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0.9;
  text-transform: uppercase;
}
.choose-item h4 {
  font-size: 18px;
}
.choose-item {
  min-height: 310px;
}
/* Main hero title */
.hero-title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  width: 75%;
  text-transform: uppercase;
}

.info-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.info-box {
  margin-bottom: 20px;
}

.map-wrapper {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.bg-form-section {
  background: #f4f5f7;
}

.mailsection a {
  color: #464646;
}

#gform_wrapper_2 .gform_button {
  background-color: #314c9f;
  border-radius: 40px;
  padding: 14px 20px;
  color:#fff;
}
#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 textarea::placeholder,
#gform_wrapper_2 select::placeholder {
  color: #97a5ba !important;
}
#gform_wrapper_2 select.large.gfield_select {
  color: #97a5ba !important;
}
/* Responsive */
@media (max-width: 768px) {
  .map-wrapper {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .map-wrapper {
    height: 250px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-player {
  width: 100%;
  border-radius: 8px;
}

/* Center Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s;
}

/* Triangle Icon */
.play-btn::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 24px;
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #000;
}

/* Hide on video play */
.play-btn.hide {
  opacity: 0;
  visibility: hidden;
}

.g-img {
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}

.g-img:hover {
  transform: scale(1.08);
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}

.carousel-control-prev-icon {
  background-image: url(../images/previous.png) !important;
}
.carousel-control-next-icon {
  background-image: url(../images/next.png) !important;
}

div#galleryCarousel {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}
.gallery-section .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.gallery-section .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .carousel-item.active {
  width: 87%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
#galleryCarousel .carousel-control-prev {
  left: 15px !important;
}
#galleryCarousel .carousel-control-next {
  right: 15px !important;
}
#galleryCarousel .carousel-item.active img.rounded {
  border-radius: 15px !important;
}
.gallery-item {
  cursor: pointer;
}
ul.gallery-filter {
  display: flex !important;
  justify-content: center !important;
  margin: 0;
}
.gallery-filter li.nav-item {
  flex: none !important;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: #fff; /* White icon */
  background-color: #314c9f; /* Orange background */
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When accordion is open → minus icon */
.accordion-button:not(.collapsed)::after {
  content: "−";
  background-color: #314c9f; /* Orange */
  color: #fff; /* White */
}

/* TAB CONTAINER */
.custom-tabs {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08);
}

/* Default tab button */
.custom-tabs .nav-link {
  border: none;
  background: #f1f4f9;
  color: #6b7280;
  padding: 18px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  gap: 8px;
}

/* Active tab based on screenshot */
.custom-tabs .nav-link.active {
  background: rgba(255, 255, 255, 255);
  color: #d98400;
}

/* Icons */
.tab-icon img {
  width: 32px;
  height: 32px;
}

/* Arrow between tabs */
.tab-arrow {
  font-size: 28px;
  color: #d4d4d4;
  margin-top: -10px;
}

/* TAB CONTENT BOX */
.custom-content {
  margin-top: 30px;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.04);
}
.tabimg img {
  width: 100%;
  margin-bottom: 15px;
}
/* -------------- TAB BOX LAYOUT -------------- */
.custom-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: nowrap;
}

.custom-tabs .nav-link {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 6px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.custom-tabs .nav-link span {
  margin-top: 6px;
}

/* Icon wrapper cloud background */
.tab-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-icon img {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}

/* Default: show normal icon */
.tab-icon .icon-active {
  opacity: 0;
  visibility: hidden;
}

/* Active tab → show active icon */
.custom-tabs .nav-link.active .icon-normal {
  opacity: 0;
  visibility: hidden;
}

.custom-tabs .nav-link.active .icon-active {
  opacity: 1;
  visibility: visible;
}

/* Active highlight background */
.custom-tabs .nav-link.active .tab-icon {
  background: #fff;
  border-radius: 12px;
}

.custom-tabs .nav-link {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.custom-tabs .nav-link.active {
  color: #c47a00;
}

.tab-arrow {
  margin: 0 10px;
  font-size: 26px;
  color: #c47a00;
}

/* mobile */
@media (max-width: 768px) {
  .custom-tabs {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .tab-arrow {
    display: none;
  }
  .nav-item {
    flex: 0 0 100%;
    text-align: center;
  }
}

/* -------- MOBILE -------- */
@media (max-width: 768px) {
  .tab-arrow {
    display: none;
  }

  .custom-tabs .nav-item {
    flex: 0 0 30%;
    text-align: center;
  }
}

h2.gform_title {
  display: none;
}
.footer-subscribe {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  padding: 8px;
}
.footer-subscribe input[type="email"] {
  background: #fff url(../images/mailicon.png) no-repeat 8px center;
  padding-left: 45px !important;
}
.footerform {
  border-bottom: 1px solid #37404e;
  margin-bottom: 35px;
}
.footer-subscribe .gform-footer.gform_footer.top_label {
  display: none !important;
}
.footer-subscribe .gravity-theme input[type="submit"] {
  background: #314c9f;
  border: none;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
.footer-subscribe .gform_heading {
  display: none;
}
.footer-cta p {
  font-size: 20px !important;
  color: #edeff3;
}

.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.menu-main-menu-container {
  display: inline-flex;
  height: 100%;
}
.main-navigation ul {
  display: flex;
}
.main-navigation li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation li a {
  display: block;
  text-decoration: none;
  padding: 35px 15px;
  color: #5a687c;
  font-weight: 600;
  font-size: 15px;
}
.nav-menu .current-menu-item > a {
  color: #001a63;
}
.inner-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
.inner-list ul {
  margin: 15px 0;
  list-style: none;
  line-height: 35px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 0;
}
.inner-caption {
  position: absolute;
  bottom: 40px;
  background: #383a3e9e;
  width: 90%;
  padding: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.inner-caption h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.inner-caption p {
  color: #fff;
}
ul.innerlist {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.innerlist li {
  background: url(../images/innerlist1.svg) no-repeat left 3px;
  padding-left: 30px;
  margin-bottom: 5px;
  background-size: 25px;
  color: #485465;
}
.inner-image {
  margin-bottom: 20px;
}

.blog-detail-content ul {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.blog-detail-content ul li {
  background: url(../images/innerlist1.svg) no-repeat left 3px;
  padding-left: 30px;
  margin-bottom: 5px;
  background-size: 25px;
  color: #485465;
}
.blog-detail-content p strong {
  color: #000;
  font-weight: 600;
  font-size: 25px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.info-box h6 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #262c36;
}
.info-box p {
  color: #485465;
}
.inner-label {
  border-left: 4px solid #d9d9d9;
  padding: 5px;
  margin-bottom: 15px;
}
.inner-label p {
  margin: 0;
}
.service-inner-content p {
  color: #485465;
}
.inner-image p {
  color: #fff;
}
a.inner-phone {
  display: inline-block;
}
.inner-phone button {
  background: #314c9f url(../images/tel-icon.png) no-repeat 8px center;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 45px;
  background-size: 25px;
}
.transform {
  background: #f0f3f7;
  padding: 30px;
  border-radius: 20px;
}
.choose-item img {
  width: 87px;
}
.products {
  border-left: 8px solid #00103d;
  padding: 15px 25px;
  background: #f7f9fa;
  border-radius: 15px;
}
.teamtext {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  right: 0;
  left: 0;
  border-radius: 10px;
}
.teamtext h4 {
  font-size: 22px;
}
.team-item {
  border-radius: 5px;
}
.gallery-section button.nav-link {
  color: #000;
}
.gallery-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #314c9f;
}
ul.sub-menu {
  display: block;
}
.sub-menu li a {
  padding: 10px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sub-menu li a:hover {
  padding: 10px;
  text-align: left;
  background: #314c9f;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.bloglist h4 {
  font-size: 18px;
  line-height: 25px;
}
.bloglist img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
span.blog-date {
  background: url(../images/date.png) no-repeat left center;
  padding-left: 30px;
  background-size: 25px;
}
span.blog-author {
  background: url(../images/author.png) no-repeat left center;
  padding-left: 30px;
  background-size: 25px;
}
.readmore a {
  background: url(../images/Frame.png) no-repeat right center;
  padding-right: 25px;
  background-size: 15px;
  color: #000;
}
h4.post-title {
  position: relative;
  font-size: 20px;
  padding-left: 75px;
  margin-bottom: 10px;
}
h4.post-title:before {
  position: absolute;
  height: 3px;
  width: 65px;
  background: #314c9f;
  content: "";
  left: 0;
  top: 10px;
}
.postdetail h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.post-section {
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.blog-detail-content h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-detail-content h5 a {
  color: #000;
}
.about-img img {
  border-radius: 20px;
  margin-bottom: 25px;
}
.transform button.btn {
  border-radius: 35px;
}
.postdetail img {
  width: 75px;
}
.blog-detail-banner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.gallery-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#galleryCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
#galleryCarousel .carousel-item.active img.rounded {
  border-radius: 15px !important;
  height: 500px;
  object-fit: contain;
}
.main-submenu > a {
  position: relative;
  padding-right: 20px;
}
.main-submenu > a:after {
  content: "";
  position: absolute;
  right: -5px;
  background: url(../images/menu-arrow.png) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.locate-list ul {
  margin: 15px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.locate-list ul li a {
  background: url(../images/locate.png) no-repeat left 5px;
  padding-left: 28px;
  margin-bottom: 0px;
  background-size: 22px;
  color: #485465;
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
.location-details-content h1 {
  font-size: 33px;
  margin-bottom: 10px;
}
.location-details-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.location-details-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.location-details-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.location-details-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.location-details-content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.location-details-content ul {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.location-details-content ul li {
  background: url(../images/innerlist1.svg) no-repeat left 3px;
  padding-left: 30px;
  margin-bottom: 5px;
  background-size: 25px;
  color: #485465;
}
.location-details-content img {
  margin-bottom: 20px;
  object-fit: contain;
}
.service-inner-content h1 {
  font-size: 33px;
  margin-bottom: 10px;
}
.service-inner-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.service-inner-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.service-inner-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-inner-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.service-inner-content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service-inner-content ul {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.service-inner-content ul li {
  background: url(../images/innerlist1.svg) no-repeat left 3px;
  padding-left: 30px;
  margin-bottom: 5px;
  background-size: 25px;
  color: #485465;
}
.service-inner-content img {
  margin-bottom: 20px;
  object-fit: contain;
}
.custom-tabs .tab-arrow:last-child {
  display: none;
}
.inner-list ul {
  margin: 10px 0;
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.inner-list ul li {
  background: url(../images/innerlist1.svg) no-repeat left 3px;
  padding-left: 30px;
  margin-bottom: 10px;
  background-size: 25px;
  color: #485465;
}
.inner-list ul li a {
  color: #000;
}

/********media starts********/

@media screen and (max-width: 767px) {
  .banner-caption {
    text-align: center;
  }
  .banner-caption h2 {
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
  }
  section.banner-section {
    height: 325px;
  }
  .banner-caption .number-text.justify-content-start {
    justify-content: center !important;
  }
  .banner-section .carousel {
    position: relative;
    height: 100%;
  }
  .banner-section .carousel-inner.relative {
    height: 325x;
  }
  .banner-section .carousel-item {
    height: 325px;
  }
  .banner-section .carousel-item img {
    height: 100%;
    object-fit: cover;
  }
  .choose-item {
    min-height: auto;
    margin-bottom: 15px;
  }
  .foot {
    text-align: left;
            margin-bottom: 20px;
  }
  .footer-cta {
    margin-bottom: 20px;
  }
  .social {
    justify-content: left !important;
  }
  .foot h4 {
    color: #314c9f;
}
}

@media screen and (max-width: 991px) {
  .menu-main-menu-container {
    display: block;
    height: 100%;
    width: 100% !important;
  }
  .mobmenu-content li {
    list-style: none;
    visibility: visible;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0 !important;
  }
  .mobmenu-content #mobmenuright .sub-menu a {
    color: #000 !important;
  }
  .main-submenu > a:after {
    content: "";
    position: absolute;
    right: -5px;
    background: url(../images/menu-arrow.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: none;
  }
  .hero-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
  }
  .choose-item img {
    width: 60px;
  }
  .choose-item h4 {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-caption h2 {
    font-size: 40px;
    color: #fff;
    margin: 15px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .choose-item {
    min-height: 365px;
  }
}
