﻿body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    /*  font-family: "Jost", sans-serif;*/

    color: #112dc9;
    position: relative;
}

.container {
    margin: auto;
}

::selection {
    background-color: #2196f3;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

    a:hover {
        outline: none;
        color: #1d1d1d;
        text-decoration: none;
    }

/* .wow {
    visibility: hidden;
} */

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 13px;
    font-weight: 500;
    color: #757576;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

section {
    overflow: hidden;
}

.section-padding {
    padding-bottom: 50px;
}

.section-heading {
    color: #000;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}

.section_top_block {
    padding-bottom: 50px;
}

.SumoSelect {
    display: block;
    width: 100%;
}

.section {
    padding-top: 50px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #9C9C9C;
}

.form-control:-moz-placeholder {
    color: #9C9C9C;
}


.SumoSelect > .CaptionCont {
    height: 55px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #9C9C9C;
    padding: 10px 22px;
    line-height: 30px;
}

.SumoSelect.open > .CaptionCont {
    color: #000;
}

.SumoSelect.open > .optWrapper {
    top: 55px;
    box-shadow: 2px 3px 13px rgba(0, 0, 0, .07);
    border-radius: 13px;
    border: 1px solid #e6e6e6;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #F3F6FF;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 7px 20px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: unset;
    border-color: #3B99D7;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

    .user_dropdown > a {
        color: #494949;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .user_dropdown img {
        height: 35px;
        width: 35px;
        min-height: 35px;
        min-width: 35px;
        border-radius: 50%;
    }

.dropdown-menu {
    box-shadow: 0px 7px 5px gray;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name > div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

    .user_name small {
        color: #a2a2a2;
        text-transform: lowercase;
    }

    .user_name .user_email {
        margin-top: -10px;
    }

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .user_dropdown ul li {
        display: block;
    }

        .user_dropdown ul li a {
            color: #494949;
            text-transform: capitalize;
            font-size: 14px;
            padding: 5px 10px;
            /* padding-left: 20px; */
            display: block;
            border-bottom: 1px solid #e9ecef;
        }

            .user_dropdown ul li a i {
                margin-right: 5px;
            }

            .user_dropdown ul li a:hover {
                color: #c72026;
            }


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

    .loader:before {
        content: "";
        width: 100px;
        height: 100px;
        border: 5px solid rgba(0, 0, 0, 0.05);
        border-top-color: #000;
        border-radius: 50%;
        animation: spin 1.5s infinite linear;
        display: block;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height: 65px;
    display: flex;
    align-items: center;
    z-index: 10;
    /*  position: fixed;*/
    box-shadow: none;
    background-color: transparent !important;
    width: 100%;
    z-index: 1000 !important;
}

    #header .nav-link {
        color: white !important;
    }

    #header.is-sticky {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        transform: translateY(-100%);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        height: 70px;
        background-color: #fff !important;
        border-bottom: 1px solid #ededed;
    }

        #header.is-sticky .nav-link {
            color: black !important;
        }

        #header.is-sticky.awake {
            transform: translateY(0%);
            -webkit-transition: 0.3s all ease-out;
            -o-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out;
        }

        #header.is-sticky.inner_pages_head,
        #header.inner_pages_head {
            height: 65px;
        }

    #header > .container-fluid > .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    /*    #header .navbar-brand img {
        height: 45px;
        width: auto;
    }*/
    #header .navbar-brand img {
        height: 54px;
        width: 140px;
    }

    #header .navbar-expand-lg .navbar-nav .nav-item {
        margin-right: 15px;
    }

        #header .navbar-expand-lg .navbar-nav .nav-item:last-child {
            margin-right: 0px;
        }

    #header .nav-link {
        position: relative;
        padding: 20px 0px;
        font-size: 15px;
        font-weight: 600;
        color: black !important;
    }

    #header .navbar-expand-lg .navbar-nav .nav-link:hover,
    #header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
        color: #000000;
    }

        #header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
        #header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
            color: #000000;
            transform: scaleX(1);
        }

    #header .navbar-expand-lg .navbar-nav .nav-link:before {
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 4px;
        background: #4bb9dc;
        transform: scaleX(0);
        content: "";
        position: absolute;
        transition: transform 0.5s ease;
    }

    #header .dropdown-toggle::after {
        border: none;
        /* height: 8px;
  width: 11px; */
        /* background-image: url(../img/drop_arrow.png); */
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-top: 3px;
    }

    #header .extra_nav {
        margin-left: 30px;
    }

    #header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
        margin-right: 10px;
    }


    #header .extra_nav .nav-item:list-child {
        margin-right: 0px;
    }


    #header .extra_btn:hover {
        background-color: rgba(255, 255, 255, 0.24);
    }

    #header .header_filled_btn {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #c72026;
        color: #fff;
        border: 1px solid #c72026;
    }

        #header .header_filled_btn:hover {
            background-color: #fff;
            color: #c72026;
        }

    #header .header_border_btn {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #fff;
        color: #c72026;
        border: 1px solid #c72026;
    }

        #header .header_border_btn:hover {
            background-color: #c72026;
            color: #fff !important;
        }

.header_border_btn:before,
.header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


    #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
        width: 21px;
        height: auto;
        vertical-align: text-bottom;
    }

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}

#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
}

.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

    .lang_country .flag_ico img {
        max-width: 19px;
    }

    .lang_country:last-child {
        border-bottom: 0;
    }

    .lang_country:hover {
        color: #c72026;
        background-color: transparent;
    }


.navbar-brand {
    font-size: 0;
    background: white;
    border-radius: 10px;
    padding: 5px;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

    .footer-logsign-link:after,
    .footer-logsign-link:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: -1;
    }

    .footer-logsign-link:before {
        background-color: #df1f26;
        left: 0;
    }

    .footer-logsign-link:after {
        background-color: #ec2027;
        right: 0;
    }

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

    .footer-signin-link a span,
    .footer-signup-link a span {
        color: #fff;
        font-size: 36px;
        width: 100%;
    }

    .footer-signin-link a p,
    .footer-signup-link a p {
        color: #fff;
        font-size: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .footer-signup-link a span.footer-link-arrow,
    .footer-signin-link a span.footer-link-arrow {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        border-radius: 50%;
        background-color: #d42027;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 23px;
        transition: 0.5s all;
    }

    .footer-signup-link a:hover span.footer-link-arrow,
    .footer-signin-link a:hover span.footer-link-arrow {
        background-color: #fff;
        color: #d42027;
    }


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 0px;
    display: inline-block;
    max-width: 170px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

    .cts_no p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 300;
    }

.copyright {
    padding: 15px 0;
    border-top: 1px solid #4bb9dc;
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
    background: #008caf;
    text-align: center;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgb(255 255 255);
    font-weight: 400;
    background: #ffffff00;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
}

.relative-box {
    position: relative;
    top: 7px;
}

    .relative-box .subscribe-btn {
        position: absolute;
        top: 0;
        right: 0;
        color: #827e7e;
        height: 45px;
        font-size: 20px;
        background: no-repeat;
    }

        .relative-box .subscribe-btn:hover {
            color: #d42027;
        }

footer h6 {
    font-size: 17px;
    color: #fff;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-links li {
        margin: 3px 0;
        padding: 0;
        list-style: none;
        margin-bottom: 10px;
    }

        ul.footer-links li a {
            font-size: 12px;
            font-weight: 400;
            color: white;
            transition: 0.4s;
        }

            ul.footer-links li a:hover {
                color: skyblue;
                padding-left: 5px;
            }

    ul.footer-links.socialize li a {
        position: relative;
        padding-left: 25px;
    }

        ul.footer-links.socialize li a i {
            position: absolute;
            left: -9px;
            width: 30px;
            text-align: center;
            top: -4px;
            color: #959595;
            font-size: 17px;
        }

.footer_wrapper {
    background-color: #008caf;
    padding: 16px 0 9px 0px;
}

footer h6 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgb(255 255 255 / 50%);
    font-weight: 400;
}


.navbar {
    padding: 0;
}


#top-button {
    display: inline-block;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #top-button.show {
        opacity: 1;
        visibility: visible;
    }

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #008caf;
    display: none;
    border: #008caf 1px solid;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0px 0px 5px black;
}

    .back_top span {
        position: relative;
        display: block;
        color: #fff;
        width: 100%;
        height: 100%;
    }

        .back_top span svg {
            width: 22px;
            height: 21px;
            position: absolute;
            left: 0;
            margin: 0 auto;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
        }

    .back_top:hover {
        border-color: #2196f3;
        color: #2196f3;
        background-color: #fff;
    }

        .back_top:hover span {
            color: #2196f3;
        }


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 0;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

    .custom_checkbox input[type="checkbox"]:checked,
    .custom_checkbox input[type="radio"]:checked {
        border: 2px solid #1295d6;
        background: #1295d6;
    }

        .custom_checkbox input[type="checkbox"]:checked::before,
        .custom_checkbox input[type="radio"]:checked::before {
            content: "\f00c";
            height: 100%;
            color: #fff;
            font-family: "Font-awesome-5-pro";
            position: absolute;
            font-weight: 500;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom_radio [type="radio"]:checked + label,
    .custom_radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .custom_radio [type="radio"]:checked + label:before,
        .custom_radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #b5b5b5;
            border-radius: 100%;
            background: #fff;
        }

        .custom_radio [type="radio"]:checked + label::after,
        .custom_radio [type="radio"]:not(:checked) + label::after {
            content: '';
            width: 10px;
            height: 10px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom_radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom_radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.main-popup .form-control {
    height: 30px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 5px 15px;
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

    .form-control:focus {
        box-shadow: none;
    }

.btn-primary {
    background-color: #4bb9dc;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #4bb9dc;
}

    .btn-primary:hover {
        color: #0e517c;
        background-color: transparent;
        border: 1px solid #0e517c;
    }

.custom_select_block .ms-dd .ms-dd-header {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    overflow: hidden;
    width: 100%;
}

    .custom_select_block .ms-dd .ms-dd-header .option-selected {
        height: 45px;
        padding: 10px 25px;
        width: 100%;
    }

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}

.custom_select_block .ms-dd {
    width: 100%;
}

    .custom_select_block .ms-dd .ms-dd-arrow {
        margin-top: -5px;
        right: 25px;
    }








.slider_heading {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

.slider_inner_block p {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}

.slider_inner_block .btn-primary {
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #141414;
    padding: 12px 30px;
    border: 1px solid transparent;
    margin-top: 20px;
}

    .slider_inner_block .btn-primary:hover {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #fff;
    }

/*.banner_heading_slider .swiper {
    padding-bottom: 50px;
}*/

.svg_size {
    height: 26px;
    width: 26px;
    margin-left: 10px;
}

.banner_heading_slider .swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    opacity: 1;
}

    .banner_heading_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #fe7e0f 0%, #fc3d33 43%, #fe7e0f 100%);
    }



