:root {
    /* --primary: #98ff99; */
    /* --primary: #FFD700; */
    --primary: #FFF;
    --secondary: #ed1c24;
    --deep-color: #121212;

    --font-family-Axiforma: 'Axiforma';
    --font-family-Lato: 'Lato';

    --fs-heading: 40px;
    --fs-subheading: 30px;
    --fs-button: 16px;
    --fs-text: 16px;
    --fs-title: 24px;
    --fs-text-sm: 14px;
    --fs-sm: 12px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: var(--font-family-Axiforma);
    font-size: var(--fs-text);
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

:focus-visible {
    outline: 0;
}

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

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

a {
    font-weight: 500;
    text-decoration: none;
    color: var(--secondary);
}

a:hover {
    color: var(--secondary);
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cta_btn_group {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.cta_btn {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
}

a.cta_btn span {
    -webkit-font-smoothing: antialiased;
    display: block;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: var(--font-family-Axiforma);
    font-size: var(--fs-button);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid;
}

a.cta_btn span {
    transition: all .5s cubic-bezier(.56, .2, .23, .89);
}

.cta_btn.type1 span {
    border-radius: 5px;
    border: 1px solid;
    border-color: transparent;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0);
    outline-offset: -4px;
    outline: 2px solid var(--secondary);
    text-shadow: none;
}

a.cta_btn.type1 span {
    background-color: var(--secondary);
    color: #fff;
}

.cta_btn.type1:hover span {
    box-shadow: 0 0 20px rgba(59, 230, 138, .5);
    outline-offset: 10px;
    outline: 0px solid transparent;
}

a.cta_btn.type2 span {
    background-color: var(--deep-color);
    border-color: var(--deep-color);
    color: #fff;
}

a.cta_btn.cta_btn_white span {
    background: #fff;
    color: #000;
    outline: 0;
    border: 1px solid #fff;
}

a.cta_btn.cta_btn_white:hover span {
    background: #fff;
    color: var(--deep-color);
}

p {
    font-size: var(--fs-text);
    font-weight: 400;
    transition: all .5s cubic-bezier(.56, .2, .23, .89);
}

h2 {
    font-size: var(--fs-heading);
    line-height: 1.1;
    position: relative;
    margin-bottom: 2rem;
    transition: all 1.5s ease-out;
}

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

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

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

.heading {
    color: var(--secondary);
    font-family: var(--font-family-Axiforma);
    line-height: 1.1;
    font-size: var(--fs-heading);
    margin-top: 0;
    margin-bottom: 1rem;
}

.loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid #cecece;
    border-top-color: var(--secondary);
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.langs_menu_responsive li a {
    font-family: var(--font-family-Axiforma);
    text-decoration: none;
    font-size: .8rem;
    opacity: .6;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-right: 10px;
}

header {
    width: 100%;
    padding: 0;
    padding-top: 50px;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
}

header.bg_red {
    width: 100%;
    padding: 0;
    padding-top: 0;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    background: #ed1c24;
    padding: 20px 0 10px;
}

header button.navbar-toggle {
    color: #000;
}

header .navbar-toggle {
    display: none;
}

header .collapse:not(.show) {
    display: block;
}

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

#main-navigation {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 10px;
}

#main-navigation ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: row;
    padding-left: 40px;
}


#main-navigation ul li {
    margin-right: 35px;
    z-index: 10000;
}

#main-navigation>ul>li {
    /* padding-bottom: 10px; */
}

#main-navigation .dropdown li {
    margin-bottom: 6px;
}

#main-navigation li a {
    font-family: var(--font-family-Axiforma);
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    white-space: nowrap;
    padding: 0;
    background: transparent;
}

#main-navigation>ul>li>a {
    padding: 30px 0;
}

#main-navigation li a:focus {
    background: transparent;
}

#main-navigation li a.dropdown-item {
    color: #000;
    font-size: 14px;
}

#main-navigation>ul>li:not(.lang_nav) {
    text-transform: uppercase;
}

.main_submenu_container {
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 100px;
    box-shadow: 3px 3px 21px 5px rgba(0, 0, 0, .2);
    border: 0;
    min-width: 16rem;
    max-width: 20rem;
}

.main_submenu_container.dropdown-menu {
    top: 40px;
    left: 10px;
    margin-top: 0;
}

.main_submenu_container.dropdown-menu.show {
    display: none;
}

.main_submenu_container.lg-menu {
    min-width: 30rem;
}

