@charset "utf-8";


html,
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
    padding: 0;
}


span.color-blue {
    color: #00287D;
}

span.color-lightblue {
    color: #0146DB;
}

span.bg-blue {
    background: #27276F;
}

span.bg-red {
    background: #CF0404;
}

span.color-red {
    color: #CF0404;
}

/*header css starts*/
header.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.btn-style-one,
.btn-style-one:focus {
    background: #1f3c92;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 1px solid #1f3c92;
    transition: all ease .3s;
    box-shadow: 0px 0px 25px 0px #0000002b;
    border-radius: 100px;
}

.btn-style-one:hover {
    opacity: 1;
    box-shadow: 0px 0px 45px 0px #0000002b;
    color: #fff;
}

.btn-style-two,
.btn-style-two:focus {
    background: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f3c92;
    border: 1px solid #ffffff;
    transition: all ease .3s;
    box-shadow: 0px 0px 25px 0px #0000002b;
    border-radius: 100px;
}

.btn-style-two:hover {
    opacity: 1;
    box-shadow: 0px 0px 45px 0px #0000002b;
}


/*header css ends*/


/* Form Css Starts */
.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;
    margin-bottom: 40px;


}

.banner_form_sec h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 700;

}

.banner_form_sec .form-control {
    height: 35px !important;
    padding: 5px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.banner_form_sec .frmerror {
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.banner_form_sec .form-group .form-group {
    margin: 0;
}

.select2-container--default .select2-selection--single {
    height: 35px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 35px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec label.form-group.agrCheck input:focus {
    outline: 0;
    box-shadow: none;
}

.banner_form_sec label.form-group.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: end;
}

.register-panel .form-group.agrCheck .checkText {
    width: 100%;
    float: none;
    line-height: 20px;
    font-size: 14px;
}

.banner_form_sec .register-panel .form-group.agrCheck .form-control {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.ctplqryformbtn {
    background: #D61B5F;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    border: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    transform: scale(1);
    transition: all ease .3s;
    box-shadow: 0px 0px 25px 0px #00000082;
}

.ctplqryformbtn:hover {
    background: #D61B5F;
    color: #fff;
    transform: scale(0.98);
    transition: all ease .3s;
}

/* Form Css Ends */


/* hero section starts*/
section.hero-section {
    position: relative;
    padding: 80px 0 0;
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    overflow: hidden;
}

section.hero-section:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 92px;
    width: 100%;
    height: 65px;
    background: #CA0808;
}

section.hero-section .hero-cont h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-left: -20px;
}

section.hero-section .hero-cont h1>span {
    display: block;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-align: left;
    padding: 10px 75px 10px 15px;
    width: fit-content;
    margin-top: 10px;
    margin-left: -30px;
}

section.hero-section .hero-cont h1>span span {
    color: #CA0808;
}

section.hero-section .hero-cont h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    font-family: serif;
    margin-bottom: 110px;
    margin-left: 60px;
}

section.hero-section .hero-img img {
    min-width: 420px;
}

@media screen and (max-width: 767.98px) {
    section.hero-section .hero-img img {
        display: none;
    }

    section.hero-section .hero-cont h1 {
        font-size: 36px;
        margin-left: 0;
    }

    section.hero-section .hero-cont h1>span {
        font-size: 16px;
        margin-left: 0;
    }

    section.hero-section .hero-cont h2 {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
        font-family: serif;
        margin-bottom: 0;
        margin-left: 0;
        background: #b50707;
        padding: 15px;
    }

    section.hero-section {
        padding: 40px 0 0;
        background-position: center bottom;
    }

    section.hero-section:before {
        display: none;
    }


}


/*  hero section ends*/


/*nextgen ection starts*/
section.nextgen-section {
    position: relative;
    padding: 60px 0 0;
    z-index: 1;
}

section.nextgen-section .nextgen-head h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

section.nextgen-section .nextgen-head h2 span.ft-one {
    display: block;
    font-size: 40px;
    font-family: serif;
    font-weight: 700;
    margin-top: 6px;
}