.banner_heading_slider .swiper-pagination {
    text-align: center;
    bottom: 0px;
}

.slider_inner_block {
    max-width: 650px;
}



.client_List_box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 25px;
    position: relative;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgb(207 207 207 / 77%) inset;
    transition: color .15s ease-in-out;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .client_List_box:hover {
        box-shadow: 0 0 10px rgb(207 207 207 / 77%);
    }

.find_icon_box {
    padding: 42px 62px !important;
}

.client_Icon_box {
    width: 153px;
    height: 128px;
    position: absolute;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    padding: 38px 55px;
    /* background-position: bottom; */
    bottom: -1px;
    right: -1px;
}

.client_List_Title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.client_List_desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000 !important;
    margin: 0;
}

.#000;t_yellow_box {
    background-color: #132B3E;
    width: 100%;
    height: 147px;
}

.client_yourself_wrapper {
    margin: 0px 0 290px;
}

.section-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fc3d33;
}

.icon_block {
    margin-bottom: 15px;
}

.techno_card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 14px 20px;
    position: relative;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgb(207 207 207 / 77%) inset;
}

    .techno_card img {
        height: 55px;
    }

.techno_block {
    width: 14%;
}

.services_section {
    padding-top: 50px;
}

.social_icons_block {
    display: flex;
    margin: 10px 0px;
    align-items: center;
    gap: 10px;
}

    .social_icons_block a {
        height: 35px;
        width: 35px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

        .social_icons_block a:hover {
            background-color: #ffffff;
            color: #112dc9;
        }


/* vision mission section */

.vision_mission {
    background-image: url(../img/herobanner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .vision_mission::before {
        content: "";
        position: absolute;
        background: #44a9d9;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }

.vision_mission_card {
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed #fff;
    box-shadow: 0 0 10px rgb(207 207 207 / 77%) inset;
}

.vision_mission_heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .vision_mission_heading h3 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
    }

    .vision_mission_heading::after {
        content: "";
        width: 0px;
        transition: 1s;
        height: 5px;
        background: #4bb9dc;
        position: absolute;
        bottom: 5px;
        left: 0;
        border-radius: 20px;
    }

.vision_mission_dis p {
    font-size: 21px;
    color: #fff;
}



/*megamenu css start  */
.header_bg_nav {
    background-color: #4891E8;
    width: 100%;
    /* height: 60px; */
    display: flex;
    align-items: center;
}

header .navbar-nav {
    margin: 0;
}

.megamenu {
    padding: 20px 30px;
    border-radius: 0;
    border: 0;
}

.menutitle {
    margin-bottom: 3px;
}

    .menutitle a {
        font-size: 12px;
        font-weight: 600;
        color: #052D5A;
    }

.megamenu ul li {
    margin-bottom: 3px;
    list-style: none;
}

    .megamenu ul li a {
        font-size: 12px;
        color: #4A4A4A;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }

        .megamenu ul li a:hover {
            color: #ed5c1a;
        }

.top_br {
    border-top: 1px solid rgba(72, 145, 232, 0.2);
    padding-top: 15px;
    margin-top: 15px;
}

.col-megamenu {
    border-right: 1px solid rgba(72, 145, 232, 0.2);
    padding-right: 6px;
}


.Softwere_app_menu ul li {
    list-style: disc;
    padding-left: 35px;
}

.Softwere_app_menu ul a {
    font-size: 12px;
    margin-left: -31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bi-plus {
    font-size: 20px;
    font-weight: 800;
}
/*megamenu css end  */





/* contact us page css start */


.banner-section {
    position: relative;
    min-height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* background-color: #00375b; */
    /* margin-bottom: 50px; */
    overflow: hidden;
}

/* .banner-section::before {
    content: '';
    position: absolute;
    background-image: url(../img/banner-left-img.png);
    background-position: left bottom;
    background-size: contain;
    height: 186px;
    background-repeat: no-repeat;
    width: 274px;
    left: 44px;
    bottom: 0;
    opacity: 0.1;
}



.banner-section::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/banner-right-img.png);
    height: 100%;
    width: 400px;
    right: 0;
    bottom: 0px;
    background-position: right center;
    background-size: cover;
    opacity: 0.1;
} */

.breadcrumb_box {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 53%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.breadcrumb_box_home {
    z-index: 1;
    position: absolute;
    top: 43px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.page_banner_heading {
    font-weight: 700;
    font-size: 55px;
    line-height: 79px;
    color: #ffffff;
}

.breadcrumb_box .breadcrumb {
    /* justify-content: center; */
    display: flex;
    align-items: center;
}

.breadcrumb_box .breadcrumb-item a {
    color: #00375b;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb_box .breadcrumb-item.active {
    color: #00375b;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: none;
    color: #fbfbfb !important;
    content: "/";
    font-weight: 400;
    font-size: 20px;
}

.getintouch ul li {
    display: flex;
    gap: 24px;
    border: 1px solid #e2e2e2;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.our-services-title {
    font-size: 2.5rem;
    color: white;
    font-weight: 600;
    line-height: 37px;
}

/* CONTAINER */
.features {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* BOX */
.feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
}

    /* ICON */
    .feature-box i {
        font-size: 28px;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 12px;
        border-radius: 10px;
    }

/* TEXT */
.feature-text {
    line-height: 1.3;
}

    .feature-text span {
        display: block;
        font-size: 14px;
        opacity: 0.8;
    }

    .feature-text strong {
        font-size: 16px;
    }

.icon_box {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    background: #d9edf4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading_h2 {
    font-weight: 500;
    font-size: 22px;
    position: relative;
    color: #646464;
    padding-bottom: 23px;
}

.page-title {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
    color: #132B3E;
}

.heading_h2 {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #132b3e;
    padding-bottom: 15px;
}

.getintouch ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cms-pages {
    margin-bottom: 60px;
}

.icon_box svg {
    height: 20px;
}

.cms-pages textarea.form-control {
    height: 170px !important;
}

.form-group {
    margin-bottom: 20px;
}

.cms-pages .details_contact span a {
    color: #005aef;
}

.getintouch ul li span {
    font-size: 17px;
    color: #888;
    font-weight: 500;
    font-family: sans-serif;
}

.form-floating > label {
    font-size: 18px;
    color: #132B3E;
    font-weight: 500;
    padding: 15px 15px 15px 25px;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 10px 50px 10px 25px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #D0ED81;
    box-shadow: none;
}

.form-floating {
    position: relative;
    margin-bottom: 30px;
}

/* contact us page css end */




/* ======================== Blog ============================== */

.blog-wrapper {
    background-color: #ffffff;
    margin-bottom: 60px;
}

.blog-entry {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    border: 1px solid #ededed;
}

.page-header .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    margin-top: -25px;
}

    .page-header .breadcrumb li,
    .page-header .breadcrumb a,
    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }

.blog-entry .img {
    display: block;
    height: 150px;
    width: 200px;
    background-position: center;
    background-size: cover;
}

.blog-sidebar-img {
    display: block;
    height: 60px;
    width: 80px;
    background-position: center;
    background-size: cover;
}

.blog-text {
    width: calc(100% - 150px);
}

.blog-sidebar-text {
    width: calc(100% - 60px);
}

.blog-entry .blog-text .meta-wrap .meta span,
.blog-entry .blog-text .meta-wrap .meta span a {
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #908f8f;
}

.btn-custom {
    font-size: 15px;
    color: #005aef;
}

    .btn-custom i {
        vertical-align: middle;
        padding-left: 5px;
    }

.blog-disc {
    font-size: 14px;
}

.blog-entry .blog-text h3 a {
    font-size: 18px;
}

.blog-sidebar {
    display: block;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    border: 1px solid #ededed;
}

.blog_sidebar_block_heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .blog_sidebar_block_heading:after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #ededed;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.blog-side-heading {
    font-size: 15px;
}

    .blog-side-heading a {
        font-size: 14px;
        font-weight: 400;
    }

.blog-side-meta,
.blog-side-meta a {
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #908f8f;
}

.blog-wrapper hr {
    border-top: 1px solid #ededed;
}

.blog_sidebar_normal_list ul {
    padding: 0;
    margin: 0;
}

    .blog_sidebar_normal_list ul li {
        list-style: none;
    }

.blog_sidebar_block {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}

    .blog_sidebar_block:last-child {
        padding-bottom: 0rem;
        border-bottom: none;
    }

.categoryBlogClass {
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
    position: relative;
}

    .categoryBlogClass:hover {
        color: #0059ed;
    }

    .categoryBlogClass i {
        font-size: 10px;
        margin-right: 7px;
        vertical-align: initial;
    }

.blog-archives ul li a {
    color: #666666;
    margin-bottom: 5px;
    font-size: 13px;
}

.blog-archives > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

    .blog-archives > li > a.categoryBlogClass {
        margin-bottom: 3px;
    }

    .blog-archives > li:last-child {
        border-bottom: none;
    }

.findTags {
    display: inline-block;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    padding: 5px 12px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 12px;
}

    .findTags:hover {
        background-color: #005aef;
        color: #fff;
    }

.blog-sidebar-trigger {
    display: none;
}

.blog-sidebar-trigger {
    font-size: 18px;
    font-weight: 400;
    background-color: #efefef;
    padding: 7px 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.times-icon,
.bar-icon {
    font-size: 22px;
}

.times-icon,
.open .bar-icon {
    display: none;
}

.bar-icon,
.open .times-icon {
    display: block;
}

.single-post-meta span,
.single-post-meta span a {
    margin-right: 11px;
    color: #908f8f;
}

.single_blog_heading {
    font-size: 30px;
}

.blog-post-content p {
    margin-bottom: 0;
}

.blog-text {
    padding-left: 15px;
}

/* blog end */

/* cms strat */

.cms_section {
    margin-bottom: 60px;
}




/* about us page css start */

.bottom_space {
    margin-bottom: 20px;
    display: block;
}

.dis_text {
    text-align: justify;
    margin-top: 20px;
}


/* about us page css start */

/* career page css start */

/* .inner_form_wrapper {
    max-width: 1050px;
    margin: 0 auto;
} */


/* career page css end */




/* droupzone  */

.select_file .dz-message {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #B1B1B1;
}

.select_file .dropzone {
    background: transparent;
    border: none;
}

.select_file .dropzoneText svg path {
    fill: #a7cc43;
}

.select_file .dropzoneText {
    margin-right: 15px;
}

.select_file .dropzone.dz-started .dz-message {
    height: 130px;
    display: flex;
    background: #fff;
    border: 1px solid #132B3E;
    opacity: 1;
}

.select_file .dropzone .dz-preview,
.select_file .dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #132B3E;
    padding: 12px;
    border-radius: 6px;
    min-height: 185px;
    width: 146px;
    display: inline-flex;
    flex-direction: column;
}

    /* .select_file .dz-error-mark svg {
    height: 30px;
}
.select_file .dz-error-mark svg path{
    height: 30px;
} */

    .select_file .dropzone .dz-preview .dz-progress,
    .dropzone-previews .dz-preview .dz-progress {
        display: none !important;
    }

    .select_file .dropzone .dz-preview.dz-error .dz-error-mark,
    .dropzone-previews .dz-preview.dz-error .dz-error-mark {
        display: none;
    }

.select_file .dz-details {
    display: none;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: none;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    background-image: unset;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
    margin-top: auto;
    background-color: #4bb9dc;
}

.select_file label {
    font-size: 18px;
    color: rgb(0 0 0);
    font-weight: 500;
}

.uplText {
    color: #000;
}

.dz-success-mark {
    display: none;
}

.dz-error-message {
    display: none;
}

/*  */




/* services page css start */

.services_hero_banner {
    background: linear-gradient(90deg, rgb(0 59 97) 0%, rgb(2 65 105) 35%, rgb(75 185 220) 100%);
    padding: 130px 0 60px;
}

.hero_inner_block {
    max-width: 600px;
}


    .hero_inner_block .slider_heading {
        margin-bottom: 30px;
        line-height: 55px;
    }

    .hero_inner_block p {
        color: #fff;
    }

    .hero_inner_block .btn-primary {
        background-color: #03f1ff;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
        color: #003d64;
        padding: 12px 30px;
        border: 1px solid transparent;
        margin-top: 20px;
    }

        .hero_inner_block .btn-primary:hover {
            background-color: #fff;
        }


.service_page_header #header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: transparent !important;
    box-shadow: none;
    height: 100px;
}

    .service_page_header #header .nav-link {
        color: #ffffff;
    }

    .service_page_header #header .nav-link {
        position: relative;
        padding: 10px 0px;
    }

.service_page_header .nav-link {
    color: rgb(255 255 255);
}

.service_page_header #header .navbar-brand img {
    height: 60px;
    width: auto;
}

