@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Montserrat';
	color: #161824;
    font-weight: normal;
    font-style: normal;
	font-size: 18px;
	background: #FFF ;
	/* overflow-x: hidden; */
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Montserrat';
    font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-family: 'Montserrat';
    font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

.flex {
	display: flex;
	flex-flow: row nowrap;
}

.page-center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	box-sizing: border-box;
}


#page-header {
    position: absolute;
    width: 100%;
}


.logo-wrapper{
	position: relative;
	padding: 30px 0px 0px 0px;
}

.logo-wrapper a{ 
	position: relative;
	z-index: 2;

}

.logo-bg {
    position: absolute;
    top: 0px;
    background: url(../images/logoBg.png) no-repeat 0 0;
    width: 520px;
    height: 231px;
    left: -80px;
    z-index:1;
}


.main-banner {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 0;
}



.main-banner figure{
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.main-banner figure img{
	visibility: hidden;
}

.main-banner .text-wrapper {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 2;
}


.main-banner .text-wrapper h1{
	font-weight: 800;
	font-size: 75px;
	position: relative;
	}


.main-banner .text-wrapper h1 span{
	color: #5ed1dd ;
}



.master-skills-wrapper {
    margin: 85px 0px 0px 0px;
}

.master-skills-content{
	max-width:670px;
	width: 100%;
}

.master-skills-content h2,.success-story h2{
	font-size: 50px;
}

.master-skills-content p{
	font-size: 22px;
	font-weight: 500;
	padding: 40px 0px 0px 0px;
	line-height: 35px;
}

.master-skills-wrapper .flex,.testimonil-writer.flex{
	align-items:center;
}

.master-skills-wrapper .image-wrapper img{
	position: relative;
}

.master-skills-wrapper .image-wrapper img::after{
	position: absolute;
	content: '';
	background: url('../images/shadow.png') no-repeat 0 0;
	width: 348px;
	height: 34px;
	left:30%;
	bottom: -10%;
	/* transform: translate(0, 10%); */
}


.success-wrapper{
 position: relative;
 background: #22175a;
 margin: 85px 0px 0px 0px;
 overflow:hidden;
}


.success-wrapper::before{
	position: absolute;
	content: '';
	background: url(../images/leftCorner.png) no-repeat 0 0;
	width: 355px;
	height: 325px;
	top: -1px;;
	left: 0;
	z-index: 1;

}




.success-wrapper .page-center{
	position: relative;
	width:100%;
	height: 100%;
	padding: 85px 0px;
	min-height: 620px;
}

.success-wrapper .page-center::after{
	position: absolute;
	content: '';
	background: url(../images/rightCorner.png) no-repeat 0 0;
	width: 409px;
	height: 461px;
	right: -2px;
	bottom: -4px;

}

.success-right-end{
	position: absolute;
	height: 100%;
	width:0;
	right:0px;
	bottom: 0px;
	
}

.success-right-inner{
	width: 50vw;
	background: #fff  url('../images/rightGraphics.png') no-repeat 10% 10%;
	height: 100%;	
	position: relative;
	right: 0;
}


.success-bg{
	position: absolute;
	background: url(../images/blueBg.jpg) no-repeat center center;
	width: 1140px;
	height: 760px;
	top:0;
	left: -40px;;
	z-index: 0;
}
.success-story{
	margin: 115px 0px 75px 0px;
}

.success-story h2{
	text-align: center;
}


.succes-main-content{
	max-width: 315px;
	width: 100%;
	z-index: 3;
	color: #fff;
	
}

.succes-main.flex{
	align-items: center;
}

.succes-main-content h2{
	font-weight: bold;
	font-size: 45px;
}

.succes-main-content h2 span{
	color:#fb4452
}

.succes-main-content p{
	padding-top: 55px;
	line-height: 30px;
}

.success-story-main p,.succes-main-content p{
	font-size: 18px;
}

.internship-box{
	max-width: 325px;
	width: 100%;
	border-radius: 15px;
	background: #fff;
	position: relative;
	z-index: 5;
	margin: 0px 0px 0px 40px;
}

.internship-box img{
	border-radius: 15px;
}

.internship-box h4{
	font-size: 25px;
	font-weight: bold;
	padding: 40px 40px 30px 40px;
}

.internship-box p{
	color: #0f0f24;
	font-size: 16px;
	padding: 0px 40px 85px;
	line-height: 25px;
}

.internship-wrapper.flex{
    flex-grow: 2;
}

.apply-now{
	position: absolute;
	bottom:0px;
	width: 100%;
	text-align: center;
	margin: auto;
}

.apply-now a{
	padding: 20px 45px;
	border-radius: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.light-blue{
	background: #33c1d0;
}


.orange{
	background: #ff7d57;
}

.flight-blue{
	color: #33c1d0;
}

.forange{
	color: #ff7d57;
}

.fyellow{
	color: #ffca08;
}



.orange{
	background: #ff7d57;
}


.success-story-main {
	max-width: 700px;
	width: 100%;
}
.success-story-main p{
	padding-top: 40px;
	text-align: center;
	line-height:30px;
	
}

.testimonial-wrapper{
	padding: 25px 0px 0px 0px;
	font-size: 15px;
}

.testimonial-slider .single-item{
	max-width: 580px;
	width: 100%;
	box-shadow: 5px 5px 46px 5px rgba(0,0,0,0.11);
	-webkit-box-shadow: 5px 5px 46px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 5px 5px 46px 5px rgba(0,0,0,0.11);
	border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius:120px;
	position: relative;
	margin:45px 0px;
}

.success-story{
	overflow-x: hidden;
}

/* .testimonial-slider.owl-carousel .owl-stage-outer{
 overflow: visible !important;
} */



.testimonial-slider .single-item p{ 
	padding: 50px 40px 0px 130px;
	line-height: 25px;
}

.testimonial-slider .single-item::before{ 
	position: absolute;
	content: '';
	background: url('../images/blueQuote.jpg') no-repeat 0 0;
	width: 57px;
	height: 42px;
	top:50px;
	left:55px;
}

.testimonial-slider .single-item.even::before{ 
	position: absolute;
	content: '';
	background: url('../images/yellowQuote.jpg') no-repeat 0 0;
	width: 57px;
	height: 42px;
	top:50px;
	left:55px;
}

.testimonil-writer{
	padding: 20px 40px 50px 55px;
}

 .owl-carousel .owl-item .testimonil-writer img{
	border-radius: 50%;
	width: 51px;
	height: 51px;
}

.testimonil-writer p.name{
	font-weight: bold;
	font-size: 20px;
	padding: 0px 0px 0px 25px;
}

.testimonil-writer p.designation{
	font-weight: 500;
	font-size: 16px;
	padding: 0px 0px 0px 25px;

}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #dbd3d4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7d57;
}


.testimonial-slider.owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-slider.owl-carousel .owl-item {
	opacity: 0;
	transition: opacity 500ms;
 }
 .testimonial-slider.owl-carousel .owl-item.active {
   opacity: 1;
 }

.our-network{
	background: #f5f5f7;
	padding: 100px 0px 150px 0px;
	text-align: center;
}

.our-network h2{
	font-weight: bold;
	font-size: 50px;
}

.our-network p{
	padding: 40px 200px 90px;
	line-height: 30px;
}

.our-network img {
	max-width: 100%;
	width: 240px;

}

footer{
	background: #22175a;
	padding:50px 0px;
	text-align: center;
	color: #fff;
}

footer p{
	font-size: 16px;
	padding:25px 0px;
}

.social-links a{
	padding: 0px  0px 0px 5px;
}

.our-network .flex{
	justify-content: center;
}

.special-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.6);
    z-index: 1000;
    top: 0;
    left: 0;
}

