@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
  font-family: 'clarendonregular';
  src: url('fonts/clarendon_regular-webfont.woff2') format('woff2'),
    url('fonts/clarendon_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --app-height: 100vh;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body.menu-open,
body.filter-modal-open {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}

*:focus {
  outline: none;
}

button[type="button"]:focus {
  outline: none;
}

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

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #006FB9;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

html {
  scroll-behavior: auto !important;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #2F546C;
  position: relative;
}

textarea {
  resize: none;
}

.wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1380px;
}

.container-fluid {
  --bs-gutter-x: 200px;
}

.icon {
  display: block;
  width: 1em;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}

.icon-facebook {
  mask-image: url(../img/svg/facebook.svg);
}

.icon-instagram {
  mask-image: url(../img/svg/instagram.svg);
}

.icon-linkedin {
  mask-image: url(../img/svg/linkedin.svg);
}

.icon-x {
  mask-image: url(../img/svg/x.svg);
}

.icon-whatsapp {
  mask-image: url(../img/svg/whatsapp.svg);
}

.icon-phone {
  mask-image: url(../img/svg/phone.svg);
}

.icon-email {
  mask-image: url(../img/svg/email.svg);
}

.icon-email-2 {
  mask-image: url(../img/svg/email-2.svg);
}

.icon-search {
  mask-image: url(../img/svg/search.svg);
}

.icon-close {
  mask-image: url(../img/svg/close.svg);
}

.icon-heart {
  mask-image: url(../img/svg/heart.svg);
}

.icon-arrow-top-right {
  mask-image: url(../img/svg/arrow-top-right.svg);
}

.icon-arrow-right {
  mask-image: url(../img/svg/arrow-right.svg);
}

.icon-arrow-down {
  mask-image: url(../img/svg/arrow-down.svg);
}

.icon-location {
  mask-image: url(../img/svg/location.svg);
}

.icon-quote {
  mask-image: url(../img/svg/quote.svg);
}