section.nextgen-section .nextgen-head hr {
    width: 20%;
    border: 2px solid #000;
}

section.nextgen-section .nextgen-cont {
    padding: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: 0px 0px 105px 0px #00000054;
    margin-top: 20px;
    position: relative;
}

section.nextgen-section .nextgen-cont h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

section.nextgen-section .nextgen-cont p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 767.98px) {
    section.nextgen-section .nextgen-head h2 span.ft-one {
        font-size: 28px;
    }

    section.nextgen-section .nextgen-cont {
        background-position: center;
        padding: 20px 15px;
    }


}


/*nextgen ection ends*/


/*count section starts*/
section.count-section {
    position: relative;
    padding: 100px 0 0;
    background: #04154B;
    margin-top: -60px;
}

section.count-section .counter-box h3 {
    font-size: 28px;
    color: #F8A602;
    font-weight: 700;
}

section.count-section .counter-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

section.count-section .apply-btn {
    text-align: center;
    margin-top: 10px;
    position: relative;
    top: 20px;
}

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

    section.count-section .counter-box h3 {
        font-size: 20px;
    }

    section.count-section .counter-box p {
        font-size: 14px;
    }

}


/*count section ends*/


/*recognisation and course section starts*/
section.rec-course-section {
    position: relative;
    padding: 80px 0 60px;
}

section.rec-course-section h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #00000087;
    text-transform: uppercase;
}

section.rec-course-section h2 span {
    font-size: 36px;
    font-weight: 700;
    font-family: serif;
    color: #000000;
    text-transform: none;
}

section.rec-course-section .course-dv {
    background: #0C2676;
    padding: 20px 20px;
}

section.rec-course-section .course-dv h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}
section.rec-course-section .course-dv h4 {
    font-size: 20px;
    color: #ffffffb5;
    font-weight: 700;
}

section.rec-course-section ul.list-style-one {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
section.rec-course-section ul.list-style-one li {
    width: 50%;
    padding: 5px 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
section.rec-course-section .rec-dtls {
    border: 1px solid #ffffffd1;
    padding: 25px;
}
section.rec-course-section .rec-dtls h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}



section.rec-course-section .border-left {
    border-left: 4px solid #CA0808 !important;
}

@media screen and (max-width: 767.98px) {
section.rec-course-section h2 {
    font-size: 16px;
}
section.rec-course-section h2 span {
    font-size: 30px;
}
section.rec-course-section .rec-dtls {
    padding: 15px;
}
section.rec-course-section ul.list-style-one li {
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
}

  
}

/*recognisation and course section ends*/




/*Career Choice section starts*/
section.career-setion {
    position: relative;
    padding: 0 0 60px;
}
section.career-setion h2 {
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    color: #0C2676;
    border-left: 10px solid #F8A602;
    padding-left: 15px;
}

section.career-setion p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
section.career-setion h3 {
    font-size: 26px;
    text-align: left;
    font-weight: 700;
}
section.career-setion h3 span {
    font-size: 30px;
    display: block;
    font-family: serif;
    color: #0C2676;
}
section.career-setion ul {
    padding: 0;
}
section.career-setion ul li {
    padding: 5px 10px;
    font-size: 16px;
    color: rgba(000, 000, 000, 1);
    margin-left: 5px;
    text-indent: -6px;
}
section.career-setion ul li i {
    color: #F8A602;
}

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

section.career-setion h2 {
    font-size: 26px;
    text-align: left;
}
section.career-setion p {
    font-size: 14px;
}
section.career-setion h3 {
    font-size: 22px;
}
section.career-setion h3 span {
    font-size: 24px;
}
section.career-setion ul li {
    font-size: 14px;
    padding: 5px 0;
        margin-left: 15px;

}



}


/*Career Choice section ends*/


/*Opportunities section starts*/

section.opportunity-section {
   position: relative;
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}
section.opportunity-section h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

