/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content h1 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  line-height: 48px;
  color: #090E12;
}
.banner-content span {
  color: #305867;
  font-family: "Archivo-SemiBold";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-content .view-more {
  color: #004D8A;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Archivo-SemiBold";
  font-size: 12px;
  letter-spacing: 2px;
}

.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  font-family: "Gordita-Bold";
  font-size: 36px;
}
.section-title h2::before {
  background: #345695;
  height: 4px;
  width: 90px;
  content: "";
  position: absolute;
  bottom: -15px;
}
.section-title h2 span {
  color: #345695;
}

.know-more {
  border: 1px solid #A181DD;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Archivo-SemiBold";
  font-size: 12px;
  letter-spacing: 2px;
  background: linear-gradient(66.22deg, #5CAEEE 0%, #8D92E4 34.61%, #8171E6 63.03%, #AE88DA 94.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.solutions-section {
  background-color: #F5FAFE;
  padding: 70px 0px;
}
.solutions-section .solutions-container {
  width: 580px;
}
.solutions-section .solutions-container .solution-div {
  margin: auto;
  display: table;
}
.solutions-section .solutions-container .solution-div a {
  float: left;
  margin: 0px 20px;
}
.solutions-section .solutions-container .solution-div .solution {
  background-color: #004D8A;
  width: 150px;
  transition: 0.5s;
  box-shadow: 27px 21px 14px rgba(0, 0, 0, 0.01), 15px 12px 12px rgba(0, 0, 0, 0.05), 7px 5px 9px rgba(0, 0, 0, 0.09), 2px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 115px;
}
.solutions-section .solutions-container .solution-div .solution .line-container {
  height: 1px;
  background-color: #D9E7F2;
  width: 75px;
}
.solutions-section .solutions-container .solution-div .solution p {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solutions-section .solutions-container .solution-div .solution img {
  filter: brightness(0) invert(1);
}
.solutions-section .solutions-container .solution-div .solution:hover {
  background-color: #D9E7F2;
  color: #004D8A !important;
}
.solutions-section .solutions-container .solution-div .solution:hover img {
  filter: none;
}
.solutions-section .solutions-container .solution-div .solution:hover .line-container {
  background-color: #004D8A;
}
.solutions-section ul {
  padding: 0;
}
.solutions-section ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.solutions-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(/images/li-icon.png?9d5aa8caaefeb628a96069de93ca5d4d);
  background-repeat: no-repeat;
  background-size: contain;
}

.overview-container .content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-section .tab-content {
  padding-right: 100px;
}
.service-section .content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 96px;
}
.service-section .service-img {
  max-height: 315px;
}
.service-section #myTab a {
  font-family: "Gordita-Medium";
  color: #000;
  background: transparent;
  font-size: 21px;
  padding: 10px 0px;
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}
.service-section #myTab a.active {
  border-left: 1px solid #000;
  background: linear-gradient(66.22deg, #5CAEEE 0%, #8D92E4 34.61%, #8171E6 63.03%, #AE88DA 94.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-section #myTab a:hover {
  border-left: 1px solid #000;
  background: linear-gradient(66.22deg, #5CAEEE 0%, #8D92E4 34.61%, #8171E6 63.03%, #AE88DA 94.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-section h2 {
  font-family: "Gordita-Bold";
  font-size: 32px;
}

.testimonial-container #myTab {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  border: none;
}
.testimonial-container #myTab button {
  width: -moz-max-content;
  width: max-content;
  border: none;
  color: #000;
  font-family: "Gordita-Bold";
  font-size: 18px;
}
.testimonial-container #myTab button:hover {
  background: linear-gradient(66.22deg, #5CAEEE 0%, #8D92E4 34.61%, #8171E6 63.03%, #AE88DA 94.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.testimonial-container #myTab button.active {
  background: linear-gradient(66.22deg, #5CAEEE 0%, #8D92E4 34.61%, #8171E6 63.03%, #AE88DA 94.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.testimonial-container ::-webkit-scrollbar {
  height: 3px;
}
.testimonial-container ::-webkit-scrollbar-track {
  background: #8A8AE4;
}
.testimonial-container ::-webkit-scrollbar-thumb {
  background: #000000;
}
.testimonial-container ::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.testimonial-container #myTabContent img {
  max-width: 200px;
}
.testimonial-container .content-limit {
  height: 160px;
  overflow: auto;
}

@media (max-width: 1366px) {
  .banner-section img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .solutions-section li {
    width: 50% !important;
  }
  .solutions-section .solutions-container {
    width: auto;
  }
  .solutions-section .solutions-container .solution-div a {
    margin: 0px 10px;
  }
  .solutions-section .solutions-container .solution-div a .solution {
    width: 130px;
  }
}
@media (max-width: 1199px) {
  .solutions-section .solutions-container .solution-div a {
    margin: 0px 5px;
  }
}
@media (max-width: 991px) {
  .service-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    display: -webkit-box;
  }
  .service-list a {
    width: -moz-max-content;
    width: max-content;
    font-size: 18px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 25px !important;
    margin-right: 10px;
  }
  .service-list a.active {
    border: none !important;
  }
  .service-list::-webkit-scrollbar {
    height: 3px;
  }
  .service-section .tab-content {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .banner-section img {
    height: 300px;
  }
  .banner-section h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .banner-section h1 br {
    display: none;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 21px;
  }
  .section-title h2::before {
    height: 3px;
    width: 50px;
  }
  .service-section h2 {
    font-size: 21px;
  }
  .solutions-section {
    padding: 30px 0px;
  }
}
@media (max-width: 490px) {
  .solutions-section li {
    width: 100% !important;
  }
}
