@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --brand: #072447;
  --yellow: #F8D100;
  --bg-light-blue: #D7E9F3;
  --light-gray: rgb(250, 250, 250);
  --link-color: #1D242E;
  --heading-color: #212121;
  --dark: #101010;
  --grey: #7B7B7B;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #383939;
  --radius: .875rem;
  --white: #ffffff;
  --body-font: "Poppins", sans-serif;
  --shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  --bottom-right-clip: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0%;
  padding: 0%;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-size: 1.067rem;
  color: var(--body-text-color);
  padding-right: 0 !important;
}

b, strong {
  font-weight: 600;
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.bg-light {
  background-color: var(--light-gray) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-gradient {
  background-color: rgba(215, 233, 243, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: 0.875rem;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.text-primary {
  color: var(--brand) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.object-cover {
  object-fit: cover;
  object-position: center center;
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

.text-justify {
  text-align: justify;
}

.bg-primary-gradient {
  background: linear-gradient(#308080 0%, #004E4F 100%);
}

.bg-light-primary {
  background-color: rgba(44, 116, 116, 0.06);
}

.border-primary {
  border-color: var(--brand) !important;
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

ul {
  padding-left: 1rem;
}

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

.btn {
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: var(--border-radius);
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
  text-transform: uppercase;
  border: 2px solid rgba(248, 211, 0, 0.6235294118);
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-gradient {
  background: linear-gradient(#1C5351 0%, #318484);
  border: 0;
  color: var(--white);
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  background: linear-gradient(#318484 0%, #318484);
  color: var(--white);
}

.btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand) !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}
.btn-white:hover, .btn-white:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-white:hover svg, .btn-white:focus svg {
  color: var(--white);
}

.btn-light {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: var(--brand);
}
.btn-light:hover, .btn-light:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: var(--dark);
}

.shadow__cutoff .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}

.modal-open {
  padding-right: 0 !important;
}

.scroller * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
}

.scroller *::-webkit-scrollbar {
  width: 12px;
}

.scroller *::-webkit-scrollbar-track {
  background: #eee;
}

.scroller *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #eee;
}

/*------ Disc List Style ------------*/
.disc__list li {
  padding-left: 1.25rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.5rem;
  left: 0%;
  background-color: var(--brand);
  border-radius: 50%;
}
.disc__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.disc__list.lg li::before {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.65rem;
}

.title__line {
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(to right, transparent 0, transparent 2px, rgba(72, 72, 72, 0.1725490196) 2px, rgba(72, 72, 72, 0.1725490196) calc(100% - 2px), transparent calc(100% - 2px), transparent 100%);
  background-position: 2px 75%;
  background-repeat: repeat-x;
  background-size: 100% 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.title__line.no__bottom {
  background-position: 2px 75%;
}
.title__line.white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.245) 100%);
}

.title__line2 {
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(to right, rgba(245, 238, 238, 0.17) 100%);
  background-position: 0px 91%;
  background-repeat: repeat-x;
  background-size: 100% 10px;
}
.title__line2.no__bottom::before {
  height: 0.65rem;
  bottom: 0.74rem;
}
.title__line2.white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.245) 100%);
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

.pagination .page-item {
  margin: 0.2rem;
}
.pagination .page-item .page-link {
  border: 1px solid #E5E5E5;
  font-weight: 600;
  color: var(--body-text-color);
  border-radius: 0%;
  line-height: 1;
  padding: 0.75rem 0.75rem;
  min-width: 2.5rem;
  text-align: center;
}
.pagination .page-item .page-link img {
  width: 1.125rem;
}
.pagination .page-item .page-link.active {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}
.pagination .page-item.active .page-link {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

@media (max-width: 991.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 767.99px) {
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.99px) {
  html {
    font-size: 87.5%;
  }
  body {
    line-height: 1.65;
  }
  .btn {
    font-size: 0.937rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .container.mobile__full__width {
    padding-left: 0;
    padding-right: 0;
  }
}
.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 2rem;
  border: 1px solid var(--brand);
  background-color: var(--brand);
  height: 2rem;
  border-radius: 50%;
}
.social__links li a svg {
  width: 1rem;
  height: 1rem;
}
.social__links li a svg path {
  fill: var(--white);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}

.top__nav {
  background-color: var(--brand-dark);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--brand);
}

.navbar {
  z-index: 999;
  --bs-dropdown-link-active-bg: var(--brand);
}
.navbar .navbar-brand img {
  height: 3rem;
}
.navbar .nav-link {
  color: var(--white);
  font-size: 1rem;
}
.navbar .nav-link.chevron::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  background: var(--chevron-down) no-repeat center center/1.125rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
@media (min-width: 992px) {
  .navbar .nav-link.chevron::after {
    display: none;
  }
}
.navbar .nav-link:hover {
  color: var(--yellow);
}
.navbar .nav-link.active, .navbar .nav-link.show {
  color: var(--yellow);
}
.navbar .nav__btn {
  width: 3rem;
  height: 3rem;
  border: 1px solid #707070;
}
.navbar .dropdown-menu {
  z-index: 9999;
}
.navbar .dropdown-item {
  white-space: normal;
}
.navbar .dropdown-item:hover {
  background-color: var(--brand);
  color: var(--white);
}
.navbar .btn-primary .icon {
  width: 3rem;
  height: 3rem;
  background-color: #fff9cf;
}
.navbar .navbar-toggler {
  border: 1px solid var(--white);
  height: 2.25rem;
  position: relative;
  color: var(--white);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--brand);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 9999;
  }
  .navbar .dropdown .dropdown-menu .dropdown .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0%;
  }
  .navbar .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown .dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1599px) {
  .navbar .nav-link {
    font-size: 0.875rem;
  }
  .navbar .btn-yellow {
    padding: 0.5rem 1.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    font-size: 1rem;
  }
  .navbar .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0%;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    color: var(--dark);
    text-align: left;
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar .border-end {
    border-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    height: 2.5rem;
  }
}
.offcanvas-body .collapse-icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.offcanvas-body a[aria-expanded=true] .collapse-icon {
  transform: rotate(180deg);
}
.offcanvas-body .nav-link {
  font-size: 1.25rem;
}

