body {
    font-family: "Archivo Narrow", sans-serif;
       font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    color: #777777;
}

a {
    color: #555555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #555555;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2 {
    color: #002d74;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 10px;
	font-family: 'Nexa', sans-serif;text-transform:uppercase;
}

h3 {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #555555;
}

h5 {
	font-family: 'Nexa', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 27px;
    color: #0BC560;
    text-transform: uppercase;
}

p {
    margin-bottom: 0;
}

strong {
    color: #0BC560;
}

@media (max-width:1199px) {

    h1,
    h2 {
        font-size: 45px;
    }
}

.ptb-100 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

ul li {
    list-style: none;
}

.bg-f9faff {
    background: #f9faff;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

button {
    outline: 0 !important;
}

.mt-30 {
    margin-top: 30px;
}

/* Btn Primary */
.btn {
    position: relative;
    color: #000000;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #f2cd00;
    border-radius: 35px;
    padding: 11px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn::after {
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    bottom: auto;
    background:#f2cd00;
    top: 0;
    left: 0;
    width: 100%;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn:hover::after,
.btn:focus::after {
    height: 0;
}

.btn:hover {
    color: #fff;
    border-color: #f2cd00;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
    color: #f2cd00;
    border-color: #f2cd00;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

/* Owl Carousel Btn */
.main-banner .owl-theme .owl-nav {
    margin-top: 0;
}

.main-banner .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: -63px;
}
.contact-form {
  border: 2px solid #ccc;
  padding: 20px;
  transition: 0.3s;
}

.contact-form.active {
    box-shadow: 0 0 30px #f2cd00;
}

.contact-form.active2 {
    box-shadow: 0 0 30px #fff;
}


.main-banner .owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    margin: 0 8px 0 0;
    background: #f2cd00;
    position: relative;
    border-radius: 3px;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-banner .owl-theme .owl-dots .owl-dot span::before,
.main-banner .owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.d-table .banner-main img{   
        width: 100%;
    margin-bottom: 30px;}
.main-banner .owl-theme .owl-dots .owl-dot.active span::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f2cd00;
}

.owl-theme .owl-nav {
    margin-top: 18px;
}

.main-banner .owl-theme .owl-dots .owl-dot.active span,
.main-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #f2cd00 !important;
}

.main-banner .owl-theme .owl-dots .owl-dot span:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.form-group {
    margin-bottom: 25px;
}
/* Normal text color */
.form-group select {
  color: #ffffff; /* black when a real value is chosen */
}
.form-group select option {
  color: #000000; /* black when a real value is chosen */
}

/* Placeholder color */

.contact-form .form-field {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
    align-items: center;
}
.contact-form .form-field label{
	margin-bottom:0px;
}



.contact-form .form-field label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #383f45;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
  background: #ffffff00;
  padding: 0 5px;
}

