@import url(../fonts/stylesheet.css);
*{
    box-sizing: border-box;
}

html{
    
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Circular Std';
    font-style: normal;
    font-display: swap;

}

/* SO MOBILE MENU CSS */
.mobile-submenu{
    list-style: none !important;
}


/* header_start */
header{
    padding: 8px 0;
}

header .navbar-light .navbar-nav .nav-link{
    color: #000000;
    font-weight: 500;
    transition: .5s;
}

header .navbar-light .navbar-nav .nav-link:hover{
    color: #EE2C3C;
}

header .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

/* banner_start */
.banner-sec{
    background: linear-gradient(rgba(238, 44, 60, 0.55), rgba(238, 44, 60, 0.55)), url('../images/banner1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    height: 640px;
    position: relative;
}

.banner-cnt{    
    background: rgba(226, 78, 90, 0.6);
    width: 90%;
    margin: 265px auto 0 auto;
}

.banner-cnt h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    padding:10px 25px 10px 20px;
}

.down-btn{
    width: 50px;    
    height: 50px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 13px;
    left: 50%;
    transform: translate(-90%, 0);
    cursor: pointer;
}

/* about_section_home */

.abt_hm_sec{
    padding: 30px 200px;
}
/* .h-abt{
    padding-top: 45px;
    padding-left: 45px;
} */
.abt_img{
    text-align: center;
}

.h-abt h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
}
.h-abt p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}


.heading h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.heading p{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* info_sectin */

.info-sec{
    padding-top: 40px;
    min-height: 400px;
}
.info-sec img{
    width: 100%;
}
.info-box, .info-box_second{
    margin-top: 40px;
}  

.info-box p{
    padding: 0px 46px;
    margin: 0;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
}

.info-box p a{
    text-decoration: none;
    color: #000000;
    transition: .5s;
}
.info-box p a:hover{
    color: #E42A3A;
}
.info-box img{
    transform: scale(.85);
    border-radius: 10px;
}
.owl-announc .owl-item.active.center img{
    transform: scale(1.2);
    border-radius: 10px;
}
.owl-announc .owl-item.active.center p{
    padding-top: 30px;
    text-align: center;
}


.info-box_second p{
    padding-top: 40px;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
}

/* gallery_section */
.gallery_sec{
    padding-top: 40px;
}

.gallery_sec .owl-carousel{
    padding: 40px 0;
}
:focus-visible{
    outline: 0;
}
:focus{
    outline: 0!important;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .5s;
    
}
.owl-nav .owl-next {
    right: -60px;
    display: flex;
    font-size: 50px !important;
    background: #F8F8F8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 40px;    
    height: 40px;
    border-radius: 40px!important;
    line-height: 0!important;
}
.owl-nav .owl-prev{
    left: -60px;
    display: flex;
    font-size: 50px !important;
    background: #F8F8F8;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 40px;    
    height: 40px;
    border-radius: 40px!important;
    line-height: 0!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #E42A3A;
    color: #FFF;
    text-decoration: none;
}


/* progranms_section */
.progranms-sec{
    padding:40px 0px;
}
.progranms-cnt{
    background: #FFFFFF;
    box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    padding: 5px;
    margin-top: 20px;
}
.prog-text {
    padding-top: 30px;
}
.prog-text h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.prog-text h4 a{
    text-decoration: none;
    color: #000000;
    transition: .5s;
}
.prog-text h4 a:hover{
    color: #E42A3A;
}
.prog-text p{
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
}

/* Map_section */

.map-sec{
    background: #E42A3A;
    background-image: url("../images/texture.png"); /* fallback */
    background-image: url("../images/texture.png"), linear-gradient(#E42A3A, #E42A3A); /* W3C */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    padding: 50px 0 90px 0;
}
.map-sec h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    padding-bottom: 40px;
}

footer{
    background-color: #2D2C2C;
    padding: 120px 0;
}
.compant-info{
    border-right: 2px solid white;
    padding-right: 10px;
}
.compant-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.compant-info ul li{
    list-style: none;
    display: inline;
}
.compant-info ul li a{
    padding: 0 3px;
}
.compant-info ul li a:hover img{
    transform: scale(1.1);
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}
footer ul li a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    transition: .5s;
}
footer ul li a:hover{
    color: #E42A3A;
    text-decoration: none;
}


/* About page design  */
.abt_banner{
    background: linear-gradient(rgba(242, 62, 54, 0.44), rgba(242, 62, 54, 0.44)), url('../images/abt-banner.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    height: 44vh;
    position: relative;
}
.main_banner{
    position: relative;
}
.main_banner:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(242, 62, 54, 0.44);
    top: 0;
    left: 0;
}

