@import url("https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400;500;600;700;800;900&family=Sora:wght@200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 16px;
  /*owl theme start */
}
body line-heighservice_box h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Sora", sans-serif;
}
body p {
  margin: 10px 0 0 0;
  color: #464141;
}
body a {
  text-decoration: none;
  transition: all 0.5s;
}
body a:hover {
  text-decoration: none;
}
body #scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #25237C;
}
body #scrl::-webkit-scrollbar-thumb {
  background-color: #00A0E9;
  border-radius: 10px;
}
body ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .reverse {
    flex-direction: column-reverse;
  }
}
body section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  body section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  body section {
    padding: 40px 0px;
  }
}
body h2 {
  color: #000;
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: "Exo", sans-serif;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  body h2 {
    font-size: 26px;
  }
}
body h2 span {
  display: block;
  color: #00A0E9;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Sora", sans-serif;
}
@media (max-width: 480px) {
  body h2 span {
    font-size: 1rem;
  }
}
body .scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
body .form-group {
  margin-bottom: 10px;
  position: relative;
}
body .form-group input,
body .form-group .form-select,
body .form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  body .form-group input,
body .form-group .form-select,
body .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
body .form-group input:focus,
body .form-group textarea:focus,
body .form-group .form-select:focus,
body .form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #25237C;
  transition: all 0.6s ease-in-out;
}
body .form-group input:disabled,
body .form-group input[readonly] {
  background-color: #fff;
}
body .form-group textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: all 0.4s ease;
}
body .modalbg {
  background: #efefef;
  border: 10px solid #fff;
}
body .modalbg .modal-header {
  padding: 0;
  border-bottom: none;
}
body .modalbg h3 {
  font-weight: 700;
}
body .modalbg .modal-body {
  padding: 2rem;
}
body .modalbg .modal-body .shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
}
body .modalbg button.close {
  width: 45px;
  height: 45px;
  opacity: 1;
  position: absolute;
  right: 15px;
  transition: all 0.4s ease-in-out;
  background: none;
  border: none;
  z-index: 9;
}
body .modalbg .close:hover {
  opacity: 1 !important;
  transform: rotate(90deg);
}
body .carousel-control-prev,
body .carousel-control-next {
  opacity: 1;
}
body .carousel-control-prev i,
body .carousel-control-next i {
  font-size: 30px;
  color: #25237C;
}
body header {
  background: #fff;
  padding: 0px 40px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
@media (max-width: 767px) {
  body header {
    padding: 0px 10px;
  }
}
body header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 140px;
  height: 75px;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body header .logo {
    width: 100px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  body header .logo {
    width: 100px;
    height: 50px;
  }
}
body .cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #25237C;
}
body .cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
body .cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/sticky-logo.svg);
  display: inline-block;
  width: 140px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body .cbp-af-header.cbp-af-header-shrink .logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  body .cbp-af-header.cbp-af-header-shrink .logo {
    width: 100px;
    height: 40px;
  }
}
body .cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
}
body .cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #00A0E9;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #25237C;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #000;
}
body .cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
body .cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
body .cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent !important;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent !important;
}
body .cbp-af-header.cbp-af-header-shrink:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #464141 #464141 transparent;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  padding: 12px 15px 12px 26px;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button {
  width: calc(18% - 0px);
  margin: 17px 20px;
}
body .cbp-af-header.cbp-af-header-shrink .nav-button i {
  color: #fff;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button {
  width: calc(18% - 0px);
  margin: 17px 20px;
}
body .cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button i {
  color: #25237C;
}
body .intro {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px 40px;
  height: 96vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  body .intro {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  body .intro {
    height: auto;
    margin-top: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .intro {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body .intro {
    margin-top: 65px;
    padding: 0px;
  }
}
body .intro .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 9;
  background: rgba(227, 0, 25, 0.4588235294);
  width: 100%;
}
@media (max-width: 768px) {
  body .intro .caption {
    padding: 3px 10px;
  }
}
@media (max-width: 480px) {
  body .intro .caption {
    padding: 5px 10px;
  }
}
body .intro .item .slider-caption {
  display: flex;
  position: absolute;
  width: 50%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 5%;
  flex-direction: column;
  align-self: flex-start;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .intro .item .slider-caption {
    width: 70%;
  }
}
@media (max-width: 991px) {
  body .intro .item .slider-caption {
    left: 8%;
    width: 80%;
  }
}
@media (max-width: 767px) {
  body .intro .item .slider-caption {
    padding: 20px;
    background: none;
    left: 3%;
  }
}
@media (max-width: 480px) {
  body .intro .item .slider-caption {
    left: 1%;
    width: 100%;
  }
}
body .intro .item .slider-caption h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  align-self: flex-start;
}
body .intro .item .slider-caption h1 span {
  color: #00A0E9;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .intro .item .slider-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .intro .item .slider-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }
  body .intro .item .slider-caption h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  body .intro .item .slider-caption h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  body .intro .item .slider-caption h1 {
    font-size: 20px;
    line-height: 18px;
  }
}
body .intro .item .slider-caption h2 {
  font-weight: 300;
  color: #fff;
  font-size: 15px;
}
body .intro .item .slider-caption h2 span {
  display: inline-block;
  color: #00A0E9;
  padding: 0px 5px;
}
@media (max-width: 767px) {
  body .intro .item .slider-caption h2 {
    display: none;
  }
}
body .intro .item .slider-caption h3 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #25237C;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  body .intro .item .slider-caption h3 {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  body .intro .item .slider-caption h3 {
    display: none;
  }
}
body .intro .item .slider-caption p {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 767px) {
  body .intro .item .slider-caption p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  body .intro .item .slider-caption p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
}
body .intro .item .slider-caption .btn-box {
  display: flex;
  margin-top: 20px;
}
body .intro .owl-carousel {
  margin: 0;
}
body .intro .owl-pagination {
  display: flex;
  flex-direction: column;
  float: right;
}
@media (max-width: 480px) {
  body .intro .owl-pagination {
    display: none;
  }
}
body .intro .owl-theme .owl-controls .owl-page {
  display: block;
  zoom: 1;
}
body .intro .owl-theme {
  width: 100%;
  margin: 0;
}
body .intro .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  right: 10px;
}
@media (max-width: 767px) {
  body .intro .owl-theme .owl-controls {
    top: 28%;
  }
}
body .intro .owl-theme .owl-controls .owl-buttons div {
  display: none;
}
body .intro .owl-item {
  display: flex;
  height: auto !important;
}
body .intro .owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  -ms-touch-action: pan-y;
}
body .intro .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
}
body .intro .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
body .intro .owl-carousel .owl-item {
  float: left;
  padding: 0;
}
body .intro .owl-controls .owl-buttons div,
body .intro .owl-controls .owl-page {
  cursor: pointer;
}
body .intro .grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
body .intro .owl-carousel .owl-item,
body .intro .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body .intro .owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
}
body .intro .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
body .intro .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #25237C;
  border: #25237C 1px solid;
  border-radius: 50%;
}
body .intro .owl-theme .owl-controls .owl-page.active span,
body .intro .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00A0E9;
  border: #00A0E9 1px solid;
}
body .intro .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
body .intro .owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
body .intro .owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: left;
}
body .intro .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
body .intro .owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
@media screen and (max-width: 768px) {
  body .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}