.contact-form .checkbox-field label { display: flex; position: relative !important; transform: none !important; top: auto !important; left: auto !important;font-size: 14px; }
.contact-form input#consent { width: auto; margin-right: 5px !important; }
input.captcha-enter { color: #000 !important; width:150px;}

/* Floating Effect */
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field select:focus + label,
.form-field select:valid + label {
  top: 0px;
  left: 10px;
  font-size: 12px;
  color: #383f45;
  background-color:#fff;
}


.contact-form select { width: 100%; background: none; color: #383f45; padding: 10px; border: 1px solid; border-radius: 15px; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05); border-color: #f0f0f0; border-bottom: 1px solid #c2ccfd;font-size: 14px; }


.contact-form select option {
    width: 100%;
    background: none;
    border: none;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid;
    border-radius: 15px;
}
.contact-form #locationForm{width: 100%;
    margin-right: 10px;}
	
.contact-form .form-field #state {
    margin: 9px 0 0;
}	
.captcha-box { position:relative;border-radius: 5px; display: inline-flex; align-items: center; gap: 10px; margin: 0 0 15px; width: 100%; } .captcha-text { position: relative; height: 40px; width: 100%; float: left; border-radius: 7px !important; border: 1px solid #d0ad67; background: none; text-align: center; letter-spacing: 5px; font-size: 18px; align-content: center; background: #fff; } .captcha-enter { width: 100% !important; }	


.captcha-box i.fas.fa-sync-alt {position: absolute;font-size: 14px; right: 0;}
	
select:focus-visible {
    outline: 0;
}
input:focus-visible {
    outline: 0;
}
.form-btn .btn:hover{background: none;}
.contact-form input { border: 1px solid; width: 100%; background: none; padding: 10px; border-radius: 15px; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05); border-color: #f0f0f0; border-bottom: 1px solid #c2ccfd; }

.contact-form ::placeholder {
    color: #fff;
}

.contact-form h2 {
    font-weight: 600;
    font-size: 24px;
    padding-top: 15px;
	color: #002d74;
}

.contact-form .form-group {
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
}
.contact-form .btn {width: 220px;}
.contact-form .btn:hover { color: #000000;}


.contact-form form {
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
}

.contact-form {
    background: #fff;
    text-align: center;
    padding: 0 0px 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #f2cd00;;
}

/* Form Control */
.form-control {
    height: 59px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 3px;
}
.tag-line strong {
    font-size: 40px;
    font-weight: bold;
    display: block;
    color: #002d74;
	line-height: 45px;
}
.tag-line {
    background: #f2cd00;
    position: absolute;
    top: 0;
    right: 30px;
    width: 140px;
    z-index: 99;
    color: #002d74;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
	line-height: 18px;
    padding: 10px;
	border-radius: 0 0 20px 20px;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #eee;
    outline: 0;
    box-shadow: unset;
}

.contactForm .form-control::placeholder {
    color: #fff !important;
}

/* Section Title */
.section-title {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    display: block;
}

.section-title h3 {
    font-size: 37px;
    margin-bottom: 10px;
}

.section-title span {
    display: inline-block;
    color: #f2cd00;
    font-size: 18px;
    margin-bottom: 14px;
}

.section-title p {
    max-width: 520px;
    margin: 0 auto;
}


/* ==========================================================================
   03. Main Banner CSS
   ========================================================================== */

.banner-main {
    padding: 60px 0px;
}

.main-banner {
    background-image: url(./assets/img/BPS-infrastructure.webp);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
  
}

.main-banner .curve-shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-banner .curve-shape img {
    height: 200px;
    object-fit: fill;
    width: 100%;
}
.cta-btn a { margin-right: 10px; }
.main-banner:before { content: ""; background: #002D74;
background: -webkit-linear-gradient(90deg, rgba(0, 45, 116, 1) 0%, rgba(237, 221, 83, 0.04) 100%);
background: -moz-linear-gradient(90deg, rgba(0, 45, 116, 1) 0%, rgba(237, 221, 83, 0.04) 100%);
background: linear-gradient(90deg, rgba(0, 45, 116, 1) 0%, rgba(237, 221, 83, 0.04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002D74", endColorstr="#EDDD53", GradientType=1);position: absolute; background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: -2; top: 0; width: 100%; height: 100%; }

.hero-content {
    padding-top: 20px;
}

.hero-content h1 {
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px; text-transform: uppercase;
}

.hero-content h1 span {
    color: #ffffff;
    font-weight: bold;
}

.hero-content h2 {
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px; text-transform: uppercase;
}

.hero-content p {
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 600px;
    font-size: 22px;
}

.hero-video {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: normal;
}

.hero-video .video-play-btn {
    position: absolute;
    left: 50%;
    font-size: 100px;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* ==========================================================================
   04. About us
   ========================================================================== */

.boxes-area {
    z-index: 3;
    padding-top: 52px;
    position: relative;
    background: #F9FAFF;
}

.single-box {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
    text-align: center;
    padding: 35px 20px 40px;
    background: #fff;
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
    opacity: 0;
    visibility: hidden;
}

.single-box:hover::before {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.single-box i {
    font-size: 40px;
    color: #ff007a;
}

.single-box h3 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-box h3,
.single-box p,
.single-box i {
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-box i {
    font-size: 54px;
    height: 100px;
    width: 100px;
    line-height: 75px;
    border-radius: 10px;
}

.single-box:hover h3,
.single-box:hover p,
.single-box:hover i {
    color: #fff;
}
.stats-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; padding: 60px 20px; text-align: center; background: linear-gradient(135deg, #4a5a75, #3a4a65); } .stat-card { background: rgba(255, 255, 255, 0.05); padding: 30px; border-radius: 20px; transition: transform 0.3s ease, background 0.3s ease; box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .stat-card:hover { transform: translateY(-8px) scale(1.03); background: rgba(255, 255, 255, 0.12); } .stat-card i { font-size: 42px; margin-bottom: 15px; color: #ffd369; } .stat-card h2 { font-size: 36px; margin: 0; font-weight: 700; } .stat-card p { font-size: 16px; margin: 5px 0 0; opacity: 0.85; } /* Counter Animation */ .counter { animation: countUp 2s ease-out forwards; } @keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
/* ==========================================================================
   05. Our Courses CSS
   ========================================================================== */
.tabs {
    list-style-type: none;
    margin-bottom: 40px;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.tabs li {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.tabs li a {
    display: block;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 3px;
    padding: 25px 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3b566e;
    position: relative;
    z-index: 1;
}

.tabs li a:hover,
.tabs li a:hover i,
.tabs li.current a,
.tabs li.current a i {
    color: #fff;
}

.tabs li a i {
    color: #ff007a;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.tabs li:first-child a {
    border-radius: 30px 0 0 0;
}

.tabs li:last-child a {
    border-radius: 0 30px 0 0;
}

.tabs li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff007a;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.tabs li:first-child a::before {
    border-radius: 30px 0 0 0;
}

.tabs li:last-child a::before {
    border-radius: 0 30px 0 0;
}

.tabs li a:hover::before,
.tabs li.current a::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tabs_item:first-child {
    display: block;
}

.tabs_item {
    display: none;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.tabs_item_content {
    padding: 30px 20px;
}

.tabs_item_content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;    
	color: #002d74;
}

.tabs_item_content p {
    margin-bottom: 25px;
}

.tabs_item_content ul {
    padding: 0;
    margin: 10px 0 27px 0;
    list-style-type: none;
}

.tabs_item_content ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
}

.tabs_item_content ul li:last-child {
    margin-bottom: 0;
}

.tabs_item_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    height: 15px;
    background: #f2cd00;
    background: -webkit-linear-gradient(to right, #8E0074, #ff007a);
    background: #f2cd00;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

 .co-curricular-section {
         
            background: #ffffff;
            position: relative;
            padding: 80px 0 50px;
            overflow: hidden;
        }
.co-curricular-section .section-header{margin-bottom: 2rem;}

       /*.co-curricular-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23f8f9fa" opacity="0.5"><polygon points="1000,100 1000,0 0,100"/></svg>') no-repeat;
            background-size: cover;
            pointer-events: none;
        }*/

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
            z-index: 2;
        }

        .section-header h2 {
            font-size: 46px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 1rem;      
            animation: fadeInUp 1s ease-out;
        }

       .section-header p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    color: #777777;
}

        .activity-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 1rem;
            position: relative;
            z-index: 2;
        }

        .activity-card{background: #ffffff; backdrop-filter: blur(20px); border-radius: 20px; padding: 0; text-align: center; background: #fbfbfb; min-height: 355px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; position: relative; overflow: hidden; animation: fadeInUp 1s ease-out both; border: 1px solid #e1e8ed; padding: 10px;}
		
		.activity-card-in {
			padding: 15px;
		}

        .activity-card:nth-child(1) { animation-delay: 0.1s; }
        .activity-card:nth-child(2) { animation-delay: 0.2s; }
        .activity-card:nth-child(3) { animation-delay: 0.3s; }
        .activity-card:nth-child(4) { animation-delay: 0.4s; }

        .activity-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,140,66,0.1), transparent);
            transition: left 0.7s;
        }

        

        .activity-icon {
            font-size: 40px;
            color: #f2cd00;
            margin-bottom: 1.5rem;
            display: block;
            transition: all 0.3s ease;
        }

        .activity-card:hover .activity-icon {
            transform: scale(1.1) rotateY(360deg);
            color: #f2cd00;
        }

       .activity-title {
    font-size: 20px;
    font-weight: 600;
    color: #002d74;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}
.footer-cta a.btn {
    width: 22%;
    padding: 15px 0 15px;
    font-size: 18px;
}

i {
    font-size: 30px;
    color: #f2cd00;
}
.contact-box a {
    color: #000000;
    font-size: 18px;
}

        .activity-description {
            color: #000;
            font-size: 16px;
            line-height: 1.6;
            opacity: 1;
            transition: all 0.4s ease;
            overflow: hidden;
        }

    

        .professional-image {
            position: absolute;
            right: 0px;
            top: 72%;
            transform: translateY(-50%);
            width: 400px;
            height: auto;
            opacity: 0.9;
            z-index: 1;
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }

        .floating-element {
            position: absolute;
            background: rgba(255,140,66,0.1);
            border-radius: 50%;
            animation: float 15s infinite linear;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: -5s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            left: 20%;
            animation-delay: -10s;
        }

        .floating-element:nth-child(3) {
            width: 40px;
            height: 40px;
            top: 30%;
            left: 80%;
            animation-delay: -2s;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes floatAnimation {
            0%, 100% {
                transform: translateY(-50%) translateX(0px);
            }
            50% {
                transform: translateY(-50%) translateX(-20px);
            }
        }

        @keyframes float {
            from {
                transform: translateY(100vh) rotate(0deg);
            }
            to {
                transform: translateY(-100px) rotate(360deg);
            }
        }

        @media (max-width: 768px) {
            .professional-image {
                display: none;
            }
            
            .section-header h2 {
                font-size: 2.5rem;
            }
            
            .activity-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .activity-card {
                padding: 0;
            }
            #birlaschool-contact{padding:80px 0px !important;}
			.funFact { margin: 0 0 30px;}
			.co-curricular-section { padding: 30px 0px 60px;}
			.fun-facts-area{padding: 90px 0px 60px 0 !important;}
            .client-wrap{margin: 0px 0 10px !important;}
            .co-curricular-section{padding: 80px 0 30px !important;}		
			.contact-form .form-group {display: block;}
			#birlaschool-fun-facts .row { justify-content: center;}
			.footer-cta a.btn { width: 100%;}
			.contact-form form { padding: 5px 0 0;}
			#birlaschool-fun-facts .row .col-6 {flex: 0 0 100%; max-width: 100%;}
			.banner-main {padding: 117px 0px 60px 0;}	
	        .cta-btn a.btn { margin: 0 0 20px 0;}
            .usp-sec{ padding:90px 0;}
            .contact-box { min-height: auto !important; box-shadow: 0px 8px 5px #f2cd00 !important;}
			
			
        }

        @media (max-width: 576px) {
            .section-header h2 {
                font-size: 2rem;
            }
            
            .section-header p {
                font-size: 1rem;
                padding: 0 1rem;
            }
        }

        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #fff;
        }

        ::-webkit-scrollbar-thumb {
            background: #f2cd00;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #2c3e50;
        }
#logo-aff .item img { height: 80px; object-fit: contain; }
#logo-aff .owl-stage-outer {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.logo-sec {
    padding: 30px 0 60px;
}
.owl-theme .owl-next, .owl-theme .owl-prev { 
    background: #f2cd00 !important; width: auto; border-radius: 100% !important;
}
.owl-theme span {
    color: #fff;
    font-size: 40px; width: 40px; height: 40px; display: block; line-height: 37px;
}
#birlaschool-home .select-wrap label {
    margin: 3px 0 0;
}
/* ==========================================================================
   07. Teachers
========================================================================== */
#birlaschool-teacher .section-title {
    padding-bottom: 5px;
}

.teacher-inner {
    position: relative;
}

#birlaschool-teacher .col-lg-3 {
    margin-top: 30px;
}

.teacher-member {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.teacher-img-text,
.teacher {
    position: relative;
    z-index: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.teacher-member img {
    /*max-width: 300px;*/
    width: 100%;
    height: 100%;

}

.teacher:hover {
    transform: scale(1.15);
    z-index: 99;
    cursor: crosshair;
}

.overlay {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*    max-width: 300px;*/
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background: linear-gradient(to top, rgba(255, 0, 122, 0.7) 0%, rgba(142, 0, 116, 0.7) 100%);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.teacher:hover .overlay {
    opacity: 1;
}

.teacher .text {
    color: white;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 200px;

}

.teacher .text h3 {
    font-size: 19px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: auto;
    margin-bottom: 0;
}

.teacher .text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 5px 0 10px;
    cursor: auto;
}

.teacher .text ul {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

.teacher .text ul li {
    float: none;
    margin: 8px 9px;
    position: relative;
    width: 15px;
    text-align: center;
    display: inline-block;
}

.teacher .text ul li i {
    font-size: 14px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.teacher .text ul li i:hover {
    font-size: 18px;
    cursor: pointer;
}

/* ==========================================================================
   08. Pricing Table
========================================================================== */

#birlaschool-pricing {
    background: #F8F9FE;
}

.single-pricing-table {
    min-height: 450px;
    padding: 30px 40px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 9px 16px 0 rgba(224, 229, 238, .5);
    box-shadow: 0 9px 16px 0 rgba(224, 229, 238, .5);
    border: solid 1px #e5eaed;
    position: relative;
    padding: 30px 50px;
    text-align: center;
}

.pricing-table-plan {
    text-align: center;
}

.pricing-content-price sup {
    font-size: 19px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #FF007A;
    top: -1em;
}

.pricing-content-price strong {
    font-size: 65px;
    letter-spacing: -2px;
    text-align: center;
    color: #FF007A;
}

.pricing-content-price {
    padding: 5px 0 0px;
}

.pricing-content-price sub {
    font-size: 18px;
    line-height: 1.67;
    color: #637282;
}

.pricing-content-btn {
    padding: 30px 0px 0px;
}

.pricing-content-btn a.btn:hover,
.tabs_item_content a.btn:hover {
    color: #f2cd00;
    border-color: #f2cd00;
    background: transparent;
}
.tabs_item_content p {
    text-align: justify;
}
.pricing-table-content ul li {
    color: #637282;
    display: block;
    font-size: 18px;
    line-height: 42px;
}

.pricing-table-content ul {
    padding: 0;
}

.pricing-content-btn a {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 25px;
    margin-bottom: 10px;
    display: inline-table;
    font-weight: 600;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
    color: #ffffff;
    text-decoration: none;
    transition: all .5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.pricing-table-plan h3 {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
}

.pricing-table-plan ul.list-item .fa-check {
    color: #28a745;
}


.pricing-table-plan .list-item i.fas.fa-times {
    color: #FF007A;
}

.pricing-table-plan ul.list-item li {
    font-size: 18px;
}

.pricing-table-plan ul.list-item li i {
    margin-right: 5px;
    font-size: 16px;
}

.single-pricing-center {
    border-top: 5px solid #FF007A;
    border-bottom: 5px solid #FF007A;
}

/* ==========================================================================
   09. testimonial
========================================================================== */

.testimonial {
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 110px;
}

.testimonial .testimonial-content {
    background: linear-gradient(to top, rgba(255, 0, 122, 0.7) 0%, rgba(142, 0, 116, 0.7) 100%);
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
}

.testimonial .testimonial-single {
    text-align: center;
    padding: 60px 80px 110px;
}

.testimonial .testimonial-single img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
    max-width: 85px;
    height: 85px;
    margin: 0 auto;
}

.testimonial .testimonial-single h5 {
    font-weight: 500;
    color: #fff;
    margin: 32px 0 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial .testimonial-single h6 {
    color: #fff;
    margin: 10px 0 18px;
    font-size: 14px;
}

.testimonial .testimonial-single p {
    color: #eceff3;
}

.testimonial .testimonial-carousel .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 58px;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    outline: 0
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #8E0074;
    color: #8E0074;
    border: 1px solid #8E0074;
    -webkit-box-shadow: 0 0 0 1px #8E0074;
    box-shadow: 0 0 0 1px #8E0074;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active span {
    background-color: #8E0074;
    color: #8E0074;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px;
    background: #FF007A;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-top: -1px;
    margin-left: -1px;
}


/* ==========================================================================
   10. Fun Facts CSS
========================================================================== */
.fun-facts-area {
    position: relative;
    background-image: url(./assets/img/counter-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px;
}

.fun-facts-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002d74;
    opacity: .8;
}

.fun-fact {
    text-align: center;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fun-fact:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fun-fact i {
    font-size: 40px;
    color: #fff;
}

.fun-fact h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
    margin-top: 30px;
}

.fun-fact span {
    font-size: 18px;
    color: #fff;
    display: block;
}

/* Fun Facts Two */
.funFact {
    position: relative;
    background: #002d74;
    padding: 30px;
    border-radius: 20px;
    transition: transform 0.3s 
ease, background 0.3s 
ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;border-left: 4px solid #fff;
}

.funFact:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.funFact i {
    font-size: 42px;
    margin-bottom: 15px;
    color: #f2cd00;
}

.funFact h3 {
    font-size: 40px;
    color: #fff;
    margin: 13px 0 16px;
    line-height: 28px;
}

.funFact span {
    font-size: 18px;
    color: #fff;
    display: block;
}


/* ==========================================================================
   11. Recent Blog Post
========================================================================== */

.recent-blog-section {
    padding-bottom: 100px;
    background: #F8F9FE;
}

.recent-blog-section .news-grids .grid {
    position: relative;
    overflow: hidden;
}

.recent-blog-section .grid .entry-details {
    padding: 35px;
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recent-blog-section .grid:hover .entry-details {
    border-top: 1px solid #fff;
    border-right: 1px solid #FF007A;
    border-bottom: 1px solid #FF007A;
    border-left: 1px solid #FF007A;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 71, 69, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(255, 71, 69, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recent-blog-section .grid .entry-details h3 {
    font-size: 19px;
    margin: 1em 0 0;
    line-height: 30px;
    font-weight: 600;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.recent-blog-section .grid .entry-details h3 a {
    color: #272063;
}

.recent-blog-section .grid .entry-details h3 a:hover {
    color: #FF007A;
}

.recent-blog-section .grid .entry-details ul {
    overflow: hidden;
    padding: 0;
}

.recent-blog-section .grid .entry-details ul li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

.recent-blog-section .grid .entry-details li a:hover {
    color: #FF007A;
}

.recent-blog-section .grid .entry-details ul>li+li {
    float: right;
}

.recent-blog-section .grid .entry-details li i {
    display: inline-block;
    padding-right: 3px;
    color: #FF007A;
}

.blog-mt-30 {
    margin-top: 30px !important;
}

#birlaschool-blog .owl-stage-outer {
    cursor: url(../img/icons/grab.png), move;
}

.tabs_item_img, .tabs_item_img img {
    height: 100%;
    border-radius: 20px 0px 0px 20px
}

/* ==========================================================================
   12. Contact CSS
========================================================================== */
.usp-sec{
	 padding: 90px 70px 90px;
    background-image: url(assets/img/contact-us.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.usp-sec:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:0.9;
    background:#002d74;
}


.usp-sec .grid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
      gap:20px;
    }
  .usp-sec  .card {
    background: #fff;
    border-radius: 12px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform .3s;
    border-bottom: 4px solid #f2cd00;
    min-height: 220px;
}
  .usp-sec  .card:hover{transform:translateY(-6px)}
   .usp-sec .card i{
      font-size:36px;
      color:#f2cd00;
      margin-bottom:15px;
    }
  .usp-sec  .card h3{
      margin:0;
      font-size:18px;
      font-weight:600;
    }


#birlaschool-contact {
    color: #fff;
    padding: 90px 70px 90px;
   
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#birlaschool-contact h2 {
    color: #fff;
}

#birlaschool-contact:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:1;
    background:#002d74;
}

#birlaschool-contact .section-title h3,
#birlaschool-contact .section-title p {
    color: #fff;
}

#birlaschool-contact .section-title span {
    color: #fff;
}

.get-in-touch h3,
.get-in-touch p {
    color: #fff;
}

.contact-box {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    min-height: 170px;
    border-radius: 20px;
    margin-bottom: 60px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: start;
    /* align-items: center; */
    flex-direction: column;
    box-shadow: 12px 12px 5px #f2cd00;
}

.contact-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: #f2cd00;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-box:hover::before {
    opacity: 0;
    visibility: visible;
}

.contact-box h3 {
    font-size: 20px;
    margin: 6px 0 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: #002d74 !important;
}


.contact-box h3 i {
    color: #f2cd00;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.contact-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.contact-box ul li {
    font-size: 14px;
    color: #6f8ba4;
    margin-bottom: 4px;
    overflow: hidden;
}

.contact-box ul li span {
    float: right;
}

.contact-box h3,
.contact-box h3 i,
.contact-box ul li,
.contact-box p a {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.get-in-touch h3 {
    font-size: 23px;
  
}
#birlaschool-contact .col-lg-7.col-md-12 {
    align-items: center;
    display: flex;
}
.get-in-touch ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 15px;
}

.get-in-touch ul li {
    display: inline-block;
}

.get-in-touch ul li a {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.contactForm button.btn.disabled {
    background: transparent;
}

.contactForm .btn:hover,
.contactForm .btn:focus {
    background: transparent;
    color: #fff;
}

.contactForm .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: transparent;
}

.contactForm .btn {
    margin-top: 10px;
}

.contactForm .list-unstyled {
    padding: 0;
    margin: 0;
}

.contactForm .list-unstyled li {
    color: #8E0074;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    margin-top: 20px;
}

/* ==========================================================================
   13. Footer style
========================================================================== */

.footer {
    color: #fff;
}

.education-subscribe {
    background: #fff;
    color: #3b566e;
    padding: 45px 20px 40px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    border-left: 4px dashed #192749de;
    border-radius: 2px;
    margin-top: -155px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.subscribe-content-inner h2 {
    padding-bottom: 20px;
}

.subscribe-form-inner .form-inline {
    margin-top: 10px;
}

.section-subscribe-st .form-group {
    position: relative;
    margin: 0 auto;
}

.section-subscribe-st .form-control {
    width: 570px !important;
    padding: 0 140px 0 20px;
    background-color: transparent;
    border-color: #3b566e;
    border-radius: 10px;
    font-weight: bold;
    color: #3b566e;
    letter-spacing: 2px;
}

.subscribe-form-inner .form-control {
    width: 400px;
    height: 50px;
    margin-right: 6px;
}

.section-subscribe-st .btn {
    position: absolute;
    right: 6px;
    top: 0;
    box-shadow: none;
    border-radius: 0px 10px 10px 0px;
    background-color: transparent;
    width: 150px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
}

.section-subscribe-st .btn:hover {
    background: #fff;
    color: #ff4745;
}

.subscribe-form-inner label {
    color: #FF007A;
    padding-top: 15px;
    text-align: center;
    position: relative;
    width: 100%;
}

/*placeholder style*/
.form-control::-webkit-input-placeholder {
    color: #3b566e;
}

.form-control:-moz-placeholder {
    color: #3b566e;
}

.form-control::-moz-placeholder {
    color: #3b566e;
}

.form-control:-ms-input-placeholder {
    color: #3b566e;
}

.footer ul {
    padding: 20px 0;
}

.footer li {
    display: inline-block;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    border-radius: 50%;
    background: #fff;
    transition: all .4s;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .16);
    ;
}

.footer li:hover {
    cursor: pointer;
}

.footer li a {
    color: #f2cd00;
}

.footer .social i {
    font-size: 22px;
    transition: all .4s;
}

.footer .social li:hover {
    background: #192749de;
}

.footer .social li:hover a i {
    color: #fff;
}

.copyright {
    padding-bottom: 50px;
}

.copyright p {
    color: #777777;
}

.copyright a {
    text-transform: uppercase;
    font-weight: 700;
}


/* ==========================================================================
   14. Others Elements
========================================================================== */

/*Go Top CSS*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 20px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    z-index: 1;
    display: none;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-radius: 50%;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.go-top:hover {
    color: #fff;
    background: #ff007a;
}

/*Home video button animation*/
#spinnerbtn {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -50px;
    height: 100px;
    width: 100px;
    background: none;
    border-radius: 100px;
    border-top: 10px solid #FF007A;
    border-bottom: 10px solid #FF007A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    -webkit-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -moz-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -ms-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -o-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
}

#spinnerbtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: 115px;
    border: 15px solid #FF007A;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;

    -webkit-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
    -moz-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
    -ms-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
    -o-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
    animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
}

