/* RESET CSS STRAT */
:root{
  --bg-grey: #F8F8F8;
  --bg-orange: #daa83e;
  --bg-blue: #006FBA;
  --bg-red: #d71921;
  --bg-yellow: #ffcb30;
  --bg-orange: #f58220;
  --white-col: #FFFFFF;
  --font: 1rem;
  --text-dark: #000000;
}

* {margin: 0px;padding: 0px;box-sizing: border-box;}
body {font-family: "Montserrat", sans-serif; margin: 0px;padding: 0px;font-size: 14px;font-weight: normal;color: var(--text-dark);outline: none;line-height: 1.4em;overflow-x: hidden;}
h1, h2, h3, h3, h4, h5, h6 { color: #323232; font-size: 1.8rem; margin: 0px; line-height: 1.2em; }
p {  padding: 0px; margin: 0px; font-size: var(--font);  line-height: 1.4; color: var(--text-dark);}
.hr {  margin-bottom: 10px; margin-top: 10px; height: 1px; background: var(--bg-orange); width: 40%; opacity: 1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
a {
  outline: none !important;
  /* color: #212529; */
  text-decoration: none;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #4490bc;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
.fs-14 { font-size:14px; }
.zindex5 { z-index: 5; }
.bg-orange { background-color: var(--bg-orange); }
.text-blue { color: var( --bg-blue); }
.bg-blue { background-color: var(--bg-blue); }
.bg-green { background-color: var(--bg-green); }
.bg-yellow { background-color: var(--bg-yellow); }
.text-yellow { color: var(--bg-yellow); }
.text-red { color: var(--bg-red); }
.text-green { color:var(--bg-green); }
.text-justify { text-align: justify;  }
.overflow { overflow: hidden; }
li { color: #000000; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: var(--bg-blue); color: #FFF; }
::selection { background-color: var(--bg-blue); color: #FFF;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.9) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.9) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.9) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.9) !important;
}
/* STICKY ANV BAR */	
.sticky{position: fixed;width: 100%;left: 0;top: 0;z-index: 50;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;box-shadow: 0 0 18px 1px rgba(0,0,0,.1)}

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top{position: fixed;right: 0;bottom: 1%;z-index: 999;overflow: hidden;display: none;width: 50px;height: 50px;border: 1px solid var(--text-dark);background-color: var(--white-col);text-align: center;-webkit-transition: all .25s ease;transition: all .25s ease}
#back-top:after{display: block;text-align: center;color: var(--text-dark);font-size: 20px;font-family: 'Font Awesome 5 Pro';content: "\f357";line-height: 48px;-webkit-transition: color .25s ease, -webkit-transform 2s ease;transition: color .25s ease, transform 2s ease}
#back-top:hover { background-color: var(--bg-blue);}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */
.bc-img01 {height: 656px;background-color: var(--white-col);}
.sideNavi{position: fixed;bottom: 20%;right: 10px;z-index: 2}

.sideNavi a{background-color: var(--bg-blue);border-radius: 50px;text-align: center;box-shadow: 2px 2px 3px #999;color: var(--white-col);cursor: pointer;border-right: 0;font-size: var(--font);padding: 15px 15px;display: block;margin-top: 25px}
.sideNavi a.telphone { background-color: #ffcb05; color: #000; }
.sideNavi a:hover { background-color: #231f20;  color: #ffffff;  } 
.shadow:hover {box-shadow: none !important; -webkit-transform: translateY(-.5em); transform: translateY(-.5em);}
.shadow{transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s}


.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv { margin: auto; background-color: #FFFFFF; width: 500px; position: relative; z-index: 1; padding: 2rem; border-radius: 30px; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 { font-size: 5em; }
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p { font-size: 20px; line-height: 1.2; }
.thankyou-sec .hero-thankyou .bc-img01 { height: 100vh; background-size: cover; padding-top: 18%; }



@media only screen and (max-width: 1399px){
.header .navbar-light .nav-item .nav-link { font-size: 0.8rem;}
.content_ab-relative .bnr__Adm_dv { padding-left: 1rem;}
.content_ab-relative .button__flex strong { padding: 1.2rem 1.5rem;}
.admission-section .sele__item:after { width: auto;}
#back-top { bottom: 26%;}
}

@media only screen and (max-width: 1024px){
#hero.container-fluid, #hero.container-fluid .row { padding-left: 0px; padding-right: 0px; margin-right: 0px; margin-left: 0px; }

}

@media only screen and (max-width: 980px){
.desktop, .patten8 { display: none;}
.mobile { display: block;}
.dsu-intro { position: relative; width: 100%; margin: 2rem 0; }
.dsu-form { margin-left: auto; margin-right: auto;}
.dsu-addmission {     margin-left: 0; margin-top: 10px; padding-top: 0px; }
.bc-img01 {  background-attachment: initial; height: auto; padding-bottom: 2rem;}
#back-top{ display: none !important; }
.dsu-addmission { text-align: center; }
.applyBox { margin-top: 0; width: 100%;}
.logo__right .far, .logo__right .fab { display: none; }
.loction { margin-top: 0 !important; }
.logo__right {
    width: auto;
    float: right; text-align: right;
}
.content_bnr-flex h2 { font-size: 4rem; }
.d-flex {
    display: block!important;
}
}

@media only screen and (max-width: 736px){
.container, .applyBox { max-width: 100%;}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv { width: 100%; }

}

@media only screen and (max-width: 667px){
.sideNavi {
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto; right: auto;
    left: 0;
    z-index: 5;
        -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.about__listing { padding: 1.5rem; text-align: center; left: 0; }
.sideNavi a { display: block; border-radius: 0; text-align: center; padding: 12px 2px; }
.footer { height:  200px; font-size: 12px; }
.sideNavi .sideNavi-flex { display: flex;}
.sideNavi-item { width: 100%;}
.sideNavi a { background-color: var(--bg-blue); color: #FFF; border: 0; }
.bouncebtn {    -webkit-animation: none;}
.multi__count p {     padding: 0.5rem 0;     font-size: 1rem; }
.multi__count strong {     font-size: 2rem;     margin-right: 0.5rem; }
.content_bnr-flex h1 br { display: none; }
}

@media only screen and (max-width: 568px){
.dsu-form { width: 100%; border: 1px solid #000; }

}

@media only screen and (max-width: 480px){
h1, h2, h3, h3, h4, h5, h6 { font-size: 24px; }
p, ul.listing li, .about__listing ul li { font-size: 14px; line-height: 20px; }
.fsize28 {
    font-size: 22px;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
    font-size: 3em;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p { font-size: 16px; }
.thankyou-sec .hero-thankyou .bc-img01 { height: 415px; }
.fs-5 {
    font-size: 1rem!important;
}
.header .navbar-expand-lg .navbar-brand { width: 200px; }
.programme__section .programme-item { height: auto; }
}

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



}

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


}


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

}

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

}
.blog-text.wow.fadeInUp.mt-3 {
    padding-left: 31px !important;
}
body > footer.footer.position-relative.py-3.text-center.text-dark > div > div > div:nth-child(3) > img {
        border-left: 1px solid #a3a19c !important;
}
