
.main {
    background: #3F4672;
    color: #fff;
    height: 51px;
    line-height: 45px;
}


.time:hover {
    transform: scale(0.8);
}

.time {
    transition: 0.5s;
}

ul.right-top li {
    float: left;
    list-style: none;
    padding-right: 77px;
}

/*.slider {
    position: relative;
}

.main2 {
    position: absolute;
    width: 100%;
    z-index: 1;
}
*/
.slider1 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

    .slider1:after {
        position: absolute;
        content: "";
        background: #040F4F;
        left: 0;
        width: 100%;
        height: 100%;
        top: 63px;
        opacity: 0.7;
    }

.connect {
    border: 2px solid;
    border-radius: 5px
}

.cap {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
}

.caption {
    color: #fff;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing:2
}

.caption2 {
    color: #fff;
    font-size: 22px;
    margin-top: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}


.main3 {
    float: left;
    width: 100%;
    height: auto;
    background-image: url(../img/about.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 43px;
}

.about_content {
    padding-top: 15%;
    padding-left: 27px;
}

    .about_content h2 {
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 50px;
    }

    .about_content p {
        font-size: 22px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }

.main4 {
    float: left;
    width: 100%;
    height: auto;    
    background-image: url('../img/Asset-3.png');
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    padding-bottom: 101px;
}

    .main4 h2 {
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        font-size: 50px;
        color: #040E4F;
        padding-bottom: 40px;
    }

.box {
    height: 547px;
    color: blue
}

.card {
    background-color: #040E4F !important;
}
.card-text{
    min-height:170px;
}
.card-body {
    color: #fff;
}

    .card-body a {
        color: #fff;
        text-align: center;
    }

.card-body {
    text-align: center;
}

    .card-body hr {
        border-top: 1px solid #7FC4FD;
        width: 75%;
        margin-top: 21%;
    }


.main5 {
    float: left;
    width: 100%;
    padding-top: 100px;
}


    .main5 h2 {
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        font-size: 50px;
        color: #040E4F;
    }


    .main5 p {
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        color: #040E4F;
        text-align: center;
    }


.button_submit a {
    background: #FFA000;
    padding: 13px 20px;
    border-radius: 6px;
    color: #fff;
    margin-right: 20px;
}

.button_submit {
    margin: auto;
    display: table;
    margin-top: 36px;
    margin-bottom: 74px;
}


.main6 {
    float: left;
    width: 100%;
    background-image: url('../../images/feedback.jpg');
    /*//background-image: url(../img/contact_us.png);*/
    background-size: cover;
    margin-top: 100px; /* padding-bottom: 100px; */
}


.form-box {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

    .form-box h1 {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: tomato;
    }

        .form-box h1 span {
            font-weight: lighter;
        }

.input-group-addon {
    background: #040E4F;
    color: #fff;
    padding: 5px 33px;
}

button.btn.btn-default {
    background: #040e4f;
    color: #fff;
    margin: auto;
    display: table;
}


.contact {
    background: #FDB960;
    border-radius: 89px;
    padding: 55px;
    margin: 100px auto;
    width: 76%;
}

.right_contact {
    background: #BCE0FD;
    padding: 0;
    /* margin-top: 100px; */
    width: 85%;
    margin: 100px auto;
}

    .right_contact p {
        margin-top: 57px;
    }

    .right_contact p {
        color: #2699FB;
        font-weight: 500;
        font-size: 20px;
    }

    .right_contact a {
        color: #2699FB;
        font-weight: 500;
        float: right;
    }

    .right_contact span {
        color: #7F7F7F;
        font-weight: 500;
    }

p.bottom_text {
    color: #2699FB;
    font-weight: 500;
    font-size: 14px;
}

.contact_footer {
    margin: 0;
    background: #F1F9FF;
    padding: 30px 26px;
}

.middle_contact {
    padding: 20px 20px;
}

.contact_footer p {
    display: inline-block;
    padding-left: 14px;
    padding-top: 0;
    margin-top: 0;
}


.main7 {
    float: left;
    width: 100%;
    background: #F5A31C;
    padding-top: 60px;
    padding-bottom: 50px;
}

    .main7 h2 {
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        font-size: 50px;
        color: #040E4F;
        text-align: center;
        padding-bottom: 60px;
    }


.card_caption h3 {
    color: white;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card_caption {
    background-color: #040E4F !important;
    color: white;
    padding: 20px;
    max-height: 275px;
    min-height: 275px;
}

    .card_caption p {
        color: white;
        text-align: justify;
        min-height: 10px;
    }

.card1 a {
    font-weight: 600;
    color: #F5A31C !important;
}

.card1 img {
    width: 100%;
    height: 250px;
    border-bottom: 1px solid black;
}

button.owl-prev span {
    /*background: #fff;*/
    position: absolute;
    top: 37%;
    font-size: 40px;
   /* width: 60px;*/
    left: -25px;
    /*height: 60px;*/
    border-radius: 11px;
    color: #2699FB;
}

button.owl-next span {
    /* background: #fff; */
    position: absolute;
    top: 37%;
    font-size: 40px;
    /* width: 60px; */
    right: -24px;
    /* height: 60px; */
    border-radius: 11px;
    color: #2699FB;
}

.main7 .container {
    width: 80%;
}

.card_caption img {
    width: auto !important;
    display: inline-block !important;
}

.card_caption a {
    /* width: 50%; */
    display: inline-table;
}

a.heart_btn {
    padding-right: 10px;
}

    a.heart_btn img {
        margin-right: 8px;
    }

a.component_btn img {
    margin-right: 8px;
}





.footer_inner {
    width: 100%;
    height: 100%;
    float: left;
    background-image: url(../img/footer_back.png);
    padding: 80px 0px;
    background-position: center;
}

    .footer_inner ul {
        margin: 0;
        padding: 0;
    }

        .footer_inner ul li {
            list-style: none;
        }

.footer_cards h5 {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #060606;
}

.footer_cards ul li a {
    text-decoration: none;
    color: #060606;
    font-size: 18px;
}

.footer_cards p {
    font-size: 14px;
    color: #060606;
}

.footer_lower {
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

    .footer_lower h3 {
        color: #060606;
        font-size: 40px;
        font-family: 'EB Garamond', serif;
    }

    .footer_lower p {
        font-size: 14px;
        color: #060606;
    }

input#input_text {
    background: transparent;
    border: 1px solid #f5a31c;
    padding: 5px 30px;
}

input#sumbit_btn {
    background: transparent;
    padding: 4px 16px;
    margin-left: 0;
    position: absolute;
}

.footer_bottom {
    width: 100%;
    float: left;
    background: #040E4F;
    padding: 6px 0px;
    color: #fff;
    padding-bottom: 12px;
}

.footer_bottom_content p {
    padding-left: 20px;
    margin: 0;
    font-size: 10px;
    padding-top: 5px;
}

.footer_bottom_content ul {
    float: right;
    padding-right: 20px;
    margin: 0;
}

    .footer_bottom_content ul li {
        list-style: none;
        float: left;
    }

        .footer_bottom_content ul li a {
            color: #fff;
            padding-left: 30px;
            font-size: 10px;
        }

#linkedin_icon {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(4, 14, 79);
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
}

.time {
    float: left;
    width: 16%;
    text-align: center;
}

.cirlce_tileline {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    position: relative;    
    border: 10px solid #7abaff;
    bottom: 50px;
}
.cirlce_tileline img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.step {
    background: #7abaff;
    width: 50%;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    bottom:50px;
}

    .step p {
        color: #fff;
        font-size:18px;
    }

.step {
    position: relative;
}

    .step:after {
        content: "";
        border: 1px solid #7abaff;
        width: 0px;
        height: 100%;
        position: absolute;
        top: 100%;
    }


.cirlce_tileline::after {
    content: "";
    border: 1px solid #7abaff;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
}

.f_step {
    background: #7abaff;
    width: 75%;
    margin: auto;
    color: #fff;
    margin-top: 32%;
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding:10px;
}
.f_step p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 17px;
    height: 30px;
}
.f-step-ss {
    background: #5e5454;
    width: 75%;
    margin: auto;
    color: #fff;
    margin-top: 32%;
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 10px;
}
    .f-step-ss p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 0;
        line-height: 17px;
        height:30px;
    }

