@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button, a {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

.container {
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
}

.container-fluid {
  width: 100%;
}

html {
  overflow-x: hidden;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 7px;
  }
}

body {
  font-family: "Inter", sans-serif !important;
  background-color: #fff;
  overflow-x: hidden !important;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Inria Serif", serif !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-102 {
  padding-right: 10.2rem !important;
}

.sec-py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .sec-py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.mx-auto {
  margin-inline: auto !important;
}

.text-center {
  text-align: center !important;
}

.primary-title {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #1A1D23;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
}
@media (max-width: 767px) {
  .primary-title {
    font-size: 3rem;
    line-height: 4rem;
  }
}

p, .anti-recist-sec .desc-block a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.rw-py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.custom-check {
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: rgba(16, 20, 23, 0.7);
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: none;
  border-radius: 0;
  background: #E8E8E8;
}
.custom-check input:checked ~ .checkmark {
  background-color: #5688A4;
}
.custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-check input:checked ~ .checkmark:after {
  display: block;
}
.custom-check .checkmark:after {
  left: 0.67rem;
  top: 0.1rem;
  width: 0.37rem;
  height: 1rem;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.primary-btn {
  max-width: 16rem;
  width: 100%;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5688A4;
  text-decoration: none;
  box-shadow: 3px 3px #1A1D23;
  font-family: "Inria Serif", serif;
  transition: 0.4s ease-in-out;
  margin: 0 3px 3px 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #fff;
  transition: 0.4s ease-in-out;
  letter-spacing: 0.05em;
}
.primary-btn:hover, .primary-btn.active {
  box-shadow: 0 0 #5688A4;
}
.primary-btn.viewMore {
  max-width: 22rem;
}
.primary-btn.discover-btn {
  max-width: 19rem;
}
.primary-btn.submit-btn {
  max-width: 18rem;
}

.text-btn {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.text-btn:hover, .text-btn.active {
  color: #5688A4;
}
.text-btn:hover svg path, .text-btn.active svg path {
  fill: #5688A4;
}
.text-btn svg path {
  transition: 0.4s ease-in-out;
}
.text-btn.primary {
  color: #5688A4;
  display: inline-block;
}
.text-btn.primary:hover, .text-btn.primary.active {
  color: #000;
}
.text-btn.primary:hover svg path, .text-btn.primary.active svg path {
  fill: #000;
}

.learnMore-btn {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #1A1D23;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.learnMore-btn:hover {
  color: #5688A4;
}

.breadcrumb-sec {
  padding-top: 5rem;
  padding-bottom: 10.4rem;
  background-color: #F6F9FF;
}
@media (max-width: 991px) {
  .breadcrumb-sec {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
.breadcrumb-sec .breadcrumb-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.breadcrumb-sec .breadcrumb-block .title {
  text-align: center;
  font-size: 7rem;
  line-height: 8.4rem;
  font-weight: 400;
  color: #1A1D23;
  font-family: "Inria Serif", serif;
  text-transform: capitalize;
  margin-bottom: 2.4rem;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-bottom: 3rem;
  overflow: hidden;
}
.breadcrumb-sec .breadcrumb-block .title::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  background-color: rgba(86, 136, 164, 0.3);
  height: 2rem;
  z-index: -1;
  -webkit-animation: fadeRight 1s ease;
          animation: fadeRight 1s ease;
  left: 0;
}
@media (max-width: 991px) {
  .breadcrumb-sec .breadcrumb-block .title {
    font-size: 5.5rem;
    line-height: 7rem;
  }
}
.breadcrumb-sec .breadcrumb-block .breadcrumb-ul {
  gap: 1.2rem;
}
.breadcrumb-sec .breadcrumb-block .breadcrumb-ul li, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #1A1D23;
}
.breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a > a {
  transition: 0.4s ease-in-out;
}
.breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:hover, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a > a:hover, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a.active, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a > a.active {
  color: #5688A4;
}

@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(400%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(400%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    transform: translateY(-400%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-400%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes arrowFadeRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes arrowFadeRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .navbar {
    transform: translateY(0) !important;
  }
}
.navbar .mobile-logo {
  margin-bottom: 5rem;
  max-width: 18.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .navbar .mobile-logo {
    display: none;
  }
}
.navbar .close-menu {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.9rem 0.6rem 0.6rem;
  flex-direction: column;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1411764706);
}
@media (min-width: 992px) {
  .navbar .close-menu {
    display: none;
  }
}
.navbar .close-menu:hover span {
  background-color: #000;
}
.navbar .close-menu span {
  width: 100%;
  height: 0.3rem;
  border-radius: 10rem;
  background-color: #5688A4;
  display: block;
  transition: 0.4s ease-in-out;
}
.navbar .close-menu span:first-child {
  transform: rotate(45deg) translateX(1px);
}
.navbar .close-menu span:last-child {
  transform: rotate(-45deg) translateX(1px);
}
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-120%);
    transition: 0.4s ease-in-out;
    overflow-y: auto;
  }
}

.humberg-icon {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.65rem 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  cursor: pointer;
  display: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1411764706);
}
@media (max-width: 991px) {
  .humberg-icon {
    display: flex;
  }
}
.humberg-icon:hover span {
  background-color: #000;
}
.humberg-icon span {
  width: 100%;
  height: 0.3rem;
  border-radius: 10rem;
  background-color: #5688A4;
  display: block;
  transition: 0.4s ease-in-out;
}

