/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "poppins" !important;
  font-size: 14px;
  overflow-x: hidden !important;
  width: auto !important;
  background-color: #f1f1f1;
  

}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins" !important;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #000000;
  font-family: "poppins";
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;

}

.section-padding-50-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-70-0 {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #deffea;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #80d4a0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.section-heading .line {
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background-color: #8cbf84;
  margin-bottom: 5px;
  margin-top: 10px;
}

.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
  /* text-transform: uppercase;  */

}

.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 38% !important;
  }

  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading.white .line {
  background-color: #ffffff;
}

.section-heading.white p,
.section-heading.white h2 {
  color: #ffffff;
}

.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.box-shadow {
  position: relative;
  z-index: 1;
}

.box-shadow:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
  background-color: #80d4a0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
  border-bottom-color: #80d4a0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f1f7f9;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #1eaedb;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

#scrollUp i {
  font-size: 18px;
  display: block;
}

#scrollUp:hover {
  background-color: #80d4a0;
  color: #ffffff;
}

/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 2px solid #80d4a0;
  display: inline-block;
  min-width: 175px;
  height: 52px;
  color: #53a873;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.events {
  margin-top: 50px;
}

.carousel {
  width: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.pharma-thumbnail {
  margin-bottom: 15px;
}

.pharma-thumbnail img{
  max-height: 530px;
}

@media (max-width: 767px) {
  .pharma-thumbnail {
    margin-bottom: 0;
  }
}




.credit-btn-view-source:hover,
.credit-btn-view-source:focus {
  font-size: 14px;
  font-weight: 700;
  /* background-image: linear-gradient(#63fffb,#58d7f8,#1889d9); */
  background-color: transparent;
  border: 2px solid #1eaedb !important;
  color: #ffffff !important;
}

.credit-btn-view-source {
  background-color: #1babdc !important;
  color: #fff;
  padding: 10px;
  line-height: 44px;
}

.credit-btn:hover,
.credit-btn:focus {
  font-size: 14px;
  font-weight: 700;
  /* background-image: linear-gradient(#63fffb,#58d7f8,#1889d9); */
  background-color: #041625;
  color: #ffffff;
}

.credit-btn.btn-2 {
  /* background-image: linear-gradient(#4ed1f4,#56d5ff,#6ac8ff); */
  background-color: #041625;
  color: #ffffff;
}

.credit-btn.btn-2:hover,
.credit-btn.btn-2:focus {
  background-color: #80d4a0;
  color: #ffffff;
}

.credit-btn.btn-3 {
  background-color: transparent;
  color: #1eaedb;
  border: 2px solid #1eaedb;
  line-height: 44px;
}

.credit-btn.btn-3:hover,
.credit-btn.btn-3:focus {
  border: 2px solid #1eaedb;
  background-color: #1eaedb;
  color: #ffffff;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: #002040;
}

.header-area .top-header-area .top-contact-info {
  position: relative;
  z-index: 1;
}

.top-contact-info a>i {
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  font-size: 28px;
  padding: 0 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-weight: 800;
}

.header-area .top-header-area .top-contact-info a img {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header-area .top-contact-info a span {
    display: none;
  }
}

.header-area .top-header-area .top-contact-info a {
  margin-right: 20px;
}

.header-area .top-header-area .top-contact-info a:hover,
.header-area .top-header-area .top-contact-info a:focus {
  color: #1eaedb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header-area .top-contact-info a {
    font-size: 13px;
  }
}

.header-area .credit-main-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #deffea;
}

.header-area .credit-main-menu::after {
  width: 50%;
  height: 100%;
  background-color: #deffea;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}

/*
    .header-area .credit-main-menu .classy-nav-container {
      background-color: transparent; }
*/
.header-area .credit-main-menu .classy-navbar {
  height: 85px;
  padding: 0;
  background-color: #fff;
}

.classynav ul {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar {
    height: 70px;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 15px;
  color: #041625;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .credit-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .credit-main-menu .classy-navbar .classynav ul li .active {
  color: #950000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #1eaedb;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #1eaedb;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 15px;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after {
  color: #041625;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #1eaedb;
  }
}

@media only screen and (max-width: 767px) {

  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #1eaedb;
  }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
  color: #002040;
  font-size: 14px;
}

.header-area .credit-main-menu .classy-navbar .contact {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.header-area .credit-main-menu .classy-navbar .contact::before {
  width: 100%;
  height: 200%;
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header-area .credit-main-menu .classy-navbar .contact::after {
  width: 1000%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 62px;
  z-index: -1;
  background-color: #fff;
}

.header-area .credit-main-menu .classy-navbar .contact a {
  display: inline-block;
  font-size: 20px;
  color: #1cacdc;
  font-weight: 700;
  line-height: 85px;
}

.header-area .credit-main-menu .classy-navbar .contact a:hover {
  color: #950000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 14px;
    line-height: 70px;
  }

  .regulatory img {
    position: relative !important;
  }

  .regulatory .col-md-2 {
    text-align: center;
  }
}

.header-area .is-sticky .credit-main-menu {
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.hero-area .owl-dots .owl-dot.active {
  background-color: #80d4a0;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #1eaedb;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {

  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 10px;
  }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: #80d4a0;
  color: #ffffff;
}

.hero-area .owl-next {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 10px;
  }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 760px;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide {
    height: 600px;
  }
}

.single-slide .slide-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-bg linear 10000ms infinite;
  animation: slide-bg linear 10000ms infinite;
}

.single-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #80d4a0;
  left: 0;
  bottom: 0;
  -webkit-animation: slide-du-indicator linear 10000ms infinite;
  animation: slide-du-indicator linear 10000ms infinite;
}

.single-slide .welcome-text {
  position: relative;
  z-index: 1;
}

.single-slide .welcome-text h6 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-slide .welcome-text h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-slide .welcome-text h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.name {
  font-size: 20px;
  color: #8cbf84;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-slide .welcome-text h2 span {
  color: #fff4c1;
  line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide .welcome-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide .welcome-text h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide .welcome-text h2 {
    font-size: 24px;
  }
}

.single-slide .welcome-text p {
  font-size: 16px;
  color: #ffffff;
}

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1;
}

.single-features-area h6 {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}

.single-features-area img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.single-features-area h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: white;
  padding: 14px 0;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features-area h5 {
    font-size: 15px;
  }
}

.single-features-area:hover h5 {
  /*    color: #80d4a0; */
}

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1;
}

.special-feature-area .special-feature-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #80d4a0;
}

