
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.orange-bg {
	background-color: #FF7A42;
}

.light-blue-bg{background-color: #ECF1F9;}

.topband_bg-home {
	background: url(../images/main_bg.jpg) no-repeat center;
	background-size: cover;
	height: 778px;
}
.new_topband_bg-home {
	background: url(../images/main_bg.jpg) no-repeat center;
	background-size: cover;
	height:100%;
}

.topband_bg {
	background: url("../images/main_bg.jpg") no-repeat top center;
	background-size: cover;
}

.navbar-expand-lg .navbar-nav .nav-link {
	margin-right: 1rem;
	margin-left: .5rem;
	padding: 0 0 7px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	border-bottom: 3px solid rgba(0, 0, 0, 0.00);
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
	margin-right: 1rem;
	margin-left: .5rem;
	text-transform: uppercase;
	color: #FF7A42;
	font-weight: 500;
	border-bottom: 3px solid #FF7A42;
}

.dropdown-menu {
	border-radius: 0;
	font-size: 14px;
	margin-top: 0;
	border: 0;
	padding: 0;
	text-transform: capitalize;
}

.dropdown-menu .dropdown-item {
	padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FF7A42;
}

.logo-shap:after {
	content: "";
	width: 280px;
	height: 93px;
	left: -19px;
	top: 0;
	transform: skew(-20deg);
	background: #fff;
	position: absolute;
	display: none;
}

.navbar-brand {
	z-index: 999!important;
	margin-right: 0px;
}

.addtocart {
	background-color: #3E65AC;
	padding: 9px 10px;
	border-radius: 50%;
}

.btn-outline-light {
	border-radius: 30px;
	border: 2px solid;
}

.btn-outline-warning {
	border-radius: 30px;
	border: 2px solid #FF7A42;
	color: #FF7A42;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #FF7A42;
	border-color: #FF7A42;
}

.btn {
	padding: 5px 16px;
	border-radius: 30px !important;
}

.from-banner {
	background: transparent linear-gradient(90deg, #FF6D30 0%, var(--unnamed-color-3e65ac) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #FF6D30 0%, #3E65AC 100%) 0% 0% no-repeat padding-box;
}

.form-hedding {
	color: #000000;
	font-size: 20px;
	margin: 20px 0 30px 0;
}

.form-hedding span {
	background: #000;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
}

.form-control {
	border-radius: 0px;
	padding: 8px;
	font-size: 14px;
	height: 40px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.btn-submit {
	color: #fff;
	background-color: #ff7a42;
	border-color: #ea6933;
	padding: 7px 22px;
	font-size: 18px;
	border-radius: 0;
}

.footer.footer-bar {
	padding: 15px 0;
	border-top: 1px solid #efefef;
	font-size: 12px;
	margin-top: 30px;
}

.footer.footer-bar .payment-cards img {
	height: 25px;
}

.social-icon a .fa {
	font-size: 18px;
	color: #000;
	margin-right: 20px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(255, 255, 255, 0.9);
}
.myCarousel .carousel-inner{padding:50px 0 120px 0;}
.myCarousel .carousel-caption {
	position: unset;
}

.myCarousel .carousel-caption h2 {
	font-size: 58px;
	font-weight: 700;
}

.myCarousel .carousel-caption h3 {
	font-size: 58px;
	font-weight: 400;
}

.myCarousel .carousel-caption .event-date {
	font-size: 24px;
	font-weight: 400;
	background-color: #454545;
	display: inline-block;
	padding: 7px 35px;
	border-radius: 30px;
}

/*
.myCarousel .carousel-indicators {
	left: unset;
}
*/

.myCarousel .carousel-caption h4 {
	font-size: 34px;
	font-weight: 400;
	color: #FF7A42;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.myCarousel .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: unset;
	border-bottom: unset;
	opacity: .5;
	transition: opacity .6s ease;
}
.myCarousel .carousel-indicators .active {
    opacity: 1;
}

.my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.px-80 {
	padding: 80px;
}
.py-80 {
	padding: 80px 0;
}

.after-border h5:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 30px;
	left: 0;
	bottom: -6px;
}

.after-border-center h5:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 30px;
	left: 48%;
	bottom: -8px;
}

.heading h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
}

.hp {
	padding: 12px 208px;
}

.heading h5 {
	text-transform: uppercase;
	font-size: 16px;
	color: #FF7A42;
	position: relative;
	display: block;
}

.heading h4 {
	font-size: 34px;
}

.about .heading {
	font-size: 23px;
}

.map-bg {
	background: url(../images/map.png) no-repeat top right;
	background-size: auto;
	content: "";
	height: 450px;
	position: absolute;
	left: 0;
	right: 100px;
	top: -15px;
}

.about-logo img {
	margin-top: 180px;
}