.lang_nav .main_submenu_container {
    top: 50px;
    min-height: 50px;
    width: auto;
    min-width: auto;
    padding: 14px 20px;
}

.main_submenu_container :after,
#responsive_slider_nav.opened:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: -5.5px;
    left: 15px;
    transform: rotateZ(45deg);
    display: block;
}

.lang_nav .main_submenu_container :after {
    display: none;
}

#main-navigation>ul>li:not(.lang_nav):after {
    content: "";
    height: 3px;
    width: 0;
    background-color: #fff;
    display: block;
    position: relative;
    top: 10px;
    transition: all .5s cubic-bezier(.56, .2, .23, .89);
    z-index: 0;
}

#main-navigation>ul>li:not(.dropdown, .lang_nav):hover:after {
    width: 100%;
}

#main-navigation>ul>li:not(.lang_nav):hover .dropdown-menu {
    display: block;
}

#main-navigation .dropdown-menu .title a,
#main-navigation .dropdown-menu .title {
    color: var(--secondary) !important;
    opacity: 1;
    pointer-events: none;
    width: 100%;
    display: block;
    font-weight: 700;
    white-space: pre-wrap;
}

#main-navigation .dropdown-menu .title,
#main-navigation .dropdown-menu ul li {
    margin: 0;
    padding-bottom: 20px;
}

#main-navigation .dropdown-menu ul li:last-child {
    padding-bottom: 0;
}

#main-navigation .dropdown-menu ul li a {
    color: var(--deep-color) !important;
    line-height: 1;
    margin-bottom: 0 !important;
    padding-right: 10px;
    font-weight: 400;
    white-space: pre-wrap;
    padding-right: 0;
    line-height: 1.4;
    font-size: 14px;
    text-transform: capitalize;
}

#main-navigation .lang_nav {
    position: relative;
}

#main-navigation .lang_nav>a {
    background-color: #fff;
    display: block;
    border-radius: 7px;
    padding: 10px;
    color: var(--deep-color);
    text-transform: uppercase;
    cursor: pointer;
}

#logo {
    text-align: center;
    height: auto;
}

#logo a {
    display: block;
    height: 100%;
    width: 100%;
}

#logo img {
    width: 130px;
    height: auto;
}

#logo img.hide {
    display: none;
}

footer .inner_container,
footer .inner_container_bottom {
    display: flex;
}

footer .inner_container_bottom {
    margin-top: -4px;
    position: relative;
    z-index: 2;
}

footer .blue_background {
    background-color: var(--secondary);
    padding: 80px 6vw 50px;
}

footer .white_background {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    min-width: 150px !important;
    text-align: left;
}

.fb75 {
    -o-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
}

.fb25 {
    -o-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
}

footer .branding,
footer .bottom_claim {
    margin: 0 0 1rem;
    height: 170px;
}

#footer_logo {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

footer .white_background .widget_title,
footer .white_background a {
    color: var(--deep-color);
}

footer .white_background .widget_title {
    font-size: var(--fs-title);
    font-weight: 700;
    margin-bottom: 00px;
}

#footer_logo img {
    width: 130px;
    height: auto;
    margin: auto;
}

.mobile {
    display: none;
}

footer .white_background .widget_title,
footer .white_background a {
    color: var(--secondary);
}

footer .white_background a {
    color: var(--deep-color);
    font-weight: 400;
}

footer ul {
    list-style: none !important;
    line-height: 1.25;
    padding-left: 0;
}

footer .white_background ul {
    display: flex;
    gap: .5rem;
    flex-direction: column;
}

footer ul li {
    padding-bottom: 0;
}

footer nav .sub_menu {
    display: inline-block;
    padding-bottom: 1rem;
}

footer #footer_navigation ul.sub_menu li {
    margin-bottom: 14px;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
}

footer #footer_navigation ul.sub_menu li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

footer #footer_navigation ul.sub_menu li::before {
    content: '';
    height: 100%;
    width: 1px;
    background: #ffffff6b;
    position: absolute;
    right: 0;
    top: 0;
}

footer #footer_navigation ul.sub_menu li:last-child::before {
    display: none;
}

footer nav .second_level>a,
footer .white_background ul li a {
    font-size: var(--fs-text);
    font-family: var(--font-family-Axiforma);
    text-decoration: none;
    display: block;
    font-weight: 400;
    color: var(--deep-color);
}

footer .company_details li {
    margin-bottom: 10px;
}