.special-container {
	display: none;
    max-width: 524px;
    width: 100%;
    position: absolute;
    padding: 30px;
    background: #f7f8fa;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
    border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	padding: 90px 60px 90px 60px;
	z-index: 1000;
}

.popup-close{
	position: absolute;
    top: -5px;
    right: -10px;
}

.close-btn{
	background: #34d2e2;
    padding: 5px 7px 2px 7px;
    border-radius: 50%;
}

.special-container h3{
	font-size: 30px;
	font-weight: bold;
}
.special-container p{
	padding-top: 10px;
}
.form-container {
	padding-top: 30px;
}
.form-container input[type="text"],.form-container input[type="tel"],.form-container input[type="email"]{
	padding: 5px 18px;
	border: solid 1px #d9dde0;
	border-radius: 5px;
	height: 50px;
	width: 93%;
	font-size: 16px;
	color:#000;
	margin-bottom: 15px;
	background: #fff;
}


.form-container .flex{
	justify-content: space-between;
}

.form-container .btn-upload{
	border-radius: 5px;
	height: 50px;
	background: #fff;
	outline: none;
	border: solid 1px #d9dde0;
	font-size: 16px;
	width:140px;
}

.btn-upload.flex{
	align-items: center;
	justify-content: center;
}
.btn-upload span{
	padding-left: 8px;
}

