@font-face {
    font-family: 'inter';
url("../font/inter.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
url("../font/Urbanist-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Niramit';
url("../font/Niramit-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NiramitRegular';
url("../font/Niramit-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primaryColor: #04cd78;
    --secColor: #1f5fff;
    --whiteColor: #fff;
    --main: #47ccc8;
    --ashColor: #f5f7fa;
    --accent-color: #7c857e;
    --white: #fff;
    --titleColor: #000d44;
    --bs-white-rgb: 255, 255, 255;
    --bs-bg-opacity: 1;
    --secondaryFont: "Urbanist", sans-serif;
    --transition: all ease 300ms;
    --black: #2D3663;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.font-heading {
    font-family: "NiramitRegular", sans-serif;
}

.font-primary {
    font-family: 'Urbanist', sans-serif;
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #777777;;
    background-color: #ffffff !important;
}

.color-primary {
    color: #0079c9;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #1e5ad5;
}

.bg-color-secondary {
    background-color: rgba(235, 237, 255, 0.93);
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm {
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01;
    border-color: #fd5f01;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918;
}


.sec-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: color-mix(in srgb, #1acc8d, transparent 95%);
    color: #1acc8d;
    border-radius: 7px;
    display: inline-block;
}


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

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.hero-sub-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-h1 {
    font-size: 47px;
    font-weight: bold;
}

.text-h1 {
    font-size: 25px;
    font-weight: bold;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.text-feature-h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.text-sub-title {
    font-size: 16px;
    font-weight: bold;
}

.pt-section {
    padding-top: 80px;
}

.mt-section {
    margin-top: 80px;
}

.section-padding {
    padding: 40px 0;
}

.section-margin {
    margin: 40px 0;
}

.left-section-gap {
    margin: 16px 0;
}

.my-section {
    margin: 80px 0;
}

.py-section {
    padding: 100px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.link-primary-color {
    color: #043872;
    text-decoration: none;
    font-weight: bold;
}


.header-logo {
    text-align: center;
}


.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

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

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.card-title {
    position: relative;
    border-left: 16px solid #c95b00;
    background-color: #0c6918;
    color: #fff;
    padding: 5px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins";
}

.card-title:after {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(4, 114, 26, 0.68);
    position: absolute;
    bottom: -10px;
    left: 0px;
}


.logo-default {
    height: 80px;
}


.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000d44;
    text-shadow: 5px 4px 12px #c1c1c1;
}

.logo-title {
    font-size: 26px;
    font-weight: bold;
}


.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -70px;
}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}

/*slider-content*/


.slider-content {
    text-align: center;
}

.heading-large {
    font-size: 80px;
}

.heading-large span {
    color: #47ccc8;
}

.slider-text {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 30px;
}

.btn-default {
    padding: 22px 44px 22px 44px;
    line-height: 1.4em;
    min-width: 270px;
    font-size: 18px;
    color: #fff;
    background-color: #1e5ad6;
    box-shadow: inset 0 0px 0 50px #1e5ad6;
    border-radius: 40px;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    background-clip: border-box !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: scale(1);
}


.btn-default:hover {
    color: var(--black);
    background-color: var(--white);
    box-shadow: inset 0 0px 0 50px var(--white);
}

.style-2.btn-default {
    color: #fff;
    background-color: #4ac8c5;
    box-shadow: inset 0 0px 0 50px #4ac8c5;
}


.hero-icon {
    padding: 0 6px;
}


.colored-card {
    background-color: #4ac8c5;
    border-radius: 8px;
    background-clip: padding-box;
    padding-left: 45px;
    padding-right: 45px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.inner-card {
    margin: 0 15px 0 0;
}

.heading-h2 {
    position: relative;
    display: block;
    margin: 64px 0 16px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.heading-h2 span {
    color: var(--black);
}

.inner-card p {
    font-size: 18px;
    margin-bottom: 1rem;
}


.card-bg-feature {
    background-color: #ecf2f5;

    z-index: 30;
}

.card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img img {
    height: 90px;
    width: auto;
    margin: 5px auto;
}


.featured-service {
    margin-top: -50px;
    z-index: 500;
}


.img-banner img {
    height: 200px;
    z-index: 10;
    width: 100%;
}

.img-banner {
    position: relative;
    margin-right: 70px;
    z-index: 10;
}

.img-banner:before {
    content: "";
    height: 110px;
    width: 110px;
    background-color: #4ac7c4;
    position: absolute;
    transform: rotate(45deg);
    right: -20px;
    top: 50%;
    margin-top: -55px;
    z-index: -5;
}

.banner-content h2 {
    font-size: 26px;
}


.mri-section {
    position: relative;
}

.waves {
    background: url('../../../assets/img/waves.png');
    zoom: 1;
    filter: alpha(opacity=5);
    -webkit-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.heading {
    color: var(--main);
    position: relative;
    display: block;
    margin: 16px 0 16px;
}

.heading:after {
    content: "";
    width: 100px;
    border-top: 4px solid #009fe3;
    border-color: var(--main);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 30px;
}

.heading h2 {
    font-weight: 800;
    line-height: 1.12;
    font-size: 48px;
    margin-bottom: 30px;
}

.heading h2 span {
    color: var(--black);
}

.text-muted {
    color: rgba(45, 54, 99, .75);
}

.text-lg {
    font-size: 18px;
    line-height: 1.4em;
}

.icon-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img {
    flex-shrink: 0;
    height: 100px;
    width: 100px;
    padding-right: 15px;
}

.icon-content h3 {
    font-size: 22px;
    font-weight: bold;
}

.section-heading {
    padding-bottom: 3rem;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--main);
}

.cs_shape_right {
    height: 5px;
    width: 32px;
    border-radius: 10px;
    position: relative;
    background-color: currentColor;
}

.cs_shape_right:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 5px;
    border-radius: 10px;
    background-color: currentColor;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cs_shape_left {
    height: 5px;
    width: 32px;
    border-radius: 10px;
    position: relative;
    background-color: currentColor;
}

.cs_shape_left:before, .cs_shape_right:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 5px;
    border-radius: 10px;
    background-color: currentColor;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cs_shape_right:before {
    left: initial;
    right: 0;
}

.section-title {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2em;
}


.team-shape {
    width: 330px;
    height: 270px;
    position: absolute;
    top: -250px;
    right: -240px;
    transform: rotate(-30deg);
    transition: all .6s ease;
    background-color: #2ea6f7;
}

.team-thumbnail {
    position: relative;
    z-index: 1;
    transition: all .6s ease;
}

.team-thumbnail img {
    display: block;
}

.team-bio {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
    color: #fff;
}

.team-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2em;
}

.team-slide {
    outline: none;
    width: 330px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.team_subtitle {
    margin-bottom: 10px;
    color: var(--white);
}


.dr-team {
    width: 100%;
    max-width: 320px;
    height: 415px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #002261;
}

.dr-team:hover .team-shape {
    top: -170px;
    right: -110px;
}

.dr-team:hover .team-thumbnail {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    overflow: hidden;
}

.team-thumbnail img {
    display: block;
}

.dr-team:hover .team-bio {
    position: initial;
    opacity: 1;
    transform: translateY(0);
}

.team-thumbnail .team-title {
    font-size: 20px;
    color: var(--white);
}

.social-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.social-btns a {
    background-color: var(--white);
    color: #002261;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.counter-content {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    background-color: #002261;
}

.counter-content .counter-shape {
    width: 100%;
    left: 0;
    top: -20px;
    position: absolute !important;
}

.counter-content .counter-shape img {
    display: inline-block;
    width: 100%;
}

.counter-wrap {
    display: flex;
    justify-content: center;
    row-gap: 40px;
    position: relative;
    z-index: 1;
    padding: 45px 0;
}

.counter {
    position: relative;
    z-index: 2;
    width: 25%;
    padding: 0 45px;
    text-align: center;
    padding: 0 20px;
}


.counter:before {
    content: "";
    height: 57%;
    width: 1px;
    background-color: #dddddd;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.counter-icon {
    width: 74px;
    height: 74px;
    background-color: var(--white);
    border-radius: 50%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-icon img {
    transition: all .4s ease;
}

.counter-nmber {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2em;
    margin-bottom: -2px;
}

.counter-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
}

.service-wrapper {
    overflow: hidden;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% + 2px);
    margin-bottom: -1px;
}

.icon-box:nth-child(odd) {
    padding-right: 50px;
}

.icon-box:nth-child(1) {
    /*padding-top: 0;*/
}

.icon-box:nth-child(2n) {
    padding-left: 50px;
    padding-right: 0;
}

.icon-box {
    display: flex;
    align-items: start;
    gap: 20px;
    border-bottom: 1px solid #d5cfcf;
    border-right: 1px solid #d5cfcf;
    padding: 30px 0;
    overflow: hidden;
}

.icon-box .icon-box-icon {
    position: relative;
    flex: none;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box .icon-box-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease;
}

.icon-box .icon-box-icon:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    transform: translate(-50%,-10px) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .4s ease;
}

.icon-box .icon-box-icon img {
    position: relative;
    z-index: 1;
    filter: brightness(1) invert(0);
    transition: all .4s ease;
}

.icon-box .icon-box-title {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.why-us {
    background-image: url('../../../assets/img/bg-img.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-floating .form-comment {
    height: 150px;
}

.appointment{
    border: 0;
}

.appoinment-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.appoinment-border {
    width: 40px;
    background: #1e5ad7;
    display: block;
    height: 3px;
    margin: 0 auto 30px;
}

.instrument .img-thumb img{
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-thumb {
    padding-bottom: 1px;
    position: relative;
}

.img-thumb img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card_info_wrapper {
    width: 100%;
    max-width: 426px;
    padding: 30px;
    position: relative;
    margin-top: -70px;
}

.card_text {
    width: 100%;
    max-width: 370px;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.card_index {
    width: 47px;
    height: 47px;
    background-color: #002261;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_info_wrapper:after {
    content: "";
    width: 93%;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
}











/*----------about us-----*/

.about-us {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 100px 0;
}

.about-us-images {
    position: relative;
    background-repeat: no-repeat;
    background-position: left 60px bottom 40px;
    background-size: auto;
    padding-right: 100px;
    padding-bottom: 180px;
    margin-right: 30px;
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.about-img-1 figure {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.about-img-1 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}

.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 385px;
    bottom: 0;
    right: 0;
}

.about-img-2 figure {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.about-img-2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}

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

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about-img-1 figure, .about-img-2 figure {
    display: block;
}

.experience-counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 152px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    border: 6px solid var(--whiteColor);
    transform: translate(-50%, -6px);
    border-radius: 50%;
}

.experience-counter h3 {
    font-size: 34px;
    color: var(--whiteColor);
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.experience-counter p {
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--whiteColor);
    text-align: center;
    margin-bottom: 0;
}

.feedback-counter {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}

.feedback-counter p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
}

.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: calc(100% - 75px);
}


.about-us-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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


.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 35px;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}



.about-us-content-list {
    margin-bottom: 40px;
}

.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-us-content-list ul li {
    position: relative;
    font-weight: 500;
    color: #192324;
    margin-bottom: 15px;
}

.about-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.about-contact-item .icon-box {
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: var(--whiteColor);
}

.about-contact-content {
    width: calc(100% - 55px);
}
.about-contact-content p {
    font-weight: 500;
    color: #192324;
    text-transform: capitalize;
    margin-bottom: 0;
}
.about-contact-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.about-contact-item .icon-box img {
    max-width: 40px;
    border-radius: 50%;
}

.experience-counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 152px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    border: 6px solid var(--whiteColor);
    transform: translate(-50%, -6px);
    border-radius: 50%;
}

.experience-counter h3 {
    font-size: 34px;
    color: var(--whiteColor);
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.experience-counter h3 {
    font-size: 34px;
    color: var(--whiteColor);
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.experience-counter p {
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--whiteColor) !important;
    text-align: center;
    margin-bottom: 0;
}



.contact-text {
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    margin-top: 8px;
}

.contact-single {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.69);
}

.contact-icon{
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #0f2239;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 20px;
}

.blue{
    background-color: #4581fd;
}
.orange{
    background-color: #fd7e46;
}
.till{
    background-color: #00d5d2;
}

.border-orange-top:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 6px;
    background: #fd7e46;
    top: -3px;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.icon-boxes .icon-box {
    background-color: #ffffff;
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.icon-box .box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: color-mix(in srgb, #3db2d7, transparent 95%);
    color: #3db2d7;
}

.icon-box h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.icon-box:hover .box-icon{
    background-color: #3db2d7;
    color: #fff;
}




.iconbox.style-2 {
    padding: 30px;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}

.iconbox.style-2 .iconbox-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
    background-image: url('../../../assets/img/service_bg.jpg');
}

.iconbox.style-2 .iconbox-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #002261;
    opacity: .8;
    transition: all .4s ease;
}

.iconbox.style-2 .iconbox-shape {
    width: 56px;
    height: 56px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    bottom: -56px;
    right: -56px;
    transition: all .4s ease;
}

.iconbox.style-2 .iconbox-icon {
    width: 53px;
    height: 53px;
    position: relative;
}

.iconbox.style-2 .iconbox-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #002261;
    filter: drop-shadow(0px 0px 49px rgba(49,82,157,.14));
    border-radius: 50%;
    z-index: 1;
    transition: all .4s ease;
}

.iconbox.style-2 .iconbox-icon:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--accent-color);
    z-index: 0;
    transition: all .4s ease;
}

