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;
    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: 65px;
        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-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;
    }

    #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: #084c77;
    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: #084c77;
    padding: 40px 0 15px 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: #2196f3;
    display: none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius: 4px
}

    .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);
        }

.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, #084c77 0%, #0E517C 43%, #084c77 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: #d05ed7;
}

.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: white !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;
}

.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 #084c77;
        padding: 2px 0;
        display: inline;
        color: #084c77;
        font-weight: 700;
        font-size: 23px;
    }

.recharge_pre_beni h6 {
    display: inline;
    color: #084c77;
    font-weight: 700;
}

.recharge_pre_beni ul li {
    color: #084c77;
    margin: 15px 0;
}

.recharge_pre_beni ol li {
    color: #084c77;
    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: #084c77 !important;
    font-size: 18px !important;
}

.recharge_pre_beni strong {
    color: #084c77;
}
/*Bharat Sahu*/



.send_mess {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .send_mess input {
        background: #084c77;
        color: white;
        border: 1px solid #084c77;
        transition: 0.8s;
        width: 30%;
    }

        .send_mess input:hover {
            color: #084c77;
            background: white;
        }

.send_mess1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .send_mess1 input {
        width: 133px;
        background: #084c77;
        color: white;
        border: 1px solid #084c77;
        transition: 0.8s;
    }

        .send_mess1 input:hover {
            color: #084c77;
            background: white;
        }

.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: #084c77;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.recharge_pre_beni ul li strong {
    display: block;
    color: #084c77;
}

.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: #084c77;
}

.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: #084c77;
    color: white !important;
}

.contact_dtl:hover .add_contact {
    padding-left: 5px;
}

.input-label {
    color: #084c77;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.bg-sky {
    background-color: #FAFAFA !important;
}

.contact_page h3 {
    color: #084c77 !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: #388aa5;
}

.technologies_section {
    background-color: #908ec1;
}

    .technologies_section .section-title {
        color: white !important;
    }



.dropdown-menu {
    background-color: white;
}

.get_touch1 {
    background-image: url(../img )
}

.popup-logo {
    width: 130px;
}
/*modal popup*/


#modalpopup input {
    width: 100%;
    border-radius: 7px;
    margin-top: 5px;
}

.popup-btn {
    background-color: #084c77 !important;
    color: white !important;
    border: 1px solid #084c77 !important;
    transition: 0.5s;
}

    .popup-btn:hover {
        background-color: transparent !important;
        color: #084c77 !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%, #d05ed7 43%, #7460b7 100%);*/
    background: #388aa5;
    padding: 7px 10px;
    border-radius: 10px;
}

    .free-demo:hover {
        background-color: black;
        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: #084c77;
        }

.new-drpd-list li {
    transition: 0.4s;
    margin-bottom: 15px !important;
}

    .new-drpd-list li:hover {
        color: #084c77 !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: rgb(14,81,124,0.8);
    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.jpg);
}

.our-solution-banner {
    background-image: url(../img/solution.jpg);
}

.software-banner {
    background-image: url(../img/softwares.jpg);
}

.apis-banner {
    background-image: url(../img/apis.jpg);
}

.contact {
    background-image: url(../img/contact.jpg)
}

.careers {
    background-image: url(../img/careers.jpg);
}

.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;
        }

.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;
}

.owners .owner-1 {
    background-color: #191D30;
    padding:20px 0px;
}
.owners .owner-2 {
    background-color: #6E8782;
    padding:20px 0px;
}
.owns-img{
    padding:20px;
    height:330px;
    overflow:hidden;
    
}
.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: 100%;
    left: 0;
}
.owns-box:hover .owns-img-main {
    transform: scale(1.05);
}
    .owns-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
        transition:0.7s;
    }
.owns-det {
    width: 70%;
}
.owns-det h3{
    color:white;
    font-weight:600;
    font-size:35px !important;
    text-transform:uppercase;
}
.owns-det p {
        color: #f0f0f0 !important;
    }
.owns-det{
    padding-top:50px;
    }
    .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: #084c77;
    padding-bottom: 10px;
    border-bottom: 2px solid #084c77;
}

.why-choose-us-head p {
    color: #084c77;
}

.why-choose-us-box {
    background-color: #084c77;
    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: white !important;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

    .breadcrumb-item a {
        color: white !important;
    }

.active {
    color: chartreuse !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 #d05ed7;
        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, #084c77 0%, #0E517C 43%, #084c77 100%);
    color: white;
    border-radius: 10px;
    transition: 0.4s !important;
    border: 1px solid #084c77;
}

.btn-know-index {
    background: none;
    border: none;
}

.main-bg .btn-know-index a:hover {
    background: transparent;
    color: #d05ed7 !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: #084c77;
        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: #388aa5;
            -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 #084c77 !important;
    border: 1px solid rgb(123 153 196,0.5) !important;
    border-radius: 30px;
    overflow: hidden;
    background-color: white;
}

.ousl-head-section {
    color: white;
    padding: 10px;
    height: 100px;
    border-end-start-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #084c77 !important;
}

.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 #084c77 !important;
    border-radius: 20px;
    color: white;
    background-color: #084c77 !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: #d05ed7;
        font-weight: 500;
    }

#header .nav-link:active {
    color: #d05ed7 !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 #084c77;
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s;
    min-height: 170px;
}

    .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: #084c77;
        transition: 0.5s;
        border: 1px solid #084c77;
    }

        .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: #084c77;
    }

        .contact-det-inner:hover .contact-det-icon-box {
            background-color: white;
        }

        .contact-det-inner:hover .contact-det-icon {
            color: #084c77;
        }

        .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: #084c77;
}

.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: #084c77;
}

.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(rgb(14,81,124,0.8),rgb(14,81,124,0.8)), 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: #084c77 !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%, #d05ed7 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: #084c77;
    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:10px;
    justify-content:space-between;
    width:50px;
    height:100%;
    cursor:pointer;

}
    .call-me-left .call-left-icon {
        color: white;
        font-size: 20px;
        transition: 0.8s;
        transform: rotateY(180deg);
    }
    .call-me-left .call-left-para {
        writing-mode: vertical-lr;
        font-size: 18px;
        font-weight: 700;
        color: white;
    }
.call-slide-det{
    display:flex;
    align-items:center;
    gap:7px;
    margin:10px 0px;
}
.call-slide-det i {
    color: #084c77;
    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:15px 0px;
    padding:5px 10px;
    background-color:#084c77;
    color:white;
    border:1px solid #084c77;
    border-radius:5px;
    transition:0.5s;
}
.call-me-right button:hover{
    color:#084c77;
    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;
}