input.submit-btn{
	padding: 15px 50px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-color: #ff7d57;
    bottom: -20px;
    position: absolute;
    border: none;
	box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.26);
	-webkit-box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 4px 5px 16px 0px rgba(0,0,0,0.26);
}


footer a{
	color:#fff;
}

@media screen and (max-height: 900px) {
	.special-container {
		padding: 40px 60px 40px 60px;
	}

	.form-container input[type="text"], .form-container input[type="tel"], .form-container input[type="email"] {
		height: 35px;
	}

	
}



@media screen and (max-width:1300px){

	.succes-main-content h2{
		font-size: 3vw;
	}

	.internship-box {
		max-width: 25vw;
		margin: 0px 1.8vw;
	}

	.internship-box p{
		padding: 0px 2vw 7vw;
	}

	.internship-box h4 {
		padding: 2vw 2vw 1.5vw 2vw;
	}
}

@media screen  and (max-width:1400px){
	.master-skills-wrapper{
		padding: 0px 60px;
	}	

	.master-skills-content{
		padding-right: 30px;
	}

	.main-banner .text-wrapper h1 {
		font-size: 52px;
	}

	.logo-wrapper a{
	 left: 30px;
	}

	.success-wrapper .page-center{
		padding: 6vw 4vw;
	}

	.succes-main-content p {
		padding-top: 25px;
		font-size: 1.3vw;
	}

	.internship-box h4{
		padding: 1vw 2vw;
	}



	.internship-box {
		max-width: 25vw;
		margin: 0px 0px 0px 2.9vw;
	}

	.internship-box p {
		font-size: 1.16vw;
		line-height: 1.83vw;
		padding: 0vw 2vw 4vw;
	}

	.our-network {
		padding: 50px 50px 60px 5px;
	}


}

@media screen and (max-width:1200px){
	/* .page-center{
		padding: 0px 20px;
	} */

	.our-network img {
		max-width: 100%;
		width: 190px;
	
	}


	.succes-main-content {
		padding-left: 6vw;
	}

	.internship-box {
		margin: 0px 2.5vw;
	}

	.main-banner .text-wrapper{
		top:60%;
	}

	.succes-main-content h2 {
		font-size: 2.5vw;
	}

	.internship-box p {
		padding: 0px 2vw 5vw;
	}

	.apply-now a {
		padding: 15px 30px;
		font-size: 16px;
	}

	.master-skills-content h2, .success-story h2 {
		font-size: 45px;
	}

	.testimonial-wrapper {
		padding: 25px 40px 0px 40px;
	}

	
}


@media screen and (max-width: 1500px) and (min-width: 1100px){
	.success-wrapper .page-center{
		min-height: 700px;
	}

	.success-wrapper .page-center {
		padding: 10vw 10vw;
	}
}

@media screen and (max-width: 1100px){
.internship-box {
    margin: 0px 1.8vw;
}

.success-wrapper .page-center{
	min-height: 645px;
}

.success-wrapper .page-center {
	padding:8vw 6vw 6vw 6vw;
}
}