.cirlce_tileline.step2 {
    top: 25px;
}

    .cirlce_tileline.step2:after {
        height: 50%;
        top: 100%;
    }



.ss.step {
    position: relative;
    top: 15px;
    background: #5e5454;
}

    .ss.step:after {
        height: 27px;
    }

.cirlce_tileline.step2 {
    border: 4px solid #5e5454;
}

.step.ss:after {
    border: 1px solid #5e5454;
}

.cirlce_tileline.step2 {
    border: 10px solid #5e5454;
}

.step.ss:after {
    border: 1px solid #5e5454;
}

.cirlce_tileline.step2:after {
    border-color: #5e5454;
}


@media screen and (min-width: 1550px) {

    .slider1 img {
        width: 100%;
    }

    .main3 {
        float: left;
        width: 100%;
        height: 838px;
        background-image: url(../img/about.jpg);
        background-size: 100%;
    }

    .caption {
        color: #fff;
        font-size: 70px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        margin-top: 16%;
    }
}


@media only screen and (max-width: 1024px) {


    .footer_cards ul li a {
        text-decoration: none;
        color: #060606;
        font-size: 12px;
    }

    .contact {
        background: #FDB960;
        border-radius: 89px;
        padding: 24px;
        margin: 100px auto;
        width: 100%;
    }

    .time {
        float: left;
        width: 33%;
        text-align: center;
        margin-bottom: 15%;
    }

    .main3 {
        float: left;
        width: 100%;
        height: auto;
        background-image: url(../img/about.jpg);
        background-size: 100%;
    }

    .about_content {
        padding-top: 14%;
        padding-left: 27px;
        padding-bottom: 7%;
    }

    .caption {
        color: #fff;
        font-size: 38px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
    }

    .about_content h2 {
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 35px;
    }

    .about_content p {
        font-size: 17px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }

    .card_caption h3 {
        color: #2699FB;
        font-weight: 600;
        font-size: 20px;
    }

    input#input_text {
        background: transparent;
        border: 1px solid #f5a31c;
        padding: 5px 30px;
        width: 65%;
    }
}

