@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@font-face {
	font-family: 'helveticaregular';
	src: url('../fonts/helvetica-webfont.woff2') format('woff2'), url('../fonts/helvetica-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body{
	color: #000;
	font-family: "Helvetica", Sans-Serif;
}
#wrapper{ overflow: hidden; }
.w-75{ max-width: 1125px; }
#header{
	background: #fff;
	box-shadow: 0px 10px 20px rgba(44,62,80,0.05);
	transition: all .2s ease;
	height: 118px;
	margin-bottom: 60px;
}
body.home-page #header{ margin-bottom: 0px; }
body.contact-page #header{ margin-bottom: 0px; }
#header .container{ padding: 0; }
#header .navbar-expand-lg{ padding-top: 0; }
#header .navbar-expand-lg .navbar-nav{ font-size: 15px !important; }
.navbar-brand img{
	width: 128px;
	height: auto;
	float: left;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link{ color: #ff9e3d; }
.nav-link{
	color: #000;
	padding: 48px 0;
}
.navbar-nav .nav-item{ margin: 0 5px; }
.nav-link:focus, .nav-link:hover{ color: #ff9e3d; }
.dropdown-menu{
	border: none !important;
	background-color: #000 !important;
	border-radius: 0 !important;
	top: 118px !important;
	font-size: 14px;
	transition: all .3s;
}
.dropdown-menu .dropdown-item{
	padding: 12px 15px;
	transition: all .3s;
}
.dropdown-menu .dropdown-item:hover{
	background: none;
	color: #ff9e3d;
	transition: all .3s;
}
.dropdown-menu a{ color: #fff; }
.modal-content{ background: rgba(255, 255, 255, 0.8); }
body.home-page .who-we-are{ color: #ff9e3d !important;}
body.whatwedo .what-we-do{ color: #ff9e3d !important;}
body.contact-page .contact-us{ color: #ff9e3d !important;}
#section-one{
	padding: 80px 0 60px;
	background:url(../images/Ent-Skills-Workshops.jpeg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}
#section-one .overlay{
	background: rgba(00, 33, 71, 0.9);
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 0;
}
#section-one .container{
	position: relative;
	z-index:1;
}
#section-one h1{
	font-weight: bold;
	color: #ff9e3d;
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 52px;
}
#section-one p{
	font-size: 14px;
	line-height: 25px;
}
#section-one h1 span{ color: #fff; }
#section-two{
	padding: 30px 0;
	position: relative;
}
#section-two .container-wrapper{
	border-bottom: 2px solid #700f1a;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.block-directors-message{
	background-color: #ff9e3d;
	color: #fff;
	padding: 10px 20px;
	margin-top: -65px;
}
.block-directors-message .col-lg-7{ display: table;}
.block-directors-message .col-lg-7 .text-holder{
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	padding: 20px 0px 0 0;
}
.block-directors-message .col-lg-5 img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.block-directors-message .col-lg-5 p{ text-align: center; }
.shrink {
	padding: 0 !important;
	transition: all .1s ease;
}
.block-courses{ padding: 50px 0; }
.block-courses .row{ padding: 20px 0; }
.block-courses .col-lg-8{
	font-size: 22px;
	line-height: 25px;
}
.block-courses .fa-solid{
	font-size: 60px;
	line-height: 40px;
	margin-right: 30px;
	display: inline-block;
	float: left;
}
.block-courses strong{
	float: left;
	max-width: 180px;
	font-weight: normal;
	font-size: 25px;
	line-height: 35px;
}
.block-courses a{
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
}
.block-courses a:hover{
	color: #ff9e3d;
	transition: all .3s ease;
}
.block-history{
	border-bottom: 2px solid #700f1a;
	padding-bottom: 80px;
	margin-bottom: 50px;
}
.block-history .block-intro{ display: table; }
.block-history .block-intro .text-holder{
	display: table-cell;
	vertical-align: middle;
}
.block-history .image-holder{
	height: 600px;
	width: 100%;
}
.block-history .image-holder{
	background:url(../images/img-history3.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
	border: 2px solid #903034;
}
.block-history h2{
	font-weight: bold;
	margin-bottom: 30px;
}
.block-history .block-intro p{ margin-bottom: 30px; }
.block-vision-mission{ padding-bottom: 50px; }
.block-vision-mission .text-holder{
	padding: 50px;
	background-color: #e1e3e4;
	min-height: 300px;
	border: 2px solid #700f1a;
}
.block-vision-mission .text-holder h2{
	font-weight: bold;
	margin-bottom: 20px;
}
#our-core-values{ padding: 40px 0; }
#our-core-values .heading{
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	border-bottom: 2px solid #700f1a;
	border-top: 2px solid #700f1a;
	padding-top: 50px;
	padding-bottom: 50px;
}
#our-core-values .heading span{
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}
#our-core-values .holder{
	width: 100%;
	position: relative;
}
#our-core-values .holder .overlay{
	background: rgba(00, 00, 00, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	transition: all .3s ease;
}
#our-core-values .holder img{
	display: block;
	width: 100%;
	height: auto;
}
#our-core-values .holder .overlay strong{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
}
#our-core-values .holder .overlay:hover{
	background: rgba(00, 00, 00, 0.7);
	transition: all .3s ease;
}
#our-core-values .carousel-control-next, .carousel-control-prev{ width: 5%; }
#impact-of-iba-ced{ margin-bottom: 80px; }
#impact-of-iba-ced .row{ margin-bottom: 20px; }
#impact-of-iba-ced h2.heading{
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #700f1a;
	border-bottom: 2px solid #700f1a;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#impact-of-iba-ced .stacking-block{ margin-top: 50px; }