#site-header {
  background-color: #F6F9FF;
  padding: 5rem 0;
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  #site-header {
    padding: 2.5rem 0;
  }
}
#site-header .logo {
  max-width: 18.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 325px) {
  #site-header .logo {
    max-width: 15.6rem;
  }
}
#site-header .main-menu {
  gap: 4rem;
}
@media (max-width: 991px) {
  #site-header .main-menu {
    flex-direction: column;
    gap: 3rem;
  }
}
#site-header .main-menu li, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li > a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1A1D23;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991px) {
  #site-header .main-menu li, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li > a {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#site-header .main-menu li:hover, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:hover, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li > a:hover {
  color: #5688A4;
}
#site-header .main-menu li.active a, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a.active a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li > a.active a {
  color: #5688A4;
}
#site-header .main-menu li a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1A1D23;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  #site-header .main-menu li a {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#site-header .main-menu li a:hover {
  color: #5688A4;
}
#site-header .main-menu li ul {
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease-in;
  max-height: 0;
  padding: 0 1.4rem;
}
#site-header .main-menu li ul li, #site-header .main-menu li ul .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li ul li > a, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a ul li > a {
  padding: 1.4rem;
}
#site-header .main-menu li ul li:not(:last-child), #site-header .main-menu li ul .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:not(:last-child), .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li ul li > a:not(:last-child), #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a ul li > a:not(:last-child) {
  border-bottom: 1px solid rgba(26, 29, 35, 0.2);
}
#site-header .main-menu li ul li a {
  color: rgba(26, 29, 35, 0.7);
}
#site-header .main-menu li:hover > ul, #site-header .main-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:hover > ul, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-header .main-menu li > a:hover > ul {
  padding: 1rem 1.4rem;
  max-height: 211px;
}
#site-header .mobile-menu-block {
  gap: 3rem;
}
#site-header .mobile-menu-block .primary-btn {
  min-width: 16rem;
}

#site-footer.inner-page-footer {
  padding-top: 5rem;
  background-color: #F6F9FF;
}
#site-footer .ft-logo-block {
  max-width: 23.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-footer .ft-menu {
  gap: 1rem 4rem;
}
#site-footer .ft-menu li.active a, #site-footer .ft-menu .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a.active a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul #site-footer .ft-menu li > a.active a {
  color: #5688A4;
}
#site-footer .ft-menu li a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1A1D23;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
#site-footer .ft-menu li a:hover {
  color: #5688A4;
}
#site-footer .ft-logo-menu-block {
  margin-bottom: 5rem;
  gap: 2rem;
}
#site-footer .copywrite-sec .copy-row {
  border-top: 1px solid rgba(43, 40, 36, 0.4);
  padding: 2rem 0;
}
#site-footer .copywrite-sec .copy-row p, #site-footer .copywrite-sec .copy-row .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block #site-footer .copywrite-sec .copy-row a {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
}
#site-footer .copywrite-sec .copy-row p a, #site-footer .copywrite-sec .copy-row .anti-recist-sec .desc-block a a, .anti-recist-sec .desc-block #site-footer .copywrite-sec .copy-row a a {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  transition: 0.4s ease-in-out;
}
#site-footer .copywrite-sec .copy-row p a:hover, #site-footer .copywrite-sec .copy-row .anti-recist-sec .desc-block a a:hover, .anti-recist-sec .desc-block #site-footer .copywrite-sec .copy-row a a:hover {
  color: #5688A4;
}
#site-footer .copywrite-sec .follow-block {
  gap: 2rem;
}
#site-footer .copywrite-sec .follow-block h5 {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #1A1D23;
  letter-spacing: 0.1em;
}
#site-footer .copywrite-sec .follow-block .bar {
  width: 6rem;
  height: 0.1rem;
  background-color: #1A1D23;
}
#site-footer .copywrite-sec .follow-block .social-icon {
  gap: 2rem;
}
#site-footer .copywrite-sec .follow-block .social-icon li a:hover svg path {
  fill: #5688A4;
}
#site-footer .copywrite-sec .follow-block .social-icon li a svg path {
  transition: 0.4s ease-in-out;
}