.main_banner_neutral{
    position: relative;
}
.main_banner_neutral:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.abt-content{
    padding: 60px 200px;
}

.abt-content button{
    background: transparent;
    border: 0;
}
.abt_text h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
}
.heaing_h1{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
} 
.abt_text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}
.abt-heading{
    padding: 0px 200px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.section-grey{
    background: #efefef;
    padding: 10px 150px;
}

.emailhighlight{
    background: #ef2c3c;
    color: #FFFFFF;
    padding: 0px 10px;
}

.abt-leader{
    background: #201B1B;
    padding: 10px 150px;
}

.leader_img{
    background: url(../images/texture2.png);
    background-size: 100% 100%;
    padding: 30px 0;
    background-position: center top;
}
.leader_img img{
    width: 180px;
    height: 180px;
    border-radius: 40px;
}
.leader_cnt{
    color: #ffffff;
    padding-top: 40px;
}
.leader_cnt h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.leader_cnt h4{
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
}
.leader_cnt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.line{
    border: 1px solid #F23E36;
    margin: 20px 0;
}
.btn-read{
    float: right;
    color: #E42A3A;
}
.btn-read:hover{
    text-decoration: none;
    color: #000000;
}
/* Collaborations_page */
.Collb_banner{
    background: linear-gradient(rgba(242, 62, 54, 0.44), rgba(242, 62, 54, 0.44)), url('../images/col.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.clients_logo{
    padding: 0 120px;
}
.client_heading{
    padding: 0 0 40px 0;
    text-align: center;
}
.client_heading h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.Client_logo_box{
    width:20%;
    float: left;
    text-align: center;
}
.Client_logo_box p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding:20px 0 30px 0;
}
.client_heading p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.btn-link{
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.btn-link:hover{
    color: #E42A3A;
    text-decoration: none;
}
/* News_page_page*/
.news_banner{
    background: linear-gradient(rgba(242, 62, 54, 0.44), rgba(242, 62, 54, 0.44)), url('../images/news.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.news_blog{
    padding: 40px 100px;
}
.news_blog .card{
    background: #FFFFFF;
    box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    margin: 0 10px 35px 10px;
    height: 410px;
}
.news_blog .card h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.news_blog .card P{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1A202C;
}
.news_blog .card-body {
    padding-bottom: 40px;
}
.news_blog .heading p{
    padding-left: 10px;
}
.card-img-top{
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.programs_list .card{
    background: #FFFFFF;
    box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    margin: 0 10px 35px 10px;
    height: 470px;
}
.programs_list .card h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #de4143;
    padding-top: 20px;
}
.programs_list .card P{
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #1A202C;
}
.programs_list .card-body {
    padding-bottom: 40px;
}
.programs_list .heading p{
    padding-left: 10px;
}


.Future_Bootcamp_list .card{
    background: #FFFFFF;
    box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    margin: 0 10px 35px 10px;
}
.Future_Bootcamp_list .card h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #de4143;
    padding-top: 20px;
}
.Future_Bootcamp_list .card P{
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #1A202C;
}
.Future_Bootcamp_list .card-body {
    padding-bottom: 40px;
}
.Future_Bootcamp_list .heading p{
    padding-left: 10px;
}



.modal-body p{
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #1A202C;
}

.modal-title{
    color: #ee2c3c;
    font-size: 30px;
    padding-bottom: 20px; 
    text-transform: uppercase;
    line-height: 1em;
}


.highlight-card{
    background: #FFFFFF;
    box-shadow: 0px -1px 16px 5px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    padding: 30px;
    margin-bottom: 20px;
}
.highlight-card h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #de4143;
    padding-top: 0px;
}
.highlight-card P{
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #1A202C;
}




.btn-blog{
    background: #342E2E;
    border-radius: 60px;
    padding: 10px 40px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    transition: .5s;
    border: 1px solid #342E2E;
    margin-bottom: 20px;
}
.btn-blog:hover{
     background: transparent;
     text-decoration: none;
     color: #E42A3A;
}
/* news_details_page */

.news_details_banner{
    background: linear-gradient(rgba(242, 62, 54, 0.44), rgba(242, 62, 54, 0.44)), url('../images/v.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.news_details{
    padding: 40px 150px;
}

.news_details .heading{
    padding-bottom: 10px;
}

.news_details .heading h5{
    padding-bottom: 30px;
    padding-top: 0px;
}

.news_details p{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.news_details ul{
    padding: 12px;
}

