<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham_book-webfont.woff2') format('woff2'),
         url('fonts/gotham_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.woff2') format('woff2'),
         url('fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoblack_italic';
    src: url('fonts/roboto-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/roboto-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold_italic';
    src: url('fonts/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('roboto-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('fonts/robotocondensed-italic-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container
{
	margin:0 auto;
}
*{ margin:0px; padding:0px; box-sizing:border-box;}
p
{
	margin:15px 0 0 0;
	font-family:arial;
	font-size:.87em;
	color:#737373;
	padding:5px 10px;
	line-height:22px;
	
}

.slide1
{
	background:url(../images/banner1.jpg) no-repeat center top;
	height:715px;
}

.slide2
{
	background:url(../images/banner2.jpg) no-repeat center top;
	height:715px;
}

.slide3
{
	background:url(../images/banner3.jpg) no-repeat center top;
	height:715px;
}



header
{
	position:absolute;
	z-index:9;
	width:100%;
	background:#fff;
}

.logo
{
	
	top:0;
	padding:20px
}



.clr
{
	clear:both;
}
.form {
  background: #F8BDAD none repeat scroll 0 0;
  left: 55%;
  margin-left: 136px;
  position: absolute;
  top:140px;
  width: 340px;
  padding:35px;
  z-index: 99;
display:block;
padding-top: 10px;
padding-bottom: 10px;
  
}
	.formTitle{
   background: #DB6655 none repeat scroll 0 0;
	  left: 0%;
	  position: absolute;
	  top:-40px;
	  width: 340px;
	  z-index: 99;
	display:block;
	line-height:40px;
text-align:center;
color:white;
  font-size: 1.25em;
	}

.mobileAccordian
{
	display:none;
}
.banner-text-container
{
	position:absolute;
	z-index:1;
	bottom:0px;
	width:570px;
	bottom:80px;
}

.bxslider li
{
	position:relative;
}
.strip-orrange
{
	background:#f47301;
	height:121px;
	color:#fff;
	font-size:2.20em;
	display:table-cell;
	vertical-align:middle;
	width:600px;
	padding:0 15px;
	position:relative;
	font-family:'gotham_boldregular';
}
.digonal
{
	background:url(../images/digonal-orange.png);
	width:38px;
	height:121px;
	position:absolute;
	right:-38px;
	top:0;
}

.txtBoxes
{
	width:260px;
	padding:8px;
	font-family:'roboto_condensedregular';
	font-size:.9em;
	color:#8a8a8a;
	border:1px solid #e3e3e3;
	margin-top:10px;
}

.txtBoxes2
{
	width:70px;
	padding:8px;
	font-family:'roboto_condensedregular';
	font-size:.9em;
	color:#8a8a8a;
	border:1px solid #e3e3e3;
	margin-top:10px;
}

label
{
	font-family:'gotham_boldregular';
	font-size:1.25em;
	color:#09369a;
	float:left;
	margin-left:40px;
}
.captcha
{
	font-family:roboto;
	font-size:.8em;
	color:#8a8a8a;
	line-height:13px;

}
.captcha img
{
	position:relative;
	top:13px;
}
.btn
{
	width:100px;
	padding:7px 0;
	background:#09359a;
	color:#fff;
	text-align:center;
	border:none;
	text-transform:uppercase;
	font-family:gotham;
	font-size:0.8em;
	float:left;
	cursor:pointer;
}


.strip-blue
{
	background:#09369a;
	height:70px;
	color:#fff;
	font-size:2.25em;
	display:table-cell;
	vertical-align:middle;
	width:300px;
	padding:0 15px;
	position:relative;
	font-family:gotham_boldregular;
}

.strip-blue a
{
	text-decoration:none;
	color:#fff;
	font-family:gotham_boldregular;
	display:table-cell;
	vertical-align:middle;
	width:300px;
}

.digonal
{
	background:url(../images/digonal-orange.png);
	width:38px;
	height:121px;
	position:absolute;
	right:-38px;
	top:0;
}



.digonal2
{
	background:url(../images/digonal-blue.png) no-repeat;
	width:20px;
	height:70px;
	position:absolute;
	right:-20px;
	top:0;
}

.digonal3
{
	background:url(../images/digonal-orange---big.png) no-repeat;
	width:40px;
	height:121px;
	position:absolute;
	right:-40px;
	top:0;
}


.imgContainer{
	
}

.content
{
}

.courseContainer
{

	
}

.courseContainer h3
{
	font-family:'gotham_boldregular';
	font-size:1.87em;
	margin:0;
	padding:10px;
	color:#09369a;
	background:url(../images/bottom-border.png) 10px bottom no-repeat;
}


.odd
{
}

.even
{
}



.courseContainer ul
{
	list-style:none;
	padding:0;
	margin-top:25px;
}

.courseContainer ul li
{
	margin-left:10px;
	width:19%;
	float:left;
	min-height:450px;
	background:#efefef;
}

.


 ul li:first-child
{
	margin-left:0
}


.course
{

	
	
}
.course img
{
	border:1px solid #efefef;
    border-bottom:25px solid #09369a;
	width:100%;
}

.course h4
{
	margin:-4px 0 0 0;
	font-family:Arial;
	font-weight:bold;
	font-size:.9em;
	color:#09369a;
	padding:20px 10px 0 10px;
}


.course p
{
	margin:0;
	font-family:Arial;
	font-size:.87em;
	color:#424242;
	padding:5px 10px;
	line-height:22px;
	
}


.topSpace
{
	margin-top:30px !important;
}





.introduction
{
	width:100%;
	float:left;
	margin-top:60px;
}

.introduction h2
{
	font-family:'gotham_boldregular';
	font-size:1.87em;
	margin:0;
	padding:10px;
	color:#09369a;
	background:url(../images/bottom-border.png) 10px bottom no-repeat;
}



.leftDetail {
    background: #fafafa none repeat scroll 0 0;
    display: table;
    float: left;
    height: 463px;
    padding: 0 35px;
    text-align: justify;
    vertical-align: middle;
    width: 50%;
}

.mdl {
    display: table-cell;
    vertical-align: middle;
}


.rel
{
	position:relative 
}

.rightImg
{
	width:50%;
	float:left;
}

.rightImg img
{
	width:100%;
}
.arrowLeft
{
	width:22px;
	position:absolute;
	top:50%;
	right:-20px;
}


.arrowRight
{
	width:22px;
	position:absolute;
	top:50%;
	left:-20px;
}

.noSpace
{
	margin-top:-4px;
}
.error-message
{
	color:#ff0000;
	font-family:'roboto_condensedregular';
	font-size:11px;
	display:none;
}


.introduction ul
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}


.introduction ul li
{
	display:inline;
	text-align:center;
	
}
.captcha
{
	line-height:69px;
}
.spaceSide
{
	
}


.iconsSpace
{
	margin-top:60px;
}


.owl
{
	width:324px;
	float:left;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev { position:absolute; top:50%; left:-40px; background:url(../images/left-arrow.png) no-repeat left center; color:transparent; height:38px; }
.owl-carousel .owl-controls .owl-buttons .owl-next { position:absolute; top:50%; right:-40px; background:url(../images/right-arrow.png) no-repeat right center; color:transparent;height:38px; }

.owl-carousel img{ width:95%;}
.owl-item div{ padding:0 90px;}



.owl-prev {
  background: url("../images/owl-previous.png") no-repeat scroll left top;
  height: 30px;
  left: 30px;
  position: absolute;
  text-indent: -9998px;
  top: 50%;
  width: 30px;
  z-index: 5;
}
.owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-next.png") no-repeat scroll right top;
  height: 30px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
}



.aboutSpace
{
	margin-top:80px;
}

.companies
{
	text-align:left !important;
	
}

.spcCompanies
{
	margin-left:10px !important;
}
.black
{
	background:#000;
}

footer
{
	
	
}
.footer
{



}


.footer ul
{
	list-style:none;
	text-align:center;
}

.footer ul li
{
	display:inline-block;
	border-right:1px solid #dddddd;
	color:#dddddd;
	font-family:'roboto_condensedlight';
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	padding:0 5px 0 0;
}

.footer ul li a
{
	color:#dddddd;
	text-decoration:none;
	
}


.footer ul li:last-child
{
	border-right:none;
}

.applyButton
{
	display:none;
}



@media only screen and (min-width: 992px) and (max-width: 1400px) {
	
	
	form
	{
		bottom:130px;
		display:block;
}


}


@media only screen and (max-width: 992px) {
.logo
{
	left:11%;
	padding:15px 30px;	
}

.slide1
{
	background:url(../images/slide-mob1.jpg) no-repeat center top;
background-size:100%;
	height:auto;

	
}

.slide2
{
	background:url(../images/slide-mob2.jpg) no-repeat center top;
	background-size:100%;
	height:auto;

}

.slide3
{
	background:url(../images/slide-mob3.jpg) no-repeat center top;
	background-size:100%;
	height:auto;

}

.bxslider li div.mobile
{
	position:relative;
	padding-top:79.36%;
}





.banner-text-container {
  position: absolute;
  bottom:40px !important;
  width:75%;
  z-index: 1;
  margin-left:50px;
}

.digonal
{
	background:url(../images/triangle.png) no-repeat;
	width:38px;
	height:121px;
	position:absolute;
	right:-38px;
	top:0;
}

.digonal2
{
	background:url(../images/digonal-blue.png) no-repeat;
	width:20px;
	height:70px;
	position:absolute;
	right:-20px;
	top:0;
}

.digonal3
{
	background:url(../images/triangle.png) no-repeat;
	width:40px;
	height:121px;
	position:absolute;
	right:-40px;
	top:0;
}

.strip-orrange {
 
  font-size: 1.5em;
  height: 60px;
  padding: 0 15px;
  width: 100%;;
}


.bx-wrapper .bx-pager {
  left: 56%;
  margin-bottom:12px;
}


.strip-blue {
 
  display:none;
}

.courseContainer h3 
{
  font-size: 1.5em;
}
.course
{
	width:100%;
	float:left;
}





.introduction h2 {
  
  font-size: 1.5em;
  
}


.leftDetail {  
  padding:0;
  width:100%;
 
 
}

.rightImg {
  float: left;
  width: 100%;
  margin-top:20px;
}


.leftDetail {
   
    height: auto;
  
}



.spcCompanies {
  margin-left:0 !important;
}





.courseContainer ul li {
 
  width: 98%;
  display:block;
  margin-left:0;
  margin-top:5px; 
  min-height:145px;
  padding:0 1%;

}


.course p 
{
  font-size: 1em;
  line-height:26px;  
}


.footer {
  background: #000 none repeat scroll 0 0;
  padding: 0 0 20px 0;
}



.footer ul li {
 
  font-size: 1em;
  line-height: 14px;
  margin-top: 10px;
}

.footer ul li:first-child{
	border:none;
	
}



.introduction {
  float: left;
  margin-top:30px;
  width: 100%;
}

header
{
	position:relative;
	background:#fff;
	
}

.logo
{
	width:50%;
	float:left;
	top:0;
	padding:10px 0 10px 10px;
	background:none;
	margin-left:0;
	left:0;
	background:#fff;
	position:relative;
	
}

.logo img
{
	/*width:35%;*/
}


.odd .imgContainer
{
	width:50%;
	float:left;
}

.odd .content
{
	width:50%;
	float:right;
}

.even .imgContainer
{
	width:50%;
	float:right;
}

.even .content
{
	width:50%;
	float:left;
}

.imgContainer img
{
	
}




.course h4 {
 
  font-size: 1.2em;
  padding:10px;
}




.applyButton
{
	display:block;
	background:#09369a;
	padding:21px 22px;
	float:right;
	font-family:gotham_boldregular;
	font-size:2em;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	position:relative;

}
	



.digonalTop
{
	background:url(../images/top-apply-bg6.png) no-repeat center top;
	width:38px;
	height:79px;
	position:absolute;
	left:-29px;
	top:0;
}


.form
{
	left:0;
	margin-left:0;
	width:100%;
	top:78px;
	padding: 30px 10px 15px;
	display:none;
	
}
.formTitle 
{
	left:0;
	margin-left:0;
	width:100%;
	top:0px;
	padding:5px 10px;
	line-height: 20px;
	  font-size: 1.25em;
}
label {

  font-size: 1.25em;
  margin-left:0;
  display:none;

}



.txtBoxes {
  font-size: 0.8em;
  margin-top: 8px;
  padding: 5px;
  width: 100%;
}
.btn {
  
  font-size: 0.8em;
  padding: 4px 0;
  
}



.arrowLeft, arrowRight
{
	display:none;
}

.bx-wrapper {
  margin: 0;
}

.introduction ul li
{
	display:inline;
	text-align:center;
	width:30%;
}


.introduction ul li img
{
	width:16%;
}

.spaceSide
{
	

}

p {
   font-size: 0.75em;
  line-height: 21px;
   padding: 0 10px;
}
.topSpace
{
	margin-top:10px !important;
}




.owl-carousel img{ width:100%;}


.owl-images
{
	width:100%;
	float:left;
}

.owl-images img
	{
		width:100%;
	}
.leftDetail, .rightImg
{
	display:none;
}

.mobileAccordian
{
	display:block;
}

.mdl h2
{
	display:none;
}

.active
{
	display:block;
}



.mobileAccordian {
  background: rgba(0, 0, 0, 0) url("../images/bottom-border.png") no-repeat scroll 10px bottom;
  color: #09369a;
  font-family: "gotham_boldregular";
  font-size: 1.5em;
  margin: 0;
  padding: 10px;
}


.mobileAccordian span
{
	float:right;
}

.owl-prev {
  background: url("../images/owl-previous.png") no-repeat scroll left top;
  height: 30px;
  left: 0;
  position: absolute;
  text-indent: -9998px;
  top: 50%;
  width: 30px;
  z-index: 5;
}
.owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-next.png") no-repeat scroll right top;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
}



}


@media only screen and (max-width: 767px) {



.owl-prev {
  background: url("../images/owl-previous.png") no-repeat scroll left top;
  height: 30px;
  left: 0;
  position: absolute;
  text-indent: -9998px;
  top: 50%;
  width: 30px;
  z-index: 5;
}
.owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-next.png") no-repeat scroll right top;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
}
	

.slide1
{
	background:url(../images/slide-mob1.jpg) no-repeat center top;
background-size:100%;
	height:auto;

	
}

.slide2
{
	background:url(../images/slide-mob2.jpg) no-repeat center top;
	background-size:100%;
	height:auto;

}

.slide3
{
	background:url(../images/slide-mob3.jpg) no-repeat center top;
	background-size:100%;
	height:auto;

}

.bxslider li div.mobile
{
	position:relative;
	padding-top:79.36%;
}





.banner-text-container {
  position: absolute;
  bottom:40px !important;
  width:75%;
  z-index: 1;
  margin-left:50px;
}

.digonal
{
	background:url(../images/triangle.png) no-repeat;
	width:38px;
	height:121px;
	position:absolute;
	right:-38px;
	top:0;
}

.digonal2
{
	background:url(../images/digonal-blue.png) no-repeat;
	width:20px;
	height:70px;
	position:absolute;
	right:-20px;
	top:0;
}

.digonal3
{
	background:url(../images/triangle.png) no-repeat;
	width:40px;
	height:121px;
	position:absolute;
	right:-40px;
	top:0;
}

.strip-orrange {
 
  font-size: .9em;
  height: 60px;
  padding: 0 15px;
  width: 100%;;
}


.strip-blue {
 
  display:none;
}

.courseContainer h3 
{
  font-size: 1em;
}
.course
{
	width:100%;
	float:left;
}





.introduction h2 {
  
  font-size: 1em;
  
}


.leftDetail {  
  padding:0;
  width:100%;
 
 
}

.rightImg {
  float: left;
  width: 100%;
  margin-top:20px;
}


.leftDetail {
   
    height: auto;
  
}

.spaceSide {
 margin:0 !important;
}



.spcCompanies {
  margin-left:0 !important;
}





.courseContainer ul li {
 
  width: 98%;
  display:block;
  margin-left:0;
  margin-top:5px; 
  min-height:145px;
  padding:0 1%;

}


.course p 
{
  font-size: 0.6em;
  line-height: 15px;  
}


.footer {
  background: #000 none repeat scroll 0 0;
  padding: 0 0 20px 0;
}



.footer ul li {
 
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
}

.footer ul li:first-child{
	border:none;
	
}



.introduction {
  float: left;
  margin-top:30px;
  width: 100%;
}

header
{
	position:relative;
	background:#fff;
	
}

.logo
{
	width:50%;
	float:left;
	top:0;
	padding:14px 0 10px 10px;
	background:none;
	margin-left:0;
	left:0;
	background:#fff;
	position:relative;
	
}

.logo img
{
	
	height:26px;
}


.odd .imgContainer
{
	width:50%;
	float:left;
}

.odd .content
{
	width:50%;
	float:right;
}

.even .imgContainer
{
	width:50%;
	float:right;
}

.even .content
{
	width:50%;
	float:left;
}

.imgContainer img
{
	width:100%;
}




.course h4 {
 
  font-size: 0.8em;
  padding: 5px 10px 0;
}



.applyButton
{
	display:block;
	font-size:1em;
	background:#09369a;
	padding:18px 20px;
	float:right;
	font-family:gotham_boldregular;
	font-size:1em;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	position:relative;

}
	



.digonalTop
{
	background:url(../images/top-apply-bg.png) no-repeat center top;
	width:38px;
	height:54px;
	position:absolute;
	left:-24px;
	top:0;
}


.form
{
	left:0;
	margin-left:0;
	width:100%;
	top:52px;
	padding: 30px 10px 15px;
	display:none;
	
}
.formTitle
{
	left:0;
	margin-left:0;
	width:100%;
	top:0px;
	line-height: 15px;
	text-align:center;
	  font-size: 1.25em;
}

label {

  font-size: 1.25em;
  margin-left:0;
  display:none;

}



.txtBoxes {
  font-size: 0.8em;
  margin-top: 8px;
  padding: 5px;
  width: 100%;
}
.btn {
  
  font-size: 0.8em;
  padding: 4px 0;
  
}



.arrowLeft, arrowRight
{
	display:none;
}

.bx-wrapper {
  margin: 0;
}

.introduction ul li
{
	display:inline;
	text-align:center;
	width:30%;
}

.introduction ul li img
{
	width:45%;
}



p {
   font-size: 0.75em;
  line-height: 21px;
   padding: 0 10px;
}
.topSpace
{
	margin-top:10px !important;
}




.owl-carousel img{ width:100%;}


.owl-images
{
	width:100%;
	float:left;
}

.owl-images img
	{
		width:100%;
	}
.leftDetail, .rightImg
{
	display:none;
}

.mobileAccordian
{
	display:block;
}

.mdl h2
{
	display:none;
}

.active
{
	display:block;
}



.mobileAccordian {
  background: rgba(0, 0, 0, 0) url("../images/bottom-border.png") no-repeat scroll 10px bottom;
  color: #09369a;
  font-family: "gotham_boldregular";
  font-size: 1em;
  margin: 0;
  padding: 10px;
}


.mobileAccordian span
{
	float:right;
}

.owl-prev {
  background: url("../images/owl-previous.png") no-repeat scroll left top;
  height: 30px;
  left: 0;
  position: absolute;
  text-indent: -9998px;
  top: 50%;
  width: 30px;
  z-index: 5;
}
.owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-next.png") no-repeat scroll right top;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
}




}


</pre></body></html>