@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
}

ul {
  list-style: none;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #777;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

.regButton img {
  width: 300px;
  margin: 0 auto;
}

/*----------------Header--------------*/
header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  z-index: 10;
}
header .navbar-brand {
  width: 100px;
}
header .navbar {
  background: transparent !important;
  background-size: cover;
  padding: 0;
  position: relative;
  border-radius: 0;
  opacity: 1;
}
header .navbar .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding-left: 100px;
}
header .navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
}
header .navbar .navbar-nav .nav-link:hover {
  color: #003a6b;
}
header .navbar .navbar-nav .nav-link.active {
  color: #003a6b;
  font-weight: 600;
}
header .navbar .navbar-nav .contact_button {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  padding: 5px 20px;
}
header .navbar .container-fluid {
  padding: 0 180px;
}
header .dropdown-menu {
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
header .dropdown-item {
  color: #787878;
  text-align: left;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  line-height: 17.4px;
  padding: 8px 15px;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.5px;
}
header .dropdown-item:focus, header .dropdown-item:hover {
  color: #003a6b;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: 600 !important;
}
header .mega_menu {
  width: 845px;
  padding: 15px;
  left: -90px;
  background: #fff;
  background-size: cover;
}
header .mega_menu li h6 {
  color: #003a6b;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 17.4px;
  padding: 0 0 0 0;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  height: 36px;
}
header .mega_menu li ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  padding-top: 0;
}
header .mega_menu li ul li a.dropdown-item {
  white-space: inherit;
  padding: 8px 5px;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  color: #787878;
  font-size: 12px;
  line-height: 18px;
  transition: 0.5s all;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif !important;
}
header .mega_menu li ul li a:hover.dropdown-item {
  color: #003a6b;
  font-weight: 600;
}
header .mega1 .col-12 {
  padding: 0 8px;
}

/*----------------Banner--------------*/
.banner {
  background: url("../img/banner2.jpg") repeat-x bottom center;
  background-size: cover;
  padding: 80px 195px 0 195px;
  position: relative;
  animation: zoomInOut 20s ease-in-out infinite;
}
.banner .banner_text {
  height: 40vh;
}
.banner .banner_text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #263E80;
  font-weight: 700;
  margin-bottom: 13px;
  padding: 0;
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback */
}
.banner .banner_text h1 span {
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback */
  display: block;
}
.banner .banner_text h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 400;
}
.banner .banner_text .timebanner {
  position: relative;
  border-radius: 40px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-bottom: 15px;
}
.banner .banner_text .timebanner ::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.banner .banner_text .timebanner h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #263E80;
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.banner .banner_text P {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  font-weight: 500;
  line-height: 26px;
}
.banner .banner_text .regButton {
  background: #144AE1;
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #fff;
  padding: 20px 20px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.banner .banner_text .regButton img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

/*----------------countdown--------------*/
.countdown-container {
  text-align: center;
  padding: 100px 0;
  border-radius: 8px;
  display: inline-block;
  background: #fff;
  text-align: center;
}
.countdown-container h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.countdown-container .countdown {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 12px;
}
.countdown-container .countdown .count-box {
  text-align: center;
  min-width: 60px;
}
.countdown-container .countdown .count-box span {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.countdown-container .countdown .count-box small {
  font-size: 14px;
  color: #555;
  font-family: "Montserrat", sans-serif;
}
.countdown-container .separator {
  font-size: 40px;
  font-weight: 600;
  color: #444;
}

/*-------------------------body expences------------*/
.expLive .image_one {
  width: 321px;
  padding: 0 15px 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 23px;
}
.expLive .image_two {
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 23px;
}
.expLive h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  width: 78%;
}
.expLive p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-align: justify;
  width: 78%;
}
.expLive h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 0;
}

