/* font-family: "Poppins",sans-serif;
/*====================
2. Theme variables
======================*/

:root {
    --body-font: "Poppins", sans-serif;

    --font-medium: 'cabinet_groteskmedium', sans-serif;
    --font-light: 'cabinet_grotesklight', sans-serif;
    --font-xlight: 'cabinet_groteskextralight', sans-serif;
    --font-bold: 'cabinet_groteskbold', sans-serif;
    --font-xbold: 'cabinet_groteskextrabold', sans-serif;
    --font-black: 'cabinet_groteskblack', sans-serif;
    --font-thin: 'cabinet_groteskthin', sans-serif;

    --primary_color: #1A4886;
    --secondary_color: #FAB516;
    --body_txt_color: #454545;
    --subTitle_color: #0762AE;
    --footer_bg: #192335;
    --footer_bg2: #0f151e;
    --grey_txt: #656565;

    --blue_bg_color: #1A4886;
    --blue_bg2: #07509E;
    --sky_color: #F5F9FF;

}

/*====================
3. General css
======================*/

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* * {
    scroll-behavior: inherit !important;
} */

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1550px
    }
}

section {
    overflow: hidden;
}

body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: var(--clamp14);
    color: var(--body_txt_color);
    /* line-height: 1.8; */
}

.pdtb {
    padding: 120px 0;
}

.pdtb80 {
    padding: 80px 0;
}

.pdtb50 {
    padding: 50px 0;
}

.pdtb100 {
    padding: 100px 0;
}

.blue_txt_color {
    color: var(--primary_color);
}

.blue_bg {
    background-color: var(--primary_color);
}

.lite_blue_bg {
    background-color: var(--sky_color);
}

.view_all_txt {
    color: var(--secondary_color);
    font-size: var(--clamp14);
    font-weight: 600;
}

.view_all_txt:hover {
    text-decoration: none;
}

.copyRight_bg {
    background-color: var(--footer_bg2);
    color: #fff !important;
    font-size: var(--clamp14);
    font-weight: 300;
    font-family: var(--title-font);
    letter-spacing: 0.5px;
}

.text-justify {
    text-align: justify;
}

.title_color {
    color: var(--primary_color);
}

.grey_txt_color {
    color: var(--grey_txt);
}

.font-14-400 {
    font-weight: 400;
    font-size: var(--clamp14);
}

.font-14 {
    font-weight: 600;
    font-size: var(--clamp14);
}

.font-16-bold {
    font-weight: 700;
    font-size: var(--clamp16);
}

.font-18-400 {
    font-weight: 400;
    font-size: var(--clamp18);
}

.font-18-600 {
    font-weight: 600;
    font-size: var(--clamp18);
}

.font-18 {
    font-weight: 700;
    font-size: var(--clamp18);
}

.font-20-400 {
    font-weight: 400;
    font-size: var(--clamp20);
}

.font-20 {
    font-weight: 300;
    font-size: var(--clamp20);
}

.font-22-700 {
    font-weight: 700;
    font-size: var(--clamp22);
}

.font-22 {
    font-weight: 400;
    font-size: var(--clamp22);
}

.font-27 {
    font-weight: 100;
    font-size: var(--clamp27);
}

.font-28 {
    font-weight: 600;
    font-size: var(--clamp28);
}

.font-30 {
    font-weight: 700;
    font-size: var(--clamp30);
}

.font-32 {
    font-weight: 600;
    font-size: var(--clamp32);
}

.font-38 {
    font-weight: 600;
    font-size: var(--clamp38);
}

.font-42 {
    font-weight: 600;
    font-size: var(--clamp42);
}

.font-44 {
    font-weight: 600;
    font-size: var(--clamp44);
}

.font-45 {
    font-weight: 200;
    font-size: var(--clamp45);
}

.font-46 {
    font-weight: 600;
    font-size: var(--clamp46);
}



.font-53 {
    font-weight: 300;
    font-size: var(--clamp52);
}

.brdr_line {
    width: 1px;
    height: 90px;
    background-color: #fff;
}

.content p {
    font-family: var(--body-font);
    font-weight: normal;
    font-size: var(--clamp14);
    color: var(--body_txt_color);
}

.line-h30 {
    line-height: 30px;
}

.white_btn {
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    color: var(--primary_color);
}

.white_btn:hover {
    background-color: var(--secondary_color);
    color: #fff;
}


/* Theme Buttons */

.theme_btn {
    pointer-events: auto;
    cursor: pointer;
    background: var(--primary_color);
    border: none;
    padding: 15px 30px;
    margin: 0;
    font-size: var(--clamp14);
    position: relative;
    display: inline-block;
    text-decoration: none;
}



.theme_btn::before,
.theme_btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theme_btn_layer {
    overflow: hidden;
    font-size: var(--clamp14);
    border-radius: 10px;
    color: #fff !important;
}

.theme_btn_layer span {
    display: block;
    position: relative;
    /* mix-blend-mode: difference; */
    z-index: 10;
    color: #fff !important;
}

.theme_btn_layer:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.theme_btn_layer::before {
    content: '';
    background: var(--secondary_color);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.theme_btn_layer:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme_btn_layer::after {
    content: '';
    background: var(--secondary_color);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme_btn_layer:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

/* Yellow Button */

.theme_btn_yellow {
    pointer-events: auto;
    cursor: pointer;
    background: var(--secondary_color);
    border: none;
    padding: 15px 30px;
    margin: 0;
    font-size: var(--clamp14);
    position: relative;
    display: inline-block;
    text-decoration: none;
}



.theme_btn_yellow::before,
.theme_btn_yellow::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theme_btn_layer2 {
    overflow: hidden;
    font-size: var(--clamp14);
    border-radius: 10px;
    color: #fff !important;
}

.theme_btn_layer2 span {
    display: block;
    position: relative;
    /* mix-blend-mode: difference; */
    z-index: 10;
    color: #fff !important;
}

.theme_btn_layer2:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.theme_btn_layer2::before {
    content: '';
    background: var(--primary_color);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.theme_btn_layer2:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme_btn_layer2::after {
    content: '';
    background: var(--primary_color);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme_btn_layer2:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}