.second_logo {
    display: none;
}

.service_page_header #header.is-sticky.awake {
    background-color: #fff !important;
    height: 70px;
}

    .service_page_header #header.is-sticky.awake .first_logo {
        display: none;
    }

    .service_page_header #header.is-sticky.awake .second_logo {
        display: block;
    }

    .service_page_header #header.is-sticky.awake .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
        color: #000000;
    }

    .service_page_header #header.is-sticky.awake .nav-link {
        color: rgb(0 0 0);
    }

        .service_page_header #header.is-sticky.awake .nav-link:hover {
            color: #4bb9dc;
        }

.service_page_header #header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.footer-links li a i {
    margin-right: 5px;
    font-size: 17px;
}

.copyright_text span {
    color: white;
}
/* ul.contact_info{
    display: flex;
    gap: 15px;
} */
.mobile_mail {
    display: flex;
    gap: 15px;
    align-items: center;
}



.icon_fix {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    font-size: 30px;
    background-color: white;
    padding: 6px 6px;
    border-radius: 6px;
}

.icon_fix1 {
    position: fixed;
    right: -6px;
    top: 60%;
    z-index: 999;
    font-size: 30px;
    padding: 6px 6px;
    border-radius: 6px;
}

    .icon_fix1 button {
        padding: 5px;
        font-size: 14px;
        border-radius: 4px;
    }

        .icon_fix1 button:hover {
            color: #4bb9dc;
            border-color: #4bb9dc;
        }

.icon_fix i {
    transition: 0.5s;
    color: green;
}

.offcanvas-body .form-control {
    height: 33px;
    font-size: 12px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 6px 6px;
    margin-bottom: 13px;
}

.submit_offcanvas {
    width: 35%;
    float: right;
    background-color: #4bb9dc !important;
    border: 1px solid #4bb9dc !important;
    color: #fff !important;
    font-size: 14px !important;
}
/* .icon_fix i:hover{
    margin-right: 100px;
} */
.Value_imgbox {
    width: 75%;
    margin: auto;
}

.slider4 img {
    position: relative;
}

.ekonst {
    position: absolute;
    top: 103px;
    right: 121px;
    background-color: white;
}

.recharge_pre {
    margin: 15px 0;
}

    .recharge_pre h6 {
        border-bottom: 1px solid #008caf;
        padding: 2px 0;
        display: inline;
        color: #008caf;
        font-weight: 700;
        font-size: 23px;
    }

.recharge_pre_beni h6 {
    display: inline;
    color: #008caf;
    font-weight: 700;
}

.recharge_pre_beni ul li {
    color: #008caf;
    margin: 15px 0;
}

.recharge_pre_beni ol li {
    color: #008caf;
    margin: 9px 0;
    font-size: 13px;
    font: 500;
    font-weight: 700;
    /* display: flex;
    gap: 10px; */
}

    .recharge_pre_beni ol li span {
        margin: 0;
        color: grey;
        font-weight: 400;
    }

.flight_li ul li {
    list-style: none !important;
    color: #757576 !important;
    font-size: 13px;
}

.recharge_pre_beni h3 {
    color: #008caf !important;
    font-size: 18px !important;
}

.recharge_pre_beni strong {
    color: #008caf;
}
/*Bharat Sahu*/



.send_mess {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .send_mess input {
        background: #008caf;
        color: white;
        border: 1px solid #008caf;
        transition: 0.8s;
        width: 30%;
    }

        .send_mess input:hover {
            color: #008caf;
            background: #d6f7ff;
        }

.send_mess1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .send_mess1 input {
        width: 133px;
        background: #008caf;
        color: white;
        border: 1px solid #008caf;
        transition: 0.8s;
    }

        .send_mess1 input:hover {
            color: #008caf;
            background: #d6f7ff;
        }

.send_mess button {
    padding: 10px;
    border: 1px solid #d7caca;
    border-radius: 5px;
    background: none;
    color: #938b8b;
    /* margin-top: 20px; */
    width: 134px;
}

.contact_dtl {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 13px;
    padding: 10px;
    border-radius: 8px;
    width: 403px;
}

.add_contact strong {
    color: #0ea2d1;
}

.add_contact a {
    color: #63cdf3;
}

.add_contact span {
    color: #4eb9df;
}

.contact_page label {
    color: black;
}

#txt_Phoneno {
    width: 100%;
}

#txt_Phoneno1 {
    width: 100%;
}

.heading-right-img {
    display: none;
}

.get_touch {
    margin: 0px 97px;
    width: 100%;
}

.card-top-block {
    display: none;
}

.get_touch1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*BHARAT*/
section {
    padding-top: 25px;
}

.first_work {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    transition: 0.5s;
}