footer {
  background-color: #484848;
  padding: 3rem 0 2rem 0;
}
footer .logo {
  height: 3rem;
}
footer .text-pink {
  color: #e55b92;
}
footer .label {
  color: #fff7d1;
}
footer a {
  text-transform: capitalize;
  font-family: var(--montserrat);
  font-size: 0.937rem;
  color: var(--white);
}
footer a:hover {
  text-decoration: underline;
  color: var(--yellow);
}
footer .form__wrap {
  border: 1px solid #fff9cf;
}
footer .form__wrap .form-control {
  background-color: transparent;
  border: 0;
  color: var(--white);
}
footer .form__wrap .btn {
  width: 3rem;
  height: 3rem;
  background-color: #fff9cf;
}
footer .icon__box {
  width: 3.5rem;
  height: 3.5rem;
}
footer .links li {
  position: relative;
}
footer .links li a {
  padding-left: 0.75rem;
}
footer .links li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
footer .copyright__wrapp {
  background-color: #600129;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  min-height: auto;
  height: 3.5rem;
  z-index: 999;
  border: 2px solid var(--white);
  display: none;
}
.backTop svg {
  width: 1.875rem;
  height: 1.875rem;
}
.backTop svg path {
  fill: var(--white);
}
.backTop:hover, .backTop:focus, .backTop:active {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 767.99px) {
  footer .logo__main {
    max-height: 6rem;
    width: auto;
  }
  footer .logo {
    max-height: 4rem;
    width: auto;
  }
}
@media (max-width: 575.99px) {
  .backTop {
    bottom: 2rem;
    right: 1rem;
  }
  .backTop svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.phone__btn {
  background-color: #81d654;
  z-index: 999;
  left: 2rem;
  bottom: 4rem;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: 0 0 0 #81d654;
  box-shadow: 0 0 0 #81d654;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.phone__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.phone__btn svg path {
  fill: var(--white);
}
.phone__btn:hover, .phone__btn:focus, .phone__btn:active {
  background-color: #65a742;
  color: var(--white);
}

.whatsapp {
  background-color: #2eb843;
  z-index: 999;
  left: 2rem;
  bottom: 5rem;
  -webkit-box-shadow: 0 0 0 #0568A8;
  box-shadow: 0 0 0 #0568A8;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  width: 4rem;
  height: 4rem;
  color: var(--white);
}
.whatsapp svg {
  width: 2rem;
  height: 2rem;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
  background-color: #149a28;
  color: var(--white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #2eb843;
    box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -moz-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@media (max-width: 576px) {
  .phone__btn {
    left: 1rem;
    bottom: 4rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .phone__btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .whatsapp {
    left: 1rem;
    bottom: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .whatsapp svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}



.subpage__header {
  margin-top: -5rem;
  padding: 12rem 0 8rem 0;
}
.subpage__header .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.816) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media (max-width: 767.99px) {
  .subpage__header {
    padding: 9rem 0 4rem 0;
    margin-top: -4rem;
  }
}
@media (max-width: 575.99px) {
  .subpage__header {
    margin-top: -3.5rem;
  }
}

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

.post__detail__wrapper img,
.post__thumbnail { clip-path: polygon(100% 0, 100% 0, 100% 80%, calc(100% - 100px) 100%, 0 100%, 0 0); }
.post__detail__wrapper h2 { margin-top: 2em; }
.post__detail__wrapper h3 { margin-top: 1.25em; }
.post__detail__wrapper ul {
  display: flex;flex-direction: column;gap: .75rem;
}

.related__posts__list li img { width:100%;height:100%;object-fit:cover; }
.related__posts__list li .title a { 
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal; 
}
.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal; 
}
.service__card {
	transition:all .3s ease-in-out;overflow:hidden;
}
.service__card:hover {
	box-shadow: 4px 12px 23px #b8b9b948;
        transform: translateY(-5px);
}
.service__card .link svg {
	transition: all .3s ease-in-out;
}
.service__card .link:hover svg {
	transform:translateX(.5rem);
}
.service__card .link:hover {
	text-decoration:underline;    text-underline-offset: 6px;
}

h2, h3, h4, h5, h6 { color:var(--brand);font-weight: 600; }
.wp-block-table td, .wp-block-table th {
    border-color: var(--brand); 
}
.wp-block-table tr:first-child td, .wp-block-table:first-child th { 
    background-color: rgb(244, 248, 252);
}