﻿body {
}



/*<style type="text/css">*/
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.7);
}

    .site-navbar .site-menu {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

        .site-navbar .site-menu > li {
            display: inline-block;
            position: relative;
            /*width: 120px;*/
            margin-left: 15px;
            margin-right: 15px;
            text-align: center;
        }

            .site-navbar .site-menu > li > a {
                padding: 8px 0px;
                color: rgb(0,40,70);
                display: inline-block;
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 17px;
                padding-left: 15px;
                padding-right: 15px;
                text-decoration: none;
            }

                .site-navbar .site-menu > li > a:before {
                    position: absolute;
                    font-family: FontAwesome;
                    content: "\f078";
                    bottom: 12px;
                    right: calc(-4% - 3px);
                    color: #00ADEE;
                    opacity: 0;
                    -webkit-transition: .3s all ease-in-out;
                    -o-transition: .3s all ease-in-out;
                    transition: .3s all ease-in-out;
                    font-size: 12px;
                }

                .site-navbar .site-menu > li > a:hover:before {
                    opacity: 1;
                }

                .site-navbar .site-menu > li > a:hover, .site-navbar .site-navigation .site-menu > li > a:active {
                    color: #00ADEE;
                }

        .site-navbar .site-menu .nav-link.active {
            color: #00ADEE;
        }

            .site-navbar .site-menu .nav-link.active:before {
                position: absolute;
                font-family: FontAwesome;
                content: "\f078";
                bottom: -7px;
                opacity: 1;
                left: calc(50% - 7px);
                color: #00ADEE;
            }

.navbar .site-logo {
    margin: 0;
    padding: 0;
}



.navbar-toggler, .navbar-toggler:active, .navbar-toggler:hover, .navbar-toggler-icon, .navbar-toggler-icon:active, .navbar-toggler-icon:hover {
    color: rgb(0,40,70);
    outline: none;
    border: none;
}

.navbar ul {
    margin-top: -25px !important;
}

.nav-sticky.navbar ul {
    margin-top: auto !important;
}

@media(max-width:768px) {  
    span.new-line {
    border-right: 1px solid #00adee;
    padding-left: 6px;
}
    .corep_lsawre {
        padding: 18px;
}
       .corep_lsawre {
        padding: 18px;
}
    .navbar ul {
        margin-top: auto !important;
    }

    .site-navbar .site-menu > li > a:before {
        opacity: 0;
    }

    .site-navbar .site-menu > li > a:hover:before {
        opacity: 0;
    }

    .site-navbar .site-menu .nav-link.active:before {
        opacity: 0;
    }

    .site-navbar .site-menu > li {
        text-align: left;
        width: 100%;
        border-bottom: 1px dashed #00aeef;
    }

    .site-navbar .site-menu {
        padding-bottom: 20px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-collapse {
        background: #fff;
        padding-right: 20px;
    }
}

.small-logo {
    display: none;
    padding: 5px;
}

.big-logo {
    display: block;
}

.nav-sticky {
    background: #ffffff;
    position: fixed;
    top: 0;
    padding: 0;
    box-shadow: #aaa 1px 2px 5px;
}

    .nav-sticky .big-logo {
        display: none;
    }

    .nav-sticky .small-logo {
        display: block;
    }

    .nav-sticky .site-logo img {
        height: 64px;
        margin-left: 30px;
    }

.login_buttion {
    border-color: #3777bc;
    margin-top: 5px !important;
    color: #fff;
    background: #3777bc;
    padding: 0px 0px;
    height: 32px;
}

li.btn.login_buttion a:before {
    display: none;
}




li.btn.login_buttion a {
    padding: 3px 12px;
    color: #fff;
}

.slider_section {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: url('../images/topbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

    .slider_section .slider_text {
        position: absolute;
        z-index: 100;
        top: 40%;
        max-width: 550px;
        padding-left: 10px;
        height: fit-content;
    }

        .slider_section .slider_text .heading {
            font-family: 'Michroma', sans-serif;
            color: rgb(0,173,238);
            font-size: 40px;
            font-stretch: ultra-condensed;
        }

        .slider_section .slider_text .desc {
            color: rgb(0,40,70);
            margin-top: 20px;
            font-size: 18px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
        }

    .slider_section #searchbox {
        background: #ffffff;
        margin-top: 160px;
        padding-right: 30px;
        max-width: 470px;
        height: 50px;
        padding-top: 10px;
        color: #cacaca;
        border-radius: 2px;
        box-shadow: #eee -1px 1px 5px 2px;
    }

        .slider_section #searchbox .fa-search {
            font-size: 20px;
            margin-top: 3px;
        }

    .slider_section #searchtext {
        margin-left: 15px;
        outline: none;
        width: calc(100% - 110px);
        border: none;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: rgb(0,40,70);
    }

        .slider_section #searchtext::placeholder {
            color: #cacaca;
            font-family: 'Roboto', sans-serif;
        }

    .slider_section .searchbutton {
        background: #00ADEE;
        color: #ffffff;
        font-size: 14px;
        padding: 6px 20px;
        margin-top: 0px;
        font-family: 'Roboto', sans-serif;
        border-radius: 0px;
    }


    .slider_section .owl-carousel .owl-nav {
        font-size: 30px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .slider_section .owl-carousel .owl-nav .owl-prev:before {
            font-family: 'fontAwesome';
            color: rgb(0,40,70);
            content: "\f0d9";
            margin-right: 10px;
        }

        .slider_section .owl-carousel .owl-nav .owl-prev {
            border: none;
            outline: none;
            position: absolute;
            top: 25vh;
            transform: rotate(90deg);
            right: 30px;
        }

            .slider_section .owl-carousel .owl-nav .owl-prev:hover, .slider_section .owl-carousel .owl-nav .owl-next:hover {
                background: transparent;
                border: none;
                outline: none;
            }

        .slider_section .owl-carousel .owl-nav .owl-next {
            border: none;
            outline: none;
            position: absolute;
            top: calc(30vh + 300px);
            transform: rotate(90deg);
            right: 30px;
        }

            .slider_section .owl-carousel .owl-nav .owl-next:after {
                font-family: 'fontAwesome';
                color: rgb(0,40,70);
                content: "\f0da";
                margin-right: 10px;
                float: right;
            }

    .slider_section .owl-carousel .owl-dots {
        margin-top: 35px;
        color: rgb(0,40,70);
        counter-reset: dots;
        position: absolute;
        top: 30vh;
        right: 30px;
    }

        .slider_section .owl-carousel .owl-dots .owl-dot {
            outline: none;
            color: rgb(0,40,70);
            border: none;
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 30px;
            height: 30px;
            padding-top: 10px;
            font-size: 12px;
        }

            .slider_section .owl-carousel .owl-dots .owl-dot.active {
                background: #00ADEE;
                border-radius: 50%;
            }

            .slider_section .owl-carousel .owl-dots .owl-dot span {
                display: none;
            }

            .slider_section .owl-carousel .owl-dots .owl-dot:before {
                counter-increment: dots;
                content: "0"counter(dots);
                font-weight: 800;
                font-family: 'Michroma', sans-serif;
                color: rgb(0,40,70);
            }

    .slider_section .slider_box {
        width: 100%;
        height: 100vh;
    }

    .slider_section .slider_img {
        width: 100%;
        height: 100%;
    }

    .slider_section .slider_text .heading span {
        color: rgb(0,40,70);
    }

picture img {
    width: 100%;
    height: 100%;
}

@media(max-width:780px) {

    .login_buttion {
        border-color: #3777bc;
        margin-top: 2px !important;
        color: #fff;
        background: #3777bc;
        /* margin-right: 30px; */
        /* margin-top: auto !important; */
    }

    .slider_section .slider_img {
        object-fit: cover;
        object-position: 0 100%;
    }

    .slider_section .slider_text {
        padding-top: 20px;
        top: 100vh;
        width: 90%;
    }

        .slider_section .slider_text .heading {
            font-size: 1.7em;
        }

            .slider_section .slider_text .heading span {
                color: rgb(0,173,238);
            }

        .slider_section .slider_text .desc {
            color: rgb(0,173,238);
            font-size: 1em;
        }

        .slider_section .slider_text .searchbutton, .slider_section .owl-carousel .owl-dots {
            display: none;
        }

    .slider_section .owl-carousel .owl-nav .owl-prev, .slider_section .owl-carousel .owl-nav .owl-next {
        display: none;
    }

    .quickquery_section .query-img {
        display: none;
    }

    .blogs .blog_box {
        text-align: center !important;
    }

    .blogs .blog-text {
        text-align: left;
    }

    .about_section, .blog-header {
        margin-top: 300px !important;
    }

    .contact-page_section, .blog-header {
    margin-top: 246px !important;
}
    .blogs-list-page {
    margin-top: 239px !important;
}
    .coreplan {
        margin-top: 241px !important;
    }

    .service {
        margin-top: 230px !important;
    }

    .aboutus-page_section {
        margin-top: 230px !important;
    }

    .testimonials-page {
        margin-top: 230px !important;
    }
}




.heading .h2 {
    position: relative;
    padding-bottom: 15px;
    font-family: 'Michroma', sans-serif;
    color: #ffffff;
    letter-spacing: 6px;
    font-size: 26px;
    margin: auto;
    margin-bottom: 35px;
}

    .heading .h2:after {
        content: "";
        position: absolute;
        width: 100px;
        text-align: center;
        height: 1px;
        bottom: 0;
        left: calc(50% - 57px);
        border-bottom: 2px solid #00ADEE;
    }

.heading .h3 {
    position: relative;
    padding-bottom: 15px;
    font-family: 'Michroma', sans-serif;
    color: rgb(0,40,70);
    letter-spacing: 6px;
    font-size: 28px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

    .heading .h3:after {
        content: "";
        position: absolute;
        width: 100px;
        text-align: center;
        height: 1px;
        bottom: 0;
        left: calc(50% - 57px);
        border-bottom: 3px solid #00ADEE;
    }
/*            footer_section        */

.footer_section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

    .footer_section .footer_section-menu li {
        display: inline-block;
        list-style-type: none;
        text-align: right;
        margin-left: 20px;
        margin-right: 20px;
    }

        .footer_section .footer_section-menu li a {
            text-decoration: none;
            color: rgb(0,40,70);
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
        }

    .footer_section .social-links {
        text-decoration: none;
        font-size: 25px;
        color: #00ADEE;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_section .copyright {
        color: rgb(0,40,70);
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 20px;
    }

    .footer_section .last-line {
        border: 1px solid #00ADEE;
        width: 300px;
        vertical-align: bottom;
        margin-right: 15px;
    }

    .footer_section .footer_section-logo {
        height: 120px;
        margin-left: 25px;
        margin-bottom: 0px;
    }

@media (max-width: 600px) {
   .corep_lsawre {
        padding: 18px;
}
    .footer_section .footer_section-menu li {
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer_section .copyright {
        margin-right: 0px;
    }

    .footer_section .last-line {
        width: 100%;
        margin-left: 20px;
    }
}

.row1 {
    margin-right: 0;
    margin-left: 0;
}

.pop_head {
    text-align: left;
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: 'Michroma', sans-serif;
    color: rgb(0,40,70);
    letter-spacing: 5px;
    margin: 0;
}

.modal-header p::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 90px;
    height: 1px;
    text-align: center;
    border-bottom: 1px solid #00ADEE;
}

.site-navbar {
    z-index: 9 !important;
}

.aa {
    padding-right: 0;
}

.pop1 {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

/*@media (min-width:2000px)
            {
                .slider_section #homediv
                {
                    background: url('images/stratospherebanner.png');
                    background-size: cover;
                    background-repeat: no-repeat;
                }

            }*/

/*.slider_section #homediv{
                 background: url('images/stratospherebanner.png');
                 background-size: cover;
                background-repeat: no-repeat;
             }*/

form .batman {
    display: none;
}
/* hide because is spam protection */

.about_section .aboutbgimg {
    position: absolute;
    width: 100%;
    margin-top: -60px;
    background: url('../images/aboutbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    z-index: -10;
}



.about_section .container2 {
    margin-top: 60px;
    margin-bottom: 100px;
}


.about_section .h4 {
    position: relative;
    padding-bottom: 15px;
    font-family: 'Michroma', sans-serif;
    color: #00ADEE;
    font-size: 20px;
    width: 350px;
    margin: auto;
}

    .about_section .h4:after {
        position: absolute;
        bottom: 0;
        content: "";
        left: calc(50% - 45px);
        width: 80px;
        text-align: center;
        height: 1px;
        text-align: center;
        border-bottom: 1px solid rgb(0,40,70);
    }

.about_section .card {
    padding-top: 50px;
}

.about_section .card-body {
    margin-top: 20px;
    margin-bottom: 40px;
    color: rgb(0,40,70);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-weight: 500;
}

.about_section .about-box:nth-child(odd) .card {
    background: #00ADEE;
}

.about_section .about-box:nth-child(odd) .h4 {
    color: #ffffff;
}

.about_section .about-box:nth-child(odd) .card-body {
    color: #ffffff;
}



.provide_section {
    background: url('../images/providebgn.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

    .provide_section .container-fluid {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .provide_section .innerdata {
        width: 85%;
        margin: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .provide_section .provide-box .iconwrap {
        width: 80px;
        height: 80px;
    }

    .provide_section .provide-box .icontext {
        margin-left: 13px;
        text-align: left;
        color: #fff;
        font-size: 14px;
        max-width: 260px;
        font-family: 'Roboto', sans-serif;
    }

    .provide_section .provide-box .iconwrap img {
        width: 80px;
        height: 80px;
    }

    .provide_section .provide-textwrap {
        text-align: center;
        font-size: 12px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .provide_section .provide-text {
        margin: auto;
        color: #00ADEE;
        font-family: 'Michroma', sans-serif;
        border-left: 2px solid white;
        font-size: 17px;
        line-height: 27px;
        padding-left: 20px;
        max-width: 350px;
        padding-top: 20px;
        padding-bottom: 20px;
    }



.quickquery_section .query-heading_01 {
    padding: 0px;
    margin-top: 50px;
}

    .quickquery_section .query-heading_01 .h4 {
        text-align: left;
        position: relative;
        font-size: 18px;
        padding-bottom: 15px;
        font-family: 'Michroma', sans-serif;
        color: rgb(0,40,70);
        letter-spacing: 5px;
        margin: auto;
    }

        .quickquery_section .query-heading_01 .h4:after {
            position: absolute;
            bottom: 0;
            content: "";
            left: 0;
            width: 90px;
            height: 1px;
            text-align: center;
            border-bottom: 1px solid #00ADEE;
        }

.quickquery_section .query-img {
    width: 677px;
    margin-left: -140px;
    margin-top: -100px;
    height: calc(100% + 100px);
}

.quickquery_section #query-form {
    padding-bottom: 30px;
}

.quickquery_section #form-header-text {
    margin-top: 30px;
    color: #00ADEE;
    font-family: 'Michroma', sans-serif;
    font-size: 25px;
    width:72%;
}

    .quickquery_section #form-header-text p {
        color: rgb(0,40,70);
        margin-top: 10px;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }





.input-text-field {
    font-family: 'Roboto', sans-serif;
    color: rgb(0,40,70);
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    box-shadow: #ccc 0px 2px 3px 2px;
}

.input-field-group {
    position: relative;
    display: inline-block;
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .input-field-group > label {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #222222;
        position: absolute;
        left: 0.5em;
        top: 50%;
        margin-top: -0.5em;
        opacity: 0.5;
        transform: translateY(30px);
        transition: all 0.3s;
    }

    .input-field-group > .input-text-field:placeholder-shown + label {
        display: block;
        transform: translateY(0px);
        transition: all 0.3s;
    }

.custom-checkbox .custom-control-label::before {
    background: #f2f2f2;
}

.custom-control-label {
    font-family: 'Roboto', sans-serif;
    color: rgb(0,40,70);
}

    .custom-control-label a {
        text-decoration: none;
        color: #00ADEE;
    }

.btn-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

#submitbutton {
    background: #00ADEE;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    font-size: 14px;
}

.querycont {
    width: 100%;
    background: #ffffff;
    text-align: center;
    position: absolute;
    overflow-y: visible;
}

.query_popup {
    background: #ffffff;
    width: 80%;
    margin: auto;
    margin-top: -70px;
    padding-bottom: 0px;
    box-shadow: rgb(0,40,70) 0px -1px 4px -2px;
}



.bgcustom_section {
    width: 100%;
    background: #ffffff;
}





.blogs {
    background: url('../images/blogbgn.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

    .blogs .container-fluid {
        background: transparent;
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .blogs .blog_box-cont {
        text-align: center;
    }

    .blogs .blog_box {
        width: fit-content;
        padding-left: 30px;
        margin: auto;
        text-align: left;
        padding-right: 30px;
    }

    .blogs .blog-img {
        border: 13px solid #ffffff;
        height: 300px;
        float: right;
        width: 230px;
    }

    .blogs .blog-text {
        width: 200px;
        margin-top: 50px;
        margin-left: 25px;
        vertical-align: top;
    }

        .blogs .blog-text .h5 {
            color: #00ADEE;
            font-family: 'Michroma', sans-serif;
        }

        .blogs .blog-text .author {
            color: #FFFFFF;
            font-family: 'Roboto', sans-serif;
            border-bottom: 1px solid #00ADEE;
            width: fit-content;
        }

            .blogs .blog-text .author span {
                color: #cacaca;
                font-size: 12px;
            }

        .blogs .blog-text .blog-desc {
            color: #ffffff;
            margin-top: 20px;
            font-size: 14px;
            line-height: 22px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
        }

    .blogs .blog_box .blog-btn {
        background: #00ADEE;
        border-radius: 0px;
        font-size: 14px;
        padding: 3px 12px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
    }

    .blogs .owl-carousel {
        margin-top: 70px;
    }



        .blogs .owl-carousel .owl-nav {
            font-size: 30px;
            width: 350px;
            margin: auto;
            margin-top: 20px;
        }

            .blogs .owl-carousel .owl-nav .owl-prev:before {
                font-family: 'fontAwesome';
                color: #ffffff;
                content: "\f0d9";
                margin-right: 10px;
            }

            .blogs .owl-carousel .owl-nav .owl-prev {
                border: none;
                outline: none;
                float: left;
            }

                .blogs .owl-carousel .owl-nav .owl-prev:hover, .blogs .owl-carousel .owl-nav .owl-next:hover {
                    background: transparent;
                    border: none;
                    outline: none;
                }

            .blogs .owl-carousel .owl-nav .owl-next {
                float: right;
                border: none;
                outline: none;
            }

                .blogs .owl-carousel .owl-nav .owl-next:after {
                    font-family: 'fontAwesome';
                    color: #ffffff;
                    content: "\f0da";
                    margin-right: 10px;
                    float: right;
                }

        .blogs .owl-carousel .owl-dots {
            margin-top: 35px;
            counter-reset: dots;
        }

            .blogs .owl-carousel .owl-dots .owl-dot {
                outline: none;
                border: none;
                margin-left: 20px;
                margin-right: 20px;
                width: 30px;
                height: 30px;
                padding-top: 10px;
                font-size: 12px;
            }

                .blogs .owl-carousel .owl-dots .owl-dot.active {
                    background: #00ADEE;
                    border-radius: 50%;
                }

                .blogs .owl-carousel .owl-dots .owl-dot span {
                    display: none;
                }

                .blogs .owl-carousel .owl-dots .owl-dot:before {
                    counter-increment: dots;
                    content: "0"counter(dots);
                    font-family: 'Michroma', sans-serif;
                    color: #ffffff;
                }







.about_section .container1 {
    margin-top: 60px;
    display: none;
}

.about_section .aline1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 17px;
    margin-bottom: -4px;
}

.about_section .aline2 {
    color: #00ADEE;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.about_section .aquerybtn {
    padding: 1px 25px;
    background: #00ADEE;
    color: #fff;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.about_section .social-links {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.about_section .find {
    color: #00ADEE;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
}

@media (min-width:2000px) {
    .provide_section .provide-box .icontext {
        font-size: 14px;
        max-width: 300px;
    }

    .provide_section .provide-text {
        font-size: 20px;
        max-width: 450px;
        line-height: 30px;
    }

    .blogs .blog-img {
        /* height:369px;
                    width:289px;*/
        height: 390px;
        width: 295px;
    }
}


.carousel {
    margin-top: 50px;
}

.carousel-inner {
    height: 100px;
}

.carousel-caption {
    color: #fff;
    top: 50%;
}

img.mbig-logo {
    width: 75px !important;
    float: left;
    padding: 3px 5px;
}

.marqu_home .slider_box span {
    color: #ffffff;
    font-size: 27px;
    float: left;
    margin-top: -7px;
    font-weight: 500;
}


.marqu_home button.owl-prev {
    position: absolute;
    left: 0;
    margin: 0px !important;
    top: -18px;
    outline: none !important;
}

    .marqu_home button.owl-prev .nav-button.owl-prev {
        background: none;
        font-family: 'fontAwesome';
        color: rgb(0 173 238);
        content: "\f0da";
        margin-right: 10px;
        float: right;
        font-size: 38px;
        padding: 0px !important;
    }

    .marqu_home button.owl-prev:hover {
        background: none !important;
    }

.marqu_home button.owl-next {
    position: absolute;
    right: 0;
    margin: 0px !important;
    top: -18px;
    outline: none !important;
}

    .marqu_home button.owl-next .nav-button.owl-next {
        background: none;
        font-family: 'fontAwesome';
        color: rgb(0 173 238);
        content: "\f0da";
        margin-right: 10px;
        float: right;
        font-size: 38px;
        padding: 0px !important;
    }

    .marqu_home button.owl-next:hover {
        background: none !important;
    }

.marqu_home {
    float: left;
    padding-bottom: 60px;
}

    .marqu_home .slider_box {
        float: left;
        padding-left: 50px;
    }

.nav-sticky {
    z-index: 999 !important;
}



/*About*/
.aboutus-page_section .user-cont {
    text-align: center;
    margin-top: 30px;
    margin-bottom:60px;
}

    .aboutus-page_section .user-cont .user-section {
        width: 70%;
        margin: auto;
    }

        .aboutus-page_section .user-cont .user-section .user-image-man {
            width: 90%;
            height: 350px;
            position: relative;
        }

            .aboutus-page_section .user-cont .user-section .user-image-man .user-overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                background: linear-gradient(90deg, rgba(0,173,238,1) 0%, rgba(0,40,70,0.39539565826330536) 100%);
                z-index: 10;
                opacity: 0;
                transition: .5s ease;
            }

            .aboutus-page_section .user-cont .user-section .user-image-man:hover .user-overlay {
                opacity: 1;
            }

            .aboutus-page_section .user-cont .user-section .user-image-man .user-overlay .open-user {
                color: #ffffff;
                position: absolute;
                right: 20px;
                bottom: 20px;
            }

        .aboutus-page_section .user-cont .user-section .user-image {
            height: 350px;
            width: 100%;
            filter: grayscale(100%);
        }

        .aboutus-page_section .user-cont .user-section  {
            font-family: 'Michroma', sans-serif;
            color: rgb(0,40,70);
            letter-spacing: 8px;
            font-size: 14px;
            text-align: left;
            margin-top: 25px;
            margin-bottom: 0px;
        }
        .user-name {
            font-family: 'Michroma', sans-serif;
            color: rgb(0,40,70);
            letter-spacing: 8px;
            font-size: 12px;
            text-align: left;
            margin-top: 25px;
            margin-bottom: 0px;
        }
        .aboutus-page_section .user-cont .user-section  {
            font-family: 'Roboto', sans-serif;
            color: #00ADEE;
            font-weight: 500;
            text-align: left;
        }

        .designation {
            font-family: 'Roboto', sans-serif;
            color: #00ADEE;
            font-weight: 500;
            text-align: left;
            letter-spacing: 0px;
        }

@media(max-width:500px) {
    .aboutus-page_section .user-cont .user-section {
        width: 80%;
        margin-left: 10%;
    }

        .aboutus-page_section .user-cont .user-section .user-image-man {
            height: auto;
            width: 100%;
        }

        .aboutus-page_section .user-cont .user-section .user-image {
            height: auto;
        }

    .modal-user-image {
        height: auto !important;
    }
}

.custom-modal-width {
    width: 90% !important;
    max-width: 90% !important;
}

.modal {
    z-index: 9999;
    /*background: #ffffff;*/
}

.modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgb(0,40,70);
    border-top: 1px solid rgb(0,40,70);
}

.modal-body {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal-user-image {
    width: 100%;
    height: 350px;
    margin: auto;
    filter: grayscale(100%);
}

.modal .user-name {
    font-family: 'Michroma', sans-serif;
    color: rgb(0,40,70);
    letter-spacing: 8px;
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal .designation {
    font-family: 'Roboto', sans-serif;
    color: #00ADEE;
    font-weight: 500;
    text-align: left;
}

.modal-user-details {
    font-family: 'Roboto', sans-serif;
    color: rgb(0,40,70);
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
}

.modal-btn, .modal-btn:hover, .modal-btn:active {
    background: rgb(0,40,70);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    font-size: 12px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}


/*About end*/

/*Contact*/
.contact-page_section .mapbox {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-page_section #googlemap {
    min-height: 350px;
}

.contact-page_section .mapbox .map-address {
    background: rgb(0,40,70);
}

    .contact-page_section .mapbox .map-address .h4 {
        font-family: 'Michroma', sans-serif;
        color: #00ADEE;
        letter-spacing: 5px;
        font-size: 14px;
    }

    .contact-page_section .mapbox .map-address .details {
        margin-top: 10px;
        margin-bottom: 30px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
    }

.contact-page_section .officebox {
    background: rgb(0,40,70);
    margin-top: 70px;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
}


.input-text-field {
    font-family: 'Roboto', sans-serif;
    color: rgb(0,40,70);
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 0px;
}



    .input-field-group > label {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        left: 0.5em;
        top: 50%;
        margin-top: -0.5em;
        opacity: 0.5;
        transform: translateY(30px);
        transition: all 0.3s;
    }

    .input-field-group > .input-text-field:placeholder-shown + label {
        display: block;
        transform: translateY(0px);
        transition: all 0.3s;
        color: #222222;
    }

.custom-checkbox .custom-control-label::before {
    background: #f2f2f2;
}

.custom-control-label_01 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 12px;
}

    .custom-control-label a {
        text-decoration: none;
        color: #00ADEE;
    }

.btn-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

#submitbutton {
    background: #00ADEE;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 25px;
}

.contact-page_section .officebox .h4 {
    font-family: 'Michroma', sans-serif;
    color: #00ADEE;
    letter-spacing: 1px;
    font-size: 20px;
}

.contact-page_section .officebox .details {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.contact-page_section .officebox .form-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-page_section .contactmapimage {
    /*margin-top: 54px;
                margin-left: 47px;
                width: 76%;*/
    margin-top: 100px;
    margin-left: 25px;
    width: 87%;
}

@media (min-width: 2000px) {
    .contact-page_section .contactmapimage {
        /*margin-top: 54px;
                margin-left: 47px;
                width: 76%;*/
        margin-top: 76px;
        margin-left: 160px;
        width: 64%;
    }
}

/* for svg section */

svg {
    width: 100%;
}

svg {
    margin: 10px 20px;
    width: calc(100% - 40px);
    height: 500px;
    max-height: 100%;
    overflow: visible;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    /*allow tooltips to spill into margins */
}

circle {
    /*fill: #007bff;*/
    fill: #054872;
}


/* circle, */

.banaan {
    fill: #fff;
    transition: all 2s ease;
    box-shadow: 0 0 0 0 rgba(0, 173, 239, 1);
    animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
    to {
        r: 6;
    }
}


/* svg section end*/
.tooltip {
    pointer-events: none; /*let mouse events pass through*/
    opacity: 0;
    transition: opacity 0.3s;
    color: white;
    text-align: center;
    /*text-shadow:1px 1px 0px gray;*/
}

div.tooltip {
    background: #002846;
    border: solid white;
    position: absolute;
    max-width: 8em;
    text-align: center;
}


g.tooltip:not(.css) {
    fill: white;
}

g.tooltip rect {
    fill: #002846;
    stroke: #00ADEE;
}

circle:hover + g.tooltip.css {
    opacity: 1;
}




/*Contact end*/

/*Services*/
.service {
    margin-top: 25px;
}

    .service .service-box {
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .service .service-box:last-child {
            margin-bottom: 100px;
        }

    .service .planimgs {
        height: 450px;
    }

    .service .plantext {
        padding: 35px;
        padding-bottom: 15px;
        max-width: 500px;
        z-index: 10;
        position: absolute;
        margin-top: 50px;
        ;
        height: 340px;
        box-shadow: rgb(0,40,70) 0px 1px 6px -2px;
    }

    .service .service-box:nth-child(odd) .plantext {
        background: #00ADEE;
        color: #ffffff;
        float: right;
        right: 2.5%;
    }

    .service .service-box:nth-child(even) .plantext {
        background: #ffffff;
        color: rgb(0,40,70);
        float: left;
        left: 11%;
    }

    .service .plantext h5 {
        letter-spacing: 5px;
        font-family: 'Michroma', sans-serif;
    }

    .service .plantext small {
        text-transform: uppercase;
        font-family: 'Michroma', sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 1000;
        color: #00ADEE;
    }

    .service .service-box:nth-child(odd) .plantext small {
        color: rgb(0,40,70);
    }

    .service .plantext p {
        margin-top: 20px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
        line-height: 21px;
        font-size: 12px;
    }

    .service .plantext a {
        background: #00ADEE;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        border-radius: 0px;
        font-size: 14px;
        margin-top: 25px;
        text-decoration: none;
    }

    .service .service-box:nth-child(odd) .plantext a {
        background: rgb(0,40,70);
    }

@media (max-width:500px) {
   .corep_lsawre {
        padding: 18px;
}
    .service .planimgs {
        height: 500px;
        width: 100%;
    }

    .service .plantext {
        height: 400px;
        width: 300px;
        padding-top: 30px;
        float: left;
        left: 11%;
    }

    .service #plan2, .service #plan4 {
        float: right;
        right: 50px;
        left: 50px;
        width: auto;
    }

    .service #plan1, .service #plan3 {
        float: left;
        right: 50px;
        left: 50px;
        width: auto;
    }

    .service .plantext a {
        margin-top: 15px;
    }
}


/*Services end*/

/*Services detAl*/
section#quickquery_section {
    display: none;
}

div#bgcustom_section {
    display: none;
}


/*--------------------------------------*/
._nsps30 span {
    padding-left: 0;
}

/*=========================================================================================================================================*/

._ksed2 li img {
    width: 16px;
}

.header-scrolled .nav-menu > ul li a {
    color: #002846;
}

._fsrwq2 .nav-menu > ul {
    background: transparent;
}

._fsrwq2 .nav-menu a {
    color: #002846;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

._fsrwq2 .nav-menu > ul > li {
    padding: 0;
    /* min-width: 85px; */
    margin: 10px 20px 10px 20px;
}

._fsrwq2 .nav-menu a:hover, .nav-menu li:hover > a {
    color: #00ADEE;
}

._fsrwq2 .nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    /* width: 100%; */
    bottom: -15px;
    left: 35%;
    background-image: url(../images/simple-down.png);
    background-color: transparent;
    /*border-top: 10px solid #00adee;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-color: transparent;*/
    visibility: hidden;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.1s ease-in-out 0s;
}

._fsrwq2 .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    /* width: 100%; */
}


.corep_sdvft {
    padding: 120px 0 50px 0;
    text-align: center;
}

    .corep_sdvft h2 {
        font-family: 'Michroma', sans-serif;
        font-size: 22px;
        letter-spacing: 6px;
        color: #002846;
        text-transform: uppercase;
        position: relative;
    }

        .corep_sdvft h2:before {
            position: absolute;
            content: "";
            width: 80px;
            height: 2px;
            background-color: #01adef;
            left: 46.5%;
            bottom: -12px;
        }

.corep_bg11b {
    background-image: url(../images/bg11.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    min-height: 510px;
    padding-top: 80px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#slider_section .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

._plkjg {
    width: 28%;
}

.corep_ardec {
    width: 72%;
    padding: 15px;
}

.corep_lsawre h3 {
    font-family: 'Michroma', sans-serif;
    font-size: 15px;
    letter-spacing: 6px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.corep_lsawre h4 {
    font-family: 'Michroma', sans-serif;
    font-size: 8px;
    letter-spacing: 2px;
    color: #00adef;
    text-transform: uppercase;
    font-weight: bold;
}

.corep_lsawre ul li {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    margin-top: 28px;
    position: relative;
    text-transform: capitalize;
}

.corep_lsawre ul {
    padding-left: 20px;
    list-style-type: none;
}

    .corep_lsawre ul li:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #00adef;
        border-radius: 5px;
        left: -24px;
        top: 2px;
    }

.corep_lsawre {
    background: #012847;
       
}

.mb100 {
    margin-bottom: 100px;
}

.corep_bg11b2 {
    background-image: url(../images/bg22.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    min-height: 510px;
    padding-top: 80px;
}

    .corep_bg11b2 .corep_lsawre {
        padding-left: 25px;
    }

        .corep_bg11b2 .corep_lsawre ul {
            width: 33%;
        }

.corep_lsawre ul li ._ahdree li {
    color: #00adef;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    margin-top: 10px;
    position: relative;
    text-transform: capitalize;
}

ul._ahdree li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    left: -12px;
    top: 3px;
}

.corep_bg11b2 .corep_lsawre ul li ul._ahdree {
    width: 100%;
}

.corep_lsawre ul li ul._ahdree {
    padding-left: 10px;
}

.corep_lsred {
    padding: 0 80px;
}

.corep_lcdgb {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 #00000030;
    vertical-align: middle;
}

.corep_wid25 {
    width: 30%;
    text-align: center;
    padding: 0 30px;
}

    .corep_wid25 img {
        width: 100%;
    }

.corep_leers {
    width: 70%;
    padding: 40px 10px 0 40px;
}

    .corep_leers h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: #012847;
        font-weight: 600;
        margin-bottom: 0;
    }

    .corep_leers p {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #012847;
        font-weight: 600;
        margin-top: 25px;
        line-height: 24px;
    }

    .corep_leers h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: #00adef;
        font-weight: 600;
    }

._ksers {
    text-align: right;
}

._mxexz ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

._ksers ul.footer_section-social {
    float: none;
}

._ksers .social-links {
    float: none;
}

    ._ksers .social-links a {
        float: none;
    }

._lserebc {
    padding: 30px;
}

._mxexz ul li a {
    text-decoration: none;
    color: rgb(0,40,70);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

._mjhghf {
    color: rgb(0,40,70);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 20px;
}

.social-links.mt-3 {
    display: inline;
}


._plkjg img {
    display: none;
}


@media (max-width: 780px) {
    .corep_plkio {
        margin-top: 285px;
    }

    .corep_sdvft {
        padding: 0;
    }

    ._plkjg {
        width: 100%;
        float: left;
    }

    .corep_ardec {
        width: 100%;
        padding:0px;
    }

    .mb100 {
        margin-bottom: 0;
    }

    .corep_bg11b2 .corep_lsawre ul {
        width: 100%;
    }

    .corep_leers {
        width: 100%;
        padding: 0;
    }

    .corep_lsred {
        padding: 0;
    }

    .corep_wid25 {
        width: 100%;
    }

    .corep_bg11b {
        background: #012847;
        margin-top: 50px;
        padding-top: 0;
    }

    ._plkjg img {
        display: block;
        width: 100%;
        height: auto;
    }

    .corep_bg11b2 {
        background: #012847;
        margin-top: 50px;
        padding-top: 0;
    }
}


/*Services detAl end*/
/*Testimonials*/

.testimonials-page .user-cont {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

    .testimonials-page .user-cont .user-section {
        width: 90%;
        margin: auto;
    }

        .testimonials-page .user-cont .user-section .user-image-man {
            /*width: 230px;*/
            height: 230px;
            position: relative;
        }

            .testimonials-page .user-cont .user-section .user-image-man .user-overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 230px;
                width: 100%;
                /*height: 100%;
        width: 100%;*/
                background: linear-gradient(90deg, rgba(0, 173, 238, 1) 0%, rgba(0, 40, 70, 0.39539565826330536) 100%);
                z-index: 10;
                opacity: 0;
                transition: .5s ease;
            }

            .testimonials-page .user-cont .user-section .user-image-man:hover .user-overlay {
                opacity: 1;
            }

            .testimonials-page .user-cont .user-section .user-image-man .user-overlay .open-user {
                color: #ffffff;
                position: absolute;
                right: 20px;
                bottom: 20px;
            }

        .testimonials-page .user-cont .user-section .user-image {
            height: 230px;
            width: 100%;
            /*height: 250px;
        width: 100%;*/
        }

        .testimonials-page .user-cont .user-section .user-name {
            font-family: 'Michroma', sans-serif;
            color: rgb(0, 40, 70);
            letter-spacing: 1px;
            font-size: 10.5px;
            text-align: left;
            margin-top: 25px;
            margin-bottom: 0px;
        }

        .testimonials-page .user-cont .user-section .designation {
            font-family: 'Roboto', sans-serif;
            color: #00ADEE;
            font-weight: 500;
            font-size: 12px;
            text-align: left;
            margin-bottom: 0px;
        }

        .testimonials-page .user-cont .user-section .cmp {
            font-family: 'Roboto', sans-serif;
            color: #888;
            font-weight: 500;
            font-size: 12px;
            margin-top: 0px;
            text-align: left;
        }

.custom-modal-width {
    width: 90% !important;
    max-width: 90% !important;
}

.modal_01 {
    background: #ffffff;
    z-index: 10000;
}

/*.modal-content {
    border-radius: 0px;
    border: 0px;
}*/

.modal-body {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal-user-image {
    width: 100%;
    height: 100%;
    margin: auto;
}

.modal .user-name_test {
    font-family: 'Michroma', sans-serif;
    color: #00ADEE;
    letter-spacing: 6px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal .designation_test {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
}

    .modal .designation_test .company {
        color: #00ADEE;
    }

.modal-user-details_test {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    font-weight: 500;
}

.modal-user-body_0test {
    background: rgb(0, 40, 70);
    padding: 50px;
    margin-right: 0;
}

.modal-btn_test,
.modal-btn_test:hover,
.modal-btn_test:active {
    background: #00ADEE;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    font-size: 12px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

.modal-divider_test {
    background: #ffffff;
    width: 100px;
    margin-left: 0px;
}

@media(max-width: 400px) {
    .corep_lsawre {
        padding: 18px;
}

    .user-image-man img {
    width: 100% !important;
    text-align: center;
}
    .desc_01 {
   margin-top: -130px !important;
   
}
    .input-field-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 30px;
}
    .mapbox {
  margin-top: 40px !important;
    margin-bottom: 40px !important;
}
    .blog-box {
    margin-top: 30px !important;
}
    .downbtn {
    margin-top: 30px !important;
}
    .pbwrap {
    margin-top: 30px !important;
}
    .coreplan .planheadingbg {
      margin-top: 30px !important;
}
    .user-cont {
        /*margin-bottom: 0px !important;*/
    }

    .heading .h3 {
           margin-top: 68px;
    margin-bottom: 14px;
    }
}
/*Testimonials detAl end*/
/*premiumplan */
.coreplan .planheadingbg {
    margin-top: 100px;
    background: url('../images/premiumplanbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 330px;
    padding: 0;
}

.coreplan .planheading {
    background: transparent;
    width: 100%;
    height: 330px;
    margin: 0;
}

    .coreplan .planheading p {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'Michroma', sans-serif;
        letter-spacing: 5px;
        padding-top: 140px;
    }

.coreplan .plan-box {
    max-width: 89%;
    box-shadow: #ccc 1px 1px 5px 1px;
    padding: 20px;
    border-radius: 2px;
    margin: auto;
    height: 100%;
}

    .coreplan .plan-box img {
        width: 100%;
        height: 148px;
    }

    .coreplan .plan-box .plan-text {
        padding: 10px;
        padding-top: 30px;
        font-size: 14.5px;
        color: rgb(0,40,70);
        font-family: 'Roboto', sans-serif;
        text-align: center;
        max-width: 300px;
        margin: auto;
    }

.coreplan .pbwrap {
    margin-top: 100px;
}

.coreplan .downbtn {
    background: #00ADEE;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 40px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

.coreplan .contact {
    font-family: 'Roboto', sans-serif;
    color: #00ADEE;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 150px;
    font-size: 12px;
}

    .coreplan .contact a, .coreplan .contact a:hover {
        color: #00ADEE;
        text-decoration: none;
    }

@media (min-width:2000px) {
    .coreplan .planheadingbg, .coreplan .planheading {
        height: 430px;
    }

        .coreplan .planheading p {
            padding-top: 190px;
        }

    .coreplan .plan-box {
        max-width: 80%;
    }

        .coreplan .plan-box img {
            height: 230px;
        }

        .coreplan .plan-box .plan-text {
            font-size: 18px;
            max-width: 350px;
        }
}

@media (min-width:1600px) {
    .coreplan .planheadingbg, .coreplan .planheading {
        height: 430px;
    }

        .coreplan .planheading p {
            padding-top: 190px;
        }

    .coreplan .plan-box {
        max-width: 86%;
    }

        .coreplan .plan-box img {
            height: 230px;
        }

        .coreplan .plan-box .plan-text {
            font-size: 18px;
            max-width: 350px;
        }
}
/*premiumplan  end*/
/*Blog*/

.blogs-list-page {
    margin-bottom: 120px;
}

    .blogs-list-page .blog-box {
        margin-top: 70px;
    }

        .blogs-list-page .blog-box .blog-image {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .blogs-list-page .blog-box .blog-img-wrap {
            margin: 0;
            padding: 0;
        }

        .blogs-list-page .blog-box .blog-body {
            background: rgb(0,40,70);
            margin: 0;
            padding: 25px;
        }

            .blogs-list-page .blog-box .blog-body h5 {
                font-family: 'Michroma', sans-serif;
                color: #00ADE4;
                /*margin-top: 20px;*/
                margin-top: 0px;
                /*width: 70%;*/
                width: 100%;
            }

            .blogs-list-page .blog-box .blog-body .blog-heading-line {
                width: 100px;
                background: #ffffff;
                height: 0px;
                text-align: left;
                margin-left: 0px;
                margin-top: 0px;
                margin-bottom: 0px;
            }

            .blogs-list-page .blog-box .blog-body .blog-text {
                margin-top: 25px;
                margin-bottom: 30px;
                text-align: justify;
                color: #ffffff;
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
            }

            .blogs-list-page .blog-box .blog-body a {
                background: #00ADEE;
                color: #ffffff;
                font-family: 'Roboto', sans-serif;
                border-radius: 0px;
                font-size: 12px;
                text-decoration: none;
                height: 30px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .blogs-list-page .blog-box .blog-body .blog-author-line {
                background: #ffffff;
                height: 0px;
                text-align: left;
                margin-left: 0px;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .blogs-list-page .blog-box .blog-body .author {
                color: #FFFFFF;
                font-family: 'Roboto', sans-serif;
                margin-bottom: 60px;
            }

                .blogs-list-page .blog-box .blog-body .author span {
                    color: #00ADEE;
                    float: right;
                    font-size: 12px;
                }

            .blogs-list-page .blog-box .blog-body .tags {
                color: #aaaaaa;
                font-size: 10px;
            }

            .blogs-list-page .blog-box .blog-body .blog-tags {
                list-style-type: none;
                text-align: left;
                padding: 0px;
            }

            .blogs-list-page .blog-box .blog-body .blog-tags-item {
                display: inline-block;
                margin: 2px;
                background: #024168;
                font-size: 10px;
                text-align: center;
                padding-left: 15px;
                padding-top: 5px;
                padding-bottom: 5px;
                padding-right: 12px;
                border-radius: 25px;
                color: #aaaaaa;
            }


/*Blog end*/


.slider_section .homediv {
    background: url(../images/stratospherebanner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_section .homediv {
    margin: 0px;
    padding: 0px;
    height: 100vh;
    background: url(../images/topbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.desc_01 {
    color: rgb(0,40,70);
    margin-top: 20px;
    margin-left: 35px;
    font-size: 28px;
    letter-spacing: 3px;
    font-family: 'Michroma', sans-serif;
    font-weight: 500;
}



/*disclaimer*/
.blog-header {
    background: #062A48;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

    .blog-header .container-fluid {
        background: rgba(0,40,70,0.8);
    }

    .blog-header .h3 {
        font-family: 'Michroma', sans-serif;
        color: #00ADE4;
        font-weight: bold;
        padding-top: 100px;
    }

    .blog-header .author {
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 100px;
    }

        .blog-header .author span {
            padding-left: 100px;
            color: #cacaca;
            font-size: 12px;
        }

.blog-body-section .tags {
    color: #000000;
    font-size: 10px;
    display: inline;
}

.blog-body-section .blog-tags {
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

.blog-body-section .blog-tags-item {
    display: inline-block;
    margin: 2px;
    background: #024168;
    font-size: 10px;
    text-align: center;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
    border-radius: 25px;
    color: #ffffff;
}

.blog-body-section .blog-post-data {
    color: rgb(0,40,70);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 50px;
}

.blog-body-section .blog-post-footer_section {
    margin-bottom: 70px;
    color: #00ADEE;
    font-family: 'Roboto', sans-serif;
}

    .blog-body-section .blog-post-footer_section a {
        text-decoration: none;
        color: #00ADEE;
    }

    .blog-body-section .blog-post-footer_section span {
        font-size: 12px;
        font-weight: bold;
    }



.blog-body-section .sidebar {
    margin-bottom: 100px;
}

.blog-body-section .sidebar-box {
    margin-bottom: 20px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
}

.blog-body-section .search-form {
    background: #fafafa;
    padding: 10px;
}

    .blog-body-section .search-form .form-group {
        position: relative;
        margin-bottom: 0;
    }

    .blog-body-section .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .blog-body-section .search-form .form-group input {
        padding-right: 50px;
        font-size: 14px;
    }

.blog-body-section .form-control {
    height: 52px !important;
    background: #fff !important;
    color: rgb(0,40,70) !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
}

.blog-body-section .sidebar-box h3 {
    font-size: 20px;
    color: #00ADEE;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-body-section .categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

    .blog-body-section .categories li a {
        display: block;
        color: rgb(0,40,70);
        text-decoration: none;
    }

        .blog-body-section .categories li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

.blog-body-section .block-21 .blog-img {
    display: block;
    height:80px;
    width: 92px;
}

.blog-body-section .block-21 .text {
    width: calc(100% - 100px);
}

    .blog-body-section .block-21 .text .heading {
        font-size: 18px;
        font-weight: 300;
    }

    .blog-body-section .block-21 .text .meta > div a {
        color: gray;
        text-decoration: none;
    }

    .blog-body-section .block-21 .text .heading a {
        color: rgb(0,40,70);
        text-decoration: none;
    }

.blog-body-section .tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    text-decoration: none;
    margin-right: 4px;
    border-radius: 4px;
    color: rgb(0,40,70);
    border: 1px solid #ccc;
    font-size: 11px;
}

    .blog-body-section .tagcloud a:hover {
        border: 1px solid #00ADEE;
    }
/*disclaimer end*/

.scrollTop {
    position: fixed;
    right: 1%;
    bottom: 10px;
    background-color: #3777bc;
    padding: 8px;
    transition: all 0.4s ease-in-out 0s;
    /*border-radius: 0.25rem;*/
}

    .scrollTop a {
        font-size: 18px;
        color: #fff;
    }

.modal-user-details_01 p {
    color: #000;
}


a.google_new img {
    width: 25px;
    margin-top: -6px;
}

#about-page {
    margin-top: 25px;
}
#service {
    margin-top: 25px;
}


.modal-dialog_home {
    background: #ffffff;
    border-radius: 5px;
}


ul {}

.corep_bg11b2 .corep_lsawre ul ul {
    width: 100%;
    padding-left: 10px;
}

.corep_bg11b2 .corep_lsawre ul ul li {
    color: #00adef;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    margin-top: 10px;
    position: relative;
    text-transform: capitalize;
}