.think_icon {
    width: 150px;
    text-align: center;
}

    .think_icon h3 {
        font-weight: 800;
        color: #4bb9dc;
    }

    .think_icon h1 {
        font-size: 26px;
        font-weight: 700;
    }

.content_think {
    text-align: center;
}

.work_part {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}

.work_saddow {
    box-shadow: 0px 0px 12px grey;
    border-radius: 10px;
    background-color: white;
}

.work_process_section {
    padding: 20px 0px;
}

.research_icon {
    /* padding: 33px 0; */
    padding-top: 28px;
}

    .research_icon img {
        width: 115px;
    }

.research_icon1 img {
    width: 99px;
    margin-bottom: 10px;
    margin-top: 37px;
}

.chosse_file {
    height: 39px !important;
}

.recharge_pre_beni h1, h2 {
    color: #008caf;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.recharge_pre_beni ul li strong {
    display: block;
    color: #008caf;
}

.recharge_pre_beni ul li {
    font-size: 13px;
    color: #757576;
}
/*chetan*/

.client_List_box {
    position: relative;
    overflow: hidden;
}

.client-box-content {
    position: relative;
    z-index: 11;
}

.client_List_box::before {
    content: " ";
    display: block;
    width: 100%;
    height: 0%;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #008caf;
}

.client_List_box:hover.client_List_box::before {
    height: 100%;
}

.client_List_box:hover .client_List_desc {
    color: #fff !important;
    transition: 1s;
}

.client_List_box:hover .client_List_Title {
    color: #fff !important;
    transition: 1s;
}

.client_List_box:hover .icon_block img {
    animation: scaler 2s linear infinite;
}

@keyframes scaler {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.vision_mission_card {
    transition: 1s;
}

    .vision_mission_card:hover .vision_mission_heading::after {
        width: 110px;
    }

    .vision_mission_card:hover {
        background-color: white;
    }

        .vision_mission_card:hover .vision_mission_heading h3 {
            color: #0e517c !important;
            transition: 0.5s;
        }

        .vision_mission_card:hover .vision_mission_dis p {
            color: #0e517c !important;
            transition: 0.5s;
        }

.first_work:hover {
    box-shadow: 0px 0px 12px grey;
    border-radius: 10px;
}

.icon_box, .add_contact {
    transition: 1s;
}

.contact_dtl:hover .icon_box {
    background-color: #008caf;
    color: white !important;
}

.contact_dtl:hover .add_contact {
    padding-left: 5px;
}

.input-label {
    color: #008caf;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.bg-sky {
    background-color: #FAFAFA !important;
}

.contact_page h3 {
    color: #008caf !important;
    margin-bottom: 15px;
}


.footer-links li a {
    display: flex;
    align-items: center;
}




.social-icons {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.media-btn {
    transition: 0.7s;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.5s;
    transform: translateX(88px)
}

.whatsapp {
    background-color: limegreen;
    color: white;
}

.call {
    background-color: aqua;
    color: black !important;
}

.media-btn span {
    display: flex;
    align-items: center;
}

.media-content {
    margin: 0 !important;
    padding-left: 20px;
}

.media-btn:hover {
    transform: translateX(0px);
    transform: translateY(-5px);
}




.input-group input::placeholder {
    color: black !important;
}

.popup-img {
    position: relative;
    width: 100% !important;
    height: 100%;
}

    .popup-img img {
        width: auto;
        height: 100%;
    }

    .popup-img .close-popup {
        position: absolute;
        top: 5px;
        right: 5px;
        font-weight: 700;
        z-index: 2100;
        color: black;
        font-size: 30px;
    }

.services_section {
    background: #fff;
}


h2 {
    font-size: 23px !important;
}

.footer_wrapper {
    /*   background: linear-gradient(45deg, #202c20, #3f0e6f);*/
    background-color: #008caf;
}

.technologies_section {
    background-color: #f1e7ce;
}

    .technologies_section .section-title {
        color: white !important;
    }



.dropdown-menu {
    background-color: white;
}

.get_touch1 {
    background-image: url(../img )
}

.popup-logo {
    width: 130px;
    ;
    height: 55px;
}
/*modal popup*/


#modalpopup input {
    width: 100%;
    border-radius: 7px;
    margin-top: 5px;
}

.popup-btn {
    background-color: #008caf !important;
    color: white !important;
    border: 1px solid#008caf !important;
    transition: 0.5s;
    height: 40px;
}

    .popup-btn:hover {
        background-color: transparent !important;
        color: #008caf !important;
    }

.show {
    display: block;
}

.hide {
    display: none;
}

#modalpopup {
    background: linear-gradient(rgba(8,76,119,0.7),rgba(8,76,119,0.7))
}

.close-btn-m-call {
    display: none;
    color: black;
}

.free-demo {
    color: white;
    /* background: linear-gradient(90deg, #9f88ca 0%, #fc3d33 43%, #7460b7 100%);*/
    background: #008caf;
    padding: 7px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
}

    .free-demo:hover {
        background-color: #0c122f;
        transform: scale(1.05);
        color: white;
    }

.menutitle {
    display: flex;
    align-items: center;
    transition: 0.5s;
}

    .menutitle span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

        .menutitle span i {
            font-size: 25px;
            color: #008caf;
        }

.new-drpd-list li {
    transition: 0.4s;
    margin-bottom: 15px !important;
}

    .new-drpd-list li:hover {
        color: #008caf !important;
        transform: scale(0.9);
    }

.dropdown-menu {
    transition: 0.6s;
}

.api-head {
    display: flex;
    flex-wrap: wrap;
}

    .api-head li {
        width: 48%;
    }

.dropdown-half {
    max-width: 700px !important;
}

footer h6 {
    position: relative;
    display: inline-block;
    color: white;
}

    footer h6::after {
        content: "";
        width: 100%;
        transition: 1s;
        height: 3px;
        background: #4bb9dc;
        position: absolute;
        bottom: -10px;
        left: 0;
        border-radius: 20px;
    }

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .service-list li {
        width: 48%;
        margin-bottom: 8px;
        transition: 0.5s;
    }

.megamenu li a:hover {
    color: black !important;
    font-weight: 700 !important;
    padding-left: 5px;
}

.com-box {
    transition: .5s all ease-in-out;
    overflow: hidden;
}

    .com-box img {
        width: 100%;
        height: 100%
    }

.com-cent-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    font-size: 35px;
    text-align: center;
    transition: .5s all ease-in-out;
    text-shadow: 3px 5px 2px var(--bs-black);
}

.com-inner-box {
    position: absolute;
    width: 100%;
    bottom: -280px;
    transition: .5s all ease-in-out;
    background-color: #008cafa3;
    text-align: center;
    padding: 20px;
}

    .com-inner-box p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
    }

.com-box:hover .com-cent-text {
    opacity: 0;
}

.com-box:hover .com-inner-box {
    bottom: 0 !important;
}

.com-sect .section-title p {
    font-size: 15px;
}

.banner-page-top {
    background-position: center;
    height: 400px;
}

.about-banner {
    background-image: url(../img/about-us-banner.png) !important;
}

.our-solution-banner {
    background-image: url("../img/banner-ourservices.png");
}

.software-banner {
    background-image: url('../img/software.jpg');
}

.apis-banner {
    background-image: url('../img/apis.jpg');
}

.digital-onbarding {
    background-image: url('../img/digital-onbarning.png');
}

.digital-contracting {
    background-image: url(../img/digital-contracting.png) !important;
}

.identify-verification {
    background-image: url(../img/identity-verification.png);
}

.travel-api {
    background-image: url(../img/travel-api.png);
}

.news-api {
    background-image: url(../img/news-api.png);
}

.payment-gateway {
    background-image: url(../img/new-img/payment-gatway.png);
}

.fraud-detection {
    background-image: url(../img/fraud-detection.png);
}

.lending {
    background-image: url(../img/lending.png);
}

.bulk-sms {
    background-image: url(../img/bulk-sms.png) !important;
}

.recharge-bill {
    background-image: url(../img/recharge-billpayment.jpg) !important;
}

.contact {
    background-image: url('../img/contact.jpg')
}

.careers {
    background-image: url('../img/careers.png');
}

.payment-gateway-software {
    background-image: url('../img/new-img/payment-gatway.png')
}

.ecommerce-software {
    background-image: url('../img/new-img/e-commerce.png')
}

.web-design {
    background-image: url('../img/new-img/web-design.png')
}

.courier-management {
    background-image: url('../img/new-img/courier-management.png')
}

.vehicle-loan {
    background-image: url('../img/new-img/vehicle-loan.png')
}

.money-transport {
    background-image: url('../img/new-img/money-transport.png')
}

.accounting-management {
    background-image: url('../img/new-img/accounting-management.png')
}

.school-management {
    background-image: url('../img/new-img/school-management.png')
}

.microfinance {
    background-image: url('../img/new-img/microfinance-loan.png')
}

.hotel-booking {
    background-image: url('../img/new-img/holtel-booking.png')
}

.flight-booking {
    background-image: url('../img/new-img/flight-booking.png')
}

.dsa-loan {
    background-image: url('../img/new-img/DSA-loan.png')
}

.cab-booking {
    background-image: url('../img/new-img/cab-booking.png')
}

.busness-loan {
    background-image: url('../img/new-img/business-loan.png')
}

.billing-management {
    background-image: url('../img/new-img/billing-management.png')
}

.bus-booking {
    background-image: url('../img/new-img/bus-booking.png')
}

