@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-Regular.woff2") format("woff2"), url("./../fonts/Sora/Sora-Regular.woff") format("woff"), url("./../fonts/Sora/Sora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-Bold.woff2") format("woff2"), url("./../fonts/Sora/Sora-Bold.woff") format("woff"), url("./../fonts/Sora/Sora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-Medium.woff2") format("woff2"), url("./../fonts/Sora/Sora-Medium.woff") format("woff"), url("./../fonts/Sora/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-ExtraLight.woff2") format("woff2"), url("./../fonts/Sora/Sora-ExtraLight.woff") format("woff"), url("./../fonts/Sora/Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-ExtraBold.woff2") format("woff2"), url("./../fonts/Sora/Sora-ExtraBold.woff") format("woff"), url("./../fonts/Sora/Sora-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("./../fonts/Sora/Sora-SemiBold.woff2") format("woff2"), url("./../fonts/Sora/Sora-SemiBold.woff") format("woff"), url("./../fonts/Sora/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-Medium.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-Medium.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-Regular.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-Regular.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-SemiBold.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-SemiBold.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-ExtraLight.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-ExtraLight.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-Bold.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-Bold.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-Black.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-Black.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-ExtraBold.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-ExtraBold.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("./../fonts/Public_Sans/PublicSans-Thin.woff2") format("woff2"), url("./../fonts/Public_Sans/PublicSans-Thin.woff") format("woff"), url("./../fonts/Public_Sans/PublicSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans" !important;
}
body .btn {
  padding: 10px 15px;
  font-weight: 500;
  height: auto;
}
body .btn .icon {
  margin: 0 5px;
}
body .btn-lg {
  font-size: 20px;
  padding: 12px 68px;
}
body .btn-primary {
  color: #1F1F1F;
  background-color: #00FFDD;
  border: none;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #1F1F1F;
  background-color: #C3EBED;
}
body .btn-light {
  color: #1D4A4D;
  background-color: #E0F4F5;
  border: none;
}
body .btn-light:hover, body .btn-light:focus {
  background-color: #00FFDD;
}
body .btn-light.transparency {
  background-color: rgba(224, 244, 245, 0.5);
}
body .btn-light-gray {
  color: #1F1F1F;
  background-color: #F5F5F5;
  border: none;
}
body .btn-light-gray:hover, body .btn-light-gray:focus {
  background-color: #00FFDD;
}
body .btn-light-gray.transparency {
  background-color: rgba(245, 245, 245, 0.5019607843);
}
body .btn-secondary {
  color: #fff;
  background-color: #307175;
  border-color: #307175;
}
body .btn-secondary:hover, body .btn-secondary:focus {
  background-color: #008972;
  border-color: #008972;
}
body .text-primary {
  color: #00FFDD !important;
}
body .text-primary-2 {
  color: #589A9E;
}
body .text-primary-3 {
  color: #1F7874 !important;
}
body .text-primary-4 {
  color: #408589 !important;
}
body .text-success {
  color: #3EBA49 !important;
}
body .text-accent-teal {
  color: #1F7874;
}
body .text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body p {
  color: #307175;
}
body p.lead {
  color: #5C5C5C;
  font-weight: 500;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
}
body .f-sora {
  font-family: "Sora", sans-serif !important;
  font-weight: normal;
}
body .letter-spacing-m4 {
  letter-spacing: -4px;
}
body .breadcrumb-wrapper {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 2;
}
body .breadcrumb-wrapper .breadcrumb {
  padding: 32px 0;
}
body .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: #1F1F1F;
}
body .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #112C2E;
}
body .breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  padding-left: 16px;
  font-weight: 600;
}
body .breadcrumb-wrapper .breadcrumb .breadcrumb-item.active:before {
  padding-right: 16px;
  content: url("./../img/arrow-breadcrumb.svg");
}
body .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
  padding-left: 16px;
}
body .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 16px;
  content: url("./../img/arrow-breadcrumb.svg");
}
body .subscribe {
  width: 100%;
  max-width: 560px;
  position: relative;
}
body .subscribe .form-control {
  background-color: #173B3E;
  border: none;
  color: #fff;
  height: 60px;
  box-shadow: none;
  border-radius: 50px !important;
  padding: 10px 200px 10px 25px;
}
body .subscribe .form-control::placeholder {
  color: #fff;
}
body .subscribe .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
body .slick-slider.arrow-rounded .slick-list {
  padding: 20px 0 80px;
}
body .slick-slider.arrow-rounded .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff url("./../img/arrow-line.svg") no-repeat center;
  background-size: 14px;
  border: 1px solid #EAECF0;
  transform: translate(0);
}
body .slick-slider.arrow-rounded .slick-arrow:before {
  display: none;
}
body .slick-slider.arrow-rounded .slick-arrow.slick-prev {
  transform: scale(-1);
}
body .slick-slider.arrow-rounded .slick-arrow.slick-next {
  left: 70px;
}
body .slick-slider.arrow-rounded.arrow-rounded-s2 .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(15, 15, 15, 0.0156862745) url("./../img/arrow-line.svg") no-repeat center;
  background-size: 11px;
  border: none;
}
body .slick-slider.arrow-rounded.arrow-rounded-s2 .slick-arrow:before {
  display: none;
}
body .slick-slider.arrow-top-right .slick-list {
  padding: 0;
}
body .slick-slider.arrow-top-right .slick-arrow {
  top: -150px;
  bottom: auto;
  left: auto;
  right: 0;
}
body .slick-slider.arrow-top-right .slick-arrow.slick-prev {
  transform: scale(-1);
  right: 70px;
}
body .slick-slider.arrow-top-right .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
body .slick-slider.arrow-rounded-bottom-right .slick-list {
  padding: 20px 0 60px;
}
body .slick-slider.arrow-rounded-bottom-right .slick-arrow {
  bottom: -40px;
  top: auto;
  left: auto;
  right: 0;
}
body .slick-slider.arrow-rounded-bottom-right .slick-arrow.slick-prev {
  transform: scale(-1);
  right: 50px;
}
body .slick-slider.arrow-rounded-bottom-right .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
body .bg-teal-300 {
  background-color: #A2E8E3 !important;
}
body .bg-teal-blue-300 {
  background-color: #A9D0FF !important;
}
body .bg-teal-indigo-200 {
  background-color: #C8CBF7 !important;
}
body .bg-teal-purple-200 {
  background-color: #DFC5FF !important;
}
body .bg-teal-violet-200 {
  background-color: #F7CBF7 !important;
}
body .bg-teal-pink-200 {
  background-color: #FFCEDB !important;
}
body .accordion .accordion-item {
  border: none;
  margin-bottom: 22px;
}
body .accordion .accordion-item .accordion-header .accordion-button {
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  background-color: transparent;
  box-shadow: none;
  line-height: 28px;
}
body .accordion .accordion-item .accordion-header .accordion-button::after {
  width: 20px;
  height: 20px;
  /*background: url("./../img/plus-circle.svg") no-repeat center/contain;*/
  /*content: '\f078';*/ /* Down arrow (Font Awesome) */

}
body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  /*background: url("./../img/minus-circle.svg") no-repeat center/contain;*/
  /*content: '\f077'; / * Up arrow (Font Awesome) */
}
body .accordion .accordion-item .accordion-body {
  padding: 0;
}
body .nav.nav-pills .nav-item {
  margin: 4px;
}
body .nav.nav-pills .nav-item:first-child {
  margin-left: 0;
}
body .nav.nav-pills .nav-item .nav-link {
  color: #1F1F1F;
  background-color: #F5F5F5;
  font-size: 14px;
  border-radius: 12px;
}
body .nav.nav-pills .nav-item .nav-link.active {
  font-weight: 600;
}
@media (min-width: 1400px) {
  body .container-fluid {
    max-width: 85%;
  }
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
    max-width: 1180px;
  }
}
body section {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
body .break-start {
  border-radius: 40px 40px 0 0;
}
body .break-end {
  margin-bottom: 24px;
  border-radius: 0 0 40px 40px;
}
body .hero {
  /*min-height: 100vh;*/
  background-color: #E0F4F5;
  display: flex;
  align-items: end;
  padding-top: 230px;
}
body .hero .caption {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
body .hero .caption .main-title {
  margin-bottom: 20px;
}
body .hero .caption h1.main-title {
  /*font-size: 96px;
  line-height: 112px;*/
  font-size: 60px;
  line-height: 64px;
  letter-spacing: normal;
}
body .hero .caption h2.main-title {
  font-size: 60px;
}
body .hero .caption h3.main-title {
  font-size: 50px;
}
body .hero .caption p.lead {
  font-size: 18px;
}
body .hero .caption p {
  color: #5C5C5C;
  font-size: 18px;
}
body .hero .caption form {
  max-width: 560px;
}
body .hero .caption form .input-group .form-control {
  border-radius: 12px !important;
}
body .hero .caption form .input-group .btn {
  margin-left: 10px !important;
  border-radius: 12px !important;
}
body .hero .img-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0 75px 150px rgba(17, 44, 46, 0.15);
}
body .hero .img-wrapper.radius-bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .hero .content-boxes {
  padding: 60px 0;
}
body .hero .content-boxes .card {
  border: none;
  background-color: transparent;
  align-items: start;
  border-left: 1px solid #8DD5D9;
  padding: 0 22px;
  border-radius: 0;
}
body .hero .content-boxes .card .icon {
  height: 22px;
  margin-bottom: 20px;
}
body .hero .content-boxes .card p {
  font-size: 14px;
  margin: 0 0 5px;
}
body .hero .content-boxes .card a {
  font-size: 14px;
}
body .hero.v3 {
  color: #fff;
  background-color: #fff;
  padding-top: 150px;
}
body .hero.v3 .bg-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: calc(100% - 470px);*/
  height: calc(100% - 200px);
  object-fit: cover;
  object-position: center bottom;
  z-index: 1;
}
body .hero.v3 .caption {
  text-align: center;
}
body .hero.v3 .caption p.lead {
  font-size: 20px;
}
body .hero.v3 .caption p {
  color: #A7D9DD;
}
body .hero.v3 .caption form {
  margin: 0 auto;
}
body .hero.v3 .caption form .input-group .form-control {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
body .hero.v3 .caption form .input-group .form-control::placeholder {
  color: #fff;
}
body .hero.v3 .caption .list {
  display: inline-block;
}
body .hero.v3 .caption .list li {
  color: #A7D9DD;
  display: inline-flex;
  margin: 10px 24px;
  align-items: center;
}
body .hero.v3 .caption .list li .icon {
  margin-right: 8px;
}
body .hero.v3 .img-wrapper {
  border-radius: 0;
  box-shadow: none;
}
body .hero.v3 .img-wrapper img {
  width: 100%;
}
body .hero.hero-light {
  /*background: #fff url("./../img/hero-bg-light.jpg") no-repeat center/cover;
  background-position: top center;*/

  
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size:cover !important ; /* x and y  */




}
body .hero.hero-light .container, body .hero.hero-light .container-fluid {
  z-index: 2;
}
body .hero.hero-light .obj {
  position: absolute;
}
body .hero.hero-light .obj-bg {
  left: -200px;
  top: -60px;
}
body .hero.obj-lg .obj-bg {
  left: -490px;
  top: -590px;
  width: 80%;
  height: auto;
}
body .horizontal-cards {
  padding: 100px 0;
}
body .horizontal-cards .title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}
body .horizontal-cards .main-title {
  color: #1F1F1F;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}
body .horizontal-cards .divider {
  height: 2px;
  border-bottom: 2px solid #F2F8F8;
  padding: 20px 0;
  margin-bottom: 40px;
}
body .horizontal-cards .card {
  margin-bottom: 50px;
  border: none;
}
body .horizontal-cards .card .content {
  max-width: 740px;
  padding: 30px 0;
}
body .horizontal-cards .card .content .title {
  color: #112C2E;
  margin-bottom: 16px;
  font-family: "Public Sans", sans-serif;

  /*added new */
  /*font-size: 48px;
  line-height: 56px;
  letter-spacing: normal;*/

}

body .horizontal-cards .card .content .big-title {
  color: #112C2E;
  margin-bottom: 16px;
  font-family: "Public Sans", sans-serif;

}


@media only screen and (min-width: 992px) {
body .horizontal-cards .title-wrapper .big-title-section {

  /*added new */
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: normal;

}

}/* end of screen */


@media only screen and (min-width: 992px) {
body .horizontal-cards .card .content .big-title {

  /*added new */
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: normal;

}

}/* end of screen */


body .horizontal-cards .card .img-wrapper {
  padding: 20px;
  border-radius: 16px;
  height: 100%;
  min-height: 400px;
  background-color: #F2F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .horizontal-cards .card .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
body .horizontal-cards .card .list li {
  width: calc(50% - 10px);
  color: #1F1F1F;
  font-weight: 500;
  padding: 10px 0;
  border-top: 1px solid #E0F4F5;
  position: relative;
}
body .horizontal-cards .card .list li:last-child {
  border-bottom: 1px solid #E0F4F5;
}
body .horizontal-cards .card .list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: url("./../img/arrow.svg") no-repeat center/cover;
}
body .horizontal-cards .card .list li a {
  color: #1F1F1F;
  text-decoration: none;
}
body .horizontal-cards .card .list li a:hover, body .horizontal-cards .card .list li a:focus {
  /*color: #00FFDD;*/
}
body .horizontal-cards .card .list.list-f-width {
  display: block;
}
body .horizontal-cards .card .list.list-f-width li {
  width: 100%;
}
body .horizontal-cards .card.right .content {
  margin-left: auto;
  margin-right: 0;
}
body .horizontal-cards.v2 {
  padding: 50px 0;
}
body .vertical-cards {
  padding: 100px 0;
}
body .vertical-cards .title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}
body .vertical-cards .main-title {
  color: #1F1F1F;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}
body .vertical-cards .card {
  margin-bottom: 40px;
  border: none;
  background-color: #F2F8F8;
  
  /*background-color: yellow;*/
  min-height: 650px;

  padding: 32px 0 0 32px;
  border-radius: 20px;
  overflow: hidden;
  justify-content: space-between;
}
body .vertical-cards .card .content {
  padding: 0 32px 20px 0;
}
body .vertical-cards .card .content .title {
  color: #112C2E;
  margin-bottom: 16px;
  font-family: "Public Sans", sans-serif;
}
body .vertical-cards .card .img-wrapper img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .vertical-cards .card.card-horizontal {
  padding: 60px;
  /*background-color: red;*/
}

body .vertical-cards .card.my-horizontal {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*background-color: red;*/
  min-height: unset !important;
}




body .vertical-cards .card.card-horizontal .img-wrapper {
  text-align: center;
}
body .vertical-cards .card.card-horizontal .img-wrapper img {
  width: auto;
  max-width: 100%;
}
body .vertical-cards.v2 .main-title {
  font-size: 60px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}
body .vertical-cards.v2 .title-wrapper p {
  color: #307175;
  font-size: 24px;
  font-weight: 500;
}
body .vertical-cards.v2 .card {
  min-height: 560px;
  padding: 32px 0 0 0;
}
body .vertical-cards.v2 .card .content {
  padding-left: 32px;
}
body .vertical-cards.v2 .card .content .title {
  font-size: 30px;
  margin-bottom: 0;
}
body .vertical-cards.v2 .card .content p {
  min-height: 60px;
}
body .vertical-cards.v2 .card .content .link {
  color: #1F1F1F;
  text-decoration: none;
  display: flex;
  align-items: center;
}
body .vertical-cards.v2 .card .content .link .icon {
  margin: 0 8px;
}
body .vertical-cards.v2 .card .img-wrapper img {
  border-radius: 0;
}
body .vertical-cards.v2 .card.card-horizontal {
  padding: 0;
  background-color: #1E5754;
  min-height: 400px;
  justify-content: end;
}
body .vertical-cards.v2 .card.card-horizontal .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 48px 0 32px 32px;
}
body .vertical-cards.v2 .card.card-horizontal .content .title {
  color: #fff;
  font-size: 48px;
}
body .vertical-cards.v2 .card.card-horizontal .content p {
  color: #D2D2D2;
  min-height: auto;
}
body .vertical-cards.v2 .card.card-horizontal .content .link {
  margin-top: 85px;
  color: #fff;
}
body .vertical-cards.v2 .card.card-horizontal .content .link .icon {
  filter: invert(1);
}
body .vertical-cards.v2 .card.card-horizontal .img-wrapper {
  text-align: center;
}
body .vertical-cards.v2 .card.card-horizontal .img-wrapper img {
  width: auto;
  max-width: 100%;
}
body .testimonials {
  padding: 40px 0;
  background-color: #fff;
}
body .testimonials .card {
  padding: 40px 60px;
  border: none;
  border-radius: 40px;
  background-color: #C4EBED;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body .testimonials .card .content {
  position: relative;
  z-index: 2;
}
body .testimonials .card .content p.quote {
  color: #3F8589;
  font-size: 96px;
  font-family: "Sora", sans-serif;
  line-height: 0;
}
body .testimonials .card .content p.lead {
  margin-bottom: 60px;
  font-size: 24px;
  color: #1F1F1F;
}
body .testimonials .card .content .name {
  color: #1D4A4E;
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonials .card .img-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
body .testimonials .card .img-wrapper .avatar {
  border-radius: 50%;
  margin: 0 auto;
}
body .testimonials .card .obj {
  position: absolute;
  right: -200px;
  top: 130px;
  transform: scale(1.5);
}
body .testimonials.v2 {
  padding: 40px 0;
}
body .testimonials.v2 .main-title {
  font-size: 48px;
}
body .testimonials.v2 .slick-slider {
  margin: 0 -10px;
}
body .testimonials.v2 .slick-slider .slick-list {
  padding-right: 15%;
  margin-right: -15%;
}
body .testimonials.v2 .card {
  padding: 25px;
  border-radius: 20px;
  background-color: #F2F8F8;
  justify-content: space-between;
  align-items: start;
  margin: 0 10px;
  min-height: 420px;
}
body .testimonials.v2 .card .stars img {
  width: 120px;
  height: 24px;
}
body .testimonials.v2 .card p {
  color: #1F1F1F;
}
body .testimonials.v2 .card .user {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
body .testimonials.v2 .card .user img {
  margin-right: 12px;
  width: 56px;
  height: 56px;
}
body .testimonials.v2 .card .user .name {
  font-size: 16px;
  margin: 0;
}
body .testimonials.v2 .card .user p {
  margin: 0;
  color: #4B4A4A;
}
body .content-cards {
  padding: 100px 0 50px;
}
body .content-cards .main-title {
  font-size: 60px;
}
body .content-cards .card {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  background-color: #E0F4F5;
}
body .content-cards .card .card-header {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
body .content-cards .card .card-header .card-title {
  font-size: 24px;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: 0;
}
body .content-cards .card .card-header .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A2E8E3;
}
body .content-cards .card .card-header .icon img {
  height: 26px;
  width: 26px;
  object-fit: contain;
}
body .content-cards .card .card-body {
  padding: 0;
  flex: unset;
}
body .content-cards .card .card-body *:last-child {
  margin: 0;
}
body .content-cards-slider {
  padding: 50px 0;
}
body .content-cards-slider .main-title {
  font-size: 60px;
}
body .content-cards-slider .cards {
  display: flex;
}
body .content-cards-slider .card {
  width: 200px;
  height: 230px;
  border-radius: 4px;
  margin-right: 24px;
  overflow: hidden;
  border: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 4px 6px 0 rgba(17, 44, 46, 0.2);
  background: #E0F4F5 url("./../img/user-placeholder.svg") no-repeat;
  background-size: contain;
  background-position: top right;
}
body .content-cards-slider .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
body .content-cards-slider .card .card-header .lead {
  font-size: 10px;
  margin-bottom: 6px;
}
body .content-cards-slider .card .card-header .card-title {
  font-size: 20px;
  width: 90%;
  margin: 0;
}
body .content-cards-slider .card .card-body {
  padding: 0;
  flex: unset;
}
body .content-cards-slider .card .card-body p {
  font-size: 10px;
  margin: 0;
}
body .content-cards-slider .card-red {
  box-shadow: 4px 6px 0 #FFA993;
  background-image: url("./../img/user-placeholder1.svg");
}
body .content-cards-slider .card-red .card-header .lead,
body .content-cards-slider .card-red .card-header .card-title,
body .content-cards-slider .card-red .card-header p,
body .content-cards-slider .card-red .card-body .lead,
body .content-cards-slider .card-red .card-body .card-title,
body .content-cards-slider .card-red .card-body p {
  color: #8B1919;
}
body .content-cards-slider .card-peach {
  box-shadow: 4px 6px 0 #FFB987;
  background-image: url("./../img/user-placeholder2.svg");
}
body .content-cards-slider .card-peach .card-header .lead,
body .content-cards-slider .card-peach .card-header .card-title,
body .content-cards-slider .card-peach .card-header p,
body .content-cards-slider .card-peach .card-body .lead,
body .content-cards-slider .card-peach .card-body .card-title,
body .content-cards-slider .card-peach .card-body p {
  color: #7D3B16;
}
body .content-cards-slider .card-yellow {
  box-shadow: 4px 6px 0 #FFD78F;
  background-image: url("./../img/user-placeholder3.svg");
}
body .content-cards-slider .card-yellow .card-header .lead,
body .content-cards-slider .card-yellow .card-header .card-title,
body .content-cards-slider .card-yellow .card-header p,
body .content-cards-slider .card-yellow .card-body .lead,
body .content-cards-slider .card-yellow .card-body .card-title,
body .content-cards-slider .card-yellow .card-body p {
  color: #5B5333;
}
body .content-cards-slider .card-green {
  box-shadow: 4px 6px 0 #9AD896;
  background-image: url("./../img/user-placeholder4.svg");
}
body .content-cards-slider .card-green .card-header .lead,
body .content-cards-slider .card-green .card-header .card-title,
body .content-cards-slider .card-green .card-header p,
body .content-cards-slider .card-green .card-body .lead,
body .content-cards-slider .card-green .card-body .card-title,
body .content-cards-slider .card-green .card-body p {
  color: #335B49;
}
body .content-cards-slider .card-blue {
  box-shadow: 4px 6px 0 #A9D0FF;
  background-image: url("./../img/user-placeholder5.svg");
}
body .content-cards-slider .card-blue .card-header .lead,
body .content-cards-slider .card-blue .card-header .card-title,
body .content-cards-slider .card-blue .card-header p,
body .content-cards-slider .card-blue .card-body .lead,
body .content-cards-slider .card-blue .card-body .card-title,
body .content-cards-slider .card-blue .card-body p {
  color: #2E5061;
}
body .content-cards-slider .card-purple {
  box-shadow: 4px 6px 0 #9FA6F0;
  background-image: url("./../img/user-placeholder6.svg");
}
body .content-cards-slider .card-purple .card-header .lead,
body .content-cards-slider .card-purple .card-header .card-title,
body .content-cards-slider .card-purple .card-header p,
body .content-cards-slider .card-purple .card-body .lead,
body .content-cards-slider .card-purple .card-body .card-title,
body .content-cards-slider .card-purple .card-body p {
  color: #33435B;
}
body .content-cards-slider .slick-slider .slick-list {
  padding: 20px 0 80px;
}
body .faq {
  padding: 50px 0 80px;
}
body .faq .lead {
  color: #589A9E;
}
body .faq .main-title {
  font-size: 60px;
}
body .featured-integrations {
  padding: 60px 0;
}
body .featured-integrations .card {
  border-color: rgba(15, 15, 15, 0.062745098);
  border-radius: 40px;
  padding: 64px 0;
  margin-bottom: 64px;
}
body .featured-integrations .card .title-wrapper {
  padding: 0 32px;
  text-align: center;
}
body .featured-integrations .card .title-wrapper .secondary-title {
  color: #1F7874;
  font-size: 20px;
}
body .featured-integrations .card .title-wrapper .main-title {
  color: #1F1F1F;
  font-size: 60px;
  margin-bottom: 20px;
}
body .featured-integrations .card .title-wrapper p {
  color: #1F1F1F;
}
body .featured-integrations .card .title-wrapper p .link {
  color: #1F1F1F;
  text-decoration: underline;
}
body .featured-integrations .card img.chart {
  width: 100%;
  height: auto;
}
body .featured-integrations .slider .slick-arrow {
  right: 10% !important;
}
body .featured-integrations .slider .slick-arrow.slick-prev {
  margin-right: 50px;
}
body .featured-integrations .slider .slick-list .slick-track {
  padding: 20px 0 80px;
}
body .featured-integrations .slider .slick-slide {
  transform: scale(0.9);
  transition: 0.2s;
}
body .featured-integrations .slider .slick-slide img {
  width: 100%;
  /*border-radius: 40px;*/
    border-radius: 53px;
  box-shadow: 0 25px 40px rgba(52, 64, 84, 0.2);
}
body .featured-integrations .slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
  transition: 0.2s;
}
body .featured-integrations .list .slick-track {
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
body .featured-integrations .list li {
  display: flex;
  align-items: center;
  color: rgba(15, 15, 15, 0.4392156863);
  text-decoration: none;
  border-radius: 12px;
  padding: 12px;
}
body .featured-integrations .list li:hover, body .featured-integrations .list li:focus {
  background-color: rgba(15, 15, 15, 0.0196078431);
}
body .featured-integrations .list li .icon {
  margin-right: 6px;
}
body .featured-integrations .list li.slick-slide.slick-current {
  color: #0F0F0F;
  background-color: rgba(15, 15, 15, 0.0196078431);
}
body .use-cases-cards {
  padding: 60px 0;
}
body .use-cases-cards .card {
  padding: 24px 32px;
  border: none;
  border-radius: 20px;
  background-color: #F2F8F8;
  display: flex;
  justify-content: space-between;
  min-height: 145px;
  margin-bottom: 20px;
}
body .use-cases-cards .card .card-title {
  color: #112C2E;
  font-size: 20px;
  margin-bottom: 20px;
}
body .use-cases-cards .card .link {
  color: #1F1F1F;
  text-decoration: none;
  display: flex;
  align-items: center;
}
body .use-cases-cards .card .link .icon {
  margin: 0 8px;
}
body .use-cases-cards .card.card-lg {
  min-height: 450px;
  padding: 48px 32px 24px;
  background-color: #EDF0F4;
  margin-bottom: 40px;
}
body .use-cases-cards .card.card-lg .content {
  max-width: 540px;
}
body .counter {
  background-color: #F2F8F8;
  padding: 90px 0;
}
body .counter .title-wrapper {
  margin-bottom: 30px;
}
body .counter .main-title {
  color: #1F1F1F;
  font-size: 48px;
}
body .counter .list {
  display: flex;
  flex-wrap: wrap;
}
body .counter .list li {
  color: #307175;
  font-family: "Sora", sans-serif;
  width: 50%;
  border-left: 1px solid #8DD5D9;
  font-size: 60px;
  padding: 5px 16px;
  margin: 16px 0;
}
body .counter .list li .small {
  display: block;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
}
body .cta {
  background-color: #fff;
  padding: 48px 0;
}
body .cta .wrapper {
  background-color: #112C2E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 64px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body .cta .wrapper .main-title {
  color: #fff;
  margin: 0;
  font-family: "Sora", sans-serif;
}
body .cta .wrapper .obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body .cta.cta-v2 {
  padding: 100px 0 50px;
}
body .cta.cta-v2 .wrapper {
  border-radius: 64px;
  padding: 64px;
}
body .cta.cta-v2 .wrapper .main-title {
  font-size: 60px;
  font-weight: 400;
}
body .cta.cta-v2 .wrapper .obj {
  position: absolute;
  left: 10%;
  top: 100%;
  transform: translate(0, -50%);
  width: 2089px;
  height: 1867px;
  object-fit: cover;
  z-index: -1;
}
body .blogs {
  padding: 50px 0;
}
body .blogs .main-title {
  font-size: 60px;
}
body .blogs .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
body .blogs .card {
  display: block;
  border: none;
  text-decoration: none;
  margin: 0 30px 20px 0;
}
body .blogs .card > a {
  text-decoration: none;
}
body .blogs .card > a:hover .card-body .title, body .blogs .card > a:focus .card-body .title {
  color: #00FFDD;
}
body .blogs .card .card-img {
  border-radius: 30px;
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
body .blogs .card .card-body {
  padding: 0;
}
body .blogs .card .card-body .title {
  color: #101828;
  font-size: 24px;
}
body .blogs .card .card-body p {
  color: #2C2C2E;
}
body .blogs .card .card-body p.lead {
  font-size: 16px;
  color: #5C5C5C;
  margin-bottom: 5px;
}
/*body .logo-slider {
  position: relative;
  z-index: 3;
 

  padding: 150px 0 150px;
 
}
body .logo-slider .title-wrapper {
  margin-bottom: 40px;
}
body .logo-slider .title-wrapper .main-title {
  color: #112C2E;
  text-align: center;
  font-size: 26px;
}
body .logo-slider .slider {
  display: flex;
  animation: slide 20s linear infinite forwards;
}
body .logo-slider .slider img {
  width: 100px;
  height: 100px;
  margin: 0 80px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
*/

body .logo-slider {
  position: relative;
  z-index: 3;
 

  padding: 150px 0 20px;
 
}


body .logo-slider .title-wrapper {
  margin-bottom: 40px;
}
body .logo-slider .title-wrapper .main-title {
  color: #112C2E;
  text-align: center;
  font-size: 26px;
}

body .logo-slider .slider {
  display: flex;
  animation: slide 30s linear infinite;
}

body .logo-slider .slider img {
  width: 100px;
  height: 100px;
  margin: 0 80px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Keyframes for continuous sliding */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





body .services {
  background-color: transparent;
  position: relative;
  z-index: 4;
  margin-top: -200px;
}
body .services .title-wrapper {
  margin-bottom: 80px;
}
body .services .table-top-header {
  padding: 20px 20px;
}
body .services .table-top-header .title {
  color: #112C2E;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
}
body .services .table-pricing .collapseWrapper {
  padding: 0 20px;
  margin-bottom: 8px;
}
body .services .table-pricing .collapseWrapper .btn-collapse {
  width: 100%;
  text-align: left;
  padding: 20px 25px 20px 25px;
  color: #0F0F0F;
  font-weight: 600;
  background-color: transparent;
  border: none;
  position: relative;
}
body .services .table-pricing .collapseWrapper .btn-collapse:after {
  content: "";
  background: url("./../img/arrow-collapse.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 10px;
  transform: translate(0, -50%) scaleY(-1);
}
body .services .table-pricing .collapseWrapper .btn-collapse.active:after {
  transform: translate(0, -50%) scaleY(1);
}
body .services .table-pricing .table {
  border: none;
}
body .services .table-pricing .table tr {
  border-bottom: 1px solid #ECECEC;
  background-color: transparent;
}
body .services .table-pricing .table tr:last-child {
  border-bottom: none;
}
body .services .table-pricing .table tr td {
  width: 33.33%;
  border: none;
  padding: 10px 0;
  vertical-align: middle;
}
body .services .table-pricing .table tr td:first-child {
  color: #307175;
  /*text-decoration: underline;*/
  font-size: 16px;
  /*font-weight: 600;*/
}
body .services .table-pricing .table tr td .filled-circle {
  background: transparent url("./../img/check.svg") no-repeat center/cover;
  width: 16px;
  height: 12px;
}


/*body .services .table-pricing .table tr td .money-sign-credits {
  background: transparent url("./../img/filled-circle-credits.png") no-repeat center/cover;
  width: 180px;
  height: 20px;
  display: block; margin-left: auto;margin-right: auto;
}


body .services .table-pricing .table tr td .money-sign-training {
  background: transparent url("./../img/filled-circle-training.png") no-repeat center/cover;
  width: 170px;
  height: 20px;
  display: block; margin-left: auto;margin-right: auto;
}
*/

body .services .table-pricing .table tr td .money-sign {
  background: transparent url("./../img/dollar-addon.png") no-repeat center/cover;
  width: 80px;
  height: 20px;
  display: block; margin-left: auto;margin-right: auto;
}


















.main {
  background-color: #E0F4F5;
}

@media (max-width: 1600px) {
  body .hero.v3 .bg-object {
    /*height: calc(100% - 350px);*/
    height: calc(100% - 200px);
  }
  body .vertical-cards.v2 .main-title {
    font-size: 48px;
  }
  body .vertical-cards.v2 .card {
    min-height: 480px;
  }
  body .vertical-cards.v2 .card .content .title {
    font-size: 22px;
  }
  body .vertical-cards.v2 .card.card-horizontal {
    min-height: 330px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content .title {
    font-size: 40px;
  }
  body .featured-integrations .card {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  body .featured-integrations .card .title-wrapper .main-title {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  body .letter-spacing-m4 {
    letter-spacing: -2px;
  }
  body .slick-slider.arrow-rounded-bottom-right .slick-list {
    padding: 20px 0 30px;
  }
  body .hero .caption h1.main-title {
    font-size: 66px;
    line-height: 82px;
  }
  body .hero .caption p {
    font-size: 16px;
  }
  body .horizontal-cards {
    padding: 70px 0;
  }
  body .horizontal-cards .title-wrapper {
    margin-bottom: 70px;
  }
  body .horizontal-cards .card .content {
    padding: 70px 0;
  }
  body .horizontal-cards .card .img-wrapper {
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    min-height: 400px;
  }
  body .vertical-cards {
    padding: 80px 0;
  }
  body .vertical-cards .card.card-horizontal {
    padding: 60px 30px;
  }
  body .vertical-cards.v2 .title-wrapper {
    text-align: center;
    margin-bottom: 60px;
  }
  body .vertical-cards.v2 .title-wrapper p {
    font-size: 18px;
  }
  body .vertical-cards.v2 .main-title {
    font-size: 40px;
  }
  body .vertical-cards.v2 .card {
    min-height: 410px;
  }
  body .vertical-cards.v2 .card .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .vertical-cards.v2 .card.card-horizontal {
    min-height: 260px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content .title {
    font-size: 30px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content p {
    font-size: 16px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content .link {
    margin-top: 33px;
  }
  body .testimonials {
    padding: 20px 0;
  }
  body .testimonials .card {
    padding: 40px 30px;
  }
  body .testimonials .card .content p.lead {
    margin-bottom: 40px;
    font-size: 18px;
  }
  body .testimonials .card .img-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  body .testimonials .card .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  body .testimonials .card .obj {
    right: -300px;
  }
  body .testimonials.v2 .main-title {
    font-size: 40px;
  }
  body .content-cards {
    padding: 70px 0 30px;
  }
  body .content-cards .main-title {
    font-size: 40px;
  }
  body .content-cards-slider .main-title {
    font-size: 40px;
  }
  body .faq .main-title {
    font-size: 40px;
  }
  body .use-cases-cards .card .card-title {
    font-size: 18px;
  }
  body .counter {
    padding: 60px 0;
  }
  body .counter .main-title {
    font-size: 40px;
  }
  body .counter .list li {
    font-size: 50px;
  }
  body .counter .list li .small {
    font-size: 16px;
  }
  body .cta.cta-v2 {
    padding: 40px 0;
  }
  body .cta.cta-v2 .wrapper .main-title {
    font-size: 40px;
  }
  body .blogs .main-title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  body .hero.v3 .bg-object {
    /*height: calc(100% - 280px);*/
    height: calc(100% - 180px);

  }
  body .featured-integrations .card {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  body .featured-integrations .card .title-wrapper .main-title {
    font-size: 30px;
  }
  body .featured-integrations .card .title-wrapper p br {
    display: none;
  }
  body .vertical-cards {
    padding: 60px 0;
  }
  body .vertical-cards .card {
    margin-bottom: 20px;
  }
  body .vertical-cards.v2 .title-wrapper {
    margin-bottom: 30px;
  }
  body .vertical-cards.v2 .main-title {
    font-size: 34px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content {
    padding: 30px 20px 20px;
  }
  body .vertical-cards.v2 .card.card-horizontal .content .title {
    font-size: 26px;
  }
  body .use-cases-cards .card {
    padding: 24px 20px;
    min-height: 135px;
  }
  body .use-cases-cards .card .card-title br {
    display: none;
  }
  body .use-cases-cards .card.card-lg {
    padding: 24px 20px;
  }
  body .use-cases-cards .card.card-lg .content {
    max-width: 100%;
  }
  body .logo-slider .slider img {
    width: 80px;
    height: 80px;
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  body .breadcrumb {
    padding: 12px 10px 22px;
    font-size: 13px;
  }
  body .form-control-lg {
    font-size: 16px;
  }
  body .input-group {
    display: block;
  }
  body .input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  body .input-group .btn {
    position: static;
    transform: translate(0);
    margin-left: 0;
  }
  body .subscribe {
    margin: 0 auto;
  }
  body .subscribe .form-control {
    padding: 10px 25px 10px 25px;
  }
  body .btn-lg {
    font-size: 16px;
  }
  body .letter-spacing-m4 {
    letter-spacing: -1px;
  }
  body .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  body .slick-slider.arrow-top-right .slick-arrow {
    top: 90px;
    bottom: auto;
    left: auto;
    right: 0;
  }
  body .slick-slider.arrow-top-right .slick-arrow.slick-prev {
    transform: scale(-1);
    left: 0;
    right: auto;
  }
  body .slick-slider.arrow-top-right .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  body .hero {
    padding-top: 180px;
  }
  body .hero .caption p.lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .hero .caption h1.main-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  body .hero .caption form .input-group .btn {
    margin-left: 0 !important;
  }
  body .hero .content-boxes .card {
    align-items: center;
    border-left: none;
    padding: 0 22px;
    margin-bottom: 20px;
  }
  body .hero.hero-light .obj-bg {
    left: -440px;
    top: -160px;
  }
  body .hero.v3 .bg-object {
    height: calc(100% - 200px);
  }
  body .hero.obj-lg .obj-bg {
    left: -200px;
    top: -70px;
    width: 100%;
  }
  body .horizontal-cards .title-wrapper {
    margin-bottom: 40px;
  }
  body .horizontal-cards .card {
    margin-bottom: 20px;
  }
  body .horizontal-cards .card .content {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
  body .horizontal-cards .card .list li {
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  body .horizontal-cards .card.right .content {
    margin: 0 auto;
  }
  body .testimonials .card {
    padding: 80px 20px 30px;
    min-height: auto;
  }
  body .testimonials .card .content {
    margin-bottom: 20px;
  }
  body .testimonials .card .content p.lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
  body .testimonials.v2 .main-title {
    font-size: 28px;
  }
  body .testimonials.v2 .slick-slider {
    margin: 0;
  }
  body .testimonials.v2 .slick-slider .slick-list {
    padding-right: 0;
    margin-right: 0;
  }
  body .testimonials.v2 .card {
    margin: 0;
  }
  body .content-cards {
    padding: 50px 0 30px;
  }
  body .content-cards .main-title {
    font-size: 28px;
  }
  body .content-cards .card {
    gap: 20px;
    padding: 20px 20px;
  }
  body .content-cards .card .card-header .card-title {
    font-size: 18px;
  }
  body .content-cards-slider {
    padding: 30px 0;
  }
  body .content-cards-slider .main-title {
    font-size: 28px;
  }
  body .faq .main-title {
    font-size: 28px;
  }
  body .featured-integrations .list {
    margin-top: 50px;
  }
  body .cta {
    padding: 30px 0;
  }
  body .cta .wrapper {
    border-radius: 30px;
    display: block;
    padding: 32px 44px;
    text-align: center;
  }
  body .cta .wrapper .main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body .cta .wrapper .obj {
    width: 300%;
  }
  body .cta.cta-v2 .wrapper {
    border-radius: 30px;
    padding: 40px 30px;
  }
  body .cta.cta-v2 .wrapper .obj {
    top: 70%;
    width: 1500px;
    height: 1500px;
  }
  body .blogs {
    padding: 30px 0;
  }
  body .blogs .main-title {
    font-size: 28px;
  }
  body .blogs .card {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  body .hero .caption h1.main-title {
    font-size: 28px;
    line-height: 36px;
  }
  body .hero .caption p br {
    display: none;
  }
  body .hero.v3 .bg-object {
    height: 100%;
  }
  body .counter .main-title {
    font-size: 32px;
  }
  body .counter .list li {
    font-size: 30px;
  }
  body .featured-integrations .slider .slick-list .slick-track {
    padding: 10px 0 40px;
  }
  body .featured-integrations .slider .slick-slide img {
    border-radius: 16px;
    box-shadow: 0 15px 20px rgba(52, 64, 84, 0.2);
  }
}

/*# sourceMappingURL=style.css.map */

body .modal-backdrop {background-color: #112C2E;}
.card-center{padding: 32px 32px 0px 32px !important;}
/*li:hover {background-color: #ececec;}*/

/*li:hover {background-color: #ececec;}
li.nav-item:hover { background-color: transparent;}
li.breadcrumb-item:hover{background-color: transparent;}
li.no-hover:hover{background-color: transparent;}
li.rating-item:hover { background-color: transparent;}*/


.myicons{color:#307175; font-size: 32px;}

.title.text-truncate {
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
}



.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}


@media (min-width: 993px) {
  .mobile-search-link{display: none !important}



}/* end of screen */

 .my-search-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 3rem;
  background: #112C2E !important;;
  align-items: center;
  justify-content: center;
  outline: none;
  /*border: 1px solid #00FFDD;*/
  overflow: hidden;
  transition: 400ms ease-in-out;
  position: relative;
}

.adeelactive {
  width: 250px;
  background-color: #243d3e !important;
}
.my-search-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 2px;
  outline: none;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff !important;
  background-color: #243d3e !important;
}
.my-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  border: 1px solid #112C2E;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #112C2E;
  margin-left: auto;
  z-index: 1;
}
.my-search-btn i {
  color: #fff;
  font-size: 1rem;
}

.my-search-wrapper .my-search-btn {
  background: #112C2E; /* Default background color */
}

.my-search-wrapper.adeelactive .my-search-btn {
  background: #243d3e; /* Background color when expanded */
}

.adeel-search::placeholder {font-size: 16px !important; color: #D3D3D3 !important}


/* Add media query to keep search expanded on smaller screens */
@media (max-width: 992px) {
  .my-search-wrapper {width: 250px;  display:none }



}/* end of screen */


/* aise hi bewaqoof bana raha hun */

.my-search-wrapperX {display: none !important}