body,
html {
    height: 100%
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.headline1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0094d3;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.headline2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.headline2 span {
    text-transform: none;
}

.section-one p {
    font-size: 1.27rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.about-info p {
    font-size: 1.27rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.testimonial p {
    font-size: 1.27em;
    font-weight: 500;
    line-height: 30px;
    color: #232323;
    padding-bottom: 20px;

    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.testimonial a:hover {
    text-decoration: none !important;
}

.f-size22 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #232323;
    padding-bottom: 20px;
}

.f-size {
    font-size: 1.6rem;
    line-height: auto;
    padding: 0px;
    margin: 0px;
}

.paddingL {
    padding-left: 50px;
}

.paddingLR {
    padding: 0px 10px;
}

.paddingL200 {
    padding-left: 200px;
}

.paddingB {
    padding-bottom: 30px !important;
}

.noPad {
    padding: 0px;
}

.marginT {
    margin-top: 20px;
}

.marginT50 {
    margin-top: 50px;
}

.marginT100 {
    margin-top: 100px;
}

.marginT180 {
    margin-top: 180px;
}

.margin20 {
    margin: 20px;
}

.bdrBottom {
    border-bottom: 4px solid #eeecec;
    padding-bottom: 40px;
}

.siteWrapper {
    background-color: #fff
}

.container-fluid {
    max-width: 1366px
}

.container {
    max-width: 1250px
}

.contentWrapper {
    background-color: #fff;
    position: relative
}

.colorBlue {
    color: #0094d3 !important;
}

.colorWhite {
    color: #fff !important;
}

.colorGreen {
    color: #50ca00 !important;
}

.colorOrange {
    color: #ffbc00 !important;
}

.testimonial {
    margin: 15px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    color: #b0b0b0;
    min-height: 450px;
}

.container {
    margin: 0 auto;
}

.heading-title {
    margin-bottom: 50px;
    color: #0094d3;
}

.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #b0b0b0;
    padding: 30px 0px;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 40px 0px 0px 0px;
    display: inline-block;
    border: 2px solid #eaeaea;
    box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof {
    margin: 0 15px;
}

.testimonial .testimonial-prof h4 {
    color: #ffc33c;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
}


/* CSS Document */
img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.award,
.asSeen,
.partner {
    padding: 30px 0;
}

.sectionTitle {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.picBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}

.picBox>div {
    margin: 10px;
    width: 120px;
    text-align: center;
    place-content: center;
    border: 1px solid #dbe5f3;
    transition: all .4s ease-out;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.picBox>div:hover {
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 15%);
}

.picBox>div.pic3 {
    width: 150px;
}

.btnBlue {
    background-color: #0094d3;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 100px;
    display: inline-block;
    margin: 30px auto 0;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: center;
}

.btnOrange {
    background-color: #ffbc00;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 100px;
    display: inline-block;
    margin: 30px auto 0;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: center;
}

.btnGreen {
    background-color: #50ca00;
    color: #fff !important;
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 100px;
    display: inline-block;
    margin: 30px auto 0;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: center;
}

.btn-dark-orange {
    background-color: #ff7600;
    color: #fff !important;
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 100px;
    display: inline-block;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: center;
}

/* .about-info{
    font-size: 22px;
    padding: 30px 0px 0px 30px;
    margin: auto;
} */
.about-info span {
    font-weight: 700;
    color: #0094d3;
    padding: 0px;
    margin: 0px;
}

.text-r {
    text-align: right;
}

.text-l {
    text-align: right;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    -ms-flex-align: center;
    align-items: center;
}

.section-one1 {
    /* background-image: url('../img/background.jpg'); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .80;
    fill: rgba(0, 0, 0, 1);
    margin-top: 80px;
}

.text-line-1 {
    opacity: 1;
    left: 55.722px;
    top: 289.191px;
    overflow: visible;
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
}

.text-line-2 {
    opacity: 1;
    left: 61px;
    top: 386px;
    overflow: visible;
    width: 739px;
    white-space: nowrap;
    line-height: 32px;
    margin-top: -3.5px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
}

.icon {
    left: 61px;
    top: 480px;
    overflow: visible;
}

.student-icon {
    opacity: 1;
}

.school-icon {
    opacity: 1;
}

.college-icon {
    opacity: 1;
}

.section-img-text {
    z-index: 10;
    padding: 40px 20px 20px 20px;
    color: #fff;
    /* text-align: center; */
}

.section-logo {
    height: 100px;
    width: 100px;
    margin-top: 13px;
    border-radius: 10px;
}

.ci-fill-educators {
    background-color: rgba(255, 188, 0, 1);
}

.ci-fill-colleges {
    background-color: #50ca00;
}

.ci-button-px {
    width: 100%;
    max-width: 260px;
    white-space: nowrap;
    line-height: initial;
    padding: 8px 20px;
}

.heading-sub-text {
    font-size: 2vw;
}

.common-nav {
    background-color: rgb(0, 148, 211);
}

.ci-fill-primary {
    background-color: rgb(0, 148, 211);
}

.ci-text-primary {
    color: rgb(0, 148, 211);
    padding: 0px 20px;
}

.ci-footer-background {
    background-color: rgba(0, 50, 72, 1);
    margin-top: 80px;
}

.logo-img {
    filter: saturate(20);
}

.ci-rounded-button {
    border-radius: 35px;
}

.Path_449 {
    overflow: visible;
    position: absolute;
    height: 171.681px;
    right: 0px;
    bottom: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_449 {
    opacity: 0.14;
    fill: rgba(255, 255, 255, 1);
}

.slick-prev,
.slick-next {
    top: 42%;
}

.slick-prev:before {
    content: " \2039";
}

.slick-next:before {
    content: " \203A";
}

.slick-prev::before,
.slick-next::before {
    font-size: 60px;
    color: #6a6a6a;
    opacity: .50;
}

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
}

.slick-slide img {
    display: inline-block;
    text-align: center;
    width: 120px;
}

.btnBlue,
.btnOrange,
.btnGreen a {
    color: #fff !important;
    text-decoration: none;
}

.btnBlue,
.btnOrange,
.btnGreen a:hover {
    color: #f4f4f4 !important;
    text-decoration: none;
}

.txt a {
    color: #0094d3;
    text-decoration: none;
}

.txt a:hover {
    color: #0094d3;
    text-decoration: none;
}

.modal-dialog-video {
    max-width: 800px !important;
    margin: 1.75rem auto;
}

.sidenav-sticy-icon a {
    color: #fff;
    text-decoration: none;
}

#sticky-sidenav>div {
    position: fixed;
    left: -222px;
    z-index: 1;
    transition: 0.3s;
    padding: 15px;
    padding-left: 10px;
    width: 270px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    margin-bottom: 5%;
    border-radius: 0px 50px 50px 0px;
    text-align: right;
}

#sticky-sidenav>div:hover {
    left: 0;
}

#apply-scholarship-side-nav {
    bottom: 60px;
    background-color: #0094d3;
    left: 0;
}