.icon-filter {
  mask-image: url(../img/svg/filter.svg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  text-decoration: none;
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-size: 17px;
  --bs-btn-font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.btn-primary {
  --c: #0F1F2B;
  --bs-btn-bg: #006FB9;
  --bs-btn-border-color: #006FB9;
  --bs-btn-hover-bg: #006FB9;
  --bs-btn-hover-border-color: #0F1F2B;
  --bs-btn-active-bg: #006FB9;
  --bs-btn-active-border-color: #006FB9;
  --bs-btn-disabled-bg: #006FB9;
  --bs-btn-disabled-border-color: #006FB9;
}

.btn-link {
  --bs-btn-color: #006FB9;
  --bs-btn-hover-color: #0F1F2B;
  --bs-btn-active-color: #006FB9;
}

.btn-light {
  --c: #0F1F2B;
  --bs-btn-color: #006FB9;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #006FB9;
  --bs-btn-disabled-color: #006FB9;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #0F1F2B;
}

.btn-outline-light {
  --c: #fff;
  --bs-btn-hover-color: #006FB9;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #fff;
}

.btn .icon {
  width: 10px;
}

.btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(130%);
  border-radius: 50px;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.btn:hover span {
  transform: translateY(0) scale(2);
}

.btn span:nth-child(1) {
  --n: 1;
}

.btn span:nth-child(2) {
  --n: 2;
}

.btn span:nth-child(3) {
  --n: 3;
}

.btn span:nth-child(4) {
  --n: 4;
}


.common-sec {
  position: relative;
  padding-block: 80px;
}

.sec-head {
  margin-bottom: 50px;
}

.sec-title {
  color: #2F546C;
  font-size: 36px;
  line-height: 1.2;
}

.sec-title,
.hero-box-title,
.featured-products-box-title,
.cta-phone,
.inq-contact-item-title,
.featured-blog-box-title,
.footer-contact-item-label,
.footer-col-title,
.footer-location-box-title {
  font-family: "clarendonregular";
}

.sec-sub-title {
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  column-gap: 7px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(47 84 108 / 40%);
  letter-spacing: 3px;
}

.sec-sub-title::before {
  content: "";
  height: 1px;
  width: 38px;
  background-color: currentColor;
}


.cms-con {
  margin-bottom: 30px;
}

.cms-con ul li {
  font-size: 17px;
  font-weight: 600;
  padding-left: 30px;
  background-image: url(../img/svg/tick.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}

.cms-con ul li+li {
  margin-top: 20px;
}

.header-top {
  background-color: #185770;
  color: #fff;
  padding-block: 12px;
}

.header-top-title {
  font-weight: 600;
  font-size: 14px;
}

.header-top-action-items {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header-top-action-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.header-top-action-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.header-top-action-item-separator {
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
  font-weight: 500;
}

.header-bottom {
  background-color: #e1f3fc;
  padding-block: 20px;
}

body:not(.is-sticked) .header-transparent .header-bottom {
  background-color: transparent;
}

.header-bottom-nav {
  text-align: center;
}

.header-bottom-nav ul li {
  position: relative;
  display: inline-block;
}

.header-bottom-nav ul li a {
  display: inline-block;
  padding: 15px;
  font-weight: 600;
  color: #2F546C;
}

.header-bottom-nav ul li.current_page_item a,
.header-top-action-item a:hover,
.header-bottom-nav ul li a:hover,
.inq-contact-item-con a:hover {
  color: #00A8D5;
}

.header-bottom-btns {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.header-bottom-icon-btn {
  color: #006FB9;
  background-color: transparent;
}

.header-bottom-icon-btn .icon {
  width: 18px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  --transformX: -40px;
}

@keyframes headerIn {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(var(--transformX));
  }
}

.is-sticked .header {
  position: fixed;
  animation: headerIn 1s forwards;
}

.is-sticked .header-bottom {
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 5%);
  background: #fff;
}

.nav-search-bar {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  padding: 0 15px;
}

.nav-search-bar>span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background-color: #006FB9;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}

.nav-search-bar>span:hover {
  background-color: #0F1F2B;
}

.nav-search-bar.On form {
  transition: all 0.5s ease 0.5s;
  opacity: 1;
}

.nav-search-bar form {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  top: 50%;
  transition: all 0.5s;
  transform: translate(0px, -50%);
  opacity: 0;
}

.nav-search-bar form button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
  color: #2F546C;
}

.nav-search-bar form button .icon {
  width: 25px;
}

.nav-search-bar .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 70px;
  border: none;
  background: none;
  font-size: 20px;
  border-bottom: 2px solid #2F546C;
  border-radius: 0;
}

.nav-search-bar .form-control::placeholder {
  color: #2F546C;
}

.announcement-strip {
  background: #D1EFFB;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #00A7E7;
  padding-block: 15px;
}

.hero-sec {
  background: linear-gradient(180deg, rgb(0 167 231 / 15%) 0%, rgb(0 167 231 / 10%) 100%);
  padding-top: 80px;
}

.hero-con {
  max-width: 660px;
}

.hero-con .sec-title {
  font-size: 35px;
}

.hero-con .sec-sub-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 8px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 100px;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #006FB9;
  text-transform: unset;
  letter-spacing: normal;
}

.hero-con .sec-sub-title::before {
  display: none;
}

.hero-con .sec-sub-title span {
  padding: 4px 15px;
  border-radius: 100px;
  background-color: #E5F1F8;
  color: #006FB9;
}

.hero-con .sec-sub-title span .icon {
  width: 20px;
}

.hero-con .sec-head p {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.hero-img-wrap {
  display: flex;
  align-items: flex-end;
  column-gap: 40px;
}


.hero-img-left,
.hero-img-right {
  position: relative;
}

.hero-img-left::before,
.hero-img-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border: 6px solid rgba(0, 111, 185, 0.1);
  border-radius: 210px;
}

.hero-img-right::before {
  left: 15px;
  top: 10px;
  border-width: 4px;
}

.hero-img-left img,
.hero-img-right img {
  border-radius: 250px;
}

