@charset "utf-8";

*{margin:0; padding:0;outline:0;}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:24px;
}
.flt{
	float:left;
}
.flr{
	float:right;
}

.clr{
	clear:both;
}

.banner{
	background:url(../images/banner.jpg) no-repeat top center;
	background-size:cover;
	overflow-x:hidden;
}
header{
	padding:20px 0 50px;
}
.contact-no{
	text-align:right;
	padding-top:10px;
}
.contact-no a img{
	padding-right:10px;
}
.contact-no a{
	font-size:20px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
}

.banner-caption{
	padding:140px 30px 20px;
	color:#fff;
	font-size:33px;
}
.banner-caption h2{
	font-size: 45px;
    font-weight: 900;
    color: #0086ce;
}
.enq-form{
	background:#fff;
	padding:30px 20px 30px 120px;
	margin-left:-90px;	
}
.form_inner h2{
	color:#7d7d7d;
	font-size:25px;
	line-height:25px;
}
.form-flex{
	display:flex;
}
.form-flex .form_field{
	width:33%;
	padding-top:20px;
	padding-right:20px;
}
.form-flex .form_field input{
	width:100%;
	border:none;
	border-bottom:1px solid #d0d0d0;
	height:40px;
	line-height:40px;
	color: #696767;
}
.form-flex .form_field select{
	width:100%;
	border:none;
	color:#696767;
	border-bottom:1px solid #d0d0d0;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:0;
	height:auto;
	height:40px;
	border-radius: 0;
	line-height:40px;
	background:url(../images/arrow.png) no-repeat top 18px right;
}
.form_field_submit{
	padding-top:20px;
}
.form_field_submit input{
	background:#0086ce url(../images/submit-arrow.png) no-repeat center right 20px;
	padding:10px 20px;
	color:#fff;
	width:100%;
	max-width:200px;
	border:none;
	text-align:left;
	cursor:pointer;
	transition: all 0.7s;
}
.form_field_submit input:hover{
	transition: all 0.7s;
	background:#000 url(../images/submit-arrow.png) no-repeat center right 10px;
}
.thanks{
	font-size: 20px;
	line-height: 28px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border:1px solid #7d7d7d;
   border-radius: 4px;
}

.t-c{
	padding-top:20px;
}

.tc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  color:#0086ce;
  font-weight:400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tc input:checked ~ .checkmark {
  border:1px solid #7d7d7d;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tc input:checked ~ .checkmark:after {
  display: block;
}
.tc .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #7d7d7d;
    border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ab, .ab-right{
	padding:30px;
	box-sizing: border-box;
	min-height:200px;
	align-items: center;
	display: flex; 
	text-align: center;
}
.ab h3{
	font-size:25px;
	font-weight: bold;
	color:#0086ce;
	display: block;
	margin: 0;
}
.ab p{
	font-size: 18px;
	margin: 0;
	color:#0086ce;
}
.ab-top{
	background:#f4f4f4 no-repeat top  right;
	display: flex;
	
}
.ab-bottom{
	background:#212121 url(../images/ab2.jpg) no-repeat top  right;
	
}
.ab-right{
	background:#0086ce url(../images/ab3.jpg) no-repeat top  right;
	min-height: 400px;	
	display: flex;
}
.ab-top-inner{
	width:100%;
	margin-left:0%;
}
.ab-right-inner{
	width:100%;
	text-align: left;
	padding:0 50px;
	box-sizing: border-box;
}
.ab-right-top:first-child{
	padding-bottom:40px;
}
.ab-right-top h3{
	font-size: 30px;
	color:#fff;
	font-weight: 600;
}
.ab-right-top p{
	color:#fff;
	font-size: 15px;
}
.get-connected {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*min-height: 100vh;*/
	padding: 50px 20px 0;
	position: relative;
}

