html,body{
    font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif !important;
    line-height: 40px !important;
}
p,label,small{
    font-family: 'Poppins', sans-serif !important;
}
p{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    color: rgba(80,92,127,.9);
}
a{
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
    color: #000000;
}



.thankyou-bg-img {
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand{
    position: absolute;
    top: 0;
    overflow: hidden;
}
.logo{
    width: 120px;
}

.btn-primary-red{
    background-color: #ce2027;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 6px;
}
.btn-primary-red:hover{
    background-color: #e15526;
    color: #fff;
}

.btn-primary-orange{
    background-color: #e15526;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 6px;
}
.btn-primary-orange:hover{
    background-color: #ce2027;
    color: #fff;
}



.right-border{
    border-right: 1px solid #ddd;
}
.text-underline{
    text-decoration: underline !important;
}

.bg-g-blue{
    background-color: #693599;
}
.bg-g-red{
    background-color: #e91e63;
}
.bg-g-green{
    background-color: #4caf50;
}
.bg-g-gray{
    background-color: #009688;
}
.bg-g-bluel{
    background-color: #673ab7;
}
.bg-g-orange{
    background-color: #ff5722;
}

.border-g-blue{
    border-color: #693599 !important;
}
.border-g-red{
    border-color: #e91e63 !important;
}
.border-g-green{
    border-color: #4caf50 !important;
}
.border-g-gray{
    border-color: #009688 !important;
}
.border-g-bluel{
    border-color: #673ab7 !important;
}
.border-g-orange{
    border-color: #ff5722 !important;
}

.address-box{
    border-radius: 25px;
    background-color: #f1f1f1;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.address-box-header{
    border-radius: 20px 20px 0px 0px;
    padding: 8px 0;
}
.address-box-header h4{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.address-box-body{
    padding: 18px 40px;
}
.address-box-body iframe{
    margin: 10px 0px;
    width: 100%;
    border-radius:10px;
    border: 4px solid;
}
.address-box-body p{
    font-size: 14px;
    color: #000000;
}
.address-box-body .call{
    color: #e91e63;
    font-size: 18px;
}
.address-box-map{
    border: 4 solid #ddd;
}
.roundSocialIcon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #c63230;
    display: inline-block;
    border-radius: 50%;
}
.roundSocialIcon i{
    color: #ffff;
}


.admissionProcessSteps  .item{
    margin: 0px 10px;
}

.book-school-visit{
    padding-top: 43px !important;
    padding-bottom: 43px !important;
    background-image: url(../images/partials/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: #212529;
}
.book-school-visit .school-visit-box p {
    font-size: 16px;
}


.btn-submit{
    padding: 14px 32px 14px 64px;
    background-color: #c63230;
    color: #fff;
    border-color: #c63230;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: thin solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    z-index: 1;
}
.btn-submit[disabled="disabled"] {
    background-color: #c28282;
    cursor: auto;
}

.bottom-curve{
    border-radius: 0px 0px 50px 50px;
}


/* Navbar - Start */
.top-navbar{
    padding: 13px 0px 13px 0px;
    background: linear-gradient(to right, #050505, #777575);
    color: #fffcfc;
}
.top-navbar .top-nav-link{
    color: #fffefe;
    padding-left: 8px;
    padding: 0px 6px;
    font-size: 13px;
    font-weight: 200;
}

.navbar{
    padding: 0;
}
.navbar .nav-item .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    padding: 30px 10px;
    /* text-transform: uppercase; */
}
.navbar .nav-item .nav-link:hover {
    color: #726c6c;
}
.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #080808;
    color: #fffaf8 !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* Navbar - End */


/* Slider - Start */
.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i{
    background-color: #000;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.carousel-caption{
    bottom: unset !important;
    top: 20%;
}
.slider-content .content-area h1{
    font-size: 30px;
    line-height: 40px;
}
/* Slider - End */


.section{
    padding-top: 64px;
    padding-bottom: 64px;
}
.main-heading{
    font-size: 32px;
    font-weight: 600;
    color: #0a0a0a;
}
.sub-heading{
    font-size: 18px;
    font-weight: 600;
    color: #070707;
}
.underline{
    width: 48px;
    height: 4px;
    background-color: #130608;
    margin-bottom: 30px;
    margin-top: 14px;
}
.about-video iframe {
    border-radius: 18px;
}


.btn-1 {
       transition: all .2s ease-in-out;
    color: hsl(0, 26%, 96%)!important;
    font-size: 14px;
    font-weight: 900;
    border: 0px;
    background-color: rgb(10, 10, 10);
    padding: 10px 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;
    
   
}
.btn-1:hover {
    
    background-color: #080808;
    color: rgb(250, 241, 241);
}
    

.ap-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 2px;
}
.ap-title-2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #080808 !important;
    margin-bottom: 0px;
}

