@charset "utf-8";

/* CSS Document */

@import url('bootstrap.min.css');

@import url('aos.css');
@import url('https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css');
@import url('select2.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('remixicons.css');
@import url('elicon.css');
@import url('normal.css');

@media (max-width: 1399px) and (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}


/*----------drodpown----------*/

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    max-width: 280px;
    min-width: 250px;
    position: absolute;
    right: 0;
    left: auto;
    padding: 8px;
    border: 1px solid #E5E6EF;
    box-shadow: 0px 5px 15px rgb(91 86 117 / 10%);
    border-radius: 12px;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(25px) !important;
    transform: translateY(25px) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    -webkit-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
    visibility: visible;
}

.dropdown-menu>.dropdown {
    position: relative;
}

.dropdown-menu>.dropdown a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: .9rem;
    top: .9rem;
}

.dropdown-menu>.dropdown .dropdown-menu {
    top: -15px;
    left: calc(100% + 8px);
}

.account-right .dropdown-menu>.dropdown .dropdown-menu {
    left: initial;
    right: calc(100% + 8px);
}


/*------------Header--------------*/

.header-wrapper.account-logined {
    background-color: #fff;
}

.header-wrapper {
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 0px;
    position: fixed;
    top: 0;
    background-color: #ffffff;
}

.header-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrapper.sticky {
    background-color: #ffffff !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.inner-page-navbar {
    background-color: #27282c;
}

.logo-part a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--fontSpaceGrotesk);
}

.logo-part a img {
    display: block;
    max-width: 220px;
}

.logo-part a span {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}

.nav-bar ul {
    gap: 30px;
}

.nav-bar li {
    position: relative;
}

.nav-bar li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    white-space: nowrap;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.header-wrapper.sticky .nav-bar li a {
    color: var(--textColor);
}

.nav-bar li a.btn-theme {
    color: #004C97;
    font-weight: 600;
}

.nav-bar li a:not(.btn-theme):after {
    content: '';
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background-color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-bar li.active a:not(.btn-theme):after,
.nav-bar li:hover a:not(.btn-theme):after {
    background-color: var(--primaryColor);
    width: 80%;
}

.nav-bar>ul>li>a:not(.btn-theme):hover,
.nav-bar>ul>li>a:not(.btn-theme):focus,
.nav-bar>ul>li.active>a:not(.btn-theme) {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.menu-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu-overlay-bg.active {
    opacity: 1;
    visibility: visible;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e4e6e9;
    opacity: 1;
}

/* showcase-items */
.showcase-items .showcase-item {
    padding: 16px 0px;
    border-bottom: 1px dashed #eac1bc;
}

.showcase-items .showcase-item {
    color: #ffffff60;
}

.showcase-items .showcase-item p {
    min-width: 200px;
    text-transform: uppercase;
}

.showcase-items .showcase-item a {
    color: #ffffff;
}

.showcase-items .showcase-item:hover a {
    color: var(--primaryColor);
}

.studio-showcase-section .section-image {
    position: relative;
    text-align: center;
    z-index: 1;
}

.studio-showcase-section .section-image img {
    max-width: 90%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -moz-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    -o-transform: translate(-50%, -50%) rotate(-15deg);
}

.studio-showcase-section .image-shape {
    width: 100%;
    height: 100%;
    animation: spin 14s linear infinite both;
    -webkit-animation: spin 14s linear infinite both;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* post-card-section */

.post-card-section .post-card .post-image {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 10px;
    max-height: 300px;
}
.post-card-section .post-card .post-image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--primaryColor);
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;   
}
.post-card-section .post-card .post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-card-section .post-card:hover .post-image::before{
    opacity: 0.5;
    transform: scale(1);
    /* top: 0; */
}
.post-card-section .post-card .post-image .link-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background-color: #ffffff;
    transition: all 0.5s ease;
    z-index: 1;
    opacity: 0;
}
.post-card-section .post-card:hover .post-image .link-button{
    opacity: 1;
}
.post-card-section .post-card .post-image .link-button svg{
    width: 24px;
    height: 24px;
}
.post-card-section .post-card:hover .post-text h4 a{
    color: var(--primaryColor);
}
/*-------------footer----------*/

