@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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;
}
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;
}
.coursesWrp2 {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.coursesWrp {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 60px;
}
.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-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;
}
.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{
	background-color: #686461;
	color: #FFFFFF;
	text-align: center;
	padding-top: 90px;
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
.introtitle {
    font-size: 56px;
    font-weight: bold;
    margin-top: 40px;
}
section.introimagewrp {
    text-align: center;
    margin-top: -24%;
}
.mainlogo {
    max-width: 340px;
    margin: 20px auto;
}
p.introdispn {
    color: #fff;
    max-width: 640px;
    margin: 20px auto;
    font-size: 16px;
}
.banner-btn-wrp .applybtn {
    background: #ff780b;
    color: #fff;
	padding: 10px 25px;
	
}
.applybtn, .footerBg{
	background: #ff780b;
 	color: #fff;
	border: transparent;
}
.applybtn:hover{
	background: rgb(97,15,117);
background: -moz-linear-gradient(-45deg,  rgba(97,15,117,1) 0%, rgba(251,5,119,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(97,15,117,1) 0%,rgba(251,5,119,1) 100%);
background: linear-gradient(135deg,  rgba(97,15,117,1) 0%,rgba(251,5,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610f75', endColorstr='#fb0577',GradientType=1 );
color: #FFFFFF;
}
.btn{
	 border-radius: 50px;
	padding: 10px 25px;
    

	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;
	height: auto;
	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 #610f75;
    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%;
}
.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;
}






.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: #ff780b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.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;
 
}
.footerIcon {
    margin: -90px auto 10px;
    width: 140px;
	height: 140px;
	background: #fff;
}
.footer-wrp{
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #091022;
	margin-top: -10px;
}
.footeradress  a{
	color: #FFFFFF;
}
.bannerimg {
    width: 72%;
    text-align: center;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}





.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;
}
@media only screen and (max-width: 767px) {
.about-sec {
    margin-top: 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;
}	
	
}

/*.................. Sticky Bottom ..............*/

.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 ..............*/



/*--------------------------------------------------------------
# testimonials
--------------------------------------------------------------*/
.testimonial-area {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.testimonials-out{
	padding-left: 30px;
}
.testimonial-area .bx-wrapper {
	margin-left: 0;
	margin-right: auto;
}
.testimonial-area .bx-wrapper .bx-pager {
	text-align: left;
}
.testimonial-area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -20px;
    left: 0;
}
.testimonial-area:after {
    content: '';
    position: absolute;
    background: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    z-index: -1;
    background-size: cover;
}
.testimonial-area h2 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #393939;
	margin-bottom: 30px;
}
.testimonial-area h2:after {
    content: '';
    height: 3px;
    width: 50px;
    background: #393939;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.testimonial-left{
	border-right: 1px lightgrey solid;
	text-align: center;
}
.testimonial-left img{
	width: 90%;
}
.testimonial-left  p img{
	width: 150px;
}
.testimonial-left  h3{
	font-size: 21px;
    font-weight: 400;
    color: #666666;
}
.testimonials-in .bx-wrapper .quote {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 30px;
}
.testimonials-in .bx-wrapper li p {
    font-size: 16px;
	line-height: 30px;
}
.testimonials-in .bx-wrapper .bx-pager.bx-default-pager a {
    background: #B7B7B7;
}
.testimonials-in .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #dc0777;
}
.testimonials-in .bx-wrapper .bx-pager.bx-default-pager a {
    margin-right: 20px;
	margin-left: 0!important;
}
.client-img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border: 2px #dbdbdb solid;
    border-radius: 150px;
}


.testi-bg {
    background: #ffffff;
	
}
.clients{
	display: flex;
	margin-bottom: 25px;
}

.clients img{
	margin-left: 0;
    margin-right: 30px;
    border-radius: 100px;
}
.clients p{
	margin-top: 15px;
	font-size: 16px!important;
}
.clients p i{
	color: #0082cd;
	font-size: 14px;
    margin-right: 5px;
}
.btn-view-all-client {
    font-family: "Poppins", sans-serif;
    background-color: #6fbd00;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 32px;
    border-radius: 0;
    transition: 0.3s;
    line-height: 1;
    color: #FFFFFF;
    animation-delay: 0.8s;
    margin-top: 80px;
}

.view-more-reviews{
	background: #ff780b;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin-top: 40px;
	transition: 0.5s;
	border-radius: 100px;
}
.view-more-reviews:hover{
	background: #54b948!important;
    color: white;
}


@media (max-width: 992px) {
    .testimonial-area:after {

}
.testimonials-out {
    padding-left: 15px;
}	
.testimonial-left{
	text-align: center;
}
.testimonial-left img{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}	
.testimonial-area:after {
    top: 0;
    bottom: 0;
    right: 0;
    width: 38%;
}	
.testi-bg {
    background: #ffffff;
    padding: 0;
    margin: 15px 0 20px;
}
.testimonial-area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -35px;
    left: 0;
}
.testimonial-area {
    padding-top: 50px;
    padding-bottom: 60px;
}
.view-more-reviews {
    margin-top: 60px;
}
.clients {
    margin-bottom: 0;
}	
	
}

@media (max-width: 767px) {

}

@media (max-width: 420px) {

}



.partners-out {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.partners-out .sectionTitle{
	margin-bottom: 30px;
}


@media only screen and (min-width:992px){
	.bannerimg {

    padding-right: 0px;
}
	.introsectionwrp{
		background-size: 1920px auto;
	}
	.introText {
    width: 56%;
    text-align: left;
		float: left;
}
	.bannerimg {
}
	
	.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;
}
	
.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 (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: 2.25rem;
	}
	.specialLi{
		padding: 15px;
	}
	.specialText{
		font-size: 1rem;
	}
	.galleryleft{
		width: 100%;
	}
	.form-right{
		width: 100%;
		margin-top: 20px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.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 #610f75;
    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);
	}
}