footer .company_details ul li a {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

footer .company_details li a img,
footer .company_details li a svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

footer .white_background ul.social_links {
    flex-direction: row;
    gap: .5rem;
    padding-bottom: 0;
    justify-content: start;
}

footer .white_background ul.social_links img,
footer .white_background ul.social_links svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

footer .inner_container_bottom>div {
    padding-top: 0;
    padding-bottom: 2.5rem;
}

footer .legal_links p,
footer .legal_links a {
    font-size: var(--fs-text-sm);
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

#back_to_top {
    cursor: pointer;
    position: relative;
    bottom: 50px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

footer .bottom_claim h4 {
    font-size: var(--fs-heading);
    color: #fff;
    /* font-family: DM Serif Display; */
    font-family: var(--font-family-Axiforma);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

footer .blue_background nav a {
    color: #fff;
    font-size: var(--fs-text);
    font-weight: 400;
}

footer nav#footer_navigation>ul>li {
    margin-bottom: 40px;
}

footer nav#footer_navigation>ul>li:last-child {
    margin-bottom: 0;
}

footer nav#footer_navigation .menu_title,
footer .widget_title {
    font-size: var(--fs-title);
    font-family: var(--font-family-Axiforma);
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}

footer .langs_menu_responsive {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

footer .langs_menu_responsive li.current-lang a {
    color: #fff;
    opacity: 1;
}

#footer_navigation_explore>nav {
    margin-bottom: 50px;
}

.bottom_line {
    position: relative;
    padding-bottom: 0.67rem;
    padding-left: 0;
    padding-right: 0;
}

.bottom_line h2 {
    padding-bottom: 40px;
    padding-top: 0.67rem;
    margin: 0;
}

.bottom_line h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 80px;
    background-color: #fbc9cb;
}

section {
    padding: 70px 0;
}

.red_block {
    background: #060606;
    padding: 100px 0;
    transition: background 1s ease;
}

.red_block.active,
.red_block:hover {
    background: #100001;
    transition: background 0s;
}

.red_block h2 {
    color: var(--secondary);
    font-weight: 600;
}

.red_block h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}

.red_block p {
    color: #fff;
    font-weight: 300;
    font-size: var(--fs-text);
    font-family: var(--font-family-Axiforma);
}

.inner-box {
    position: relative;
}

.image-box {
    position: relative;
    height: 400px;
}

.image-box .img1,
.image-box .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box .img1 {
    opacity: 1;
    z-index: 1;
    transition: opacity 0s;
}

.image-box .img2 {
    opacity: 0;
    z-index: 2;
    transition: opacity 1s ease;
}

.red_block.active .image-box .img1,
.red_block:hover .image-box .img1 {
    opacity: 0;
}

.red_block.active .image-box .img2,
.red_block:hover .image-box .img2 {
    opacity: 1;
    transition: opacity 0s;
}

.green_circle {
    position: relative;
}

.green_circle:after {
    content: "";
    border: 1.5rem solid #e4878b;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    left: -1.5rem;
    top: -1.5rem;
    height: auto;
    width: 72%;
    aspect-ratio: 1/1;
}

.home-page-layout .green_circle {
    top: calc(6rem * -1);
}

.home_wrapper {
    padding: 0;
    position: relative;

}

.home_wrapper .leftSide {
    padding: 160px 6rem 100px;
    position: relative;
    background: var(--secondary);
}

.home_wrapper .leftSide .heading div {
    opacity: 0;
    transform: translateX(-100px);
    animation: slideIn 0.8s ease-out forwards;
}

.home_wrapper .leftSide .heading .div1 {
    animation-delay: 0.2s;
}

.home_wrapper .leftSide .heading .div2 {
    animation-delay: 0.6s;
}

.home_wrapper .leftSide .heading .div3 {
    animation-delay: 1s;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.home_wrapper .heading {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 6rem;
    font-weight: 700;
}

.home_wrapper p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 40vw;
}



.home-page-layout .home_wrapper p,
.home-page-layout .home_wrapper .cta_btn_group {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 2s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.home_wrapper .type_outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 15px;
}

.services_section h2 a,
.services_section a {
    text-decoration: none;
    color: var(--deep-color);
    font-family: var(--font-family-Axiforma);
}

.services_section {
    padding: 90px 0;
}