.hero-img-top-text,
.hero-img-bottom-text {
  position: absolute;
  background-color: #fff;
  padding: 11px;
  border-radius: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.hero-img-top-text {
  top: 20%;
  right: -40%;
}

.hero-img-bottom-text {
  bottom: 3%;
}

.hero-img-top-text::before,
.hero-img-bottom-text::before {
  content: "";
  display: block;
  width: 18px;
  background-color: #00A7E7;
  aspect-ratio: 1;
  border-radius: 100px;
}

.hero-wave {
  margin-top: 140px;
}

.hero-wave img {
  width: 100%;
}

.hero-box-sec {
  position: relative;
  margin-top: -280px;
  background: linear-gradient(to top, #fff 54% 54%, transparent 54%);
  padding-bottom: 48px;
}

.hero-box-wrap {
  max-width: 1260px;
  margin-inline: auto;
}

.hero-box-wrap .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.hero-box {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #E5EAF4;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  height: 100%;
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}


.hero-box-img {
  aspect-ratio: 1;
  width: 60px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 167, 231, 0.05);
  border: 1px solid rgba(0, 167, 231, 0.1);
  border-radius: 8px;
}

.hero-box-title {
  line-height: 1.3;
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
}

.goc-sec.common-sec {
  border-bottom: 1px solid rgb(47 84 108 / 10%);
}


.goc-sec .sec-head {
  margin-bottom: 30px;
}

.goc-sec .sec-title {
  font-size: 22px;
}

.goc-boxes {
  max-width: 1092px;
  margin-inline: auto;
}

.goc-box {
  border: 1px solid #E5EAF4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  height: 100%;
}

.home-about-img-wrap {
  display: flex;
  column-gap: 22px;
}

.home-about-left {
  position: relative;
}

.home-about-exp-box {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: #00A7E7;
  column-gap: 20px;
  max-width: 319px;
}

.home-about-exp-box-count {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 5px;
  background: rgba(0, 167, 231, 0.1);
  border-radius: 10px;
  text-transform: uppercase;
}

.home-about-exp-box-count span {
  font-weight: 700;
  font-size: 32px;
}

.home-about-right {
  padding-top: 45px;
}

.home-about-right-dots img {
  margin-left: auto;
  margin-bottom: 15px;
}

.home-about-left-dots img {
  margin-top: 15px;
  margin-inline: auto;
}

.partners-sec.common-sec {
  background-color: #F4F6FA;
}

.partners-con .sec-head {
  margin-bottom: 40px;
}

.partners-slide {
  padding-right: 20px;
}

.partners-slide-box {
  background-color: #fff;
  border-radius: 6px;
  padding-inline: 25px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-products-box {
  padding: 28px;
  background-color: #F8FAFB;
  border-radius: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-products-icon-img img {
  margin-inline: auto;
  margin-bottom: 25px;
}

.featured-products-box-title {
  min-height: 44px;
  font-size: 18px;
}

.featured-products-box-con p {
  font-size: 16px;
  line-height: 1.5;
}

.featured-products-box-con {
  margin-bottom: 30px;
}

.featured-products-slider {
  margin-inline: -15px;
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

.slick-slide>div {
  height: 100%;
}


.featured-products-slide {
  padding-inline: 15px;
}

.featured-products-box-img img {
  margin-inline: auto;
}

.featured-products-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/featured-product-box-shape.svg);
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-products-box-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.featured-products-slider {
  margin-bottom: 50px;
}

.featured-count-box {
  padding-inline: 34px;
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}

.featured-count-box::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(91, 163, 210, 0.1) 0%, #5BA3D2 50%, rgba(91, 163, 210, 0.1) 100%);
  opacity: 0.5;
  transform: rotate(90deg);
  width: 100px;
  right: -50px;
  top: 50%;
}

.featured-count-sec div[class*="col-"]:last-child .featured-count-box::after {
  display: none;
}

.featured-count-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  background: rgba(0, 167, 231, 0.05);
  border: 1px solid rgba(0, 167, 231, 0.1);
  border-radius: 8px;
  flex: none;
  aspect-ratio: 1;
}

.featured-count-box-con p {
  font-size: 16px;
  line-height: 1.3;
}

.featured-count-box-count {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
}

.cta-con .sec-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.cta-con .sec-title span {
  font-weight: 400;
}

.cta-con .sec-head {
  max-width: 890px;
  margin-inline: auto;
}

.cta-con .sec-head p {
  margin-top: 30px;
}

.cta-phone {
  font-size: 46px;
  color: #2F546C;
  background-image: url(../img/cta-phone-shape.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.cta-phone:hover {
  color: #00A7E7;
}

.inq-sec.common-sec {
  background-color: #0F1F2B;
  color: #fff;
}

.inq-wave {
  margin-bottom: 85px;
}

.inq-wave img {
  width: 100%;
}

.inq-sec .sec-sub-title,
.partner-con .sec-sub-title {
  color: rgb(255 255 255 / 40%);
}

.inq-sec .sec-title,
.partner-con .sec-title {
  color: #fff;
}

.inq-form-con {
  max-width: 600px;
}

.inq-contact-items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.inq-contact-item {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}

.inq-contact-item-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1;
  background-color: rgba(0, 167, 231, 0.05);
  border-bottom: 1px solid rgba(0, 167, 231, 0.1);
  border-radius: 8px;
  flex: none;
  color: #00A7E7;
}

.inq-contact-item-icon-wrap .icon {
  width: 18px;
}

.inq-contact-item-title {
  font-size: 15px;
}

.inq-contact-item-con p,
.inq-contact-item-con a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}


.inq-contact-item-con {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.inq-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 24px;
}

.inq-form .form-label {
  color: #2F546C;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.inq-form .row {
  --bs-gutter-y: 10px;
}

.form-control,
.form-select {
  padding-left: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.form-control,
.form-select {
  padding-block: 8px;
}

.form-control {
  padding-right: 10px;
}

.inq-form .form-check-label {
  color: #2F546C;
  line-height: 1.5;
}

.inq-testimonial-wrap {
  padding-block: 100px;
  background-image: url(../img/inq-map.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 51%;
}

.inq-testimonial-box {
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.inq-testimonial-box .icon {
  width: 66px;
  color: rgb(0 167 231 / 80%);
}

.inq-testimonial-box-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.66;
}

.inq-testimonial-box-user {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.inq-testimonial-box-user-img {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 44px;
  aspect-ratio: 1;
  flex: none;
  overflow: hidden;
}

.inq-testimonial-box-user-con {
  text-align: left;
}

.inq-testimonial-box-user-name {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
}

.inq-testimonial-box-user-profession {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255 255 255 / 70%);
}

.partner-sec {
  background-color: #006FB9;
  color: #fff;
}

.partner-con .sec-title {
  font-size: 32px;
}

.partner-con {
  max-width: 620px;
}

.partner-btns {
  display: flex;
  column-gap: 20px;
}

.featured-blog-box-img {
  overflow: hidden;
}

.featured-blog-box-img img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1 / 0.69;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.featured-blog-box:hover .featured-blog-box-img img {
  transform: scale(1.02);
}

.featured-blog-box-con {
  padding-top: 20px;
}

.featured-blog-post-on {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: rgb(47 84 108 / 60%);
  margin-bottom: 14px;
}

.featured-blog-box-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #2F546C;
  transition: all .4s ease-in-out;
}

.featured-blog-box:hover .featured-blog-box-title {
  color: #006FB9;
}

.featured-blog-box-read-more {
  color: #006FB9;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  transition: all .4s ease-in-out;
}

.featured-blog-box:hover .featured-blog-box-read-more {
  color: #2F546C;
}

.featured-blog-box-read-more .icon {
  width: 10px;
}

.featured-blog-slide {
  padding-inline: 7px;
}

.featured-blog-slider {
  margin-inline: -7px;
}


.slick-slider:focus,
.slick-arrow:focus,
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  text-align: center;
  margin-top: 30px;
}

.slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #006FB9;
}