@media only screen and (max-width: 768px) {

    .main4 {
        float: left;
        width: 100%;
        height: auto;
        background-image: url(../img/offer.png);
        background-size: 100%;
        padding-top: 60px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        padding-bottom: 100px;
        background-size: 286% 100%;
    }

    .col-lg-6.footer_bottom_content i {
        font-size: 16px;
        line-height: 32px;
    }

    .col-lg-6.footer_bottom_content {
        margin-bottom: 20px;
    }

    #linkedin_icon {
        background: rgb(255, 255, 255);
        border-radius: 50%;
        color: rgb(4, 14, 79);
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 29px;
    }

    .col-lg-6.footer_bottom_content ul {
        display: table;
        margin: auto;
        float: none;
        padding: 0;
    }

    .col-lg-6.footer_bottom_content p {
        text-align: center;
        font-size: 18px;
    }

    .col-lg-2.footer_cards {
        margin-bottom: 20px;
    }

    .col-lg-6.footer_bottom_content p {
        text-align: center;
        font-size: 18px;
    }

    input#input_text {
        background: transparent;
        border: 1px solid #f5a31c;
        padding: 5px 30px;
        width: 81%;
    }

    .footer_inner {
        width: 100%;
        height: 100%;
        float: left;
        background-image: url(../img/footer_back.png);
        padding: 80px 0px;
        background-position: center;
        background-size: 251% 100%;
    }

    .footer_cards ul li a {
        text-decoration: none;
        color: #060606;
        font-size: 16px;
        margin-bottom: 13px;
        display: table;
    }

    .input-group.mm2 {
        margin-bottom: 20px;
    }

    .contact {
        background: #FDB960;
        border-radius: 89px;
        padding: 24px;
        margin: 100px auto;
        width: 100%;
        margin-bottom: 0;
    }
    .f_step {
        width: 90%;
    }
    .main5 p {
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: white;
        text-align: center;
    }

    .input-group {
        position: relative;
        /* display: -ms-flexbox; */
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .main5 {
        float: left;
        width: 100%;
        padding-top: 100px;
    }

    .card {
        margin-bottom: 20px;
    }

    .about_content {
        padding-top: 8%;
        padding-left: 27px;
        padding-bottom: 7%;
    }

    .main3 {
        float: left;
        width: 100%;
        height: auto;
        background-image: none;
        background-size: 100%;
        background-color: #ffa401;
    }

    .slider1::after {
        position: absolute;
        content: "";
        background: #040F4F;
        left: 0;
        width: 100%;
        height: 100%;
        top: 57px;
        opacity: 0.7;
    }

    .main {
        background: #3F4672;
        color: #fff;
        height: auto;
        line-height: auto;
    }

    .navbar-brand img {
        width: 68%;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #10164F;
        position: relative;
        z-index: 999;
        font-size: 9px;
    }

    .left-top p {
        margin-bottom: 0;
    }

    .left-top {
        text-align: center;
        padding: 10px 0px;
    }
}