.services_section h3 {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.services_section .heading {
    color: var(--deep-color);
    font-family: var(--font-family-Axiforma);
    line-height: 1.1;
    font-size: var(--fs-heading);
    font-weight: 700;
    padding: 0;
}

.services_section .img2 {
    animation: magneticEffect 2s infinite;
    animation-timing-function: linear;
}

@keyframes magneticEffect {
    0% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-50px);
    }

    70% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

.services_section .img1 {
    margin-left: -50px;
}

.services_section img {
    max-width: 80%;
}

.services_list {
    margin-bottom: 80px;
    margin-top: 40px;
}

.services_list ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--deep-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: var(--font-family-Axiforma);
    font-size: var(--fs-text);
    color: var(--deep-color);
    position: relative;
}

.services_list ul li.view-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services_list ul li.view-more a:after {
    content: "+";
    color: var(--secondary);
    transition: all .25s linear;
    cursor: pointer;
    z-index: 0;
}

.services_list ul li p {
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    width: 70%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.services_list ul li a:hover {
    color: var(--secondary);
}

.services_list ul li a:hover+p {
    opacity: 1;
    visibility: visible;
}

.case_studies {
    margin-top: 100px;
}

.case_studies .cases_showcase {
    background-color: var(--secondary);
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.case_studies .case_title {
    font-family: var(--font-family-Axiforma);
    font-size: 9rem;
    position: absolute;
    top: -7rem;
    left: 0;
    text-transform: uppercase;
    display: block;
    color: var(--secondary);
    opacity: .2;
    z-index: -1;
    white-space: nowrap;
    font-weight: 700;
}

.cases_wrapper {
    display: flex;
    align-items: center;
    padding: 50px 20px;
}


.cases_images {
    min-width: 300px;
    flex-basis: 45%;
    position: relative;
    margin-right: 70px;
}

.cases_images .container_img {
    width: calc(100% + 200px);
    min-width: calc(100% + 200px);
    height: calc(100% + 100px);
    left: -214px;
    position: relative;
    -webkit-filter: drop-shadow(5px 5px 5px #0000006e);
    filter: drop-shadow(5px 5px 5px #0000006e);
    position: absolute;
    top: -20px;
    right: 0;
}

.case_image_slide {
    top: -3rem
}

.cases_images>.flex-fixer {
    width: 100%;
    left: 0;
    margin-top: 0px;
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_image_slide {
    opacity: 0;
    transition: all .5s ease-out;
    transform: translateX(50%);
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
}

.case_image_slide:has(p):after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 31, 140, .75) 0%, rgba(0, 31, 140, .5) 35%, rgba(0, 31, 140, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.case_image_slide.first {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0px);
}

.case_image_slide.first.hide_slide {
    opacity: 0;
    pointer-events: auto;
    transform: translateX(-50%);
}

.case_image_slide p {
    font-family: var(--font-family-Axiforma);
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0px 0px 20px rgb(0 31 140 / 15%);
    z-index: 3;
}

.cases_contents {
    flex-basis: 55%;
    padding: 0px;
    padding-right: 10vw;
    position: relative;
}

.case_content_slide {
    opacity: 0;
    transition: all .5s ease-out;
    transform: translateX(30px);
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 74%;
}

.case_content_slide.first {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0px);
}


.case_content_slide.first.hide_slide {
    opacity: 0;
    pointer-events: none;
    transform: translateX(30px);
}

.case_content_slide h4 {
    font-size: var(--fs-heading);
    color: var(--primary);
    font-family: var(--font-family-Axiforma);
    margin-top: 0;
    margin-bottom: 40px;
}

.case_content_slide h5 {
    color: #fff;
    margin-top: 0;
    font-size: var(--fs-text);
    font-weight: 400;
    line-height: 26px
}

div.case_content_slide .case_actions {
    margin-top: 0px;
}

.cases_showcase_navigation {
    margin-top: -1px;
    background-color: var(--secondary);
    padding-top: 20px;
    padding-bottom: 50px;
}

.cases_showcase_navigation .inner {
    text-align: center;
}

.cs_btn {
    display: inline-block;
    vertical-align: middle;
}

#cs_prev_btn,
#cs_next_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cs_index {
    font-family: var(--font-family-Axiforma);
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.client-logo img {
    max-width: 80%;
    height: auto;
}

.blogs h2 {
    margin-bottom: 14px;
}

.blogs h2 a {
    color: var(--secondary);
    font-weight: 600;
}

.post_preview {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    flex-grow: 1;
    position: relative;
}

.post_preview .post_link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.post_preview .post_image {
    box-shadow: 10px 10px var(--deep-color);
    line-height: 0;
}

.post_preview .post_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.post_preview .post_content {
    position: relative;
    pointer-events: none;
    z-index: 1;
    padding: 2rem 10px;
}

.post_preview .post_title {
    font-size: 1.25rem;
    color: var(--secondary);
    font-family: var(--font-family-Axiforma);
    margin-bottom: 1rem;
    margin-top: 0;
}

.post_preview .post_taxonomies,
.post_preview .post_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem 1rem;
    flex-wrap: wrap;
}

.post_preview .post_author,
.post_preview .post_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: .5rem;
}

.post_preview a {
    font-weight: 500;
    color: #000;
    font-family: var(--font-family-Axiforma);
    text-decoration: underline;
    -webkit-text-decoration-color: var(--primary);
    text-decoration-color: var(--primary);
}

.post_preview .post_content a {
    pointer-events: all;
}

.post_preview .post_taxonomies a,
.post_preview .post_info {
    font-size: .7rem;
}

.post_preview .post_author .avatar {
    width: 30px;
    height: 30px;
}

.post_preview .post_info span {
    line-height: 24px;
    display: block;
}

.post_preview .post_info .reading_time_title {
    display: none;
}

.contact-page-layout .section1 {
    background: var(--secondary);
    padding-top: 300px;
    padding-bottom: 100px;
    height: 100vh;
}

.contact-page-layout .section1 h1 {
    padding-left: 100px;
}

.contact-page-layout .section2 h3 {
    margin-bottom: 20px;
}

.contact-page-layout .section2 a {
    color: var(--deep-color);
    font-weight: 400;
    font-size: 20px;

    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-page-layout .section2 a img {
    width: 20px;
    min-width: 20px;
}

.hero_headings {
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
}

.hero_headings h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary);
}

