@font-face {
    font-family:Raleway;
    src: url(../fonts/Raleway.ttf);
}


@font-face {
    font-family:Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}


@font-face {
    font-family:Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}


@font-face {
    font-family:Georgia;
    src: url(../fonts/Georgia.ttf);
}



@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('..fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


::-webkit-input-placeholder {
   color: #777676;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777676;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#777676;  
}

:-ms-input-placeholder {  
   color: #777676;  
}




h1, h2, h3, h4, h5, h6{font-family:Georgia;}


body{
	font-family: 'open_sanslight';
}


.wraper{
	width: 1200px;
	margin: 0 auto;
	position:relative;
	
}


.header{width: 100%;
    height: 80px;
    background: #255ea6;
    float: left;
    position: fixed;
    z-index: 10000;
    border-bottom: 3px solid #ffb70a;
}


.logo {
	width: 200px;
	height:auto;
	float: left; 
	margin: 0;padding: 0;
}


.logo img {
	width: 200px;
    height: auto;
    float: left;
    margin: 5px 0;
    padding: 0;
    
    border: solid 2px #fff;
	}


.top-headerleft {
	width: 250px;
	float: left;
	color: #333;
	text-align: center;
	 margin-top: 8px;
}


.top-headerleft span {
	font-weight: bold;
}


.top-headerleft p {
	text-align: center;
	color: #FF0000;
	font-size: 12px;
	margin: 0;
    line-height: 12px;
	margin-top: 3px;
}

.menu{
	    width: 560px;
    float: right;
    position: relative;
    z-index: 2000;
}


.menu ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
}


.menu ul li{
	display: inline-block;
	line-height: 75px;
}


.menu ul li a{
	display: block;
    padding: 0 12px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Georgia;
    letter-spacing: 1px;
		
}