#impact-of-iba-ced .stacking-block .col-lg-3 { background-color: #002147; }
#impact-of-iba-ced .stacking-block .col-lg-3 h2{
	text-align: center;
	padding: 120px 40px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#impact-of-iba-ced .stacking-block .col-lg-9{
	background:url(../images/img-ced-building.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#impact-of-iba-ced .row2 .col-lg-3:first-child { background-color: #002147; }
#impact-of-iba-ced .row2 h3{
	text-align: center;
	padding: 50px 40px;
	color: #fff;
	margin: 0;
	font-size: 25px;
}
#impact-of-iba-ced .row2 .col-lg-3{
	background-color: #ff9e3d;
	color: #fff;
}
#impact-of-iba-ced .row2 .col-lg-3 .number-holder{
	display: table;
	width: 100%;
	height: 100%;
}
#impact-of-iba-ced .row2 .col-lg-3 .number-holder .data{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#impact-of-iba-ced .row2 .col-lg-3 .number-holder .data span{
	font-weight: bold;
	color: #ffd8c4;
	font-size: 14px;
}
#impact-of-iba-ced .row2 .col-lg-3 strong{
	font-size: 50px;
	display: block;
}
#impact-of-iba-ced .row2 .col-lg-3 strong span{
	font-weight: normal;
	display: block;
	font-size: 18px;
}
#impact-of-iba-ced .row2 .col-lg-9{ background-color: #ff9e3d; }
#impact-of-iba-ced .row2 .col-lg-9 ul{
	text-align: center;
	padding: 0;
	margin: 0;
}
#impact-of-iba-ced .row2 .col-lg-9 ul li{
	list-style: none;
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	width: 120px;
}
#impact-of-iba-ced .row2 .col-lg-9 ul li strong{
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
#impact-of-iba-ced .row2 .col-lg-9 ul li span{
	font-weight: bold;
	display: block;
	color: #ffd8c4;
	font-size: 14px;
}
#our-partners{ margin-bottom: 100px; }
#our-partners h2.heading{
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #700f1a;
	border-bottom: 2px solid #700f1a;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#our-partners .col-lg-3{ text-align: center; }
#our-partners > .carousel-control-next, > .carousel-control-prev{
	width: 3%;
	height: 19%;
	background: #ff9e3d;
	border-radius: 100px;
	top: 40%;
}
#our-partners .carousel-indicators{ bottom: -30px; }
#our-partners .carousel-indicators [data-bs-target]{
	background: #ff9e3d;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#section-testimonials{
	background: #ff9e3d;
	padding: 40px 0;
	color: #fff;
	margin-bottom: 100px;
}
#section-testimonials .fa-solid{
	font-size: 60px;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}
#section-testimonials > .text-holder{
	padding-left: 50px;
}
#section-testimonials .col-lg-6 .text-holder{ max-width: 470px; }
#section-testimonials .col-lg-6 .text-holder p{ text-align: left; }
#section-testimonials .col-lg-6  .text-holder-right-aligned{ float: right; }
.testimonial-footer{
	margin-top: 50px;
	display: table;
}
.testimonial-footer .text-holder{
	display: table-cell;
	vertical-align: middle;
}
#section-testimonials .testimonial-footer img{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	float: left;
	margin-right: 50px;
}
#section-testimonials .testimonial-footer strong{
	display: block;
	color: #000;
}
#happening-now h2.heading{
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #700f1a;
	border-bottom: 2px solid #700f1a;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#happening-now .col-lg-6{ text-align: center; }