.get-connected .card {
	background:url(../images/Red-box.png) no-repeat bottom center;
	background-size: 100% 100%;
	border-radius: 0;
	padding: 20px 30px 40px;
	min-height:400px;
	opacity: 0.8;
	z-index: 2;
}
.section-heading{
	color: #0086ce;
	font-size: 25px;
	line-height: 48px;
	font-weight: bold;	
}
.courses{
	background: #f4f4f4;
}
.courses .row{
	flex-direction: row-reverse;
}
.color-red{
	background: #0086ce;
	padding-top:50px;
	padding-bottom: 50px;
}
.courses .section-heading{
	color:#fff;
}
.tabbing-item ul{
	padding: 20px 0 50px;
}
.cs-inner{
	display:flex;
	height: 100%;
	width:100%;
	align-items: center;
	flex-wrap: nowrap;
}
.cs-inner-new{
	width: 100%;
	max-width: 300px;
}
.tabbing-item ul li{
	background: url(../images/tab-bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding:30px;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	max-width: 300px;
	margin-left: -15px;
	font-size: 30px;
	cursor: pointer;
}
.tabbing-item ul li.active{
	background: #f4f4f4;
	color:#0086ce;
	
}
.tabContener{
	padding:50px 20px;
	box-sizing: border-box;
}
.tab-content-inner{
	padding-bottom:30px;
}
.tab-content-inner h4{
	font-size: 28px;
	color: #0086ce;
	line-height: 25px;
	padding-bottom:10px;
}
.tab-content-inner ul li{
	font-size: 18px;
	color:#000;
	line-height: 24px;
	padding: 5px 0;
	list-style: none;
	vertical-align:top;
	width:50%;
	display: inline-block;
	vertical-align: top;
	margin-left:-4px;
}
.tab-content-inner p{
	font-size: 15px;
	color:#000;
	line-height: 20px;
}


.global-alliances .drak-bg, .recruiters .drak-bg{
	background: #212121;
  }
  .industry-partnership .danger-bg{
	background: #e73c2f;
  }
  .industry-partnership-headaing, .recruiters-headaing{
	padding: 15px ;
  }
  .global-alliances-headaing{
	background: #212121;
	padding: 15px ;
  }
  .global-alliances-headaing h3, .recruiters-headaing h3{
	color:#ffff;
	text-align: right;
	font-size: 25px;
	font-weight: 700;
  }
  .global-alliances-logo, .industry-partnership-logo, .recruiters-logo{
	padding: 50px 0;
  }
  .global-alliances-logo ul, .industry-partnership-logo ul, .recruiters-logo  ul{
	flex-wrap: wrap;
	margin-bottom: 0;
  }
  .global-alliances-logo ul li{
	width: 25%;
	list-style-type: none;
	padding: 16px 10px 8px;
	}
	.recruiters-logo  ul li{
	width: 20%;
	list-style-type: none;
	padding: 16px 10px 8px;
	
  }
  .global-alliances-logo ul li img, .industry-partnership-logo ul li img, .recruiters-logo  ul li img{
	max-width: 100%;
  }
  .industry-partnership .danger-bg{
	background: #e73c2f;
  }
  .industry-partnership-headaing h3{
	color:#ffff;
	font-size: 40px;
	font-weight: 700;
  }
  .industry-partnership-logo{
	padding: 85px 0;
  }
  .industry-partnership-logo ul li{
	width: 20%;
	list-style-type: none;
	padding: 0px 0px 0px;
	
  }
  .industry-partnership .grey-bg{
	background: #f4f4f4;
  }

  .get-connected {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*min-height: 100vh;*/
	padding: 50px 20px 0;
	position: relative;
}

.get-connected .card {
	background:url(../images/Red-box.png) no-repeat bottom center;
	background-size: 100% 100%;
	border-radius: 0;
	padding: 20px 30px 40px;
	min-height:260px;
	opacity: 1;
	z-index: 2;
}

.get-connected .section-heading {
	margin-bottom: 20px;
}
.get-connected .card .card-img {
	padding:20px 0 0;
}
.get-connected .card .card-img img {
	margin-bottom: 20px;
	opacity: 1;
	width: 100%;
	max-width: 150px;
}
.get-connected .card .card-text p {
	font-size: 24px;
	line-height: 32px;
	color: #3d3d3d;
	font-family: "Montserrat";
	font-weight: 800;
}
.get-connected .card .card-text p:last-child {
	font-size:16px;
	letter-spacing: 0px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;
}
.get-connected .girl-img {
	position: absolute;
	bottom: 0;
	left: 31%;
	transform: translate(-50%, 0);
	z-index: 3;
}
/*.term-condition {
	position: absolute;
	bottom: 20px;
	right: 5%;
	color: #000;
	font-size: 12px;
	z-index: 2;
}*/

.get-connected .term-condition a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.get-connected .girl-img img {
	max-width: 120px;
	width: 100%;
}
.get-connected .camera {
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 1;
	bottom: 130px;
}
.get-connected .camera img {
	max-width: 180px;
	width: 100%;
}

.get-connected .term-condition {
	padding-top: 100px;
}
.opt-tag-line{
	padding-top: 20px;
}
.opt-tag-line .icon{
	width: 20%;
}
.opt-tag-line .text{
	width: 80%;
	font-size: 15px;
	line-height: 20px
}
.form-flex .form_field.width-100{
	width: 100%;
}
.redirection-btn:hover {
    transition: all 0.7s;
    background: #0086ce  url(../images/submit-arrow.png) no-repeat center right 10px;
    text-decoration: none;
    color: #FFF;
}
.redirection-btn {
    background: #7d7d7d url(../images/submit-arrow.png) no-repeat center right 20px;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    max-width: 250px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.7s;
    display: inline-block;
}
.course-overview .hedaing h2{
	font-size: 50px;
  font-weight: 900;
  padding: 30px 0px;
  color: #000;
}
.course-overview{
	padding-left:30px;
	background:#666666;
}
.pad-top-bottom{
	padding-top:50px;
	padding-bottom: 50px;
}
.course-relate-image{
	width: 100%;
}
.course-overview .course-relate-image img{
	width: 100%;
}
.course-overview .dark-bg{
	background: #666666;
}
.course-overview .course-overview-text{
	width: 100%;
}
.course-overview .course-overview-text h5{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.course-overview .course-overview-text p{
	color: #fff;
}
.course-overview .padding0{
	padding-left: 0;
	padding-right: 0;
}
.course-detials{
	padding: 0 15px
}
.course-detials p{
	margin-bottom: 5px;
	color: #000;
}
.course-detials p strong{
	color: #d92b1b;
	margin-bottom:15px;
}
.bg-f4f4f4{
	color: #f4f4f4;
}

.term-condition p{
	font-size: 10px;

}
.term-condition a{
	font-size: 10px;
}

#resend_submit {
    background: #7d7d7d url(../images/submit-arrow.png) no-repeat center right 20px;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    max-width: 200px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.7s;
    margin-left: 15px;
}


@media only screen and (max-width: 1450px){ 
	.get-connected .card{
		max-width: 400px;
		margin: 0 auto;
	}
}


@media screen and (max-width: 1024px) {
	.get-connected .girl-img {
		left: 32%;
	}
	.get-connected .card{
		min-height: 458px;
	}
	.get-connected{
		padding: 50px 0 0;
	}
	.get-connected .term-condition {
		padding-top: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.get-connected .card{
		min-height: auto;
	}
}
@media screen and (max-width: 991px) {
	.get-connected .card {
		display: flex;
		flex-direction: row;
		margin-bottom: 30px;
	}
	.get-connected .card .card-img {
		padding: 20px 0 0;
	}
	.get-connected .card-img {
		width: 30%;
	}
	.get-connected .card-text {
		width: 70%;
	}
	.get-connected .girl-img {
		left: 23%;
	}
	.course-overview .hedaing h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.get-connected .card .card-img {
		padding: 20px 20px 0 0;
	}
	.course-overview .course-overview-text {
    width: 90%;
    padding: 15px 0px;
  }
}

@media screen and (max-width: 576px) {
	.get-connected .card .card-img {
		padding: 5px 20px 0 0;
	}
	.get-connected .card .card-text p {
		font-size: 20px;
		line-height: 24px;
	}
	.get-connected .card .card-text p:last-child {
		font-size: 16px;
		line-height: 20px;
	}
	.get-connected .girl-img {
		bottom: 40px;
	}
	.get-connected .girl-img img {
		max-width: 100px;
	}
}

@media screen and (max-width: 425px) {
	.get-connected .card .card-img {
		padding: 30px 0 0;
		width: 100%;
	}
	.get-connected .card-text {
		width: 100%;
	}
	.get-connected .card {
		flex-direction: column;
	}
	.get-connected .girl-img {
		left: unset;
		right: -15%;
		bottom: 20px;
		display: none;
	}
	.get-connected .girl-img img {
		max-width: 150px;
	}
	.get-connected .term-condition a {
		position: relative;
		z-index: 3;
	}
}
  
  /*rsponsive*/
  @media only screen and (max-width: 1180px){
	.industry-partnership-headaing h3, .global-alliances-headaing h3, .recruiters-headaing h3 {
	  font-size: 35px;
	}
  
  }
  @media only screen and (max-width: 1024px){
	.industry-partnership-headaing h3, .global-alliances-headaing h3, .recruiters-headaing h3 {
	  font-size: 30px;
	}
	.course-overview{
		padding-left:0;
	}
}
  @media only screen and (max-width: 768px){
	.industry-partnership-headaing h3, .global-alliances-headaing h3, .recruiters-headaing h3 {
	  font-size: 23px;
	}
	.industry-partnership-headaing h3, .global-alliances-headaing h3, .recruiters-headaing h3{
		margin-bottom:0;
	}
  }
  @media only screen and (max-width: 767px){
	.industry-partnership-headaing h3 br, .global-alliances-headaing h3 br, .recruiters-headaing h3 br{
	  display: none;
	} 
	.global-alliances .drak-bg, .recruiters .drak-bg, .industry-partnership .danger-bg{
	  justify-content: center !important;
	}
	.industry-partnership .row{
	  flex-wrap: wrap-reverse !important;
	}
  
	.industry-partnership-logo ul li img{
	  max-width: 100px;
	}
	.tabbing-item ul{
		display: flex;
		align-items: center;
		padding: 20px 0 0;
	}
	.tabbing-item ul li{
		font-size: 20px;
		width: 33.33%;
		margin-left: -2px;
	}
	.enq-form {
		background: #fff;
		padding: 30px 20px 30px 30px;
		margin-left: 0;
	}
	.form-flex{
		display:block;
		width:100%;
	}
	.form-flex .form_field {
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
	}
	.ab-right-inner{
		padding:0;
	}
	.section-heading{
		font-size: 30px;
		line-height: 37px;
		text-align:center;
	}
	.tabContener{
		padding:30px 0;
	}
	.tab-content-inner ul li{
		width:100%;
		margin-left:0;
	}
	.tabbing-item ul li{
		padding:20px;
	}
	.tabbing-item ul{
		margin:0;
	}
	.color-red{
		padding-bottom:0;
	}
  }

  @media only screen and (max-width: 600px){

	.banner-caption {
		font-size: 28px;
		line-height: 39px;

	}
	.banner-caption br{
		display: none;
	}
	.tab-content-inner h4, .ab-right-top h3{
		font-size: 25px;
	}
	.tab-content-inner p{
		font-size: 15px;
	}
	.tab-content-inner ul li{
		font-size: 15px;
	}
	.ab h3{
		font-size: 35px;
	}
	.tab-content-inner h4{
		padding-bottom: 0;
	}
	.tabbing-item ul li{
		padding:10px;
	}
  }
  @media only screen and (max-width: 575px){
	.logo, .contact-no{
		text-align: center;
	}
	.banner-caption{
		font-size: 22px;
		padding:80px 0 20px;
	}
  }
  @media only screen and (max-width: 480px){
	.global-alliances-logo ul li, .recruiters-logo ul li {
	  width: 33%;
	  padding: 16px 0px 8px;
	}
	.industry-partnership-logo ul li {
	  width: 33%;
	  padding: 16px 0px 8px;
	 }
	 .course-overview .hedaing h2 {
    font-size: 25px;
  }
  .banner-caption h2{
  	font-size: 30px;
  }
  .opt-tag-line .icon{
		width:30%;
	}
	.opt-tag-line .text{
		width:70%;
	}

  }