body{
    font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif !important;
}
p{
    font-family: 'Poppins', sans-serif !important;
}
a{
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
}
.bg-gray{
	background-color: #f2f2f2 !important;
}
.quick-links h2 {
    font-size: 24px !important;
    color: #ffffff !important;
}
.text-logo{
    color: #f68b21 !important;
}

.carousel-indicators [data-bs-target]{
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    border-radius: 50px !important;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i {
    background-color: #2081c3;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.bss-seva-bg{
    /* background-color: #fff; */
	background-image: url(../images/paralx-image.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bss-instrument {
    background-color: #f18215;
	padding: 20px 0px;
}
.bss-instrument h5{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 0px;
}
.bss-instrument h4{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 10px;
}
.bg-green{
    background-color: #488a5c !important;
}
.bg-inblue{
    background-color: #2371b1 !important;
}
.bg-f9f9f9{
    background-color: #f4fafb !important;
}
.bg-22{
    background-color: #fdf0e8 !important ;
}




/* New Footer */
.footer-top-bg{
    padding-top: 34px !important;
    padding-bottom: 0px !important;
    margin-top: 40px;
    /* background-image: url(../images/contact-footer.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.top-title{
    font-size: 30px;
    font-weight: 600;
    color: #f68b21;
}
.footer-icon{
    color: #f68b21;
    width: 20px;
}
.footer-li {
    margin-bottom: 12px !important;
}
/* New Footer */


.freedom-fighers-bg{
    background-image: url(../images/freedom-fighters.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.freedom-fighers-box{
    margin: 140px 0px;
    padding: 20px;
    background-color: #fff;
}
.freedom-fighers-border{
    border: 1px solid #2081c3;
    padding: 40px;
    text-align: center;
}
.freedom-heading{
    font-size: 21px;
}
.freedom-title{
    font-size: 18px;
    color: #e3a249;
    font-weight: 600;
    margin-top: 20px;
}
.footer-top{
    padding-top: 40px !important;
    padding-bottom: 60px !important;
    background-color: #f68b21;
}
.footer-top-heading {
    text-align: center;
    color: #f68b21;
    font-weight: 800;
    font-size: 43px;
    margin-bottom: 16px;
}
.footer-top-para {
    font-size: 20px;
    color: #fff;
}
.btn-white {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
}



.box4img{
    width: 100px;
    margin-top: 16px;
}
.box4-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #f68b21;
}

.underline{
    width: 100px; 
    margin-bottom: 20px; 
    height: 3px; 
    background-color: #ff4f29;
}
.bg-orange{
	background-color: #ffa00b !important;
}
.bg-whats-green{
	background-color: #5baf46 !important;
}
.bg-call-blue{
	background-color: #255d8b !important;
}
.bg-new-light{
	background-color: #FEF2E8 !important;
}

.banner_content h1{
	line-height: 36px !important;
}
.header-logo{
    width:280px;
    margin-bottom:8px;
}

.bg-new-admission-form{
    background-image: url('../images/images-school-form.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.table-custom>thead>tr>th {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}


.bg-red-admission-process{
    padding-top: 40px;
    padding-bottom: 120px;
    background-color: #bc152a;
}
.admission-process-card{
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    margin-top: -130px;
}
.admission-process-card-header h2 {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 30px !important;
	line-height: 38px !important;
}

.admission-process-card-body .ap-box {
    box-shadow: 6px 5px 15px 2px rgb(0 0 0 / 6%);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 15px;
    margin: 10px;
    text-align: left;
}
.admission-process-card-body .ap-box .ap-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 2px;
}
.admission-process-card-body .ap-box .ap-title-2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fa3d00 !important;
    margin-bottom: 0px;
}
.ap-box p{
    margin-bottom: 8px;
}
.admission-process-underline{
    height: 3px;
    width: 20%;
    background-color: #bc152a !important;
    margin-bottom: 30px;
}
.pm-banner{
background:url('../images/broadcrum-1.jpg');
height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
.pm-banner h1{
	font-family: Poppins!important;
    font-size: 46px!important;
    font-weight: 700!important;
    line-height: 56px!important;
margin: 0 auto;
    max-width: 950px;
    padding-bottom: 0!important;
    color: #fff!important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

/* Home Page About Us Area */
.home-about-section {
    background-color: #FEF2E8;
}
.home-about-section .about-title{
    font-size: 34px;
    font-weight: 800;
    color: #212a5c;
    line-height: 48px;
    text-align: center;
}
.home-about-section .about-subtitle{
    font-size: 18px !important;
    font-weight: 600;
    color: #212a5c;
    line-height: 28px !important;
    text-align: center;
}
.home-about-section .about-underline{
    width: 48px;
    height: 4px;
    background-color: #db274a;
    margin-bottom: 30px;
    margin-top: 14px;
}
.home-about-section .about-video iframe{
    border-radius: 18px;
}
/* //Home Page About Us Area */


.note-point{
    font-size: 20px !important;
    font-weight: 600;
    color: #333;
    border-left: 3px solid #c63230;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 0 6px 15px;
    border-color: #c63230;
}
.yt-border{
    margin-top: 20px;
    border: 6px solid #e9e9e9;
    text-align: center;
    line-height: 0;
}

.whatsapp_icon{
    font-size:24px;color:white
}
.phone_icon {
    font-size:18px;color:white
}
.header-top {
   padding: 15px 0px 15px 0px;
   background: #2371b1;
   color:#fff;
}
.contact-area a {
    color: #fff;
    padding-left: 8px;
    font-size: 18px;
    font-weight: 600;
}
.menu-btns a {
    font-size: 12px;
    background: #143866;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: Aller;
    padding: 5px 14px;
    letter-spacing: 0.5px;
    margin: 0px 6px;
    position: relative;
    margin-top: 0px;
    border: 2px solid #fad812;
    text-decoration: none;
    display: inline-block !important;
    margin: 0 5px !important;
}
.top-bar-link{
    color: white;
    font-family: Aller;
    margin: 0px 3px;
    text-decoration: underline;
    font-size: 13px!important;
    font-weight: 200!important;
}
.buttonGlow {
    background-color: #fad812;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #143866!important;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #fad812;
        box-shadow: 0 0 10px #fad812;
    }
    50% {
        background-color: #fad812;
        box-shadow: 0 0 30px #fad812;
    }
    100% {
        background-color: #fad812;
        box-shadow: 0 0 10px #fad812;
    }
}
.buttonGlow {
    animation: glowing 1300ms infinite;
	color:#143866!important;
}
.main-nav ul li .dropdown-menu .dropdown-item {
    display: block;
    position: relative;
    float: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    padding: 12px 15px;
    text-transform: capitalize;
    color:#f68b21 !important ;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-top: 3px solid #fbae17;
    min-width: 180px;
    line-height: 1;
    text-align: left;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.dropdown-menu .dropdown-item {
    border-left:none!important;
}
.dropdown-item:hover {
    background-color: #f8f8f8!important;
    color:#fbae17!important;
}
.logo-area{
    overflow: hidden;
    position: absolute;
    /* top: -45px; */
    top: 0px;
    left: 0;
    /* box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 18%);
    background-color: #fff; */
    z-index: 2;
}
.logo-area img{
    height:140px;
    width:auto;
}
.header-main {
    background: #fff;
}
.main-nav ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #f68b21;
    padding: 30px 0px;
}
.main-nav ul li a.active{
    color: #f68b21;
}
.main-nav ul li{
    margin: 0 16px !important;    
}
.header-main.navbar_fixed{
    color:#000;
}
.navbar_fixed .main-nav ul li a{
   color: #f68b21;
}
.navbar_fixed .main-nav ul li a.active{
    color: #f68b21;
 }
.navbar-toggler{
    background-color: #f68b21;
}
.navbar-toggler .svg-inline--fa{
    color: #fff !important;
    font-size: 24px !important;
    height: 34px !important;
}


/* New Counter in Home Page */
.new-counter-2{
    padding-bottom: 64px;
}
.new-counter-2 .bg-new-counter{
    background-image: url('../images/bg-new-counter.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 200px;
}
.new-counter-2 .new-counter-heading {
    font-size: 33px !important;
    color: #FFFFFF !important;
    font-weight: 900;
}
.new-counter-2 .new-counter-para {
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 400;
}
.new-counter-2 .new-counter-box .icon{
    fill: #bc152a;
    color: #bc152a;
    border-color: #bc152a;

    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 76px;
    text-align: center;
    margin-bottom: 20px;
}
.new-counter-2 .new-counter-box .icon i{
    transform: rotate(0deg);
}
.new-counter-2 .new-counter-box .icon i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.new-counter-2 .new-counter-box .icon {
    transition-duration: .5s;
}
.new-counter-2 .new-counter-box .icon:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.new-counter-2-area{
    margin-top: -150px;
}
.new-counter-2 .new-counter-2-area .new-counter-box{
    text-align: center;
    padding: 60px 12px;
    box-shadow: 0 -3px 20px 0 rgb(0 0 0 / 18%);
    background-color: #fff;
}
.new-counter-2 .new-counter-2-area .new-counter-box h2{
    font-size: 40px !important;
    color: #232636 !important;
    font-weight: 900;
}
.new-counter-2 .new-counter-2-area .new-counter-box p{
    font-size: 16px;
    color: #000;
    margin: 0;
}
/* //New Counter in Home Page */


/* Pagination - Start */
.pagination .page-item.active .page-link {
	background-color: #892b7c;
}
.pagination li {
    display: inline-block;
    margin-right: 8px;
}
.pagination li a {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid #ddd !important;
}
/* Pagination - End */

.main-heading{
    font-size: 30px !important;
    font-weight: 600;
    line-height: 40px !important;
    margin-bottom: 20px;
}
.fs-16{
    font-size: 16px !important;
}

.img-title1{
    font-size: 20px;
    margin: 10px;
    font-weight: 600;
    color: #000;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.img-de{
    width: 100%;
    /* border-radius: 6px; */
}

.inner-box1{
    /* background-color: #f7f7f78c; */
    padding: 10px 40px 40px 70px;
    height: 100%;
    /* border-radius: 0px 10px 10px 0px; */
}
.inner-title1{
    font-size: 24px;
    font-weight: 600;
    color: #e3a249;
    margin-bottom: 20px;
}
.inner-title1 span{
    height: 1px;
    display: inline-block;
    width: 40px;
    background-color: red;
    margin-right: 5px;
    margin-bottom: 6px;
}
.inner-title2{
    font-size: 21px;
    font-weight: 600;
    color: #f68b21;
    margin-bottom: 10px;
}
.inner-para1{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.pm-apm-wrapper h2{
    color: #e3a249;
}
.box4{
    box-shadow: 0 15px 25px rgb(0 0 0 / 9%);
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
}
.box4 img{
    width: 100px;
    margin-top: 16px;
}
.box4 .box4-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
}
.box4 p{
    font-size: 15px;
    margin-bottom: 6px;
}
.box4 a,
.box4a{
    font-size: 14px;
    color: #000;
}
.box4a:hover{
    color: #f68b21;
}

.box5{
    margin-bottom: 25px;
}
.box5-body{
    padding: 20px;
    background: #f68b21;
    color: #fff;
}
.box5-body:hover{
    background: #ffd2a4;
    color: #000;
}
.box5-body:hover p,
.box5-body:hover h3 a,
.box5-body:hover .box5-read-more {
    color: #000;
}

.box5 h3 {
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
   
    font-size: 21px;
    font-weight: 600;
    /* color: #fff; */
    margin-bottom: 10px;
}
.box5 h3 a{
    color: #fff;
}
.box5 p{
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 2px;
}
.box5-read-more {
    color: #f7f7f7;
    font-size: 14px;
}

.box6{
    /* box-shadow: 0px 10px 30px 0px rgb(41 41 41 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 50px 0px 50px 0px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #efecec; */
    background-color: #fff;
    z-index: 1; 
    position: relative;
}
.box6 h4{
    font-size: 26px;
    font-weight: 600;
    color: #f68b21;
}
.box6-img-right{
    border-radius: 10px;
    width: 130%;
    margin-left: -94px;
}
.box6-img-left{
    border-radius: 10px;
    width: 130%;
    /* margin-left: -94px; */
}

.box7{
    padding: 3em;
    background-color: #f2994a;
}
.box7 h5{
    color: #fff;
    font-size: 17px;
}
.box7 h4{
    font-size: 22px;
    margin: 20px 0;
    font-weight: 600;
}
.box7 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 6px;
}
.box7 a{
    color: #000 !important;
    font-weight: 600;
}
.box7 p a i{
    width: 24px;
}

.blog-tag-link-naws {
    color: #000000;
    border: 1px solid #c63230;
    padding: 2px 3px;
    margin: 4px 2px;
    border-radius: 5px;
    display: inline-block;
}
.blog-tag-link-naws:hover{
	background-color: #892b7c;
	color: #fff !important;
}
.blog-main-heading{
    font-size: 26px !important;
}
.blog-heading-m{
	font-size: 26px !important;
    font-weight: 700 !important;
}
.blog-sub-heading-m{
	font-size: 20px !important;
    font-weight: 700 !important;
	color: #fa3d00 !important;
}
.blog-sub-title-m{
    font-size: 18px !important;
    font-weight: 700 !important;
	color: #fa3d00 !important;
}
.blog-text-red{
	color: #fa3d00 !important;
    font-weight: 600;
}

.seolinkcolor {
	color: #fa3d00 !important;
}
.blog-text-highlight{
	color: #fa3d00 !important;
}


.seolinkcolor-black {
	color: #111111;
}

.seolinkcolor-black:hover{
 	text-decoration: underline;
}


.seolinkcolor-white {
    color: #ffffff !important;
}

.seolinkcolor-yello {
    color: #ffa00b !important;
}

.fw-bold{
    font-weight: 800 !important;
}
.blog-card{
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    border-radius: 10px;
}
.blog-card img {
    border-radius: 10px 10px 0px 0px;
}
.card-body{
    padding: 1.25rem;
}
.blog-card .blog-heading{
    height: 50px;
    overflow: hidden;
}
.blog-sub-heading{
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 3px !important;
}
.set-para-height{
    height: 86px;
    overflow: hidden;
}

.bg-marron{
    background-color: #c63230 !important;
}
.bg-img-none{
    background-image: none !important;
}
.thankyou-bg-img{
	background-image: url(../images/banner/Thank-you-page-form-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thank-you-banner-section{
    /* padding: 116px 0px; */
    background-image: url(../images/banner/Thank-You-Page-Banner-NewAge.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.thank-you-area{
    border-radius: 4px;
}
.thank-heading{
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.thank-para{
    font-size: 16px;
    color: #685a5a;
    font-weight: 100;
}
.thank-call-title{
    font-size: 22px !important;
    font-weight: 600;
}

/* Event Page */
.naws-event-card{
    background-color: #fff;
    margin-bottom: 26px;
    border-radius: 0px 0px 5px 5px;
}
.naws-event-card .carousel-inner img{
    border-radius: 5px 5px 0px 0px;
}
.naws-event-card .naws-events-heading{
    font-size: 18px !important;
    font-weight: 600;
}
.naws-event-card .naws-events-para{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
/* End - Event Page */



.send-button button{
    text-transform: capitalize !important;   
}
.director-fnt-styl{
    font-weight: 600;
}
.Text-White-vision-mission{
    color: #ffffff;
}
.going-beyond-fnt-size {  
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px !important;
}
.events-fnt-size {  
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px !important;
}
.career-fnt-size {
    font-size: 18px !important;
    line-height: 30px !important;
    text-align: center;
}
.career-fnt-size-box {
    font-size: 19px!important;
    line-height: 26px !important;
    color: #ffffff;
}
.about-us-fnt-size{  
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px !important;
    margin-bottom: 20px;
}
.why-newage-fnt-size {  
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px !important;
}


/* Book a School Visit */
.book-school-visit{
    padding-top: 43px !important;
    padding-bottom: 43px !important;
    background-image: url('../images/Book-a-School-Visit-bg.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.book-school-visit .school-visit-box{
    background: #fff;
    box-shadow: 0px 32px 64px -12px rgb(16 24 40 / 20%);
    border-radius: 16px;
    padding: 70px 72px;
}
.book-school-visit .school-visit-box h2{
    font-size: 30px !important;
    font-weight: 800;
    color: #344054;
}
.book-school-visit .school-visit-box p{
    font-size: 16px;
}
.book-school-visit .school-visit-box .btn-visit{
    background-color: #e03c31;
    border: 1px solid #e03c31;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    text-decoration: none !important;
}
.book-school-visit .school-visit-box .btn-visit:hover{
    background-color: #f5a623;
    border: 1px solid #f5a623 !important;
    color: #000 !important;
}
.book-school-visit .school-visit-box .bg-blue:hover{
    color: #fff !important;
}
/* //Book a School Visit */


.home-admission-form .contact-form-box .contact-form-header h2{
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #fff;
    letter-spacing: 1px;
}


/* Contact Page */
.contact-form-area{
    background-color: #c63230;
}
.contact-form-box .contact-form-header{
    text-align: center;
}
.contact-form-box .contact-form-header h1{
    margin-bottom: 12px;
    font-size: 37px !important;
    font-weight: 700;
    color: #fff;
}
.contact-form-box .contact-form-body{
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 16px;
}
.contact-form-box .contact-form-body input.form-control,
.contact-form-box .contact-form-body select.form-control{
    height: 40px;
}
.contact-form-box .contact-form-body .form-control{
    border-radius: 5px;
    font-size: 15px;
}
.contact-form-box .contact-form-body .form-control:focus{
    border-color: #c63230;
    box-shadow: none;
}
.contact-form-box .contact-form-body .btn-contact{
    border-radius: 5px;
    margin-top: 10px;
    background: #db274a;
    border: none;
    color: #fff;
    padding: 10px 20px;
}


.contact-info-area{
    background-color: #f6f6f6;
}
.contact-info-area .contact-info-box{
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 30px 15px;
    min-height: 257px;
    font-size: 14px;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #db274a;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
    position: relative;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.contact-info-box:hover .icon {
    background-color: #db274a;
    color: #fff;
    border-color: #db274a;
}
.contact-info-box .contact-info-heading{
    font-size: 20px !important;
    font-weight: 600;
    color: #1E1E1E;
}
.contact-info-box p{
    font-size: 13px;
    color: #2B2B2B !important;
}
/* End - Contact Page */


.naws-application-form{
    background-image: url(../images/Admission-Open-Contact-Form-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.naws-application-form .application-form-heading{
    color: #fff;
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 10px;
    font-weight: 800;
}
.naws-application-form form .form-control{
    border: 1px solid #fff;
    background: rgba(255,255,255,.2);
    color: #fff;
    min-height: 45px;
}
.naws-application-form form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* color: #ffffffc7; */
    opacity: 1; /* Firefox */
} 
.naws-application-form form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    /* color: #ffffffc7; */
}
.naws-application-form form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    /* color: #ffffffc7; */
}
.naws-application-form form .naws-appli-btn{
    border: 2px solid #fff;
    padding: 10px 22px;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 600;
}
.naws-application-form form .naws-appli-btn:hover{
    background-color: #c63230;
    color: #fff;
}
.naws-application-form form .form-control option{
    color: #000;
}

.facility-box{
    margin-top: 20px;
    padding: 0px 20px;
}
.facility-box img{
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 3px 12px 0px #8d8888;
}
.facility-box .facility-body {
    padding: 0px 16px;
}
.facility-box .facility-body .heading{
    font-size: 24px !important;
    font-weight: 600;
    margin-top: 16px;
    line-height: 30px !important;
}
.facility-box .facility-body .readmore-btn{
    color: #c63230 !important;
    text-decoration: none !important;
}

.bg-tour-red{
    background-color: #c63230;
}
.underline-tour{
    height: 3px;
    width: 15%;
    background-color: #fff;
}

.principal-box{
    border-radius: 20px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 5% 5%;
}
.principal-box img{
    box-shadow: 0px 0px 9px 2px #ddd;
    width: 100%;
}
.principal-box p{
	text-align: justify;
}

.line-height-30{
    line-height: 30px;
}
.principal-author{
    font-size: 15px;
}
.dashboard-box{
	height: 354px;
}
.bg-naws-admission{
    background-image: url(../images/homepage-principle-section/Admission-NewAge-Admission-Open.jpg);
	flex-direction: column;
}
.bg-naws-academics{
    background-image: url(../images/homepage-principle-section/Academics-International-school-in-bangalore.jpg);
	flex-direction: column;
}
.bg-naws-facility{
    background-image: url(../images/homepage-principle-section/Faclilites-NewAge-World-School.jpg);
	flex-direction: column;
}
.bg-red-overlay{
	background-color: #d52624cf;
	padding: 22px;
	height: 354px;
}
.naws-photo-gallery {
    text-align: center;
}
.naws-photo-gallery .img-col {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px;
    margin-top: 10px;
}

.custom-hover-remove a:hover {
    color: #111111;
	text-decoration: none;
}

.facility-para h2{
    font-size: 20px !important;
	color: #111;
}

.blog-side-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.blog-side-heading::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c11f25;
    background-image: -webkit-gradient(linear,left top,right top,from(#c11f25),to(#fad843));
    background-image: -webkit-linear-gradient(left,#c11f25,#fad843);
    background-image: -moz-linear-gradient(left,#c11f25,#fad843);
    background-image: -ms-linear-gradient(left,#c11f25,#fad843);
    background-image: -o-linear-gradient(left,#c11f25,#fad843);
    background-image: linear-gradient(left,#c11f25,#fad843);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c11f25',endColorStr='#fad843',gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-heading{
    color: #000;    
    font-size: 20px !important;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em !important;
    font-weight: 600;
}
.blog-para{
    color: #111 !important;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.blog-card p{
    color: #111 !important;
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
}
.blog-card ul li{
    color: #111 !important;
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
}

.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #F66062;
    text-decoration: none !important;
}
.blog-readmore {
    color: #111 !important;
}
.blog-readmore .svg-inline--fa{
    font-size: 12px;
    margin-left: 5px;
    margin-top: 15px;
}
.recent-link-blog{
    margin-bottom: 16px;
}
.recent-link-blog a{
    color: #333 !important;
    font-size: 14px;
}
.recent-link-blog a:hover{
    text-decoration: underline !important;
}
.testi-heading {
    font-size: 14px;
}
.my-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.testi-title{
    font-size: 16px;
    text-align: center;
    margin-top: 28px;
    font-weight: 800;
}
.parents-testi .owl-nav{
    margin-top: 28px !important;
}

#intro-cards {
    margin-top: -127px;
}


.apply-btn-fixed{
    background: #ffa00b none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 34px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    transform: rotate(270deg);
    float: left;
    top: 45%;
    z-index: 9999;
    margin-left: -57px;
}

/* Right side Whatsapp & Call Us - BUTTON */
#err_msg,#names,#curs,#subs{
    display:none;
    color:red;
}
.whatsapp-sticky{
    position: fixed;
    background-color: #9a0072;
    right:0;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 50%;
    z-index: 9999;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-right:13px;
    margin-top:-57px;
    width:65px;
    
}
.call-sticky{
    position: fixed;
    background-color: #ce0500;
    right:0;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    top: 62%;
    z-index: 9999;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-right: 13px;
    margin-top: -57px;
    width: 65px;
}
.chat{
    color: white;
    display: none;
    font-size: 18px;
    position: absolute;
    top: 15px;
    margin-left: 60px;
}
.chat1{
    color: white;
    display: none;
    font-size: 18px;
    position: absolute;
    top: 15px;
    margin-left: 60px;
}
.whatsapp-btn{
    border: 1pt solid #5baf46;
    border-radius: 50px;
    background-color: #5baf46;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.call-btn{
    border: 1pt solid #255d8b;
    border-radius: 50px;
    background-color: #255d8b;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.my-social{
    display:inline;
}


/* Event Page */
.naws-event-box2{
    position: relative;
    color: white;
    box-shadow: 1px 2px 5px -1px #26252594;
    margin-bottom: 32px;
}
.naws-event-box2 img{
    border-radius: 6px; 
}
.naws-event-box2 .bottom-left{
    position: absolute;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    bottom: 0px;
    background-color: #ce050094;
    padding: 4px 12px;
    border-radius: 0px 0px 5px 5px;
}
.naws-event-box2 .bottom-left .naws-event-heading{
    font-size: 20px !important;
    font-weight: 600;
    /* letter-spacing: 1px; */
    margin-bottom: 0px;
}
.naws-event-box2 .bottom-left .naws-event-date{
    font-size: 16px !important;
    margin-bottom: 10px;
}
/* Event Page */

.appointment-heading{
	font-size: 20px !important;
    line-height: 30px !important;
    color: #fff;
}
.btn-border{
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 26px;
    font-weight: 600;
}
@media (min-width: 200px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.form-group {
    margin-bottom: 1rem;
}

.txtss{
    color: white;   
    font-size: 18px;
    font-weight: 600;
}
.txtsss{
    color: white;   
    font-size: 18px;
    font-weight: 600;
}
.top-bar ul, ol {
    margin-bottom: 0px;
    padding: 0px;
}
.top-bar .contact-details li:first-child {
    padding-left: 0px;
}
.top-bar .contact-details li {
    font-size: 13px;
    display: inline-block;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    padding: 0px 20px;
    font-family: Nunito;
}
.admission-open-btn {
    background-color: purple;
    border-radius: 5px;
    font-size: 15px;
}
.top-bar .admission-open-btn a {
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-decoration: none !important;
}

.btn-blue {
    transition: all .2s ease-in-out;
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    background-color: #2081c3;
    padding: 12px 14px;
    margin: 0px 08px;
    display: inline-block;
    outline: none;
    letter-spacing: 0.7px;
    border-radius: 5px;
    
    text-decoration: none !important;
    white-space: normal;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 25%);
}
.btn-blue:hover{
    background-color: #2081c3;
}
.btn-apply {
    transition: all .2s ease-in-out;
    color: #fff!important;
    font-size: 14px;
    font-weight: 900;
    border: 0px;
    background-color: red;
    padding: 12px 34px;
    margin: 0px 0px;
    display: inline-block;
    outline: none;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: normal;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 25%);
}
.btn-apply:hover {
    /* transform: scale(1.1); */
    box-shadow: 1px 9px 10px rgb(53 52 52 / 45%);
    background-color: #ffa00b;
}
/* Right side Whatsapp & Call Us - BUTTON */

.expand-more-btn{
    color: #fff !important;
    padding: 9px 27px;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.5s;
    background:#c63230;
    cursor: pointer;
}

.section{
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px !important;
}
.bg-lightgray{
    background-color: #f2f2f2 !important;
}
.bg-white{
    background-color: #fff !important;
}
.bg-blue{
    background-color: #892b7c !important;
}
.bg-darkgray{
    background-color: #d4aeaed1 !important; 
}
.bg-red{
    background-color: #c63230 !important;
}

.footer-mid{
    padding-bottom: 30px;
}
.footer-section{
    background-color: #2371b1 !important;
    margin-top: 30px;
}

.coptright-area{
    background-color: #393950 !important;
}
.footer-top{
    background-color: #f68b21 !important;
    padding: 40px 0px;
}
.footer-top h2{
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
}
.footer-bottom-section{
    background-color: #c63230;
    text-align: center;
    padding: 15px 0px;
}
.footer-bottom-section h2{
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.gallery-content{
    margin-bottom: 30px;
}



/* Facility */
.facility-content{
    background: #f5f5f5;
    margin-bottom: 30px;
	/* box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.15) !important; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px 0 #ddd;
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    -moz-box-shadow: 0 0 10px 0 #ddd;
    -ms-box-shadow: 0 0 10px 0 #ddd;
    -o-box-shadow: 0 0 10px 0 #ddd;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.facility-content:hover {
    box-shadow: 0 0 10px 2px #ccc;
    -webkit-box-shadow: 0 0 10px 2px #ccc;
    -moz-box-shadow: 0 0 10px 2px #ccc;
    -ms-box-shadow: 0 0 10px 2px #ccc;
    -o-box-shadow: 0 0 10px 2px #ccc;
}
.facility-content .facility-content-img img {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;

    transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
}
.facility-content .facility-content-img {
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.facility-content:hover .facility-content-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.facility-content .facility-content-body{
    padding: 16px 15px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.facility-content .facility-content-body .title{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #333;
    font-weight: 600;
    word-wrap: break-word;
}


.facility-content a{
	text-decoration: none !important;
}
.facility-content .facility-para{
    padding: 10px 14px;
    border: 1px solid #ddd;
    background-color: #5b5b7d;
}
.facility-content .facility-para .heading{
    font-size: 16px !important;
    color: #fff;
    margin-bottom: 0px;
}
/* // Facility */


.btn-rightside {
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid #000;
    padding: 7px 18px;
    transition: 0.5s;
}
.btn-rightside:hover {
    text-decoration: none;
    background: #ee5921;
    color: #fff;
    border-color: #ee5921;
}

.global-banner-section{
    padding: 116px 0px;
    background-image: url(../images/banner/NewAge-Global-Banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.global-banner-section h1{
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.global-banner-bottom{
    background-color: #800080;
    padding: 10px 0;
}
.global-banner-bottom h4{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.event-card .card{
    margin-bottom: 30px;
}
.event-card .card-body{
    min-height: 190px;
}

.blog-para{
    font-size: 17px;
    font-family: inherit;
}



.blog-tags h4 {
    font-size: 20px !important;
    color: #404044;
    font-weight: 600;
}

.blog-tags h4 a {
    font-size: 16px;
    color: #000 !important;
    text-decoration: underline !important;
}
.home-about-section .about-title {
    font-size: 30px;
    font-weight: 800;
    color: #212529;
    line-height: 48px;
    text-align: center;
}
.home-about-section .about-subtitle {
    font-size: 18px !important;
    font-weight: 600;
    color: #212529;
    line-height: 28px !important;
    text-align: center;
}

.new-counter-2 .new-counter-heading {
    font-size: 30px !important;
    color: #FFFFFF !important;
    font-weight: 700;
}
.book-school-visit .school-visit-box h2 {
    font-size: 30px !important;
    font-weight: 800;
    color: #212529;
}
h2.why-newage-fnt-size {
    line-height: 1.2!important;
	font-size: 1.8rem;
}
.facility-box .facility-body .heading {
    font-size: 30px !important;
    font-weight: 700;
    margin-top: 16px;
    line-height: 30px !important;
}
.about-us-fnt-size {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 30px !important;
    margin-bottom: 20px;
}
.contact-form-box .contact-form-header h1 {
    margin-bottom: 12px;
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
}

/*about css */
.pm-apm-wrapper {
    margin: 0 auto;
    width: 100%;
    
    height: auto;
    text-align: justify;
    line-height: 1.4;
    overflow: hidden;
}
.pm-apm-wrapper h1 {
    font-family: 'ABeeZee', sans-serif!important;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: rgba(47, 39, 60, 1);
}
.pm-apm-wrapper p {
    font-family: 'ABeeZee', sans-serif!important;
    font-size: 15px;
    line-height: 28px;
    color: #1a1a1a;
}

/*home css*/
.shadow{
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.home-card{
    border-radius: 3px;
    padding: 4px;
}
.home-card-body{
        margin-top: 10px;
    margin-bottom: 10px;
        text-align: center;
        padding: 0 30px;
}
.home-card .title{
        color: #585858;
    font-family: "Poppins", Sans-serif;
    font-size: 18px!important;
    font-weight: 700;
        margin-bottom: 10px;
    word-wrap: break-word;
}
.home-card .des{
        margin-bottom: 10px;
            line-height: 1.7;
}
.home-card .des p{
        margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}
.read-more{
    color: #54595f !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    -ms-flex-item-align: start;
    align-self: flex-start;
    box-shadow: none;
    text-decoration: none;
}
.heading{
    text-align: center;
    color: #464646;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 400;
}
.service-card{
	background-color: #fcfcfc;
    padding:20px;
    box-shadow: 0 0 10px rgb(204 204 204 / 67%);
    padding-top: 12px;
	margin-bottom: 30px;
    border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.13);
}


@media only screen and (max-width: 680px) {
    .btn-border{
        font-size: 22px;
    }
	.bss-seva-bg{
        padding-bottom: 30px !important;
    }
    .appointment-heading{
        font-size: 20px !important;
    }
	.contact-form-box .contact-form-body{
        padding: 10px;
    }
    .logo-area{
        overflow: unset;
        position: unset;
        background-color: unset;
        box-shadow: unset;
    }
    .logo-area img{
        height: 68px;
        width: auto !important;
    }
    .header-main.navbar_fixed{
        top: 0;
        transform: none !important;
    }
    .main-nav ul li a{
        padding: 12px 0px;
        color: #f68b21 !important;
    }
    .main-nav ul li .dropdown-menu{
        box-shadow: none;
    }
    .main-nav ul li .dropdown-menu .dropdown-item{
        font-size: 14px;
    }
	.admission-process-card{
        padding: 20px;
    }
	.admission-process-card .admission-process-card-body .ap-box{
        height: auto;
    }

    .header-top{
        padding: 6px 0px;
    }
    .carousel-item img{
        height: 200px;
    }
    .main-heading{
        font-size: 26px !important;
        line-height: 36px !important;
    }
}
@media (min-width:780px){


    .my-social{
    	display:none;
	}
	.whatsapp-sticky:hover{
        padding-right:94px;
        padding-left: 10px;
        width:150px;
        transition: all .6s ease-in-out;
    }
    .call-sticky:hover{
        padding-right:94px;
        padding-left: 10px;
        width:150px;
        transition: all .6s ease-in-out;
    }
    .whatsapp-sticky:hover .txtss .chat{
        display:block;
    }
    .call-sticky:hover .txtsss .chat1{
        display:block;
    }
}

