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

body{
	font-family: 'Nunito', sans-serif;
}
.no-padding{
	padding: 0px;
}

.bg-color-gray{
    background-color: #ebebeb;
}
.bg-color-dark-gray{
    background-color: #d1d1d1;
}
.news-events-main-wraper .title_cnt.title_two{
    width: 30%;
}
.sister-branch-container{
    padding: 50px 0px;
}
.sister-branch-in-cnt ul{
    list-style-type: none;
    vertical-align: middle;
    padding: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.sister-branch-in-cnt ul li a{
    display: block;
}
.sister-branch-in-cnt ul li a .sister-box{
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.sister-branch-in-cnt ul li a .sister-box p{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #70090c;
    padding: 5px 0px;
    border: 1px solid transparent;
    transition: all linear 0.5s;
}
.sister-branch-in-cnt ul li a:hover{
    text-decoration: none;
}
.sister-branch-in-cnt ul li a:hover .sister-box p{
    border: 1px solid #70090c;
    background-color: #fff;
    color: #70090c;
}
.sister-box img{
    width: 50%;
}
/*header section*/
.tp_section{
	background-color: #5c0f1f;
	padding: 10px 0px;
    background-image: url("../img/headerbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logo_cnt img{
	width: 100%;
}
.header_right_cnt{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
    min-height: 13.9vh/*18.9vh*/;
}
.hd_bx{
    margin-right: 25px;
}
.hd_bx ul{
	list-style-type: none;
	padding: 0;
	position: relative;
	left: 0;
    margin: 0;
}
.hd_bx ul li{
	color: #fff;
    margin-bottom: 10px;
}
.hd_bx ul li:last-child{
	margin-bottom: 0;
}
.hd_bx ul li i{
	color: #fff;
	background-color: #e49b2c;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}
.hd_bx ul.social_ul li{
    display: inline-block;
	margin-right: 10px;
}
.ad_btn{
    background-color: #e49e2c;
    padding: 6px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
	transition: all 0.5s ease;
}
.ad_btn:hover, .ad_btn:focus{
	text-decoration: none;
    background-color: #e49e2c;
    color: #fff;
}
.parent_login_btn{
    background-color: #e49b2c;
    border-radius: 150px;
    color: #fff;
    margin: 0;
    padding: 3px 15px 1px 6px;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.parent_login_btn 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;
    top: -1px;
}
.parent_login_btn:hover, .parent_login_btn:focus{
    border: 2px solid #e49b2c;
    background-color: #fff;
    color: #e49b2c;
    text-decoration: none;
    outline: none;
}
/*header section*/

/*nav section*/
.bt_section{
	background-color: #f2f3ed;
	border-bottom: 4px solid #5c0f1f;
    text-align: center;
}
.pogoSlider{
	padding-bottom: 30% !important;
}
/*nav section*/

/*flash news section*/
marquee{
    vertical-align: middle;
}
.flashnews_cnt{
	/*padding: 15px 0px;*/
    padding: 0px 0px;
}
.inner_fl_news{
    position: relative;
	background-color: #e49a2f;
}
.inner_fl_news b{
    position: relative;
    line-height: 40px;
    padding: 5px 0px 0px 40px;
    margin-left: 15px;
    font-weight: normal;
}
.inner_fl_news marquee b a{
    color: #fff/*#383838*/;
    font-size: 16px;
    line-height: 26px;
}
.f_txt_cnt{
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-color: #e49a2f;
    padding: 7px 18px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 888888;
}
/*flash news section*/

/*title section*/
.title_cnt{
    position: relative;
}
.title_cnt h5{
    font-size: 20px;
    line-height: 30px;
    font-size: bold;
    text-transform: uppercase;
}
.rd_mr_btn{
    font-size: 16px;
    line-height: 26px;
    color: #5e5e5e;
    font-weight: bold;
    text-transform: uppercase;
}
.rd_mr_btn:hover, .rd_mr_btn:focus{
    color: #5e5e5e;
    text-decoration: none;
}
/*title section*/

/*about section*/
.about_cnt{
    padding: 0px 0px 40px;
}
.abt_main_cnt{
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.abt_main_cnt p{
    font-size: 16px;
    line-height: 26px;
    color: #5e5e5e;
    word-break: break-word;
}
.abt_img{
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.abt_img img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.4);
}
/*about section*/

/*message section*/
.message_main_cnt{
    background-color: #ebebeb;
}
.inner_msg_cnt_flx{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32.3vh;
}
.message_main_cnt .nav-pills>li.active>a, .message_main_cnt .nav-pills>li.active>a:hover, .message_main_cnt .nav-pills>li.active>a:focus{
    color: #000;
    background-color: #ebebeb;
}
.message_main_cnt .nav>li{
    width: 49.8%;
}
.message_main_cnt .nav>li>a{
    text-transform: uppercase;
    padding: 15px 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #bcc0c3;
}
.message_main_cnt .nav>li:first-child>a{
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
.message_main_cnt .nav>li:last-child>a{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}
.msg_img_cnt img{
    width: 100%;
}
.msg_det_cnt p{
    font-size: 16px;
    line-height: 26px;
    color: #5e5e5e;
    word-break: break-word;
}
.message_main_cnt .tab-content>.tab-pane{
    padding: 15px 0px;
}
.msg_img_cnt{
    border: 3px solid #515151;
}
.msg_det_cnt{
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 27vh;
}
/*message section*/

/*news section*/
.news_events_cnt{
    background-color: #e49a2f;
}
.news_img_cnt img{
    width: 100%;
}
.news_sc_cnt a{
    font-size: 16px;
    line-height: 26px;
    color: #6f706b;
    font-weight: bold;
}
.news_sc_cnt a:hover, .news_sc_cnt a:focus{
    color: #6f706b;
    text-decoration: none;
}
.news_carousel_cnt{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36.3vh;
}
.title_cnt.title_two{
    color: #fff;
    padding: 2px 0px;
    width: 75%;
    text-align: center;
    background-color: #d08520;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
.news_sc_cnt{
    background-color: #fff;
    padding: 10px;
}
/*news section*/

/*vision mission section*/
.vision_mission_cnt{
    background-color: #9c9c9c;
    padding: 15px 15px;
}
.vision_mission_inner_wrpr{
    background-color: #fff;
    text-align: center;
}
.inner_icon_cnt_main{
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 63vh;
    position: relative;
}
.inner_icon_cnt_main::after{
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background-color: #ced2d1;
    margin: auto;
}
.vision_icon_cnt{
    text-align: center;
}
.vision_icon_cnt img{
    width: 50%;
}
.vision_mission_inner_wrpr h4{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.vision_mission_inner_wrpr p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    word-break: break-word;
}
.vision_mission_inner_wrpr .rd_mr_btn{
    display: inline-block;
}
.v_buttons_cnt{
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 63vh;
}
.v_buttons_cnt ul{
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}
.v_buttons_cnt ul li{
    margin-bottom: 15px;
}
.v_buttons_cnt ul li:last-child{
    margin-bottom: 0px;
}
.v_buttons_cnt ul li a{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    text-align: center;
    background-color: #70090c;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.v_buttons_cnt ul li a:hover, .v_buttons_cnt ul li a:hover{
    color: #70090c;
    background-color: #fff;
    border: 2px solid #70090c;
    text-decoration: none;
}
/*vision mission section*/

/*facility section*/
.facility_inner_wrpr{
    padding: 0px 15px;
}
.facility_cnt{
    padding: 25px 0px 50px;
    background-image: url("../img/facilitybg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.facility_bx{
    margin-top: 85px;
    padding: 60px 10px 25px;
    position: relative;
    text-align: center;
    background-color: #b9b5b2;
    min-height: 249px;
}
.facility_icon_cnt{
    background-color: #70090c;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: auto;
    top: -55px;
    left: 0;
    right: 0;
    position: absolute;
}
.facility_icon_cnt img{
    width: 100% !important;
    padding: 0px;
}
.facility_bx h4{
    color: #161712;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.facility_bx p{
    color: #767676;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    word-break: break-word;
}
/*facility section*/

/*gallery section*/
.gallery_cnt .title_cnt h5{
    color: #fff;
}
.gallery_cnt{
    padding: 25px 0px;
    background-image: url("../img/gallerybg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_bx{
    border: 1px solid #fff;
}
/*gallery section*/

/*footer section*/
footer{
	padding: 50px 0px 0px;
	background-color: #221e1b;
}
footer .footer_logo_cnt{
	margin-bottom: 25px;
}
footer .footer_logo_cnt img{
	width: 100%;
}
footer p{
	color: #a19fa0;
	font-size: 16px;
	line-height: 30px;
    word-break: break-word;
}
.f_readmore{
	color: #a19fa0;
	font-size: 16px;
	font-weight: 600;
	margin-left: 15px;
}
.f_readmore:hover{
	text-decoration: none;
	color: #a19fa0;
}
.f_readmore i{
	font-size: 14px;
}
.qk_title{
	margin-bottom: 25px;
}
.qk_title h6{
	font-size: 20px;
	color: #a19fa0;
	text-align: left;
	padding-left: 6%;
	position: relative;
}
.qk_title h6:before{
	position: absolute;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #fff;
	left: 0px;
	top: 50%;
}
.qk_title h6 span:first-child{
	font-weight: 400;
}
.qk_title h6 span:last-child{
	font-weight: 900;
}
.f_q_link_cnt ul{
	padding: 0px;
	left: 0px;
	list-style-type: none;
}
.f_q_link_cnt ul li{
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}
.f_q_link_cnt ul li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #a19fa0;
	left: 0px;
	top: 50%;
	border-radius: 50%;
}
.f_q_link_cnt ul li a{
	color: #a19fa0;
	font-size: 18px;
}
.f_q_link_cnt ul li a:hover{
	color: #a19fa0;
	text-decoration: none;
}
.f_q_cont_cnt{
	padding-left: 15px;
}
.f_q_cont_cnt i{
	position: absolute;
	left: 0px;
	font-size: 20px;
	color: #a19fa0;
}
.f_q_cont_cnt h3{
	font-size: 18px;
	color: #a19fa0;
	font-weight: 900;
	margin: 0px;
	margin-left: 10px;
}
.f_q_cont_cnt p{
	margin-left: 10px;
	word-wrap: break-word;
    word-break: break-word;
}
.brdr{
	margin-top: 40px;
    background-color: #020609;
}
.copy_rgt_cnt{
	padding: 15px 0px;
}
.copy_rgt_cnt2{
	padding: 15px 0px;
}
.copy_rgt_cnt p{
	color: #a19fa0;
	font-size: 18px;
	line-height: 30px;
	margin: 0px;
    word-break: break-word;
}
.copy_rgt_cnt p a{
	font-weight: 900;
	color: #a19fa0;
}
.copy_rgt_cnt p a:hover{
	text-decoration: none;
}
ul.footer_social{
	list-style-type: none;
	padding: 0px;
	left: 0px;
	float: right;
	margin: 0px;
}
ul.footer_social li{
	display: inline-block;
}
ul.footer_social li a{
    border-radius: 5px;
    font-size: 20px;
    color: #000;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}
.f_q_cont_cnt .col-lg-6{
    min-height: 100px;
}
/*footer section*/

@media only screen and (min-width: 769px) and (max-width: 1024px){
    .logo_cnt{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 16vh;
    }
    .f_q_cont_cnt .col-lg-6{
        min-height: 240px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 768px){
    .bt_section .container-fluid{
        padding: 0;
    }
    .header_right_cnt{
        justify-content: center;
        min-height: 11vh;
    }
    .message_main_cnt .nav>li{
        width: 49.4%;
    }
    .inner_icon_cnt_main{
        min-height: 53vh;
    }
    .v_buttons_cnt{
        min-height: 53vh;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    .header_right_cnt{
        flex-direction: column;
    }
    .hd_bx{
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .hd_bx ul li{
        display: inline-block;
    }
    .hd_bx ul.social_ul li:last-child{
        margin-right: 0px;
    }
    .message_main_cnt .nav>li{
        width: 49.6%;
    }
    .inner_msg_cnt_flx{
        flex-direction: column;
    }
    .msg_img_cnt{
        width: 50%;
        margin: 0 auto;
    }
    .inner_icon_cnt_main{
        min-height: auto;
        padding: 35px 0px;
    }
    .f_q_cont_cnt .col-lg-6{
        min-height: auto;
    }
    .copy_rgt_cnt{
        padding: 15px 0px 0px;
    }
    .copy_rgt_cnt p{
        text-align: center;
    }
    ul.footer_social{
        float: none;
        text-align: center;
    }
    .sister-branch-in-cnt ul{
        display: block;
    }
}
@media only screen and (max-width: 480px){
    .header_right_cnt{
        flex-direction: column;
    }
    .hd_bx{
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .hd_bx ul li{
        display: inline-block;
    }
    .hd_bx ul.social_ul li:last-child{
        margin-right: 0px;
    }
    .message_main_cnt .nav>li{
        width: 49.6%;
    }
    .inner_msg_cnt_flx{
        flex-direction: column;
    }
    .msg_img_cnt{
        width: 50%;
        margin: 0 auto;
    }
    .inner_icon_cnt_main{
        min-height: auto;
        padding: 35px 0px;
    }
    .f_q_cont_cnt .col-lg-6{
        min-height: auto;
    }
    .copy_rgt_cnt{
        padding: 15px 0px 0px;
    }
    .copy_rgt_cnt p{
        text-align: center;
    }
    ul.footer_social{
        float: none;
        text-align: center;
    }
    .sister-branch-in-cnt ul{
        display: block;
    }
}


.modal-header .close {
    margin-top: -20px;
    padding: 0;
    color: #fff;
    opacity: 1;
    background-color: #312314;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 10;
    margin-bottom: -35px;
    left: 97%;
}
.modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body iframe {
    width: 100%;
    height: 56vh;
}
.modal-dialog {
    margin-top: 146px;
}
.modal-body {
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 600px){
    .modal-body iframe {
        width: 100%;
        height: 30vh;
    }
}