@media only screen and (max-width: 767px) {
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.special-feature-area .special-feature-content .feature-text {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin-left: auto;
  padding-right: 70px;
}

.special-feature-area .special-feature-content .feature-text h6 {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 50px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-feature-area .special-feature-content .feature-text {
    max-width: 465px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-feature-area .special-feature-content .feature-text {
    max-width: 350px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .special-feature-area .special-feature-content .feature-text {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.special-feature-area .special-feature-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
}

.special-feature-area.style-2 .special-feature-content {
  background-color: #1eaedb;
}

.special-feature-area.style-2 .special-feature-content .feature-text {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1;
}

.cta-area .cta-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 280px;
  }
}

.cta-area .cta-content {
  position: relative;
  z-index: 1;
  padding: 100px 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.cta-area .cta-content h6 {
  color: #505050;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

.cta-area .cta-content .single-skils-area .skills-text span {
  color: #505050;
  font-size: 18px;
  font-weight: 700;
}

.cta-area .cta-content .single-skils-area p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #505050;
  text-transform: uppercase;
}

.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #1eaedb;
  padding-top: 50px;
}

.cta-2-area .cta-content .cta-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.cta-2-area .cta-content .cta-text h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-2-area .cta-content .cta-text h4 {
    font-size: 18px;
  }
}

.cta-2-area .cta-content .cta-text p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .cta-2-area .cta-content .cta-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.cta-2-area .cta-content .cta-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .cta-2-area .cta-content .cta-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px;
}

.news--area {
  position: relative;
  z-index: 1;
}

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.single-news-area:last-child {
  margin-bottom: 0;
}

.single-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  width: 37%;
}

.single-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  width: 63%;
  padding-left: 15px;
}

.single-news-area .news-content span {
  font-size: 10px;
  color: #ffffff;
  background-color: #80d4a0;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.single-news-area .news-content a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.single-news-area .news-content a:hover,
.single-news-area .news-content a:focus {
  color: #80d4a0;
}

.single-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.single-news-area .news-content .news-meta a img {
  margin-right: 5px;
}

.single-news-area .news-content .news-meta a:last-child {
  margin-left: 31px;
}

.single-news-area .news-content .news-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}

.single-news-area .news-content .news-meta a:hover,
.single-news-area .news-content .news-meta a:focus {
  color: #80d4a0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
}

.contact--area {
  position: relative;
  z-index: 1;
}

.contact--area .contact-content {
  padding: 55px 45px;
  background-color: #ffffff;
  border: 1px solid #afbace;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact--area .contact-content {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact--area .contact-content {
    padding: 20px;
  }
}

.contact--area .contact-content .single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.contact--area .contact-content .single-contact-content:last-child {
  margin-bottom: 0;
}

.contact--area .contact-content .single-contact-content .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  margin-right: 15px;
  background-color: #80d4a0;
}

.contact--area .contact-content .single-contact-content .text p {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
}

.contact--area .contact-content .single-contact-content .text span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #838383;
}

.contact--area.contact-page .contact-content {
  padding: 35px;
  border: none;
  background-color: #1eaedb;
}

.contact--area.contact-page .contact-content h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
}

.contact--area.contact-page .contact-content .single-contact-content .text p,
.contact--area.contact-page .contact-content .single-contact-content .text span {
  color: #ffffff;
}

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3;
}

.newsletter-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 28, 60, 0.7);
  z-index: -1;
}

.newsletter-area .nl-content {
  position: relative;
  z-index: 1;
}

.newsletter-area .nl-content h2 {
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  font-weight: 400;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .newsletter-area .nl-content h2 {
    font-size: 18px;
  }
}

.newsletter-area .nl-content form {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.newsletter-area .nl-content form input {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}

.newsletter-area .nl-content form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 130px;
  height: 45px;
  background-color: #80d4a0;
  border: none;
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

.newsletter-area .nl-content form button:hover {
  background-color: #1eaedb;
}

.newsletter-area .nl-content form button:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .newsletter-area .nl-content form button {
    width: 100px;
  }
}

.newsletter-area .nl-content p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-team-member-area .team-thumb {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 180px;
  border-radius: 50%;
  margin: 0 auto 40px;
  height: 180px;
}

.single-team-member-area .team-thumb::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 8px solid #1eaedb;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.single-team-member-area .team-thumb img {
  border-radius: 50%;
}

.single-team-member-area .team-thumb .view-more a {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background-color: #80d4a0;
  text-align: center;
  bottom: -10px;
  right: 0;
  z-index: 300;
  color: #ffffff;
  line-height: 62px;
  font-size: 18px;
}

.single-team-member-area .team-thumb .view-more a:hover {
  background-color: #1eaedb;
}

.single-team-member-area .team-thumb:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.single-team-member-area .team-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}

.single-team-member-area .team-info {
  position: relative;
  z-index: 1;
}

.single-team-member-area .team-info h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
  margin-bottom: 5px;
}

.single-team-member-area .team-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #6e6e6e;
}

.single-team-member-area:hover .team-info h5 {
  color: #80d4a0;
}

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #021c3c;
}

.footer-area .single-footer-widget {
  position: relative;
}

.footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  color: #80d4a0;
  margin-bottom: 40px;
  font-weight: 400;
}

.footer-area .single-footer-widget ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}

.footer-area .single-footer-widget ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #80d4a0;
  position: absolute;
  z-index: 1;
}

.footer-area .single-footer-widget ul li a:hover,
.footer-area .single-footer-widget ul li a:focus,
.footer-area .single-footer-widget ul li .active {
  color: #80d4a0;
  font-weight: 600;
}

.footer-area .single-footer-widget ul li:last-child a {
  margin-bottom: 0;
}

.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #3c4450;
  padding: 5px 0;
}

.footer-area .copywrite-area .copywrite-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #636b75;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 0;
  }
}

.footer-area .copywrite-area .copywrite-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .copywrite-area .copywrite-text a:focus {
  color: #80d4a0;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 0;
  }
}

.footer-area .copywrite-area .copywrite-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .copywrite-area .copywrite-text a:focus {
  color: #80d4a0;
}

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 180px;
  }
}

.breadcrumb-area .breadcrumb-content h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}

.breadcrumb-content-resources h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-family: "poppins";
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 24px;
  }
}

.breadcrumb-area .breadcrumb-content h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content h1 {
    font-size: 24px;
  }
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
  color: #80d4a0;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
  color: #80d4a0;
}

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-latest-news-area:last-child {
  margin-bottom: 0;
}

.single-latest-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.single-latest-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding-left: 10px;
}

.single-latest-news-area .news-content a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-latest-news-area .news-content a:hover,
.single-latest-news-area .news-content a:focus {
  color: #80d4a0;
}

.single-latest-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-latest-news-area .news-content .news-meta a {
    font-size: 9px;
  }
}

.single-latest-news-area .news-content .news-meta a img {
  margin-right: 2px;
}

.single-latest-news-area .news-content .news-meta a:last-child {
  margin-left: 21px;
}

.single-latest-news-area .news-content .news-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}