.footer-wrapper {
    background-color: #000000;
    /* background-image: url('../images/footer_bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    color: #a5b5d3;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.footer_bg_logo {
    position: absolute;
    top: 0px;
    right: 260px;
    max-width: 400px;
    z-index: -1;
}

.footer-wrapper .footer-logo {
    margin-bottom: 30px;
    display: inline-block;
}

.footer-wrapper .footer-logo img {
    max-width: 220px;
}

.footer-wrapper .footer-top-section {
    padding: 80px 0px;
    padding-bottom: 50px;
}

.footer-wrapper .footer-widget .widget-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}


.footer-wrapper .footer-widget .btn-theme {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
}

.footer-wrapper .footer-widget ul li a,
.footer-wrapper p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}

.footer-wrapper .footer-widget ul.footer_menu li a:hover,
.footer-wrapper .footer-widget ul li a:hover {
    color: var(--primaryColor);
}

/* .footer-wrapper .footer-widget ul.footer_menu li a:after {
    content: '';
    width: 0px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    height: 1px;
    background-color: #2ce28b;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */

/* .footer-wrapper .footer-widget ul.footer_menu li a:hover:after {
    width: 100%;
} */

.footer-wrapper .footer-bottom-section {
    padding: 16px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-widget .social_icons li a:hover i::before {
    color: #ffffff;
}


/*-------default-content-------*/

.default-content-area {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 40px rgb(14 21 40 / 3%);
    border-radius: 10px;
}

.content-area {
    margin-bottom: 30px;
}

.default-content-area h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.default-content-area h4 span {
    color: #000;
}

.content-area h6 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    line-height: 25px;
}

.content-area ul {
    padding-left: 20px;
}

.content-area li {
    list-style: initial;
}

.content-area p,
.content-area li {
    letter-spacing: 0.3px;
    font-size: 14px;
    color: #8e8c8c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 24px;
}

.content-area a {
    font-weight: 600;
    color: #5a8dee;
}


/*content-area-box*/

.main-wrapper {
    padding-top: 80px;
    display: block;
    width: 100%;
    min-height: calc(100vh - 509px);
}

.header_fixed+.main-wrapper {
    padding-top: 0px;
}


/* section-title */

/* .section-title {
    margin-bottom: 45px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    color: #283653;
    margin-bottom: 25px;
}

.section-title p {
    font-size: 15px;
    font-weight: 400;
    color: #98a3bb;
    letter-spacing: 0.3px;
} */


/*Page-title*/

.banner-section {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(150, 160, 181, 0.2);
}

.banner-title {
    text-align: center;
}

.banner-title h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #283653;
    margin-bottom: 0;
    margin-top: 5px;
}

.banner-title .breadcrumb {
    margin-bottom: 0;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}

.banner-title .breadcrumb-item a {
    color: #283653;
    border-bottom: 1px solid #283653;
}

.banner-title .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
}

.banner-title .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.2rem;
}

.hero_banner_section {
    /* background-color: #004C97; */
    /* background-image: url('../images/hero_banner_pattern.png'); */
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #511010 0%, #FFF8F4 34%, #e2aca6 100%); */

}

.hero_banner_section .hero_banner_main {
    min-height: 70vh;
    padding-top: 100px;
    position: relative;
}

.hero_banner_section .hero_banner_text {
    position: relative;
    z-index: 1;
}

/* .hero_banner_section .hero_banner_text::before {
    content: '';
    background-image: url('../images/hero_barnner_bgicon.svg');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -220px;
    z-index: -1;
} */

.hero_banner_section .hero_banner_text h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--fontSpaceGrotesk);
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

/* 
.hero_banner_section .hero_banner_text h1 span {
    font-weight: 700;
    color: #2CE28B;
    display: block;
    min-height: 52px;
    height: 52px;
}

.hero_banner_section .hero_banner_text h1 span .wrapText {
    display: inline-block;
    min-height: 52px;
    height: 52px;
    border-right: 3px solid #2CE28B;
    padding-right: 4px;
} */

.hero_banner_section .hero_banner_text h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.hero_banner_section .hero_banner_text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 32px;
    color: #ffffff;
    opacity: 0.8 !important;
}