section.opportunity-section h2 span {
    display: block;
    font-size: 40px;
    font-family: serif;
    font-weight: 700;
    color: #F8A602;
}
section.opportunity-section .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
section.opportunity-section .oppo-dv {
    padding: 15px;
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
section.opportunity-section .oppo-dv h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

section.opportunity-section .oppo-dv ul {
    padding-left: 15px;
}
section.opportunity-section .oppo-dv ul li {
    font-size: 14px;
    color: #000;
    padding: 2px 0;
}

@media screen and (max-width: 767.98px) {
section.opportunity-section .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
section.opportunity-section .flickity-button {
    background: hsl(0deg 0% 0% / 75%);
    color: #fff;
    height: 30px !important;
    width: 30px !important;
}
section.opportunity-section .flickity-page-dots .dot {
    margin: 0px 5px !important;
    background: #fff !important;
}
section.opportunity-section h2 {
    font-size: 24px;
}
section.opportunity-section h2 span {
    font-size: 30px;
}
}

/*Opportunities section ends*/



/*navigation section starts*/
section.navigation-section {
    position: relative;
    text-align: center;
    padding: 60px 0;
}

section.navigation-section h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: serif;
}

@media screen and (max-width: 767.98px) {
    section.navigation-section h2 {
        font-size: 28px;
    }

}

/*navigation section ends*/

/*why choose section starts*/
section.choose-section {
    position: relative;
    padding: 60px 0;
    background: rgb(12 38 118 / 9%);
}

section.choose-section h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: serif;
    text-align: center;
}

section.choose-section .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 13px;
}

section.choose-section .choose-con {
    width: 100%;
    height: 140px;
    padding: 20px 10px;
    background: #0C2676;
    border-radius: 10px;
}

section.choose-section .choose-con h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

section.choose-section .choose-con p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 767.98px) {
    section.choose-section h2 {
        font-size: 28px;
    }

    section.choose-section .col-md-2 {
        flex: 0 0 100%;
        max-width: 80%;
        padding: 0px 8px;
    }

    section.choose-section ol.flickity-page-dots {
        display: none;
    }

    section.choose-section .choose-con {
        height: 150px;
        padding: 20px 15px;
    }
}


/*why choose section ends*/


/*Rankings section starts*/
section.rankings-section {
    position: relative;
    padding: 60px 0;
}

section.rankings-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: rgb(0 0 0 / 40%);
}

section.rankings-section h2 span {
    display: block;
    font-size: 40px;
    font-family: serif;
    color: #0C2676;
}

section.rankings-section .rank-cont {
    display: block;
    width: 100%;
    margin: auto;
    height: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    background-clip: padding-box;
    /* !importanté */
    border: solid 5px transparent;
    /* !importanté */
    border-radius: 0;
}

section.rankings-section .rank-cont:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: 0;
    background: linear-gradient(0deg, #926201, #f8a602);
}

section.rankings-section .rank-cont img {
    height: 90px;
    width: 100%;
    object-fit: contain;
}

section.rankings-section .rank-cont p {
    font-size: 14px;
    margin-top: 15px;
    color: #000;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    section.rankings-section h2 {
        font-size: 18px;
    }


    section.rankings-section h2 span {
        font-size: 22px;
    }

    section.rankings-section .col-md-2 {
        flex: 0 0 100%;
        max-width: 80%;
        padding: 0px 8px;
    }

    section.rankings-section .flickity-prev-next-button.next,
    section.rankings-section .flickity-prev-next-button.previous {
        display: none;
    }

}

/*Rankings section ends*/


/*Research Culture section Starts*/
section.research-section {
    position: relative;
    padding: 60px 0 0;
}

section.research-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 92%;
    background: #000;
    z-index: 0;
}

section.research-section .container {
    position: relative;
    z-index: 1;
}

section.research-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #ffffff82;
    position: relative;
    z-index: 1;
}

section.research-section h2 span {
    display: block;
    font-size: 42px;
    font-family: serif;
    color: #fff;
}