.api-management {
    background-image: url('../img/new-img/API-management.png')
}

.mobile-richarge {
    background-image: url('../img/new-img/mobile-richarge.png')
}

.real-estate {
    background-image: url('../img/new-img/real-estate.png')
}

.what-do-abt h2 {
    color: #5c3fa9 !important;
}

.abt-wht-inner {
    display: flex;
    align-items: center;
}

    .abt-wht-inner .abt-icons {
        margin-right: 15px;
    }

        .abt-wht-inner .abt-icons i {
            font-size: 50px;
            color: white;
        }

.who-we-image {
    width: 100%;
    max-width: 250px; /* same proportion jaisa design me hai */
}

    .who-we-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.what-do-abt .sub-det {
    font-size: 20px;
    line-height: 30px;
}

.abt-wht-do {
    background-color: #5c3fa9;
    border-start-start-radius: 40px;
    padding: 35px 20px 0px;
}

.brd-rgt {
    border-right: 3px solid white;
}

.abt-wht-do img {
    width: 85%;
}

.abt-wht-inner p {
    font-size: 18px;
    margin: 0;
}
/*>>>>>>>>>>>>> banner-css-start >>>>>>>>>>>>>>>*/

/* =========================
   SAFE RESET
========================= */
.banner-section,
.banner-section * {
    box-sizing: border-box;
}
/* ===== BANNER FINAL RESPONSIVE ===== */
.banner-section-ourservices {
    width: 100%;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    min-height: 70vh;
}

.banner-container {
    /*  max-width: 1200px;*/
    width: 100%;
}

    .banner-container > div {
        width: 100%;
        max-width: 850px;
    }

.our-services-title {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.banner-section-ourservices h2 {
    font-size: 14px !important;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-section-ourservices p {
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: 1.7;
    max-width: 700px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    padding: 14px 18px;
    border-radius: 12px;
    min-width: 220px;
}

    .feature-box i {
        font-size: 28px;
        color: #fff;
    }

.feature-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

    .feature-text strong,
    .feature-text span {
        color: #fff;
    }


/* ========== TABLET ========== */
@media (max-width: 991px) {

    .banner-section-ourservices {
        min-height: auto;
        padding: 70px 20px;
        text-align: center;
        justify-content: center;
    }

        .banner-section-ourservices p br,
        .our-services-title br {
            display: none;
        }

    .features {
        justify-content: center;
    }

    .feature-box {
        min-width: 200px;
    }
}


/* ========== MOBILE ========== */
@media (max-width: 576px) {

    .banner-section-ourservices {
        padding: 60px 15px;
        background-position: center right;
    }

    .our-services-title {
        font-size: 32px;
    }

    .banner-section-ourservices p {
        font-size: 14px;
        font-weight: 500;
    }

    .features {
        /*   flex-direction: column;*/
        align-items: center;
        gap: 15px;
    }

    .feature-box {
        width: 100%;
        max-width: 320px;
        justify-content: flex-start;
    }

        .feature-box i {
            font-size: 24px;
        }
}

@media (max-width: 768px) {
    .banner-section {
        min-height: auto; /* 🔥 remove fixed height */
        padding: 60px 15px;
        align-items: flex-start; /* better content flow */
    }
}
/* =========================
   OVERLAY
========================= */
.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /*   background: linear-gradient( to right, rgba(1, 15, 56, 0.85), rgba(1, 33, 119, 0.65) );*/
    z-index: 1;
}

.banner-section .banner-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

/* =========================
   TYPOGRAPHY (FLUID = NO BREAK ISSUE)
========================= */
.banner-section h2 {
    font-size: clamp(20px, 4vw, 42px);
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-word;
}

.our-services-title {
    font-size: clamp(16px, 5vw, 36px);
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

.banner-section p {
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.6;
    opacity: 0.9;
    word-break: break-word;
}

/* =========================
   FEATURES (NO OVERFLOW FIX)
========================= */
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    padding: 10px 14px;
    border-radius: 12px;
    flex: 1 1 160px;
    min-width: 0;
    max-width: 210px !important;
    transition: 0.3s ease;
}

    .feature-box i {
        font-size: 22px;
    }

.feature-text strong {
    font-size: 14px;
}

.feature-text span {
    font-size: 13px;
    opacity: 0.85;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .banner-section-ourservices {
        min-height: 30vh !important;
    }
}

/* =========================
   MOBILE (CENTER FIX)
========================= */
@media (max-width: 768px) {
    .banner-section-ourservices {
        /* text-align: center;*/
        justify-content: center;
        min-height: 40vh;
    }

    .features {
        justify-content: center;
    }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 576px) {
    .feature-box {
        /* flex: 1 1 100%;*/
        justify-content: center;
    }
}

/* =========================
   EXTRA SMALL (320–360px PERFECT)
========================= */
@media (max-width: 412px) {

    .banner-section-ourservices {
        /* min-height: 70vh!important; */
        height: auto !important;
        padding: 50px 12px !important;
        align-items: flex-start !important;
    }

        .banner-section-ourservices .banner-container {
            width: 100% !important;
        }

        /* TEXT SPACE FIX */
        .banner-section-ourservices h2 {
            margin-bottom: 8px !important;
        }

    .our-services-title {
        margin-bottom: 10px;
    }

    .banner-section-ourservices p {
        margin-bottom: 15px;
        font-size: 12px;
    }

    /* FEATURES STACK FIX */
    .features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 15px;
    }

    .feature-box {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 80px;
    }
}
/*>>>>>>>>banner-css-end >>>>>>>>>*/
.owners .owner-1 {
    background-color: #191D30;
    padding: 4px;
    margin: 0px !important;
    border-radius: 6px;
}

.owners .owner-2 {
    background-color: #6E8782;
    padding: 20px 0px;
}

.owns-img {
    margin: 20px 20px 20px 20px;
    height: auto !important;
    overflow: hidden;
    border-radius: 16px;
}

.owns-name:before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transition: 0.7s;
}

.owns-name {
    position: relative;
    display: inline-block;
}

.owns-box:hover .owns-name:before {
    width: 85%;
    left: 0;
}

.owns-box:hover .owns-img-main {
    transform: scale(1.05);
}

.owns-img img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
    transition: 0.7s;
}

.owns-det {
    width: 75%;
}

