@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Josefin+Slab&family=Lato&family=Poppins&family=Raleway&family=Roboto&family=Taviraj&display=swap');

/* 
font-family: 'Concert One', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Taviraj', serif;
*/

/* Brand Name */
.address{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.address i{
    color: #fff;
    background-color: #600f0a;
    padding: 0.3rem;
    border-radius: 50%;
}

.sub_header{
    background-color: #600f0a;
}

.brand_name{
    color: rgb(170,18,13);
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.nav_bar{
    background-color: #600f0a;
}

.nav_bar .navbar-collapse .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0.4rem;
    padding: 11px; 
    transition: all 0.6s;
}

.nav_bar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
    background-color: #fff;
    color: #600f0a;
}

/* dropdown-menu  */
.dropdown-menu {
    background-color: #600f0a;
    border-radius: 0px;
    padding: 0.4rem !important;   
}

.notice{

background: #ff1b1b;
    padding: 8px 22px 8px 22px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 35px;
    font-size: 14px;

}
.dropdown-menu li a{
    color: #fff;
    padding: 0.4rem 2rem;
    line-height: 35px;
    transition: all 0.4s;
}

.dropdown-menu li a:hover{
    background-color: #000;
    color: #fff !important;
    border-radius: 20px;
}

/* Banner Css */
.banner_arrows{
    background-color: #600f0a;
    color: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 0px 10px #fff;
    transition: all 0.3s;
}

.banner_arrows:hover{
    background-color: #000;
}

/* About Css */
.para{
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    color: #363c4d;
}
.about_bg{
    padding: 4rem 0px;
    color: #fff;
}