@media only screen and (max-width: 767px) {


    .step::after {
        content: "";
        border: 1px solid #7abaff;
        width: 0px;
        height: 100px;
        position: absolute;
        top: 22px;
    }

    .container, .container-sm {
        max-width: 100% !important;
    }

    .right-top {
        padding: 0;
    }

    ul.right-top li {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .connect {
        border: 2px solid;
        border-radius: 5px;
        padding: 8px 2px;
    }

    #collapsibleNavbar {
        background: #fff;
        padding: 20px;
        margin-top: 8px;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #000 !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #10164F;
        position: relative;
        z-index: 999;
        font-size: 14px !important;
        margin-bottom: 6px !important;
    }
}

@media only screen and (max-width: 480px) {

    #collapsibleNavbar {
        background: #fff;
        padding: 20px;
        margin-top: 8px;
    }

    .cirlce_tileline.step2::after {
        height: 70%;
        top: 100%;
    }

    .f_step {
        background: #7abaff;
        width: 51%;
        margin: auto;
        color: #fff;
        margin-top: 21%;
        border-radius: 20px;
        color: #fff;
        position: relative;
    }

    .step::after {
        content: "";
        border: 1px solid #7abaff;
        width: 0px;
        height: 100px;
        position: absolute;
        top: 23px;
    }
    .ss.step {
       margin-top:-15%;
    }
    .time {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10%;
    }

    .footer_lower {
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }

    input#input_text {
        background: transparent;
        border: 1px solid #f5a31c;
        padding: 5px 30px;
        width: 69%;
    }

    .button_submit a {
        background: #FFA000;
        padding: 13px 20px;
        border-radius: 6px;
        color: #fff;
        margin-right: 20px;
        width: 100%;
        display: table;
        margin-bottom: 20px;
        text-align: center;
    }

    .right-top {
        padding: 0;
    }

    ul.right-top li {
        float: left;
        list-style: none;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .left-top {
        text-align: center;
        padding: 10px 0px;
        padding-bottom: 0;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.1);
        position: relative;
        background: #701313;
    }

    .caption2 {
        color: #fff;
        font-size: 16px;
        margin-top: 4px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .caption {
        color: #fff;
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
    }

    .main5 h2 {
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        font-size: 35px;
        color: #040E4F;
    }

    .contact_footer {
        margin: 0;
        background: #F1F9FF;
        padding: 30px 26px;
        display: flex;
        justify-content: center;
        align-content: center;
        line-height: 41px;
    }

        .contact_footer p {
            display: inline-block;
            padding-left: 14px;
            padding-top: 0;
            margin-top: 0;
            margin-bottom: 0;
            line-height: 52px;
        }

    button.owl-prev span {
        background: #fff;
        position: absolute;
        top: 37%;
        font-size: 35px;
        width: 37px;
        left: -28px;
        height: 41px;
        border-radius: 11px;
        color: #2699FB;
        line-height: 30px;
        box-shadow: 0px 0px 10px #000;
    }

    button.owl-next span {
        background: #fff;
        position: absolute;
        top: 37%;
        font-size: 35px;
        width: 37px;
        right: -28px;
        height: 41px;
        border-radius: 11px;
        color: #2699FB;
        line-height: 30px;
        box-shadow: 0px 0px 10px #000;
    }
}


