/***********************
* Common
***********************/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-style: normal;
    position: relative;
    background-color: #ECF8F5 !important;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
   z-index: 1;
   font-family: "Archivo", sans-serif;
}
h1 {
    font-size: 50px;
    font-weight: 600 ;
    margin-bottom: 35px;
}
h2 {
    font-size: 42px ;
    font-weight: 600 ;
    margin-bottom: 24px;
}
h3 {
    font-size: 35px;
    font-weight: 600 ;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-24 {
    --bs-gutter-y: 24px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
#primary{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.Primary-btn i {
    transition: all 0.5s;
}
.Primary-btn:hover i {
    transform: translateX(10px);
}
.Primary-btn {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(168deg,rgba(93, 193, 168, 1) 0%, rgba(37, 127, 211, 1) 100%);
    color: #fff;
}
.Primary-btn .btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 40px;
    z-index: 1;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.Primary-btn:hover .btn-icon{
    color: #fff;
}
.Primary-btn .btn-icon i:first-child {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Primary-btn:hover .btn-icon i:first-child{
        -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.Primary-btn .btn-icon i:last-child {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Primary-btn:hover .btn-icon i:last-child{
        -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.Primary-btn .btn-icon::before {
    background-color: #000;
    bottom: 10px;
    border-radius: 5px;
    content: "";
    height: 60px;
    position: absolute;
    right: 0;
    top: -7.5px;
    width: 0;
    z-index: 0;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
}
.Primary-btn:hover .btn-icon::before{
    width: 100%;
}
.Primary-btn .btn-text {
    position: relative;
    text-shadow: 0 0 #fff, 0 22px #fff;
    transition: text-shadow 0.5s 
ease-in-out;
    color: transparent;
    overflow: hidden;
}
.Primary-btn:hover .btn-text{
    text-shadow: 0 -22px #fff, 0 0 #fff;
}
/*************************
* Header start
*************************/
header.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-inner {
    padding: 12px 30px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 12px;
        display: flex;
    justify-content: space-between;
    column-gap: 100px;
        align-items: center;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.topbar-one-social-media {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
ul.topbar-one-social-media a {
    color: #000;
}
ul.topbar-one-social-media a:hover {
    color: #257fd3;
}
ul.topbar-left {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
ul.topbar-left li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
ul.topbar-left li img {
    max-width: 24px;
}
ul.topbar-left li a {
    color: #000;
}
ul.topbar-left li a:hover {
    color: #257fd3;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}
.topbar {
    padding-left: 13px;
    padding-bottom: 8px;
}
.logo {
    width: 290px;
}
.main-menu-nav {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.main-menu-nav li {
    position: relative;
    padding: 15px 12px;
}
.main-menu-nav li a {
    color: #000;
    font-weight: 500;
    position: relative;
}
.main-menu-nav li::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    height: 2px;
    transition: all 0.5s;
    transform: translateX(-50%);
    width: 0;
    background: linear-gradient(95.48deg, #5DC1A8 6.14%, #257fd3 99.43%);
}
.main-menu-nav li.current_page_item::after,.main-menu-nav li:hover::after {
    width: 100%;
}
.main-menu-nav li:hover a, .main-menu-nav li.current_page_item a {
    color: #257fd3;
}

.hero-section {
    padding: 250px 0 120px;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(36 92 82) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.hero-content>span {
    margin-bottom: 16px;
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 14px;
}
.hero-btn {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
}
.hero-btn .Primary-btn:first-child {
    background: #5dc1a8 !important;
}
.hero-btn .Primary-btn:last-child {
    background: #257fd3;
}
.about-top {
    padding: 60px 0;
    overflow: hidden;
}
.about-top-box {
    padding: 26px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-top-box.first, .about-top-box.three {
    color: #fff;
}
.about-top-box .about-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffffb0;
    width: 100%;
}
.about-top-box .about-top-head h4 {
    margin-bottom: 0;
}
.about-top-box.first img, .about-top-box.three img {
    filter: brightness(50) invert(1);
}
.about-top-body {
    margin-bottom: 30px;
    width: 100%;
}
.about-top-box .Primary-btn {
    margin-top: auto;
}
.about-top-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ffffff54;
}
.about-section {
    padding-top: 40px;
        padding-bottom: 100px;
        overflow: hidden;
}
.about-left {
    position: relative;
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.about-shape-image {
    position: absolute;
    top: 0;
    left: 0;
}
.about-image.first {
    width: 55%;
    flex-shrink: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}
.about-image.two {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 30px;
}
.about-image.two img {
    border-radius: 20px;
    border: 5px solid #fff;
}
.about-image.first img {
    transition: all 0.5s;
}
.about-image.first:hover img {
    transform: scale(1.1);
}
.about-right {
    padding-left: 60px;
}
.heading-box {
    margin-bottom: 30px;
}
.sab-heading {
    display: inline-flex;
    margin-bottom: 16px;
    column-gap: 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    padding: 4px 6px;
    border-radius: 10px;
    border: 1px solid #5dc1a8;
    color: #5dc1a8;
    font-weight: 600;
}
.sab-heading img {
    max-width: 20px;
}
.about-body {
    margin-bottom: 30px;
}
.about-body li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
}
.about-body li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/point-icon.svg);
    background-size: 20px;
}
.service-section {
    padding: 100px 0;
    background-color: #59bdab;
}
.service-section .sab-heading {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.service-section .heading-box{
    color: #fff;
}
.heading-box h2 {
    margin-bottom: 10px;
}
.heading-box h2 {
    margin-bottom: 10px;
}
.service-box {
    width: 400px;
    padding: 24px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 15px;
}
.service-image {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.service-box h4 {
    margin-bottom: 15px;
}
.service-box h4 a {
    color: #000;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-top: 20px;
}
ul.slick-dots li button {
    font-size: 0;
        padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background-color: #fff;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button{
    width: 30px;
}
.why-choose-section {
    padding: 100px 0;
    overflow: hidden;
}
.why-choose-item {
    display: flex;
    column-gap: 15px;
    margin-bottom: 30px;
}
.why-choose-item .icon {flex-shrink: 0;height: 60px;width: 60px;display: flex;align-items: center;justify-content: center;border-radius: 100%;background-color: #59bdab;}
.why-choose-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.why-choose-item p {
    margin-bottom: 0;
}
.why-choose-item:last-child {
    margin-bottom: 0;
}
.circle-text-wrap-outer {
    width: 100%;
    height: 306px;
    border-radius: 100%;
    position: relative;
    background-color: #59bdab;
}
.circle-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffff;
    border-radius: 100%;
    height: 190px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-logo img {
    width: 100px;
}
svg.circle-text-svg textPath {
    fill: #fff;
}
text.circle-text {
    font-size: 18px;
    color: #fff;
}
svg.circle-text-svg {
    width: 100%;
    height: 100%;
    animation: rotateCircle 10s 
linear infinite;
    transform-origin: center center;
    border-radius: 100%;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.heading-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.retting-box {
    padding: 15px;
    border-radius: 10px;
    background-color: #59bdab;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.retting-box p {
    margin-bottom: 0;
}
.retting-box-inner {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.retting-box-inner p {
    font-family: 'Archivo';
    font-size: 27px;
    margin-bottom: 0;
}
.retting-box-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 80px;
    justify-content: center;
    row-gap: 0;
}
.retting-box-inner ul li {
    color: #ffd014;
}
.retting-box-inner ul li:last-child {
    color: #d0bc68;
}
.testimonial-box {
    max-width: 1320px;
}
.testimonial-box-inner {
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.testimonial-section .heading-outer {
    border-bottom: 1px solid #59bdab;
    margin-bottom: 30px;
}
.testimonial-box .testimonial-image {
    border-radius: 20px;
    overflow: hidden;
    width: 360px;
        flex-shrink: 0;
}
.testimonial-box .testimonial-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.testimonial-box .testimonial-image:hover img {
    transform: scale(1.1);
}
.testimonial-content {
    padding-right: 150px;
}
.testimonial-content ul {
    display: flex;
    margin-bottom: 24px;
    column-gap: 6px;
    color: #59bdab;
}
.testimonial-content p {
    font-size: 20px;
    margin-bottom: 30px;
}
.testimonial-content h4 {
    margin-bottom: 0;
}
.testimonial-shape {
    position: absolute;
    right: 110px;
    top: 340px;
    width: 110px;
}
.testimonial-section {
    position: relative;
    padding-top: 100px ;
}
.testemian-custom-btn {
    position: absolute;
    bottom: 20px;
    right: 20%;
    display: flex;
    column-gap: 15px;
}
.testemian-custom-btn button.slick-arrow {
    padding: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #59bdab;
    background-color: transparent;
    color: #59bdab;
    transition: all 0.5s;
}
.testemian-custom-btn button.slick-arrow:hover {
    background-color: #59bdab;
    color: #fff;
}
.inqury-section {
    margin: 100px 0;
    position: relative;
}
.inqury-form-box {
    width: 50%;
    transform: translateY(100px);
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 36px 16px #384d7517;
}
.inqury-form .from-group p ,.contact-form-inner .from-group p{
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
}
.inqury-form .from-group p textarea, .contact-form-inner .from-group p textarea {
    height: 150px !important;
}
.inqury-form .from-group p .form-control, .contact-form-inner .from-group p .form-control{
    height: auto;
    background-color: #59bdab96;
    border: none;
    color: #000 !important;
    border-radius: 10px;
}
.inqury-form .from-group p .form-control::placeholder, .contact-form-inner .from-group p .form-control::placeholder {
    color: #000000a1
    ;
}
.inqury-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #59bdabb0 0%, #35868800 100%);
}
.inqury-form .Primary-btn , .contact-form-inner .Primary-btn{
    padding: 14px 40px !important;
    border-radius: 12px !important;
    height: auto;
    font-size: 18px !important;
    line-height: 25px !important;
    background: linear-gradient(168deg,rgba(93, 193, 168, 1) 0%, rgba(37, 127, 211, 1) 100%) !important;
    color: #fff !important;
}
.blog-section {
    padding: 100px 0;
}
.blog-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-image:hover img {
    transform: scale(1.1);
}
ul.blog-meta {
    margin-bottom: 20px;
    display: flex;
    column-gap: 30px;
    align-items: center;
}
ul.blog-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.blog-meta li i {
    color: #5abdaa;
}
.blog-box h4 a {
    color: #000;
}
.blog-box h4 a:hover {
    color: #59bdab;
}
footer {
    padding-top: 60px;
    background-color: #59bdab;
    color: #fff;
}
.footer-about .logo {
    margin-bottom: 20px;
}
.footer-social-media ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer-social-media ul li a {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    color: #59bdab;
}
.footer-social-media ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    transition: all 0.5s;
    background-color: #2d89cc;
    border-radius: 100%;
}
.footer-social-media ul li a:hover::after {
    height: 95%;
    width: 95%;
}
.footer-social-media ul li a i {
    position: relative;
    z-index: 1;
}
.footer-social-media ul li a:hover {
    color: #fff;
}
.footer-link {
    display: flex;
    column-gap: 80px;
    justify-content: space-evenly;
}
.footer-link ul li a {
    color: #fff;
    position: relative;
    padding-bottom: 3px;
    font-weight:500;
}
.footer-link ul li {
    margin-bottom: 8px;
}
.footer-link ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #2d89cc;
    transition: all 0.5s;
}
.footer-link ul li a:hover::after{
    width:100%;
}
.footer-link ul li a:hover {
    color:#2d89cc;
}
.footer-contact ul li {
    margin-bottom: 10px;
}
.footer-contact ul li a {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
    color: #fff;
    font-weight: 500;
}
.footer-contact ul li a:hover {
    color: #2d89cc;
}
.footer-lower {
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #ffffff78;
}
.footer-lower p {
    margin-bottom: 0;
}
.footer-lower p a {
    color: #fff;
    font-weight: 500;
}
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
 }
 .mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
 }
 .mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5dc1a875;
    opacity: 0.9;
 }
 .mobile-nav-content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #5dc1a8;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
 }
 .mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
 }
 .mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
 }
 .mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
 }
 .mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
 }
ul.mobile-menu {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
 }
ul.mobile-menu li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
 }
ul.mobile-menu li:last-child {
    border: none;
 }
 .locked {
    position: fixed;
    width: 100%;
    top: 0;
 }
ul.mobile-menu li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
ul.mobile-menu .menu-item-has-children ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
 }
