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


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #d9d2b5;
}
body{
	
	font-family: "OpenSans-Regular";
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.content-english{
    text-align: center;
    color: #000;
    font-size: 16px;
}
.logo-text{
    color: #900200;
    font-weight: bold;
    margin-top: 30px;
    font-size: 42px;
}

.content-english h3{
    color:#900200;
    font-size: 37px;
}
.customize_outer input{
    width:100%;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 0px 0px 10px 5px;
    padding: 5px;
}
.customize_outer select{
    width:100%;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 0px 0px 10px 5px;
    padding: 5px;
}


.fixed-bg{
	background-image: url(../img/pattern-fixed.jpg);
    padding: 10px;
    width: 100%;
    height: 41px;
    background-repeat: repeat-x;
    background-position: left center;
    position: fixed;
    z-index: 999;
}

.text_content{
	text-align:center;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.logo{
	    padding: 0px 0px 20px 0px;	    
}
.logo img{
	width: 100%;
}
.text-right li {
    float: right;
    list-style-type: none;
    padding: 0px 10px;
}
.enq_form{
	background-color: #0162a3;
	border-radius: 6px;
	padding: 7px 15px 3px 15px;
}
.enq_form{
	COLOR:#FFF;
}
.enq_heading{
	margin:0px;
	text-align: center; 
    margin-bottom: 8px;
	COLOR:#FFF;
}

footer{
	    background-color: #e8e8e8;
        padding: 25px 0;
} 
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
} 

.header{
	position: fixed;
    top: 0px;
    z-index: 99999;
	background-color: #fff;
}
.slider_content{
	margin-top:20px;
}
.text_content img{
	    width: 100%;
}
.navigate ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
.navigate ul li {
    display: inline;
}
.navigate ul li a {
    transition: all 0.3s ease-in-out;
    display: block;
    border: solid 1px #dfdfdf;
    border-radius: 4px;
    color: #828282;
    float: left;
    line-height: 1px;
    margin: 0 0 0 5px;
}
.powered{
	text-align:right;
}
.pro-box{
	background: #f2f2f2;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.topleft-info{
	text-align:right; padding-top: 7px;
	}
	ul, ol{
		padding-left:0px;
	}
	.read {
    margin: 0px;
    padding: 0px;
    float: right;
}
.coursesDetail{
	padding: 0px 6px 10px;
}
.abtText img {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    float: left;
}
.whyText ul li {
    margin: 0px;
    padding: 5px 0px 5px 30px;
    background: url(../img/arrow.png) 10px 13px no-repeat;
    color: #3a3a3a;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 22px;
	list-style-type: none;
}
.associates{
	background-color: #0162a3;
    padding: 15px 30px 30px 30px;
}
.download_file{
	background-color: #e8e8e8;
}
.address_section li{
	list-style-type:none;
}
.conInfo li {
    color: #777;
    line-height: 22px;
    margin: 5px 0px;
    margin-bottom: 10px;
    padding: 0px 35px;
    font-family: 'roboto_condensedregular';
}
.conInfo li.add {
    background: rgba(0, 0, 0, 0) url(../img/location-icon.png) no-repeat scroll 0 3px;
}
.conInfo li.phone {
    background: rgba(0, 0, 0, 0) url(../img/contact-icon.png) no-repeat scroll 0 2px;
}
.conInfo li.email {
    background: rgba(0, 0, 0, 0) url(../img/email.png) no-repeat scroll 0 0;
}



@media(max-width:600px){
	.fixed-bg{
		padding:10px 0px;
	}
}



.manageaz  {  text-align:left; color:#000 !important;}
.manageaz ul li { list-style:none; color:#000 !important;}


.cont { float:left; text-align:left;}





@media(max-width:600px){
	.logo-mob{
		width:200px;
	}
}