.iconbox.style-2 .iconbox-icon img {
    position: relative;
    z-index: 1;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconbox.style-2 .iconbox_index {
    color: #002261;
    -webkit-text-stroke: 1px var(--white);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.iconbox.style-2 {
    padding: 30px;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.iconbox.style-2 .iconbox-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.iconbox.style-2 .iconbox-subtitle {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.iconbox.style-2:hover .iconbox-overlay, .iconbox.style-2:hover .iconbox_index {
    opacity: 1;
}

.iconbox.style-2:hover .iconbox-shape {
    bottom: -20px;
    right: -20px;
}

.iconbox.style-2:hover .iconbox-icon:before {
    background-color: var(--accent-color);
}
.iconbox.style-2:hover .iconbox-icon:after {
    background-color: var(--white);
}

.iconbox.style-2:hover .iconbox-title , .iconbox.style-2:hover .iconbox-subtitle {
    color: var(--white);
}

@media (min-width: 767px) {
  .navbar-toggler
  {
      display: none;
  }
}


@media (max-width: 767px) {
    .header-top-area {
        padding: 10px 0 10px;
        background: #fff;
    }

    .header-bottom .menu-area {
    background: transparent;
}
    
    .menu-area .show{
        background-color: #000d44;
    }
    
    .navbar-toggler .icon{
        color: #333;
        font-size: 30px;
    }


    .top-bar p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 500;
    }

    .hero-h1 {
        font-size: 24px;
        font-weight: bold;
        padding-top: 1rem;
    }

    .heading-h2 {
    position: relative;
    display: block;
    margin: 32px 0 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

    .slider-text {
        font-size: 14px;
    }

    .slider-overlay {
        align-items: start !important;
    }

    .image-carousel .section-subtitle{
        margin-top: 2rem;
    }

    .feature-list li {
        width: 100%;
    }

    .counter-card-wrap.style-two .counter-card {
        width: 100%;
    }

    .img-banner {
    position: relative;
    margin-right: 5px;
    z-index: 10;
}

    .counter {
        position: relative;
        z-index: 2;
        width: 50%;
        text-align: center;
    }

    .counter-wrap {
        flex-wrap: wrap;
    }

    .icon-box:nth-child(2n) {
        padding-left: 30px;
        padding-right: 0;
    }

    .icon-box {
        flex-wrap: wrap;
    }

    .experience-counter {
    position: absolute;
    top: -20px;
    left: 60%;
    }

    .about-img-2 {
        right: -32px;
    }

    .feedback-counter {
        display: none;
    }

    .section-title h2 {
        font-size: 26px;
    }

}