body {
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
}
/* navbar starts*/
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}
/* navbar ends*/
/* header nav */
.navbar.navbar-light {
    background: white !important;
    box-shadow: 0 0 10px #cecece;
}
.navbar-light .navbar-nav .nav-link {
    color: #313a6c;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #C42C40 !important;
    font-weight: 500;
    border-bottom: 1px solid #C42C40;
}
a, a:hover {
      text-decoration: none !important;
}

.font-weight-600{
    font-weight: 400;
}

/*Scroll button starts*/

.scroll2 {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;  
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
    }
/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}

.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}
.form-control{
    /* background: rgba(23, 26, 103, 0.12);
    border: rgba(23, 26, 103, 0.12);
    border-radius: 21.5px !important; */
}

/*.owl-carousel .owl-item img {
    width: auto;
}*/

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 50px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 3% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 3% !important;
}

button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}

/*sidebar form starts*/
.dsu-form {
    top: 8rem;
}
.dsu-form {
    z-index: 100000 !important;
}
.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 400px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}
.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 50%;
    right: 75.5%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}
.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    color: white;
    background: #C42C40;
}
.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
}
.frmBg1 spanz{
    font-weight: 700;
}
.frmBg span {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
::placeholder{
    font-size: 0.9rem;
    color: #B8B8B8;
}
/*sidebar form ends*/

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.font-weight-600 {
    font-weight: 600;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-theme .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #000!important;
    background: black;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    border: 2px solid #FCC966!important;
    background: #FCC966!important;
}

.owl-carousel .owl-nav .owl-prev{
    left: 16% !important;
    top: -6.5rem !important;
}

.owl-carousel .owl-nav .owl-next{
    right: 73% !important;
    top: -6.5rem !important;
}

.dsu-form1{
    border: 1px solid #ced4da;
    padding: 1rem;
}
.text-black{
    color: #000000 !important;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color:#EB001B;
    border-color:#EB001B;
    border-radius: 2rem;
}

.btn-primary:hover {
    color: #fff;
    background-color:#EB001B;
    border-color:#EB001B;
}

.btn-warning, .btn-warning:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color:#171A67;
    border-color:#171A67;
    border-radius: 2rem;
}

.btn-warning:hover {
    color: #fff;
    background-color:#171A67;
    border-color:#171A67;
}

.btn-danger, .btn-danger:not(:disabled):not(.disabled):active{
    color: #fff !important;
    background-color:#000 !important;
    border-color:#000 !important;
    border-radius: 2rem;
    width: auto !important;
}

.btn-danger:hover {
    color: #fff;
    background-color:#000;
    border-color:#000;
}

 .copyright p {
    font-size: 0.85rem;
}

.bg-black{
    background: black !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.font-weight-500{
    font-weight: 500;
}

.banner_form {
    padding: 9px;
    position: absolute;
    top: 4rem;
    right: 6%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 16px;
    width: 365px;
}
/*Enquiry now scroll starts*/

.scroll12 {
    cursor: pointer;
    z-index: 9991;
    position: fixed;
    right: -60px;
    bottom: 45%;
    transform: rotate(90deg);
    background: #EB001B;
    color: white;
    border-radius: 2rem !important;
    font-weight: 900;
    font-size: 19px;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 20px;
}
/*Enquiry now scroll ends*/

.bg-blue{
    background: #171A67;
}

.text-blue{
    color: #171A67;
}
.mar-top-form{
    margin-top: -0.4rem;
}

.mar-left-form{
    margin-left:0.4rem;
}


.box{
    background: #FFFFFF;
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%), 0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 3rem;
    padding: 2rem 2.5rem;
}

.box2{
    background: #FFFFFF;
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%), 0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 3rem;
    padding: 2rem 2.5rem;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.bord-rt{
    border-right: 2px solid #00000078;
}

.mar-left {
    margin-left: -3.8rem !important;
}

.mar-top{
    margin-top: -1.4rem;
}

.bg-orange{
    background: #EB001B;
}

.text-orange{
    color: #EB001B;
}

.mar-leftn{
    margin-left: -1rem !important;
}

.recruiters{
    background: url("../images/bgrect.png");
    box-shadow: 0 0 10px #e8e8e8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.head{
    font-size: 5rem;
}

.head2{
    font-size: 3rem;
}

#admmob_slide .owl-item img, #rec_slide .owl-item img, #rec2_slide .owl-item img, #discover_slide .owl-item img, #event_slide .owl-item img, #rec3_slide .owl-item img{
    width: auto;
}

.text-underline-cust{
    text-decoration: underline;
    text-decoration-color: #FCC966;
    text-underline-offset: 1px;
    text-decoration-thickness: 10px;
}

.discover{
    background: url("../images/bgwhite.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.dream{
    margin-top: -9rem;
}

.career{
    margin-top: 11rem;
}

.adm{
    border-radius: 0 0 15rem 15rem;
    background: url(../images/admission.png),linear-gradient(45deg, #171A67, #171A67);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.mar-top-adm{
    margin-top: -6rem;
}

.mar-top-exh{
    margin-top: -3rem;
}

.btn-top{
    position: relative;
    top: -1.5rem;
}

#testi_slide .owl-dots, #testi_slide .owl-nav{
    text-align: left;
}

/*accordion*/

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #000;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}

.cardheader {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.cards {
    padding: 0.2rem;
    /* background-color: #000; */
    /* border-radius: 2rem; */
}

.card-link{
    color: #000 !important;
    font-size: 1.1rem;
    /* font-weight: bold; */
    font-weight: 500;
}

/* .card-body{
    color: white;
} */
/*accordion*/

div#ee-form-2 {
    width: 100% !important;
}

.bann-ht{
    /* height: 664px; */
}


.card-body{
    padding: 1.25rem 0.5rem 1.25rem 0rem  !important;
}

.para{
    font-size: 0.95rem;
}

.shadow-cust{
    box-shadow: 0 0 10px whitesmoke;
    border: 1px solid whitesmoke;
}
.brd_btm {
    border-bottom: 2px solid #707070;
    margin-top: 0.3rem;
    width: 100%;
}

.thnk_top{
    padding-top: 11rem;
}
.circlepos {
    position: absolute;
    z-index: -1111;
    left: -4%;
    top: -4%;
}

.text-grey{
    color:#A3A3A3;
}

.thankyou_section{
    background: url("../images/thankyou.png");
    background-repeat: no-repeat;
}

.social_icons{
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%), 0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 22px;
}

.footer {
    box-shadow: 0 -7px 9px -3px #00000017;
}

.btn_green{
    background-color: #67D772;
    border-radius: 2rem;
    color: #ffff;
}
input#submit_btn {
    color: #fff;
    background-color: #ed3237;
    font-weight: bold;
}

.logo-wd {
    width: 63%;
}