@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');
:root{
	--red-color: #c41e03;
	--blue-color: #344b75;
	--blue-gradient:  linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
	--main-font: 'Outfit', sans-serif;
}
.w-100{
	width:100% !important;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
body {
	
	padding: 0;
	margin: 0;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: 0 !important;
	text-decoration: none;
	color: #000;
	font-family: 'Outfit', sans-serif;

	letter-spacing: 1px;
}

a:hover {
	text-decoration: none;
}
button {
	outline: 0 !important;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	font-family: 'Outfit', sans-serif;

	font-weight: 400;
	font-size: 16px;
    line-height: 30px;
	color: #000;
}
p:last-child {
	margin-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2	, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;

	font-weight:600 ;
	color: #000;
}

.index-v3 .h1,.index-v3 .h2,.index-v3 .h3,.index-v3 .h4,.index-v3 .h5,.index-v3 .h6,.index-v3 h1, .index-v3 h2	, .index-v3 h3, .index-v3 h4, .index-v3 h5, .index-v3 h6{
	font-family: 'Poppins', sans-serif;

}

h2{
	font-weight:600 ;
	font-size: 36px;
	text-transform: capitalize;

}
h3{
	font-weight:600 ;
	font-size: 30px;
	line-height: 1.5;
}

.dark-text-color{
	color: #000 !important;
}

.bg-fefefe {
	background-color: #fefefe;
}
.bg-f4f9fd {
	background-color: #f4f9fd;
}
.ptb-100 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.btn {
	border: none;
	line-height: initial;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 25px 12px 25px;
	text-align: center;
	position: relative;
	-webkit-transition: 0.5s;
	font-size: 14px;
	transition: 0.5s;
}
.common-btn {
	position: relative;
	z-index: 5;
	color: #fff !important;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 4px;
	border: 1px solid #c41e03;
	background: #c41e03;
	padding: 10px 25px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 20px !important;
	transition: 0.5s ease all;
}
.common-btn:hover{
	color: #fff;
	background: #000;
	border-color: #000;
}

.hover-image{
	overflow: hidden;
}
.hover-image img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hover-image:hover img{
	transform: scale(1.1);
}
.shadow-effect{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.shadow-effect:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  }


footer .border-btn.common-btn:hover{
	background: #c41e03;
}
.white-color{
	color: #fff !important;
}
.burger-menu{
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.burger-icon{
	position: relative;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.burger-icon span {
    width: 100%;
    height: 2px;
    background: #fff;
    width: 77%;
    margin-right: auto;
}
.burger-icon::before{
	content: "";
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 6px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.burger-icon::after{
	content: "";
	height: 2px;
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 6px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


.slick-arrow{
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	border-radius: 4px;
	font-size: 0;
	border: 0;
	background-color: #c41e03;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
}
.slick-prev{
	left: 10px;
	background-image: url(../img/arrow-left.png);
}
.slick-next{
	right: 10px;
	background-image: url(../img/arrow-right.png);

}
.remove-ov::before{
	display: none !important;
}

.rating-star li {
    margin-right: 4px;
    color: gold;
}

.test-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
.test-box {
    padding: 10px 10px 20px 10px;
}
.rating-star {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
	justify-content: center;

}
.testimonials-sec{
	padding: 90px 0;
}

.slick-dots{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.slick-dots li button{
	width: 15px;
	height: 15px;
	border: 0;
	background: #ddd;
	font-size: 0;
	border-radius: 50%;
	margin: 0 5px;
}
.slick-dots li.slick-active button{
	background: #c41e03;
}

footer{
	padding:100px 0 0 0;
	background: url(../img/fiiter-bg.jpg) 0 0 no-repeat;
}
.remove-padd{
	padding-bottom: 20px !important;
}

.ft-box h4{
	text-transform: uppercase;
	margin-bottom: 50px;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.ft-link-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ft-link-list li{
	width: 50%;
	margin-bottom:45px;
}

.ft-link-list li a{
	color: #fff;
}
.ft-box address{
	color: #fff;
	padding-left: 15px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.ft-box address strong{
	font-size: 18px;
	font-weight: 500;
}
.ft-box i{
	color: #e0262c;
	margin-left: -15px;
	margin-right: 5px;
}
.ft-box p{
	padding-left: 15px;
	margin-bottom: 40px;
}
.ft-box p , .ft-box p a{
	color: #fff;
}

.social-icons{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.social-icons a{
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	color: #fff !important;
}
.social-icons a i{
	margin: 0 !important;
	color: #fff !important;
}


.hours-list li{
	padding: 10px 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
}
.hours-list span{
	color: #fff;
	width: 50%;
	display: flex;
}

.copyright{
	padding: 20px 15px;
	text-align: center;
		margin-top: 50px;
		background: #222;
}
.copyright p{
	color: #fff;
}



.close-btn .burger-icon::after {
   
    transform: rotate(-45deg) translate(6px , -8px);
}
.close-btn .burger-icon::before {
    
    transform: rotate(45deg)  translate(10px , 10px);
}
.trans-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.trans-header .close-btn .burger-icon::before {
    transform: rotate(45deg)  translate(9px , 10px);
}

.trans-header .close-btn .burger-icon::after {
    transform: rotate(-45deg) translate(9px , -9px);
}

.close-btn span{
	background: none;
}
.trans-banner{
	padding-top: 350px;
}
.trans-banner.banner::before{
	opacity: 0.88;
}


.fix-menu{
	position: fixed;
	z-index: 99;
	width: 290px;
	height: 100%;
	background: #000;
	transform: translateX(100%);
	-webkit-transition: 0.5s;
	right: 0;
	transition: 0.5s;
}
.open-menu{
	transform: translateX(0);
}
.fix-menu-inner{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding-block: 10px;
	max-height: 100vh;
	overflow-x: auto;
}
.fix-menu-inner ul{
	text-align: center;
}
.fix-menu-inner ul li a{
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
	font-size: 20px;
}


.navbar-nav .nav-link{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.right-btns-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top-hd-btn{
	display: inline-block;
	padding: 10px 20px;
}
.banner-slider .slick-active .banner-inner-text{
	animation:fadeInDown 1s ease-in-out ;
  }

.banner-slider-img{
	position: relative;	
}
.banner-slider-img::before{
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	background: #0c182c;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
}
/* .banner-slider-img::after{
	content: "";
	height: 50%;
	width: 100%;
	display: block;
	 Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+91,000000+100&1+0,0+100 * /
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%); /* FF3.6-15 * /
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.09) 91%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 * /
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.09) 91%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 *

	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
} */
.trans-header{
	position: absolute;
	width: 100%;
	z-index: 99999;
	top: 0;
}
.top-hd-btn{
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	margin-left: 10px;
}
.navbar-nav{
	padding-left: 0px;
}
.navbar-nav .nav-link{
	padding: 0 7px !important;
}

.banner-slider-inner{
	position: relative;
}
.banner-content{
	position: absolute;
	left: 0;
	top: 48%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-inner-text{
	width: 80%;
	padding-left: 40px;
}
.banner-inner-text h2{
	color: #fff;
	font-size: 42px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.banner-inner-text h5{
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.7;
	font-weight: 500;
	margin-top: -20px;
}
.animated-btn{
   position: relative;
   -webkit-animation: animation-btn linear 1000ms infinite;
   animation: animation-btn linear 1000ms infinite;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
.banner-inner-text .common-btn{
	height: 80px;
	line-height: 80px;
	padding: 0 40px !important;
}
.play-btn{
	display: flex;
    justify-content: center;
    color: #fff;
    background: #c41e03;
    align-items: center;
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 0;
    position: relative;
    margin-left: 30px;
}
.banner-btns{
	display: flex;
	flex-wrap: wrap;
	 align-items: center;
}

@keyframes animation-btn{
	0% {
		-webkit-box-shadow: 0 0 0 0 #c41e03;
		box-shadow: 0 0 0 0 #c41e03;
	}
	70% {
		-webkit-box-shadow: 0 0 0 40px rgb(94 223 255 / 0%);
		box-shadow: 0 0 0 40px rgb(94 223 255 / 0%);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgb(94 223 255 / 0%);
		box-shadow: 0 0 0 0 rgb(94 223 255 / 0%);
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1250px;
	}
}
.banner-ov{
	padding-bottom: 60px;
}
.banner-ov-inner{
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
	padding: 0px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	margin-top: -100px;

}
.banner-ov-box{
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	position: relative;
}

.address-detail{
	background: #fff;
	bottom: 20px;
	left: 50px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #333;
	width: calc(100% - 100px);
	position: absolute;
}
.detail-inner h4{
	color: #fff;
	font-size: 18px;
}
.detail-inner h3 a{
	color: #fff;
} 
.map-box{
	width: 100%;
}

.address-detail h3{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.address-detail h3 i{
	color: #c41e03;
}
.map-box iframe{
	display: block;
	border-radius: 0px;
	height: 500px;
}
.about-sec{
	padding:0 0 60px 0;
}
.about-image{
	border-radius: 10px;
	overflow: hidden;
}
.about-image img{
	border-radius: 10px;
}
.abt-icon{
	display: inline-block;
	padding: 0;
	border-radius: 4px;
}
.abt-icon img{
	width: 60px;

}
.abt-box{
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.abt-detail{
	padding-top: 10px;
}
.abt-detail p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.red-bar{
	padding: 20px;
	background: #c41e03;
}

.red-bar-inner h2{
	color: #fff;
}
.border-btn{
	border: 2px solid #fff;
	background: none;
}
.common-btn i{
	margin-left: 10px;
}
.lg-btn{
	padding: 15px 30px;
}

.red-bar-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.red-bar-inner h2{
	width: 70%;
	font-weight: 600;
}

.prog-outer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prog-item {
	width: calc(25% - 15px);
}
.sm-btn{
	padding: 5px 20px !important;

}
.prog-item1 .border-btn,
.prog-item .border-btn{
	color: #c41e03 !important;
	border-color: #c41e03;
	transition: 0.7s;
}
.prog-item1 .border-btn span,
.prog-item .border-btn span{
	color: inherit;
}
.pro-footer{
	padding: 20px 0;
	border-top: 1px solid #ddd;
	text-align: center;
}
.prog-box{
	border: 1px solid #ddd;
	background: #fff;
}
.pro-header{
	margin-bottom: 40px;
}
.prog-detail{
	position: relative;
}
.prog-img img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
}
.prog-detail::before{
	content: "";
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 0;
	background: #c41e03;
	position: absolute;
	left: 0;
	top: 0;
}
.prog-box:hover .prog-detail::before{
	width: 100%;
}
.prog-detail h4{
	padding: 20px;
	line-height: 1.6;
	font-size: 18px;
	min-height: 160px;
	transition: 0.7s;
}
.prog-detail *{
	position: relative;
	z-index: 9;
}
.prog-box:hover p,
.prog-box:hover h4{
	color: #fff;
}
.prog-box:hover .common-btn{
	color: #fff;
	border-color: #fff;
}
.prog-box:hover .common-btn span{
	color: #fff;
}
.program-sec{
	padding: 80px 0 60px 0;
	position: relative;
}
.program-sec::before{
	content: "";
	height: calc(100% - 300px);
	position: absolute;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	top: 300px;
}
.light-before::before{
	background: #f1f1f1;

}
.program-sec .container{
	position: relative;
	z-index: 9;
}
.feature-product .abt-detail h4{
	line-height: 1.6;
	font-size: 20px;
	min-height: 50px;
}
.feature-product .abt-detail p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-product{
	padding: 60px 0;
}

.financial-sec{
	position: relative;
	padding: 60px 0 80px;
}
.financial-sec::before{
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
	top: 0;
}

.financial-sec .container{
	position: relative;
	z-index: 9;
}
.financial-inner{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.75);
}

.finance-text .common-btn{
	border-color: #c41e03;
}
.finance-text .common-btn span{
	color: #c41e03;
}
.finance-text .d-flex p{
	line-height: 1;
}
.finance-text .d-flex p:first-child{
	margin-right: 10px !important;
	padding-right: 10px !important;
	border-right: 1px solid #ddd;
}
.finance-image img{
	border-radius: 10px;
}
.student-box:hover{
	transform: translateY(-10px);
}
.finance-text .d-flex p:not-lastt

.student-detail .border-btn{
	color: #c41e03;
	border-color: #c41e03;
}
.student-detail .border-btn span{
	color: #c41e03;

}
.studen-area{
	padding: 60px 0;
}
.studen-area .slick-prev{
	left: -40px;
}
.studen-area .slick-next{
	right: -40px;

}
.studen-area .slick-arrow{
	background-color: #333;
}
.student-header{
	margin-bottom: 30px;
}

.student-slide{
	padding: 10px 15px;
}

.student-box{
	background: #fff;	
}
.sd-inner{
	padding: 30px;
}
.student-image img{
	width: 100%;
}
.sb-footer{
	padding: 15px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.studen-area::before{
	top: 335px;
	height: calc(100% - 335px);
}
.dark-sec::before{
	background: #c41e03;
}
.sd-inner h6{
	color: #c41e03;
	margin: 10px 0;
}
.sd-inner p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.student-detail{
	text-align: center;
}
.test-box-inner{
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
	/* background: url(../img/commas-bg.png) center center no-repeat;
	background-size: 50% auto; */
}
.copy_cn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy_cn p{
	margin: 0;
}
.social-icons{
	margin-top: 0;
}

.fix-form{
	position: fixed;
	width: 400px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	bottom: 0;
	right: 0;
	z-index: 999;
	transform: translateY(calc(100% - 50px));
}
.form-open{
	transform: translate(0);
}
.fix-form-header{
	
	color: #fff;
	display: flex;
	width: auto;
	justify-content: flex-end;
}
.fix-form-header h5{
	padding: 0px 30px;
	line-height: 50px;
	border-radius: 5px 5px 0 0 ;
	background: #c41e03;
	margin: 0;
	height: 50px;
	color: #fff;
	cursor: pointer;
}
.fix-form-header h5 img{
	width: 20px;
	margin-left: 10px;
	transform: rotate(180deg);
}
.form-open .fix-form-header h5 img{
	transform: rotate(0);
}

.form-div{
	padding: 30px;
	background: #000;
}
.form-div .form-control{
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	background: none;
	border-radius: 0;
	margin-bottom: 10px;
}
.form-div .form-control::placeholder{
	color: #fff;
	opacity: 1;
}

section.banner-ov.location-parallax{
	margin: 0;
	padding: 60px 0;
	position: relative;
	background: url(../img/location-background.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.student-header{
	position: relative;
	z-index: 9;
}
.location-parallax .container{
	position: relative;
	z-index: 9;
}
section.banner-ov.location-parallax::before{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	background: #000;
	opacity: 0.7;
	content: "";
	height: 100%;
}
section.banner-ov.location-parallax .banner-ov-inner{
	margin: 0;
	background: none;
}

.banner-form{
	padding: 20px;
}

.banner-form{
	margin-top:-160px ;
	position: relative;
	z-index: 99;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -11px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -11px rgb(0 0 0 / 75%);
}
.banner-form form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-form .form-group{
	width: calc(33.33% - 10px);
}
.banner-form .select-group{
	width: calc(25% - 10px);
}
.form-control{
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin: 10px 0;
}

.banner-form .common-btn{
	width: 100%;
	height: 50px;
	margin: 10px 0;
	border-radius: 0;
}

.banner-arrow .slick-next{
	right:calc(50% - 60px);
	top: auto;
	bottom: 120px;
}
.banner-arrow .slick-prev{
	left:calc(50% - 60px);
	top: auto;
	bottom: 120px;
}
/* innerpages */
.innerpagebanner{
	padding: 80px 0;
    position: relative;

}
.innerpagebanner.contact_bg{
	background: url(../img/contact-bg.jpg) no-repeat center/cover;
}
.innerpagebanner:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgb(0,0,0,0.7);
	opacity: 1;
	z-index: 0;
}
.innerpagebanner * {
	position: relative;
	z-index: 1;
}
.innerpagebanner .h1{
    color: #fff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
}
section.contact-page{
	padding-block: 80px;
}

.contact-inner {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}

.contact-inner h2 {margin-bottom: 20px;}

.contact-inner .form-control {
    color: #000;
    height: 60px;
    margin-bottom:10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: none;
}
.contact-inner .form-control::placeholder {
    color: #000;
}
.fd-detail {width: calc(100% - 60px);padding-left: 20px;text-align: left;}

.find-box {
    text-align: center;
    transition: 0.5s;
    position: relative;
    background: #fff;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-left: 4px solid #c41e03;

}

.fd-icon {
    width: 60px;
}

.fd-detail h5 {
 
    font-weight: 700;
}
.contact-inner textarea.form-control {
    height: 150px;
}
.fd-detail p{
	margin-bottom: 6px;
}

/*---- botpress css ---*/


.cht_img {
    position: fixed;
    top: auto;
    bottom:48px;
    right: 97px;
    z-index: 99;
}
.cht_img img {
    width: 148px;
    animation: shake 11s linear infinite;
}
body .uwy.userway_p3 .userway_buttons_wrapper {
    bottom: 100px!important;
}
.bpWebchat {
    z-index: 9999999999!important;
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
/*---- botpress css ---*/

/* innperpageHeader */

.trans-header.innperpageHeader {
    position:sticky;
    background: #fff;
}

.trans-header.innperpageHeader a.nav-link {
    color: #000;
}

.trans-header.innperpageHeader .burger-icon::before {
    background: #000;
}

.trans-header.innperpageHeader .burger-icon span {
    background: #000;
}

.trans-header.innperpageHeader .burger-icon::after {
    background: #000;
}

.trans-header.innperpageHeader .top-hd-btn {
    border-color: #000;
    color: #000;
}

.trans-header.innperpageHeader>nav {
    padding-block: 0 !important;
}

/* innerpagebanner2 */

.innerpagebanner2{
	min-height: 300px;
	padding: 0px;
	background: transparent;
	position: relative;
	color: white;
	display: flex;
	align-items: center;
	width: 100%;
}

.innerpagebanner2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #c41e03;
	height: 100%;
	width: 30%;
}
.innerpagebanner2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
}

.innerpagebanner2 .banner-leftside-bg{
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	background: #c41e03;
	z-index: 9;
}
.innerpagebanner2.message-banner .banner-leftside-bg:before {
    content: "";
    height: 100%;
    width: 50%;
    background: #c41e03;
    position: absolute;
    top: 0;
    right: -235px;
    clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
    z-index: 9;
}
.innerpagebanner2.message-banner .banner-leftside-bg:after {
    content: "";
    height: 100%;
    width: 50%;
    background: rgb(196 30 3 / 60%);
    position: absolute;
    top: 0;
    right: -280px;
    clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
    z-index: 9;
}


.innerpagebanner2 .banner-leftside-bg:before{
	content: "";
    height: 100%;
    width: 50%;
    background: #c41e03;
    position: absolute;
    top: 0;
    right: -130px;
    clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
    z-index: 9;
}
.innerpagebanner2 .banner-leftside-bg:after{
	content: "";
	height: 100%;
	width: 50%;
	background: rgb(196 30 3 / 60%);
	position: absolute;
	top: 0;
	right: -170px;
	clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
	z-index: 9;
}

.innerpagebanner2 h1, 
.innerpagebanner2 .h1{
	color: #fff;
    font-size: 30px;
    padding-right: 30px;
    line-height: 1.5;
    z-index: 9;
    position: relative;
}
/* innerpages-bgs */
.innerpagebanner2.cotb-banner:after{
	background: url(../img/bookkeeping.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner2:after{
	background: url(../img/cotb-banner2-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner3:after{
	background: url(../img/cotb-banner3-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner4:after{
	background: url(../img/cotb-banner4-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner5:after{
	background: url(../img/cotb-banner5-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner6:after{
	background: url(../img/cotb-banner6-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner7:after{
	background: url(../img/cotb-banner7-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner83:after{
	background: url(/wp-content/uploads/2023/04/Mask-group-21.png) center top/cover;
}
.innerpagebanner2.cotb-banner831:after{
	background: url(https://www.gettraining.org/wp-content/uploads/2023/05/s2.jpg) center top/cover;
}
.innerpagebanner2.contact_bg:after{
	background: url(../img/contact-bg.jpg) center top/cover;
}
.innerpagebanner2.about-bg:after{
	background: url(../img/about-banner.jpg) center top/cover;
}

.innerpagebanner2.admin-staff-banner:after{
	background: url(../img/admin-staff-banner.jpg) center top/cover;
}
.innerpagebanner2.instructors-banner:after{
	background: url(../img/instructor-banner.jpg) center top/cover;
}
.innerpagebanner2.message-banner:after{
	background: url(../img/message-banner.jpg) center center/cover;
}
.page-id-257 .innerpagebanner2.message-banner:after{
	background: url(../img/employement-banner2.jpg) center center/cover;
}
.innerpagebanner2.course-desc-banner:after{
	background: url(../img/cd-banner.jpg) center top/cover;
}
.innerpagebanner2.testimonial-banner:after{
	background: url(../img/testimonial-banner.jpg) center top/cover;
}
.innerpagebanner2.gallery-title-banner:after{
	background: url(../img/gallery-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner2:after{
	background: url(../img/cotb-banner2-bg.jpg) center top/cover;
}
.innerpagebanner2.gaingull-employement-banner:after{
	background: url(../img/gaingull-employement-bg.jpg) center top/cover;
}
.page-id-321 .innerpagebanner2.message-banner:after{
	background-image: url(https://www.gettraining.org/wp-content/uploads/2023/08/acc-bannernew.png);
}

.page-id-331 .innerpagebanner2.message-banner:after {
    background: url(https://www.gettraining.org/wp-content/uploads/2023/03/calender-banner.jpg) center center/cover;
}

.page-id-24 .innerpagebanner2.message-banner:after {
    background: url(https://www.gettraining.org/wp-content/uploads/2023/03/school-policies.jpg) center center/cover;
}

.page-id-255 .innerpagebanner2.message-banner:after{
	background-image: url(../img/director-banner.jpg);
}
.page-id-143 .innerpagebanner2.cotb-banner2:after{
	background: url(../img/sp-banner-bg.jpg) center top/cover;
}
.innerpagebanner2.gallery-title-banner1:after {
	background: url(../img/gallery_collage.jpg) center top/cover;
}
.innerpagebanner2.financial-aid-banner:after{
	background: url(https://www.gettraining.org/wp-content/themes/metropolitan/img/financial-banner.jpg) no-repeat center center/cover;
}
.innerpagebanner2.locations-banner:after{
	background: url(../img/location-banner.jpg) center top/cover;
}

.innerpagebanner2.grading-policy-banner:after{
	background: url(../img/grading-banner.jpg) center top/cover;
}
.innerpagebanner2.refund-policy-banner:after{
	background: url(../img/refund-banner.jpg) center top/cover;
}
.innerpagebanner2.pricecalculator-banner:after{
	background: url(../img/calc-banner.jpg) center top/cover;
}
.innerpagebanner2.student-banner:after{
	background: url(../img/student-banner.jpg) center top/cover;
}
.innerpagebanner2.student-service-banner:after{
	background: url(../img/student-service-banner.jpg) center top/cover;
}
.innerpagebanner2.student-jobsearch-banner:after{
	background: url(../img/student-jobsearch-banner.jpg) center top/cover;
}
.innerpagebanner2.admission-banner:after{
	background: url(../img/admission-banner.jpg) center top/cover;
}
.innerpagebanner2.entrance-requirements-banner:after{
	background: url(../img/entrance-requirements-banner.jpg) center top/cover;
}
.innerpagebanner2.other-information-banner:after{
	background: url(../img/other-information-banner.jpg) center top/cover;
}
.innerpagebanner2.student-help-corner-banner:after{
	background: url(../img/student-help-corner-banner.jpg) center top/cover;
}
.innerpagebanner2.school-holidays-banner:after{
	background: url(../img/school-holidays-banner.jpg) center top/cover;
}
.innerpagebanner2.sci-bg4-banner3:after{
	background: url(../img/sci-bg4-banner3-banner.jpg) center top/cover;
}
.innerpagebanner2.student-righttoknow-banner:after{
	background: url(../img/student-righttoknow-banner.jpg) center top/cover;
}
.innerpagebanner2.ssn-banner:after{
	background: url(../img/ssn-banner.jpg) center top/cover;
}
.innerpagebanner2.broutlook-banner:after{
	background: url(../img/broutlook-banner.jpg) center top/cover;
}
.innerpagebanner2.pricecalculator2-banner:after{
	background: url(../img/pricecalculator2-banner.jpg) center top/cover;
}
.innerpagebanner2.directory-banner:after{
	background: url(../img/directory-banner.jpg) center top/cover;
}


.innerpagebanner2.cotb-banner8:after{
	background: url(../img/cotb-banner8-bg.jpg) center top/cover;
}
.innerpagebanner2.cotb-banner9:after{
	background: url(../img/cotb-banner9-bg.jpg) center top/cover;
}
.innerpagebanner2.npc-banner:after{
	background: url(../img/npc-banner-bg.jpg) center top/cover;
}
.innerpagebanner2.search_bg:after {
    background: url(/get-training/wp-content/uploads/2023/03/search.jpg) center top/cover;
}
/* common sec */
.comon-sec, .common-sec {
    padding-block: 60px;
}

.cotbsec2 h2 {
    line-height: calc(1em + 10px);
    color: var(--blue-color);
    margin-bottom: 12px;
}
.codepart {
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.codepart h2 {
    color: #000;
}

.cotbsec2 .banner-bt-title {
    border-right: 2px solid #ddd;
}

.cotbsec2 .banner-bt-title .red-text {
    /* color: #c41e03; */
    line-height: 1.3;
    font-weight: 400;
    font-size: 35px;
}

.specialtext {
    color: #c31e02;
    font-size: 22px;
}
.border_center {
    background: #fff;
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 18px 0 5px 0;
    opacity: 0.3;
}
ul.sst_list li {
    margin-bottom: 15px;
}
ul.sst_list li:last-child{
    margin-bottom: 0;
}
.program-wrapper .program-row>row {--bs-gutter-x: 0;
}

.program-wrapper .program-row>.row {
	--bs-gutter-x: 0;
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
}
.program-wrapper .program-row>.row *{
	color: #fff;
}


.program-wrapper .program-row .rt_info-sq {
    padding: 36px;
}

.program-wrapper .program-row>.row.reverse {
    flex-direction: row-reverse;
    background: #c41e03;
}

.program-wrapper .program-row>.row img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

.program-wrapper .program-row:nth-child(2) {
    background: #c31e02;
}

.program-wrapper .program-row>.row.reverse h2, 
.program-wrapper .program-row>.row.reverse p,
.program-wrapper .program-row>.row.reverse a {
    color: #fff;
}


.program-table-sec {
    background: #efefef;
	max-width: 1000px;
	margin-inline: auto;
}
.program-table-sec.bg-white {
    background: #ffffff;
}
.program-table-sec.no-bg{
	background: transparent;
}

.program-table-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}

.program-table-sec table {--bs-table-bg: white;--bs-table-accent-bg: #e9e1e0;--bs-table-striped-color: #000000;}
.program-table-sec.bg-white table {
	--bs-table-bg: white;
	--bs-table-accent-bg: #ffffff;
	--bs-table-striped-color: #000000;
}

.program-table-sec table .tablehead td, .program-table-sec table .tablehead th {
    color: #fff;
    background: #c41e03;
    border: 1px solid #e1c2c2;
    padding: 5px;
}

.program-table-sec table td {
    border: 1px solid #e1c2c2;
}
/* faq */
.bg-grey {
    background: #efefef;
}

.faq_section 
 h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.faq_section button.accordion-button {
    background: #c41e03;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #c41e03;
    box-shadow: none;
    padding: 15px 40px 15px 15px;
}

.faq_section button.accordion-button:after {
    content: "-";
    background: transparent;
    width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.faq_section button.accordion-button.collapsed:after {
    content: "+";
}

.faq_section button.accordion-button.collapsed {
    background: transparent;
    color: #000;
}

.faq_section .accordion-body {
    background: #ffffff;
    border: none;
}

.faq_section .accordion-collapse {
    border: none;
}

.faq_section button.accordion-button:focus {
    box-shadow: none;
}


section.faq_section .accordion {
    margin-top: 20px;
}

.accordion-item {
    margin-bottom: 15px;
    border: none;
}


.cta_wrapper {
    background: url(../img/ctabg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 20px;
    position: relative;
}
.cta_wrapper .right-side{
    position: relative;
    padding: 60px 0 60px 50px;
}
.cta_wrapper h2{
        color: #fff;
        margin-bottom: 15px;
}
.cta_wrapper .right-side:before{
        content: "";
        height: 100%;
        width: 55%;
        background: #c41e03;
        position: absolute;
        top: 0;
        left: -66px;
        clip-path: polygon(18% 0%,100% 0%,100% 100%,1% 100%);
        z-index: 0;
}
section.cta_wrapper:after{
     content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #c41e03;
    height: 100%;
    width: 50%;
}
    .cta_wrapper .right-side:after {
    content: "";
    height: 100%;
    width: 55%;
    background: rgb(196 30 3 / 0.6);
    position: absolute;
    top: 0;
    left: -120px;
    clip-path: polygon(18% 0%,100% 0%,100% 100%,1% 100%);
    z-index: -1;
}

.cta_wrapper .right-side * {
    position: relative;
    z-index: 2;
}

.cta_wrapper .right-side p {
    color: #fff;
}

.cta_wrapper .right-side h4 {color: #fff;}

.cta_wrapper .right-side a {
    color: #c41e03;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 0;
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.service-sec {
    padding-block: 60px;
}
.service-box{
    overflow: hidden;
    position: relative;
    border-right: 1px solid #fff;
    cursor:pointer;
}
.overlay-service{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 99;
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,0.7);
    transform: translateY(100%);
    -webkit-transition: 1s;
    transition: 1s;
    flex-direction: column;
}
.service-box:hover .overlay-service{
    transform: translateY(0);
}
.service-box img{
    transform: scale(1);
    transition:0.5s ease all;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.service-box:hover img{
    transform: scale(1.1);
}
.service-box:hover .service-detail{
    opacity: 0;
}
.overlay-service p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.overlay-service h4{
    text-transform: uppercase;
        color:#fff
}

.service-detail h4{
	color: #fff;
}
.service-detail{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    height: auto;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-service .common-btn {
    display: block;
}
/* dropdown */
.navbar ul.dropdown-menu {
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.navbar ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e9b4b4;
}

.navbar ul.dropdown-menu .dropdown-item {
    padding: 12px;
    color: #000000;
    background: #fff;
    transition: 0.5s ease all;
}

.navbar ul.dropdown-menu .dropdown-item:hover {
    background: #c41e03;
    color: #fff;
}
.service-detail h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.service-sec h2 {
    margin-bottom: 20px;
}

.course-badge {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    text-transform: uppercase;
    background: #c31e02;
    padding: 8px;
    color: #fff;
    max-width: 50%;
    font-size: 14px;
    font-weight: 700;
}
.prog-item1 .prog-detail h4 {
    min-height: 100px;

}

.prog-item1 .prog-box {
    height: 100%;
}

.service-sec.service-page .service-outter .row {
    row-gap: 24px;
}

.pro-footer a.common-btn:hover {
    background: #c41e03;
    color: #fff !important;
}

.program-list-table tr:hover td a {
    color: #ffffff;
    background: #c31e02;
}

.program-list-table tr td a {
	display: block;
    padding: 0.5rem 0.5rem;
    
    box-shadow: none;
    transition: 0.5s ease all;
    font-weight: 600;
}
.program-list-table tr td.course-name a {
	color: #c31e02;
}

.program-list-table tr td {
    padding: 0;
}

.program-row .program-table-sec {
    padding: 36px;
    height: 100%;
}

.program-row .program-table-sec h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
}
.cta_wrapper .right-side:after {
    content: "";
    height: 100%;
    width: 55%;
    background: rgb(196 30 3 / 60%);
    position: absolute;
    top: 0;
    left: -120px;
    clip-path: polygon(18% 0%,100% 0%,100% 100%,1% 100%);
    z-index: 0;
}

.overlay-service h4 {
	line-height: 1.4;
}

.program-wrapper .program-row>.row.reverse .program-table-sec h2 {
    color: #000;
}

.counter-sec{
	/* background: url(../img/counter-background.jpg) 0 0 no-repeat; */
	padding: 60px 0;
	background: url(../img/45454.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.counter-box{
	width: calc(50% - 12px);
	text-align: center;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 10px;

}
.counter-half{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cb-detail h2{
	color: #c41e03;
}
.cb-detail h4{
	color: #fff;
}
.cb-icon{
	margin: 0 auto 15px;
	width: 90px;
}
.counter-sec::before{
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.55;
	width: 100%;
	height: 100%;
}
.counter-sec .container{
	position: relative;
	z-index: 9;
}
.top-hd-btn:hover, .trans-header.innperpageHeader .top-hd-btn:hover {
	background-color: var(--red-color);
	border-color: var(--red-color);
    color: #fff;
}
.counter-sec.over-lay-sec{
    height: auto;
}
.location-course-box h2{
    color: #fff;
}
.location-course-box th {
	color: #fff;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	background: #c41e03;
	white-space: nowrap;
	min-width: 158px;
}
.lc-box-table {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
}
.location-course-box td {
	color: #fff;
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
}
.location-course-box td strong{
    font-size: 20px;
    font-weight: 600;
}
.lc-box-table th img{
    width: 35px;
    margin-right: 5px;
    }
.counter-sec.over-lay-sec::before{
    display: block;
}
.mb-show{
    display: none;
}
@media (min-width:1400px) {
	.program-wrapper>.container {max-width: 1400px;}
	
}
@media (max-width:1599px) {
	.service-detail h4 {
		font-size: 18px;
	}
}
@media (max-width:1399px) {
	.program-wrapper>.container {max-width: 1400px; padding-inline: 0;}
}

.program-table-sec {
    margin-inline: auto;
    max-width: 1000px;
}

.program-table-sec .program-list-table {
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}
.program-list-table tr:hover td.course-name a {
    color: #fff;
}

.program-list-table tr td {
    border-color: rgb(221 221 221 / 71%);
}
/* new css */

.program-wrapper .program-row>.row.reverse .program-table-sec.bg-red {
    background: #c41e03;
}

.program-wrapper .program-row>.row.reverse .program-table-sec.bg-red h2 {
    color: #fff;
}
.semisection h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #c41e03;
    font-size: 25px;
}





.location_img_bx {
    display: flex;
    align-items: flex-start;
}
.location_img{
    width:100%;
}
.location_img  {
    flex:0 0 50%;
}
.location_iframe  {
    flex:0 0 50%;
}
.location_img img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
	height: 300px;
}
.location_text h2 {
    color: #fff;
    margin: 0;
}
.location_text {
    text-align: center;
}
.location_text h3{
    font-size: 22px;
	color:#fff;
}
.location_text h3 a{
    font-size: 22px;
	color:#fff;
}
.location_text .common-btn {
    margin-top: 15px;
}
.location_text h3 a:hover{
    color:#000;
}
.our_location_sec {
    position: relative;
    padding: 60px 0;
    background: #c41e03;
}
.our_location_sec::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    top: 462px;
    height: calc(100% - 462px);
    background: #333333;
    z-index: 0;
}
.our_location_sec .container {
    z-index: 1;
    position: relative;
}
.location_text.location_white_text h2, .location_text.location_white_text h3 a{
    color: #fff;
}
.counter_sec_2 {
    margin-top: -130px;
    position: relative;
}
.counter_sec_2 .counter-box {
	width: calc(50% - 12px);
    text-align: center;
    padding: 20px;
    border: 1px solid var(--blue-color);
    border-radius: 10px;
    background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
}
.counter_sec_2 .counter-box:hover{
	background:#c41e03;
	border-color:#c41e03;
}
.counter_sec_2 .cb-detail h2 {
    color: #ffffff;
}
.cb-icon img {
    max-height: 50px;
}
.counter-sec {
    height: 450px;
}
.counter-sec::before{
	display:none;
}
section.our_location_sec .location_head h2 {
    color: #fff;
}






.our_location_sec_2 {
    position: relative;
    padding:60px 0;
	background: #c41e03;
}
.our_location_sec_2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    top: 330px;
    height: calc(100% - 330px);
    background: #ffffff;
    z-index: 0;
}
.our_location_sec_2 .location_text {
    text-align: left;
    margin-bottom: 30px;
    max-width: 80%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
    margin: 0 auto;
    padding: 30px;
    margin-top: -80px;
    z-index: 1;position: relative;
}
.our_location_sec_2  .location_head h2 {
    color: #fff;
}
section.our_location_sec_2 .container {
    position: relative;
    z-index: 1;
}
section.our_location_sec_2 .location_text h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 26px;
}
section.our_location_sec_2  .location_text h3 {
    font-size: 18px;
    color: #fff;
}
section.our_location_sec_2 .location_text h3 a {
    font-size: 18px;
    color: #fff;
}
.financial-sec.financial_sc_2::before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: #333333;
    top: 0;
}
.student-detail .sb-footer .border-btn:hover span{
    color: #fff;
}
.sb-footer .common-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}


.blue_text, .h2_heading{
	color:var(--blue-color) !important;
}
.red_text{
	color:#c41e03;
}
.our_location_sec_2 .location_iframe img {
    max-height: 355px;
	height: 355px;
    width: 100%;
    object-fit: cover;
}
/* wordpress changes */
.nobrInchild br{
	display: none;
}
p:empty{
	display: none;
}
.burger-menu.close-btn .burger-icon span {
    display: none;
}
.form-control + span.error {
    top: -10px;
    position: relative;
    left: 5px;
    right: 5px;
}

.g-recaptcha {
    transform-origin: center left !important;
    --webkit-transform-origin: center left !important;
}
@media (max-width:1300px) {
	.navbar-nav .nav-link{
		padding: 0 4px !important;
	}
}
@media (max-width:1299px) {
	.bottom-finance .common-btn{
		padding: 0 9px !important;
	}
	.navbar-nav .nav-link{
		font-size:12px;
	}
}

@media (max-width:1400px) {
	a.navbar-brand {
		max-width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 0 4px !important;
	}
	.burger-menu {
		width: 30px;
	}
	a.burger-menu.close-btn .burger-icon::before {
		top: -2px;
	}
}
@media (max-width:1399px) and (min-width:1300px) {
	.fix-menu {
		width:270px;
	}
}
@media (max-width:1299px) and (min-width:1200px) {
	.bottom-finance .common-btn{
		padding: 0 9px !important;
	}
   .fix-menu {
	position: fixed;
    z-index: 999;
    width: 240px;
	}
}



.innerpagebanner3 {
    position: relative;
}

.innerpagebanner3:before {content: "";position: absolute;left: 0;top: 0;background: #c41e03;height: 100%;width: 50vw;z-index: 0;}

.innerpagebanner3 .container {
    position: relative;
    z-index: 1;
}

.innerpagebanner3 .banner-leftside {
    width: 50%;
    padding: 60px 50px 60px 0px;
}

.innerpagebanner3 .bannertext * {
    color: #fff;
}

.innerpagebanner3:after {
    content: "";
    background: #000;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    background: url('https://www.gettraining.org/wp-content/uploads/2023/04/about-top-img-new.jpg') no-repeat center right/cover;
}
.innerpagebanner3.history-page-bg:after {
    background: url('../img/hibg2.jpg') no-repeat center center/cover;
}
.innerpagebanner3.schedule-bg:after {
    background: url('../img/schedule-bg.jpg') no-repeat center center/cover;
}
.innerpagebanner3.academic-page-bg:after {
    background: url('../img/academic-bg.jpg') no-repeat center center/cover;
}
.innerpagebanner3.tuition-fees-bg:after {
    background: url('../img/tution-fees-banner.jpg') no-repeat center center/cover;
}
.overlay-service h4 {
    font-size: 20px;
    line-height: 1.5;
    padding-inline: 24px;
    margin-bottom: 20px;
}

.overlay-service .common-btn {max-width: 200px;margin-inline: auto;}

/* mega menu */
header .navbar-nav li.nav-item.megamenu:hover>ul.sub-menu{
	opacity: 1;
	visibility: visible;
	z-index: 999;
	display: block;
}
header .navbar-nav li.nav-item.megamenu>ul.sub-menu{
	width: 100vw;
	max-width: 100%;
	top: 120px;
	transition: 0.2s ease all;
	z-index: -1;
	position: absolute;
	left: 0;
	display: none;
	grid-template-columns: none;
	padding: 30px 0px;
	/* background: var(--red-color); */
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
	opacity: 0;
}


.mega-menu-column .mg-menuheading a {
    font-size: inherit;
    color: #ffffff;
    padding: 6px 0;
    display: inline-block;
    position: relative;
    border-radius: 0;
    text-decoration: none;
    background-image: linear-gradient(#fff,#fff);
    background-size: 0 0.0625rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size .5s;
    transition: color .5s,background-size .5s;
    padding-left: 22px;
}
.mega-menu-column .mg-menuheading a:hover {
    background-position: 18px 100%;
    background-size: 100% 0.0625rem;
}
.mega-menu-column .mg-menuheading {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-weight: 400;
    width: calc(100% - 40px);
    font-size: 15px;
    line-height: 1.5;
}
.mega-menu-column {
    padding: 0 20px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.mega-menu-column .border-right{
	position: relative;
	padding-right: 30px;
}

.mega-menu-column .border-right:after{
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 1px;
	background: #ffffff24;
	right: 15px;
	bottom: 0;
}
.outer_mm_img_bx {
    height: 100%;
    padding: 0 20px;
}
div.mega_menu_image {
    background-repeat: no-repeat !important;
    height: 250px;
    background-position: center;
    background-color: var(--red-color);
    width: 100%;
    margin-left: auto;
    max-width: 400px;
    background-size: cover;
}
header .navbar-nav li.nav-item.megamenu:hover>a.nav-link:before {
     content: "";
     position: absolute;
     bottom: 0;
     width: fit-content;
     height: 0;
     display: block;
     min-width: 140px;
}


li.nav-item.megamenu {
    position: static;
}

header .navbar-nav li.nav-item.megamenu:hover>a.nav-link:hover:before {
    height: 120px;
}


li.nav-item.megamenu a.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

li.nav-item.megamenu a.nav-link i {
    margin-left: 8px;
}

header .navbar-nav li.nav-item.megamenu:hover>a.nav-link i:before {
    content: "\f0d8";
}
header.trans-header.innperpageHeader .navbar-nav li.nav-item.megamenu:hover>ul.sub-menu {
    top: 104px;
}
.coming-soon-sec {
    padding-block: 60px;
    min-height: calc(100vh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-sec h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
}
.mega-menu-column .mg-menuheading a i {
    position: absolute;
    left: 0;
    top: 10px;
}
.program-wrapper .program-row>.row .program-table-sec tr:not(.tablehead) td {
    color: #212529;
}
.prog-detail p {
    transition: 0.7s;
}
/*---- about pages ---*/


/* staff-list */
.staff-list {--items-in-row: 3;}

.staff-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff-list ul li {
    flex-basis: calc(100% / var(--items-in-row));
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staf-box {
    background: #f1f1f1;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 13%); */
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    /* border: 1px solid #faf0f0; */
    text-align: center;
}
.title-of-section h2 {
    color: var(--blue-color);
}
.bg-gray {
    background: #f1f1f1;
}

.title-of-section {flex-basis: 100%;margin-bottom: 10px;}
.staff-designation {
    margin-bottom: 20px;
    color: var(--red-color);
    padding-inline: 10px;
    line-height: calc(1em + 8px);
    position: relative;
}

.staf-box .staffname {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 8px;
}

.staff-qualification {
    font-weight: 500;
    color: var(--blue-color);
    width: 100%;
    position: relative;
    padding-top: 15px;
}
.staff-qualification:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eee9e9;
}
.staff-list .subhead {
    text-align: center;
}


.staff-list.withLabels .staffname {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.staff-list.withLabels .staffname strong {
    margin-right: 0;
    display: block;
    color: var(--blue-color);
}

.staff-list.withLabels .staff-designation:after {position: absolute;content: "";top: 0;left: 0;height: 1px;width: 100%;background: #eee9e9;}

.staff-list.withLabels .staff-designation strong {
    color: var(--blue-color);
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.staff-list.withLabels .staff-qualification {
    color: #000;
}

.staff-list.withLabels .staff-qualification strong {
    margin-right: 12px;
    color: var(--blue-color);
    display: block;
}

.staff-list.withLabels .staff-designation {
    padding-top: 15px;
    width: 100%;
}
.bg-gray .staf-box {
    background: #fff;
}

/* request form */
.request-information-page {
    padding-block: 60px;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 url('https://www.gettraining.org/wp-content/themes/metropolitan/img/form-bg.jpg') no-repeat center center/cover;
    position: relative;
    min-height: 600px;
    overflow-y: auto;
}

.request-information-page .banner-form {
    margin: 0 auto;
    max-width: 750px;
    background: rgb(0 0 0 / 50%);
    border: 10px double #fff;
    border-radius: 0;
}

.request-information-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.request-information-page .banner-form .h1 {
    text-align: center;
    color: #fff;
}

.request-information-page .banner-form form {
    align-items: flex-start;
    column-gap: 10px;
}

.request-information-page .banner-form form .form-group {
    flex-basis: calc(50% - 10px);
    width: 100%;
}

.request-information-page .banner-form form .form-group:last-child {
    flex-basis: 100%;
}

.request-information-page::-webkit-scrollbar {
   width: 5px;
   background: #000;
}

.request-information-page::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}

.courses-list {--items-in-row: 2;}

.courses-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.courses-list ul li {
    flex-basis: calc(100% / var(--items-in-row));
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couse-box {
    background: #f1f1f1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px 20px;
    height: 100%;
    text-align: center;
    border-top: 4px solid var(--blue-color);
}

.bg-gray .couse-box {
    background: #fff;
    border-color: var(--red-color);
}

.couse-box .ctitle {
    font-size: 26px;
}

.mega-menu-column.about-menu h4 {
    padding-bottom: 10px;
}
.prog-box.shadow {
    box-shadow: 0 0 8px rgb(0 0 0 / 31%) !important;
}
.prog-box.mh60 h4 {
    min-height: 60px !important;
}

section.cta_wrapper.history-page:after {
	width: 45%;
    background: var(--blue-gradient);
}


.history-page .right-side p.bigtext {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.cta_wrapper .right-side:before {
    background: var(--blue-gradient);
}

.cta_wrapper .right-side:after {
    background: var(--blue-gradient);
    opacity: 0.6;
}


.cta_wrapper.history-page {
    background: url(../img/his-bg.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.cta_wrapper.history-page .right-side {
    padding-block: 70px;
}
/* gallery page */



  
  .img-wrapper {
	position: relative;
	margin-top: 15px;
  }
  .img-wrapper img {
	width: 100%;
  }
  
  .img-overlay {
	background: rgb(52 75 117 / 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	cursor: pointer;
	}
  .img-overlay i {
	color: #fff;
	font-size: 3em;
  }
  
  #overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	padding: 5%;
  }

  .aff-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.aff-box{
	border: 1px solid #ddd;
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);

}
.aff-box:nth-child(3){
	background: #053D82;
}
.aff-box img{
	height: 91px;
	padding: 10px;
}
.affi-sec{
	padding-bottom: 60px;
}
.header-number-mobile{
    display: none;
}

  @media screen and (min-width: 768px) {
	#overlay img {
	  width: 60%;
	}
  }
  @media screen and (min-width: 1200px) {
	#overlay img {
	  width: 50%;
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #nextButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#nextButton {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #prevButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#prevButton {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
  }
  #exitButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#exitButton {
	  font-size: 3em;
	}
  }
.gallery-wrapper .image .img-wrapper {
    overflow: hidden;
    border: 2px solid rgb(52 75 117 / 16%);
}

.gallery-wrapper .image .img-wrapper img {
    height: 250px;
    object-fit: cover;
    transition: 0.5s ease all;
}

.gallery-wrapper .image .img-wrapper:hover img {
    transform: scale(1.1);
}
.program-wrapper .faq_section.program-row>.row .accordion-item, .program-wrapper .faq_section.program-row>.row .accordion-item .accordion-body {background: transparent;}
.program-wrapper .program-row>.row.reverse button.accordion-button {
    background: #172134;;
}

.ge-wrapper h2 {
    margin-bottom: 12px;
}
.ge-wrapper button.accordion-button:after {
    display: none;
}

.ge-wrapper h3 {
    font-size: 24px;
}

.ge-wrapper {
    padding-block: 60px;
}
.ge-wrapper .faq_section.program-row>.row .accordion-item .accordion-body {
    background: #ffffff4a;
    border-radius: 0 0 5px 5px;
}

.ts-top-bg:after{
	background-image: url(https://www.gettraining.org/wp-content/uploads/2023/03/student-transfr-top.jpg) !important;
}
.ts-bottom-bg{
	background-image: url(https://www.gettraining.org/wp-content/uploads/2023/03/student-transfr-bottom.jpg) !important;
}

.acc-box{
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px -11px rgb(0 0 0 / 75%);
	border: 1px solid #ddd;
	}
.acc-image{
	width: 300px;
}
.acc-text{
	width: calc(100% - 300px);
	padding-left: 30px;
}



.cpl-top-bg:after{
	background-image: url(https://www.gettraining.org/wp-content/uploads/2023/03/cpl-number-top.jpg) !important;
}
.img-half-right-bann{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 9;
}
.img-half-right-bann img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-half::before{
	z-index:1;
}


.scholl-policy .col-sm-4{
	margin-bottom: 30px;
}
.scholl-policy .image{
	display: block;
	text-align: center;
	padding: 30px 20px;
	height: 100%;
	box-shadow: 0px 0px 20px -11px rgb(0 0 0 / 75%);
	border: 1px solid #ddd;
}

.scholl-policy .image i{
	font-size: 70px;
	color: #e0262c;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
/* schedule */


.common-btn.dark-btn {
    background: #000;;
}
.common-btn.dark-btn:hover {
    background: #fff;
	color: #000 !important;
	
}
.common-btn.dark-btn:hover i{
	color: #000 !important;
}

.text-white{
	color: #fff !important;
}
.text-white-all *{
color: #fff !important;
}
.subhead-banner {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 10px;
}

.subhead-banner>a {
	color: #fff;
    display: block;
}
.subhead-banner>a:hover{
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.5s;
}
.simple-link {
	color: var(--red-color);
}
.simple-link:hover {
    text-decoration: underline;
	color: var(--blue-color);
	transition: 0.5s;
}

/* financial aid */

.financial-aid-page .ge-wrapper h2 {
    font-size: 28px;
    max-width: 1120px;
    margin-inline: auto;
    margin-block: 0 20px;
}

.financial-aid-page .bottom-text h2 {
    margin: 0 0 15px 0px;
    max-width: none;
}

.financial-aid-page .bottom-text {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
}


/* location page css  */

.location-section .location-box {
    display: flex;
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
}


.location-box  .map-part {
    flex-basis: 40%;
    width: 40%;
}
.location-section .location-box iframe{
	height: 100% !important;
    max-height: none !important;
}
.location-box .address-part {
    flex-basis: 60%;
    width: 60%;
    padding: 20px;
    background: var(--blue-gradient);
}

.location-box .address-part h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

.location-box .address-part address {
    margin: 0;
}

.location-box .address-part address p {
    padding-left: 25px;
}

.location-box .address-part address i {
    margin-left: -25px;
    display: inline-block;
    width: 25px;
    color: #dcb6af;
}

.location-box .address-part * {
    color: #fff;
}



.cta_wrapper.bg-blue:after{
    background: var(--blue-gradient);
	width: 30%;
}
.img-float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.img-float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 50%;
}

.innerpagebanner3.reversed-image::after {
    right: auto;
    left: 0;
}

.innerpagebanner3.reversed-image::before {
    left: auto;
    right: 0;
}

.innerpagebanner3.reversed-image .banner-leftside {
    padding-left: 50px;
    padding-right: 0;
}

.img-float-right img, .img-float-left img {
    border: 4px solid var(--red-color);
}
.cta_wrapper.academic-bottom-page {
    background: url(../img/academic-policies2.jpg) no-repeat fixed 0 0/cover;
	
}
.innerpagebanner3 .academic-page-bg2::after {
	background: url(../img/academic-policies3.jpg) no-repeat center right/cover;
}

/* grading */
.dark-text-all *{
color: #000 !important;
}

.program-wrapper .program-row>.row.reverse .dark-text-all h2, 
.program-wrapper .program-row>.row.reverse .dark-text-all p,
.program-wrapper .program-row>.row.reverse .dark-text-all a {
    color: #000000;
}
.program-table-sec.inner-table {
    padding: 14px;
    height: auto;
}

.program-table-sec.dark-text-all.inner-table .tablehead td {
    color: #fff !important;
}
.mp_custom_list{
	margin-block: 10px 20px;
}
.mp_custom_list li{
	margin-bottom: 8px;
}
.program-table-sec.w-100 {
    max-width: none;
    width: 100%;
}

.mp_custom_list ol, .mp_custom_list ul {
    background: #f1f1f1;
    padding: 15px 21px;
    margin-block: 9px;
    border-radius: 7px;
}

.bg-gray .mp_custom_list ol, .bg-gray .mp_custom_list ul {
    background: #fff;
}


.job-sitelist {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 30px;
}

.job-site-box {
    margin: 0;
    display: flex;
--logo-side-width: 20%;
    width: 100%;
    flex-basis: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

.job-site-box .logoside {
    width: var(--logo-side-width);
    flex-basis: var(--logo-side-width);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.job-site-box .textside {
    flex-basis: calc(100% - var(--logo-side-width));
    width: calc(100% - var(--logo-side-width));
    padding: 25px;
    border-left: 1px solid #ddd;
}

.job-site-box.reversed {
    flex-direction: row-reverse;
}

.job-site-box .logoside img {
    height: 80%;
    width: 80%;
    object-fit: contain;
}

.job-site-box .logoside a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.job-site-box .logoside a:hover img {opacity: 0.5;}

.job-site-box .textside h2 {
    color: var(--blue-color);
}

.job-site-box .textside h2 a {
    color: inherit;
}

.job-site-box.reversed .textside {
    border-right: 1px solid #ddd;
    border-left: none;
}
.yourinfo .cta_wrapper .right-side:after{
	background: rgb(196 30 3 / 60%);
}
.yourinfo .cta_wrapper .right-side:before{
	background: #c41e03;
}
/* bgs-settings */
.bg-blue-gradient {
    background: var(--blue-gradient);
}
.bg-blue {
    background-color: var(--blue-color);
}
.bg-red {
    background: var(--red-color);
}

.bg-blue-gradient>h3 ,
.bg-blue-gradient>h2 ,
.bg-blue-gradient>p ,
.bg-blue-gradient>h1 ,
.bg-blue-gradient>h4 ,
.bg-blue-gradient>li ,
.bg-blue-gradient>a ,
.bg-blue-gradient .title-of-section h2 ,
.bg-blue>h3 ,
.bg-blue>h2 ,
.bg-blue>p ,
.bg-blue>h1 ,
.bg-blue>h4 ,
.bg-blue>li ,
.bg-blue>a ,
.bg-blue .title-of-section h2 ,
.bg-red>h3 ,
.bg-red>h2 ,
.bg-red>p ,
.bg-red>h1 ,
.bg-red>h4 ,
.bg-red>li ,
.bg-red>a {
    color: #fff;
}
.bg-blue-gradient .staf-box ,
.bg-red .staf-box ,
.bg-blue .staf-box {
    background: #fff;
}
/* .couse-box h2.ctitle, .couse-box p, .couse-box h2, .couse-box .ctitle {
    color: #000;
} */
.location-section>.container{
	width: calc(100% - 30px);
	max-width: 1600px;
}
div#home_program-slider {
    padding-inline: 70px;
}

div#home_program-slider .prog-item {
    padding-inline: 5px;
}

header.trans-header.fixed-header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 99999;
}
.page-id-6 header.trans-header.fixed-header {
    background: #000;
}
@media (min-width:992px){
.fix-menu-inner::-webkit-scrollbar {
width: 7px;
background: #4e4d4d;
}

.fix-menu-inner::-webkit-scrollbar-thumb {
    background: var(--blue-color);
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
	}



	.searchmodal {
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		bottom: 0;
		background: rgb(0 0 0 / 75%);
		z-index: 0;
		overflow: hidden;
	}
	
	.searchmodal label {
		color: #fff;
		margin-bottom: 10px;
	}
	
	.searchmodal form {
		display: flex;
		width: 100%;
		max-width: 480px;
		justify-content: center;
	}
.searchmodal form input {
    color: #000;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
    background: #fff;
    width: calc(100% - 200px);
	padding-inline: 15px;
}

.searchmodal form button.common-btn {
    height: 50px;
    border-radius: 0 10px 10px 0;
}
.searchmodal.active {
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	overflow: auto;
}
#searchbtn.search-button {
	position: fixed;
	right: 0;
	bottom: 0;
	font-size: 0;
	width: 50px;
	padding: 10px 10px 10px 17px !important;
	height: 50px;
	border-radius: 5px 5px 0 0px;
	transition: 0.5s ease all;
	display: flex;
	align-items: center;
	gap: 6px;
	z-index: 9999;
	left: 0;
	margin: 0 auto;
}

#searchbtn.search-button:hover {
    right: 0;
    bottom: 0;
    font-size: 18px;
    width: 160px;
    padding-inline: 30px !important;
    border-radius: 5px 0 0px 5px;
}

.search-button {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 0;
    width: 40px;
    padding-inline: 10px !important;
    height: 40px;
    border-radius: 5px 0 0 5px;
    transition: 0.5s ease all;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 9999;
}

.search-button i {
    font-size: 15px;
    margin: 0;
}

.search-button:hover {
    right: 0;
    bottom: 0;
    font-size: 18px;
    width: 160px;
    padding-inline: 30px !important;
    border-radius: 5px 0 0px 5px;
}
.search-button#closebtn {
	bottom: auto;
	top: 0;
	z-index: 9999999;
	height: auto;
	width: auto;
}

.search-button#closebtn:hover {
    background: #ffffff;
    color: #000 !important;
}


/* gallery new page */

.gallerypage .prog-item1 .prog-detail h4 {
    min-height: 0;
}

.gallerypage .prog-box.shadow {
    display: flex;
    flex-direction: column;
}

.innerpagebanner2.terms-of-use-banner:after{
	background: url(../img/terms-of-use-banner.jpg) center top/cover;
}
.innerpagebanner2.privacy-banner:after{
	background: url(../img/privacy-banner.jpg) center top/cover;
}
.innerpagebanner2.nondiscrimination-banner:after{
	background: url(../img/nondiscrimination-banner.jpg) center top/cover;
}
.innerpagebanner2.blogpage-banner:after{
	background: url(../img/blogpage-banner-banner.jpg) center top/cover;
}

ul.policy-links {
    justify-content: flex-end;
}


ul.policy-links li a {
    color: #fff;
}

ul.policy-links li {
    margin-left: 15px;
}

footer .social-icons {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: var(--blue-color);
    border-radius: 0 10px 0 0;
}
/* blogs */
.blog-wrapper{
	row-gap: 24px;
}
.blog-box {
    box-shadow: 0 0px 9px hsl(0deg 0% 0% / 50%);
    position: relative;
}

.blog-box .blog-date {
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--red-color);
    color: #fff;
    border-radius: 0 0 0 8px;
}

.blog-box .blog-date p {
    font-weight: 700;
    color: #fff;
}

.blog-box .blog-content {
    padding: 20px;
    min-height: 282px;
}

.blog-box .readmore-btn {
    padding: 0 20px 20px 20px;
}

.blog-wrapper.row {
    row-gap: 24px;
}
.single-blog-design ol, .single-blog-design ul {
    list-style-type: none;
    padding-left: 0;
}

.single-blog-design li {
    margin-bottom: 10px;
}
.single-blog-design header.entry-header {
    display: none;
}
.blog-box .blog-img {
    height: 300px;
}

.blog-box .blog-img img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}
footer.entry-footer {
    display: none;
}

.search-results h2.entry-title {
    font-size: 28px;
}

.search-results h2.entry-title a {
    color: var(--red-color);
}

.search-results article {
    box-shadow: 0 0 11px 1px rgb(131 129 129 / 55%);
    padding: 20px;
    border-radius: 15px;
    clear: both;
    margin-block: 20px;
    display: block;
	width: 100%;
}

.search-results figure.post-thumbnail {
    float: left;
    margin: 0 18px 10px 0;
}

.search-results figure.post-thumbnail a img {
	height: 120px !important;
    object-fit: cover;
    width: 120px !important;
    border-radius: 4px;
}

.search-results .entry-content a.more-link {
    color: #c41e03;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 4px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    transition: 0.5s ease all;
    margin-block: 5px;
    white-space: nowrap;
    text-transform: capitalize;
}



/*  */


nav.navigation.pagination .nav-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-inline: auto;
}

nav.navigation.pagination .nav-links .page-numbers {
    background: #fff;
    border: 1px solid #c41e03;
    border-radius: 5px;
    color: #c41e03;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 11px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    transition: 0.5s ease all;
    margin-block: 5px;
    white-space: nowrap;
    text-transform: capitalize;
}

nav.navigation.pagination .nav-links .page-numbers:hover, nav.navigation.pagination .nav-links .page-numbers.next:hover, nav.navigation.pagination .nav-links .page-numbers.prev:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

nav.navigation.pagination .nav-links a.next.page-numbers, nav.navigation.pagination .nav-links a.prev.page-numbers {
    background: #c41e03;
    color: #fff;
}
.request-information-page span.error {
    width: 100%;
    background: #c41e03;
    display: block;
    left: 0;
    color: #fff;
    padding: 1px 10px;
}

/* not found */

.common-sec.no-results header.page-header {
    display: none;
}

.common-sec.no-results .page-content {
    text-align: center;
}

.common-sec.no-results p {
    font-size: 22px;
}


.common-sec.no-results form.search-form label {
    display: none;
}

.common-sec.no-results form.search-form input {
    color: #000;
    height: 46px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: none;
    padding-inline: 12px;
}

.common-sec.no-results form.search-form input[type="submit"] {
    border-radius: 4px;
    border: 1px solid #c41e03;
    background: #c41e03;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 20px !important;
    transition: 0.5s ease all;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.comon-sec.sst_cn_sec .prog-item1 {
    padding-bottom: 30px;
}
.comon-sec.sst_cn_sec .prog-item1 .prog-detail h4 {
    min-height: 100%;
    padding: 0;
	color:#000 !important;
	font-size: 22px;
	border-bottom: 1px solid #ffffff73;
	padding-bottom: 10px;
	line-height:1.2;
}
.comon-sec.sst_cn_sec .prog-item1 .prog-detail {
    position: relative;
    padding: 20px;
}
.comon-sec.sst_cn_sec .prog-item1 .prog-detail::before{
	display:none;
}
.comon-sec.program-wrapper.program-wrapper_sst .container {
    max-width: 1250px;
}
section.comon-sec.sst_cn_sec {
    padding-top: 0;
}
.bg_red{
	background: linear-gradient(0deg, rgb(89, 20, 8) 0%, #c41e03 100%);
}
.bg_blue{
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
}
.comon-sec.sst_cn_sec .prog-box.bg_blue .prog-detail p, .comon-sec.sst_cn_sec .prog-box.bg_blue .prog-detail ul li {
    color: #fff;
}
.comon-sec.sst_cn_sec .prog-item1 .prog-detail h4 {
    color: #fff !important;
}

.comon-sec.sst_cn_sec .prog-box.bg_red p,
.comon-sec.sst_cn_sec .prog-box.bg_red ul.sst_list li {
    color: #fff;
    
}
.comon-sec.sst_cn_sec .prog-box p,
.comon-sec.sst_cn_sec .prog-box ul.sst_list li {
    font-size: 18px;
    
}
body.page-template-sst_new p {
    font-size: 18px;
}
body.page-template-sst_new .specialtext {
    color: #c31e02;
    font-size: 22px;
    margin: 0;
}

.message-banner .bannertext p {
    color: white;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
}

.message-banner .bannertext {
    position: relative;
    /* text-align: center; */
    z-index: 10;
    padding: 0 0px;
    margin: 0 15px;
    left: 50px;
}

.message-banner .bannertext h1.h1 {
    text-align: left;
}
.cta_1{
	background: url(../img/counter-background.jpg) 0 0 no-repeat;
	padding: 60px 0;
	background: url(../img/45454.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.cta_1::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7	;
    width: 100%;
    height: 100%;
}
.cta_1 .container {
    position: relative;
}
.cta_1_cn p {
    color: #fff;
	text-align:center;
}
.cta_1_cn p a {
    color: #fff;
}
@media (min-width:992px) and (max-width:1500px)
{
.innerpagebanner2.message-banner .banner-leftside-bg:before {
    content: "";
    height: 100%;
    width: 50%;
    background: #c41e03;
    position: absolute;
    top: 0;
    right: -183px;
    clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
    z-index: 9;
}
.innerpagebanner2.message-banner .banner-leftside-bg:after {
    content: "";
    height: 100%;
    width: 50%;
    background: rgb(196 30 3 / 60%);
    position: absolute;
    top: 0;
    right: -213px;
    clip-path: polygon(0% 0%,100% 0%,40% 100%,1% 100%);
    z-index: 9;
}
}

@media (min-width:768px) and  (max-width:1180px){
.innerpagebanner2.message-banner .banner-leftside-bg:after, .innerpagebanner2.message-banner .banner-leftside-bg:before {
display:none;
}

.innerpagebanner2.message-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #c41e03;
    height: 100%;
    width: 30%;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}
.col-lg-4.col-md-6.col-12.banner-leftside {
    width: 100%;
}

.message-banner .bannertext {
    position: relative;
    z-index: 10;
    padding: 0 0px;
    margin: 0 15px; 
    left: 0px; 
    top: 0px; 
}

.message-banner .bannertext h1.h1 {
    text-align: center;
}
.message-banner .banner-leftside-bg {
    background-color: transparent;
    text-align: center;
}
}

@media (max-width:767px){

.innerpagebanner2.message-banner:before {
    opacity: 0.8;
}

.message-banner .bannertext {
    position: relative;
    z-index: 10;
    padding: 0 0px;
    margin: 0 15px; 
    left: 0px; 
    top: 0px; 
}

.message-banner .bannertext h1.h1 {
    text-align: center;
}

    .location-course-box th{
        display: none;
    }
    .location-course-box td{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .location-course-box tr{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,75,117,1) 100%);
    }
    .location-course-box tr:first-child{
        display: none;
    }
    .location-course-box td:first-child{
        background: #c31e02;
        width: 100%;
        text-align: left;
    }
    .mb-show{
        display: block;
    }
    .mb-show img{
        width: 40px;    
        margin-right: 10px;
    }
    .lc-box-table{
        background: none;
    }
    .location-course-box{
        margin-bottom: 20px;
    }
}


@media (max-width:564px){
.message-banner .bannertext p {
    color: white;
    font-size: 10px;
    line-height: 1.4;
    padding-top: 5px;
}
}

.staf-box .image {
    width: 100%;
    overflow: hidden;
}
.staf-box .image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: ease-out 300ms scale;
    will-change: scale;
	object-position: top;
}
.staf-box .image:hover img {
    scale: 1.15;
}

.about-detail h1 {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
}



.ind_bnr .banner-slider-img::before {
    display: none;
}
.peace_sec {
    display: flex;
    max-width: 991px;
    margin: 0 auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    border: 8px solid #000;
}
.instructor_image {
    max-width: 230px;
}
.memoriam_sec {
    padding: 40px 0 40px;
    background-color: rgba(52, 75, 117, 1);
    margin: -2px 0 0 0;
}
.instructor_content h4 {
    color: #000;
    font-style: italic;
    font-size: 25px;
}
.instructor_content h4 span {
    font-size: 20px;
    text-decoration: underline;
}
.instructor_image h4 {
    margin: 10px 0 0 0;
    text-align: center;
}
.instructor_content p {
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .peace_sec {
        max-width: 100%;
        justify-content: center;
    }
    .memoriam_sec {
        padding: 40px 10px 40px;
    }
    .instructor_image {
        max-width: 100%;
    }
    .instructor_content h4 {
        text-align: center;
    }
}