.single-latest-news-area .news-content .news-meta a:hover,
.single-latest-news-area .news-content .news-meta a:focus {
  color: #80d4a0;
}

.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .blog-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.single-blog-area .blog-thumbnail a {
  display: block;
}

.single-blog-area .blog-thumbnail a img {
  border-radius: 5px;
}

.single-blog-area .blog-content {
  position: relative;
  z-index: 1;
}

.single-blog-area .blog-content span {
  font-size: 10px;
  color: #ffffff;
  background-color: #80d4a0;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.single-blog-area .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #212121;
}

.single-blog-area .blog-content .post-title:hover,
.single-blog-area .blog-content .post-title:focus {
  color: #80d4a0;
}

.single-blog-area .blog-content .blog-meta {
  margin-bottom: 30px;
}

.single-blog-area .blog-content .blog-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .blog-content .blog-meta a {
    font-size: 9px;
  }
}

.single-blog-area .blog-content .blog-meta a img {
  margin-right: 2px;
}

.single-blog-area .blog-content .blog-meta a:last-child {
  margin-left: 21px;
}

.single-blog-area .blog-content .blog-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}

.single-blog-area .blog-content .blog-meta a:hover,
.single-blog-area .blog-content .blog-meta a:focus {
  color: #80d4a0;
}

.single-blog-area .blog-content p {
  margin-bottom: 0;
}

.post-details-content {
  position: relative;
  z-index: 1;
}

.post-details-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.post-details-content p {
  margin-bottom: 25px;
}

.post-details-content .blogFont {
  font-size: 1rem;
}

.pagination {
  position: relative;
  z-index: 1;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  padding: 0;
  border: none;
  text-align: center;
  margin-right: 2px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #ffffff;
  background-color: #80d4a0;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #80d4a0;
}

.sidebar-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-area {
    margin-top: 100px;
  }
}

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-widget-area:last-child {
  margin-bottom: 0;
}

.single-widget-area .widget-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.single-widget-area .widget-heading .line {
  width: 30px;
  height: 8px;
  background-color: #80d4a0;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.single-widget-area.search-widget {
  position: relative;
  z-index: 1;
}

.single-widget-area.search-widget form {
  position: relative;
  z-index: 1;
}

.single-widget-area.search-widget form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  background-color: #f1f7f9;
  padding: 0 20px;
  font-size: 12px;
  font-style: italic;
}

.single-widget-area.search-widget form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 125px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #1eaedb;
  color: #80d4a0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.single-widget-area.search-widget form button:hover {
  background-color: #80d4a0;
  color: #1eaedb;
}

.single-widget-area.cata-widget ul {
  padding-left: 35px;
}

.single-widget-area.cata-widget ul li a {
  display: block;
  font-size: 15px;
  padding: 7px 0;
  font-weight: 600;
  color: #1eaedb;
}

.single-widget-area.cata-widget ul li a:hover,
.single-widget-area.cata-widget ul li a:focus {
  color: #80d4a0;
}

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
  min-width: 51px;
  margin-right: 30px;
  height: 51px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    margin-right: 15px;
  }
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-author,
.comment_area .comment-content .comment-meta .post-date,
.comment_area .comment-content .comment-meta .reply {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {

  .comment_area .comment-content .comment-meta .post-author,
  .comment_area .comment-content .comment-meta .post-date,
  .comment_area .comment-content .comment-meta .reply {
    font-size: 12px;
    margin-right: 15px;
  }
}

.comment_area .comment-content .comment-meta .post-author::after,
.comment_area .comment-content .comment-meta .post-date::after,
.comment_area .comment-content .comment-meta .reply::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '|';
  z-index: 1;
}

@media only screen and (max-width: 767px) {

  .comment_area .comment-content .comment-meta .post-author::after,
  .comment_area .comment-content .comment-meta .post-date::after,
  .comment_area .comment-content .comment-meta .reply::after {
    right: -8px;
  }
}

.comment_area .comment-content .comment-meta .post-author:hover,
.comment_area .comment-content .comment-meta .post-date:hover,
.comment_area .comment-content .comment-meta .reply:hover {
  color: #1eaedb;
}

.comment_area .comment-content .comment-meta .reply {
  margin-right: 0;
}

.comment_area .comment-content .comment-meta .reply::after {
  display: none;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

/* :: 13.0 Contact Area CSS */
.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #80d4a0;
  padding: 35px;
}

.contact-advisor h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-advisor .single-advisor {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.contact-advisor .single-advisor:last-child {
  margin-bottom: 0;
}

.contact-advisor .single-advisor .advisor-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 30px;
}

.contact-advisor .single-advisor .advisor-info h6 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-advisor .single-advisor .advisor-info span {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
}

.contact-advisor .single-advisor .advisor-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
  box-shadow: none;
}

.contact-form-area textarea.form-control {
  height: 250px;
}

.map-area {
  position: relative;
  z-index: 2;
  height: 660px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area {
    height: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .map-area {
    height: 1200px;
  }
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
}

.map-area .contact---area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-area .contact---area .contact-page {
  background-color: #deffea;
  border-radius: 10px;
  padding: 45px 25px;
}

@media only screen and (max-width: 767px) {
  .map-area .contact---area .contact-page {
    padding: 40px 30px;
  }
}

.map-area .contact---area .contact-page h4 {
  color: #ffffff;
  font-weight: 600;
}

.map-area .contact---area .contact-page h6 {
  color: #940001;
  font-weight: 400;
}

.map-area .contact---area .contact-page a {
  color: #940001;
  font-weight: 600;
}

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1;
}

.elements-title .line {
  width: 30px;
  height: 8px;
  background-color: #80d4a0;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.elements-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-service-area {
  position: relative;
  z-index: 1;
}

.single-service-area .icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #041525;
  text-align: center;
  margin-right: 20px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}

.single-service-area .text h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
}

.single-service-area .text p {
  margin-bottom: 0;
}

.single-service-area:hover .icon,
.single-service-area:focus .icon {
  background-color: #80d4a0;
}

.single-service-area:hover .text h5,
.single-service-area:focus .text h5 {
  color: #80d4a0;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .scf-icon {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}

.single-cool-fact .scf-icon i {
  color: #80d4a0;
  font-size: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }

  .single-cool-fact .scf-icon i {
    font-size: 40px;
  }
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 24px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #212121;
  line-height: 1;
}

.single-cool-fact.white .scf-icon i,
.single-cool-fact.white .scf-text h2,
.single-cool-fact.white .scf-text p {
  color: #ffffff;
}

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  font-family: "Open Sans", sans-serif;
  background-color: #1eaedb;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #80d4a0;
  color: #ffffff;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-skils-area .circle {
  position: relative;
  z-index: 10;

  margin-bottom: 15px;
}

.single-skils-area .skills-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}