#search-college-side-nav {
    bottom: 0px;
    background-color: #007db2;
}

.login-signup-btn {
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
}

.navbar-pad {
    padding: .50rem 1rem !important;
}

#sayonara-side-nav {
    bottom: 120px;
    background-color: #00acf5 !important;
}

#internship-job-side-nav {
    bottom: 120px;
    background-color: #00acf5 !important;
}

#sticky-sidenav .fa {
    font-size: 20px;
    width: 25px;
    height: 25px;
    margin-left: 14px;
}

#sticky-sidenav img {
    margin-left: 14px;
}

/* Ashish CSS */
.body-wrapper {
    width: 100%;
    background-color: #fff;
}

.common-slider .slick-arrow {
    width: 48px;
    height: 48px;
    background-color: #f8f9fa;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.common-slider .slick-prev::before,
.common-slider .slick-next::before {
    line-height: 12px;
    font-size: 44px;
    color: #0094d3;
}

.common-slider {
    padding: 0 40px;
}

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

    /* .ci-button-px{
        padding-right: 45px!important;
        padding-left: 45px!important;
    } */
    .paddingL {
        padding-left: 0px;
    }

    .btnGreen,
    .btn-dark-orange,
    .btnLightGreen {
        width: 100%;
    }

    .btnBlue {
        width: 100%;
    }

    .btnOrange {
        width: 100%;
    }

    .about-info {
        padding: 0px 0px !important;
    }

    .btnBlue {
        padding: 15px 0px !important;
    }

    .btnOrange {
        padding: 15px 0px !important;
    }

    .btnGreen,
    .btn-dark-orange,
    .btnLightGreen {
        padding: 15px 0px !important;
    }

    .picBox>div {
        margin: 5px;
    }
}

