/*==========================================================================
Author's custom styles
==========================================================================*/

.no-padding{
	padding: 0px;
}
:root{
	--navfont: 'Roboto', sans-serif;
	--mainfont: 'Montserrat', sans-serif;
	--mainfontsize: 16px;
}
body{
    font-family: var(--mainfont);
    overflow-x: hidden;
}

.parent_login_cnt{
    background-color: #ffffff;
    border-radius: 150px;
    color: #e70033;
    margin: 0;
    padding: 3px 15px 1px 6px;
    display: inline-block;
    line-height: 33px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.parent_login_cnt:hover{
    color: #e70033;
    text-decoration: none;
    border: 2px solid #e70033;
}
.parent_login_cnt i{
    background-image: url("../img/icons/parentlogin2.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px !important;
    height: 35px !important;
    position: relative;
    display: inline-block;
    float: left;
    background-color: transparent !important;
    margin-right: 5px;
}
/*header section*/
header{
    position: relative;
}
header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    background-color: #fce5ba;
}
.logo_cnt{
    padding: 5px 0px;
}
.logo_cnt img{
    width: 100%;
}
.tp_rgt_cnt{
    display: flex;
     align-items: center; 
    justify-content: flex-end; 
    min-height: 10vh;
}
.tp_rgt_cnt a:last-child{
    margin-left: 15px;
}
.btn_tp{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background-color: #e70033;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}
.btn_tp:hover, .btn_tp:focus{
    color: #fff;
    text-decoration: none;
}
.tp_header{
    background-color: #fbdfa9;
}
/*header section*/

/*navigation section*/
.navigation_cnt{
    background-color: #f6bb49;
    padding: 5px 0px;
}
/*navigation section*/

/*banner section*/
.banner_inner_slider{
    position: relative;
}
.banner_bottom{
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    z-index: 8888;
}
.banner_bottom img{
    width: 100%;
}
/*banner section*/

/*title section*/
.title_cnt h5{
    color: #de252f;
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.title_cnt h5 span{
    color: #625f5f;
    text-transform: capitalize;
}
/*title section*/

/*read more button section*/
.rd_mr_cnt{
    text-align: right;
}
.rd_mr_cnt a{
    background-color: #000;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}
.rd_mr_cnt a:hover, .rd_mr_cnt a:focus{
    text-decoration: none;
}
.rd_mr_cnt a i{
    letter-spacing: 0;
}
/*read more button section*/

/*middle section*/
.middle_bx{
    min-height: 303px;
    padding: 5px;
    border: 2px solid #82828259;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
.school_img_cnt{
    margin: 15px 0px;
}
.school_img_cnt img{
    width: 100%;
}
.middle_details_cnt p{
    color: #464545;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
/*middle section*/

/*news and events section*/
.news_events_cnt{
    position: relative;
    min-height: 395px;
    padding: 5px;
    border: 2px solid #82828259;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
.n_inner_cnt{
    margin-top: 10px;
}
.inner_notice_cnt{
    margin-bottom: 10px;
}
.news_events_cnt .rd_mr_cnt{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/*news and events section*/

/*gallery section*/
.gallery_cnt{
    padding: 5px;
    border: 2px solid #82828259;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
.gallery_cnt .title_cnt{
    padding-left: 4px;
}
.gallery_inner_wrpr a{
    display: block;
    padding: 0;
    border: 1px solid #00000063;
    margin: 3px;
}
.gallery_inner_wrpr .admin_gal_in a{
    display: inline-block;
    border: 0px solid transparent;
    margin: auto;
}
.gallery_inner_wrpr a img{
    width: 100%;
}
/*gallery scetion*/

/*footer section*/
.innerpage_wrpr_mid{
    min-height: 45vh;
}
footer{
    background-color: #f6bb49;
}
footer p{
    font-size: 13px;
    line-height: 23px;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
footer p a{
    color: #000;
    font-weight: bold;
}
footer p a:hover, footer p a:focus{
    color: #000;
}
.ft_link{
    text-align: right;
    padding: 5px 0px;
}
.ft_link ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ft_link ul li{
    margin-right: 15px;
    display: inline-block;
}
.ft_link ul li:last-child{
    margin-right: 0px;
}
.ft_link ul li a{
    font-size: 13px;
    line-height: 23px;
    color: #000;
    text-transform: uppercase;
}
/*footer section*/

.brdr_cnt.pad_sep{
    padding: 108px 0px 50px;
}
.brdr_cnt.pad_bot{
    padding-bottom: 25px;
}
.brdr_cnt{
    border-left: 5px solid #ff7900;
    border-right: 5px solid #ff7900;
}

.gallery_inner_wrpr .admin_gal_in .gallery_cap_cnt a {
    display: block;
    margin: 0 auto;
}
.gallery_inner_wrpr .admin_gal_in .gallery_img_cnt a {
    display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
    .middle_bx{
        min-height: 364px;
    }
    .news_events_cnt{
        min-height: 404px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 768px){
    .tp_rgt_cnt{
        min-height: 8vh;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    .tp_rgt_cnt{
        justify-content: center;
        min-height: 13vh;
    }
    .btn_tp{
        width: 46%;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 5px;
        text-align: center;
    }
    .tp_rgt_cnt a:last-child{
        width: 100%;
        margin: 10px 0px;
        border-radius: 6px;
    }
    .banner_bottom{
        bottom: -31px;
    }
    .middle_bx{
        margin-bottom: 15px;
    }
    .brdr_cnt.pad_sep{
        padding: 108px 0px 30px;
    }
    .gallery_cnt{
        margin-top: 15px;
    }
    footer p{
        text-align: center;
    }
    .ft_link{
        text-align: center;
    }
    .navnew > li > a, .navnew li li a{
        text-align: center !important;
    }
}
@media only screen and (max-width: 480px){
    .tp_rgt_cnt{
        justify-content: center;
        min-height: 13vh;
        display: block;
    }
    .btn_tp{
        width: 46%;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 5px;
        text-align: center;
    }
    .tp_rgt_cnt a:last-child{
        width: 100%;
        margin: 10px 0px;
        border-radius: 6px;
    }
    .banner_bottom{
        bottom: -17px;
    }
    .middle_bx{
        margin-bottom: 15px;
    }
    .brdr_cnt.pad_sep{
        padding: 108px 0px 30px;
    }
    .gallery_cnt{
        margin-top: 15px;
    }
    footer p{
        text-align: center;
    }
    .ft_link{
        text-align: center;
    }
    .navnew > li > a, .navnew li li a{
        text-align: center !important;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {.tp_rgt_cnt {
   
    align-items: center;
    justify-content: flex-end;
    
}

}