.btn-round{
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
}
.btn-round:hover{
    background-color: #050505;
}

.btn-2 {
    background-color: #080808;
    padding: 10px 34px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 800;
    letter-spacing: 1px;
}
.btn-2:hover {
    background-color: #fcfcfc;
    color: rgb(10, 10, 10);
}

.btn-3{
    border: 2px solid #0c0c0c;
    color: #080808;
    background: #fff;
}
.btn-3:hover{
    color: #f0e5e5;
    background: #0a0a0a;
}

.btn-4{
    background-color: #fdfdfc;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(7, 7, 7, 0.5);
    color: #080808 !important;
    text-align: center;
    text-decoration: none !important;
}

.btn-white {
    background: #f8f3f3;
    color: #000;
    padding: 9px 27px;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.5s;
}
.btn-white:hover {
    background: #f7f4f4;
    color: #070606;
    text-decoration: none;
}

.text-gray1{
    color: #080808 !important;
}

.bg-orange{
    background-color: #0c0c0c;
}
.bg-pink{
    background-color: #0a0a0a;
}
.bg-red{
    background-color: #e9f8ed;
}
.bg-marron{
    background-color: #cadac5;
}
.bg-red th{
    background-color: #fcf4f4 !important;
    color: #fff;
    text-align: center;
}


.box3{
    padding: 20px 30px;
    border-radius: 14px;
}
.box3 .main-heading{
    color: #fff;
}
.box3 p{
    margin-bottom: 10px;
    color: #fff;
}
.icon-border-circle{
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 4px;
    font-size: 10px;
    /* margin-right: 10px; */
}
.newGallery11 .col-md-3 img {
    border-radius: 5px;
}