@media all and (max-width: 1280px) and (min-width: 860px) {
    .headline1 {
        font-size: 2rem;
        padding-bottom: 0px
    }

    .headline2 {
        font-size: 1rem;
    }

    .section-one,
    .about-info {
        font-size: 1rem;
        padding-bottom: 0px;
    }

    .paddingL {
        padding-left: 0px;
    }

    /* .about-info{padding: 0px 30px;} */
    .f-size {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .btnBlue {
        padding: 15px 50px !important;
    }
}

@media all and (max-width: 860px) and (min-width: 768px) {
    .headline1 {
        font-size: 2rem;
        padding-bottom: 0px
    }

    .headline2 {
        font-size: 1rem;
    }

    .section-one,
    .about-info {
        font-size: 1rem;
        padding-bottom: 0px;
    }

    .paddingL {
        padding-left: 0px;
    }

    .f-size {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .btnBlue {
        padding: 15px 50px !important;
    }

    .pic1 a {
        display: block;
    }
}

@media all and (max-width: 767px) and (min-width: 320px) {
    .about-info h1 {
        font-size: 2.4rem;
    }

    .headline1 {
        font-size: 1.8rem;
        padding-bottom: 0px
    }

    .headline2 {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 991px) {
    .banner-no-img {
        text-align: center;
    }

    .welcome-banner {
        max-width: 300px;
        height: auto;
        text-align: center;
        margin: 0 auto 30px;
        place-content: center;
    }

    .about-info {
        text-align: center;
    }

    .headline1,
    .headline2,
    .section-one p,
    .about-info p,
    .testimonials p,
    .about-info .h3 {
        text-align: center;
    }

    .small,
    small {
        font-size: 75%;
    }
}

@media (max-width:575px) {
    .common-slider {
        padding: 0;
    }

    .picBox>div {
        margin: 5px;
        width: 100px;
    }

    .picBox>div.pic3 {
        width: 130px;
    }
}

#nav-bar-top-logged-out {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

#nav-bar-top-logged-in {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link {
    display: block;
    padding: .5rem;
}

@media (min-width: 992px) {
    #nav-bar-top-logged-out {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    #nav-bar-top-logged-in {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

}

.scholarship-winner-apply-btn {
    position: absolute;
    bottom: 40px;
    background: #ffbc00;
    text-align: center;
    width: 165px;
    left: 48px;
    right: 0;
    margin: 0 auto;
    border-radius: 25px;
    color: #fff;
    padding: 7px;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

.survey .scholarship-winner-apply-btn img {
    width: 25px;
}

.scholarship-winner-apply-btn:focus {
    outline: none;
    background: #ffbc00;
}

@media screen and (max-width:539px) {
    .scholarship-winner-apply-btn {
        bottom: 10%;
        width: 100px;
        left: 44px;
        padding: 4px;
        font-size: 12px
    }

    .survey .scholarship-winner-apply-btn img {
        width: 13px;
    }
}

@media screen and (min-width:540px) and (max-width:766px) {
    .scholarship-winner-apply-btn {
        bottom: 10%;
        width: 100px;
        left: 30px;
        padding: 4px;
        font-size: 12px
    }

    .survey .scholarship-winner-apply-btn img {
        width: 13px;
    }
}

.section-one .alway-free-link {
    color: #007bff;
    text-decoration: underline;
}

.navbar-v2 .container-fluid {
    padding: 0 15px;
}

.awards-as-seen>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-one .sub-para {
    border-left: 3px solid #c6c6c6;
    padding-left: 10px;
    font-weight: 600;
}

.main-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1315px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1040px;
    }
}

@media (max-width: 1130px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 850px;
    }
}

@media (max-width: 985px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 840px;
    }
}

@media (max-width: 890px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 680px;
    }
}

@media (max-width: 750px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 610px;
    }
}

@media (max-width: 658px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 435px;
    }
}

@media (max-width: 490px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 400px;
        padding: 0 35px;
    }
}

@media (max-width: 420px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 370px;
        padding: 0 40px;
    }
}

@media (max-width: 490px) {
    .about-info .landing-sub-heading small {
        font-size: 15px;
        padding: 8px 14px;
    }
}

@media (max-width: 328px) {
    .about-info .landing-sub-heading small {
        font-size: 15px;
        padding: 8px 9px;
    }
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .section-one .sub-para {
        border-left: none;
        padding-left: 0;
        font-weight: 600;
        padding-top: 17px;
    }
}

.landing-sub-heading {
    margin-bottom: 25px;
}

.landing-sub-heading small {
    background: #fff2cc;
    padding: 8px 18px;
    border-radius: 40px;
    color: #ffbc00;
    font-weight: 600;
}

.landing-sub-heading-2 small {
    background: #CCEAF6;
    color: #0094D3;
}

.landing-sub-heading-3 small {
    background: #dcf4cc;
    color: #50ca00;
}

.about-info h1.headline1 {
    color: #000;
}

.alway-free-link {
    color: #ffbc00;
}

.alway-free-link:hover {
    color: #ffbc00c2;
}

.modal-open .modal {
    padding: 0 20px !important;
}

@media (min-width: 300px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (max-width: 580px) {
    .picBox>div:hover {
        box-shadow: none
    }
}

.model-all-carosel .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 30%;
    bottom: 50%;
    height: 60px;
}

.text-underline {
    text-decoration: underline;
}

.landing-sub-heading-emp small {
    background: #ffd9b657;
    color: #ff7600;
}

.heading-color-emp {
    color: #ff7600 !important;
}

.slick-initialized .testimonial1.slick-slide {
    display: flex;
    justify-content: space-around;
}

.testimonial1>.pic1,
.testimonial1>.pic2,
.testimonial1>.pic3 {
    margin: 10px;
    width: 120px;
    text-align: center;
    place-content: center;
    border: 1px solid #dbe5f3;
    transition: all .4s ease-out;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mobile-view-slider {
    display: none;
}

@media only screen and (max-width:889px) {
    .desktop-section {
        display: none;
    }

    .mobile-view-slider {
        display: block;
    }

    .common-slider .slick-dots {
        display: none !important;
    }

    .mobile-view-slider .sectionTitle {
        margin-bottom: 0px;
    }

    .mobile-view-slider .slick-arrow {
        display: none !important;
    }
}

#library_model_first i.far.fa-times-circle {
    color: #ddd;
}