.hero_banner_image {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hero_banner_image img {
    width: 100%;
    height: 100%;
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* doctor_type_card */
/* 
.doctor_type_card {
    box-shadow: 1px 5px 9px rgba(0, 76, 151, 0.06);
    overflow: hidden;
    padding: 24px 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.doctor_type_card .icon {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    -ms-border-radius: 64px;
    -o-border-radius: 64px;
    margin-bottom: 16px;
}

.doctor_type_card h4 {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.doctor_type_card p {
    font-weight: 500;
    color: #ffffff;
} */

/* service_card */
.service_card {
    margin: 0 auto;
    padding: 40px;
    position: relative;
    max-width: 390px;
    min-height: 390px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.service_card:before {
    margin: 0;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all .4s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: all .4s cubic-bezier(.3, 0, .3, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    background: var(--primaryColor);
    pointer-events: none;
    z-index: -1;
}

.service_card:hover:before,
.service_card.active:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.onovo-bubble {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 142px;
    height: 152px;
    pointer-events: none;
}

.onovo-bubble .bubble-1 {
    position: absolute;
    width: 65px;
    height: 65px;
    bottom: -20%;
    right: -10%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: var(--primaryColor);
    opacity: 0;
    transform: scale(.3);
}

.service_card:hover .onovo-bubble .bubble-1,
.service_card.active .onovo-bubble .bubble-1 {
    animation: bubbleOne 2.5s cubic-bezier(.3, 0, .3, 1) forwards;
}

.onovo-bubble .bubble-2 {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 0;
    left: -40%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: var(--primaryColor);
    opacity: 0;
    transform: scale(.25);
}

.service_card:hover .onovo-bubble .bubble-2,
.service_card.active .onovo-bubble .bubble-2 {
    animation: bubbleTwo 1.5s cubic-bezier(.3, 0, .3, 1) forwards;
}

.onovo-bubble .bubble-3 {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 30%;
    left: 30%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: var(--primaryColor);
    opacity: 0;
    transform: scale(.5);
}

.service_card:hover .onovo-bubble .bubble-3,
.service_card.active .onovo-bubble .bubble-3 {
    animation: bubbleThree 2s cubic-bezier(.3, 0, .3, 1) forwards;
}

@keyframes bubbleOne {
    0% {
        bottom: -20%;
        right: -10%;
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        bottom: 0;
        right: 0;
        opacity: 1;
        transform: scale(1.05)
    }

    100% {
        bottom: 0;
        right: 0;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bubbleTwo {
    0% {
        bottom: 0;
        left: -40%;
        opacity: 0;
        transform: scale(.25)
    }

    50% {
        bottom: 30%;
        left: 0;
        opacity: 1;
        transform: scale(1)
    }

    100% {
        bottom: 30%;
        left: 0;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bubbleThree {
    0% {
        bottom: 30%;
        left: 30%;
        opacity: 0;
        transform: scale(.35)
    }

    50% {
        bottom: 63%;
        left: 57%;
        opacity: 1;
        transform: scale(1)
    }

    100% {
        bottom: 63%;
        left: 57%;
        opacity: 1;
        transform: scale(1)
    }
}

.service_card svg {
    color: var(--textColor);
    width: 80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service_card h2 {
    font-weight: 600;
    color: var(--primaryColor);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.service_card p {
    font-size: 20px;
    font-weight: 400;
    color: var(--textColor);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service_card:hover h2,
.service_card.active h2,
.service_card:hover p,
.service_card.active p,
.service_card:hover svg,
.service_card.active svg {
    color: #ffffff;
}

/* marquee-text-wrapper */
@keyframes animate-marquee {
    0% {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.marquee-text-wrapper {
    animation: animate-marquee 80s linear infinite;
    animation-delay: -40s;
    display: flex;
}

.marquee-text-wrapper h2 {
    text-transform: uppercase;
    font-size: 200px;
    line-height: 1;
    flex-shrink: 0;
    font-weight: 900;
}


/*  */

.heading-icon svg {
    width: 24px;
    height: 24px;
    color: var(--primaryColor);
}

/* doctor_list_card */
.doctor_list_card {
    background-color: #FFFFFF;
    box-shadow: 1px 5px 9px rgba(0, 76, 151, 0.06);
    border-radius: 30px;
    padding: 16px;
}

.doctor_list_card .doctor_image a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.doctor_list_card .doctor_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor_list_card .doctor_text .time_badge {
    border-radius: 30px;
    display: inline-block;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge_info {
    background-color: #05C3DD;
}

.badge_warning {
    background-color: #F7BB08;
}

.badge_green {
    background-color: #00945C;
}

/* our_count_section */

.our_count_main {
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 8px 40px rgb(40 38 83 / 8%);
    border-radius: 8px;
}

.our_count_main .col-lg-3 {
    position: relative;
}

.our_count_main .col-lg-3:not(:last-child):after {
    content: "";
    height: 80px;
    width: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #283653;
    opacity: 0.2;
    right: -1px;
}


/* our_expertise_card */

.our_expertise_card {
    padding: 30px;
    border-radius: 8px;
}

.our_expertise_card .card_icon,
.bg_icon {
    width: 80px;
    height: 80px;
    border-radius: 80px 0px 80px 80px;
    background-color: #2CE28B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.our_expertise_card:hover .card_icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.our_expertise_card ul li a {
    display: block;
}

.our_expertise_card ul li a:hover i::before {
    color: #2CE28B;
}

.our_expertise_card .card_icon::after,
.bg_icon:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #004C97;
    border-right: 3px solid #004C97;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.bg_icon.x64 {
    width: 64px;
    height: 64px;
}


/* work_method_section */

.work_method_card {
    padding: 32px 18px;
    border: 3px solid #004C97;
    border-radius: 30px;
    position: relative;
    border-top-right-radius: 0;
    margin-right: 42px;
    height: calc(100% - 32px);
    margin-top: 32px;
}

.work_method_card:before {
    content: '';
    width: calc(100% - 40px);
    height: 3px;
    background-color: #f7f7fa;
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    border-top-right-radius: 0;
}

.work_method_card:after {
    content: '';
    width: 3px;
    height: 65%;
    display: block;
    position: absolute;
    background-color: #f7f7fa;
    top: -3px;
    right: -3px;
    border-top-right-radius: 0;
}

.work_method_card p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

.work_method_card .title_with_icon.flex_item_cs {
    margin-top: -64px;
    margin-left: 24px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.work_method_card .arrow_icon {
    position: absolute;
    right: -46px;
    width: auto;
    top: calc(65% - 16.5px);
    z-index: 1;
    font-size: 26px;
    line-height: 1;
}

.industries_main {
    background-image: url('../images/map.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.industries_main .industries_card {
    background-color: rgba(44, 226, 139, 0.1);
    text-align: center;
    padding: 44px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.industries_main .industries_card h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #F7F7FA;
}

.industries_main .industries_card .icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.industries_main .industries_card:hover {
    background-color: rgba(44, 226, 139, 0.7);
}

.industries_main .industries_card .icon {}

.card_border_row .col-lg-3 {
    border-right: 1px solid rgb(44 226 139 / 20%);
    border-bottom: 1px solid rgb(44 226 139 / 20%);
}

.card_border_row .col-lg-3:nth-child(-n+4) {
    border-top: 1px solid rgb(44 226 139 / 50%);
}

.card_border_row .col-lg-3:nth-child(4n+1) {
    border-left: 1px solid rgb(44 226 139 / 50%);
}

.el_partner_card {
    background: #F7F7FA;
    border-radius: 8px;
    text-align: center;
    padding: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.el_sstories_section .section_title h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #283653;
}

.el_sstories_infos .el_sstories_card {
    text-align: center;
}

.el_sstories_label {
    width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(15 14 51 / 6%);
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #283653;
    border-radius: 60px 0px 60px 60px;
    -webkit-border-radius: 60px 0px 60px 60px;
    -moz-border-radius: 60px 0px 60px 60px;
    -ms-border-radius: 60px 0px 60px 60px;
    -o-border-radius: 60px 0px 60px 60px;
}

.el_sstories_section .section_image img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.el_sstories_section .section_image .section_image_text {
    background: #004C97;
    border-radius: 8px;
    padding: 20px 30px;
    max-width: 466px;
    margin-top: -105px;
    position: relative;
    z-index: 1;
    left: 80px;
}

.el_sstories_section .section_image .section_image_text h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #FFFFFF;
}

.el_sstories_section .section_image .section_image_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
}

.el_sstories_section .btn_flex_item {
    gap: 48px;
}

.el_sstories_section .btn_flex_item .btn-theme {
    padding: 12px 30px;
    font-size: 18px;
}

.our_testimonial_section .container {
    position: relative;
}

.our_testimonial_card {
    background: #FFFFFF;
    border: 2px solid #F7F7FA;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.our_testimonial_card .user_image {
    overflow: hidden;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.our_testimonial_card .user_text h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.our_testimonial_card .user_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
}

.our_testimonial_main .our_testimonial_icon,
.our_testimonial_icon {
    position: absolute;
    top: -30px;
    right: 0;
}

.our_testimonial_text_slider {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

/* aboutus */

.page_banner_section {
    padding-top: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 710px;
}

.page_banner_section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #004C97;
    opacity: 0.8;
    z-index: -1;
}

.page_banner_section .banner_text h2,
.page_banner_section .banner_text h1,
.page_banner_section .banner_text p {
    color: #ffffff;
    text-transform: capitalize;
}

.page_banner_section .banner_text h1 span {
    color: #2CE28B;
}

.page_banner_section .banner_text hr {
    width: 64px;
    border-color: #2CE28B;
    opacity: 1;
    margin: 10px auto 60px;
    border-width: 3px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.page_banner_section .section_title h2:after {
    left: -30px;
    /* z-index: -1; */
    top: -8px;
    width: 44px;
    height: 48px;
}

.image_shape {
    overflow: hidden;
    max-width: 430px;
    position: relative;
    border-radius: 50% 0px 50% 50%;
    -webkit-border-radius: 50% 0px 50% 50%;
    -moz-border-radius: 50% 0px 50% 50%;
    -ms-border-radius: 50% 0px 50% 50%;
    -o-border-radius: 50% 0px 50% 50%;
}

.image_shape::before {
    content: "";
    width: 140px;
    height: 140px;
    border-top: 16px solid #2CE28B;
    border-right: 16px solid #2CE28B;
    position: absolute;
    top: 0;
    right: 0;
}

.image_shape.image_right {
    border-radius: 50% 50% 50% 0px;
    -webkit-border-radius: 50% 50% 50% 0px;
    -moz-border-radius: 50% 50% 50% 0px;
    -ms-border-radius: 50% 50% 50% 0px;
    -o-border-radius: 50% 50% 50% 0px;
}

.image_shape.image_right::before {
    left: 0;
    right: unset;
    border-right: unset;
    border-top: 16px solid #2CE28B;
    border-left: 16px solid #2CE28B;
}

section .flex-row-reverse .section_image {
    margin-left: auto;
}

.abt_believe_main {
    background-image: url('../images/abt_believe.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.send_cv_section_main {
    border-radius: 200px 0px 200px 200px;
    padding: 120px 106px 80px;
}

/* careers */
.opportunities_tabs .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(176, 175, 204, 0.3);
}

.opportunities_tabs .accordion-button {
    background-color: transparent;
    text-transform: capitalize;
    padding: 30px 0px;
}

.opportunities_tabs .accordion-button:focus,
.opportunities_tabs .accordion-button:not(.collapsed) {
    box-shadow: none;
    outline: none;
}

.opportunities_tabs .accordion-button .icon {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    padding: 8px;
    background-color: rgba(176, 175, 204, 0.3);
}

.opportunities_tabs .accordion-button::after {
    background-image: url('../images/icons/icn_arrow_right.svg');
}

.opportunities_tabs .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sendcv_modal .modal-body {
    padding: 60px;
}

.sendcv_modal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgb(40 38 83 / 8%);
    border-radius: 8px;
}

.diliver_card {
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.diliver_card .bg_icon {
    background-color: #004C97;
}

.diliver_card .diliver_card_image,
.diliver_card .diliver_card_image img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.diliver_card .bg_icon::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.diliver_card .diliver_card_text {
    margin-top: -40px;
}

.diliver_card .diliver_card_text .list_style_dots li:not(:last-child) {
    margin-bottom: 10px;
}

/* blogs */
.blog_card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.blog_card .blog_card_image,
.blog_card .blog_card_image img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.blog_card .blog_card_text {
    padding: 24px;
}

.search_box .form-control {
    background-color: #F7F7FA;
    border: none;
}

.categories_lists .categories_lists_item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 24px;
    border-radius: 8px;
}

.categories_lists .categories_lists_item a {
    padding: 30px 24px;
    color: #ffffff;
}

.recent_posts_widget {
    padding: 30px 24px;
    border-radius: 8px;
}

.recent_posts_widget .style_count_list li:last-child {
    margin-bottom: 0px;
}

/* contact_main */
.contact_main {
    margin-top: -128px;
    z-index: 1;
    position: relative;
}

.contact_main .left_part {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(40, 38, 83, 0.08);
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    padding: 60px;
}

.contact_main .right_part {
    background-color: #004C97;
    box-shadow: 0px 8px 40px rgba(40, 38, 83, 0.08);
    border-radius: 0px 8px 8px 0px;
    height: 100%;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact_main .right_part .footer_bg_logo {
    top: unset;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.celebrations_video {
    width: 100%;
    /* height: 100%; */
    min-height: 525px;
    border-radius: 50% 0px 50% 50%;
}

.video_play_btn {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 28px;
    z-index: 1;
}

.video_play_btn:after,
.video_play_btn:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
    z-index: -1;
}

.video_play_btn:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes smallScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.celebrations_gallerys {
    position: relative;
}

.celebrations_gallerys .slider_custom_arrow {
    position: absolute;
    right: 0px;
    top: -20px;
    z-index: 1;
}

.gallery_slider .slide_img {
    background-color: #E6E6E6;
    border: 6px solid #E6E6E6;
    border-radius: 8px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
}

.gallery_slider .slide_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery_slider .slide_img a {
    display: block;
}

.gallery_slider .slide_img.img_1,
.gallery_slider .slide_img.img_4 {
    -webkit-transform: rotate(172deg);
    transform: rotate(172deg);
    width: 260px;
}

.gallery_slider .slide_img.img_2,
.gallery_slider .slide_img.img_3 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 240px;
}

.gallery_slider .slide_img.img_4 {
    margin-top: -28px;
    margin-left: -10px;
}

.gallery_slider .slide_img.img_1 img,
.gallery_slider .slide_img.img_4 img {
    width: 100%;
    height: 200px;
}

.gallery_slider .slide_img.img_2 img,
.gallery_slider .slide_img.img_3 img {
    width: 100%;
    height: 180px;
}

ul.gallery_items_flex {
    gap: 60px;
    padding: 18px 40px;
}

.gallery_items_flex li:nth-child(3) {
    margin-left: 50px;
}

.gallery_slider .slider_item.slick-current.slick-active .slide_img {
    opacity: 1;
}

.gallery_slider .slider_item.slick-current.slick-active .slide_img.img_1,
.gallery_slider .slider_item.slick-current.slick-active .slide_img.img_4 {
    -webkit-transform: rotate(352deg);
    transform: rotate(352deg);
}

.gallery_slider .slider_item.slick-current.slick-active .slide_img.img_2,
.gallery_slider .slider_item.slick-current.slick-active .slide_img.img_3 {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.slider_custom_arrow {
    position: relative;
}

.slider_custom_arrow .slick-arrow {
    top: unset;
    -webkit-transform: none;
    transform: none;
    left: unset;
    right: unset;
}

.slider_custom_arrow .slick-prev:before,
.slider_custom_arrow .slick-next:before {
    display: none;
}

.slider_custom_arrow .slick-arrow.bg_icon {
    width: 40px;
    height: 40px;
    background-color: rgba(206, 204, 255, 0.16);
}

.slider_custom_arrow .slick-arrow.bg_icon:hover {
    background-color: #2CE28B;
}

.slider_custom_arrow .slick-arrow.bg_icon:after {
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-color: #B0AFCC;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider_custom_arrow .slick-arrow.bg_icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider_custom_arrow .slick-arrow.bg_icon:hover:after {
    border-color: #004C97;
}

.slider_custom_arrow .slick-arrow.bg_icon:hover img {
    -webkit-filter: brightness(15);
    filter: brightness(15);
}

/* looks_familiar_card */

.looks_familiar_image {
    position: relative;
}

.looks_familiar_card {
    background-color: #2CE28B;
    max-width: 310px;
    padding: 80px 40px 80px 50px;
    position: absolute;
    top: -40px;
    left: -40px;
}

.looks_familiar_card.arrow_shape::before {
    width: 74px;
    height: 74px;
    border-top: 12px solid #282653;
    border-right: 12px solid #282653;
}

.looks_familiar_card .social_icons li a {
    background-color: #FFFFFF;
}

.diliver_wrapper_main .technology-sidebar {
    width: 100%;
    height: calc(100% - 30px);
    padding: 40px 30px;
    border-radius: 5px;
    background-color: rgb(15 14 51 / 82%);
    background-blend-mode: multiply;
}

.diliver_wrapper_main .technology-sidebar a.btn-sm {
    min-width: 127px;
}