.menu ul li a:hover{color: #ffb70a;}

/* banner slider */

.banner-slider{
	width: 100%;
	float: left;
	height: 450px;
	margin-top: 80px;
	position: relative;
	 
}


.banner-slider img{
	width: 100%;
	height: 450px;
}

.phoenix-slider {
	overflow: hidden;
	width: 100%;
	height: 450px !important;
	position: relative;
	background: #f5f5f5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


.phoenix-slider .phoenix-feather {
	background: transparent none scroll no-repeat center top;
	-webkit-background-size: contain;
	-moz-background-size:  contain;
	-o-background-size:  contain;
	background-size:  cover;
	background-position: top;position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	opacity: 0;
	text-align: center;
}


.phoenix-slider .reborn { 
z-index: 4; 
}

.phoenix-slider .phoenix-feather > img {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	display: none;
}

/* Slider Dots */

.container-dots-wrapper {
	position: absolute;
	bottom: 0;
	right: 0px; 
	left:0;
	margin:0 auto;
	z-index: 9;
	text-align: center;
}

.container-dots-inner {
	display: table;
	height: 100%;
	width: 100%;
}

.dots {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	margin: 0; 
	padding: 0; 
	text-align: center;
}

.dots li {
	width: 10px;
	height: 10px;
	margin: 0 4px 7px 4px;
	display: inline-block;
	text-indent: -999em;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	cursor: pointer;
	opacity: .5; 
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}


.dots li.active {
	width: 11px;
	height: 11px;
	background: #fff;
	border: 2px solid #fff;
	left: 8px;
	opacity: 1;
}


/* query form */

.form-section {
	width: 335px;
	height: auto;
	float: left;
	right: 0;
	position:fixed;
	z-index: 1000;
	background: none;
	right: 0;
}


.form-div-block {
	 width:100%;
    height: 100vh;
    float: left;
    margin: 0;
    background: #255ea6;
    float: right;
    -pie-box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.5);
    border-color: #000;
    margin-top: 83px;
    padding: 50px 20px;
}

.form-div-block h2 {
	font-size: 21px;
    text-align: center;
    color: #ffb70a;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-family: Georgia;
    font-weight: 100;
	margin-bottom: 10px;
    margin-top: 2%;
}

.form-div-block p {
	    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}


.form-div-block form {
	width: 100%;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top:30px;
}

.input-two {width:95% !important;margin-right:0;}
.input {
    width: 44%;
    height: 30px;
    border: none;
    padding: 0 2%;
    margin-bottom:9px;
    background: #FDFBFB;
    color: #777676;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 1px;
    outline: none;
    resize: none;
    border-radius: 4px;
    float: left;
   
}

.select-two {
    width: 48%;
    height: 30px;
    border: none;
    padding: 0 2%;
    margin-bottom:9px;
    background: #FDFBFB;
    color: #777676;
    font-family: arial;
    font-size: 11px;
    letter-spacing: 1px;
    outline: none;
    resize: none;
    border-radius: 4px;
    float: left;
    margin-right:10px;
   
}

.imargin{margin-right: 10px;} 




.textarea {
	
	    width: 96%;
    height: 20px;
    padding: 5px 2%;
    border: none;
   
    color: #777676;
    font-family: arial;
	font-size: 13px;
    border-radius: 4px;
    resize: none;
outline:none;
}


.selectt {
	position: relative;
}

.select {
	float: right;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
	padding: 0 2%;
	background: #FDFBFB;
	outline: none;
	color: #777676;
    font-family: arial;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	 border-radius: 4px !important;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin-bottom: 7px;
}

.plain-select:after {
	content: "";
	 position: absolute;
	 z-index: 2;
	 right: 8px; 
	 top: 50%;
	 margin-top: 16px;
	 height: 0;
	 width: 0;
	 border-top: 4px solid #777776;
	 border-left: 4px solid transparent;
	 border-right: 4px solid transparent;
	 pointer-events: none;
}


.submit {
	width:100%;
	background: #ffb70a;
	border: solid 2px #656565;
	border: none;
	height: 35px;
	display: block;
	float: none;
	margin: 7px auto;
	margin-bottom: 0;
	color: #656565;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-family: 'open_sansregular';
    font-size: 13px;
	outline: none;
	resize: none;
	border-radius: 4px !important;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;-o-border-radius: 0px 0px 2px 2px; cursor: pointer;}


.submit:hover{background:#ffb70a;}
	
	
	
.contact {
   
    float: left;
    height: auto;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.address{display:none;}
.add {
    float: left;
    width: 100%;
    margin-top:20px;
}

.add h2{font-size: 20px;}

.add p b {font-weight:600;}


.add h2 b {    font-family: 'open_sansregular';
    font-size: 16px;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 8px;}


.add img {
    width: 20px;
    float: left;
    margin-right: 11px;
    margin-top: -4px;
    padding: 5px 0;
}

.add span {
    margin-bottom: 0;
    margin-top: 0;
    width: 225px;
    text-align: left;
}

.add span, .contact p {
    font-family: arial;
    float: left;
    color: #fff;
}

.add, .add span, .input, .select {
    font-size: 11px;
}


section{
	
width:100%;
float:left;
padding:100px 0px;

}


.service-sction{
width:890px;
float:left;

}

.title-section{
	/*width: 270px;*/
    height:auto;
    float: left;
    margin-bottom:20px;
    /*margin-right: 60px;
    border-right: 1px solid #d0cdcd;*/
	}

section .title-section h1{
	font-size: 35px;
    color: #255ea6;
    margin: 0;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 1px;
	
	
	}
	
	
.title-section h2 {
    font-size: 35px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 1px;
}
	
.service-sction  p{
	font-size: 13px;
    line-height: 25px;
    color: #4C4C4C;
    text-align: justify;
    font-weight: 300;
    margin: 0;
    width: 555px;
    float: left;;
		
}

.service-area{
	width: 680px;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
	}

.service-box{
	width: 300px;
    height: 195px;
    border: 1px solid #bfbebe;
    margin: 90px 50px 0px 0px;
    float: left;
	
		
}

.service-box:nth-child(2){margin-right:0 !important;}

.service-box .icon-bx{
	width:50px;
	height:50px;
	background:#ffb70a;
	transform: rotate(45deg);
    margin: -36px auto;
	padding:10px;
	
	}
	
.service-box .icon-bx .icon{
	width:35px;
	height:35px;
	transform: rotate(-45deg);
    margin: 8px auto;
}

.service-box .icon img{
	width:35px;
	
	
}
	
	
.service-box h1{
    font-size: 20px;
    text-align: center;
    color: #255ea6;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 75px 0px 0px 0px;
    font-weight: 100;
    padding: 0 10px;
    line-height: 23px;
}

.service-box h1 b{font-size: 30px;
    color: #255ea6;     font-family: 'open_sansregular';}


.service-box p{
text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    width: 90%;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 23px;
    color: #4C4C4C;
}

.bg{
	width:100%;
	
	float:left;
	background: url(../images/course-bg.jpg) no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
	padding: 100px 0px;
	}
	
	
.bg2{
	width:100%;
	
	float:left;
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
	padding: 100px 0px;
	}
	
.tint{
	width:100%;
	height:800px;
	position:absolute;
	z-index:100;
	float:left;
	background:#000;
}
	
.heading-area {
	width:755px;
	float:left;
	margin-bottom:50px;
	
	}
	
.box-area {
	width: 700px;
    float: none;
    margin: 0 auto;
	
	}
	


.heading-area .heading-section{
	width:310px;
	height:100px;
	float:left;
	margin-right:60px;
	border-right:1px solid #CCCCCC;
	}

.heading-area .heading-section h2{
	font-size: 35px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 1px;
	
	
	}
	
  .heading-area p{
	font-size:14px;
	line-height:30px;
	color:#CCCCCC;
	text-align:justify;
	font-weight:300;
	margin:0;
	
}

.box-area .box {
  width: 320px;
    border: 1px solid #cccaca;
    margin: 40px 30px 0px 0px;
    float: left;
    height: 220px;

}

.box-area .box h3 {
   font-size: 21px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px 0px 0px 0px;
    font-weight: 100;
}


.box-area .box img{
	      margin: 20px auto;
    display: block;
    width: 70px;
    margin-bottom: 10px;
}

.box-area .box p {
       color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    width: 91%;
}
.box-area .box:nth-child(2){margin-right:0px;}


.client{
	width:98%;
	float:left;
	}



.client-heading {
    width: 755px;
    float: left;
    margin-bottom: 50px;
}

.client-heading .heading-section {
    width: 310px;
    height: 100px;
    float: left;
    margin-right: 58px;
    border-right: 1px solid #4C4C4C;
}

.client-heading .heading-section h2 {
    font-size: 35px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 1px;
}

.client-heading p {
    font-size: 14px;
    line-height: 30px;
    color: #4C4C4C;
    text-align: justify;
    font-weight: 300;
    margin: 0;
}

.add-section{
	width:345px;
	height:215px;
	float:left;
	background-color:rgba(105, 104, 104, 0.28);
	margin-right:50px;
	padding:20px;
	color:#CCCCCC;
	font-size:14px;
	
	
	}
	
.map-section{
	    width: 385px;
    height: 240px;
    float: left;
    background: rgba(105, 104, 104, 0.28);
    padding: 5px;
	
	
	}
	
.map-section iframe{width:100%; height:100%; float:left; margin:0; padding:0; border:none;}
	
.add-section p .asd {
       width: 40px;
    float: left;
    margin-right: 5px;
	
}

.add-section p .cn {
        float: left;
    width: 290px;
    margin-bottom: 30px;
    font-size: 13px
}

.add-section p .asd img {
    width: 30px;
    position: relative;
    top: -3px;
}

.footer{
	    width: 100%;
    height: 85px;
    float: left;
    background: #191919;
	}
	
.copright{
	    float: left;
    color: #827c7c;
    line-height: 85px;
    text-align: center;
    font-size: 12px;
    margin-left: 70px;
    padding: 0;
	
	}
	
	
	.copright p{
		    margin: 0;
    padding: 0;
	}
	
.icon-area{
	width: 270px;
    height: 85px;
    display: block;
    float: left;
	
	}
	
.icon-box{
	width: 35px;
    height: 35px;
    float: left;
    background: #4C4C4C;
    padding: 25px;
    margin-right: 0;
    border-right: solid 1px #353535;
}

.icon-box img{
	width:35px;
	float:left;
}

.icon-box:hover{background:#676767;}


.job-fair{width:30%;float:left;}

.job-fair img{width:100%;}

.discription-part  {width: 590px;float:right;}
	