.slick-dots li button {
  font-size: 0;
  height: 8px;
  min-width: 16px;
  background-color: #e1f2fb;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}

.slick-arrow {
  position: absolute;
  top: -76px;
  right: 45px;
  font-size: 0;
  width: 36px;
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 100px;
  border: 1px solid rgba(47, 84, 108, 0.1);
  background-color: #fff;
  background-image: url(../img/svg/prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
}

.slick-arrow.slick-next {
  left: unset;
  right: 0;
  background-image: url(../img/svg/next.svg);
}

.slick-arrow:hover {
  background-color: #E5EAF4;
}

.benefits-inr {
  padding-block: 100px;
  border-top: 1px solid #E5EAF4;
}

.benefits-box-wrap {
  border: 1px solid #E5EAF4;
}

.benefits-box {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #E5EAF4;
  padding: 20px 13px;
  column-gap: 15px;
}

.benefits-box-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefits-box-con .cms-con p {
  font-size: 15px;
}

.benefits-box-con ul li {
  font-size: 15px;
  padding-left: 30px;
  background-image: url(../img/svg/tick.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  line-height: 1.2;
  background-position: center left;
}

.benefits-box-con ul li+li {
  margin-top: 12px;
}

.footer-inr {
  background-color: #F3F5F6;
  border-radius: 20px;
  padding-top: 80px;
}

.footer-copyright {
  padding-block: 20px;
}

.footer-links-wrap {
  position: relative;
  padding-block: 39px;
}

.footer-inr .row {
  margin-bottom: 80px;
  --bs-gutter-x: 30px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-logo-wrap p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-contact-item+.footer-contact-item {
  margin-top: 25px;
}

.footer-contact-item-label {
  margin-bottom: 5px;
  font-size: 15px;
}

.footer-contact-item a {
  color: #2F546C;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer-social-media-links {
  margin-top: 30px;
  display: flex;
  column-gap: 10px;
}

.footer-social-media-links a {
  width: 40px;
  aspect-ratio: 1;
  flex: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2F546C;
}

.footer-social-media-links a:hover {
  color: #fff;
  background-color: #2F546C;
}

.footer-col-title {
  margin-bottom: 19px;
  font-size: 18px;
}

.footer-col li a {
  display: inline-block;
  padding-block: 11px;
  color: #2F546C;
  text-indent: -17px;
  margin-left: 17px;
  font-size: 15px;
  line-height: 1.4;
}

.footer-col li a:hover,
.footer-contact-item a:hover {
  color: #006FB9;
}


.footer-col li a::before {
  content: "-";
  margin-right: 10px;
}

.footer-location-box+.footer-location-box {
  margin-top: 25px;
}

.footer-location-box {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.footer-location-box-title {
  margin-bottom: 12px;
}

.footer-location-box-con {
  font-size: 15px;
  padding-top: 10px;
}

.footer-location-box-img {
  width: 34px;
  flex: none;
  border-bottom: 1px solid rgba(47, 84, 108, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 8px;
}

.footer-links-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(49, 62, 70, 0) 0%, #313E46 50%, rgba(49, 62, 70, 0) 100%);
  opacity: 0.2;
}

.footer-links-wrap li a {
  padding-block: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #2F546C;
}

.footer-links-wrap ul {
  display: flex;
  justify-content: center;
}

.footer-links-wrap li a::before {
  content: "-";
  margin-right: 16px;
  margin-left: 16px;
}

.footer-links-wrap li:first-child a::before {
  display: none;
}

.footer-copyright p {
  font-size: 14px;
  font-weight: 500;
}


.hero-snakes-img,
.hero-shape-right,
.hero-shape-left,
.hero-box-shape-left,
.hero-box-shape-right,
.goc-shape-left,
.goc-shape-right,
.home-about-shape-left,
.featured-product-shape-left,
.cta-shape-left,
.inq-couple-left,
.home-about-shape-right,
.featured-product-shape-right,
.cta-shape-right,
.partners-shape,
.inq-couple-left,
.partner-shape-left,
.partner-shape-right {
  pointer-events: none;
}

.hero-snakes-img {
  left: -30%;
  bottom: -26%;
}

.hero-shape-right {
  right: 0;
  top: 0;
  max-width: 17%;
}

.hero-shape-left {
  left: 0;
  max-width: 27%;
  bottom: 32%;

}

.hero-box-shape-left {
  left: 2%;
  top: 30%;
  max-width: 3%;
}

.hero-box-shape-right {
  right: 14%;
  top: 50%;
  max-width: 2%;
}

.goc-shape-left {
  top: 38%;
  left: 7%;
  max-width: 4%;
}

.goc-shape-right {
  top: 12%;
  right: 5%;
  max-width: 3%;
}


.home-about-shape-left,
.home-about-shape-right {
  max-width: 27%;
}

.featured-product-shape-left,
.featured-product-shape-right {
  max-width: 16%;
}

.cta-shape-left,
.cta-shape-right {
  max-width: 18%;
  bottom: -90px;
}

.home-about-shape-left,
.featured-product-shape-left,
.cta-shape-left,
.inq-couple-left {
  bottom: 0;
  left: 0;
}

.home-about-shape-right,
.featured-product-shape-right,
.cta-shape-right {
  right: 0;
  bottom: 0;
  transform: scaleX(-1) !important;
}


.partners-shape {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inq-couple-left {
  mix-blend-mode: overlay;
  max-width: 16%;
}

.partner-shape-left {
  top: 0;
  left: 0;
  max-width: 20%;
}

.partner-shape-right {
  max-width: 16%;
  right: 0;
  top: 3%;
}



@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatUpDownRotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-25px) rotate(180deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@keyframes floatLeftRightRotate {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  50% {
    transform: translateX(25px) rotate(180deg);
  }

  100% {
    transform: translateX(0) rotate(360deg);
  }
}

.hero-box-shape-left img {
  animation: floatUpDownRotate 15s linear infinite;
}

.hero-box-shape-right img {
  animation: floatLeftRightRotate 15s linear infinite;
}

.goc-shape-left img {
  animation: floatLeftRightRotate 15s linear infinite;
}

.goc-shape-right img {
  animation: floatUpDownRotate 15s linear infinite;
}

.hero-snakes-img img {
  animation: floatUpDown 6s linear infinite alternate;
}

.hero-img-top-text {
  animation-delay: 1.5s;
  animation: floatUpDown 8s linear infinite alternate-reverse;
}

.hero-img-bottom-text {
  animation: floatUpDown 8s linear infinite alternate;
}

.hero-snakes-img img,
.hero-box-shape-left img,
.hero-box-shape-right img,
.goc-shape-left img,
.goc-shape-right img {
  will-change: transform;
}


.inq-form .text-end p {
  display: inline-block;
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-list-item-label {
  color: #2F546C;
  font-size: 14px;
}

.wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.wpcf7-list-item label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #E5EAF4;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/check-mark.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  pointer-events: none;
  background-color: #006FB9;
  border-radius: 4px;
}

.wpcf7-list-item-label {
  line-height: normal;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7-form-control.wpcf7-not-valid {
  border-color: #ce2a2a;
}

.wpcf7 form .wpcf7-response-output {
  color: #ce2a2a;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 10px !important;
  font-weight: 500;
  color: #ce2a2a !important;
}

.blog_category {
  display: block;
  margin-bottom: 40px;
}

.blog_category ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}

.blog_category ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #00A8D5;
  border-radius: 6px;
  padding: 10px 14px;
  transition: all .4s ease-in-out;
}

.blog_category ul li a.active,
.blog_category ul li a:hover {
  background-color: #204391;
  color: #fff;
}

.blog-search-box {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: block;
}

.blog-search-box .search-form {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

.blog-search-box .form-control {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding-right: 50px;
  box-shadow: none;
  padding: 0 50px 0 10px;
  border-radius: 0;
  border: none;
  height: auto;
  background: transparent !important;
}

.blog-search-box .form-control::placeholder {
  color: #989797 !important;
}

.blog-search-box .search-submit {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 60%;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;

}

.blog-search-box .form-control::placeholder {
  color: rgba(0, 0, 0, 25%);
  font-size: 20px;
  font-weight: 400;
}

.not-found-title {
  font-size: 50px;
  font-weight: 600;
  display: block;
  color: #000;
}

.post-pagination .pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.post-pagination .pagination .nav-links {
  padding: 0;
}

.post-pagination .pagination .page-numbers {
  font-size: 16px;
  padding: 5px;
  color: #fff;
  background-color: #204391;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: .5rem;
  transition: all .5s ease-in-out;
}

.post-pagination .pagination .page-numbers:hover,
.post-pagination .pagination .page-numbers.current {
  color: #fff;
  background: #00A7E7;
}

.post-pagination .pagination .next.page-numbers,
.post-pagination .pagination .prev.page-numbers {
  color: #204391;
  background: none;
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
}

.post-pagination .pagination .next.page-numbers:hover,
.post-pagination .pagination .prev.page-numbers:hover {
  color: #00A7E7;
}

.search-submit .icon {
  width: 20px;
  height: 20px;
}

.search-icon {
  mask-image: url(../img/search.svg);
}

.blog-details-sec .container {
  max-width: 1126px;
}

.blog-details-img {
  overflow: hidden;
}

.blog-details-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / .584;
  transition: transform 1s ease-in-out;
}

.blog-details-content {
  margin-top: 18px;
  display: block;
}

.blog-date,
.blog-details-content a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .4s ease-in-out;
}

.blog-row {
  --bs-gutter-y: 40px;
}

.blog-details-content a:hover {
  color: #204391;
}

.blog-details-content .cms-con {
  margin-top: 20px;
}

.addtoany_content {
  margin: 30px auto 0 !important;
}

.a2a_kit.a2a_kit_size_32 span {
  background-color: transparent !important
}

.a2a_kit a {
  padding: .625rem 0 0;
  display: inline-block
}

.a2a_kit svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: #9e9d9d;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.a2a_kit svg path {
  fill: #a7a7a7 !important
}

.a2a_button_facebook:hover svg path {
  fill: #3b5998 !important
}

.a2a_button_x:hover svg path {
  fill: #000 !important
}

.a2a_button_linkedin:hover svg path {
  fill: #0077b5 !important
}

.a2a_button_pinterest:hover svg path {
  fill: #e60023 !important
}

.a2a_dd:hover svg path {
  fill: #204391 !important
}

.a2a_kit a {
  cursor: pointer;
  transition: none;
}

.error-sec {
  height: calc(100vh - 110px);
}

.error-sec .error-con {
  text-align: center;
  max-width: 28.125rem;
  margin: auto;
}

.error-sec .error-title {
  font-size: 12.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.error-sec .error-title span {
  color: var(--primary);
}

.error-sec .error-subtitle {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 1.25rem;
}

.error-sec p {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  margin-bottom: 1.375rem;
}

.error404 .inner-banner-sec {
  display: none;
}

.error-con .btn {
  margin-top: 1.25rem;
}

.thank-you-sec {

  height: calc(100vh - 110px);

}



.thank-you-sec .thank-you-img {

  max-width: 150px;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 20px;

  display: block
}


.thank-you-sec .thank-you-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.thank-you-sec .thank-you-con .thank-you-title {

  font-size: 120px;

  line-height: 1;

  margin-bottom: 15px;

  font-weight: 600;

}



.thank-you-sec .thank-you-con p {


  font-size: 18px;

  font-weight: 500;

  display: block;

  line-height: 1.4;

  margin-bottom: 22px
}

.breadcrumbs span {
  padding-right: 36px;
}

.breadcrumbs {
  justify-content: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #006FB9;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out;
}

.breadcrumbs a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #006FB9;
  mask-image: url('../img/right-arrow.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}

.breadcrumbs a:hover {
  color: #00A7E7;
}

.breadcrumbs .breadcrumb_last {
  color: #00A7E7;
  font-weight: 500;
  font-size: 16px;
  padding-right: 0;
}