/*==============fonts area ==============*/
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*==============end fonts area ==============*/
body{
	font-family: 'Poppins-Regular';
}
ul{
	margin: 0px;
    padding: 0px;
}
a{
	text-decoration: none;
}
button:focus, button:a{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}
body {
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.cmn-btn {
    padding: 12px 30px 12px;
    display: inline-block;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Poppins-semibold';
    transition: all 0.5s;
    background: transparent;
    color: #F0C500;
    border: solid 1px #F0C500;
    box-shadow: none;
}
.cmn-btn:hover{
    color: #000;
    background: #fff;
}
.cmn-btn i {
    margin-left: 8px;
}
.heading {
    margin-bottom: 40px;
}
.heading h2 {
    color: #423F40;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 15px;
}
.heading h2 span{
    font-family: Poppins-Bold;
}
.heading hr {
    width: 80px;
    height: 1.55px;
    background-color: #ffe3b5;
    opacity: 1;
    margin: 10px 0px;
}
.heading p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.heading.heading-sec {
    text-align: center;
}
.heading.heading-sec hr{
    margin: 10px auto;
}
.heading.heading-sec h2{
    font-size: 42px;
    line-height: 46px;
}
.apt-contact .rt-br {
    border-right: dashed 1px #fff;
}
.apt-contact a {
    padding: 0px 10px;
    display: inline-block;
}

/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background-color: #fff0;
    z-index: 999999;
    box-shadow: 0px 0px 4px #e4008a17;
}
.inner-pg .header-area {
    background-color: #db343b;
}
.header-area.fixed {
    background-color: #fff;
}
.header-area .navbar-brand {
    padding: 0px;
}
.header-area .navbar-brand img {
    width: 235px;
}
.fixed .main-header .navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    padding: 28px 11px;
}
.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.10);
}
.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}
#collapsibleNavbar .navbar-nav {
    margin-right: 15px;
}
.header-area .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: 0.155em;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f078";
}

/*multi dropdowan*/
.header-area .dropend .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: 0px;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    display: inline-block;
    font: normal normal normal 10px/2 FontAwesome;
    content: "\f078";
    transform: rotate(271deg);
    float: right;
}
.header-area .navbar .dropend .dropdown-content {
  display: none !important;
}
.header-area .navbar .dropend:hover > .dropdown-content {
  display: block !important;
  margin-left: 1px;
}
@media screen and (min-width: 769px) {
    .header-area .navbar .dropend:hover > .dropdown-content {
        position: absolute;
        top: 0px;
        left: 100%;
        border-left: solid 2px #A37B18;
        border-top: 0px;
    }

}






/*on hover dropdown*/

.header-area .navbar .dropdown {
  position: relative;
  display: inline-block;
}
.header-area .navbar .dropdown-content {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 4px 10px 5px #aeadad17;
    z-index: 99;
    padding: 0px;
    border-top: solid 2px #A37B18;
}
.header-area .navbar .dropdown:hover .dropdown-content {
    display: block;
}
.main-header .navbar-dark .navbar-nav .dropdown-content a {
    color: black;
    padding: 13px 15px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    white-space: break-spaces;
}
.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #eee;
    list-style: none;
}
.header-area .navbar .dropdown-content li:last-child{
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
    color: #c3931d;
}
header nav ul.dropdown-content li a:after {
    display: none;
}

/*on hover dropdown*/
.mega-clm {
    padding-top: 10px;
    border-left: 1px solid rgba(0,0,0,.07);
    padding-bottom: 5px;
}
.navbar .dropdown-content.cstm-drop-menu {
    width: 1140px;
    left: 10%;
    right: 0;
    top:80px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-bottom: 20px;
    padding-top: 20px;
}
.navbar .dropdown:hover .dropdown-content,
.navbar .dropdown .dropdown-content:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}
.megamenu-column-header {
    font-size: 15px;
    font-family: 'Poppins-ExtraBold';
    color: #142883;
}
.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 5px 5px;
    text-transform: capitalize;
    color: #000;
}

.appointment-header {
    display: flex;
    align-items: center;
}
.appointment-header p{
    margin-bottom: 0px;
}
.apt-contact p a {
    font-family: Poppins-Bold;
    font-size: 15px;
    color: #000;
}
.apt-time p img {
    width: 25px;
    margin-right: 8px;
}
.apt-contact p img {
    width: 25px;
    margin-right: 8px;
}
.apt-time span {
    font-family: 'Poppins-Bold';
    font-size: 12px;
}
.apt-contact p {
    display: flex;
    align-items: center;
}
.apt-time p {
    display: flex;
    align-items: center;
}
.book-btn a {
    margin: 0px 10px;
    padding: 12px 20px 12px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Poppins-Black';
    transition: all 0.5s;
    background: #ffe3b5;
    color: #000;
    border: solid 1px #ffe3b5;
    box-shadow: none;
    text-transform: uppercase;
}
/* ============ end hader area =============*/