/*---------------------C-Suite Solution--------------*/
.cSuite .pagetitle h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.cSuite ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.cSuite ul li div {
  width: 176px;
  height: 137px;
  background: #F8EAFB;
  background: linear-gradient(90deg, rgb(248, 234, 251) 0%, rgb(212, 205, 253) 100%);
  border-radius: 10px;
  transition: all 0.5s;
}
.cSuite ul li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cSuite ul li h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #3A3A3A;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1;
}
.cSuite ul li:hover div {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/*---------------------Building the digital foundations for an intelligent tomorrow--------------*/
.buildig .row {
  background: url("../img/notify_bg.jpg") no-repeat left center;
  background-size: cover;
  padding: 30px 40px;
  position: relative;
  border-radius: 20px;
}
.buildig .row h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  color: #263E80;
  font-weight: 600;
  margin-bottom: 13px;
  padding: 0;
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback */
  display: block;
  width: 100%;
  line-height: 66px;
}
.buildig .row .regButton {
  background: #144AE1;
  background: linear-gradient(90deg, rgb(20, 74, 225) 0%, rgb(193, 43, 141) 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #fff;
  padding: 20px 20px;
  display: block;
  font-weight: 500;
  line-height: 26px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.buildig .row .regButton img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

.descover .container {
  position: relative;
  overflow: hidden;
}
.descover .container .row {
  background: url("../img/disbg2.jpg") no-repeat center right;
  background-size: cover;
  padding: 60px;
  position: relative;
  animation: zoomInOut 20s ease-in-out infinite; /* adjust speed */
}
.descover .container .row h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 13px;
  padding: 0;
}
.descover .container .row h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #263E80;
  font-weight: 500;
  margin-bottom: 60px;
  padding: 0;
  background: linear-gradient(90deg, rgb(43, 99, 255) 0%, rgb(0, 255, 200) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback */
  display: block;
  line-height: 32px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.descover .container .row p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
  width: 90%;
  line-height: 26px;
}
.descover .container .row p b {
  font-weight: 500;
}
.descover .container .row ul {
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
  list-style: disc;
}
.descover .container .row ul li {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 8px;
  padding: 0;
}

.descover2 .container {
  position: relative;
  overflow: hidden;
}
.descover2 .container .row {
  background: url("../img/disc3.png") #f9f9fe no-repeat bottom right;
  background-size: contain;
  padding: 60px;
  position: relative;
}
.descover2 .container .row h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 13px;
  padding: 0;
}
.descover2 .container .row h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 60px;
  padding: 0;
  display: block;
  line-height: 1px;
  text-align: center;
}
.descover2 .container .row p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  width: 90%;
  line-height: 26px;
}
.descover2 .container .row p b {
  font-weight: 500;
}
.descover2 .container .row ul {
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
  list-style: disc;
}
.descover2 .container .row ul li {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
  padding: 0;
}

.uncover .row h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  margin: 20px 0;
}
.uncover .row p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-align: justify;
}

