@font-face {
	font-family: "Segoe UI Semilight";
	src: url(../fonts/segoeuisl.ttf);
}
@font-face {
	font-family: "Segoe UI Semibold";
	src: url(../fonts/seguisb.ttf);
}


  /* Global 
 ====================================================================== */
body {
	margin: 0;
	font-family: "Segoe UI Semibold", sans-serif;
	font-family: 'calibri';
	font-size: 14px;
	line-height: 20px;
	color: #717171;
	background-color: #fff;
}



h3{
	margin-bottom: 0;
	font-family: "Segoe UI Semilight", sans-serif;
}
a:hover{
	color: #9c3133;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
hr{
	margin-top: 10px;
}
marquee img{
	margin-right: 13px;
	max-height: 80px;
}


 /* common style class 
 ====================================================================== */
.dib{
	display: inline-block;
}
.bold{
	font-weight: bold;
}
.white{
	color: #fff;
}
.mt0{
	margin-top: 0;
}
.maroon-color{
	color: #9c3133;
}
.yellow-color{
	color: #edaf38;
}
.text-underline{
	text-decoration: underline;
}
.white-color{
	color: #fff;
}
.black-color{
	color: #000;
}
.view{
	margin-top: -16px;
	color: #000;
}
.border-bottom{
	border-bottom: 1px solid #000;
}
.fz18{
	font-size: 18px;
}
.semibold{
	font-family: "Segoe UI Semibold";
}
.semilight{
	font-family: "Segoe UI Semibold", sans-serif;
}
.maroon-bg{
	background: #9c3133;
	padding: 6px;
}








.left-caret {
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 12px solid #9c3133;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin: 2px -22px 0px 7px;
}
.right-caret{
	border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #717171;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-right: 8px;
    margin-top: 2px;
}





  /* home 
 ====================================================================== */

.navbar-nav{
	margin-top: 15px;
	text-transform: uppercase;
}
.navbar-wrapper .container-fluid{
	background: #fffefe;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar{
	margin-bottom: 0;
}
.navbar-header img{
	padding: 10px 14px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #9c3133;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #9c3133;
}
.nav > li > a {
	padding: 10px;
}
.navbar-right .dropdown-menu{
	left: 0;
	right: auto;
}
.dropdown-menu{
	background: #000;
}
.dropdown-menu > li > a{
	color: #fff;
}
.carousel-inner > .item > img{
	display: inline-block;
}
.carousel-control.right, .carousel-control.left{
	background-image: none;
}

.why{
	color: #fff;
}
.why button{
	background: #edaf38;
	border: none;
	outline: 0;
	padding: 6px 20px;
	font-size: 20px;
}
.apply{
	background: url(../img/apply.png) no-repeat;
	min-height: 500px;
}
.apply h4{
	margin: 20px 0 10px 0;
}
.apply .text-center{
	margin-top: 130px;
}
.apply button{
	border: none;
	font-size: 20px;
	background: transparent;
	margin-top: 123px;
	z-index: 10;
	position: relative;
	margin-right: -30px;
}
.enquiry input, .enquiry textarea{
	width: 100%;
	padding: 3px 7px;
	margin-top: 10px;
	color: #000;
}
.enquiry p{
	font-size: 16px;
}
.enquiry button{
	margin-top: -35px;
	color: #9c3133;
	border: none;
	font-size: 20px;
	background: transparent;
	margin-right: 10px;
	z-index: 10;
	position: relative;
}
.enquiry input:focus, .enquiry textarea:focus{
	outline: 0;
}
.enquiry button:hover{
	color: #edaf38;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
}
.w100{
	width: 100%;
}
.enquiry img{
	margin-top: -2px;
}
.yellow-bg{
	background: #edaf38;
	padding: 9px 10px;
}


.w188{
	width: 220px;
}

footer{
	background: #000;
}
footer ul{
	margin-top: 10px;
	margin-bottom: 6px;
}
footer p, footer a{
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
}
.social{
	margin-top: -76px;
}
.social-link{
	margin-top: -77px;
	margin-left: 64px;
}







/* why iime 
====================================================================== */
.img-block img{
	max-width: 100%;
}
.why-iime .apply{
	background: url(../img/apply2.png) no-repeat;
	min-height: 420px;
}
.mb20{
	height: inherit;
	margin-bottom: 20px;
}





/* faqs 
====================================================================== */
.faq .panel-heading img{
	vertical-align: top;
}
.faq .panel-title > a{
	color: #9c3133;
}
.panel-default > .panel-heading {
	color: #9c3133;
	background-color: transparent;
}
.faq .panel-default {
	border-color: transparent;
	border-bottom: 1px solid #ddd;
}
.faq .panel-group .panel{
	border-radius: 0;
}
.faq .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.faq .panel-heading {
	padding: 10px 15px 0px 15px;
}
.faq .panel-body hr{
	border-bottom: 4px solid #edaf38;
	margin-bottom: inherit;
}


/* management 
====================================================================== */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 1px solid transparent;
}







/* management 
====================================================================== */

.verification input{
	width: 100%;
	margin-top: 20px;
	padding: 6px 10px;
}
.verification button{
	border-radius: 0;
	margin-top: 10px;
	background: #9c3133;
	border: #9c3133;
}











/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
	.container{
		width: 1206px;
		margin: auto;
	}
	.on-banner{
		margin-top: -301px;
		position: relative;
		margin-bottom: 22px;
	}
	.on-banner .apply{
		margin-top: -221px;
	}
	
	
	  /* why iime 
	 ====================================================================== */	
	.on-iime-banner{
		margin-top: -183px;
		margin-bottom: 10px;
	}
	.pl0{
		padding-left: 0;
	}
	.why-iime .iime-text{
		margin-top: -157px;
	}
	
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.on-banner{
		margin-top: -301px;
		margin-bottom: 76px;
	}
	.on-banner .apply{
		margin-top: -115px;
	}
	.pl0{
		padding-left: 0;
	}
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.why{
		color: #000;
	}
	.apply p{
		color: #fff;
	}
	.dark-black-color{
		color: #000 !important;
	}
	.apply button {
		margin-right: 10px;
	}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	h2{
		color: #000;	
	}
	.why p{
		color: #000;
		text-align: justify;
	}
	.apply p{
		color: #fff;
	}
	.dark-black-color{
		color: #000 !important;
	}
	.apply{
		margin-top: 10px;
	}
	.social {
		margin-top: -30px;
	}
	.apply button {
		margin-right: 10px;
	}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {

}


@media only screen and (min-width: 1300px){
	.on-banner{
		margin-top: -344px;
		margin-bottom: 65px;
	}
	.on-iime-banner {
		margin-top: -198px;
	}
}