section.research-section .research-cont h3 {
    color: #FFA63F;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

section.research-section .research-cont p {
    font-size: 20px;
    color: rgb(255 255 255 / 60%);
    font-weight: 700;
}

section.research-section .research-conts {
    background: #fff;
    padding: 25px;
    position: relative;
    box-shadow: 0px 0px 25px 0px #0000002b;
}

section.research-section .res-dv img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}

section.research-section .res-dv p {
    font-size: 15px;
    margin: auto;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #000;
}

section.research-section .border-right {
    border-color: #000 !important;
    opacity: 1;
}

section.research-section .research-conts>div>div {
    padding: 0 35px;
}

@media screen and (max-width: 767.98px) {
    section.research-section h2 span {
        font-size: 28px;
    }

    section.research-section h2 {
        font-size: 20px;
    }

    section.research-section .border-right {
        border-color: #000 !important;
        border-bottom: 2px solid #000;
        padding-bottom: 30px !important;
        border-right: 0px !important;
    }

    section.research-section .res-dv img {
        height: 50px;
    }

    section.research-section .res-dv p {
        font-size: 12px;
        margin: auto;
    }

   section.research-section .research-cont {
    text-align: center;
}
}


/*Research Culture section ends*/

/*COLLABORATIONS section starts*/
section.collab-section {
    position: relative;
    padding: 60px 0;
}

section.collab-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #00000082;
}

section.collab-section h2 span {
    display: block;
    font-size: 40px;
    font-family: serif;
    color: #0C2676;
}

section.collab-section .collab-cont {
    position: relative;
    box-shadow: 0 0 40px 0px #0000002b;
    padding: 20px;
    height: 100%;
}

section.collab-section .col-dv img {
    margin-top: -35px;
}

section.collab-section .collab-cont h3 {
    font-size: 24px;
    color: #000;
}

section.collab-section .collab-cont h3 span {
    font-size: 16px;
    display: block;
    font-weight: 700;
}

section.collab-section .col-dv {
    box-shadow: 0 0 40px 0px #0000002b;
}

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

    section.collab-section h2 {
        font-size: 16px;
    }

    section.collab-section h2 span {
        font-size: 28px;
    }
}


/*COLLABORATIONS section ends*/

/*addmision open section starts*/
section.addopen-section {
    position: relative;
    padding: 80px 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

section.addopen-section h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

@media screen and (max-width: 767.98px) {
    section.addopen-section h2 {
        font-size: 28px;
    }


}


/*   addmision open section ends*/

/*RECOGNITIONS section starts*/
section.appr-sectio {
    position: relative;
    padding: 40px 0;
    background: #000;
}
section.appr-sectio h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-family: serif;
    margin:0;
    border-left: 10px solid #F8A602;
    padding-left: 15px;
}
section.appr-sectio img {
    width: 100%;
}
@media screen and (max-width: 767.98px) {
section.appr-sectio h2 {
    font-size: 26px;
}

}
/*RECOGNITIONS section ends*/



/*EMPOWER section starts*/

.gard_one {
    background: -webkit-linear-gradient(45deg, #00287D, #0049E3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.empower_section {
    position: relative;
    padding: 60px 0 60px;
}

section.empower_section .empower_head {
    text-align: center;
    margin-bottom: 20px;
}

section.empower_section .empower_head h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00000087;
    letter-spacing: 4px;
}

section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
    font-family: serif;
}

section.empower_section .scholarship_inner {
    background: #12397E;
    border-radius: 30px;
    border: 0 solid #fff;
    padding: 30px 15px;
    height: 600px;
}

section.empower_section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(18, 57, 126, 0.4);
    border: 0;
}

section.empower_section .carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

section.empower_section .carousel .carousel-indicators .active {
    background: #12397E;
}

section.empower_section ol li,
.empower_section ul li {
    font-size: 12px;
    font-weight: 600;
}

section.empower_section .scholarship_inner h2,
section.empower_section .scholarship_inner h4,
section.empower_section .scholarship_inner h3,
section.empower_section .scholarship_inner h5,
section.empower_section .scholarship_inner p {
    color: #fff;
}

section.empower_section .scholarship_inner h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0 12px 12px;
}