.naws-event-card {
    background-color: #fff;
    margin-bottom: 26px;
    border-radius: 0px 0px 20px 20px;

    border-bottom: 5px solid #ee0014;
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px -14px rgba(0,0,0,.45);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.naws-event-card .carousel-inner img {
    border-radius: 5px 5px 0px 0px;
}
.naws-event-card .card-body {
    padding: 1.25rem;
}
.naws-event-card .naws-events-heading {
    font-size: 18px !important;
    font-weight: 600;
}


.box1{
    border-radius: 20px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 5% 5%;
}
.img-style-1{
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 16px 51px 0 rgb(23 32 42 / 17%);
}
.img-style-2{
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 3px 12px 0px #8d8888;
}
.facility-body {
    padding: 0px 16px;
}

.admission-open-box {
    background-image: url(../images/admission-open-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 25px;
    border-radius: 5px;
}
.admission-open-box .admi-top-heading {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    color: #0a0909;
}
.admission-open-box .admi-bottom-heading {
    margin-bottom: 5px !important;
    font-size: 26px !important;
    color: #0a0a0a;
    font-weight: 600;
    letter-spacing: 1px;
}

.our-curriculum-section .our-curriculum-bg{
    padding-top: 64px;
    padding-bottom: 400px;

    background-image: url(../images/Our-Curriculum-Best-Schools-in-Bangalore-bg.jp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our-curriculum-list{
    margin-top: -430px !important;
    z-index: 1;
    position: relative;
    padding-bottom: 64px;
}
.service-box {
    margin: 0px 7px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 10px 10px 110px 10px;
}
.service-img img, 
.gallery-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.box10 .service-box-content {
    background-color: #0c0c0c;
}
.box20 .service-box-content {
    background-color: #0c0b0b;
}
.box30 .service-box-content {
    background-color: #070606;
}

.bg-1{
    background-color: #fafafa;
}
.bg-2,
.bg-lightgray{
    background-color: #f7f3f3 !important;
}
.bg-red {
    background-color: #181616 !important;
}

.video-card{
    border-radius: 40px;
    padding: 40px;

    background-color: #070707;
    border-radius: 22px;
    box-shadow: 1px 1px 2px rgba(27, 27, 27, 0.1), 1px 1px 5px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
    height: 100%;
}
.video-card-title{
    font-size: 30px;
    font-weight: 800;
    color: #003789;
    margin-top: 10px;
}
.video-card-para{
    font-size: 18px;
    font-weight: 400;
}
.btn-1-outline{
    padding: 0.65625rem 2rem;
    background: #fff;
    border-color: #c63230;
    border-radius: 32px;
    border-style: solid;
    border-width: 1.5px;
    color: #c63230;
    cursor: pointer;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.25rem;
    position: relative;
    text-transform: uppercase;
    transition: all .6s ease;
}
.btn-1-outline:hover {
    background: #c63230;
    color: #fff;
    transition: all .6s ease;
}


.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;
}

.service-box-content {
    color: #000;
    padding: 20px 10px;
    border-radius: 0px 0px 110px 10px;
}
.service-box-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.service-box-content p {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
    height: auto;
    padding: 10px 10px;
}

.new-counter-2 {
    padding-bottom: 64px;
}
.new-counter-2 .bg-new-counter {
    background-image: url(../images/partials/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: 30px !important;
    color: #FFFFFF !important;
    font-weight: 700;
}
.new-counter-2 .new-counter-para {
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 400;
}
.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-box .icon {
    transition-duration: .5s;
}

.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-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;
}

.naws-photo-gallery .img-col {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px;
    margin-top: 10px;
}


.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 49px !important;
    border-radius: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.owl-nav .owl-next:hover {
    color: #ffffff !important;
    background-color: #000 !important;
}

.owl-nav .owl-prev:hover {
    color: #ffffff !important;
    background-color: #000 !important;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    position: relative;
    top: -8px;
    font-size: 20px;
    font-weight: 400;
}


.faci-infra-box{
    background: #f5f7f8;
    padding-bottom: 20px;
}
.faci-infra-box .faci-infra-box-content{
    background-color: #fff;
    padding: 24px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    text-align: center;
}
.faci-infra-box-content h4{
    font-size: 17px;
    color: #252c41;
    font-weight: 600;
}
.faci-infra-box-content p{
    font-size: 14px;
    text-align: justify;
    color: #707788;
}

.bg-events{
    background-color: #00172b;
}
.event-box{
    background-color: #00172b;
    border: 0.6px solid #767474;
    border-radius: 14px;
}
.event-box img{
    border-radius: 14px 0px 0px 14px;
}
.event-box .event-box-content{
    padding: 14px 0px;
}
.event-box .event-box-content h4{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.event-box .event-box-content p{
    font-size: 13px;
    font-weight: 400;
    color: #dedede;
}
.event-box .event-box-content .readmore{
    font-size: 13px;
    font-weight: 400;
    color: #dedede;
}
.event-box .event-box-content .readmore i{
    font-size: 10px;
    margin-left: 4px;
}
.event-img-box {
    border-radius: 14px 0px 0px 14px;
    overflow: hidden; /* Removing this will break the effects */
}
.img-hover-zoom img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.banner-area {
    background: url(../images/partials/banner-all-pages.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 80px 80px;
}
.banner-overlay {
    background-color: #00000085;
    padding-top: 220px;
    padding-bottom: 30px;
    border-radius: 0px 0px 80px 80px;
}
.banner-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.going-beyond-img{
    border-radius: 10px;
}

.counter-area-na{
    background-image: url('../images/partials/bg-counter.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
}
.counter-area-na .counter-title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    line-height: 30px !important;
}
.counter-area-na .counter-para{
    font-size: 17px;
    color: #fff;
    margin-bottom: 6px;
}


.footer-section {
    background: #2d4bd1;
    background: #14c340;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
    font-family: 'Poppins', sans-serif;
    border-radius: 50px 50px 0px 0px;
}

.footer-col-heading{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
}
.footer-col-heading:after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 2px solid #fff;
    margin-top: 12px;
}

.quick-links ul {
    margin: 0;
    padding: 0;
}
.quick-links ul li {
    padding-bottom: 8px;
    list-style-type: none;
}
.quick-links ul li a {
    color: #d5d3d3;
    font-size: 16px;
}
.quick-links ul li a i{
    font-size: 12px;
    color: #d5d3d3;
    margin-right: 10px;
}
.bottom-footer {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0d0612;
    font-size: 13px;
}
.bottom-footer a {
    color: #fff;
}
.icons-row {
    padding-left: 15px;
}
.social-icon {
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 3px;
}
.facebook {
    background: #4968af;
}
.insta {
    background: #bf3675;
}
.linkedin {
    background: #1377b6;
}
.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;
}

.call-icon{
    background-color: #074eef;
    right: 0px;
    top: 180px;
}
.whatsapp-icon{
    background-color: #05f321;
    right: 0px;
    top: 229px;
}
.location-icon{
    background-color: #ff0000;
    right: 0px;
    top: 278px;
}

.side-sticky {
    display: block !important;
    width: 44px;
    height: 44px;
    position: fixed;
    text-align: center;
    z-index: 999;
    font-size: 0px;
    line-height: 0;
    border-radius: 6px;
}
.side-sticky i {
    font-size: 28px;
    padding: 10px;
    margin-top: -3px;
    color: #ffffff;
}

.sidebtn-fixed {
    background: #7d9931 none repeat scroll 0 0;
    border: 0px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 34px;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    position: fixed;
    transform: rotate(90deg);
    float: left;
    right: 1px;
    top: 383px;
    z-index: 9999;
    margin-right: -60px;
}



.text-justify{
    text-align: justify !important;
}
.naws-shadow-box {
    border-radius: 10px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 14px 14px;
    text-align: center;
    background-color: #f2f2f2;
}
.parents-testi .quote {
    color: #c11f25;
    font-size: 30px !important;
}
.parents-testi .customer-review {
    font-size: 14px !important;
    text-align: justify;
    color: #0b2460;
}
.parents-testi .customer-name {
    font-size: 16px !important;
    color: #0b2460;
    font-weight: 700;
}
.parents-testi .naws-shadow-box:hover, 
.parents-testi .naws-shadow-box:hover .quote, 
.parents-testi .naws-shadow-box:hover .customer-name, 
.parents-testi .naws-shadow-box:hover .customer-review {
    background-color: #5b5b7d;
    color: #fff;
    transition: all .2s ease;
}

.why-newage-box{
    border-radius: 25px;
    background-color: #c63230;
    height: 100%;
}
.why-newage-box img{
    border-radius: 25px 25px 0px 0px;
}
.why-newage-boxcontent{
    padding: 24px;
}
.why-newage-boxcontent .why-newage-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px !important;
    text-align: center;
    color: #fff;
}
.why-newage-boxcontent .why-newage-para{
    font-size: 14px;
    text-align: justify;
    color: #fff;
    margin-bottom: 0px;
}

.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 36px;
    font-weight: 700!important;
}
.contact-form{
    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: 30px;
    margin-bottom: 16px;
}
.contact-form input.form-control,
.contact-form select.form-select{
    height: 54px;
}

.contact-form .form-control,
.contact-form .form-select{
    background-color: #fafafa;
    border: solid 1 px #ccc;
    border-radius: 8px !important;
    font-size: 15px;
    padding: 16px;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus{
    box-shadow: unset;
}

.contact-form .form-control::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
  
.contact-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000;
}
.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 .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 .contact-info-heading {
    font-size: 20px !important;
    font-weight: 600;
    color: #1E1E1E;
}
.contact-info-box p {
    font-size: 13px;
    color: #2B2B2B !important;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-info-box:hover .icon {
    background-color: #080808;
    color: #fff;
    border-color: #050505;
}

.footer-top-2{
    text-align: center;
    background: -webkit-linear-gradient(to bottom, #240b36, #c31432);
    background: linear-gradient(to bottom, #240b36, #c31432);
    padding: 40px 80px 60px;
    border-radius: 20px;
}

.blog-card {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    margin-bottom: 26px;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 5px solid #00adee;
    background-color: #fff;
}
.blog-card .blog-heading {
    height: 50px;
    overflow: hidden;
}
.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-card .card-body {
    padding: 1.25rem;

}
.blog-card p {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}
.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #111;
    text-decoration: none !important;
}


/* 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 */

@media only screen and (max-width: 680px) {

    .nav-link {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 1px solid #ddd;
    }
    .banner-overlay{
        padding-top: 70px;
    }
    .banner-heading{
        font-size: 28px;
    }

    .owl-nav .owl-prev{
        position: inherit;
        left: -18%;
    }
    .owl-nav .owl-next{
        right: -18%;
        position: inherit;
    }
    .book-school-visit .school-visit-box{
        padding: 20px 20px;
    }
    .main-heading{
        font-size: 24px;
        line-height: 1.4 !important;
    }

    .mobileFooter-btns{
        text-align: center;
    }
    .mobileFooter-btns a i{
        font-size: 18px;
        padding: 6px 0px;
        display: block;
        color: #fff;
    }
    .mobileFooter-btns a{
        font-size: 13px;
        color: #fff;
    }
    .mob-cta-border{
        border-right: 1px solid #ae9a9a;
    }

    .counter-area-na .counter-title{
        font-size: 18px;
    }
    .counter-area-na .counter-para{
        font-size: 14px;
    }
    .slider-content .content-area h1{
        font-size: 13px;
        line-height: 20px !important;
    }
    .carousel-caption {
        top: 0%;
    }
    .section{
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .banner-heading{
        font-size: 20px;
    }
    .banner-area,
    .banner-overlay{
        border-radius: 0px 0px 50px 50px;
    }
    .main-heading{
        font-size: 20px;
    }

    .navbar-brand{
        position: relative;
    }
    .navbar-brand .logo{
        width: 80px;
    }

}