body .services {
  background: #fff;
  position: relative;
}
body .services .shape8 {
  position: absolute;
  right: 0;
  top: 20%;
}
@media (max-width: 767px) {
  body .services .shape8 {
    display: none;
  }
}
body .services .shape9 {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 767px) {
  body .services .shape9 {
    display: none;
  }
}
@media (max-width: 480px) {
  body .services h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .services h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body .services h2 span {
    text-align: center;
  }
}
body .services .service-box {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #25237C;
  z-index: 1;
  margin: 0px 10px 40px 10px;
}
@media (max-width: 767px) {
  body .services .service-box .mt-5 {
    margin-top: 10px !important;
  }
}
body .services .service-box .box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
body .services .service-box .box img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 0.9;
}
body .services .service-box .box .more {
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  padding: 10px;
  right: 20px;
  top: 20px;
  line-height: 12px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .services .service-box .box .more {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  body .services .service-box .box .more {
    padding: 10px;
  }
}
body .services .service-box .box .more a {
  color: #000;
}
body .services .service-box .box .more img {
  transition: all 0.4s ease-in-out;
  width: 30px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .services .service-box .box .more img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  body .services .service-box .box .more img {
    width: 20px;
  }
}
body .services .service-box .box .content {
  transition: all 0.4s ease-in-out;
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 90%;
  background: #ECF2F9;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
body .services .service-box .box .content h4 {
  transition: all 0.4s ease-in-out;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .services .service-box .box .content h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .services .service-box .box .content h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body .services .service-box .box .content h4 {
    font-size: 1.2rem;
  }
}
body .services .service-box .box .content p {
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin: 0;
}
body .services .service-box:hover img {
  opacity: 0.5;
}
body .services .service-box:hover .more {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body .services .service-box:hover .content {
  background: #00A0E9;
}
body .services .service-box:hover .content h4 {
  color: #fff;
}
body .services .service-box:hover .content p {
  color: #fff;
}
body .services .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
body .services .owl-carousel {
  margin-top: 0;
}
body .services .owl-pagination {
  display: none;
}
body .services .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  background: #25237C;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  body .services .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
body .services .owl-prev {
  position: absolute;
  right: auto;
  left: -8px;
}
@media (max-width: 768px) {
  body .services .owl-prev {
    left: 20px;
  }
}
body .services .owl-next {
  position: absolute;
  right: -5px;
  left: auto;
}
@media (max-width: 768px) {
  body .services .owl-next {
    right: 18px;
  }
}
body .services .owl-theme .owl-controls,
body .services .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}
body .services .owl-prev::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f284";
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  body .services .owl-prev::before {
    font-size: 18px;
  }
}
body .services .owl-next::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f285";
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  body .services .owl-next::before {
    font-size: 18px;
  }
}
body .about-bg {
  background: url(../images/about-bg.jpg);
  background-size: cover;
  position: relative;
}
body .about-bg .shape7 {
  position: absolute;
  left: 0;
  bottom: 20%;
}
@media (max-width: 767px) {
  body .about-bg .shape7 {
    display: none;
  }
}
body .about-bg h2 {
  color: #fff;
}
body .about-bg p {
  color: #fff;
}
body .about-bg .btn-2 {
  margin-top: 10px;
}
body .about-bg .btn-2::before {
  background: #25237C;
}
body .about-bg .about_img {
  position: relative;
  z-index: 9;
}
body .about-bg .about_img .shape10 {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  z-index: -1;
}
body .highlights {
  background: rgb(37, 35, 124);
  background: linear-gradient(103deg, rgb(37, 35, 124) 0%, rgb(0, 160, 233) 100%);
  position: relative;
}
body .highlights .shape6 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  body .highlights .shape6 {
    display: none;
  }
}
body .highlights h2 {
  color: #A0E0FD;
  text-align: center;
}
body .highlights .highlight-box {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #25237C;
  z-index: 1;
  margin: 0px 10px 40px 10px;
}
body .highlights .highlight-box .box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fff;
}
body .highlights .highlight-box .box img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
body .highlights .highlight-box .box .content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  bottom: -30px;
  background: #fff;
  width: 90%;
  padding: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body .highlights .highlight-box .box .content h4 {
  color: #25237C;
  font-weight: 400;
  font-size: 16px;
}
body .highlights .highlight-box .box .content h3 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .highlights .highlight-box .box .content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .highlights .highlight-box .box .content h3 {
    font-size: 16px;
  }
}
body .highlights .highlight-box .box .content h5 {
  color: #999898;
  font-size: 14px;
  font-weight: 300;
}
body .highlights .highlight-box .box .content .number {
  position: absolute;
  right: 20px;
  color: #cfcfe2;
  font-size: 50px;
  font-weight: 700;
  top: 0px;
}
body .highlights .owl-carousel {
  margin: 0px;
}
body .highlights .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
body .highlights .owl-pagination {
  display: none;
}
body .highlights .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #25237C;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body .highlights .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
body .highlights .owl-prev {
  position: absolute;
  right: 52px;
  left: auto;
}
body .highlights .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}
body .highlights .owl-theme .owl-controls,
body .highlights .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 0;
}
body .highlights .owl-prev::before {
  font-family: bootstrap-icons !important;
  content: "\f284";
  position: absolute;
  font-size: 20px;
  right: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  body .highlights .owl-prev::before {
    font-size: 20px;
    right: 6px;
  }
}
body .highlights .owl-next::after {
  font-family: bootstrap-icons !important;
  content: "\f285";
  position: absolute;
  font-size: 20px;
  right: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  body .highlights .owl-next::after {
    font-size: 20px;
    right: 6px;
  }
}
body .service-highlights {
  background: url(../images/service-bg.jpg) no-repeat right center;
  position: relative;
}
@media (max-width: 991px) {
  body .service-highlights {
    background-image: none;
  }
}
body .service-highlights .shape2 {
  position: absolute;
  left: 0;
  bottom: 20%;
}
@media (max-width: 767px) {
  body .service-highlights .shape2 {
    display: none;
  }
}
body .service-highlights .services-box {
  width: 100%;
}
body .service-highlights .services-box ul {
  display: flex;
  flex-wrap: wrap;
}
body .service-highlights .services-box ul li {
  list-style: none;
  width: 50%;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}