/*===========home main banner area =============*/
.home-banner {
    margin-top: -120px;
}
.video-container {
    position: relative;
    height: 750px;
    width: 100vw;
}
.video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-home-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
}

.inner-home-banner h1 {
    color: #fff;
    font-family: Poppins-Bold;
    font-size: 72px;
    text-transform: uppercase;
}
.inner-home-banner p {
    color: #FFF;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 24px;
    letter-spacing: 0.72px;
}
.inner-home-banner .cmn-btn {
    margin-top: 13px;
}

/*=========end home main banner area ===========*/

/*=============== school services ==============*/
.school-services-area {
    padding: 10px 0px 0px;
    background-color: #F0C500;
}
.services-img {
    position: relative;
    overflow: hidden;
}
.school-services-area .container-fluid {
    padding: 0px;
}
.services-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.service-on-hover {
    background-color: #423f4099;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 70px;
}
.service-on-hover ul li {
    color: #fff;
    text-transform: uppercase;
    margin: 4px 0px;
    font-size: 16px;
}
.services-img:hover .service-on-hover{
    top:0;
    visibility: visible;
}
.hovered .service-on-hover{
    top:0;
    visibility: visible;
}

.cmn-bg {
    background-color: #423F40;
} 
.cmn-bg:hover{
    background-color: #F0C500;
}
.services-row .cmn-img:hover + .cmn-cnt .services-cnt{  
    background: #F0C500;
    transition: all 0.5s;
}
.services-row .cmn-img:hover + .cmn-cnt .services-cnt h2,
.services-row .cmn-img:hover + .cmn-cnt .services-cnt h2 span,
.services-row .cmn-img:hover + .cmn-cnt .services-cnt p{  
    color: #423F40;
}
.services-row .cmn-img:hover + .cmn-cnt .services-cnt .cmn-btn{  
    color: #423F40;
    border: solid 1px #423F40;
}

.hovered .cmn-cnt .services-cnt .cmn-btn{  
    color: #423F40;
    border: solid 1px #423F40;
}

.hovered .cmn-cnt .services-cnt h2,
.hovered .cmn-cnt .services-cnt h2 span,
.hovered .cmn-cnt .services-cnt p{  
    color: #423F40;
}

.hovered .cmn-cnt .services-cnt{  
    background: #F0C500;
    transition: all 0.5s;
}
.services-row.alt-row .cmn-img {
    order: 1;
}
.services-cnt {
    background-color: #423F40;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.services-cnt h2 {
    color: #FFF;
    font-size: 40px;
}
.services-cnt h2 span {
    color: #F0C500;
    font-family: 'Poppins-Bold';
}
.services-cnt p {
    color: #fff;
}   
.services-cnt .cmn-btn {
    margin-top: 10px;
}
/*=============== end school services ==============*/

/*============== our brands area =============*/
.our-brands-area {
    background-color: #F2F2F2;
    padding: 40px 0px;
}
.barnd-slide-bx {
    text-align: center;
    margin: 0 auto;
    border: solid 1px #f0f2f6;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}
.barnd-slide-bx img {
    width: auto !important;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
/*============== end our brands area =============*/

/*=========== news event area =========*/

.news-event-area {
    background-color: #F0C500;
    padding: 50px 0px;
}
.news-bx {
    background-color: #423F40;
    border-radius: 5px;
}
.news-cnt {
    padding: 20px 15px 30px;
}
.news-cnt h4 {
    color: #FFF;
    font-family: Poppins-semibold;
    font-size: 18px;
    margin-bottom: 12px;
    min-height: 66px;
}
.news-cnt p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    min-height: 155px;
}
.news-bx img {
    height: 264px;
    object-fit: cover;
}
.more-btn {
    font-size: 15px;
    font-family: 'Poppins-semibold';
    color: #F0C500;
}
.more-btn:hover{
    color: #fff;
}
.more-btn i{
    margin-left: 10px;
}
.event-view-btn {
    text-align: center;
    margin-top: 30px;
}
.event-view-btn a {
    color: #423f40;
    font-family: 'Poppins-SemiBold';
}


.owl-carousel.news-owl .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -35px;
    border: none !important;
    margin: 0px;
    font-size: 24px;
    color: #423F40;
}
/*.owl-carousel.news-owl .owl-nav button.owl-next:hover, .owl-carousel.news-owl .owl-nav button.owl-prev:hover {
    background-color: #262498;
    color: #fff !important;
}*/
.owl-carousel.news-owl .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -35px;
    border: none !important;
    margin: 0px;
    font-size: 24px;
    color: #423F40;
}