.director {
    margin: 8px 0px 15px;
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.leader {
    color: #83f2ffc4;
    font-weight: 600;
    letter-spacing: 1px;
}

.owns-det h3 {
    color: white;
    font-weight: 600;
    font-size: 35px !important;
    text-transform: uppercase;
}

.owns-det p {
    color: #f0f0f0 !important;
    font-size: 12px;
}

.text-owns-dett {
    margin-top: 163px !important;
    max-width: 62% !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.owns-det {
    padding-top: 35px !important;
}

.mission-box {
    border-radius: 20px;
    border: 1px solid black;
    overflow: hidden;
    transition: 0.7s
}

.miss-head {
    background-color: black;
    text-align: center;
    padding: 10px;
}

.mission-box p {
    line-height: 25px;
    font-size: 15px;
}

.miss-cnt {
    padding: 20px;
}

.miss-viss {
    padding: 50px 0px;
}

.mission-box:hover {
    transform: translateY(-20px);
}

.why-choose-us-head h2 {
    color: #008caf;
    padding-bottom: 10px;
    border-bottom: 2px solid#008caf;
}

.why-choose-us-head p {
    color: #008caf;
}

.why-choose-us-box {
    background-color: #008caf;
    padding: 30px;
    border-radius: 20px;
    transition: 0.7s;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .why-choose-us-box h4 {
        text-align: center;
        font-weight: 700;
        color: white;
    }

    .why-choose-us-box:hover {
        box-shadow: -10px 10px 0px gray;
    }

.banner-section h2 {
    color: #FFF;
    font-size: 1.3rem !important;
    font-weight: normal;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

    .breadcrumb-item a {
        color: #FFF !important;
    }

.active {
    color: #52a104 !important;
}

.main-bg {
    padding: 222px 130px 100px;
    background-size: cover;
    background-position: center;
    height: 650px;
}

    .main-bg .head {
        display: inline-block;
    }

    .main-bg h1 {
        font-size: 60px;
        font-weight: 600;
        color: white;
    }

    .main-bg .type-text {
        overflow: hidden;
        border-right: .15em solid #fc3d33;
        white-space: nowrap;
        width: 0;
        animation: typing 4.5s steps(25,end) forwards infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

.main-bg-index-1 {
    background-image: linear-gradient(rgb(14,81,124,0.8),rgb(0,0,0,0.8)),url(../img/bg-1-main.jpg);
}

.main-bg-index-2 {
    background-image: linear-gradient(rgb(14,81,124,0.8),rgb(0,0,0,0.8)),url(../img/bg-2-main.jpg);
}

.main-bg-index-3 {
    background-image: linear-gradient(rgb(14,81,124,0.8),rgb(0,0,0,0.8)),url(../img/bg-3-main.jpg);
}

.main-bg-index-4 {
    background-image: linear-gradient(rgb(14,81,124,0.8),rgb(0,0,0,0.8)),url(../img/bg-4-main.jpg);
}


.main-bg p {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 35px;
}

.main-bg .btn-know-index a {
    padding: 12px 25px;
    margin-top: 8px;
    display: inline-block;
    font-size: 20px;
    background: linear-gradient(90deg,#008caf 0%, #0E517C 43%,#008caf 100%);
    color: white;
    border-radius: 10px;
    transition: 0.4s !important;
    border: 1px solid #008caf;
}

.btn-know-index {
    background: none;
    border: none;
}

.main-bg .btn-know-index a:hover {
    background: transparent;
    color: #008caf !important;
}
/*.our-solution .card .card-header{
    height:100px;
    text-align:center;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#084c77;
    color:white;
}
.our-solution .card .card-body{
    max-height:100px;
    
    overflow-y:auto;
}
.our-solution .card .card-body p{
    color:black;
}
    .our-solution .card .card-body::-webkit-scrollbar{
    display:none;
}*/
.our-head {
    font-size: 22px !important;
}

.our-solution h6 {
    color: black;
    margin: 20px 0px !important;
    display: block;
    position: relative;
}

.our-solution ul li strong {
    color: gray !important;
}

.api-main-page {
    padding: 0px 0px 30px;
}

    .api-main-page h2 {
        margin-bottom: 20px;
    }

    .api-main-page .api-link-box {
        background-color: #008caf;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.5s;
    }

        .api-main-page .api-link-box h5 {
            color: white;
            font-weight: 600;
        }

        .api-main-page .api-link-box .view-api {
            color: white !important;
        }

        .api-main-page .api-link-box:hover {
            background: #008caf;
            -webkit-filter: drop-shadow(-10px 9px 0px rgba(0, 0, 0, 0.25));
            -webkit-filter: drop-shadow(-10px 9px 0px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(-10px 9px 0px rgba(0, 0, 0, 0.25));
        }

.api-link-head {
    transition: 0.5s;
    margin: 0;
}

.api-main-page .api-link-box:hover .api-link-head {
    color: white;
}

.api-main-page .api-link-box:hover .view-api {
    color: white !important;
}

.modal-dialog {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.our-solution-box {
    box-shadow: 0px 0px 5px gray !important;
    border: 1px solid rgba(123,153,196,0.5) !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    padding: 10px;
    transition: all 0.3s ease;
}
*/
/* HOVER EFFECT */
/*    .our-solution-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }*/
/*.ousl-head-section {
    color: black !important;
    padding: 10px;
    height: 100px;
    border-end-start-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .ousl-head-section .custom-icon {
        width: 45px;
        height: 45px;
        background: #eef3fb;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }


.custom-icon i {
    color: #1e3a8a;
    font-size: 34px !important;
}
*/
/* =========================
   CARD DESIGN (BASE)
========================= */
.our-solution-box {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    /* height: 100%;*/
    transition: all 0.3s ease;
}

    .our-solution-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

/* =========================
   ICON BOX
========================= */
.custom-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    border-radius: 10px;
    font-size: 20px;
    color: #0d6efd;
}

/* =========================
   TITLE RESPONSIVE FIX
========================= */
.our-solution-box h6 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

/* =========================
   LIST STYLE
========================= */
.our-solution-box ul {
    padding-left: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    flex-grow: 1;
}

    .our-solution-box ul li {
        margin-bottom: 8px;
        font-weight: 500;
        color: #000;
        font-size: 14px;
    }

/* =========================
   BUTTON FIX (BOTTOM ALIGN)
========================= */
.our-solution-box .btn {
    cursor: pointer;
    padding: 4px 14px;
    font-size: 14px;
    border: 1px solid#008caf !important;
    border-radius: 20px;
    color: #fff;
    background-color: #008caf !important;
    font-weight: 600;
    transition: 0.3s;
    margin-top: auto;
    align-self: flex-start;
}

    .our-solution-box .btn:hover {
        background-color: #063a5a !important;
        transform: scale(1.03);
    }

/* =========================
   RESPONSIVE FIXES
========================= */

/* 🔹 Tablet */
@media (max-width: 991px) {
    .our-solution-box {
        padding: 18px;
    }

        .our-solution-box h6 {
            font-size: 15px;
        }
}

/* 🔹 Mobile */
@media (max-width: 576px) {
    .our-solution-box {
        padding: 15px;
        border-radius: 12px;
    }

    .custom-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .our-solution-box h6 {
        font-size: 14px;
    }

    .our-solution-box ul li {
        font-size: 13px;
    }

    .our-solution-box .btn {
        font-size: 13px;
        padding: 3px 12px;
    }
}

/* 🔹 Very small devices */
@media (max-width: 400px) {
    .our-solution-box {
        padding: 12px;
    }

        .our-solution-box h6 {
            font-size: 13px;
        }
}

.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        border-radius: 0;
        height: 100vh;
    }

    .modal-body {
        max-height: calc(100vh - 120px);
    }
}
/* BUTTON */
.btn-primary {
    border-radius: 25px;
    padding: 5px 15px;
}

/* POPUP SLIDE ANIMATION */
.modal.fade .modal-dialog {
    transform: translateY(80px);
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 380px;
}

.ousl-cont-section {
    color: black;
    position: relative !important;
    z-index: 10 !important;
}

.inner-cont-sec {
    position: relative;
    z-index: 20;
    background-color: white;
    border-start-end-radius: 30px;
    padding: 10px;
}

.ousl-cont-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*    background-color: #084c77 !important;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9 !important;
}

.read-more-state {
    display: none;
}



.read-more-wrap {
    height: 120px;
    overflow: hidden;
    transition: 0.5s !important;
}

.read-more-state:checked ~ .read-more-wrap {
    height: auto;
    font-size: inherit;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    padding: 0 .5em;
    font-size: 15px;
    margin-left: 10px;
    line-height: 2;
    border: 1px solid #008caf !important;
    border-radius: 20px;
    color: white;
    background-color: #008caf !important;
    font-weight: 600;
    transition: 0.5s;
}

    .read-more-trigger:hover {
        background-color: transparent !important;
        color: black;
    }

.team-member-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-mem-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 5px solid rgb(210 179 179 / 50%);
    overflow: hidden;
    margin-bottom: 15px;
}

    .team-mem-img img {
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

.team-mem-det {
    text-align: center;
}

    .team-mem-det h5 {
        color: black;
        font-weight: 600;
        margin-bottom: 4px !important;
    }

    .team-mem-det p {
        color: #fc3d33;
        font-weight: 500;
    }

#header .nav-link:active {
    color: #fc3d33 !important;
}
/*contact page*/
.contact-det {
    padding: 0px 20px;
    margin-bottom: 16px;
}

.contact-det-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #008caf;
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s;
    min-height: 170px;
    background-color: #d6f7ff;
}

    .contact-det-inner span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        padding: 5px;
        background-color: #008caf;
        transition: 0.5s;
        border: 1px solid #008caf;
    }

        .contact-det-inner span i {
            color: white;
            transition: 0.5s;
            font-size: 25px;
        }

    .contact-det-inner .contact-det-text {
        color: black;
        font-size: 15px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 1px;
        transition: .5s;
    }

    .contact-det-inner:hover {
        background-color: #008caf;
    }

        .contact-det-inner:hover .contact-det-icon-box {
            background-color: white;
        }

        .contact-det-inner:hover .contact-det-icon {
            color: #008caf;
        }

        .contact-det-inner:hover .contact-det-text {
            color: white;
        }

.contact_page input {
    display: block;
    width: 100%;
    /* margin: 18px 0;*/
    padding: 9px;
    border-radius: 5px;
    border: none;
    outline-color: #4bb9dc;
    box-shadow: 0px 2px 6px -4px gray;
    margin-bottom: 20px;
    outline-color: #008caf;
}

.contact_page textarea {
    width: 100%;
    padding: 6px;
    color: gray;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 6px -4px gray;
    margin-bottom: 20px;
    outline-color: #008caf;
}

.free-demo-popup {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(8,76,119,0.7),rgba(8,76,119,0.7));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.free-demo-popup-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .free-demo-popup-main .demo-box-head {
        margin-bottom: 15px;
    }

    .free-demo-popup-main .demo-box {
        width: 400px;
        background-color: white;
        border-radius: 10px;
        padding: 20px;
    }

        .free-demo-popup-main .demo-box .input-group input {
            width: 100%;
        }


        .free-demo-popup-main .demo-box .input-group label {
            width: 100%;
            text-transform: capitalize;
        }

    .free-demo-popup-main .demo-box-content .input-group input, textarea {
        width: 100%;
        border-radius: 7px !important;
    }

    .free-demo-popup-main .demo-heading {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 10px;
    }

.open-free-demo {
    display: block;
}

.vis-miss-img {
    background-image: linear-gradient(#008caf75, #008caf75), url(https://www.asetsafety.ac.in/wp-content/uploads/2022/03/vision.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: white !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

    .vis-miss-img p {
        color: white !important;
        line-height: 30px;
        margin: 0;
        text-align: center;
        font-size: 15px;
    }

.vision-inner {
    display: flex;
    align-items: start;
    flex-direction: column;
    border: 1px solid black;
    padding: 20px 10px;
}

    .vision-inner h3 {
        color: #008caf !important;
        position: relative;
    }

.bbvis {
    border-bottom: none !important;
}

.brrt {
    border-top-right-radius: 20px;
}

.brrb {
    border-bottom-right-radius: 20px;
}

.vision-inner .vis-head:after {
    content: " ";
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #9f88ca 0%, #fc3d33 43%, #7460b7 100%);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transition: 0.5s;
}

.vision-inner:hover .vis-head:after {
    width: 100%;
    left: 0;
}

.vision-inner p {
    color: black !important;
}

.popup-main-call {
    width: 550px;
    background-color: #008caf;
    box-shadow: 0px 0px 5px lightblue;
    position: fixed;
    right: -500px;
    top: 45%;
    transform: translate(0%,-50%);
    z-index: 1000;
    border-radius: 10px;
    transition: 0.8s;
}

.main-popup {
    display: flex;
    align-items: center;
}

.call-me-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

    .call-me-left .call-left-icon {
        color: white;
        font-size: 15px;
        transition: 0.8s;
        transform: rotateY(180deg);
    }

    .call-me-left .call-left-para {
        writing-mode: vertical-lr;
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

.call-slide-det {
    display: flex;
    align-items: center;
    gap: 7px;
}

    .call-slide-det i {
        color: #008caf;
        font-size: 23px;
    }

    .call-slide-det p {
        color: black;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

.call-me-right {
    padding: 10px;
    background-color: white;
}

    .call-me-right button {
        margin: 8px 0px;
        padding: 5px 25px;
        background-color: #008caf;
        color: white;
        border: 1px solid #008caf;
        border-radius: 50px;
        transition: 0.5s;
    }

        .call-me-right button:hover {
            color: #008caf;
            background-color: transparent;
        }

    .call-me-right h2 {
        font-weight: 600;
        font-size: 26px !important;
    }

.open-popup {
    right: 0 !important;
}

    .open-popup .call-left-icon {
        transform: rotateY(0deg);
    }

.z-ind {
    z-index: 3000;
}
/*..............>>>>>>>>>>>>about-section-css-page<<<<<<<<<<<<<<<<<<<<<<<*/
/* MAIN SECTION */
.who-we {
    padding: 20px;
}

.who-header h2 {
    color: #0B3C5D !important;
}
/* HEADING */
.who-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .who-header h5 {
        font-weight: 700;
        color: #0f172a;
        margin: 0;
    }

    .who-header span {
        width: 40px;
        height: 2px;
        background: #2563eb;
    }

/* TEXT */
.who-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #475569;
    margin-bottom: 20px;
    max-width: 500px;
}

/* CONTENT FLEX */
.who-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

/* LIST */
.who-list {
    flex: 1;
}

    .who-list .item {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 12px;
        color: #1e293b;
        position: relative;
        display: flex;
        align-items: center;
        gap: 15px;
    }

        /* ICON STYLE (left side small icon like screenshot) */
        .who-list .item::before {
            width: 10px;
            height: 10px;
            background: #2563eb;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 6px;
        }

.who-content .icon {
    background-color: #0B3C5D;
    padding: 10px 13PX;
    border-radius: 50%;
    color: white;
}

/* IMAGE */
.who-we-image .img-about {
    flex: 1;
    text-align: center;
}

.img-about {
    width: 100% !important;
    max-width: 320px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .who-content {
        flex-direction: row;
        text-align: center;
    }

    .who-text {
        margin: auto;
    }

    .who-list {
        text-align: left;
    }

    .img-about {
        max-width: 260px !important;
        margin-top: 15px !important;
    }
}

/*col--6-2-about-us>>>>>>>>>>>>>>>>>>>>>>>>*/
.abt-wht-doo {
    width: 100%;
}

.section-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0b2c5f;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

    .section-title h3::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #2c65c8;
        position: absolute;
        top: 50%;
        right: -75px;
        transform: translateY(-50%);
    }

.section-title p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
}

.what-do-box {
    border: 1px solid #e5e5e5;
    padding: 12px 20px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    background: #fff;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}

    .what-do-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.what-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 12px;
    background: #f4f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .what-icon i {
        font-size: 34px;
        color: #2c65c8;
    }

.what-do-box h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #222;
    margin: 0;
}

@media(max-width: 767px) {

    .section-title h3 {
        font-size: 26px;
    }

        .section-title h3::after {
            display: none;
        }

    .what-do-box {
        padding: 25px 15px;
    }

        .what-do-box h6 {
            font-size: 16px;
            line-height: 24px;
        }
}
/*>>>>>>>>>>>our misston-vission -section-css>>>>>>>>>>>>>>>>>==============*/
.mission-vision-sec {
    background-image: url("../img/mission-vission.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv-box {
    height: 100%;
    padding: 20px 15px;
}

.mv-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f4f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .mv-icon i {
        font-size: 42px;
        color: #1f5dbf;
    }

.mv-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0B3C5D;
    margin-bottom: 18px;
}

.mv-box p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    margin: 0;
}