.nav-pills .nav-link {    margin-right: 10px;
    border-radius: 0;
    background-color: #fff;}
	
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #FF7A42;
}
.nav-pills .nav-link.active .day{
    color: #fff!important;
    background-color: #FF7A42;
}
.nav-pills .nav-link.active .date{
    color: #fff!important;
    background-color: #FF7A42;
}

.nav-center {text-align: center;}
 
.nav-link .day {
	color:#000;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	
}
.nav-link .date {
	font-size:16px;
	text-transform:uppercase;
	color:#3E65AC;
	margin-bottom:0px;
}

.nav-item .nav-link {
    display: block;
    padding: 15px 1rem;
}

.nav-pills{    
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.bs-example .card-header button i {
    position: absolute;
    right: 23px;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    padding: 9px 13px;
    top: 34px;
    color: #818181;
	z-index: 1111;
}
.bs-example .card-hearder .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.bs-example .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.bs-example .card{background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 15px;}
	
.bs-example	.card-header:first-child {
    border-radius: 14px;
}

.taccordion-h h6{font-size:11px;color:#3E65AC;text-transform:uppercase;font-weight: 600;margin-bottom:3px;}
.taccordion-h h5{font-size:16px;color:#000;font-weight:600;}
.taccordion-h p{font-size:14px;color:#000;font-weight:500;}
.book-slot {
    color: #fff;
    background-color: #3E65AC;
    border-color: #2a5094;
    padding: 9px 19px!important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.book-slot:hover{
	    color: #fff;
    background-color: #ff7c42;
    border-color: #f56f34;
}

/*------new--------*/


.category ul {list-style: none;}
.category ul li{Color:#818181;padding-top: 0px;}

.category ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #FF7A42;}
	
.card-body{padding-top: 0px;}

.schedule-text-img {
    background: url(../images/schedule.png) no-repeat top center;
    background-size: initial;
    content: "";
    position: absolute;
    left: 0;
    height: 125px;
    right: 0;
    bottom: -1px;
}

.pb-150{padding-bottom: 150px;}
/*Mobile View*/

.Participating-companies .col-md-3 {
    border: 2px solid #DCDCDC;
    border-top: 0px;
    border-left: 0px;
}


.Participating-companies .col-md-3 img{ padding: 20px;}

.view-all-btn{
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 28px;
    background-color: #000;
    text-transform: uppercase;
}

.bbm-f h1{
	    font-weight: 700;
		font-size:45px;
}
.register-now-btn{font-size: 28px;padding: 8px 70px; border-radius: 40px;}

.register-now-btn:hover {
    color: #ffffff;
    background-color: #fb6d32;
    border-color: #f7f7f7;
}

 .stuck .sticky-top {
    background-color: #000 !important;
    position: fixed;
    width: 100%;
	z-index:9999;
}
.sticky-top {
    transition: 1.2s;
	position: fixed;
}

.stuck .sticky-top .navbar-brand{
    width:320px;
}




.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 39px;
    right: 32px;
    width: 43px;
    height: 43px;
    line-height: 58px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #ff7a42;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top .fa{font-size: 30px;
    line-height: 36px;}
	
a:hover {
     text-decoration: unset;
}	

.carousel.slide {
	margin-top:10%;
}


.main_banner{margin-top:83px;}

.contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
}

.contact-info address,
.contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF7A42;
}

.contact-info a {
  color: #000;
}

.contact-info a:hover {
  color: #3E65AC;
}

.contact-address,
.contact-phone,
.contact-email {
  margin-bottom: 20px;
}

.success-color {
    color: #57c69a;
}
.programme-section{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
	padding:20px 0 10px 0;
	border:1px solid #ccc;
}
.payment-icon .fa {
    font-size: 70px;
}

.failed-color {
    color: #dd1010;
}
.btn-primary {
    color: #fff;
    background-color: #3E65AC;
    border-color: #3E65AC;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.navbar-toggler{padding: .25rem .35rem;}


@media (max-width: 576px) {
	.navbar-collapse{background:#000; padding:0 10px;}
	.topband_bg-home .navbar-brand{width:70%;}
	.new_topband_bg-home .navbar-brand{width:70%;}
	.topband_bg .navbar-brand{width:70%;}
	.new_topband_bg .navbar-brand{width:70%;}
	.stuck .sticky-top .navbar-brand{
		width:60%;
	}
	
	.payment h2 {
    font-size: 15px;
}
.sm-transaction {
    margin: 15px;
}

	.main_banner{margin-top:58px;}

	.carousel.slide {
    margin-top: 20%;
}
	.nav-pills{
		    justify-content: left;
	}
	.nav-pills li{
		margin-bottom:15px;
	}
	.nav-pills .nav-item .nav-link{
		text-align: center;
   padding: 12px 10px;
    width: 92px;
	}
	.register-now-btn {
    font-size: 24px;
    padding: 9px 42px;
    border-radius: 40px;
    margin-top: 16px;
}
	.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}
	
	.border-bottom-0{
		    border-bottom: 2px solid #DCDCDC!important;
	}
	.b-lg-r{
	border-right:0px!important;
}
	.b-sm-b {border-bottom:0px!important;}
	.Participating-companies .col-md-3 img {
    padding: 5px;
}
	.Participating-companies{
		padding:20px;
	}
	.schedule-text-img {
   
    background-size: contain;
 
    left: 20px;
    height: 125px;
    right: 20px;
    bottom: -89px;
}
	.bs-example .card-header button i{
		top:30px;
	}
	.book-slot {width:100%;}
	.px-80 {
		padding: 50px 10px;
	}
	.py-80 {
		padding: 50px 0;
	}
	.hp {
		padding: 0px;
		font-size: 16px!important;
		line-height: 26px!important;
	}
	.heading h2 {
		font-size: 25px;
	}
	.heading p .hp {}
	.about-logo img {
		margin-top: 90px;
		padding-bottom: 100px;
		width: 50%;
	}
	.map-bg {
		background: url(../images/map.png) no-repeat top;
		background-size: contain;
		content: "";
		height: 450px;
		position: absolute;
		left: 0;
		right: 0;
		top: unset;
		bottom: -190px;
	}
	.heading h4 {
		font-size: 18px;
	}
	.heading p {
		font-size: 18px;
		line-height: 32px;
	}
	.myCarousel .carousel-inner {
		padding: 30px 0 30px 0;
	}
	.myCarousel .carousel-indicators {
		left: 0;
		bottom: -44px;
	}
	.myCarousel .carousel-caption h4 {
		font-size: 22px;
		font-weight: 500;
		color: #FF7A42;
		text-transform: uppercase;
	}
	.myCarousel .carousel-caption h3 {
		font-size: 26px;
		font-weight: 400;
	}
	.myCarousel .carousel-caption h2 {
		font-size: 30px;
		font-weight: 700;
	}
	.myCarousel .carousel-caption .event-date {
		font-size: 16px;
		font-weight: 400;
		background-color: #454545;
		display: inline-block;
		padding: 7px 15px;
		border-radius: 30px;
	}
	
	.topband_bg-home {
		background: url(../images/main_bg.jpg) no-repeat center;
		background-size: cover;
		height: 500px;
	}
	.form-hedding span {
		font-size: 18px;
	}
	.from-banner h1 {
		font-size: 28px;
	}
	.navbar-nav {
		margin-top: 14px;
		border-top: 2px solid rgb(255, 255, 255);
		    padding-top: 12px;
	}
	.navbar-toggler {
		border: 1px solid white;
		background-color: white;
	}
/*
	.navbar-brand img {
		width: 130px;
	}
*/
	.logo-shap:after {
		content: "";
		width: 200px;
		height: 72px;
		left: -19px;
		top: 0;
		transform: skew(-20deg);
		background: #fff;
		position: absolute;
	}
}


.text-clip-category{
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart_box{width:100%; border:1px solid #dee2e6 !important; padding:15px; margin:0 0 30px 0; border-radius:10px; background:#fff; position:relative;}
.cart_box .lockIcon{position:absolute; right:10px; top:10px; font-size:20px;}
.costBox {
    font-size: 18px;
    font-weight: 500;
}
.cart_box .media-body .book_name {
    min-height: 55px;
    margin: 0 0 10px 0;
        margin-bottom: 10px;
}
.cart_box .media-body h5, .cart_box .media-body h5 a{
	font-size: 14px; color:#000; text-transform: capitalize; text-decoration:none; font-weight:600; margin:0 0 8px 0; line-height:18px; letter-spacing: -0.5px
}
.cart_box .media-body p{ font-size: 13px; font-weight:500; color:#757575; padding:0; margin:0 0 0px 0;}

.cart_box .media-body .form-control{height: calc(1.5em + .5rem + 2px); padding: .25rem .5rem;}

.package_box{background: #fff; border:1px solid #ddd; padding: 10px 15px; margin-bottom:15px; border-radius: 10px;}
.package_box .badge{font-weight: 600;}
.font18{font-size: 16px;}
.font20{font-size: 18px;}
.costBox{font-size: 18px; font-weight: 500;}
.costBox i{font-size:16px; font-weight: 500;}
.costBox span{color:#757575; font-size:14px; line-height: 15px;}
.referralcode{ position: relative; margin: 0; padding: 0;}
.referralcode .apply-btn{ position: absolute; right: 10px; top: 10px; text-decoration: none; font-weight: 600; text-transform: uppercase;}