#happening-now .col-lg-6 strong{
	color: #ff9e3d;
	font-size: 30px;
	display: block;
	margin-top: 45px;
}
#happening-now .col-lg-6 em{
	display: block;
	margin-bottom: 20px;
}
#happening-now .col-lg-6 .btn-primary{
	background-color: #ff9e3d;
	border-color: #ff9e3d;
}
#happening-now .col-lg-6 .btn-primary a{
	text-decoration: none;
	color: #fff;
}
#happening-now .col-lg-6 img:hover{ cursor: pointer; }
.modal-fullscreen .modal-body{ text-align: center; }
#footer{
	margin-top: 50px;
	background-color: #002147;
	color: #fff;
	padding: 50px 0 20px;
}
#footer .block-engage-with-us{
	max-width: 400px;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#footer .block-engage-with-us img{
	width: 160px;
	height: auto;
	display: block;
}
#footer ul{
	padding: 0;
	margin: 0;
}
#footer ul li{ list-style: none; }
#footer ul li a{
	text-decoration: none;
	color: #fff;
}
#footer h3{ margin-bottom: 20px; }
#footer .ced-social-network { float: right; }
#footer .ced-social-network li{ margin-bottom: 20px; }
#footer .ced-social-network li img{
	float: left;
	margin-right: 10px;
}
#footer .right-column h3{
	width: 100%;
	text-align: right;
}
#footer .footer-bottom{ margin-top: 100px; }
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #ff9e3d;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover { background-color: #002147; }