.why-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .why-box ul li {
        font-size: 13px;
        color: #222;
        margin-bottom: 9px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 500;
    }

        .why-box ul li i {
            color: #1f5dbf;
            font-size: 18px;
        }

.building-img {
    position: relative;
    text-align: right;
}

    .building-img img {
        width: 100%;
        max-width: 420px;
        object-fit: contain;
    }

/* Responsive */

@media(max-width: 991px) {

    .mission-vision-sec {
        padding: 60px 0;
    }

    .mv-box {
        text-align: center;
    }

    .mv-icon {
        margin: 0 auto 20px;
    }

    .why-box ul li {
        justify-content: center;
    }
}

@media(max-width: 767px) {

    .mv-box h3 {
        font-size: 24px;
    }

    .mv-box p {
        font-size: 15px;
        line-height: 28px;
    }

    .why-box ul li {
        font-size: 15px;
    }
}
/*=================Our Team-css==============*/
.team-member-box {
    text-align: center;
    margin-top: 35px;
}

.team-mem-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dfe4ea;
    background: #fff;
}

.team-mem-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dfe4ea;
    background: #fff;
    box-shadow: 2px 1px 20px rgba(0, 0, 0, .18), -2px -1px 20px rgb(211 211 211 / 90%), inset 17px 20px 0px rgba(255, 255, 255, .35), inset -18px -20px 14px rgba(0, 0, 0, .12);
}

    .team-mem-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all ease-in-out 0.5s;
    }

.team-member-box:hover .team-mem-img img {
    transform: scale(1.1);
}

.team-mem-det {
    margin-top: 15px;
}

    .team-mem-det h5 {
        font-size: 18px !important;
        font-weight: 700;
        color: #0b2c5f;
        margin-bottom: 5px;
    }

    .team-mem-det p {
        font-size: 15px;
        color: #35507a;
        line-height: 1.5;
    }

/* More Team Box */
.more-team-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dfe4ea;
}

    .more-team-box i {
        font-size: 50px;
        color: #0b2c5f;
    }

@media(max-width:768px) {

    .team-mem-img {
        width: 95px;
        height: 95px;
    }

    .team-mem-det h5 {
        font-size: 16px;
    }

    .team-mem-det p {
        font-size: 13px;
    }

    .more-team-box i {
        font-size: 35px;
    }
}

.more-team-btn {
    cursor: pointer;
}

.more-team-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dfe4ea;
}

    .more-team-box i {
        font-size: 45px;
        color: #0b2c5f;
    }
/*== ============== lets-build-css ===================== ==*/
.build-banner-sec {
    padding: 0;
    margin: 0;
}

