.direction,.about-two-section,.about-section,.breadcrumb,.blog-section,.swiper-pagination {
    direction: rtl;
}

.carousel-indicators {
    direction: rtl;
}

.offcanvas-header .btn-close {
    margin-left: 0;
    margin-right: auto;
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0em;
}

.grecaptcha-badge {
    display: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.maindivserv h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.divspon p {
    text-align: right;
    margin-bottom: 10px;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color) !important;
    background-color: #075557;
    border-color: var(--bs-pagination-active-border-color);
}

.divspon p strong {
    text-align: right;
    color: #12a7a7;
}

.mtsl {
    margin-top: -18px !important;
}

.mb-25 p {
    margin-bottom: 15px;
}

.feature-section__content h3 {
    margin-bottom: 15px;
}

.feature-section__content h3 strong {
    color: #12a7a7;
    font-weight: 600;
}

.novideoadd {
    border: 1px solid #b5b9bd;
    border-radius: 20px;
}

.image-evbord {
    border-radius: 20px;
    border: 1px solid #15151512;
}

.blog-post-card .img {
    margin-bottom: 17px;
}

.blog-post-card .text .post-user {
    padding: 20px 0 0px;
}

.blog-post-card .text .post-user span {
    color: #12a7a7;
}

.blog-sidebar-box .sidebar-blog-list__card span {
    color: #12a7a7;
}

.videobox1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 500ms ease;
    z-index: 2;
}

.main-slider-three__video-icon {
    position: relative;
    width: 65px;
    height: 65px;
    background: #12a7a7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    overflow: visible;
    color: #ffffff;
}

.main-slider-three__video-icon .ripple, .main-slider-three__video-icon .ripple::before, .main-slider-three__video-icon .ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #12a7a7;
    animation: ripple 2.4s infinite ease-out;
    z-index: 0;
}

.main-slider-three__video-icon .ripple::before {
    animation-delay: 0.6s;
}

.main-slider-three__video-icon .ripple::after {
    animation-delay: 1.2s;
}

/*** 
=============================================
    Ripple Animation
=============================================
***/
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.logo {
    width: 150px;
}

.aboutback {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #4240400d;
}

.mb-25 {
    margin-bottom: 15px;
}

.services-section__item {
    padding: 20px 15px 20px 15px;
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 70px 0px rgb(33 34 38 / 13%);
    border-radius: 20px;
}

.servback {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#loadMoreBtn2 {
    background: none;
    border: none;
    color: #19bfbf;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: large;
}

.blogback {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.logo-foot {
    width: 140px;
}

.whats:hover {
    background: #4c4a4c;
    color: #ffffff;
}

.whats {
    position: fixed;
    bottom: 110px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #28a745;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 0 0 #25d366;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
        box-shadow: 0 0 0 15px #baffd4;
    }

    to {
        transform: scaleX(1);
        box-shadow: 0 0 0 0 #25d366;
    }
}

.sideSocial a:hover {
    border-radius: 0px 16px 16px 0px;
    width: 48px;
    background: #075557;
    color: #ffffff;
}

.sideSocial a:last-child {
    border-bottom-right-radius: 16px;
}

.sideSocial {
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: start;
    direction: ltr;
}

.sideSocial a {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #043738;
    color: #fff;
    border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
    border-top-right-radius: 16px;
}

.sideSocial a:last-child {
    border-bottom: 0px dashed #45474b4d;
}

.icnn {
    margin-left: 5px;
    color: #19bfbf;
}

.mmtfoot {
    margin-top: -10px;
}

#loadMoreBtn1 {
    background: none;
    border: none;
    color: #19bfbf;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: large;
}