body .service-highlights .services-box ul li:nth-child(even) {
  border-right: none;
  padding-left: 20px;
}
body .service-highlights .services-box ul li h3 {
  font-weight: 600;
  color: #51574F;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .service-highlights .services-box ul li h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body .service-highlights .services-box ul li h3 {
    font-size: 15px;
  }
}
body .service-highlights .services-box ul li img {
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .service-highlights .services-box ul li img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  body .service-highlights .services-box ul li img {
    width: 60px;
  }
}
body .service-highlights .qualities {
  border: 3px solid #fff;
  padding: 20px;
  background: url(../images/shape1.png) no-repeat right bottom #00A0E9;
}
body .service-highlights .qualities h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
body .service-highlights .qualities .number {
  margin: 20px 0px;
}
body .service-highlights .qualities .number h4 {
  font-weight: 700;
  font-family: "Exo", sans-serif;
  color: #25237C;
  font-size: 2rem;
}
body .service-highlights .qualities .number h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
body .clients-bg {
  background: url(../images/clients-bg.jpg) no-repeat center center;
  padding-bottom: 120px;
}
@media (max-width: 764px) {
  body .clients-bg {
    padding-bottom: 60px;
  }
}
body .clients-bg h2 {
  text-align: center;
  color: #fff;
}
body .clients-bg .brands-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .clients-bg .brands-box {
    padding: 20px 50px;
  }
}
@media (max-width: 480px) {
  body .clients-bg .brands-box {
    margin: 0 auto;
  }
}
body .why-carlen {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 576px) {
  body .why-carlen {
    padding-bottom: 70px;
  }
}
body .why-carlen .shape5 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  body .why-carlen .shape5 {
    display: none;
  }
}
body .why-carlen h2 {
  text-align: left;
  color: #000;
}
body .why-carlen .carlen {
  position: relative;
}
@media (max-width: 767px) {
  body .why-carlen .carlen {
    padding-right: 40px;
  }
}
body .why-carlen .carlen .shape3 {
  position: absolute;
  right: -52px;
  top: -37px;
  z-index: -1;
}
@media (max-width: 991px) {
  body .why-carlen .carlen .shape3 {
    display: none;
  }
}
body .why-carlen .carlen .video {
  position: absolute;
  right: -70px;
  bottom: 40px;
  -webkit-animation: zoom-in-zoom-out 2s ease infinite;
          animation: zoom-in-zoom-out 2s ease infinite;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .why-carlen .carlen .video {
    right: -15px;
  }
}
@media (max-width: 480px) {
  body .why-carlen .carlen .video {
    right: 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .why-carlen .carlen .video img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .why-carlen .carlen .video img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  body .why-carlen .carlen .video img {
    width: 130px;
  }
}
@media (max-width: 480px) {
  body .why-carlen .carlen .video img {
    width: 120px;
  }
}
body .why-carlen .carlen-text {
  padding-left: 100px;
}
@media (max-width: 767px) {
  body .why-carlen .carlen-text {
    padding-left: 0;
  }
}
body .why-carlen .carlen-text .feature {
  margin-top: 20px;
}
body .why-carlen .carlen-text .feature ul {
  display: flex;
  flex-wrap: wrap;
}
body .why-carlen .carlen-text .feature ul li {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  list-style: none;
  background: #25237C;
  padding: 20px;
  width: 30.3%;
  min-height: 125px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .why-carlen .carlen-text .feature ul li {
    width: 46%;
    padding: 10px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .why-carlen .carlen-text .feature ul li {
    width: 46%;
    padding: 10px;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  body .why-carlen .carlen-text .feature ul li {
    width: 46%;
    min-height: 100px;
  }
}
body .why-carlen .carlen-text .feature ul li:nth-child(even) {
  background: #00A0E9;
}
body .why-carlen .carlen-text .feature ul li h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 991px) and (max-width: 1400px) {
  body .why-carlen .carlen-text .feature ul li h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .why-carlen .carlen-text .feature ul li h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body .why-carlen .carlen-text .feature ul li h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body .why-carlen .carlen-text .feature ul li img {
    width: 40px;
  }
}
body .footer {
  background: #070719;
  position: relative;
  padding-top: 0;
}
body .footer .shape4 {
  position: absolute;
  right: 0;
  bottom: 10%;
}
body .footer .service-list ul {
  display: flex;
  flex-wrap: wrap;
}
body .footer .service-list ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}
body .footer .service-list ul li::before {
  content: "\eb6e";
  display: inline-block;
  font-family: unicons-line;
  position: absolute;
  font-size: 20px;
  left: 0;
  color: #25237C;
}
body .footer .service-list ul li {
  color: #76767f;
  font-weight: 600;
  line-height: 24px;
}
body .footer .service-list ul li::before {
  content: "\eb43";
}
body .footer .get-a-quote {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 60px 40px;
  background: rgb(37, 35, 124);
  background: linear-gradient(103deg, rgba(37, 35, 124, 0.748634488) 0%, rgba(0, 160, 233, 0.7514356084) 100%), url(../images/get-a-quote-bg.jpg) no-repeat center center;
  background-size: cover;
  transform: translateY(-90px);
}
@media (max-width: 576px) {
  body .footer .get-a-quote {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 40px 20px;
    transform: translateY(-30px);
  }
}
body .footer .get-a-quote h4 {
  font-family: "Exo", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .footer .get-a-quote h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  body .footer .get-a-quote h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  body .footer .get-a-quote h4 {
    font-size: 1.2rem;
  }
}
body .footer .get-a-quote .btn-2 {
  padding: 10px;
}
body .footer p {
  color: #76767f;
}
body .footer p a {
  color: #76767f;
}
body .footer p a:hover {
  color: #fff;
}
body .footer .links ul {
  display: flex;
  flex-wrap: wrap;
}
body .footer .links ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 5px 0px;
  color: #76767f;
}
body .footer .links ul li span {
  color: #00A0E9;
  font-weight: 300;
  font-size: 12px;
  display: block;
  line-height: 18px;
}
body .footer .links ul li i {
  color: #00A0E9;
  padding-right: 10px;
}
body .footer .links ul li a {
  color: #76767f;
}
body .footer .links ul li a:hover {
  letter-spacing: 1px;
  color: #fff;
}
body .footer h3 {
  font-family: "Exo", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .footer h3 {
    font-size: 1.2rem;
  }
}
body .footer h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  border-width: 50px;
  width: 50px;
  height: 3px;
  background: #25237C;
}
body .footer .logo {
  padding-right: 20px;
}
body .footer .logo img {
  padding-bottom: 20px;
  width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .footer .logo img {
    width: 100px;
  }
}
body .inner-banner {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767px) {
  body .inner-banner {
    margin-top: 60px;
  }
}
body .inner-banner .breadcrumb-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
body .inner-banner .breadcrumb-area-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #070719;
  opacity: 0.5;
  content: "";
  z-index: -1;
}
body .inner-banner .circle-one,
body .inner-banner .circle-two {
  z-index: 9;
  max-width: 20%;
  position: absolute;
}
body .inner-banner .circle-one {
  top: 20%;
  left: 25%;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}