.sneakpeek .row {
  background: url("../img/sneakpeek_bg.png") no-repeat left center;
  background-size: cover;
  padding: 0px 80px 40px 80px;
  position: relative;
  border-radius: 20px;
}
.sneakpeek .row .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.sneakpeek .row .div1 {
  grid-area: 1/1/2/2;
}
.sneakpeek .row .div2 {
  grid-area: 2/1/3/2;
}
.sneakpeek .row .div3 {
  grid-area: 1/2/3/3;
}
.sneakpeek .row .div4 {
  grid-area: 1/3/2/4;
}
.sneakpeek .row .div5 {
  grid-area: 2/3/3/4;
}
.sneakpeek .parent img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.sneakpeek .div1, .sneakpeek .div2, .sneakpeek .div3, .sneakpeek .div4, .sneakpeek .div5 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.sneakpeek .div1 img, .sneakpeek .div2 img, .sneakpeek .div3 img, .sneakpeek .div4 img, .sneakpeek .div5 img {
  transform: scale3d(1, 1, 1);
  transition: all 0.5s;
  border-radius: 15px;
}
.sneakpeek .div1:hover img, .sneakpeek .div2:hover img, .sneakpeek .div3:hover img, .sneakpeek .div4:hover img, .sneakpeek .div5:hover img {
  transform: scale3d(1.2, 1.2, 1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.insta_post h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #263E80;
  font-weight: 800;
  margin-bottom: 13px;
  padding: 0;
  background: linear-gradient(90deg, rgb(20, 74, 225) 18%, rgb(193, 43, 141) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback */
  display: block;
  line-height: 1;
  text-align: center;
}

.expLive {
  transition: all 0.5s;
}
.expLive .card {
  border-radius: 15px;
  overflow: hidden;
}
.expLive form .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-left: 0;
}
.expLive form .form-control:focus {
  border-color: #263E80 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.expLive form label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #9D9D9D;
  font-weight: 500;
  line-height: 26px;
}
.expLive form button {
  background: #263E80 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  padding: 15px;
}
.expLive .zoomimg img {
  transform: scale3d(1, 1, 1);
  transition: all 0.5s;
  border-radius: 15px;
}
.expLive .zoomimg:hover img {
  transform: scale3d(1.2, 1.2, 1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonialsec .row {
  background: url("../img/testi_bg.png") no-repeat center center;
  background-size: auto 100%; /* adjust height */
  background-size: cover;
  padding: 40px;
  position: relative;
  border-radius: 20px;
}
.testimonialsec .row .swiper {
  padding: 0 58px;
}
.testimonialsec .row .testimonialSwiper .card {
  border: 0;
  box-shadow: none;
  border-radius: 15px;
}
.testimonialsec .row .testimonialSwiper .card .card-body {
  padding-bottom: 0 !important;
}
.testimonialsec .row .testimonialSwiper img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonialsec .row .testimonialSwiper p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}
.testimonialsec .row .testimonialSwiper p span {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 1;
  margin-top: 6px;
}
.testimonialsec .row .testimonialSwiper h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.testimonialsec .row .testimonialSwiper .swiper-button-next:after, .testimonialsec .row .testimonialSwiper .swiper-button-prev:after {
  font-size: 32px;
  color: #fff;
}

/*----------------footer--------------*/
.pagetitle h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 42px;
}

footer {
  /* background: linear-gradient(183deg, #324A8C 21.81%, #4E639B 100%); */
  background: #003A6B;
}

.uper-footer {
  padding: 3% 0;
}

.uper-footer h4 {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 22.432px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.256px;
  margin-bottom: 30px;
}

.uper-footer p {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.255px;
  margin-bottom: 8px;
}

.social_icon {
  margin-top: 0;
}

.social_icon a {
  font-size: 18px;
  color: #fff;
  padding: 8px;
  margin: 0 8px;
}

.social_icon a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.uper-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.uper-footer ul li {
  width: calc((100% - 20px) / 2);
  line-height: 1;
}

.uper-footer ul li a {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bottom_footer {
  background: #000102;
}

.bottom_footer p {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 12px 0;
}

.linkdin_card {
  border-radius: 15px;
  border: 0;
}

.linkdin_card {
  position: relative;
}

.hide_div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 52px;
  z-index: 999999;
}

.tweet_sec {
  height: 520px;
  overflow: hidden;
}

.IN-widget {
  position: relative !important;
  margin-top: -3px !important;
  vertical-align: middle !important;
}

/*-------------------image animations-----------------*/
.image_one, .image_two, .image_three, .animated-text {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* When section is visible */
.section-animate.visible .image_one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.section-animate.visible .image_two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.section-animate.visible .image_three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.section-animate.visible .animated-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid transparent; /* cursor */
  width: 0;
  animation: typing 4s steps(70, end) forwards, blink 0.75s step-end infinite;
  animation-fill-mode: forwards;
}

/* typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* blinking cursor */
@keyframes blink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: transparent;
  }
}
/* Remove cursor after animation ends */
.typewriter.finished {
  border-right: none;
}

/*-----------------------------------*/
.animated-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animated-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animated-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animated-section.in-view .animated-text {
  opacity: 1;
  transform: translateY(0);
}

.animated-section.in-view .animated-text:nth-child(1) {
  transition-delay: 0.2s;
}

.animated-section.in-view .animated-text:nth-child(2) {
  transition-delay: 0.4s;
}

@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%; /* zoom in */
  }
  100% {
    background-size: 100%; /* back to normal */
  }
}
.crdHeight {
  height: 623px;
  border-radius: 20px;
}

.hide_div {
  display: none;
}

.prig-6 {
  padding-right: 5.5%;
}

.pleg-6 {
  padding-left: 5.5%;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* show 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
}

.testimonial-text.expanded {
  -webkit-line-clamp: unset; /* remove clamp */
}

.toggle-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -15px;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pt-7 {
  padding-top: 3.8rem !important;
}

.pb-7 {
  padding-bottom: 3.8rem !important;
}

.providers-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.providers-section .providerlogo ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.providers-section .providerlogo ul li {
  width: 120px;
  display: block;
  height: 70px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  margin: 10px;
  transition: all 0.5s;
}
.providers-section .providerlogo ul li:first-child {
  margin-left: 0;
}
.providers-section .providerlogo ul liimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.providers-section .providerbutton .watchbutton {
  background: transparent;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
  font-weight: 300;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.providers-section .providerbutton .watchbutton:hover {
  color: rgb(0, 255, 200);
}
.providers-section .providerbutton .watchbutton i {
  font-size: 26px;
}/*# sourceMappingURL=style2.css.map */