.single-skils-area p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #212121;
  text-transform: uppercase;
}

.credit-tabs-content {
  position: relative;
  z-index: 1;
}

.credit-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

.credit-tabs-content .nav-tabs .nav-link {
  background-color: #f1f7f9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #212121;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

.credit-tabs-content .nav-tabs .nav-link.active {
  background-color: #1eaedb;
  color: #ffffff;
}

.credit-tabs-content .credit-tab-text {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.credit-tabs-content .credit-tab-text p {
  margin-bottom: 0;
}

.credit-tabs-content .tab-content h6 {
  font-size: 18px;
}

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #1eaedb;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}

.single-icons i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.single-icons span {
  display: block;
  color: #fff;
}

.logo {
  width: 20%;
}

.learnmore a {
  padding-top: 30px;
  color: #fffde7;
}

.req-demo-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 230px;
  height: 45px;
  background-color: #fffde7;
  border: none;
  border-radius: 30px;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

.newsletter-area .nl-content form button:hover {
  background-color: #1eaedb;
}

.newsletter-area .nl-content form button:focus {
  outline: none;
  box-shadow: none;
}

.req-demo-btn:hover {
  background-color: #fff;
}

.req-demo-btn:focus {
  outline: none;
  box-shadow: none;
}

.req-demo-btn-header {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-family: poppins !important;
  width: 170px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

.req-demo-btn-header:hover {
  background-color: #fff;
  color: black;
}

.req-demo-btn-header:hover>a {
  color: black;
}

.req-demo-btn-header:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  color: black;
}

.req-demo-btn-header a {
  color: #fff;
  margin-right: 0px !important;
}

.center {
  text-align: center;
  font-size: 2rem;
}

.solution-list li {
  list-style: initial;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
}

.clr-white {
  color: #fff;
}

.solution-block h6 {
  color: black;
  font-weight: 600;
  text-align: left;
  text-justify: inter-word;
  line-height: 1.5;

}

.feedback-slider-item ul li {
  list-style-type: disc;
  margin-left: 18px;
  text-align: left;
}

.solution-block ul li {
  list-style-type: disc;
  margin-left: 18px;
}

.customizable-block ul li {
  list-style-type: disc;

}

.about-block ul li {
  list-style-type: disc;

}

.about-area {
  background: #fff;
}

.about-block p {
  text-align: left;
  text-justify: inter-word;
  line-height: 1.5;

}

.carousel-inner {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.pharma-thumbnail-resources {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

/* .carousel { */
/* margin: 50px auto; */
/* padding: 0 70px; */
/* } */
/* .eventscar{ */
/* margin: 0px auto; */
/* padding: 0px; */
/* } */
/* .carousel .item { */
/* color: #999; */
/* overflow: hidden; */
/* min-height: 120px; */
/* Padding:20px; */
/* font-size: 13px; */
/* } */
/* .carousel .media img { */
/* width: 80px; */
/* height: 80px; */
/* display: block; */
/* border-radius: 50%; */
/* } */
/* .carousel .testimonial { */
/* padding: 0 15px 0 60px ; */
/* position: relative; */
/* } */
/* .carousel .testimonial::before { */
/* content: "\201C"; */
/* font-family: poppins; */
/* color: #e2e2e2; */
/* font-weight: bold; */
/* font-size: 68px; */
/* line-height: 54px; */
/* position: absolute; */
/* left: 15px; */
/* top: 0; */
/* } */
/* .carousel .overview b { */
/* text-transform: uppercase; */
/* color: #1c47e3; */
/* } */
/* .eventscar .carousel-indicators { */
/* bottom: 0px; */
/* } */
/* .eventscar .carousel-indicators li{ */
/* width: 35px; */
/* height: 6px; */
/* bottom: 30px; */
/* } */
/* .eventscar .carousel-indicators li.active{ */
/* width: 35px !important; */
/* height: 6px !important; */
/* border-radius: 10px	; */

/* } */
/* .carousel .carousel-indicators { */
/* bottom: -60px; */
/* } */
/* .carousel-indicators li, .carousel-indicators li.active { */
/* width: 18px; */
/* height: 18px; */
/* border-radius: 50%; */
/* margin: 1px 3px; */
/* } */
/* .carousel-indicators li {	 */
/* background: #e2e2e2; */
/* border: 1px solid #000000 !important; */
/* } */
/* .carousel-indicators li.active { */
/* color: #fff; */
/* background: #1c47e3;     */
/* border: 5px double;     */
/* } */

.container-partners {
  display: flex;
  /* Enables flexbox layout */
  flex-wrap: wrap;
  /* Ensures items wrap to the next line if necessary */
  justify-content: center;
  /* Centers all items horizontally */
  gap: 50px;
  /* Increases the spacing between items */
  align-items: center;
  /* Aligns items vertically */
  margin-left: 50px;
  /* Moves the entire container to the right */
}

.partners {
  text-align: center;
  /* Centers content inside the div */
}

.partners img {
  max-width: 200px;
  /* Ensures consistent size */
  margin: 0 25px;
  /* Adds space between images */
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
  .container-partners {
    margin-left: 30px;
    /* Adjust right shift for smaller screens */
    gap: 30px;
    /* Adjust space between items */
  }

  .partners img {
    max-width: 200px;
    /* Shrink image size */
    margin: 0 15px;
    /* Reduces spacing for smaller screens */
  }
}

@media (max-width: 480px) {
  .container-partners {
    margin-left: 20px;
    /* Adjust right shift for very small screens */
    gap: 20px;
    /* Adjust space between items */
  }

  .partners img {
    max-width: 150px;
    /* Shrink image size further */
    margin: 0 10px;
    /* Reduces spacing for very small screens */
  }
}

.image-container {
  position: relative;
  display: inline-block;
}

.credit-btn-view-source {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
}


.sol-thumbnail-img {
  max-height: 470px;
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.sol-thumbnail-img-real {
  max-height: 370px;
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.about-thumbnail {
  max-height: 500px;
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.global-thumbnail {
  padding-left: 10%;
  max-height: 850px;
  overflow: hidden;

}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution-block {
    min-height: 420px;
    max-height: 420px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-block {
    min-height: 500px;
    max-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .solution-block {
    /* min-height: 420px; */
    max-height: 100%;
  }
  .global-thumbnail {
    padding-left: 0%;
    overflow: hidden;
  
  }
  

}


#learn-more {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  border-radius: 5px;
  stroke-linejoin: round;
  transition: all 250ms ease-in;
  cursor: pointer;
}

#learn-more:hover {
  fill-opacity: 1;
}

#learn-more:hover~.learn-more-text {
  fill: #005fa4;
}

.learn-more-text {
  fill: #fff;
  pointer-events: none;
  font-size: 14px;
  transition: all 250ms ease-in;
}

.circle-center {
  fill: #041525;
}

.pointer {
  fill: #deffea;
  stroke: #ff0000;
  stroke-width: 2;
}

.nav-copy {
  fill: #fff;
  fill-opacity: 1;
  transition: all 250ms ease-in;
}

.nav-copy.changing {
  fill-opacity: 0;
}

.service {
  cursor: pointer;
}

.service text {
  font-size: 14px;
  text-anchor: middle;
}

.service .icon-wrapper {
  transform-origin: 50% 50%;
}

.service .icon-wrapper,
.service .icon-wrapper>* {
  transition: all 250ms ease-in;
}

.serv-0 .icon-wrapper {
  fill: #21c0dd;
}

.serv-1 .icon-wrapper {
  fill: #0070c0;
}

.serv-2 .icon-wrapper {
  fill: #ff0000;
}

.serv-3 .icon-wrapper {
  fill: #002060;
}

.serv-4 .icon-wrapper {
  fill: #f87d00;
}

.serv-5 .icon-wrapper {
  fill: #00b050;
}

.serv-6 .icon-wrapper {
  fill: #21c0dd;
}

.service circle.shadow1 {
  fill-opacity: 0;
  fill: red;
  filter: url(#service-shadow);
}

.service use {
  fill: #fff;
}

.service text {
  fill: #4d4d4d;
}

.service.active .icon-wrapper,
.service:hover .icon-wrapper {
  transform: scale(1.15) translateY(-5px);
}

.service.active .icon-wrapper,
.service.active .icon-wrapper>*,
.service:hover .icon-wrapper,
.service:hover .icon-wrapper>* {
  transition: all 250ms ease-out;
}

.service.active .icon-wrapper circle.shadow,
.service:hover .icon-wrapper circle.shadow {
  fill-opacity: 0;
}

.service.active text,
.service:hover text {
  fill: #041525;
  font-weight: bold;
}

.feature-title {
  font-size: 20px;
  font-weight: 800;
  fill: #deffea !important;
}

.hoverme {
  margin: auto;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hoverme:hover>.pop {
  display: block;
  width: 250px;
  height: auto;
}

.hoverme:focus>.pop {
  opacity: 1;
  width: 250px;
  height: 200px;
}

.pop {
  display: none;
  width: 0;
  height: 0;
  top: auto;
  margin-left: 10px;
  position: absolute;
  background: #ffffff;
  border-radius: 30px 0px;
  z-index: 9999;

  transition: all 0.3s ease;
}

.pop>p {
  color: #353535;
  font-size: 16px;

  padding: 10px;
  position: relative;
  text-align: center;
}

.thmclr {
  color: #041525 !important;
}

.u-bullet-left h6 {
  padding: 30px 20px;
  color: black;
  font-weight: 500;
  line-height: 1.5;
  /* text-align: justify; */
  /* text-justify: inter-word; */
}

.u-bullet-right h6 {
  padding: 30px 20px;
  color: black;
  font-weight: 500;
  /* text-align: justify; */
  /* text-justify: inter-word; */
}

.best-features img {
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  border-style: none;

}

.smat-div:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2ecc71;
  top: 2px;
  right: 40px;
}

.clin-color {
  color: #23a4db;
}

.consent-color {
  color: #00b050;
}

.recruitment-color {
  color: #21c0dd;
}

.pro-color {
  color: #0070c0;
}

.source-color {
  color: #f87d00;
}

.cao-color {
  color: #ff0000;
}

.tmf-color {
  color: #002060;
}

.tele-color {
  color: #21c0dd;
}

.iv-color {
  color: #8AAC85;
}

/*# sourceMappingURL=style.css.map */
.progress {
  height: 40px;
  padding: 0px;
  margin: 15px 0;
}

.progress-bar.active,
.progress.active .progress-bar {
  animation: progress-bar-stripes 0.5s linear infinite;
  font-size: 16px;
}

.regu {
  background-color: #0060c6;
}

.data {
  background-color: #c68f00;
}

.cloud {
  background-color: #00b2c6;
}

/* Solutions Page CSS */

/* Section: Services */
.section-services.site-section {
  padding: 0;
  background-color: #f6f6f6;
}

.section-services .container-fluid {
  padding: 100px 15px 70px;
  background-color: #ffffff;
}

.section-services .container-fluid+.container {
  margin-top: 80px;
}

.section-services .col-sm-fifth {
  width: 20%;
  display: table;
}

.section-services .nav-tabs {
  position: relative;
  min-height: 160px;
  width: 100%;
  margin: 70px 0 0;
  bottom: 0;
  left: 0;
  border-bottom: 0;
}

.section-services .nav-tabs .col-sm-fifth {
  height: 160px;
  background: #ffffff;
  border-bottom: 3px solid #196fc2;
}

.section-services .carousel-inner {
  margin-top: 75px;
}

.section-services .carousel-inner img {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.section-services .item-controls {
  height: 45px;
}

.section-services .item-controls .carousel-control {
  margin: 7px 5px 0;
  position: relative;
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  opacity: 1;
}

.section-services .item-controls .carousel-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 18px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  text-shadow: none;
}

.section-services .item-controls .carousel-control:hover,
.section-services .item-controls .carousel-control:focus {
  background-color: #196fc2;
  border-color: #196fc2;
}

.section-services .item-controls .carousel-control:hover i,
.section-services .item-controls .carousel-control:focus i {
  color: #ffffff;
}

.section-services .item-controls.left i {
  padding-right: 3px;
}

.section-services .item-controls.right i {
  padding-left: 3px;
}

.service {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

.service .rectangle {
  margin: 0 auto 20px;
  box-shadow: none;
}

.service p {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.section-services .col-sm-7 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-services .col-sm-5 {
  min-height: 390px;
}

.service-info h3 {
  font-size: 28px;
  margin: 20px 0 0;
}

.service-info p {
  margin: 30px 0 0;
}

.nav-tabs .col-sm-fifth,
.item-controls .carousel-control i,
.service .rectangle,
.service p,
.carousel-indicators .service .rectangle i {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.carousel-indicators .active .col-sm-fifth,
.carousel-indicators a:hover .col-sm-fifth {
  background-color: #196fc2;
}

.carousel-indicators .active {
  width: 40px !important;
  height: 16px !important;
  background-color: #000 !important;
}

.carousel-indicators li {
  width: 40px !important;
  height: 16px !important;
  border: 2px solid #fff !important;
}

.carousel-indicators .active .service p,
.carousel-indicators a:hover .service p {
  opacity: 0;
  visibility: hidden;
}

.carousel-indicators .active .service .rectangle,
.carousel-indicators a:hover .service .rectangle {
  background-color: #000;
  height: 80px;
  width: 80px;
  margin-bottom: 0;
}

.carousel-indicators .active .service .rectangle i,
.carousel-indicators a:hover .service .rectangle i {
  font-size: 32px;
}

.carousel-indicators .active .service .rectangle {
  color: #196fc2;
}

.carousel-indicators .active .service:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #196fc2 transparent transparent transparent;
  z-index: 99;
}

@media only screen and (max-width: 991px) {

  /* Section: Services */
  .section-services .container-fluid {
    padding: 80px 15px 50px;
  }

  .section-services .container-fluid+.container {
    margin-top: 60px;
  }

  .section-services .nav-tabs {
    margin-top: 50px;
  }

  .section-services .carousel-inner {
    margin-top: 55px;
  }

  .section-services .service-info h3 {
    margin-top: 0;
  }

  .section-services img {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {

  /* Section: Services */
  .section-services .container-fluid {
    padding: 60px 15px 30px;
  }

  .section-services .container-fluid+.container {
    margin-top: 40px;
  }

  .section-services .nav-tabs {
    margin-top: 30px;
    min-height: 70px;
  }

  .section-services .nav-tabs .col-sm-fifth {
    height: 70px;
  }

  .section-services .carousel-inner {
    margin-top: 35px;
  }

  .section-services .carousel-indicators .active .service .rectangle,
  .section-services .carousel-indicators a:hover .service .rectangle,
  .section-services .carousel-indicators .service .rectangle {
    margin-bottom: 0;
    height: 28px;
    width: 28px;
  }

  .section-services .carousel-indicators .active .service .rectangle i,
  .section-services .carousel-indicators a:hover .service .rectangle i,
  .section-services .carousel-indicators .service .rectangle i {
    font-size: 14px;
  }

  .section-services .col-sm-5 {
    min-height: 100%;
  }

  .section-services .col-sm-7 {
    position: relative;
  }

  .section-services .service-info h3 {
    font-size: 22px;
  }

  .section-services .service-info p {
    margin: 15px 0 0;
  }

  .iso-logo {
    width: 30% !important;
  }
}

.iso-logo {
  width: 10%;
}

video {
  margin-bottom: -5px;
}

.custom-content p {
  font-family: 'poppins';
  font-size: 15px;

  margin-bottom: 3px;
  text-align: left;
}

.custom-content {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 50px;
  margin-left: 25px;

}

.regulatory img {
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.logo-slider {
  overflow: hidden;
  padding: 10px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 183px;
  height: auto;
  margin: 0 80px;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.footer-logo img {
  max-width: 70%;
}

/* Testimonials */

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
}

.section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.toptal {
  color: #204ecf;
}

.upstack {
  color: #008bf7;
}

.upwork {
  color: #37a000;
}

.fiverr {
  color: #1dbf73;
}

.jobs {
  color: magenta;
  text-decoration: underline;
  margin-top: -15px;
}

/* Tarush Changes */
.background-video {
  width: 100%;
  /* Default width */
  height: auto;
  /* Maintain height */
  background-position: center center;
  /* Center the background */
  overflow: hidden;
  /* Hide the excess on the sides */
}

/* General Styling */
.section-ti {
  font-size: 24px;
  font-weight: bold;
  /* background-image: linear-gradient( #6aa0ea , #f3835d);  */
  color: #333333;
  /* color: transparent; */
  margin-bottom: 20px;
  text-align: left;
  /* background-clip: text; */
}


.stakeholders-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* Grid Container */
.stakeholders-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
}

/* Stakeholder Block */
.stakeholder-block {
  padding: 20px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 2px 4px #e3e2e2;
  transition: transform 0.4s, box-shadow 0.4s;
  position: relative;
  /* Needed for overlay */
  overflow: hidden;
  /* Ensures the overlay does not exceed the block */
}

.stakeholder-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% transparency */
  z-index: 1;
  /* Places overlay behind text */
}

.stakeholder-title,
.stakeholder-description,
.learn-more-link {
  position: relative;
  /* Ensures text appears above the overlay */
  z-index: 2;
}


.stakeholder-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Typography */
.stakeholder-title {
  font-size: 18px;
  color: #bcbcff;
  font-weight: bold;
  margin-bottom: 10px;
}

.stakeholder-description {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.5;
}

.learn-more-link {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.learn-more-link:hover {
  text-decoration: underline;
  color: #ff9900;
}

/* Container Styling */
.custom-content.container {
  text-align: left;
  /* Center align content */
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .section-ti {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 2px;
  }

  .stakeholders-section {
    padding: 20px 10px;
  }

  .stakeholders-container {
    display: flex;
    flex-direction: column;
    /* Arrange blocks vertically */
    gap: 15px;
  }

  .stakeholder-block {
    height: 200px;
    /* Adjust height for smaller screens */
    padding: 15px;
    font-size: 14px;
    /* Smaller font sizes for content */
  }

  .stakeholder-block:hover {
    transform: none;
    /* Remove hover effect for touch devices */
    box-shadow: 2px 4px #e3e2e2;
    /* Retain original shadow */
  }
}

custom-content .section-heading .line {
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background-color: #8cbf84;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Logo Slider Styling */
.logo-sli {
  display: flex;
  /* Flexbox for better alignment */
  flex-wrap: wrap;
  /* Allow wrapping to fit all logos */
  justify-content: center;
  /* Center align logos */
  gap: 50px;
  /* Add spacing between logos */
}

.logos-sli img {
  max-width: 235px;
  height: auto;
  /* Maintain aspect ratio */
  padding: 20px;
}

.section-padding-1000 {
  padding-top: 10px;
  padding-left: 45px;
  padding-bottom: 10px;
}



@media (max-width: 1024px) { 
  .regulatory {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
  }

  .regulatory > div {
      flex: 1 1 22%; /* Adjust width for tablets (4 images per row) */
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .regulatory img {
      max-width: 100%;
      height: auto;
  }
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .regulatory {
      display: flex;
      flex-wrap: nowrap; /* Ensure all images stay in one row */
      justify-content: center; /* Center align images */
      gap: 10px; /* Add some spacing */
  }

  .regulatory > div {
      flex: 1 1 18%; /* Ensures 5 images fit in a row */
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 18%; /* Prevents images from resizing too much */
  }

  .regulatory img {
      max-width: 100%;
      height: auto;
  }
}


@media (max-width: 768px) { 
  .regulatory > div {
      flex: 1 1 30%; /* 3 images per row in smaller tablets */
  }
}

@media (max-width: 480px) {
  .regulatory > div {
      flex: 1 1 30%; /* 2 images per row on mobile */
  }
}




@media only screen and (max-width: 450px) {
  .logo-sli {
    display: flex;
    /* Flexbox for better alignment */
    flex-wrap: wrap;
    /* Allow wrapping to fit all logos */
    justify-content: center;
    /* Center align logos */
    gap: 20px;
    /* Add spacing between logos */
  }

  .logos-sli img {
    max-width: 165px;
    height: auto;
    /* Maintain aspect ratio */
  }

  .section-padding-1000 {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .content-wrapper {
    position: relative;
    /* To contain the absolutely/relatively positioned child */
    width: 100%;
    /* Set to the desired width */
    height: 225px;
    /* Set the height (or any specific value) */
    overflow: hidden;
    /* Crop any content overflowing outside */
  }

 

  .background-video {
    left: -19%;
    width: 135%;
    position: absolute;
    overflow: hidden;
  }

  .custom-content p {
    font-size: 14px;
  }
  
}

.map-container {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping for responsive design */
  gap: 20px;
  /* Add space between elements */
  align-items: flex-start;
  /* Align items to the top */
  justify-content: space-between;
  /* Space out elements evenly */
  max-width: 100%;
  /* Allow it to stretch to the container width */
}

.map-container iframe {
  width: 93%;
  /* Make iframe take up half the container width */
  height: 350px;
  /* Set height for consistency */
  border-radius: 8px;
  /* Add rounded corners */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
}

/* Office container styles */
.offices-container {
  flex: 1;
  /* Allow columns to stretch equally */
  max-width: 48%;
  /* Set a width to align with the iframe */
}

.left-column,
.right-column {
  text-align: left;
  /* Align text to the left */
  font-size: 20px;
  line-height: 1.8;
  /* Improve readability */
}
.left-column a,
.right-column a{
  font-weight: 400 !important;
}
.footer-area a{
  font-weight: 400 !important;
  color:white !important;
}
.left-column iframe,
.right-column iframe {
  margin-top: 15px;
  /* Add space between text and the map */
}

/* Headings and text */
h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

p,
h6 {
  margin: 0 0 10px;
  /* Add spacing between elements */
}

@media (max-width: 1030px) {
  .map-container {
    gap: 50px;
    /* Add larger gap for clarity */
  }

  .offices-container {
    max-width: 100%;
    /* Make the container full width */
  }

  .map-container iframe {
    width: 100%;
    /* Full width for the iframe */
    height: 550px;
    /* Adjust height for better visibility */
  }

  .left-column,
  .right-column {
    text-align: left;
    /* Align text to the left */
    font-size: 20px;
    line-height: 2;
    /* Improve readability */
  }
}

@media (max-width: 768px) {
  .map-container {
    flex-direction: column;
    /* Stack elements vertically */
    gap: 30px;
    /* Add larger gap for clarity */
  }

  .offices-container {
    max-width: 100%;
    /* Make the container full width */
  }

  .map-container iframe {
    width: 100%;
    /* Full width for the iframe */
    height: 400px;
    /* Adjust height for better visibility */
  }
}

@media (max-width: 480px) {
  .container.mb-50 {
    padding: 20px;
    /* Reduce padding for smaller screens */
  }

  .map-container iframe {
    height: 350px;
    /* Adjust height for mobile screens */
  }

  p,h6 {
    font-size: 14px;
    /* Slightly smaller font for mobile */
    line-height: 1;
    margin-bottom: 0%;
    /* Adjust spacing for smaller text */
  }
}

img {
  vertical-align: middle;
  /* Ensures icons align with text */
  margin-right: 5px;
  /* Adds spacing after the icon */
}

/* Container for the image gallery */
.image-gallery {
  display: grid;
  /* Use CSS Grid */
  grid-template-columns: repeat(2, 1fr);
  /* Create two equal-width columns */
  gap: 20px;
  /* Add spacing between rows and columns */
  padding: 50px;
  /* Add padding around the gallery */
}

/* Box container for each image */
.image-box {
  width: 100%;
  /* Adjust width to fill the grid column */
  height: auto;
  /* Set a fixed height for the boxes */
  overflow: hidden;
  /* Ensure the image does not overflow the box */
  border: 2px solid #ddd;
  /* Optional: Border around the box */
  border-radius: 5px;
  /* Optional: Rounded corners */
  display: flex;
  /* Center the image inside the box */
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  /* Light background color */
}


/* Styling for the image */
.image-box img {
  width: 100%;
  /* Make the image fill the box */
  height: 100%;
  /* Make the image fill the box */
  object-fit: cover;
  /* Crop and fit the image into the box */
  transition: transform 0.3s ease-in-out;
  /* Smooth hover effect */
  cursor: pointer;
  /* Pointer cursor on hover */
}

/* Hover effect to enlarge the image */
.image-box img:hover {
  transform: scale(1.1);
  /* Enlarge the image slightly on hover */
  z-index: 10;
  /* Ensure it stays above other elements */
}

.con {
  display: grid;
  /* Use CSS Grid */
  grid-template-columns: repeat(2, 1fr);
  /* Create two equal-width columns */
  gap: 20px;
  /* Add spacing between rows and columns */
  padding: 50px;
  /* Add padding around the gallery */
}

.feedback-grid {
  display: grid;
  /* Use grid layout */
  grid-template-columns: repeat(2, 1fr);
  /* Create two equal-width columns */
  gap: 20px;
  /* Space between grid items */
  width: 100%;
  /* Full width of the container */
  max-width: 1400px;
  /* Maximum width for the grid */
  margin: 0 auto;
  /* Center the grid horizontally */
  padding: 20px;
  /* Add padding around the grid */
  box-sizing: border-box;
  /* Include padding in width calculations */
  align-items: center;
  /* Vertically align grid items */
  justify-content: center;
  /* Center items within the grid container */
}

.feedback-item {
  border: 1px solid #ddd;
  /* Add a border around each item */
  border-radius: 10px;
  /* Round corners */
  width: 600px;
  /* Set the desired width */
  height: 575px;
  /* Set the desired height */
  padding: 20px;
  /* Add spacing inside each item */
  background-color: #f9f9f9;
  /* Background color */
  display: flex;
  /* Use flexbox for content inside */
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  /* Stack content vertically */
  box-sizing: border-box;
  /* Include padding and borders in width/height */
}

.feedback-item p {
  color: #000000;
  font-family: "poppins";
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 1030px) {

  /* For tablets and small screens */
  .feedback-grid {
    grid-template-columns: 1fr;
    /* Switch to a single column layout */
    gap: 15px;
    /* Reduce gap size */
    padding: 10px;
    /* Reduce padding for smaller screens */
  }

  .feedback-item {
    width: 100%;
    /* Take full width of the container */
    max-width: none;
    /* Remove max-width restriction */
    height: auto;
    /* Allow the height to adjust naturally */
    padding: 15px;
    /* Reduce padding for smaller screens */
  }

  .feedback-item p {
    font-size: 12px;
    /* Adjust font size for smaller screens */
    line-height: 1.3;
    /* Slightly tighter line spacing */
  }

}

@media (max-width: 480px) {

  /* For very small screens (mobile) */
  .feedback-grid {
    padding: 5px;
    /* Minimize padding */
    gap: 10px;
    /* Smaller gap between items */
  }

  .feedback-item {
    padding: 10px;
    /* Reduce padding */
    border-radius: 8px;
    /* Slightly less rounded corners */
  }

  .feedback-item p {
    font-size: 11px;
    /* Further reduce font size for better fit */
    line-height: 1;
    /* Adjust line spacing */
  }
}

/* For very small screens */
@media (max-width: 1030px) {
  .con {
    grid-template-columns: 1fr;
    /* Single column for small screens */
  }

  .image-gallery {
    grid-template-columns: 1fr;
    /* Single column for small screens */
  }
}

.log {
  height: 175px;
  /* Set the height explicitly */
  width: 200px;
  /* Set the width explicitly */
  object-fit: contain;
  /* Ensure the image fits within its container without distortion */
}

.offices-container p {
  font-family: "poppins";
  font-size: 17px;
  line-height: 1.5;
}



/* Hero Secction Starts */

/* Hero Section Styling */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 0px 50px;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: white;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  height: 500px;
  animation: backgroundMotion 30s ease infinite;
  background-size: cover; /* Ensure background images cover the whole section */
  background-position: center;
  transition: background 1s ease-in-out; 
  /* padding: 50px ; */
  /* margin-bottom: 80px; */
}


/* Text Styling */
.hero-text {
  max-width: 42%;
  z-index: 2; /* Ensure text appears above SVG */
  /* animation: slideInLeft 1s ease-out;  */
}

.hero-text h1 {
  font-size: 3.2rem; 
  font-weight: bold; 
  line-height: 1.4; 
  text-transform: uppercase; 
  letter-spacing: 1.5px; 
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); 
  margin-bottom: 20px;
  color: white;
  /* animation: textGlow 1.5s ease-in-out infinite alternate;  */
}
.hero-text h2 {
  font-size: 1.6rem; 
  font-weight: bold; 
  line-height: 1.4; 
  margin-top: 20px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); 
  margin-bottom: 20px;
  color: white;
}

.hero-text p {
  font-size: 1.2rem; 
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9); 
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Add shadow */
}

/* Explore Button Styles */
.explore-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #fdbe00, #9dcfb4); 
  border: none;
  border-radius: 5px;
  /* text-transform: uppercase; */
  /* animation: pulse 1s infinite;  */
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.explore-button:hover {
  background: linear-gradient(90deg, #6aa0ea , #f3835d); /* Reverse gradient */
  transform: translateY(-5px); 
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}



.explore-button:active {
  transform: translateY(2px); /* Slight downward click effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* Image Styling */
.hero-image {
  max-width: 54%;
  z-index: 2; /* Ensure image appears above SVG */
  /* animation: slideInRight 1s ease-out; */
}

.hero-image img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
}

/* SVG Wave Background */
.wave-background {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  animation: waveMotion 6s ease-in-out infinite alternate;
  z-index: 1; /* Ensure wave appears behind text and image */
}
@keyframes waveMotion {
  0% {
    d: path("M0,224L60,213.3C120,203,240,181,360,186.7C480,192,600,224,720,202.7C840,181,960,107,1080,74.7C1200,43,1320,53,1380,58.7L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z");
  }
  100% {
    d: path("M0,224L60,213.3C120,203,240,181,360,186.7C480,192,600,224,720,202.7C840,181,960,107,1080,74.7C1200,43,1320,53,1380,58.7L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z");
  }
}

/* Image Zoom Animation */
/* .hero-image img {
  width: 100%;
  height: auto;
} */

/* .hero-image img:hover {
    } */

/* .hero-image img:active {
  transform: scale(0.95); 
} */

/* AI Background Animation */
@keyframes backgroundMotion {
  0% {
    background: url('img/bg-img/ai-background.png') center center no-repeat;
    background-size: cover;
  }
  50% {
    background: url('img/bg-img/ai-background.png') center center no-repeat;
    background-size: cover;
  }
  100% {
    background: url('img/bg-img/ai-background.png') center center no-repeat;
    background-size: cover;
  }
}

/* Text Glow Effect */
@keyframes textGlow {
  0% {
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 20px rgba(0, 255, 255, 0.7), 0 0 30px rgba(0, 255, 255, 0.7);
  }
  100% {
    text-shadow: 0 0 20px rgba(0, 255, 255, 1), 0 0 30px rgba(0, 255, 255, 1), 0 0 40px rgba(0, 255, 255, 1);
  }
}

/* Optional: Add pulse effect */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}



/* Slide-in Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Mobile Responsiveness */

/* For screens between 768px and 1024px (iPad resolution) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section {
    flex-direction: column; /* Stack text and image vertically */
    padding: 20px;
    height: auto; /* Allow content to fit */
  }

  .hero-text {
    max-width: 100%;
    text-align: center; 
    margin-bottom: 20px; /* Space between text and image */
  }

  .hero-text h1 {
    font-size: 2.5rem; 
    letter-spacing: 1.5px;
	
  }

  .hero-text h2 {
    font-size: 1.4rem; 
    letter-spacing: 0.5px;
  }

  .hero-text p {
    font-size: 1.2rem; 
  }

  .hero-image {
    max-width: 100%;
    margin-top: 20px; /* Add margin to space out from the text */
  }

  .explore-button {
    padding: 12px 25px;
    font-size: 1.1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .wave-background {
    height: 100px; /* Adjust height of the wave background */
	
  }
}
/* .customer-name{
  text-align: left;
} */
/* For screens smaller than 768px (tablets and mobile phones) */
@media only screen and (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 20px;
    height: auto; /* Allow content to fit on smaller screens */
  }

  .hero-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px; /* Space between text and image */
  }

  .hero-text h1 {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }

  .hero-text h2 {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }

  .hero-text p {
    font-size: 1.5rem;
  }

  .hero-image {
    max-width: 100%;
    margin-top: 20px;
  }

  .explore-button {
    padding: 12px 25px;
    font-size: 1.1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .explore-button:hover {
    background: linear-gradient(90deg, #6aa0ea , #f3835d); /* Reverse gradient */
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
  }

  .wave-background {
    height: 100px;
  }
}

/* For screens smaller than 480px (mobile phones in portrait mode) */
@media only screen and (max-width: 480px) {
  .hero-text h1 {
    font-size: 1.6rem; 
  }
.wave-background {
    height: 100px;
	  bottom: -10px;
  }
  .hero-text p {
    font-size: 1rem; 
  }

  .explore-button {
    padding: 10px 20px;
    font-size: 0.7rem; 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Stronger shadow */
  }
  .explore-button:hover {
    background: linear-gradient(90deg, #6aa0ea , #f3835d); /* Reverse gradient */
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
  }
}

/* Hero Section Ends */