@media screen and (max-width:1023px){
	.main-banner .text-wrapper h1{
		font-size: 60px;
	}

	.logo-bg{
		display: none;
	}

	#page-header{
		background: rgba(34, 23, 90, 0.5);
		z-index: 1;
	}

	.logo-wrapper {
		padding: 15px 0px 15px 0px;
	}

	.logo-wrapper a img,footer a.logo img{
		width: 200px;
	}

	.master-skills-wrapper .flex,.succes-main.flex{
		flex-wrap: wrap;
	}

	.master-skills-content {
		max-width: 100%;
	}

	.master-skills-wrapper  .image-wrapper{
		margin:30px auto;
	}

	.success-wrapper::before,.success-wrapper .page-center::after,.success-bg,.success-right-end{
		display: none;
	}

	.succes-main-content {
		padding-left: 0px;
		max-width: 100%;
	}

	.success-wrapper .page-center{
	 padding: 40px 20px;
	}

	.master-skills-content h2, .success-story h2,.our-network h2{
		font-size: 35px;
	}

	.master-skills-content p{
		padding-top:15px;
		font-size: 16px;
		line-height: 25px;
	}

	.master-skills-wrapper ,.success-wrapper{
		margin: 45px 0px 0px 0px;
	}

	.master-skills-wrapper ,.success-wrapper{
		padding:  0px 30px ;
	}

	.succes-main-content h2{
		font-size:30px;
	}

	.succes-main-content p{
		padding-top: 20px;
		font-size: 16px;

	}

	.internship-box{
		max-width: 40%;
		margin-top: 30px;
	}

	.internship-wrapper.flex {
		justify-content: center;
	}

	.internship-box img {
		border-radius: none;
		width: 100%;
	}

	.internship-box p {
		padding: 0px 20px 65px;
	}

	.apply-now a {
		padding: 15px 35px;
	}

	.success-story {
		margin: 50px 0px 50px 0px;
	}

	.success-story-main p{
		padding-top: 30px;
	}

	.testimonial-slider .single-item {
		margin: 45px auto;
	}

	.our-network img {
		width: 150px;
	}

	.our-network {
		padding: 50px 30px 60px 30px;
	}

	.our-network p {
		padding: 30px 100px 45px;
	}

	.main-banner .text-wrapper h1 {
		font-size: 50px;
	}

	.internship-box p {
		font-size: 14px;
		line-height: 25px;
	}

	.success-story-main {
		padding: 0px 30px;
	}

	.master-skills-content {
		padding-right: 0px;
	}
	
}
@media screen and (max-width:991px){
	.our-network img {
		width: 130px;
	}

	.main-banner .text-wrapper h1 {
		font-size: 45px;
	}
}

@media screen and (max-width:767px){
.main-banner .text-wrapper h1 {
    font-size: 24px;
}

.master-skills-content h2, .success-story h2, .our-network h2 {
    font-size: 22px;
}

.logo-wrapper a img, footer a.logo img {
    width: 140px;
}

.internship-wrapper.flex{
	flex-wrap: wrap;
}

.internship-box{
	max-width:100%;
	margin-bottom: 40px;
}

.testimonial-slider .single-item::before{
	display: none;
}

.success-story {
    overflow: hidden;
} 

.testimonial-slider .single-item{
	max-width: 100%;
	border-top-left-radius:25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius:25px;
	border-top-right-radius:25px;
	margin: 45px auto;
}

.our-network p {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 25px;
}
.testimonial-slider .single-item p {
    padding: 50px 20px 0px 20px;
}

.testimonil-writer p.name,.testimonil-writer p.designation{
	padding: 0px 20px 0px 20px;
}

.our-network .flex{
	flex-wrap: wrap;
    align-items: center;
}

.succes-main-content h2 {
    font-size: 20px;
}

.special-container {
    max-width: 70%;
	padding: 40px 30px 40px 30px;
}

.form-container input[type="text"], .form-container input[type="tel"], .form-container input[type="email"] {
    height: 25px;
    -webkit-appearance: none;
}

input.submit-btn {
	font-size: 18px;
	-webkit-appearance: none;
}

.special-container h3{
	font-size: 21px;
}

.form-container {
    padding-top: 15px;
}

.special-container p,.special-container label{
	font-size: 14px;
}

.master-skills-content p,.success-story-main p, .succes-main-content p,.internship-box p {
    font-size: 15px;
    line-height: 25px;
}

.internship-box h4{
	font-size: 21px;
	padding: 20px 20px 10px 20px;
}

.apply-now a {
    padding: 10px 25px;
	font-size: 15px;
}

.testimonil-writer p.name{
	font-size: 16px;
}

.success-story-main p {
    padding-top: 15px;
}

footer p {
    font-size: 12px;
    padding: 25px 20px;
}

}