@media (max-width: 767px) {
  body .inner-banner .circle-one {
    display: none;
  }
}
body .inner-banner .circle-two {
  top: 40%;
  right: 25%;
  -webkit-animation: 50s shapeAnimationTwo infinite;
  animation: 50s shapeAnimationTwo infinite;
}
@media (max-width: 767px) {
  body .inner-banner .circle-two {
    display: none;
  }
}
body .inner-banner .inner-content {
  position: relative;
  display: block;
  padding: 60px 0;
  text-align: center;
  z-index: 9;
}
@media (max-width: 767px) {
  body .inner-banner .inner-content {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  body .inner-banner .inner-content {
    padding: 0px;
  }
}
body .inner-banner .inner-content h2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Exo", sans-serif;
}
@media (max-width: 767px) {
  body .inner-banner .inner-content h2 {
    font-size: 2rem;
  }
}
body .inner-banner .inner-content .breadcrumb-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
body .inner-banner .inner-content .breadcrumb-menu ul {
  position: relative;
  display: flex;
  align-items: center;
}
body .inner-banner .inner-content .breadcrumb-menu ul li {
  position: relative;
  float: none;
  color: #00A0E9;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 500;
  padding-right: 18px;
  margin-right: 13px;
  list-style: none;
  font-family: "Sora", sans-serif;
}
body .inner-banner .inner-content .breadcrumb-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
body .inner-banner .inner-content .breadcrumb-menu ul li:last-child::before {
  display: none;
}
body .inner-banner .inner-content .breadcrumb-menu ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  width: 1px;
  background: #fff;
  transform: rotate(25deg);
}
body .inner-container {
  width: 100%;
  padding-bottom: 140px;
}
@media (max-width: 576px) {
  body .inner-container {
    padding-bottom: 70px;
  }
}
body .inner-container .hydro-flr {
  width: 100%;
}
body .inner-container .hydro-flr h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
body .inner-container .hydro-flr ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body .inner-container .hydro-flr ul li {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 15px;
  background: #c8e9f9;
  width: 32.33%;
  margin: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .inner-container .hydro-flr ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  body .inner-container .hydro-flr ul li {
    width: 98%;
  }
}
body .inner-container .hydro-flr ul li:nth-child(even) {
  background: #fbe19f;
}
body .inner-container .hydro-flr ul li p {
  transition: all 0.4s ease-in-out;
  text-align: center;
}
body .inner-container .hydro-flr ul li img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
body .inner-container .hydro-flr ul li:hover {
  background: #25237C;
}
body .inner-container .hydro-flr ul li:hover p {
  color: #fff;
}
body .inner-container h2 {
  color: #25237C;
  text-align: left;
}
body .inner-container .service-img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
body .inner-container .service-img video {
  width: 100%;
  height: auto;
}
body .inner-container .hydro ul {
  display: flex;
  flex-wrap: wrap;
}
body .inner-container .hydro ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
}
body .inner-container .hydro ul li::before {
  content: "\eb6e";
  display: inline-block;
  font-family: unicons-line;
  position: absolute;
  font-size: 20px;
  left: 0;
  color: #25237C;
}
body .inner-container .inner-img {
  position: relative;
}
body .inner-container .inner-img .exp {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  left: 25px;
  bottom: -25px;
  width: 150px;
  background: #00A0E9;
  padding: 15px;
  font-family: "Exo", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body .inner-container .inner-img .exp span {
  display: block;
  font-size: 1.2rem;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
body .inner-container .inner-img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
body .inner-container .service_box {
  transition: all 0.4s ease-in-out;
  border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
  -moz-border-radius: 0px 15px 0px 0px;
  -ms-border-radius: 0px 15px 0px 0px;
  -o-border-radius: 0px 15px 0px 0px;
  position: relative;
  overflow: hidden;
  background: #00A0E9;
}
body .inner-container .service_box img {
  border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
  -moz-border-radius: 0px 15px 0px 0px;
  -ms-border-radius: 0px 15px 0px 0px;
  -o-border-radius: 0px 15px 0px 0px;
  transition: all 0.4s ease-in-out;
}
body .inner-container .service_box .heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #25237C;
  opacity: 0.8;
}
body .inner-container .service_box .heading h3 {
  color: #fff;
  font-weight: 800;
  font-family: "Exo", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  body .inner-container .service_box .heading h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  body .inner-container .service_box .heading h3 {
    font-size: 1.3rem;
  }
}
body .inner-container .service_box .heading p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
}
body .inner-container .service_box:hover img {
  transform: scale(1.1);
  border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
  -moz-border-radius: 0px 15px 0px 0px;
  -ms-border-radius: 0px 15px 0px 0px;
  -o-border-radius: 0px 15px 0px 0px;
  opacity: 0.6;
}
body .inner-container .m-v-m {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgba(0, 204, 131, 0.1019607843);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 40px 0px;
}
@media (max-width: 576px) {
  body .inner-container .m-v-m {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
body .inner-container .m-v-m .boxes {
  padding: 0px 20px;
}
body .inner-container .m-v-m .boxes img {
  width: 60px;
  margin-bottom: 20px;
}
body .inner-container .m-v-m .boxes h4 {
  color: #25237C;
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .inner-container .m-v-m .boxes h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  body .inner-container .m-v-m .boxes h4 {
    font-size: 1.3rem;
  }
}
body .inner-container .m-v-m .boxes h4::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #00A0E9;
  top: -10px;
  left: 0;
}
body .inner-container .contact-info-list {
  width: 100%;
}
body .inner-container .contact-info-list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body .inner-container .contact-info-list h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  body .inner-container .contact-info-list h3 {
    font-size: 1rem;
  }
}
body .inner-container .contact-info-list ul {
  width: 100%;
}
body .inner-container .contact-info-list ul li {
  list-style: none;
  display: flex;
  margin: 20px 0px;
  align-items: center;
  color: #25237C;
}
body .inner-container .contact-info-list ul li a {
  color: #25237C;
}
body .inner-container .contact-info-list ul li .icon {
  position: relative;
  width: 70px;
  height: 60px;
  background: #00A0E9;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
}
body .inner-container .contact-info-list ul li .text {
  width: 100%;
  padding-left: 10px;
}
body .inner-container .contact-info-list ul li .text h4 {
  font-size: 1rem;
}
body .inner-container .contact-info-list ul li .text p {
  margin: 0;
}
body .inner-container .contact-form {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .inner-container .contact-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  body .inner-container .contact-form {
    padding: 40px 25px;
  }
}
body .map {
  width: 100%;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .dropdown {
  width: 100% !important;
}
.navigation-portrait .btn1 {
  padding: 4px 15px;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  width: calc(18% - 0px);
  margin: 17px 20px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  margin-right: 20px;
}

.nav-brand {
  padding: 0 px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .nav-toggle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .nav-toggle {
    margin-top: 18px;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #25237C;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #25237C, 0 1em 0 0 #25237C;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 25px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  color: #25237C;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #25237C;
}
.nav-menu > li.active > a::after {
  background: url(../images/shape9.svg);
  position: absolute;
  content: "";
  margin: 0 auto;
  width: 53px;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 10px;
}
@media (max-width: 767px) {
  .nav-menu > li.active > a::after {
    display: none;
  }
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #25237C;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #25237C #25237C transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 22px 9px 0;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-button {
    font-size: 16px;
  }
}
.nav-button i {
  color: #25237C;
}
.nav-button:hover {
  color: #000;
  text-decoration: none;
}
.nav-button:focus {
  color: #000;
  text-decoration: none;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #00A0E9;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #25237C;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #25237C;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #25237C #25237C transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #25237C #25237C transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 15px;
    padding: 26px 7px;
  }
}
.btn-1 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.4s ease-in-out;
  background: #25237C;
  padding: 10px 15px;
  color: #fff;
  margin: 22px 9px 0;
  border: none;
}
.btn-1:hover {
  background: #00A0E9;
}

.btn-2 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 15px 38px;
  text-transform: uppercase;
  z-index: 1;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 991px) {
  .btn-2 {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .btn-2 {
    padding: 5px 15px;
  }
}
.btn-2::before {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #00A0E9;
  transform: translateY(0px) skew(-12deg);
  z-index: -1;
}
.btn-2::after {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  content: "";
  background-color: #070719;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateY(0px) skew(-12deg);
  z-index: -1;
}
.btn-2:hover {
  color: #fff;
}
.btn-2:hover::before {
  width: 100%;
}
.btn-2:hover::after {
  width: 100%;
}

.btn-pdng {
  margin-left: 10px;
  background: transparent !important;
}
.btn-pdng::before {
  background: transparent !important;
  border: 1px solid;
}

.style3 {
  margin-left: 10px;
  background: transparent !important;
}
.style3::before {
  background: #25237C;
}

.btn-4 {
  transition: all 0.4s ease-in-out;
  color: #fff;
  background: none;
  border: none;
  font-size: 1.2rem;
}
.btn-4:hover {
  letter-spacing: 1px;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}/*# sourceMappingURL=carlen-pools.css.map */