span.t_and_c {
    font-size: 13px;
    opacity: 0.6;
}

section.empower_section .scholarship_inner hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

section.empower_section .btn-style-two {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 200px;
    margin: auto;
}

section.empower_section .scholarship_inner h3 {
    font-size: 30px;
    font-weight: 700;
}


@media screen and (max-width: 767.98px) {
    section.exampattern_section .exam_cont {
        position: relative;
        left: 0;
        top: 60px;
        margin-top: -200px;
    }

    section.exampattern_section .examtop_cont {
        width: 100%;
        text-align: center;
    }

    section.exampattern_section .examtop_cont h2 {
        font-size: 20px;
    }

    section.exampattern_section .examtop_cont>img {
        width: 250px;
    }

    section.empower_section .empower_head h2 {
        font-size: 16px;
    }

    section.empower_section .empower_head h2 span {
        font-size: 26px;
    }

    section.exampattern_section .exam_cont ul {
        display: block;
        margin-top: 50px;
    }

    section.exampattern_section .exam_cont ul li {
        width: 100% !important;
        margin: 15px 0 !important;
    }

    section.empower_section .scholarship_inner {
        padding: 10px 15px 50px;
        height: 550px;
    }

    section.empower_section .scholarship_inner h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    section.empower_section .scholarship_inner h6 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    section.empower_section .scholarship_inner h5,
    section.empower_section .scholarship_inner p {
        font-size: 14px;
        margin: 5px 0;
    }

    section.empower_section .scholarship_inner hr {
        margin: 5px 0px !important;
    }


}

/*EMPOWER section ends*/


/*Footer CSS Starts*/
footer.footer {
    padding: 60px 0 0;
    position: relative;
    background: #000;
    overflow: hidden;
}

footer.footer:after {
    content: "";
    bottom: 0;
    transform: skew(-25deg, 0deg);
}

footer.footer h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

footer.footer .left-footer h5,
footer.footer .left-footer p a {
    margin-left: 15px;
    text-decoration: none;
    transition: all ease .3s;
}
footer.footer .left-footer p a:hover,
footer.footer ul.contact-add li a:hover {
    text-decoration: none;
    transition: all ease .3s;
    opacity: 0.7;
}

footer.footer .left-footer p a {
    font-size: 16px;
    color: #fff;
    display: flex;
}

footer.footer .left-footer p a i {
    font-size: 36px;
    margin-right: 10px;
}

footer.footer ul.contact-add li {
    margin-bottom: 5px;
}

footer.footer ul.contact-add li a {
    font-size: 16px;
    color: #fff;
     transition: all ease .3s;
}

footer.footer ul.social-address li a {
    font-size: 16px;
    color: #fff;
}

footer.footer ul.social-address {
    display: flex;
    align-items: center;
}

footer.footer ul.social-address li {
    margin-right: 15px;
}

footer.footer ul.social-address li a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all ease .3s;
    transform: scale(1);
}

footer.footer ul.social-address li a:hover {
    transition: all ease .3s;
    transform: scale(0.9);
    opacity: 0.8;
}

footer.footer .web-link a {
    font-size: 18px;
    color: #fff;
    transition: all ease .3s;
}
footer.footer .web-link a:hover {
    text-decoration: none;
    transition: all ease .3s;
    opacity: 0.7;
}
footer.footer .copyright {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding: 15px 15px;
    text-align: center;
}


footer.footer .copyright p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 991.98px) {
    footer.footer br {
        display: none;
    }

}

@media screen and (max-width: 767.98px) {
    footer.footer .right-footer {
        margin-left: 15px;
    }

    footer.footer br {
        display: none;
    }
footer.footer .left-footer p a,
footer.footer ul.contact-add li a {
    font-size: 14px;
}
footer.footer .left-footer img {
    width: 100%;
}
footer.footer ul.social-address li a {
    font-size: 16px;
    height: 30px;
    width: 30px;
}


}


/*Footer CSS Ends*/


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #00287D;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}


/* Apply Now  button end  */




/*scrollbar css starts*/


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*scrollbar css ends*/