.about_bg .about_sub_tittle{
    color: #000;
    font-family:sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.about_tittle{
    color:#600f0a;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.read_more{
    background-color: #600f0a;
    color: #fff;
    border:none;
    padding:0.5rem 1.5rem;
    border-radius: 20px;
    transition: all 0.4s;
    text-decoration: none;
}

.read_more:hover{
    background-color: #000;
    box-shadow: 0px 0px 10px #000;
    color: #fff !important;
}

/* --query section start-- */
.query_field{
    background-color: #600f0a;
    font-family: 'Roboto', sans-serif;
}

.query_field .fa-user-graduate{
    font-size: 50px !important;
}

.query_field h3{
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 26px;
}

.query_div{
    background-color: #f2f2f2;
}

.query_border{
    border-right: 2px dashed #f8d557;
}

.tittles{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 19px !important;
    text-transform: uppercase;
}

.query_div .col-md-4{
    background-color: #000;
    color: #fff;
}

.query_div .col-md-4 .para{
    color: #fff;
}

.facilities_sec{
    background-color: #000;
}

.facility_list{
    list-style-type: none;
    color: #fff;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;   
}

.news_box{
    background-color: #fff;
    border-radius: 10px;
    /* padding: 1rem; */
}

.news_box .heading{
    background-color: #600f0a;
    color: #fff;
    padding: 0.6rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.news_box .marquee{
    padding: 1rem;
}

.facility_list li{
    transition: all 0.4s;
}

.facility_list li:hover{
    color: #e6be1e;
    transform: translateX(10px);
}

.icon_img{
    border:1px solid;
    border-radius: 15%;
    padding:10px;
}
.card-img-width{
    height: 179px;
}
.video-card{
    background: url(../image/bg.png);
    background-size: cover;
}
.online{
    background-color: #d93ad0;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.apply{
    background-color: #6c98e1;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.ranking{
    background-color: #84c54e;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.addmission{
    background-color: #e6be1e;
    margin-top: 0!important;
    margin-bottom: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
/* --query section end-- */

/* values_sec */
.values_sec{
    background-color: #600f0a;
}
/* --school value-- */
.heading_class_font{
    color:#2d1d54;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
/* --school value-- */
/* --just button-- */
  .button{
    background-color: #ff8700;
    padding: 20px;
  }
/* --  just for button  -- */
.right {
    padding-left: 277px;
}
.bg-video{
    background-image: url(../image/04.jpg);
    background-size: cover;
    background-position: center right;
}
/* --Admission Query-- */
.circle_img{
    border:1px solid #fff;
    padding:20px;
    border-radius: 50%;
    background: #ffffff96;
    color: #ff6900;
    display: inline-block;
    position: relative;
}
.font_icon{
    padding-top:179px;
}
.book-icon{
    border:1px solid #fff;
    padding:10px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    position: relative;
}
.query-card{
    color: #fff;
    padding: 2rem 0px;
    color: #fff;
}
.query-card p{
    color: #fff;
}
.query-card:hover{
    background-color: #f8d557;
}
.query-card:hover p{
    color: #000;
}
/* --Admission Query-- */
.heading1{
    color: #600f0a;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.heading1::before{
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #000;
    border-radius: 20px;
    transform: translateY(-50%);
}

.heading1::after{
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 8px;
    background-color: #000;
    border-radius: 20px;
    transform: translateY(-50%);
}

/* --OUR PROGRAM-- */
.div-card{
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cfcfcf;
    border:1px dashed #84c54e;
    transition: all 0.4s;
}

.div-card i{
    color: #84c54e;
    border-radius: 50%;
    border: 1px dashed #84c54e;
    padding: 1rem;
}

.div-card .card_tittle{
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.div-card:hover{
    transform: translateY(-10px);
    box-shadow: unset;
}
/* --Admission Timer-- */
.section-card{
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-card h4{
    font-family: 'Raleway', sans-serif;
    color:#2d1d54;
    font-weight: 600;
}
.div-section-card{
    background-color: #600f0a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}
/* --Admission Timer-- */
.footer_cstm_bg{
    background-color: #600f0a;
    padding: 2rem 0px;
    font-family: 'Poppins', sans-serif;
}

.footer_cstm_bg .footer_list{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

.footer_cstm_bg .footer_list li a{
    text-decoration: none;
    color: #fff;
}

.footer_cstm_bg .footer_list li{
    transition: all 0.4s;
}

.footer_cstm_bg .footer_list li:hover{
    transform: translateX(10px);
}

.cstm_color{
    color: #ffff;
    margin-bottom: 10px;
}

.footer_sub{
    background-color: #000;
    color: #fff;
}


/* Message Box */
.message_box{
    border: 2px dashed #600f0a;
    padding: 1rem;
    border-radius: 3px;
    transition: all 0.4s;
}

.message_box .message_tittle{
    font-family: 'Roboto', sans-serif;
    color: #600f0a;
    font-weight: 600;
}

.message_box:hover{
    transform: translateY(-20px);
    box-shadow: 2px 2px 10px #600f0a;
}

.reivew_bg{
    background-color: #f8d557;
    padding: 2rem 0px;
}

/* PArents Reviews sec css */
.testimonial {
    border-right: 4px solid #600f0a;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #600f0a;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #600f0a;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #600f0a;
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #600f0a;
    font-style: italic;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 2px solid #600f0a;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls .owl-page:hover span {
    background: #600f0a !important;
    border-color: #600f0a;
  }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }


/* Contact page css */
.contact_details{
    background-color: #600f0a;
    color: #fff;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
}

.contact_form .tittle{
    color: #600f0a;
    font-family: sans-serif;
    font-weight: 600;
}

.contact_form .input {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffefef;
    background-clip: padding-box;
    border: none;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
}

.sca_list{
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    list-style: none;
}

.sca_list li{
    transition: all 0.4s;
}

.sca_list li:hover{
    transform: translateX(10px);
    color: #600f0a;
}

.heading2{
    color: #600f0a;
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.download_btn{
    background-color: #6f6f6f;
    color: #fff;
    border: none;
    padding:0.6rem 3rem;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
}

.download_btn:hover{
    background-color: #6c98e1;
    box-shadow: 0px 0px 4px #000;
    transform: translateY(-10px);
}
.download{
    background-color: #6f6f6f;
    color: #fff;
    border: none;
    padding:0.6rem 3rem;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
}

/* w and call */
.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.Whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #00833b;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;

    
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
    
}

.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.Phone_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #327ff3;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
}
img.images-halt {
    width: 273px;
    height: 900px;
    margin-top: 50px;
}
.parallax{
    background:url();
     min-height:100%;
      background:linear-gradient(0deg, rgb(14 13 13 / 2%), rgba(0, 0, 150, 0.3)), url(../image/hero-01.jpg);
      background-size:cover
}
.parallax .display-para{
 font-weight: 900;
    font-size: 98px;
}
.parallel_div{
 background-color:#ff8700;
border: 1px solid #e06d21;
}
.parallel_div:hover{
background-color:#fcb900;
}
.parallel_div_2{
 background-color:#f39c15;
border: 1px solid #e06d21;
}
.parallel_div_2:hover{
background-color:#fcb900;
}
.full-div{
 background-color:#f4f6f9;
}
.full-div h1{
color:#2d1d54;
}
.cap-letter{
    font-family: "Archivo Black", Sans-serif;
    font-size: 64px;
    font-weight: 900;
    color:#ff8700;
}
.admin-form{
 background:url(../image/002-1.jpg); 
 background-size:cover;
}
.admin-form h1{
color:#2d1d54;
}
.bold-form{
    width: 700px;
    margin-left: 144px;
}
.notice a{
color:#fff;
text-decoration:none;
}

 @media (max-width:550px) {
        .parallax .display-para{
            font-size:50px !important;
        }
.bold-form{
margin-left:0px;
width:auto !important;}
.sub_header .contact_details2{
display:none !important;}
.notice{
display:block !important;
 color:#fff;
}
.brand_name{

display:flex;
font-size: 28px!important;

}
.brand-af {


    font-size: 12px!important;
    
    }
.brand-af-no {


    font-size: 12px!important;
    
    }
    }



.notice-img{
width: 300px;
}

.lightbox{
    top:50% !important;
    transform: translateY(-50%) !important;
    position: fixed !important;
  }