/* MAIN BOX */
.build-banner-main {
    background: linear-gradient(90deg,#0a4a97,#002f6c);
    display: flex;
    align-items: center;
    /*   max-height: 300px !important;*/
    overflow: hidden;
    border-bottom: 3px solid #cfcfcf;
}

/* LEFT */
.build-banner-left {
    width: 38%;
}

    .build-banner-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* RIGHT */
.build-banner-right {
    width: 62%;
    padding: 30px 50px;
}

    .build-banner-right h2 {
        color: #fff;
        font-size: 40px !important;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .build-banner-right p {
        color: #e7eefc;
        font-size: 15px;
        line-height: 1.7;
        max-width: 900px;
        margin-bottom: 28px;
    }

/* BUTTONS */
.build-banner-btns {
    display: flex;
    align-items: center;
    gap: 22px;
}

.touch-btn,
.work-btn {
    width: 200px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
}

/* WHITE BUTTON */
.touch-btn {
    background: #fff;
    color: #003a82;
}

    .touch-btn:hover {
        background: #e7eefb;
        color: #003a82;
    }

/* BORDER BUTTON */
.work-btn {
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    background: transparent;
}

    .work-btn:hover {
        background: #fff;
        color: #003a82;
    }

/* RESPONSIVE */
@media(max-width:991px) {

    .build-banner-main {
        flex-direction: column;
    }

    .build-banner-left,
    .build-banner-right {
        width: 100%;
    }

        .build-banner-left img {
            height: auto;
        }

    .build-banner-right {
        padding: 40px 25px;
        text-align: center;
    }

        .build-banner-right h2 {
            font-size: 36px;
        }

        .build-banner-right p {
            font-size: 16px;
        }

    .build-banner-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .touch-btn,
    .work-btn {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:576px) {

    .build-banner-right h2 {
        font-size: 28px;
    }

    .build-banner-right p {
        font-size: 14px;
        line-height: 1.6;
    }

    .build-banner-btns {
        flex-direction: column;
        gap: 15px;
    }

    .touch-btn,
    .work-btn {
        width: 100%;
    }
}
/*============ cofounder-css =================*/
.owners {
    background: #fff;
}

.owns-box {
    background: #0c122f !important;
    border-radius: 18px;
    overflow: hidden;
    padding: 18px 5px !important;
}

/* IMAGE */


.owns-img-main {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
}

/* CONTENT */
.owns-det {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leader {
    color: #57a8ff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.owns-name {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.1;
}

.director {
    color: #d9e6ff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.owns-det p {
    color: #d6e2f4;
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 0;
}

.owns-det .founder-p {
    color: #d6e2f4;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 1.2;
    margin-bottom: 0;
}


/* RIGHT QUOTE SIDE */
.quote-box {
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 35px;
    position: relative;
}

.quote-icon {
    color: #fff;
    font-size: 55px;
    line-height: 0.3;
    margin-bottom: 10px;
    font-family: serif;
}

.quote-icon-bottom {
    color: #fff;
    font-size: 55px;
    line-height: 0.3;
    margin-top: 25px;
    font-family: serif;
}

.text-owns-dett {
    color: #fff;
    font-size: 32px !important;
    line-height: 1.6;
    font-weight: 400;
    max-width: 95%;
    margin: 0 !important;
}

/* RESPONSIVE */
@media(max-width:991px) {

    .owns-box {
        padding: 20px;
    }

    .owns-img-main {
        height: auto;
        margin-bottom: 25px;
    }

    .owns-name {
        font-size: 36px;
    }

    .director {
        font-size: 17px;
    }

    .text-owns-dett {
        font-size: 24px !important;
        margin-top: 25px !important;
    }

    .quote-box {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }
}

@media(max-width:576px) {

    .owners {
        padding: 50px 0;
    }

    .owns-name {
        font-size: 28px;
    }

    .director {
        font-size: 15px;
    }

    .owns-det p {
        font-size: 14px;
        line-height: 1.7;
    }

    .text-owns-dett {
        font-size: 19px !important;
        line-height: 1.5;
    }

    .quote-icon {
        font-size: 50px;
    }
}
/*============ about -us css page top header=============*/
/*.about-banner-sec {
    position: relative;
    background: #022b63;
    padding: 90px 0 70px;
    overflow: hidden;
}*/

/* OVERLAY */
.about-overlay {
    position: absolute;
    inset: 0;
    /*  background: linear-gradient(90deg, rgba(1,34,74,0.95) 0%, rgba(1,34,74,0.88) 40%, rgba(1,34,74,0.2) 100%);*/
    z-index: 1;
    box-shadow: 2px 4px 3px grey;
}

/* CONTENT */
.about-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
}

.about-small-title {
    color: #4dc2ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 18px;
    /* margin-top: 60px;*/
}

.about-banner-content h1 {
    color: #21417e;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-banner-content p {
    color: #1e1d1d !important;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 35px;
    max-width: 700px;
}

/* BUTTONS */
.about-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

.contact-btn {
    width: 170px;
    height: 45px;
    background: #008caf;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
}

    .contact-btn:hover {
        background: #004f63;
        color: white;
    }

.website-link {
    color: #008caf;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .website-link i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgb(171 171 171 / 15%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .website-link:hover, i:hover {
        color: #33aec3 !important;
    }
/* RIGHT IMAGE */
.about-banner-img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .about-banner-img img {
        width: 100%;
        border-radius: 10px;
    }

/* STATS */
.about-stats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-left: -45px;
    margin-top: 165px;
}

.stat-box {
    background: #fff !important;
    border-radius: 8px;
    padding: 8px 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: 0.3s;
    width: calc(25% - 15px);
    position: relative;
    z-index: 2;
}

    .stat-box:hover {
        transform: translateY(-5px);
    }

    .stat-box i {
        color: #0b4cb7;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .stat-box h3 {
        color: #022b63;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .stat-box p {
        color: #5f6b7b;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

/* RESPONSIVE */
@media(max-width:991px) {

    .about-banner-sec {
        height: auto;
        text-align: center;
    }

    .about-banner-content {
        width: 100%;
        padding: 10px 0;
    }

        .about-banner-content h1 {
            font-size: 42px;
        }

        .about-banner-content p {
            font-size: 14px;
        }

    .about-stats {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
        margin-left: 0;
    }

    .stat-box {
        /*   background: #fff;
        border-radius: 12px;
        padding: 22px 15px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
        width: calc(50% - 10px);
    }
}

@media(max-width:767px) {
    .about-banner-content {
        max-width: 100%;
    }

    .about-small-title {
        margin-top: 0px;
    }
}

@media(max-width:576px) {

    .about-banner-sec {
        padding: 0px 0 60px;
    }

    .about-banner-content h1 {
        font-size: 30px;
    }

    .about-banner-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-btn {
        width: 100%;
    }

    .about-stats {
        /*      flex-direction: column;*/
        gap: 12px;
    }

    .stat-box {
        /*     width: 100%;
        max-width: 100%;
        flex: unset;
        padding: 22px 15px;*/
        width: calc(50% - 6px);
        padding: 10px 10px;
    }

        .stat-box h3 {
            font-size: 24px;
        }

        .stat-box p {
            font-size: 12px;
            line-height: 1.4;
        }

    .website-link {
        font-size: 15px;
    }
}

@media(max-width:360px) {

    .stat-box {
        width: 100%;
    }
}
/*============ Home Page -css===- Work Process =======================*/
/*===================================
    WORK PROCESS SECTION
===================================*/

.work-process-section {
    padding: 30px 0;
    background: #ffffff !important;
    overflow: hidden;
}

/* HEADING */

.process-subtitle {
    color: #2563eb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

    .process-subtitle::after {
        content: "";
        width: 70px;
        height: 2px;
        background: #2563eb;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

.process-title {
    font-size: 70px;
    font-weight: 800;
    color: #061b4d;
    margin-bottom: 14px;
}

    .process-title span {
        color: #2563eb;
    }

.process-desc {
    font-size: 16px;
    line-height: 1.2;
    color: #5f6b7b;
    margin-bottom: 50px;
}
/* PROCESS BOX */

.process-box {
    background: #fff;
    border: 1px solid #ebe5e5;
    border-radius: 15px;
    padding: 65px 22px 16px;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    height: 100%;
}

    /* TOP ARC */

    .process-box::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 62px;
        border-top-left-radius: 62px;
        border-top-right-radius: 62px;
        border: 8px solid;
        border-bottom: 0;
        top: -68px;
        left: 50%;
        transform: translateX(-50%);
    }

/* ICON */

.top-circle {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .top-circle i {
        font-size: 30px;
        color: #222;
    }

/* NUMBER */

.number-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TITLE */

.process-box h3 {
    font-size: 14px;
    font-weight: 700;
    color: #061b4d;
    margin-bottom: 18px;
    /*  min-height: 45px;*/
}

/* LINE */

.line {
    width: 65px;
    height: 4px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 12px;
}

/* TEXT */

.process-box p {
    font-size: 14px;
    line-height: 1.3;
    color: #5f6b7b;
    margin: 0;
}

/* COLORS */

.blue::before {
    border-color: #2563eb;
}

.blue .number-circle,
.blue .line {
    background: #2563eb;
}

.cyan::before {
    border-color: #06b6d4;
}

.cyan .number-circle,
.cyan .line {
    background: #06b6d4;
}

.green::before {
    border-color: #2eb82e;
}

.green .number-circle,
.green .line {
    background: #2eb82e;
}

.orange::before {
    border-color: #f59e0b;
}

.orange .number-circle,
.orange .line {
    background: #f59e0b;
}

.purple::before {
    border-color: #7c3aed;
}

.purple .number-circle,
.purple .line {
    background: #7c3aed;
}

.pink::before {
    border-color: #ec4899;
}

.pink .number-circle,
.pink .line {
    background: #ec4899;
}

/* BOTTOM FEATURE */

.bottom-feature-box {
    background: #fff;
    border: 1px solid #efebeb;
    border-radius: 16px;
    padding: 19px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    border-right: 2px solid #d5d5d5;
    padding-right: 15px;
}

/* LAST COL BORDER REMOVE */
@media(max-width:991px) {

    .feature-item {
        border-right: 0;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

.border-right-0 {
    border-right: 0 !important;
}

.feature-item i {
    font-size: 40px;
    color: #fc3d33;
    min-width: 40px;
}

.feature-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #061b4d;
    margin-bottom: 5px;
}

.feature-item p {
    font-size: 14px;
    color: #5f6b7b;
    line-height: 1.3;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width:1199px) {

    .process-title {
        font-size: 55px;
    }
}

@media(max-width:991px) {

    .work-process-section {
        padding: 70px 0;
    }

    .process-title {
        font-size: 42px;
    }

    .process-desc {
        font-size: 16px;
    }

    .process-box {
        margin-top: 40px;
    }
}

@media(max-width:767px) {

    .process-title {
        font-size: 32px;
    }

    .process-desc {
        font-size: 14px;
    }

    .process-box {
        padding: 95px 20px 30px;
    }

        .process-box h3 {
            min-height: auto;
            font-size: 22px;
        }

    .top-circle {
        width: 105px;
        height: 105px;
    }

        .top-circle i {
            font-size: 38px;
        }

    .bottom-feature-box {
        padding: 25px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media(max-width:480px) {

    .work-process-section {
        padding: 60px 0;
    }

    .process-title {
        font-size: 28px;
    }

    .process-box {
        border-radius: 24px;
    }

    .top-circle {
        width: 95px;
        height: 95px;
        top: -38px;
    }

        .top-circle i {
            font-size: 34px;
        }

    .number-circle {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .feature-item h4 {
        font-size: 18px;
    }
}
/*=========== Value Section ================*/
.value-section {
    padding: 30px;
}

    .value-section .title {
        color: #2563eb !important;
        font-size: 15px;
        font-weight: 700;
    }

    .value-section .sub-title {
        font-size: 2.5rem;
        color: black;
        font-weight: 700;
        display: block;
        text-align: start;
    }