@media only screen and (max-width: 320px) {
    .right_contact {
        background: #BCE0FD;
        padding: 0;
        /* margin-top: 100px; */
        width: 100%;
        margin: 100px auto;
        margin-top: 20px;
    }

    .slider1 {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        height: 300px;
    }

    .cap {
        position: absolute;
        top: 59px;
        z-index: 99;
        width: 100%;
    }


    .f_step {
        background: #7abaff;
        width: 51%;
        margin: auto;
        color: #fff;
        margin-top: 33%;
        border-radius: 20px;
        color: #fff;
        position: relative;
    }

    .contact {
        background: #FDB960;
        border-radius: 11px;
        padding: 24px;
        margin: 100px auto;
        width: 100%;
        margin-bottom: 0;
    }

    input#input_text {
        background: transparent;
        border: 1px solid #f5a31c;
        padding: 5px 30px;
        width: 54%;
    }

    .footer_lower h3 {
        color: #060606;
        font-size: 34px;
        font-family: 'EB Garamond', serif;
    }

    .col-lg-6.footer_bottom_content p {
        text-align: center;
        font-size: 18px;
        padding-left: 0;
    }
}

.innerpage__head {
    background: #edf3ff;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 15px;
    border-radius: 0;
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
}

    .breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #000;
    }

    .breadcrumb .breadcrumb-item.active {
        color: #000;
        opacity: 0.6;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
/*Aside CSS Start*/
.aside__left {
    padding-right: 0px;
}

.aside__widget {
    margin-bottom: 20px;
    border: 1px solid #040e4f;
    padding: 15px;
    background: #F5A31C;
}

@media (max-width: 991px) {
    .aside__right {
        padding-left: 0;
        margin-top: 40px;
    }

    .aside__left {
        padding-right: 0;
        margin-top: 40px;
    }

    .aside__widget {
        margin-bottom: 20px;
    }
}

.aside__widget-title {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #040e4f;
}

    .aside__widget-title.instagram:after,
    .aside__widget-title:before {
        position: absolute;
        content: "";
        left: 0;
    }

    .aside__widget-title:before {
        display: block;
        background: url(../images/section-heading.png) no-repeat;
        background-size: cover;
        width: 85px;
        height: 8px;
        bottom: 0;
    }

    .aside__widget-title.instagram {
        padding-left: 35px;
    }

@media (max-width: 991px) {
    .aside__widget-title {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

        .aside__widget-title:before {
            display: none;
        }

        .aside__widget-title.instagram {
            padding-left: 20px;
        }
}

.aside__widget-title.instagram:after {
    display: block;
    background: url(../icons/instagram.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 5px;
}

.aside__widget-recent--post {
    margin: 0;
    padding: 0;
}

    .aside__widget-recent--post li {
        min-height: 55px;
        position: relative;
        list-style: none;
        margin: 0 0 20px;
        padding: 0 0 0 70px;
    }

@media (max-width: 991px) {
    .aside__widget-title.instagram:after {
        width: 15px;
        height: 15px;
    }

    .aside__widget-recent--post li {
        margin: 0 0 10px;
        padding: 0 0 0 70px;
    }
}

.aside__widget-recent--post li:last-child {
    margin: 0;
}

.aside__widget-recent--post-thumb {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
}

.aside__widget-recent--post-title {
    position: relative;
    line-height: 28px;
    font-family: Montserrat, sans-serif;
    margin: 0;
}

    .aside__widget-recent--post-title a {
        color: #000;
    }

.aside__widget-instagram {
    float: left;
    padding: 0;
    margin: -2px -2px 10px;
    width: 100%;
}

@media (max-width: 991px) {
    .aside__widget-instagram {
        margin: -2px -2px 5px;
    }
}

.aside__widget-instagram li {
    float: left;
    list-style: none;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 2px;
}

    .aside__widget-instagram li img {
        width: 100%;
        max-width: auto;
        height: auto;
    }

.aside__widget-instagram--follow {
    display: block;
    text-align: center;
}

    .aside__widget-instagram--follow label {
        font-family: "Montserrat Bold", sans-serif;
        margin: 0;
    }

.aside__widget-categories {
    margin: 0;
    padding: 0 0 0 20px;
}

    .aside__widget-categories a {
        color: white;
        font-size: 15px;
        font-weight: 600;
    }

@media (max-width: 991px) {
    .aside__widget-categories {
        padding: 0 0 0 10px;
    }
}

.aside__widget-tags {
    margin: 0;
    padding: 0;
}

    .aside__widget-tags li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 5px 0;
        padding: 0;
    }

        .aside__widget-tags li a {
            border-radius: 20px;
            background: #d7deee;
            color: #000;
            padding: 2px 15px;
        }

@media (max-width: 991px) {
    .aside__widget-tags li a {
        padding: 2px 7.5px;
    }
}

.aside__widget-tags li a:active,
.aside__widget-tags li a:focus,
.aside__widget-tags li a:hover {
    text-decoration: none;
    background: #040e4f;
    color: white;
}
/*Aside CSS End*/
/*Blog CSS Start*/
.section {
    position: relative;
    padding: 80px 0;
}

.pt-40 {
    padding-top: 0px;
}

.blog__listing {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .blog__listing {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.blog__listing-grid .article__card {
    margin-bottom: 30px;
}

.blog__listing-thumbnail {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-thumbnail {
        margin-bottom: 10px;
    }
}

.blog__listing-title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-title {
        margin-bottom: 10px;
    }
}

.blog__listing-title a {
    color: #000;
}

.blog__listing-meta {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

@media (max-width: 991px) {
    .blog__listing-meta {
        margin: 0 0 10px;
    }
}

.blog__listing-meta li {
    list-style: none;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .blog__listing-meta li {
        margin: 0 10px 0 0;
    }
}

.blog__listing-meta li label {
    font-family: "Montserrat Bold", sans-serif;
    margin: 0 5px 0 0;
}

    .blog__listing-meta li label i {
        margin-right: 5px;
    }

.blog__listing-content {
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog__listing-content {
        margin-bottom: 15px;
    }
}

.blog__listing-content--text {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__listing-content--text {
        margin-bottom: 10px;
    }
}

.blog__listing-content--tags {
    display: block;
    margin: 0;
    padding: 0;
}

    .blog__listing-content--tags li {
        list-style: none;
        display: inline;
        margin: 0 5px 0 0;
        padding: 0;
    }

        .blog__listing-content--tags li a {
            border-radius: 20px;
            background: #d7deee;
            color: #000;
            padding: 3px 15px;
        }

@media (max-width: 991px) {
    .blog__listing-content--tags li {
        margin: 0 1.25px 0 0;
    }

        .blog__listing-content--tags li a {
            padding: 2px 7.5px;
        }
}

.blog__listing-content--tags li a:active,
.blog__listing-content--tags li a:focus,
.blog__listing-content--tags li a:hover {
    text-decoration: none;
    background: #1e5ee5;
    color: #fff;
}

.blog__asside-image--thumbnail {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__asside-image--thumbnail {
        margin-bottom: 10px;
    }
}

.blog__single-post .blog__listing-content,
.blog__single-post .blog__listing-content--tags {
    margin-bottom: 0;
}

.blog__author {
    background: #edf3ff;
    padding: 30px 30px 10px 130px;
    margin-bottom: 40px;
}

.blog__author--avatar {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.blog__author--content-title a {
    color: #000;
}

    .blog__author--content-title a:hover {
        color: #1e5ee5;
    }

.blog__author--network {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__author {
        padding: 15px 15px 20px 80px;
        margin-bottom: 20px;
    }

    .blog__author--avatar {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px;
    }

    .blog__author--network {
        margin-bottom: 10px;
    }
}

.blog__author--network a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #c4d0e8;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}

.blog__related-read {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.article__card {
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border: 1px solid #040E4F;
}

.blog__related-read .article__card {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog__related-read {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .blog__related-read .article__card {
            margin-bottom: 10px;
        }
}

.blog__comments--media {
    position: relative;
    border: 1px solid #d7deee;
    padding: 30px 30px 10px 100px;
    margin-bottom: 40px;
}

    .blog__comments--media .blog__comments--media {
        margin-bottom: 20px;
    }

.blog__comments--avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

@media (max-width: 991px) {
    .blog__comments--media {
        padding: 15px 15px 20px 70px;
        margin-bottom: 20px;
    }

        .blog__comments--media .blog__comments--media {
            padding-bottom: 10px;
            margin-top: 5px;
            margin-bottom: 0;
        }

    .blog__comments--avatar {
        width: 40px;
        height: 40px;
        top: 15px;
        left: 15px;
    }
}

.blog__comments--content {
    margin-bottom: 20px;
}

.blog__comments--content-title {
    position: relative;
}

    .blog__comments--content-title a {
        color: #000;
    }

        .blog__comments--content-title a:hover {
            color: #1e5ee5;
        }

.blog__comments--content-title--label {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    background: #d7deee;
    padding: 4px 15px;
    border-radius: 20px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-left: 35%;
}

    .pagination li {
        text-align: center;
        margin-right: 5px;
    }

        .pagination li a {
            padding: 5px 15px;
            display: block;
            background: #d7deee;
        }
/*Blog CSS End*/
/*Career CSS Start*/
.Thead {
    justify-content: center;
    text-align: center;
    padding: 50px 0 70px;
    font-family: serif;
    background: radial-gradient(rgb(255 255 255),rgb(0 0 0 / 0.25),rgb(0 0 0 / 0.60)),url(../images/cbg.jfif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0%0%,100%0%,100%100%,50%75%,0%100%);
}

    .Thead h1 {
        margin-top: 10px;
        font-weight: bold;
        color: #a003fe;
        font-size: 44px;
        letter-spacing: 2px;
    }

    .Thead hr {
        height: 3px;
        width: 30vh;
        margin: 15px auto;
        color: black;
        background: #ff4500;
        opacity: 1;
    }

.det {
    display: flex;
    justify-content: center;
    margin: 15px 7%;
}

    .det .det-des {
        margin: auto 0;
        padding: 0 3%;
        text-align: center;
        font-size: 22px;
    }

        .det .det-des h3 {
            letter-spacing: 2px;
            font-size: 34px;
            font-family: 'Copperplate Gothic';
            margin-bottom: 15px;
        }

    .det .det-img {
        align-items: center;
        width: 150%;
        height: 100%;
    }

        .det .det-img img {
            width: 100%;
            height: auto;
        }

.lvop {
    margin: 60px auto;
    padding: 30px 0 20px;
    width: 80%;
}

    .lvop h3 {
        letter-spacing: 2.5px;
        font-size: 38px;
        font-family: 'Copperplate Gothic';
        text-align: center;
        margin-bottom: 30px;
    }

.career-card {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    padding: 20px;
}
    .career-card a {
       color: black;
       text-decoration:none;
    }
    .career-card a:hover {
        color: black;
        text-decoration: none;
    }
    .career-card h4 {
        font-size: 20px;
        line-height: 1.35;
        color: #1b3133;
        font-family: 'Inter',sans-serif;
        font-weight: 600;
        padding-bottom: 5px;
    }

.open-collaps {
    margin-left: 20px;
    color: #e82607;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .det {
        margin-left: 3% !important;
        margin-right: 0 !important;
    }

        .det .det-img {
            width: 200%;
            height: 100%;
        }

        .det .det-des {
            padding: 0 0 0 1%;
        }

            .det .det-des h3 {
                letter-spacing: 2px;
                font-size: 30px;
            }
}
.job-textbox {
    border: none;
    border-bottom: 1px solid #040f4f;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
}
    .job-textbox:hover {
        border: 1px solid red;
    }
.intl-tel-input {
    display: table-cell;
}

    .intl-tel-input .selected-flag {
        z-index: 4;
    }

    .intl-tel-input .country-list {
        z-index: 5;
    }

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.main-title-tt {
    margin-bottom: 27px;
    display: flex;
    align-items: flex-end;
}
.see-more-btn {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: right;
}
.border-line {
    border: 3px solid #040e4f;
    border-radius: 25px;
}
.see-all-btn {
    width: 18%;
    font-weight: 700;
    font-size: 20px;
    color: #040e4f !important;
    text-align:center;
}
.service-title {
    color: white;
    background: #ffa000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
/*Career CSS End*/
.banner-top {
    background-image: url(../laptop-desk.jpeg);
    background-color:red;
}