/* font-family: 'Roboto Slab', serif; */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/* font-family: 'Lato', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/* font-family: 'Raleway', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/* font-family: 'Roboto', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*UNIVERSAL CODE*/

* {
    margin: 0;
    padding: 0;
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

.form-control:focus {
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************/

.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/


/*header*/
section#header {
    background-color: rgba(51, 51, 53, 100);
}
#header .container {
    min-height: 150px;
    z-index: 9999;
}

#header .header_brand IMG {
	height: 122px;
	padding-top: 10px;
}
#header .header_phone IMG {
	height: 100px;
}


/*Banner*/
section#banner {
    background-color: #b0e3f4;
}



/*A Propos Section*/
#apropos {
    min-height: 350px;
    background: #fff;
    padding: 80px 0;
}
.wel_header {
    text-align: left;
    color: #222222;
    padding-top: 0;
}
.fw-heading.fw-heading-center {
    padding-bottom: 40px;

}
.wel_header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 25px;
    font-family: 'Lato', sans-serif !important;
    color: #e53e16;
	text-align: center;
}
.wel_header p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#apropos IMG.centre-vhu-agree {
	max-width: 40%;
	height: auto;
	margin-top: 30px;
}


/*Process*/
section#process {
	background-color: #55707a;
    color: #fff;
	padding: 50px 0;
	text-align: left;
}

.process_header h2 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.process_header p {
    font-size: 16px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
}
.process_header li {
    text-align: left;
	margin-bottom: 10px;
	margin-left: 15px;
}
.process_header i {
    font-size: 20px;
	line-height: 12px;
}

/*FAQ*/
section#faq {
	padding: 50px 0;
	text-align: left;
}

.faq_header h2 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
    font-family: 'Lato', sans-serif;
	color: #e53e16;
}
.faq_header p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#faq li {
	margin-top: 10px;
}

#faq li i {
    font-size: 20px;
	line-height: 12px;
	color: #e53e16;
}

#faq .panel-title a {
	font-weight: 700;
}

#faq blockquote {
	font-size: 16px;
	font-style: italic;
}




/*Contact*/
#noscroll {
	overflow: hidden;
}
#overlay {
	display: block; position: absolute; left: 50%; top: 50%; padding: 25px;
    background-color: #e53e16; width: 500px; height: 200px; margin: -75px 0 0 -250px; z-index: 100;
}

#overlay.notification {
	text-align: center;
}
#overlay.notification h4 {
	text-align: center;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 15px;
    font-family: 'Lato', sans-serif;
	color: #fff;
}
#overlay.notification p {
	margin-top: 15px;
	margin-bottom: 30px;
	color: #fff;
}
#overlay.notification a {
	display: run-in;
    padding: 13px 82px;
    background: #333335;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
	font-weight: 900;
    outline: 0 !important;
}
#fade {
    display: fixed; position: absolute; left: 0%; top: 0%; background-color: black; -moz-opacity: 0.7; opacity: .70; filter: alpha(opacity=70); width: 100%; height: 100%; z-index: 90;
}

#contact {
    min-height: 650px;
    background: #eeeeee;
	font-size: 16px;
}

#contact .phone a {
	color: #222222;
}

.msg {
    padding-top: 50px;
}
input#name,
input#telephone {
    margin-bottom: 10px !important;
}

input#email {
    display: none;
}

.text_area textarea {
    resize: none;
    width: 100%;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#telephone,
input#subject{
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #696969;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    font-style: italic;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
}
.msg_title h5 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
    font-family: 'Lato', sans-serif;
	color: #e53e16;
}
.custom-btn {
    padding: 13px 82px;
    background: #333335;
    color: #e53e16;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    letter-spacing: 6px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
	font-weight: 900;
    outline: 0 !important;
}

.custom-btn:hover {
	color: #ffffff;
}

.contact_area p {
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}


/*Footer*/

#footer {
    min-height: 80px;
    background: #333335;
    color: #fff;
}
#footer .copyright {
    padding-top: 32px;
    font-size: 14px;
}
#footer .legales {
	display: none;
    padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 11px;
}
#footer .copyright p {
    text-align: left;
}
#footer .copyright p,
#footer .copyright p span a,
#footer .legales p,
#footer .legales a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding-left: 3px;
}
#footer .legales p,
#footer .legales a {
    font-size: 11px;
	text-align: left;
}


.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #333335;
    padding-top:0px;
}



/**/

.section-wraper {
    position: relative;
}