.carousel-inner .carousel-itemf {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.top-banner-contact{
	height: 600px;
	background:url(../images/bg-contact.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	margin-bottom: 50px;
}
.block-contact-us{
	background: #ff9e3d;
	color: #fff;
	padding: 60px;
}
.block-contact-us span{
	display: block;
	font-size: 15px;
	margin-left: 38px;
}
.block-contact-us .text-holder{ float: right; }
#happening-now .col-lg-6 p{ text-align: center; }
#footer p{ text-align: left; }
body.contact-page #myBtn{ display: none !important; }
.hr{
	width: 100%;
	height:2px;
	background-color: #700f1a;
	margin-bottom: 40px;
}
.bordered-block{
	border-left: 48px solid #ff9e3d;
	padding-left: 33px;
	padding-top: 22px;
	position: relative;
	overflow: hidden;
}
.bordered-block h3{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 37px;
}
.bordered-block .text-holder{
	border-top: 2px solid #700f1a;
	padding-top: 38px;
}
.button-global{
	font-size: 14px;
	background-color: #ff9e3d;
	color: #fff;
	padding: 13px 16px;
	text-decoration: none;
	transition: all .3s;
	float: right;
	margin-top: 45px;
	margin-bottom: 25px;
}
.button-global:hover{
	background-color: #fa9129;
	transition: all .3s;
	color: #fff;
}
body.whatwedo .col-lg-3 .image-holder{
	width: 260px;
	height: 100%;
	background-size: cover;
	background-position: center;
}
body.whatwedo .col-lg-3 .training-and-development{
	background:url(../images/img18.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.whatwedo .col-lg-3 .startup-support-program{
	background:url(../images/img2.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
}
body.whatwedo .col-lg-3 .research-and-consultancy{
	background:url(../images/img3.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body.whatwedo .col-lg-3 .student-entrepreneurial-development{
	background:url(../images/img4.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .certificate-in-entrepreneurship{
	background:url(../images/img5.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .iba-suadagran-entrepreneurship-program{
	background:url(../images/img6.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .women-entrepreneurship-program{
	background:url(../images/img7.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .global-mothers-entrepreneurship-camp{
	background:url(../images/img8.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .international-entrepreneurship-summer-school{
	background:url(../images/img9.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .col-lg-3 .kid-preneurs{
	background:url(../images/img10.jpg) no-repeat;
	background-size: cover;
	background-position: -100px center;
}
body.training-development-page .col-lg-3 .teen-preneurs{
	background:url(../images/img11.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .invent-the-sustainable-entrepreneurship-challenge{
	background:url(../images/img12.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .entrepreneurial-skills-workshop{
	background:url(../images/Ent-Skills-Workshops.jpeg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .internship-with-startups-ced-incubates{
	background:url(../images/img4.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .student-ventures-exhibitions-ibazaar{
	background:url(../images/img13.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .internships-and-networking{
	background:url(../images/img14.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .pgd-in-entrepreneurship{
	background:url(../images/img15.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.student-entrepreneurial-development .col-lg-3 .bba-entrepreneurship{
	background:url(../images/img5.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.startup-support-program .col-lg-3 .incubation{
	background:url(../images/img4.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.startup-support-program .col-lg-3 .accelerator-program{
	background:url(../images/img14.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.research-and-consultancy .col-lg-3 .research{
	background:url(../images/img16.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.research-and-consultancy .col-lg-3 .consultancy{
	background:url(../images/img17.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
body.training-development-page .bordered-block h3{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	color: #1a1a1a;
}
body.whatwedo .row{ margin-bottom: 25px; }
.heading-detailed-page{
	font-weight: bold;
	border-top: 2px solid #700f1a;
	border-bottom: 2px solid #700f1a;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #1a1a1a;
}
.caption-global{
	font-size: 30px;
	color: #1a1a1a;
	font-weight: 600 !important;
	font-family: "Raleway",Sans-serif !important;
	margin-bottom: 24px;
	display: block;
}
.button-holder{
	overflow: hidden;
	padding: 20px 0;
}
.btn-apply-now{
	background-color: #ff9e3d !important;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	transition: all .3s;
}
.btn-apply-now:hover{ color: #002147; }
.banner-global{
	overflow: hidden;
	width: 100%;
}
.banner-global img{
	width: 100%;
	height: auto;
	display: block;
}
.program-modules li{ margin-bottom: 10px; }









@media only screen and (max-width: 1434px) {
	#impact-of-iba-ced .row2 .col-lg-9 ul li{ margin: 4% 2%; }
}
@media only screen and (max-width: 1400px) {
	#impact-of-iba-ced .row2 .col-lg-9 ul li{ margin: 5% 1%; }
	.block-courses strong{ max-width: 170px; }
	.navbar-nav .nav-item { margin: 0; }
	#section-testimonials .col-lg-6 .text-holder { max-width: 430px; }
}
@media only screen and (max-width: 1366px) {
	#our-core-values .holder .overlay strong{ font-size: 20px; }
	.block-vision-mission .text-holder{ min-height: 325px; }
}
@media only screen and (max-width: 1199px) {
	.navbar-nav .nav-item { margin: 0; }
	.block-courses .fa-solid{
		font-size: 50px;
		margin-right: 10px;
	}
	.block-courses strong {
		max-width: 200px;
		font-size: 16px;
	}
	
}
@media only screen and (min-width: 991px) { .navbar-nav .nav-item:hover .dropdown-menu{ display: block; } }
@media only screen and (max-width: 991px) {
	.block-contact-us{ padding: 0; }
	.block-contact-us .email{ margin-top: 70px;}
	.block-contact-us .col-lg-4{ padding: 40px; }
	.block-contact-us .text-holder { float: left; }
	.block-courses .col-lg-8 .col-lg-6{
		text-align: center;
	}
	.block-directors-message{ margin-top: 25px; }
	.block-directors-message img{ margin-bottom: 20px; }
	#section-testimonials .col-lg-6 .text-holder-right-aligned { float: left; }
	#section-one{ padding: 20px 0; }
	.top-banner-contact { height: 270px; }
	#header{ height: auto; }
	.nav-link { padding: 10px 0; }
}
@media only screen and (max-width: 575px) {
	.block-courses strong{
		max-width: 100%;
		float: none;
	}
	.block-courses .fa-solid{
		float: none;
		display: block;
		margin: 50px;
	}
	.block-vision-mission .text-holder{ margin-bottom: 30px; }
	#impact-of-iba-ced .stacking-block .col-lg-3 h2{ padding: 15px 10px; 	}
	#impact-of-iba-ced .stacking-block .col-lg-9{ height: 200px; }
	#impact-of-iba-ced .row2 h3{ padding: 15px 10px; }
	#impact-of-iba-ced .row2 .col-lg-3 strong{ font-size: 30px; }
	#impact-of-iba-ced .row2 .col-lg-3 .number-holder{ padding: 25px 0; }
	#impact-of-iba-ced .row2 .col-lg-9 ul li{ width: 100%; }
	.testimonial-footer{ margin-top: 0; }
	.testimonial-footer{ margin-bottom: 50px;}
	#happening-now .col-lg-6 .btn-primary{ margin-bottom: 25px; }
	.w-75 { width: 95% !important; }
	#our-core-values .holder{ margin-bottom: 20px; }
	#footer .right-column h3{ text-align: left; }
	#footer .ced-social-network { float: left; }
	.engage-with-us{ margin-bottom: 20px; }
	#footer ul.engage{ margin-bottom: 30px !important; }
	#footer h3.social-media{ margin-top: 30px; }
}