/*=========== end news event area =========*/

/*========= admission query area =========*/
.admission-query-area {
    padding: 60px 0px;
}
.wudat h3 {
    background-color: #e2b127;
    padding: 36px 25px;
    text-align: center;
    color: #423F40;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 22px;
    margin-bottom: 30px;
}
.wudat p {
    color: #423F40;
    margin-bottom: 10px;
}
.wud-mem {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wud-mem h4 {
    color: #423F40;
    font-family: 'Poppins-Medium';
    font-size: 24px;
    margin-bottom: 25px;
    margin-bottom: 0px;
}
.wud-mem img {
    width: 105px;
}
.admission-form.form_pro {
    border: 2px solid #ccc;
}
.wud-table {
    margin-bottom: 10px;
}
.admission-form.form_pro iframe {
    height: 430px;
}

/*========= end admission query area =========*/

/*========= student testimonail ===========*/
.student-testimonial {
    background-color: #F2F2F2;
    padding: 50px 0px;
}
.student-test {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    min-height: 385px;
}
.quote-st img {
    width: 23px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.student-test p {
    color: #423F40;
    margin-bottom: 0px;
}
.stud-aut {
    margin-top: 30px;
}
.stud-aut h4 {
    margin: 8px 0px 0px;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}
.stud-aut img {
    width: 67px !important;
    margin: 0 auto;
}
.owl-carousel.student-owl .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -35px;
    border: none !important;
    margin: 0px;
    font-size: 24px;
    color: #423F40;
}
.owl-carousel.student-owl .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -35px;
    border: none !important;
    margin: 0px;
    font-size: 24px;
    color: #423F40;
}
/*========= end student testimonail ===========*/

/*============= footer area ===========*/
.footer-middle {
    padding: 20px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #aaa;
    background: #222
}

.foot-text-widget p {
    margin-bottom: 0
}

.footer-middle .container {
    position: relative;
    z-index: 1
}

.bottom-md-footer {
    background: #161616;
    padding: 20px 5px;
    overflow: hidden;
    margin-top: 25px;
}
.copyrights .main-color {
    color: #c3931d;
}

.bottom-md-footer .btn {
    padding: 10px 12px
}

.bottom-md-footer label {
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
    color: #d0d0d0;
}

.footer-middle a {
    color: #bbb
}

.footer-middle h3 {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ccc;
    font-weight: 700;
    margin-bottom: 40px
}

.footer-middle h3:after {
    content: "";
    width: 9%;
    height: 2px;
    display: block;
    margin: 15px 0;
    background-color: #c3931d;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.footer-middle h3:before {
    content: "";
    width: 25%;
    height: 2px;
    display: block;
    position: absolute;
    left: 10%;
    bottom: 0;
    background: #404040
}

.footer-middle .menu-widget li {
    padding: 12px 0;
    border-top: 1px #2f2f2f solid;
    margin-right: 10px;
    list-style: none;
}
.footer-middle .menu-widget li:first-child {
    border-top: 0;
    padding-top: 0
}

.footer-middle .menu-widget li a {
    position: relative
}

.footer-middle .menu-widget li a:before {
    content: "\f105";
    display: inline-block;
    margin-right: 8px;
    font: normal normal normal 12px/1 FontAwesome
}

.contact-widget {
    background: transparent url(../images/world.png) no-repeat 50% 50%
}

.contact-widget p {
    margin-bottom: 10px
}

.contact-widget .details li {
    margin: 13px 0;
    line-height: 1.5;
    letter-spacing: .6px;
    list-style: none;
}
.contact-widget .details li span.heavy-font {
    font-family: 'Poppins-Bold';
    color: #d0d0d0;
}
.contact-widget .details li i {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.contact-widget .details li i:before {
    margin-right: 15px;
    color: #949494;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #333;
    font-size: 12px;
    display: block;
    text-align: center
}

.contact-widget .details li span {
    display: table-cell;
    vertical-align: middle
}

.footer-bottom {
    padding: 25px 0;
    overflow: hidden;
    font-size: 13px;
    color: #6b6b6b;
    background-color: #111
}


#footWrapper .social-list li a {
    border: 1px #515151 solid;
    color: #bbb
}
.social-list li a {
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
ul.social-list li {
    display: inline-block;
}
.footboxtable {
    width: 100%;
}
a#ApplyNow {
    position: fixed;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    top: 110px;
    background: #e2b127;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 9999;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
}
#myBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
#myBtn span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    background-color: #c3931d;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
/*============= end footer area ===========*/

.widget_thankyou_msg .next_page{
    color: #F0C500;
    font-family: 'Poppins-Bold';
    font-size: 40px;
}