@keyframes "spin" {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@-webkit-keyframes "spin" {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@-ms-keyframes "spin" {
    0% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@-o-keyframes "spin" {
    0% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@keyframes "spin2" {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes "spin2" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-ms-keyframes "spin2" {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-o-keyframes "spin2" {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes "glow" {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    50% {
        -webkit-box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A;
        box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A;
    }

    100% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@-moz-keyframes glow {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
    }

    100% {
        box-shadow: none;
    }

}

@-webkit-keyframes "glow" {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    50% {
        -webkit-box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
        box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
    }

    100% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@-ms-keyframes "glow" {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
    }

    100% {
        box-shadow: none;
    }

}

@-o-keyframes "glow" {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
    }

    100% {
        box-shadow: none;
    }

}

/* Preloader css */
.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
    z-index: 999999;
}

.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #8E0074;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #FF007A;
    }

    29.9% {
        background: #FF007A;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #8E0074;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #8E0074;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #8E0074;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #FF007A;
    }

    29.9% {
        background: #FF007A;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #8E0074;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #8E0074;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #8E0074;
    }
}


.client-wrap {
    margin: 0px 0 40px;
    box-shadow: 2px 5px 24px #eee;
    padding-bottom: 50px;    padding-top: 70px;
}
.client-wrap .testimonial .testimonial-content{ margin: 20px 0 50px 0; position: relative; } 
.client-wrap .testimonial .testimonial-content:after{ content: ""; width: 20px; height: 20px; border-top:20px solid #002d74; border-left: 20px solid transparent; border-right: 20px solid transparent; margin: 0 auto; position: absolute; bottom: -20px; left: 0; right: 0; } 
.client-wrap .testimonial .description{ padding: 25px 35px; margin: 0; background: #002d74; border-radius: 15px; font-size: 16px; color: #fff; position: relative; } 
.client-wrap .testimonial .description:before, .client-wrap .testimonial .description:after{ font-family: "Font Awesome 5 Free"; font-weight: 900; width: 35px; height: 35px; line-height: 35px; border-radius: 8px; text-align: center; background: #002d74; position: absolute; color:#f2cd00;} 
.client-wrap .testimonial .description:before{ content: "\f10d"; top: -18px; left: 25px; } 
.client-wrap .testimonial .description:after{ content: "\f10e"; bottom: -18px; right: 25px; } 
.client-wrap .testimonial .testimonial-profile { display: table; padding: 0px 0 20px; border-radius: 20px; margin: 0;}
.client-wrap .testimonial .pic{ width: 100px; height: 100px; border-radius: 50%; border: 1px solid #dca842; float: left; overflow: hidden; } 
.client-wrap .testimonial .title{ display: inline-block; margin: 0 0 0 30px; font-size: 19px; font-weight: bold; color: #1d254c; position: relative; top: 22px; } 
.client-wrap .testimonial .title:before { content: ""; width: 4px;height: 70px; background: #f2cd00;position: absolute;top: -8px;left: -15px;} 
.client-wrap .testimonial .post{ display: block; font-size: 14px; font-weight: normal; color: #888; margin-top: 10px;    text-align: left; } 
.client-wrap .owl-theme .owl-controls{ margin-top: 30px; } 
.client-wrap .owl-theme .owl-controls .owl-page span{ background: transparent; border: 1px solid #dca842; opacity: 1; } 
.client-wrap .owl-theme .owl-controls .owl-page.active span{ background: #dca842; border: 1px solid #dca842; } 
.client-wrap .testimonial .testimonial-content { background:none; border-radius: 0px 0px 50% 50%; overflow: visible; }
.client-wrap .testimonial { padding: 0 0 0;}
.client-wrap .section-header {  margin-bottom: 0;}

.co-curricular-section .activity-card img{width: 100% !important; height: 200px !important; object-fit: cover; object-position: center center; border-radius: 7px;}

.usp-sec .section-header h2 { color: #fff;}
.usp-sec .section-header { margin-bottom: 0px;}
@media (min-width: 320px) and (max-width: 767px) { 
  #birlaschool-contact h2 { font-size: 2rem;}
  .main-banner{z-index: 5;}
  .banner-main{padding: 25px 0px 60px 0 !important;}
  .banner-main .contact-form{margin-top: 0 !important; padding:10px;}
  .tag-line{position: fixed; width: auto; border-radius: 0; top: inherit; left: 0; right: 0; bottom: 0; border-top: 5px solid #fff}
  .usp-sec{padding: 90px 0 !important;}
  #birlaschool-contact.contact-area{padding: 80px 0px 140px !important;}
  .contact-form .form-field {display: block;}
}

@media (min-width: 768px) and (max-width: 959px) { 
  
  .main-banner{z-index: 5;}
  .banner-main{padding: 25px 0px 60px 0 !important;}
  .banner-main .hero-content{padding: 20px 0 0 !important;}
  .banner-main .contact-form{margin-top: 30px; !important;}
  .usp-sec{padding: 90px 0 !important;}
  #birlaschool-contact.contact-area{padding: 80px 0px 140px !important;}
  
}
 