.contact-page-layout form {
    position: absolute;
    right: 80px;
    left: 50%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 0px 20px rgb(0 31 140 / 15%);
}

.contact-page-layout form .form-group {
    margin-bottom: 18px;
}

.contact-page-layout form label {
    color: #202020;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: var(--font-family-Axiforma);
    font-size: 16px;
}

.contact-page-layout form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    box-shadow: none;
    outline: 0;
    padding: 10px 0;
}

.contact-page-layout form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.contact-page-layout form p {
    font-family: var(--font-family-Axiforma);
    color: #777777;
    font-size: 12px;
    font-weight: 400;
}

.contact-page-layout form input[type="submit"] {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--secondary);
    font-size: 16px;
    line-height: 16px;
    font-family: var(--font-family-Axiforma);
    padding: 10px 20px;
    box-shadow: none;
}

.contact-page-layout form .is-invalid+p {
    color: var(--secondary);
}

.contact-page-layout form .text-danger {
    font-size: var(--fs-sm);
}

.contact-page-layout form .text-required {
    color: #dc3545;
    margin-left: 4px;
}

.contact-page-layout form .actions a {
    position: relative;
}

.contact-page-layout form .loading {
    position: absolute;
    top: 14px;
    right: -40px;
}

.career h2 {
    color: var(--secondary);
    font-family: var(--font-family-Axiforma);
    margin-bottom: 1rem;
    margin-top: 0;
}

.mission_box h2 {
    color: var(--secondary);
    font-family: var(--font-family-Axiforma);
    margin-bottom: 1rem;
    margin-top: 0;
}

.mission_box li {
    font-size: 1rem;
    font-family: var(--font-family-Axiforma);
    color: var(--secondary);
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-weight: 600;
}

.about-page-layout .heading {
    color: var(--secondary);
}

.about-page-layout .section1 {
    padding: 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    background: transparent;
    height: 100vh;
    position: relative;
}

