@charset "utf-8";
/* CSS Document */
body, .slider-text span, .roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.serv-icon {
	max-width: 200px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, .poppinsbold {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
p {
	color: #666666;
}
img {
	max-width: 100%;
}
.fullwidth{
	width: 100%;
}
.my-container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.my-container:after, .my-container:before{
	content: "";
	display: table;
}
.my-container:after{
	clear: both;
}
.box-outer {
	margin: 15px 0;
}
.section-title {
	color: #4c2073;
}
.coursesWrp {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
.coursesRow {
	padding: 30px 25px;
	height: 100%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	background-repeat: repeat;
	background-size: contain;
	background-position: center center;
	background-color: #fff;
}
.coursesboxin, .coursesLi a {
	color: #FFFFFF;
}
.coursesTittle {
	color: #ffc107
}
.box-area p {
	color: #666;
	font-size: 16px;
}

.header-right{
	display: flex;
	align-items: center;
}

.socialmedia{
	display: flex;

}
.socialmedia li{
	margin-left: 15px;
}
.socialmedia li img{
	width: 30px;
}
.socialmedia li a{
	display: inline-block;
	border-radius: 100px;
	transition: all .4s ease-out;
}
.socialmedia li a:hover{
	background-color: #ff780b;
}
.header-width {
    width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 1200px;
}



.contact-box {
	padding: 60px;
	border-radius: 30px;
	background: #fff;
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}

.companyp {
	font-size: 18px;
}
.introsectionwrp{
    position: relative;
	z-index: 1;
	color: #FFFFFF;
	text-align: center;
	 padding-bottom: 30px;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 120px;
	
}
.introtitle{
	font-size: 3rem;
}
section.introimagewrp {
    text-align: center;
    margin-top: -24%;
}
.mainlogo {
    max-width: 340px;
    margin: 20px auto;
}
p.introdispn {
    color: #fff;
    max-width: 1100px;
    margin: 20px auto;
    font-size: 16px;
}
 .applybtn {
    background: #14315d;
    color: #fff;
	
}
 .applybtn:hover {
    background: #fff;
    color: #14315d;
	 border-color: #14315d;
	
}
.btn.onbannerbtn{
	background: #FCFC1A;
    color: #14315d;
	
}
.btn.onbannerlightbtn, .btn.onbannerbtn{
	font-family: 'Poppins', sans-serif;
    font-weight: 700;

}
.btn{
	 border-radius: 50px;
    

	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.coursesList {
    padding-left: 20px;
}
.coursesLi {
    margin-top: 20px;
    font-size: 16px;
}
.coursesBox {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.coursesBox:last-child {
    border-right: none;
}
.chr1 {
    position: absolute;
    left: -240px;
    top: 180px;
    max-width: 300px;
    z-index: 1;
}
.chr2 {
    position: absolute;
    right: -135px;
    max-width: 167px;
    bottom: 0px;
    z-index: 1;
}
.videoContainerIn{
	padding-top: 52.25%;
	position: relative;
}
.videoContainerIn iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoItem{
	 width: 100%;
	float: left;
}
.slick-dots{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slick-dots li{
	
	padding: 5px;
	display: inline-block;
	
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	background: #ddd;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	outline: none;
	padding: 0;
}
.slick-dots .slick-active button{
	background: #14315D;
}
.courseTitle{
	font-size: 1rem;
}
.courseboxIn {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.coursedispn{
	margin-bottom: 0;
}
.sectionTitle {
    font-size: 1.5rem;
    font-weight: 700;
	text-transform: capitalize;
}
.specialLi {
	padding:30px 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.specialText{
	margin-top: 10px;
	font-size: 1.125rem;
}
.specialtIcon{
	width: 110px;
	margin: 0 auto;
}
.videomodel .modal-content{
	background: #000;
	padding: 0;
}
.videomodel .modal-body{
	padding: 0;
}
.videomodel  button.close {
    position: absolute;
    left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    top: -40px;
    color: #fff;
    z-index: 1;
    opacity: 1;
    font-weight: normal;
    font-size: 28px;
	background: #000;
    padding: 5px 10px 10px;
}
button.close:focus {
	outline: none;
	border: none;
}
.videomodel  .modal-dialog{
	max-width: 800px;
}
.videowrp{
	background: #000;
}
.videoClick {
    position: relative;
    padding-top: 56%;
    margin: 0;
    overflow: hidden;
}
.videoImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.videoImg img{
	display: block;
	position: relative;
	z-index: 1;
}
.videoImg:after, .videoImg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
	z-index: 2;
}
.videoImg:before{
	
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);
background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );




}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 4;
	width: 70%;
}
.videoplay-btn{
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 15px;
	position: relative;
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
	cursor: pointer;
	transition: all .2s ease .0s;
}
.videoplay-btn:hover{
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
}
.videoplay-btn:after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #14315d;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -18px;
}
.galleryli {
	padding: 1%;
}
.gallery1{
	width: 100%;
	
}
.gallery2, .gallery3, .gallery4{
	
}
.gallery2{
	float: left;
	width: 45%;
}
.gallery3, .gallery4{
	float: right;
	width: 55%;
}
.galleryleft {
    width: 43%;
}
.galleryIn {
    width: 100%;
    position: relative;
    overflow: hidden;
	background: #eee;
    border-radius: 10px;
	display: block;
}
.galleryIn  img{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	
}
.gallery1 .galleryIn{
	padding-top: 51.5%;
}
.gallery2 .galleryIn{
	padding-top: 202%;
}
.gallery4 .galleryIn, .gallery3 .galleryIn{
	padding-top: 80%;
}
.form-right{
	float: right;
	width:57%;
	padding-left: 80px;
	position: relative;
	padding-bottom: 40px;
}
.form-right:before{
	content: "";
	position: absolute;
	left: 40px;
	bottom: 0px;
	width: 60%;
	height: 80%;
	background: #14315d;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: url("../images/h1-slide-1-img-4.png");
	background-size: 100% 100%;
}
.gallery-linka {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.gallery-linka span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    color: #fff;
 
}

.career-box {
	padding: 40px;
	border-radius: 30px;
	background: #fff;
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
}
.career-box .courseTitle img {
    width: 18px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-left: -28px;
}
.career-box .courseTitle {
	margin-bottom: 14px;
}

.career-left{
	float: right;
	width:57%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	padding-bottom: 40px;
}
.career-left:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 60%;
	height: 80%;
	background: #ff780b;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.career-right{
	width: 43%;
}
.career-right img{
	border-radius: 10px;
}


.course-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sectionTitle span{
    font-size: 17px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .career-right{
	width: 100%;
}
.career-left{
	width:100%;
	padding-left: 15px;
    padding-right: 15px;
}
.career-box {
	padding-left: 20px;
	padding-right: 20px;
}
.about-sec {
    margin-top: 50px;
}
	
.introtitle {
    margin-top: 20px;
}

	
	
	
}


.about-sec{
	margin-top: -80px;
}
.about-right{
	margin-top: 130px!important;
}
.career-box .courseTitle {
    margin-bottom: 14px;
    font-size: 15px;
    margin-left: 30px;
	color: #474747;
}
.career-box .courseTitle span {
    color: #000000;
	font-weight: bold;
}



.job-opportunities-out p{
	text-align: center;
    width: 70%;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
	font-weight: normal;
    font-size: 16px;
}

.job-opportunities-out .specialText {
    margin-top: 10px;
    font-size: 15px;
}

.job-opportunities-out .specialLi {
	padding:30px 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.job-opportunities {
	margin-bottom: 50px;
}

.job-opportunities li {
	border-left: 1px solid #ddd!important;
	border-bottom: 1px solid #ddd!important;
}	
.job-opportunities li:nth-child(7), .job-opportunities li:nth-child(13), .job-opportunities li:nth-child(1){
	border-left-color:  transparent!important;
}
.job-opportunities li:nth-child(13), .job-opportunities li:nth-child(14), .job-opportunities li:nth-child(15), .job-opportunities li:nth-child(16){
	border-bottom-color: transparent!important;
}
@media only screen and (max-width: 767px) {
.about-sec {
    margin-top: 20px !important;
    margin-bottom: 50px;
}
.about-right {
    margin-top: 50px !important;
}
.job-opportunities-out p {
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
}
.banner-btn-wrp .applybtn {
    padding: 10px 18px;
    font-size: 15px;
}	
.banner-btn-wrp .btn-light {
    padding: 10px 18px;
    font-size: 15px;
}	
	
}















.footerIcon {
    margin: -90px auto 10px;
    width: 140px;
	height: 140px;
	background: #fff;
}
.footer-wrp{
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #e1e3f7;
	margin-top: 100px;
	background-size: 500px auto;
	padding-bottom: 20px;
}
.footeradress  a, .footeradress{
	color: #14315d;
	text-shadow: 0px 0px 5px #e1e3f7, 0px 0px 10px #e1e3f7, 0px 0px 15px #e1e3f7;
}
/*.................. Sticky Bottom ..............*/
.footerBg{
	background-color: #14315d;
}
.bottomsybls path{
	fill:#fff;
}
.bottomBarul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.bottombar{
	position: fixed;
	bottom: -200px;
	left: 10%;
	right: 10%;
	padding: 5px;
	z-index: 10;
	border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: 0px -10px 15px rgba(20,50,93,0.15);
	-webkit-box-shadow: 0px -10px 15px rgba(20,50,93,0.15);
	box-shadow: 0px -10px 15px rgba(20,50,93,0.15);
	-moz-transition: all .7s ease .0s;
	-webkit-transition: all .7s ease .0s;
	transition: all .7s ease .0s;
}
.bottombar.active{
	bottom: 0;
}
.glyph{
	width: 20px;
	height: 24px;
	margin: 0 auto 5px;
}
.glyph svg{
	width: 100%;
	height: 100%;
}
.bottombarLi{
	width: 33.333%;
	text-align: center;
	padding: 5px;
}
.bottombarLi a{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.bottombarLi a:hover{
	text-decoration: none;
}
.bottombarTitle{
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -10px;
	padding-left: 15px;
	margin-bottom: 0;
	color: #FFFFFF;
}
.bottombar {
	padding-left: 100px;
}

.splIcon {
    max-width: 80px;
    margin: 10px auto;
}
 
@media only screen and (max-width:768px) {
	.sm-hide{
		display: none;
	}
	.bottombar{
		padding-left: 0;
		left: 5px;
		right: 5px;
	}
}
/*.................. Sticky Bottom ..............*/


@media only screen and (min-width:992px){
	.videomodel  button.close {
		left: inherit;
		right: -35px;
		top: 0;
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.specialLi {
	padding:30px 30px;
	}
.specialLi:nth-child(5), .specialLi:nth-child(1){
	border-left-color:  transparent;
}
.specialLi:nth-child(5), .specialLi:nth-child(6), .specialLi:nth-child(7), .specialLi:nth-child(8)   {
	border-bottom-color: transparent;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
 .specialLi:nth-child(7), .specialLi:nth-child(8)   {
	border-bottom-color: transparent;
}
	.specialLi:nth-child(7){
	border-left-color:  transparent;
}
}
@media only screen and (max-width:900px){
	.company-about-section {
		overflow: hidden;
	}
	.contact-box{
		border-radius: 10px;
		padding: 30px;
	}
	.chr2, .chr1{
		display: none;
	}
	.contact-wrp{
		padding:10px 0 !important;
	}
}

@media only screen and (max-width:767px){
.coursesBox {
    border-bottom: 1px solid rgba(255,255,255,0.1);
	border-right: none;
	padding: 10px 0;
}
	.coursesBox:last-child {
    border-bottom: none;
}
	.coursesRow{
		padding: 20px 15px;
	}
	.introtitle{
		font-size: 2rem;
	}
	.specialLi{
		padding: 15px;
	}
	.specialText{
		font-size: 1rem;
	}
	.galleryleft{
		width: 100%;
	}
	.form-right{
		width: 100%;
		margin-top: 20px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.formwrp{
		background-size: cover;
		background-position: center center;
	}
	.formwrp .my-container{
		padding: 0 10px;
	}
	.contact-box{
		padding: 15px;
	}
		.form-right:before{
			left: 0;
			-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}
	.formwrp.pb-5{
		padding-bottom: 10px !important;
	}
	.footer-wrp{
		background-position: 90% top;
	}
	.videoplay-btn{
		width: 40px;
		-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.5);
		height: 40px;
	}
	.videoTitle{
		font-size: 1rem;
	}
	.videoDispn {
		font-size: .75rem;
	}
	.videoplay-btn:after{
		border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #14315d;
    margin-left: -5px;
    margin-top: -9px;
	}
	.videoImg:before{
		display: none;
	}
	.videowrp  .my-container{
		padding: 0 0px;
	}
	.videoImg:after, .videoImg:before{
		background: rgba(0,0,0,0.60);
	}
}