.hero-section {
  padding-top: 3.3rem;
  padding-bottom: 6.6rem;
  background-color: #F6F9FF;
}
.hero-section .hero-sec-row .desc-column {
  width: 44.6%;
}
@media (max-width: 1240px) {
  .hero-section .hero-sec-row .desc-column {
    width: 52%;
  }
}
.hero-section .hero-sec-row .desc-column p, .hero-section .hero-sec-row .desc-column .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .hero-section .hero-sec-row .desc-column a {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #1A1D23;
  margin-bottom: 3.2rem;
}
@media (max-width: 575px) {
  .hero-section .hero-sec-row .desc-column {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.hero-section .hero-sec-row .img-column {
  width: 41.3%;
}
@media (max-width: 1200px) {
  .hero-section .hero-sec-row .img-column {
    padding-right: 1.2rem;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-sec-row .img-column {
    width: 44%;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-sec-row .img-column {
    width: 100%;
    margin-inline: auto;
  }
}
.hero-section .hero-sec-row .img-column .img-block {
  max-width: 48rem;
  height: 55rem;
  background-color: #5688A4;
  border: 1px solid #1A1D23;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
.hero-section .hero-sec-row .img-column .img-block > img {
  position: relative;
  z-index: 2;
  background-color: #5688A4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-sec-row .img-column .img-block .elem-img {
  position: absolute;
  left: -3rem;
  top: 4.4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-section .hero-sec-row .img-column .img-block .elem-img {
    left: -1.5rem;
  }
}
.hero-section .hero-sec-row .img-column .img-block .elem-img > img {
  max-width: 100%;
  height: auto;
}
.hero-section .hero-sec-row .img-column .img-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #1A1D23;
  right: -1.5rem;
  bottom: -1.5rem;
}

.sec-header h1 {
  font-size: 7rem;
  line-height: 8.4rem;
  font-weight: 700;
  color: #1A1D23;
  font-family: "Inria Serif", serif;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec-header h1 {
    font-size: 5.5rem;
    line-height: 7rem;
  }
}
@media (max-width: 767px) {
  .sec-header h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
.sec-header h1 span {
  position: relative;
  display: inline-block;
}
.sec-header h1 span::before {
  content: "";
  width: 100%;
  height: 2rem;
  background-color: rgba(86, 136, 164, 0.3);
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: -1;
  -webkit-animation: fadeRight 1s ease-in;
          animation: fadeRight 1s ease-in;
}
.sec-header h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #1A1D23;
  font-family: "Inria Serif", serif;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-header h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.sec-header h2 span {
  position: relative;
  display: inline-block;
}
.sec-header h2 span::before {
  content: "";
  width: 100%;
  height: 1rem;
  background-color: rgba(86, 136, 164, 0.3);
  position: absolute;
  bottom: 0.5rem;
  z-index: -1;
  left: 0;
  -webkit-animation: fadeRight 1s ease-in;
          animation: fadeRight 1s ease-in;
}
.sec-header .sub-heading {
  display: inline-block;
  padding-inline: 5.6rem;
  margin-bottom: 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec-header .sub-heading {
    margin-bottom: 1rem;
  }
}
.sec-header .sub-heading span {
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #1A1D23;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
}
.sec-header .sub-heading::before, .sec-header .sub-heading::after {
  content: "";
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-header .sub-heading::before {
  left: 0;
  background-image: url("../../assets/imgs/leftB.png");
}
.sec-header .sub-heading::after {
  right: 0;
  background-image: url("../../assets/imgs/rightB.png");
}
.sec-header .sub-heading.left {
  padding-right: 0;
}
.sec-header .sub-heading.left::after {
  display: none;
}
.sec-header.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec-header.center h2 {
  margin-bottom: 4rem;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: 5rem;
}

.service-col {
  width: calc(33.333% - 2.133rem);
}
@media (max-width: 991px) {
  .service-col {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 480px) {
  .service-col {
    width: 100%;
  }
}

.service-card {
  padding: 3.2rem 3rem;
  border: 1px solid #1A1D23;
  position: relative;
  width: 100%;
  height: 40.2rem;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
.service-card:hover .bar {
  height: 100%;
}
.service-card:hover .card-content .icon-block img,
.service-card:hover .card-content .icon-block svg {
  transform: scaleX(-1);
}
.service-card:hover .card-content .title,
.service-card:hover .card-content .desc p,
.service-card:hover .card-content a {
  color: #fff;
}
.service-card .bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #5688A4;
  left: 0;
  transition: 1s ease;
}
.service-card .card-content {
  position: relative;
  z-index: 2;
}
.service-card .card-content .icon-block {
  width: 7rem;
  height: 7rem;
  background-color: #5688A4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  transition: 0.4s ease-in-out;
}
.service-card .card-content .icon-block img,
.service-card .card-content .icon-block svg {
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .service-card .card-content .icon-block img,
.service-card .card-content .icon-block svg {
    max-width: 55%;
  }
}
.service-card .card-content .title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1A1D23;
  font-family: "Inria Serif", serif;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
}
.service-card .card-content .desc p, .service-card .card-content .desc .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .service-card .card-content .desc a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  margin-bottom: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.service-card .card-content .learnMore {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #1A1D23;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.service-card.page-card {
  height: auto;
}
.service-card.page-card .service-icon-row {
  gap: 3rem;
  margin-bottom: 2.4rem;
}
.service-card.page-card .service-icon-row .title,
.service-card.page-card .service-icon-row .icon-block {
  margin-bottom: 0;
}
.service-card.page-card .card-content .desc p, .service-card.page-card .card-content .desc .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .service-card.page-card .card-content .desc a {
  margin-bottom: 0;
}

.home-about-sec {
  padding-top: 13rem;
  padding-bottom: 13rem;
  background-color: #F6F9FF;
}
@media (max-width: 991px) {
  .home-about-sec {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.home-about-sec .about-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.home-about-sec .about-row .about_img_col {
  width: calc(49.2% - 2.5rem);
}
@media (max-width: 767px) {
  .home-about-sec .about-row .about_img_col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.home-about-sec .about-row .about-desc-col {
  width: calc(50.8% - 2.5rem);
}
@media (max-width: 767px) {
  .home-about-sec .about-row .about-desc-col {
    width: 100%;
  }
}
.home-about-sec .about-img-block {
  max-width: 49.6rem;
  height: 100%;
  overflow: hidden;
  background-color: #5688A4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home-about-sec .about-img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-about-sec .about-img-outer {
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 6rem 0 6rem 7rem;
}
@media (max-width: 767px) {
  .home-about-sec .about-img-outer {
    margin-inline: auto;
  }
}
.home-about-sec .about-img-outer::before {
  content: "";
  position: absolute;
  width: 20.5rem;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(86, 136, 164, 0.1);
  z-index: 1;
  left: 0;
}
.home-about-sec .about-desc-block .sec-header h2 {
  margin-bottom: 2.4rem;
}
.home-about-sec .about-desc-block .desc p, .home-about-sec .about-desc-block .desc .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .home-about-sec .about-desc-block .desc a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  margin-bottom: 2.4rem;
}
.home-about-sec .about-desc-block .partner-block .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1A1D23;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
}
.home-about-sec .about-desc-block .partner-block .partner-logos {
  gap: 2.4rem;
  margin-bottom: 4.2rem;
}

.client-feedback-sec {
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: 56% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 21.1rem 0;
}
@media (min-width: 1441px) {
  .client-feedback-sec {
    max-width: 1440px;
    margin-inline: auto;
  }
}
@media (max-width: 1400px) {
  .client-feedback-sec {
    padding: 16.1rem 0;
  }
}
@media (max-width: 1340px) {
  .client-feedback-sec {
    background-size: 60% !important;
  }
}
@media (max-width: 1191px) {
  .client-feedback-sec {
    padding: 12.1rem 0;
  }
}
@media (max-width: 800px) {
  .client-feedback-sec {
    padding: 8rem 0;
  }
}
@media (max-width: 767px) {
  .client-feedback-sec {
    background-size: cover !important;
  }
}
.client-feedback-sec .client-row {
  display: flex;
  align-items: center;
  gap: 9.3rem;
  flex-wrap: wrap;
}
@media (max-width: 1340px) {
  .client-feedback-sec .client-row {
    gap: 4rem;
  }
}
.client-feedback-sec .client-title-col {
  width: calc(29% - 4.65rem);
}
@media (max-width: 1340px) {
  .client-feedback-sec .client-title-col {
    width: calc(31% - 2rem);
  }
}
@media (max-width: 1100px) {
  .client-feedback-sec .client-title-col {
    width: calc(34% - 2rem);
  }
}
@media (max-width: 767px) {
  .client-feedback-sec .client-title-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.client-feedback-sec .client-desc-block {
  position: relative;
}
.client-feedback-sec .client-desc-block .quote-icon-block {
  position: absolute;
  right: -11rem;
  top: -18rem;
}
@media (max-width: 1340px) {
  .client-feedback-sec .client-desc-block .quote-icon-block {
    right: -6rem;
  }
}
@media (max-width: 1200px) {
  .client-feedback-sec .client-desc-block .quote-icon-block {
    right: -10rem;
    top: -9rem;
  }
}
@media (max-width: 767px) {
  .client-feedback-sec .client-desc-block .quote-icon-block {
    left: 23%;
    top: -6rem;
    max-width: 15%;
  }
}
@media (max-width: 1200px) {
  .client-feedback-sec .client-desc-block .quote-icon-block > img {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .client-feedback-sec .client-desc-block .quote-icon-block > img {
    max-width: 45%;
  }
}
.client-feedback-sec .client-desc-block .sec-header h2 {
  white-space: nowrap;
}
.client-feedback-sec .client-slider-col {
  width: calc(71% - 4.65rem);
}
@media (max-width: 1340px) {
  .client-feedback-sec .client-slider-col {
    width: calc(69% - 2rem);
  }
}
@media (max-width: 1100px) {
  .client-feedback-sec .client-slider-col {
    width: calc(66% - 2rem);
  }
}
@media (max-width: 767px) {
  .client-feedback-sec .client-slider-col {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .client-feedback-sec .container-fluid {
    padding-left: 0 !important;
    max-width: 1336px;
    margin-left: auto;
    margin-right: 14px;
  }
}

.client-feedback-card {
  border: 1px solid rgba(43, 40, 36, 0.25);
  background-color: #fff;
  padding: 3.2rem;
  padding-right: 4rem;
  /* width */
  /* Track */
  /* Handle */
}
.client-feedback-card ::-webkit-scrollbar {
  width: 2px;
}
.client-feedback-card ::-webkit-scrollbar-track {
  background: #D0D0D0;
}
.client-feedback-card ::-webkit-scrollbar-thumb {
  background: #5688A4;
  width: 4px;
}
.client-feedback-card .desc {
  margin-bottom: 2.4rem;
  max-height: 13rem;
  overflow-y: auto;
}
.client-feedback-card .desc p, .client-feedback-card .desc .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .client-feedback-card .desc a {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  font-style: italic;
  padding-right: 0.5rem;
}
.client-feedback-card .title-block h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1A1D23;
  font-family: "Inria Serif", serif;
  margin-bottom: 1.4rem;
}
.client-feedback-card .title-block h5 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.8);
}

.client-feedback-slider {
  display: none;
  margin-inline: -1.6rem;
}
.client-feedback-slider.slick-slider {
  display: block;
}
.client-feedback-slider .slick-list {
  padding-left: 0 !important;
  padding-right: 29.3rem !important;
}
@media (max-width: 1191px) {
  .client-feedback-slider .slick-list {
    padding-right: 16.3rem !important;
  }
}
@media (max-width: 991px) {
  .client-feedback-slider .slick-list {
    padding-right: 11.3rem !important;
  }
}
@media (max-width: 767px) {
  .client-feedback-slider .slick-list {
    padding-right: 6rem !important;
  }
}
.client-feedback-slider .slider-item {
  margin-inline: 1.6rem;
}
.client-feedback-slider .slick-arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1A1D23;
  transition: 0.4s ease-in-out;
  bottom: 3.5rem;
  top: auto;
}
@media (max-width: 767px) {
  .client-feedback-slider .slick-arrow {
    top: -5rem;
    bottom: auto;
  }
}
.client-feedback-slider .slick-arrow.slick-prev {
  left: -44.5%;
}
@media (max-width: 1100px) {
  .client-feedback-slider .slick-arrow.slick-prev {
    left: -50.5%;
  }
}
@media (max-width: 767px) {
  .client-feedback-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
.client-feedback-slider .slick-arrow.slick-next {
  left: -38.5%;
}
@media (max-width: 1100px) {
  .client-feedback-slider .slick-arrow.slick-next {
    left: -42.5%;
  }
}
@media (max-width: 767px) {
  .client-feedback-slider .slick-arrow.slick-next {
    left: 60px;
  }
}
.client-feedback-slider .slick-arrow.slick-next svg {
  transform: scaleX(-1);
}
.client-feedback-slider .slick-arrow svg path {
  transition: 0.4s ease-in-out;
}
.client-feedback-slider .slick-arrow:hover, .client-feedback-slider .slick-arrow.active {
  background-color: #5688A4;
  border-color: #5688A4;
}
@media (max-width: 767px) {
  .client-feedback-slider .slick-arrow:hover, .client-feedback-slider .slick-arrow.active {
    background-color: #1A1D23;
    border-color: #1A1D23;
  }
}
.client-feedback-slider .slick-arrow:hover svg path, .client-feedback-slider .slick-arrow.active svg path {
  fill: #fff;
}

.blogs-sec {
  padding-bottom: 15.5rem;
  background-color: #F6F9FF;
}
@media (max-width: 767px) {
  .blogs-sec {
    padding-bottom: 7rem;
  }
}

.blog-card {
  border: 1px solid rgba(43, 40, 36, 0.25);
}
.blog-card:hover .img-block img {
  transform: scale(1.2) rotate(5deg);
}
.blog-card .img-block {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .blog-card .img-block {
    height: 32rem;
  }
}
.blog-card .img-block img {
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-card .desc-block {
  background-color: #fff;
  padding: 2.4rem;
  position: relative;
}
.blog-card .desc-block .cate {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #5688A4;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  position: absolute;
  top: -1.2rem;
  right: 2.1rem;
}
.blog-card .desc-block .title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1A1D23;
  margin-bottom: 2rem;
  font-family: "Inria Serif", serif;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-card .desc-block p, .blog-card .anti-recist-sec .desc-block a, .anti-recist-sec .blog-card .desc-block a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  margin-bottom: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .blog-card .desc-block p, .blog-card .anti-recist-sec .desc-block a, .anti-recist-sec .blog-card .desc-block a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}

.blogList-slider {
  display: none;
  margin-inline: -16px;
}
.blogList-slider.slick-slider {
  display: block;
}
.blogList-slider .slider-item {
  margin-inline: 16px;
}

.blogList-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  align-items: center;
  bottom: -5rem;
}
.blogList-slider .slick-dots li, .blogList-slider .slick-dots .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .blogList-slider .slick-dots li > a {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.blogList-slider .slick-dots li button, .blogList-slider .slick-dots .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a button, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .blogList-slider .slick-dots li > a button {
  width: 6rem;
  height: 0.5rem;
  background: rgba(43, 40, 36, 0.2);
  padding: 0;
  margin: 0;
  transition: 0.4s ease-in-out;
}
.blogList-slider .slick-dots li button::before, .blogList-slider .slick-dots .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a button::before, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .blogList-slider .slick-dots li > a button::before {
  display: none;
}
.blogList-slider .slick-dots li.slick-active button, .blogList-slider .slick-dots .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a.slick-active button, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .blogList-slider .slick-dots li > a.slick-active button {
  width: 12rem;
  background-color: #5688A4;
}

.contact-sec-home {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .contact-sec-home {
    padding-top: 5rem;
  }
}
.contact-sec-home .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
}
.contact-sec-home .contact-desc-block .sec-header h2 {
  margin-bottom: 3rem;
}
.contact-sec-home .contact-desc-block .desc p, .contact-sec-home .contact-desc-block .desc .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .contact-sec-home .contact-desc-block .desc a {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
  margin-bottom: 3.2rem;
}
.contact-sec-home .contact-form-col {
  width: calc(59.4% - 2.5rem);
}
@media (max-width: 767px) {
  .contact-sec-home .contact-form-col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.contact-sec-home .contact-map-col {
  width: calc(40.6% - 2.5rem);
}
@media (max-width: 767px) {
  .contact-sec-home .contact-map-col {
    width: 100%;
  }
}

.input-style {
  margin-bottom: 2.4rem;
}
.input-style label {
  display: block;
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #1A1D23;
  text-transform: capitalize;
}
.input-style input,
.input-style textarea {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #1A1D23;
  border: 1px solid rgba(26, 29, 35, 0.25);
  padding: 1.5rem;
  outline: 0;
  transition: 0.4s ease-in-out;
  height: 4rem;
  width: 100%;
}
.input-style input:focus,
.input-style textarea:focus {
  border-color: #5688A4;
}
.input-style textarea {
  min-height: 12rem;
  resize: vertical;
}

.home-about-sec.inner-page-sec {
  background-color: #fff;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .home-about-sec.inner-page-sec {
    padding-bottom: 5rem;
  }
}
.home-about-sec.inner-page-sec .about-desc-block .desc p:last-child, .home-about-sec.inner-page-sec .about-desc-block .desc .anti-recist-sec .desc-block a:last-child, .anti-recist-sec .desc-block .home-about-sec.inner-page-sec .about-desc-block .desc a:last-child {
  margin-bottom: 0;
}
.home-about-sec.inner-page-sec .about-dt-block {
  padding-top: 8.2rem;
}
@media (max-width: 767px) {
  .home-about-sec.inner-page-sec .about-dt-block {
    padding-top: 3.2rem;
  }
}
.home-about-sec.inner-page-sec .about-dt-block p, .home-about-sec.inner-page-sec .about-dt-block .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .home-about-sec.inner-page-sec .about-dt-block a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
}
.home-about-sec.inner-page-sec .about-dt-block .desc p:not(:last-child), .home-about-sec.inner-page-sec .about-dt-block .desc .anti-recist-sec .desc-block a:not(:last-child), .anti-recist-sec .desc-block .home-about-sec.inner-page-sec .about-dt-block .desc a:not(:last-child) {
  margin-bottom: 3.2rem;
}
.home-about-sec.inner-page-sec .about-dt-block .desc h4 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #1A1D23;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
}
.home-about-sec.inner-page-sec .about-dt-block .about-logos-block {
  padding: 3.2rem 0;
}
.home-about-sec.inner-page-sec .about-dt-block .about-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.home-about-sec.inner-page-sec .about-dt-block .about-logos-row > .cols {
  width: calc(25% - 2.4rem);
}
@media (max-width: 767px) {
  .home-about-sec.inner-page-sec .about-dt-block .about-logos-row > .cols {
    width: calc(33.33% - 2.133rem);
  }
}
@media (max-width: 575px) {
  .home-about-sec.inner-page-sec .about-dt-block .about-logos-row > .cols {
    width: calc(50% - 1.6rem);
  }
}
.home-about-sec.inner-page-sec .about-dt-block .logo-card {
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F6F9FF;
  overflow: hidden;
  padding: 2rem;
}

.coaching-sec .coaching-img-sec {
  padding: 5rem 0;
}
.coaching-sec .desc-block p:not(:last-child), .coaching-sec .anti-recist-sec .desc-block a:not(:last-child), .anti-recist-sec .coaching-sec .desc-block a:not(:last-child) {
  margin-bottom: 2.4rem;
}
.coaching-sec .coach-img-row {
  gap: 5rem;
}
.coaching-sec .coach-img-col {
  width: calc(49.25% - 2.5rem);
}
@media (max-width: 767px) {
  .coaching-sec .coach-img-col {
    width: 100%;
  }
}
.coaching-sec .coach-des-col {
  width: calc(50.75% - 2.5rem);
}
@media (max-width: 767px) {
  .coaching-sec .coach-des-col {
    width: 100%;
  }
}
.coaching-sec .coaching-img-sec .choach-img-outer {
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 6rem 0 6rem 7rem;
}
.coaching-sec .coaching-img-sec .choach-img-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(86, 136, 164, 0.1);
  height: 100%;
  width: 20.5rem;
  z-index: -1;
}
.coaching-sec .coaching-img-sec .choach-img-block {
  max-width: 49.6rem;
  height: 40.2rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .coaching-sec .coaching-img-sec .choach-img-block {
    max-width: 100%;
    height: auto;
  }
}
.coaching-sec .coaching-img-sec .choach-img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.coaching-sec .coaching-img-sec .choaching-desc .coaching-items li, .coaching-sec .coaching-img-sec .choaching-desc .coaching-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .coaching-sec .coaching-img-sec .choaching-desc .coaching-items li > a {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.coaching-sec .coaching-img-sec .choaching-desc .coaching-items li span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: rgba(26, 29, 35, 0.7);
}
.coaching-sec .coaching-img-sec .choaching-desc .coaching-items li:not(:last-child), .coaching-sec .coaching-img-sec .choaching-desc .coaching-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:not(:last-child), .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .coaching-sec .coaching-img-sec .choaching-desc .coaching-items li > a:not(:last-child) {
  margin-bottom: 2rem;
}

.sub-heading {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #1A1D23;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
}

.services-section .services-grid-block {
  padding-bottom: 5rem;
}
.services-section .services-grid-block .services-grid-row {
  gap: 5rem;
}
.services-section .services-grid-block .service-desc-col {
  width: calc(49.2% - 2.5rem);
}
@media (max-width: 767px) {
  .services-section .services-grid-block .service-desc-col {
    width: 100%;
  }
}
.services-section .services-grid-block .service-img-col {
  width: calc(50.8% - 2.5rem);
}
@media (max-width: 767px) {
  .services-section .services-grid-block .service-img-col {
    width: 100%;
  }
}
.services-section .services-grid-block .service-img-outer {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 6rem 7rem 6rem 0;
}
.services-section .services-grid-block .service-img-outer::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(86, 136, 164, 0.1);
  height: 100%;
  width: 20.5rem;
  z-index: -1;
}
.services-section .services-grid-block .service-img-outer .service-img-block {
  max-width: 51.4rem;
  height: 31.2rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .services-section .services-grid-block .service-img-outer .service-img-block {
    max-width: 100%;
    height: auto;
  }
}
.services-section .services-grid-block .service-img-outer .service-img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.services-section .services-list-block {
  margin-bottom: 5rem;
}
.services-section .services-list-block .service-card:not(:last-child) {
  margin-bottom: 3.2rem;
}

.self-care-sec .selfcare-main-img-block {
  max-width: 100%;
  height: 60rem;
  overflow: hidden;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .self-care-sec .selfcare-main-img-block {
    height: 40rem;
  }
}
.self-care-sec .selfcare-main-img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.self-care-sec .short-desc {
  margin-bottom: 3.2rem;
}
.self-care-sec .quote-card {
  margin-bottom: 5rem;
  padding-left: 5rem;
}
.self-care-sec .quote-card .quote-content {
  position: relative;
  padding: 4rem;
  padding-left: 8.7rem;
  background: #F6F9FF;
  border: 1px solid #1A1D23;
}
.self-care-sec .quote-card .quote-content .icon-blcok {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  background-color: #5688A4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
}
.self-care-sec .quote-card .quote-content p, .self-care-sec .quote-card .quote-content .anti-recist-sec .desc-block a, .anti-recist-sec .desc-block .self-care-sec .quote-card .quote-content a {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  color: #1A1D23;
  font-style: italic;
  margin-bottom: 1px;
}
.self-care-sec .quote-card .quote-content .name {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1A1D23;
  display: block;
  text-align: right;
}
.self-care-sec .self-grid-row .desc-block .sub-heading {
  margin-bottom: 3.2rem;
}
.self-care-sec .self-grid-row .desc-block .care-desc .sm-title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #1A1D23;
  text-transform: capitalize;
  margin-bottom: 1.4rem;
  font-family: "Inter", sans-serif !important;
}
.self-care-sec .self-grid-row .desc-block .care-desc:not(:last-child) {
  margin-bottom: 2.4rem;
}
.self-care-sec .care-content-block {
  padding: 5rem 0;
}
.self-care-sec .care-items li, .self-care-sec .care-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .self-care-sec .care-items li > a {
  gap: 2.2rem;
  display: flex;
  align-items: flex-start;
}
.self-care-sec .care-items li > img, .self-care-sec .care-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a > img, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .self-care-sec .care-items li > a > img {
  margin-top: 0.7rem;
}
.self-care-sec .care-items li strong, .self-care-sec .care-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a strong, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .self-care-sec .care-items li > a strong {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  color: #1A1D23;
}
.self-care-sec .care-items li .title-block, .self-care-sec .care-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a .title-block, .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .self-care-sec .care-items li > a .title-block {
  gap: 0 1rem;
}
.self-care-sec .care-items li:not(:last-child), .self-care-sec .care-items .breadcrumb-sec .breadcrumb-block .breadcrumb-ul li > a:not(:last-child), .breadcrumb-sec .breadcrumb-block .breadcrumb-ul .self-care-sec .care-items li > a:not(:last-child) {
  margin-bottom: 2rem;
}

.self-grid-row {
  gap: 5rem;
}
.self-grid-row .self-img-col {
  width: calc(40.7% - 2.5rem);
}
@media (max-width: 767px) {
  .self-grid-row .self-img-col {
    width: 100%;
  }
}
.self-grid-row .self-desc-col {
  width: calc(59.3% - 2.5rem);
}
@media (max-width: 767px) {
  .self-grid-row .self-desc-col {
    width: 100%;
  }
}
.self-grid-row .self-img-col-sm {
  width: calc(36.6% - 2.5rem);
}
@media (max-width: 767px) {
  .self-grid-row .self-img-col-sm {
    width: 100%;
  }
}
.self-grid-row .self-desc-col-lg {
  width: calc(63.4% - 2.5rem);
}
@media (max-width: 767px) {
  .self-grid-row .self-desc-col-lg {
    width: 100%;
  }
}

.common-img-block {
  width: 100%;
  height: auto;
  position: relative;
  padding: 6rem 0 7rem 6rem;
}
.common-img-block.right {
  padding-left: 0;
  padding-right: 7rem;
}
.common-img-block.right::before {
  right: 0;
  left: auto;
}
.common-img-block::before {
  content: "";
  position: absolute;
  width: 20.5rem;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(86, 136, 164, 0.1);
  z-index: -1;
}
.common-img-block .img-block {
  max-width: 40.3rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-img-block .img-block {
    max-width: 100%;
  }
}
.common-img-block .img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pt-50 {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .column-reverse-sm {
    flex-direction: column-reverse;
  }
}

.anti-recist-sec .common-img-block .img-block {
  max-width: 49.6rem;
}
@media (max-width: 767px) {
  .anti-recist-sec .common-img-block .img-block {
    max-width: 100%;
  }
}
.anti-recist-sec .desc-block p, .anti-recist-sec .desc-block a {
  margin-bottom: 2.4rem;
}
.anti-recist-sec .desc-block p > span, .anti-recist-sec .desc-block a > span {
  text-decoration: underline;
}
.anti-recist-sec .desc-block a {
  transition: 0.4s ease-in-out;
  text-decoration: underline;
}
.anti-recist-sec .desc-block a:hover {
  color: #5688A4;
}
.anti-recist-sec .desc-block .title {
  margin-top: 2.4rem;
  color: #1A1D23;
}
.anti-recist-sec .desc-block .title span {
  text-decoration: underline;
}
.anti-recist-sec .desc-block .sm-heading {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: #1A1D23;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
}

.anti-grid-row {
  gap: 5rem;
}
.anti-grid-row .antireciest-img-col {
  width: calc(49.25% - 2.5rem);
}
@media (max-width: 767px) {
  .anti-grid-row .antireciest-img-col {
    width: 100%;
  }
}
.anti-grid-row .antireciest-desc-col {
  width: calc(50.75% - 2.5rem);
}
@media (max-width: 767px) {
  .anti-grid-row .antireciest-desc-col {
    width: 100%;
  }
}

.job-list-row {
  gap: 3.2rem;
  margin-bottom: 5rem;
}
.job-list-row .job-list-col {
  width: calc(50% - 1.6rem);
}
@media (max-width: 767px) {
  .job-list-row .job-list-col {
    width: 100%;
  }
}

.job-card {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  flex-wrap: wrap;
}
.job-card .img-block {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}
.job-card .img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.job-card .job-content {
  width: calc(100% - 15.2rem);
}
.job-card .job-content .title {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: #1A1D23;
  text-transform: capitalize;
}
.job-card .job-content .title-date-row {
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
.job-card .job-content .apply-btn {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #1A1D23;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: 0.4s ease-in-out;
}
.job-card .job-content .apply-btn svg {
  transition: 1.5s ease all;
}
.job-card .job-content .apply-btn svg path {
  transition: 0.4s ease-in-out;
}
.job-card .job-content .apply-btn:hover {
  color: #5688A4;
}
.job-card .job-content .apply-btn:hover svg {
  -webkit-animation: arrowFadeRight 1.5s ease;
          animation: arrowFadeRight 1.5s ease;
}
.job-card .job-content .apply-btn:hover svg path {
  fill: #5688A4;
}

@media (max-width: 767px) {
  .mx-sm-auto {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=main.css.map */

.service-col{
	display:none;
}

a.load-more {
    padding: 0 15px;
}
.iner-cntr {
    margin: 0 auto;
}
.conect h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #1A1D23;
	margin-bottom:40px;
	position:relative;
}

.socls ul li {
    display: inline-block;
    margin-right: 20px;
}

.socls {
    margin: 20px 0;
}

.socls ul li a {
    font-size: 22px;
    color: #1A1D23;
}

.mils h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1A1D23;
	margin-bottom:40px;
	position:relative;
	
}
.mils h4::after {
    position: absolute;
    content: "";
    background: #1A1D23;
    width: 70px;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.mal-flex i {
    font-size: 22px;
    color: #1A1D23;
}

.mal-flex a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #1A1D23;
    margin-left: 20px;
}

.mal-flex {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.conect h4::after {
    position: absolute;
    content: "";
    background: #1A1D23;
    width: 70px;
    height: 1px;
    left: 0;
    bottom: -20px;
}
.infr-main {
    background: #F6F9FF;
    padding: 60px 50px;
}
.page-template-contact-us .contact-sec-home .contact-row{
align-items:flex-start;	
}
.infr-main a{
	transition:all ease .3s;
}
.infr-main a:hover i {
    color: #5688A4;
}
.mal-flex i {
    color: #5688A4;
}

.cmnn {
    position: relative;
}

.cmnn::after {
    position: absolute;
    content: "";
    background-image: url(https://upworkdeveloper.com/lina-bracero-wp/wp-content/uploads/2023/01/Line-3.svg);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 170px;
}
.cmnn {
    position: relative;
}

.cmnn::after {
    position: absolute;
    content: "";
    background-image: url(https://upworkdeveloper.com/lina-bracero-wp/wp-content/uploads/2023/01/Line-3.svg);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top 0px;
    width: 100%;
    height: 170px;
}

.cmnn h2 {
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    /* or 142% */
    color: #1A1D23;
    margin-left: 25px;
}

.cmnn span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    /* identical to box height, or 212% */
    color: #5688A4;
    text-align: right;
    margin-top: 15px;
    display: inline-block;
}
.quots {
    text-align: right;
	margin-bottom:24px;
}





.single-post .job-list-row .job-list-col {
    width: 100%;
}
.single-post .job-card .job-content {
    width: 100%;
}

.single-post .job-card {
    border-bottom: 1px solid rgba(26, 29, 35, .3);
    padding-bottom: 30px;
}
.single-post .job-list-col:last-child .job-card {
    border: 0;
}