.experienceback {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icnh {
    margin-left: 3px;
}

.offcanvas-header {
    border-bottom: 1px solid #ffffff1a;
}

.navbar-one {
    padding: 10px 0;
}

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

.hidepc {
    display: none;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wave path {
    fill: #fafcfd;
}

.address-content .address-item .address-icon::after {
    position: absolute;
    left: 17%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #075557;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.4;
}

.backmid {
    background: aliceblue;
}

.mission .img {
    overflow: hidden;
    margin-left: 60px;
    border: 1px solid #bdb7b71f;
}

.bldetailceback {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.pdddeta {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #c3e6e7;
    border-bottom: 7px solid #c3e6e7;
}

.fontbldt {
    font-size: 23px;
    margin-top: 17px;
    margin-bottom: 17px;
    color: #12a7a7;
}

.blog-list__item .blog-content p:last-child {
    padding: 0px 0 0px;
}

.workteam {
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid rgba(22, 35, 43, .1);
    padding-bottom: 10px;
}

.inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 52px;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.pt-0 {
    margin-top: 0px;
}

.pb-40 {
    padding-bottom: 40px;
}

.service-block-two:hover .inner-box h4:after {
    background: #205cc8;
}

.service-block-two .inner-box h4:before {
    position: absolute;
    content: '';
    background: hsl(181.5deg 85.11% 18.43%);
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.service-block-two .inner-box h4:after {
    position: absolute;
    content: '';
    background: #12a7a7;
    width: 18px;
    height: 2px;
    left: 0px;
    right: 50%;
    bottom: 0px;
    margin-left: 12px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.service-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #075557;
    padding-bottom: 15px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.ullist li {
    margin-bottom: 6px;
    font-size: 18px;
}

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

.service-block-two .inner-box .icon-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #f4f4f4;
    border: 2px solid #12a7a7;
    border-radius: 50%;
    padding: 15px;
    transition: all 500ms ease;
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom-left-radius: 0px;
}

.service-block-two .inner-box .icon-box img {
    max-width: 47px;
    height: auto;
}

.heiexp {
    min-height: 465px;
}

.img-boxword {
    position: relative;
    border-radius: 10px;
    height: 600px;
    background-size: cover;
    background-position: top;
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    border-radius: 30px;
    /* border-bottom-left-radius: 250px; */
}

.paddword {
    border: 1px solid #12a7a7;
    padding: 30px;
    border-radius: 30px;
    /* border-bottom-left-radius: 250px; */
}

.iconmethod {
    font-size: 34px;
    color: #12a7a7;
}

.mb-40 {
    margin-bottom: 40px;
}

.client-box {
    border: 1px solid #afb1b21f;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    transition: all 500ms ease;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 22px;
    position: relative;
}

.client-bck {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

hr {
    color: hsl(233.33deg 36.99% 28.63% / 31%);
    opacity: .35;
}

.titpart {
    margin-bottom: 40px;
    color: hsl(201.52deg 73.02% 50.59%);
    font-size: 30px;
    padding-top: 20px;
}

.backpart {
    background: aliceblue;
    padding-top: 20px;
}

.atmtatitle {
    color: hsl(201.52deg 73.02% 50.59%);
    margin-bottom: 7px;
}

.titpart1 {
    margin-bottom: 40px;
    color: #2e3464;
    font-size: 30px;
    padding-top: 20px;
}

.ullistfq li {
    margin-bottom: 6px;
    font-size: 18px;
    list-style: disc;
    margin-left: 20px;
    color: hsl(201.52deg 66.75% 38.77%);
}

.borderbaner {
    border: 1px solid #259bdd !important;
    padding: 20px;
    border-bottom-left-radius: 210px;
}

.borderbaner .projectback {
    border-bottom-left-radius: 210px;
}

.projectback {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#table1 {
    border-collapse: collapse;
    width: 100%;
}

#table1 td, #table1 th {
    border: 1px solid #ddd;
    padding: 12px;
}

#table1 tr:nth-child(even) {
    background-color: #e7f6ff;
}

#table1 tr:hover {
    background-color: #2e3464;
    color: aliceblue;
}

#table1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: hsl(201.52deg 68.61% 44.99%);
    color: white;
    text-transform: capitalize;
}

.divtable {
    /* white-space: nowrap;
    overflow-x: scroll;*/
    margin-bottom: 20px;
    overflow-x: scroll;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(181.5deg 85.11% 18.43%);
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    border-radius: 1px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 1px
}

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

.partner-massage__content {
    padding: 0px;
}

.activenav a {
    color: #16d1d1 !important;
}

.btn--baseprof {
    background-color: #ffffff !important;
    color: #075557 !important;
    border: 1px solid !important;
    margin-right: 20px;
}

.btn--baseprof:hover {
    background-color: #042a11 !important;
    color: #ffffff !important;
    border: 1px solid !important;
}

.services-section__item .text .read-more {
    font-size: 1.225rem;
    font-weight: 600;
    color: #12a7a7;
    text-decoration: underline;
}

.mb10 {
    margin-bottom: 10px;
}

.backcolor {
    /* background: #f3ffff; */
    background-image: linear-gradient(to right, #fff, #f6ffff);
}

hr.custom-divider {
    width: 50%;
    margin: 0px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #12a7a7 0%, #0755579e 40%, transparent 80%);
}

.custom-divider {
    height: 2px !important;
}

.read-more-text {
    max-height: 12.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.read-more-text.expanded {
    max-height: 1000px;
}

.read-more-btn {
    background: none;
    border: none;
    color: #12a7a7;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 15px;
    text-transform: capitalize;
    text-decoration-line: underline;
}

.read-more-text1 {
    max-height: 16.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.read-more-text1.expanded {
    max-height: 1000px;
}

.read-more-text2 {
    max-height: 9.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.read-more-text2.expanded {
    max-height: 1000px;
}

.pricing-section__card.active .read-more-btn {
    color: hsl(var(--white));
}

.contact-1 .form-control {
    color: #ffffff;
}

.contact-1 .form-control::placeholder {
    color: rgb(255 255 255);
    opacity: 1;
}

.useful-list li {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 10px;
    margin-bottom: 0px;
    position: relative;
}

.useful-list li:last-child {
    border-bottom: 0px solid #ffffff2b;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.useful-list li a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #19bfbf;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

/* ================= Leaders Section ================= */
.blog-section {
    overflow-x: hidden;
}

/* Leader Box */
.leader-box {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Image Wrapper */
.leader-img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

 .leader-img img {
    width: auto;
    max-width: 320px;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    border-radius: 14px;
}

/* Content Box */
.leader-content {
    flex: 1 1 320px;
    min-width: 0;
    border: 1px solid #7acecec2;
    border-radius: 30px;
    padding: 20px;
    border-bottom: 7px solid #9adada;
    text-align: center;
    box-shadow: 0px 0px 70px 0px rgb(33 34 38 / 13%);
    word-wrap: break-word;
}

/* Text */
.leader-content h4 {
    margin-bottom: 10px;
}

.leader-content span {
    display: block;
    color: #12a7a7;
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 600;
}

.leader-content p {
    margin: 0;
    line-height: 1.7;
}

/* ================= Responsive ================= */
/* Tablet */
@media (max-width: 991px) {
    .leader-box {
        flex-direction: column;
        text-align: center;
    }

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

    .leader-img img {
        max-width: 300px;
        max-height: 380px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .leader-box {
        gap: 15px;
    }

    .leader-img img {
        max-width: 260px;
        max-height: 340px;
    }

    .leader-content {
        padding: 15px;
        border-radius: 22px;
        flex: 1 1;
    }

    .leader-content h4 {
        font-size: 1.1rem;
    }

    .leader-content span {
        font-size: 1rem;
    }

    .leader-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/****************/
.position-relative {
    position: relative;
}

.about-five__element-right::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    background: #77bebe;
    filter: blur(150px);
    z-index: -1;
}

.about-five__element-right {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: -1;
    display: block;
}

.about-five__element-left::after {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    background: #77bebe;
    filter: blur(150px);
    left: -20%;
    opacity: 0.5;
}

.about-five__element-left {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: -1;
    display: block;
}

.contact-1 .form-control {
    border: 1px solid #ffffff4a;
}

.p-relative {
    position: relative;
}

.about-five__thumb__item {
    margin-left: 60px;
}

.about-five__thumb__item img {
    border-radius: 100px 0px;
    object-fit: cover;
    width: 100%;
    height: 570px;
}

.about-five__thumb__item-small {
    position: relative;
    margin-top: -262px;
    text-align: end;
}

.about-five__thumb__item-small img {
    border: 10px solid var(--gotur-white, #fff);
    border-radius: 100px 0px;
    object-fit: cover;
    height: 221px;
    width: 262px;
}

.about-five__thumb::after {
    content: "";
    width: 16px;
    height: 170px;
    border-radius: 100px;
    background-color: #12a7a7;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: -1;
}

.formtitle {
    color: #12a7a7;
    margin-bottom: 30px;
}

.service__details-content h1 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #075557;
}

.service__details-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #12a7a7;
}

.service__details-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #12a7a7;
}

.service__details-content p {
    margin-bottom: 15px;
}

.project-img {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #15151512;
}

.image_block1 .image_container {
    width: 100%;
    padding: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image_block1 {
    display: block;
    width: 100%;
    height: 100%;
    direction: ltr;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.feature-section__content p {
    margin-bottom: 15px;
}

.mr-manl {
    margin-right: 25px;
}

.mr-manr {
    margin-left: 25px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pricing-section__card1 h3 {
    font-weight: 600;
    font-size: 1.588rem;
    padding-top: 15px;
    color: #12a7a7;
}

.pricing-section__card1 h3 sub {
    font-size: 1rem;
    font-weight: 600;
}

.pricing-section__card1 ul {
    max-width: 260px;
    display: grid;
    gap: 12px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-section__card1 ul li {
    text-align: right;
    font-size: 1.125rem;
    /* letter-spacing: 0.5px; */
    color: hsl(var(--black));
    font-size: 1.1rem;
    font-weight: 400;
    list-style: disc;
    margin-right: 15px;
}

.pricing-section__card1 {
    padding: 30px 15px 30px;
}

.team-card-items {
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 0 30px 30px 30px;
}

.team-card-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background-color: #F7F7F7;
    top: 130px;
    z-index: -1;
    height: 285px;
    /* border-bottom: 7px solid #12a7a726; */
    border: 1px solid #12a7a73d;
}

.team-card-items .team-image {
    overflow: hidden;
    border-radius: 154px;
    position: relative;
    border: 1px solid #12a7a73d;
    padding: 10px;
    height: 224px;
    width: 224px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #ffffff;
}

.team-card-items .team-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 154px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    object-fit: contain;
    border: 1px solid #bae4e478;
}

.team-card-items .team-content {
    border-radius: 20px;
    background-color: white;
    padding: 25px 0;
    text-align: center;
    position: relative;
    z-index: 999;
    border: 1px solid #12a7a73d;
}

.team-card-items .team-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--theme);
    transition: all 0.4s ease-in-out;
    z-index: -1;
    border-radius: 20px;
}

.team-card-items .team-content h5 {
    margin-bottom: 10px;
    color: #12a7a7;
}

.team-card-items .team-content h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.feature-section__content p:last-child {
    margin-bottom: 0px;
}

.partners-item {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partners-item img {
    width: auto;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.footer-widget__item p:last-child {
    margin-bottom: 0px;
}

.pdmessage {
    padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 1rem;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
    }

    .pricing-section__card ul {
        max-width: 220px;
    }

    .pricing-section__card h5 {
        font-size: 20px;
    }

    h3 {
        font-size: 1.8rem;
    }

    .team-card-items .team-image {
        width: auto;
    }

    .pricing-section__card1 h3 {
        font-size: 1.388rem;
    }

    .breadcrumb {
        padding: 110px 0 110px;
    }
}

.mtop {
    margin-top: 90px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23042a11'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23042a11'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e");
}

.carousel {
    border-bottom: 1px solid #f2f2f2;
}

.carousel-indicators [data-bs-target] {
    background-color: #042a11;
}

.carousel-inner {
    max-height: 700px;
    min-height: 600px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-resolution: 1.25dppx) and (max-resolution: 1.49dppx) {
    .leader-content span {
        font-size: 1rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .logo {
        width: 105px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.1625rem 0.3125rem;
    }

    .mtop {
        margin-top: 70px;
    }

    .breadcrumb {
        margin-top: 74px;
    }
}

@media (min-resolution: 1.75dppx) and (max-resolution: 1.99dppx) {
    .team-card-items .team-image {
        width: auto;
    }

    .breadcrumb {
        padding: 110px 0 110px;
        margin-top: 74px;
    }

    .logo {
        width: 105px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.1625rem 0.3125rem;
    }

    .mtop {
        margin-top: 70px;
    }

    .carousel-inner {
        max-height: 700px;
        min-height: 450px;
    }
}

@media (min-resolution: 1.5dppx) and (max-resolution: 1.74dppx) {
    .logo {
        width: 105px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.1625rem 0.3125rem;
    }

    .mtop {
        margin-top: 70px;
    }

    .carousel-inner {
        max-height: 700px;
        min-height: 500px;
    }

    .breadcrumb {
        margin-top: 74px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .carousel-item {
        height: 190px;
    }

    .carousel-indicators {
        display: none;
    }

    .mtop {
        margin-top: 65px;
    }

    .carousel-inner {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
    }

    .leader-img img {
        height: 290px;
    }

    .pdmessage {
        padding-bottom: 35px;
    }

    .pddmo {
        /* padding: 15px 16px; */
        font-size: 1.025rem;
    }

    .partners-item {
        height: 90px;
    }

    .partners-item img {
        height: 60px;
    }

    .read-more-text2 {
        max-height: 11.5em;
    }

    .read-more-text {
        max-height: 13.5em;
    }

    .pricing-section__card1 h5 {
        font-size: 21px;
    }

    .pricing-section__card1 ul {
        max-width: 95%;
    }

    .mr-manl {
        margin-right: 0px;
    }

    .mr-manr {
        margin-left: 0px;
    }

    .service__details-content h4 {
        font-size: 18px;
    }

    .service__details-content h3 {
        font-size: 18px;
    }

    .service__details-content h1 {
        font-size: 22px;
    }

    .formtitle {
        margin-bottom: 20px;
    }

    .pricing-section__card ul {
        max-width: 95%;
    }

    .mt-60 {
        margin-top: 10px;
    }

    .counter-section {
        padding: 30px 0;
    }

    .about-five__thumb__item-small {
        margin-top: -130px;
    }

    .about-five__thumb__item img {
        height: 375px;
    }

    .google-map-content iframe {
        height: 275px;
    }

    .py-120 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-form {
        padding: 20px;
    }

    .navbar-one {
        /* border-bottom: 1px solid #042a1121; */
        background: #056465;
        position: absolute;
        padding: 5px 0;
        background-image: linear-gradient(to right, #056465f0, #056465, #056465e6);
    }

    .banner-section::before {
        top: -32%;
    }

    .banner-section {
        padding: 150px 0 30px;
    }

    .leader-box {
        flex-direction: column;
        text-align: center;
        gap: 2px;
    }

    .section-bg {
        clip-path: none;
    }

    .partners-section {
        clip-path: none;
    }

    .services-section {
        clip-path: none;
    }

    .btn--baseprof {
        margin-right: 5px;
        padding: 15px 16px;
        font-size: 1.025rem;
    }

    .partner-massage__content {
        /* padding: 15px; */
    }

    .projectback {
        height: 400px;
    }

    .titpart1 {
        margin-bottom: 25px;
        color: #2e3464;
        font-size: 28px;
        padding-top: 20px;
    }

    .titpart {
        margin-bottom: 25px;
        color: hsl(201.52deg 73.02% 50.59%);
        font-size: 28px;
        padding-top: 20px;
    }

    .paddword {
        /* border-bottom-left-radius: 190px; */
        padding: 10px;
    }

    .img-boxword {
        height: 400px;
        /* border-bottom-left-radius: 190px; */
    }

    .heiexp {
        min-height: auto;
    }

    .inner-box {
        padding: 35px 20px;
    }

    .workteam {
        padding: 20px;
    }

    .bldetailceback {
        height: 215px;
    }

    .fontbldt {
        font-size: 21px;
    }

    .blog-sidebar-box {
        padding: 20px;
    }

    .blogback {
        height: 250px;
    }

    .blog-post-card .text {
        padding: 0 18px 20px;
    }

    .experienceback {
        height: 512px;
    }

    .aboutback {
        height: 385px;
    }

    .hidemob {
        display: none;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .counter-section__item p {
        max-width: 100%;
    }

    .servback {
        height: 250px;
    }

    .mission .img {
        margin-left: 0px;
    }

    .flex-direction {
        flex-direction: column-reverse;
    }

    .feature-section__content .section-title p {
        padding-top: 20px;
    }

    .about-section__img .img {
        margin-left: 0px;
    }

    .client-bck {
        height: 70px;
        width: 135px;
    }

    .client-box {
        padding: 15px;
        margin-bottom: 0px;
    }

    .divtable {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .about-two-section__img .img-two {
        display: none;
    }

    .about-two-section .experience-about {
        bottom: 6px;
        top: auto;
        height: 150px;
    }

    .hidepc {
        display: block;
    }

    .hidepc a {
        color: #16d1d1 !important;
    }

    .about-five__thumb__item {
        margin-left: 35px;
    }
}