ul.mobile-menu .menu-item-has-children ul li a {
    padding-left: 35px;
 }
ul.mobile-menu .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
 }
ul.mobile-menu .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    transition: all 0.3s;
    line-height: 0px;
        background-color: #fff !important;
    padding: 0 !important;
    color: #000;
 }
 button.ast-menu-toggle {
    display: none !important;
}
 ul.mobile-menu li svg {
    margin: 0 !important;
    width: 20px !important;
}
.team-section {
    padding-bottom: 100px;
}
.team-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-top: 24px;
    background-color: #59bdab;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team-box h4 {
    margin-bottom: 5px;
    color: #fff;
}
.team-box p {
    color: #fff;
}
.team-title {
    padding: 0 20px;
}
.team-social-media ul {
    position: absolute;
    display: flex;
    column-gap: 15px;
    width: 100%;
    justify-content: center;
    opacity: 0;
    bottom: -50px;
    transition: all 0.5s;
}
.team-box:hover .team-social-media ul {
    bottom: 20px;
    opacity: 1;
}
.team-social-media ul a{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #59bdab;
    color: #fff;
    position: relative;
}
.team-image {
    margin-top: auto;
}
.cta-section {
    padding: 120px 0;
    position: relative;
    color: #fff;
    background-image: url(https://kovisionai.com/highriver/wp-content/uploads/2026/02/cta-image.jpg);
    background-position: center;
    background-size: cover;
}
.cta-section p{
    position: relative;
}
.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
       background-image: linear-gradient(90deg, #1a4b42b3 0%, #35868800 100%);
}
.footer-about .logo img {
    filter: brightness(50);
}
.main-menu ul.main-menu-nav>li ul {
    position: absolute;
    width: 250px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    background-color: #fff;
    z-index: 999;
    padding: 0;
    border-radius: 8px;
    margin: 0;
}
.main-menu ul.main-menu-nav>li:hover ul{
     opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
.main-menu ul.main-menu-nav>li ul li {
    padding: 10px 16px;
    border-bottom: 1px solid #55b8adb5;
    transition: all 0.5s;
    position: relative;
}
.main-menu ul.main-menu-nav>li ul li:last-child {
    border-bottom: 0;
}
.main-menu ul.main-menu-nav>li ul li a {
    color: #000;
}
.main-menu ul.main-menu-nav>li ul li:hover {
    padding-left: 30px;
}
.main-menu ul.main-menu-nav>li ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    height: 2px;
    width: 0;
    transition: all 0.5s;
        background: #318ec9;
    transform: translateY(-50%);
}
.main-menu ul.main-menu-nav>li ul li:hover::after {
    width: 15px;
}
.main-menu ul.main-menu-nav>li ul li:hover a {
    color: #318ec9;
}
.logo-box {
    max-width: 230px;
}
.logo-box img {
    filter: brightness(50);
}
.page-header-section {
    padding: 180px 0 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
.page-header-section::after {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: linear-gradient(270deg, rgba(64, 13, 62, 0) 4.92%, #134b46 95.27%);}
.page-header-content {
    position: relative;
    z-index: 1;
}
.page-header-content {
    position: relative;
    z-index: 1;
}
.page-header-content h1 {
    margin-bottom: 10px;
}
.page-header-content .heading-box{
    margin-bottom: 10px;
}
.custom-breadcrumb {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
}
.custom-breadcrumb a {
    color: #fff;
}
.about-section.two .about-image.two {
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 60%;
    border-radius: 20px;
    overflow: hidden;
}
.about-section.two .about-image.two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-section.two .about-image.two:hover img {
    transform: scale(1.1);
}
.cta-section.two {
    padding: 100px 0;
    margin-bottom: 100px;
}
.value-section {
    padding-top: 100px;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.value-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #054749 0%, #35868880 100%);
}
.value-section .heading-box {
    color: #ffff;
    width: 50%;
}
.heading-box h2 {
    margin-bottom: 15px;
}
.value-section .heading-box .sab-heading {
    color: #fff;
    border-color: #fff;
}
.value-box {
    border-radius: 20px;
    padding: 30px 50px;
    background-color: #fff;
    transition: all 0.5s;
    text-align: center;
        box-shadow: 0px 10px 50px 20px #384d751c;
}
.value-box:hover {
    transform: translateY(-10px);
}
.value-box h4 {
    margin-bottom: 20px;
    color: #5dc1a8;
}
.value-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 100%;
    background-color: #5dc1a8;
        display: flex;
    align-items: center;
    justify-content: center;
}
.value-box .icon img {
    filter: brightness(50) invert(1);
    transition: all 0.5s;
}
.value-box:hover .icon img {
    transform: scaleX(-1);
}
.value-lower {
    transform: translateY(100px);
        margin-top: -100px;
}
.value-box p {
    margin-bottom: 0;
}
.about-section.two {
    padding-top: 100px;
}
.about-top.two {
    padding-bottom: 0;
    padding-top: 150px;
}
.contact-info-section {
    padding: 100px 0;
}
.contact-info-box {
    text-align: center;
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 24px 30px;
    transition: all 0.5s;
    box-shadow: 0px 0px 36px 16px transparent;
}
.contact-info-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    background-color: #5dc1a8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.contact-info-box .icon img {
    height: 35px;
    transition: all 0.5s;
}
.contact-info-box h4, .contact-info-box p, .contact-info-box a {
    transition: all 0.5s;
    margin-bottom: 15px;
    color: #000;
}
.contact-info-box a {
    font-weight: 500;
}
.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 36px 16px #0000001c;
    background-color: #5dc1a8;
}
.contact-info-box:hover h4, .contact-info-box:hover p, .contact-info-box:hover a {
    color: #fff;
}
.contact-info-box:hover .icon img {
    transform: scaleX(-1);
    filter: brightness(0);
}
.contact-info-box:hover .icon {
    background-color: #fff;
}
.contact-form-inner {
    padding: 35px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
}
.contact-form-section {
    padding-bottom: 100px;
}
.contact-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contact-image {
    border-radius: 20px;
    overflow: hidden;
}
.contact-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.contact-image:hover img {
    transform: scale(1.1);
}
.contact-right ul.social-media {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    justify-content: center;
        display: flex;
    column-gap: 15px;
}
.contact-right ul.social-media li a{
        height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #59bdab;
    color: #fff;
    position: relative;
}
.service-section.two .service-box {
    margin: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.service-section.two{
    background-color: transparent;
}
.service-section.two .service-box:hover{
        transform: translateY(-10px);
    box-shadow: 0px 0px 36px 16px #0000001c;
}
.team-section.two {
    padding-top: 100px;
}
.team-section.two .team-title h4 {
    color: #000;
}
.team-section.two .team-title p {
    color: #000;
    margin-bottom: 0;
}
.team-section.two .team-box:hover .team-social-media ul {
    bottom: 100px;
}
.blog-page-section {
    padding: 100px 0;
}
.blog-box-two .blog-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-box-two .blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-box-two:hover .blog-image img {
    transform: scale(1.1);
}
ul.blog-meta {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #5abdaa;
}
ul.blog-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.blog-meta li p {
    margin-bottom: 0;
}
.blog-box-two h4 {
    font-size: 22px;
}
.blog-box-two h4 a {
    color: #000;
    background-image: linear-gradient(transparent calc(100% - 1px), #5abdaa 0.5px);
    background-repeat: no-repeat;
    background-position-y: -3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s 
cubic-bezier(.215, .61, .355, 1) underline forwards;
}
.blog-box-two h4 a:hover{
    color: #5abdaa;
}
.blog-box-two h4 a:hover{
    animation: 1s cubic-bezier(.215,.61,.355,1) underline-hover forwards;
}
@keyframes underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}
@keyframes underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}
.blog-sidebar {
    position: sticky;
    top: 130px;
}
.recent-blog-widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.blog-item {
    display: flex;
    column-gap: 15px;
    border-bottom: 1px solid #5abdaa;
    padding: 20px 0;
}
.blog-image-right {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.blog-image-right img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 6px !important;
}
.blog-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-item ul.blog-meta {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.recent-blog-widget h4 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
}
.recent-blog-widget h4 a {
    color: #000;
}
.services-cta {
    text-align: center;
    padding: 50px 40px;
    border-radius: 12px;
    background-image: url(../img/blog-cta-bg.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000ba;
    color: #ffff;
}
.services-cta .logo {
    max-width: 240px;
    margin: auto;
    margin-bottom: 24px;
}
.services-cta .logo img{
    filter: brightness(50);
}
.services-cta .cta-call {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 30px;
}
.services-cta .cta-call img {
    max-width: 29px;
    filter: brightness(50) invert(1);
}
.services-cta .cta-call a {
    color: #fff;
    font-size: 20px;
}
.pagination {
    margin-top: 40px;
    justify-content: space-between;
}
.pagination a{
    display: flex;
    align-items: center;
    column-gap: 15px;
    color:#000;
}
 .pagination a>img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
}
 .pagination .pagination-to{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
 .pagination .next .pagination-top{
    justify-content: end;
}
 .pagination .pagination-top span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
}
.pagination .next {
    margin-left: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination .next a{
    justify-content: end;
} 
 .pagination .pre {
    margin-right: auto;
    width: 47%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
 .pagination h4{
    margin-bottom: 0;
    font-size: 18px;
}
.icon {
    height: 100px;
    width: 100px;
    border-radius: 12px;
    overflow: hidden;
}
.service-single-section {
    padding: 100px 0;
}
.service-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.service-list ul li a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #57baad80;
    transition: all 0.5s;
    color: #000;
    font-weight: 500;
}
.service-list ul li:last-child a {
    border-bottom: 0;
}
.service-list ul li a i {
    transition: all 0.5s;
    opacity: 0;
    color: #fff;
    padding-right: 15px;
}
.service-list ul li a:hover {
    color: #fff;
    padding-left: 25px;
    background-color: #59bdab;
}
.service-list ul li a:hover i {
    opacity: 1;
}
.service-block {
    margin-bottom: 30px;
}
.service-block h2 {
    margin-bottom: 10px;
    font-size: 28px;
}
.service-image-outer {
    display: flex;
    column-gap: 24px;
}
.service-block h3 {
    font-size: 22px;
    margin-bottom: 8px;
}
.service-block ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}
.service-block ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/point-icon.svg);
    background-size: 20px;
}
.service-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.service-grid-box {
    padding: 24px;
    border-radius: 12px;
    background-color: #fff;
}
.service-block.cta {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}
aside.service-sidebar {
    position: sticky;
    top: 70px;
}
.accordion-item {
    border-radius: 12px !important;
    margin-bottom: 15px;
    border: none !important;
    overflow: hidden;
    background-color: #fff;
}
.accordion {
    margin-top: 20px;
}
.accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
}
.accordion-body {
    padding-top: 0;
}
.blog-details-image {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.blog-details-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-details-image:hover img {
    transform: scale(1.1);
}
.blog-block {
    margin-bottom: 30px;
}
.blog-block h2 {
    margin-bottom: 10px;
    font-size: 28px;
}
.blog-block ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}
.blog-block ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/point-icon.svg);
    background-size: 20px;
}
.blog-block.cta {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}
.about-section.two .circle-text-wrap-outer {
    width: 266px;
    position: absolute;
    top: 0;
    height: 266px;
    right: 0;
}
.about-section.two .circle-logo {
    height: 160px;
    width: 160px;
}
.main-menu ul> li.menu-item-has-children::before {
    position: absolute;
    top: 52%;
    right: -6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    color: #1e1e1e;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.team-image {
    border-radius: 20px;
    overflow: hidden;
}
.team-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.team-image:hover img {
    transform: scale(1.1);
}
.team-details {
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px #0000003b;
    height: 500px;
}
.team-details .team-title {
    margin-bottom: 30px;
    padding: 0;
}
.team-details .team-title h4 {
    margin-bottom: 0;
}
.team-block {
    margin-bottom: 24px;
}
.team-block h5 {
    margin-bottom: 8px;
}
.team-details-inner {
    height: calc( 100% - 90px);
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-right: 30px;
}
.botox-section {
    padding-top: 100px;
}
.botox-left {
    position: relative;
}
.botox-image-one {
    margin-right: 140px;
    border-radius: 20px;
    overflow: hidden;
}
.botox-image-one img, .botox-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.botox-image-one:hover img {
    transform: scale(1.1);
}
.botox-image-two {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
    margin-left: 110px;
    margin-top: -250px;
    position: relative;
    z-index: 1;
}
.botox-right ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
}
.botox-right ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/point-icon.svg);
    background-size: 20px;
}
.botox-right ul {
    margin-bottom: 30px;
}
.botox-right .hero-btn {
    margin-top: 0;
}