.about-page-layout .section1 img {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.about-page-layout .section1>* {
    position: relative;
    z-index: 2;
}

.about-page-layout .section1 h1 {
    color: #000;
    font-size: 4rem;
    font-family: impact;
    text-transform: capitalize;
}

.about-page-layout .section1 h1 span {
    color: var(--secondary);
}

.about-page-layout img {
    border-radius: 20px;
}

.about-page-layout .mission_box {
    padding-top: 100px;
}

.cs-page-layout li,
.cs-page-layout p {
    font-size: 16px;
}

.cs-page-layout .home_wrapper .leftSide {
    height: 100vh;
    min-height: 500px;
    background: #fff;
    padding: 0 12px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-page-layout .home_wrapper p {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    color: #000;
}

.cs-page-layout .section1 {
    height: 100vh;
    width: 83.333%;
    background: var(--secondary);
}

.cs-page-layout .section1 h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.cs-page-layout .heading {
    color: var(--secondary);
    font-weight: 700;
    font-size: var(--fs-subheading);
    line-height: 36px;
}

.cs-page-layout .section2 .right {
    /* font-family: 'DM Serif Display'; */
    font-family: var(--font-family-Axiforma);
    padding: 40px;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: var(--deep-color);
}

.cs-page-layout .section3 h3 {
    font-family: var(--font-family-Axiforma);
    font-size: 30px;
    color: var(--secondary);
    margin-bottom: 40px;
    font-weight: 600;
    padding-right: 100px;
}

.cs-page-layout .section ol {
    padding-left: 30px;
    margin-bottom: 20px;
}

.cs-page-layout .section ol li {
    list-style: disc;
}

.cs-page-layout .section ol li::marker {
    color: var(--secondary);
}

.cs-page-layout .home_wrapper .heading {
    color: var(--secondary);
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: var(--fs-heading);
    font-weight: 700;
}

.cs-page-layout .home_wrapper h4 {
    margin-bottom: 0;
}

.cs-page-layout .services_heading {
    padding-top: 70px;
    color: var(--secondary);
}

.services-page-layout .section1 {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 0 12px;
    padding-top: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-page-layout .section1 h1 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--secondary);
}

.services-page-layout .section1 img,
.join_us img {
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.services-page-layout .section1 img {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.services-page-layout .heading {
    color: var(--secondary);
    font-weight: 700;
    font-size: var(--fs-heading);
}

.services-page-layout .section2 .right {
    /* font-family: 'DM Serif Display'; */
    font-family: var(--font-family-Axiforma);
    padding: 40px;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: var(--deep-color);
}

.services-page-layout .section3 h3 {
    font-family: var(--font-family-Axiforma);
    font-size: 30px;
    color: var(--secondary);
    margin-bottom: 40px;
    font-weight: 600;
    padding-right: 100px;
}

.services-page-layout .section3 ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.services-page-layout .section3 ul li {
    list-style: disc;
}

.services-page-layout .section3 ul li::marker {
    color: var(--secondary);
}

.services_list_box li {
    display: block;
    font-family: var(--font-family-Axiforma);
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--deep-color);
    padding-left: 0;
    margin-right: 30px;
}

.whatsapp_chat {
    position: fixed;
    bottom: 30px;
    right: 34px;
    z-index: 99;
}

.whatsapp_chat svg {
    width: 50px;
    height: 50px;
}

.contact-page-layout .section2 h3 span {
    font-size: 16px;
}

.terms_and_condition .section1 {
    padding: 200px 0 100px;
    display: flex;
    align-items: center;
    background: var(--secondary);
    margin-bottom: 50px;
}

.terms_and_condition .section1 h1 strong {
    color: #fff;
    font-size: 54px;
    font-weight: 500;
}

.terms_and_condition .section1 h1 strong {
    color: var(--primary);
}

.terms_and_condition h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.terms_and_condition p {
    font-size: 16px;
    font-weight: 400;
    color: var(--deep-color);
}

.cs-page-layout .section {
    padding: 0px;
    padding-bottom: 30px;
}

.cs-page-layout img {
    border-radius: 20px;
}



#subscribeNow .modal-body {
    text-align: center;
    padding: 50px 0 70px;
}

#subscribeNow .submit {
    background: var(--secondary);
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    padding: 11px 35px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#subscribeNow .input-main input {
    height: 26px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: var(--deep-color);
    font-size: 1rem;
}

#subscribeNow .input-main input::placeholder {
    color: #a2a2a2;
}

#subscribeNow .input-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #ebebeb;
    border-radius: 100px;
    margin-right: 15px;
}

#subscribeNow .input-main svg {
    width: 30px;
    height: auto;
    fill: #636363;
    margin-right: 10px;
}

#subscribeNow .form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin-top: 39px;
}

#subscribeNow .description {
    font-size: 1.1rem;
    color: #636363;
    margin-top: 10px;
}

#subscribeNow .title {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--deep-color);
}

#subscribeNow .img-head {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

#subscribeNow .loading {
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    border-top-color: #f74e54;
}

#subscribeNow .close {
    position: absolute;
    right: 20px;
    top: 28px;
    background: transparent;
    border: 0;
    font-size: 34px;
    padding: 0;
    line-height: 0;
}