<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 16px;
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #555;
    line-height: 25px;
    /*letter-spacing: 1.3px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: font-family:'Roboto', Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

sup {
    font-size: 55%;
}

button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px;
}

.mar-t-30 {
    margin-top: 20px;
}

section {
    padding: 50px 0;
    position: relative;
}

section h2 {
    font-size: 30px;
    line-height: 40px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
}

.baner-region {
    position: relative;
    /*background: url(../img/start_bg_gradient.svg) center top/cover no-repeat,#604684;*/
    background-color: #011B36;
}

.baner-region::before {
    background: url(../img/left.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 403px;
    height: 118px;
    top: 3px;
    background-size: 70%;
    left: -50px;
}

.baner-region::after {
    background: url(../img/sepe1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 46px;
    height: 97px;
    top: 28px;
    background-size: 65%;
    right: 0;
}

.baner-region p {
    color: #fff;
}


.form-box p {
    color: #000;
    text-align: center;
}

.sepreatoradded {
    background-image: url(../img/sepe.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: 49px;
    z-index: 1;
    width: 88px;
    height: 49px;
    background-size: 74%;
}

.baner-region .container {
    background-image: url(../img/cloud-illustration.png);
    background-repeat: no-repeat;
    background-position: right 60px;
}

.baner-region h1 {
    font-size: 45px;
    line-height: 1.18;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
}

.baner-region h3 {
    background: #fd5e03;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.baner-region h2 {
    font-size: 26px;
    color: #fff;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
}

.baner-region h4 {
    font-size: 19px;
    color: #fff;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
}

.feature-grids .grid {
    padding: 10px 10px 10px 65px;
    position: relative;
    text-align: left;
    margin: 0 0 15px 0;
    border: 1px solid #bc5379;
    border-radius: 2px;
    min-height: 60px;
}

.feature-grids .icon {
    position: absolute;
    left: 12px;
}

.feature-grids .icon img {
    max-height: 40px;
    margin-bottom: 15px;
}

.feature-grids .count {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.feature-grids p {
    font-size: 15px !important;
    color: #FFFFFF;
    margin-bottom: 0px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.form-box h4 {
    color: #515151;
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
    border-radius: 0px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #e0e0e0;
    height: 40px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.form-box .btn {
    background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
    padding: 12px 30px;
    border-radius: 3px;
    width: 100%;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../img/dropdown.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}

input::placeholder {
    font-size: 14px;
    color: #8B8B8B;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.sub-heading {
    margin-bottom: 30px;
    position: relative;
}

button.btnotp {
    background: #5c72ff;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
    position: absolute;
    right: 18px;
    top: 5px;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

.copntheffil {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.copntheffil::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.copntheffil .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.butns img {
    margin: 0px auto;
    max-height: 400px;
}

.copntheffil h5 {
    color: #1d274e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.copntheffil p {
    line-height: 1.69;
    margin: 0
}


.faculty {
    position: relative;
    z-index: 1;
}

.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
}

.faculty img {
    border-radius: 5px;
    width: 70px;
    display: block;
    margin: 0 auto;
}

.faculty h4 {
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 600;
}

.faculty span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #41709e;
}

.faculty p {
    margin: 0;
    text-align: center;
}

.faculty .item {
    min-height: 250px;
}

.faculty .col-md-6:nth-child(2)~* {
    margin-top: 30px;
}

.faculty .client-info {
    position: relative;
    display: block;
    text-align: center;
}

.faculty .client-info p {
    text-align: center;
}

.faculty .client-info .image,
.faculty .client-info .title {}

.faculty .client-info .title {
    padding-left: 0px;
}

.matu {
    margin-top: 20px;
}

.item {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 20px 25px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgba(19, 30, 74, .1);
}

.sepreat {
    background-image: url(../img/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 98px;
    height: 144px;
    left: -15px;
    background-size: 62px;
}

#back-to-top {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 27px;
    border-radius: 50%;
    line-height: 54px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #F15A22;
}

#back-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    font-size: 18px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.ms ul {
    list-style: outside none none;
    margin: 15px 0 15px 0;
    padding: 0;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #303030;
}

.ms ul li::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 5px;
    font-weight: 600;
}

.neet {
    background: #eefeff;
}


/* Thank you page */
.thanlkyou {
    background-color: #604684;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}

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

.thanlkyou p span {
    position: relative;
}

.thanlkyou p span strong {
    position: relative;
    z-index: 2;
}

.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}

.contfldthh {
    margin-top: -46px;
}

.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}


.butns .btn {
    background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;
    padding: 0px 25px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 45px;
}

.quot {
    background: #56608a;
    color: #fff;
    padding: 25px;
    position: relative;
    border-radius: 15px;
}

.quot p {
    margin-bottom: 0px;
    text-align: left;
}

.quot:before {
    content: '';
    width: 0;
    height: 0;
    top: 10%;
    right: 100%;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px 0px;
    border-color: transparent;
    border-right-color: #56608a;

}

.hb-proin__avatar img {
    width: 75px;
    border-radius: 50%;
    border: 1px solid #adadad;
    height: 75px;
    display: inline-block;
}

.hb-proin__avatar {
    text-align: center;
}

.grid2 {
    padding: 10px;
    text-align: center;
    margin: 0 0 15px 0;
    border: 1px solid #9479bc;
    border-radius: 2px;
    color: #fff;
}

.grid2 img {
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .baner-region::before {
        display: none;
    }

    .baner-region h1 {
        font-size: 30px;
        margin-top: 0px;
    }

    .baner-region h2 {
        font-size: 17px;
        margin-top: 0px;
    }

    section {
        padding: 40px 0;
        position: relative;
    }

    .sepreat {
        display: none;
    }

    section h2 {
        font-size: 21px;
    }

    .sub-heading {
        margin-bottom: 20px;
    }

    .services-icon img {
        max-width: 50px;
    }

    .services-pad {
        padding-left: 75px;
    }

    .six-half .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .six-half h3 {
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .faculty .col-md-6:nth-child(1)~* {
        margin-top: 30px;
    }

    .faculty .item {
        min-height: inherit;
        border: 1px solid #8c4af0;
        padding: 15px;
    }

    .copntheffil .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .baner-region h4 {
        font-size: 20px;
        /* font-weight: 300;*/
    }


    #back-to-top {
        bottom: 40px;
    }

    .butns img {
        display: none;
    }

    .baner-region::after,
    .sepreatoradded {
        display: none
    }

    .baner-region .container {
        background: none;
        background-repeat: no-repeat;
        background-position: right 60px;
    }

    .baner-region h1,
    .baner-region h2,
    .baner-region h4 {
        margin-bottom: 15px;
    }

    .baner-region h3 {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .form-box h4 {
        color: #515151;
        font-size: 16px !important;
        padding-bottom: 5px;
        text-align: center;
        margin-top: 0px;
        font-weight: 600 !important;
    }

    .form-box {
        padding: 25px 20px;
        border-radius: 0px;
    }

    .quot:before {
        display: none;
    }

    .quot {
        background: #56608a;
        color: #fff;
        padding: 20px;
        margin-top: 20px;
    }

    .callphoneno2,
    .callphoneno3 {
        display: none !important;
    }

}</pre></body></html>