/*
    NAME : MAIN STYLESHEET
    AUTHOR NAME : Youssef Azaou
    AUTHOR WEBSITE : N/A
    OUR PORTFOLIO : http://themeforest.net/user/primevel/portfolio?ref=primevel
*/

/* ==================================================
    TABLE OF CONTENT
   ==================================================

    01.BODY
    02.HEADER
    03.NOTICE AREA
        03.1 NOTICE INFORMATION
        03.2 CONTACT FORM
    04.FEATURES
    05.FOOTER
    06.COPYRIGHT
    00.RESPONSIVITY SECTION

*/

/* ==================================================
    01. BODY
================================================== */


body {
    margin: 0;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}


/* ==================================================
    02. HEADER
================================================== */


.header-top-info {
    color: #fff;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.1);
    padding: 10px;
}
header#header {
    height: 80px;
    background: transparent;
    overflow: hidden;
}
.logo {
    margin: 20px 0 0;
    float: left;
}
.logo img {
    width: 258px;
}
label {
    font-weight: 500;
    margin: 0 0 .5em;
    color: #222;
}
.phone {
    margin: 25px 0 0;
    float: right;
    color: #ffffff;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}
.icon {
    float: left;
    margin-right: 10px;
    font-size: 30px;
    color: #ffffff;
}

/* ==================================================
    02. NOTICE AREA
================================================== */
div#welcome-area {
    height: 720px;
    background: url(img/background.png) no-repeat;
    background-size: 102% 628px;
    background-position-x: 2%;
    min-height: 486px;
}


/*  02.1 - NOTICE INFORMATION
================================================== */

.description {
    display: block;
    margin-top: 80px;
}
.description h2 {
    font-family: Montserrat;
    color: #fff;
    font-size: 32px;
    -webkit-margin-after: 0;
}
.description h3 {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    -webkit-margin-before: 0.3em;
    letter-spacing: 0.7px;
    line-height: 1.5;
    font-family: Montserrat;
}
.description p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 1.5;
    font-family: open sans;
}

/*  02.2 - CONTACT FORM
================================================== */

.contact-form {
    margin-top: 50px;
    width: 362px;
    float: right;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.15);
    border-radius: 4px;
}
.contact-form p {
    color: #767676;
    font-size: 12px;
    text-align: center;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px 0px;
    border: 0;
    border-bottom: 1px solid #e6e7e9;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    font-family: roboto;
    text-transform: capitalize;
    outline: 0;
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
    margin-top: 10px;
    background: #01a99c;
    color: white;
    padding: 12px 117px;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
    outline: 0;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background: #009d91;
}

/* ==================================================
    04.FEATURES
================================================== */

.features {
    padding-bottom: 70px;
    background: #fff;
    color: #333;
    text-align: center;
}
.features h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    -webkit-margin-before: 2em;
    font-weight: 400;
    line-height: 1.1;
    font-size: 22px;
    text-transform: capitalize;
    font-family: Montserrat;
}
.features p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .1px;
    font-weight: 400;
    font-family: open sans;
    color: rgba(48, 48, 48, 0.68);
}
.features img {
    width: 120px;
}
.features a {
    color: #01a99c !important;
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Montserrat;
}
.features a:hover {
   text-decoration: underline;
}

/* ==================================================
    05.FOOTER
================================================== */

footer#footer {
    background: #fff;
    border-top: 1px solid rgba(97, 97, 97, 0.11);
    font-size: 15px;
    min-width: 320px;
    color: #5f5f5f;
}
.links {
    float: left;
}
.links ul {
    margin: 0;
    list-style-type: none;
}
.links ul li {
    float: left;
}
.links ul li a {
    display: block;
    line-height: 38px;
    margin-right: 17px;
    text-decoration: none;
    color: #545454;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: Montserrat;
}
/* ==================================================
    06.COPYRIGHT
================================================== */

.copyright {
    float: right;
}
.copyright img {
    width: 23px;
    float: right;
    margin-right: 7px;
}
.copyright p {
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    color: #545454;
    font-family: Montserrat;
}


/* ==================================================
    00.RESPONSIVITY SECTION
================================================== */
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 


 }
 /* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 

    div#welcome-area {
    height: 470px;
    background-size: cover;
}
.contact-form {
    margin-top: 50px;
    width: 700px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
input[type=submit] {
    margin-top: 10px;
    background-color: #00a63f;
    color: white;
    padding: 12px 286px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}
.features {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #eeeeee;
    color: #333;
    text-align: center;
    margin-top: 470px;
}
.features img {
    width: 120px;
    margin-top: 45px;
}
footer#footer {
    background: #ffffff;
    font-size: 15px;
    min-width: 100%;
    color: #000;
}
 }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    body {
    margin: 0;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f2f2f2;
}
div#welcome-area {
    height: 710px;
    background-size: cover;
}
header#header {
    height: 50px;
    background: transparent;
    overflow: hidden;
}
.logo img {
    width: 100px;
}
.phone {
    margin: 18px 0 0;
    float: right;
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
}
.description {
    display: block;
    margin-top: 69px;
    width: 392px;
    float: left;
}
.description h2 {
    color: #fff;
    font-size: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-margin-after: 0;
}
.description h3 {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    -webkit-margin-before: 0.3em;
}
.contact-form {
    margin-top: 115px;
    width: 263px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.g-recaptcha {
    display: none;
}
.features {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    margin-top: 8px;
}
input[type=submit] {
    margin-top: 10px;
    background-color: #01a99c;
    color: white;
    padding: 12px 69px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}
.copyright {
    float: left;
}
.links ul li {
    display: none;
}
}


/* Small devices (Mobile, 500px and up) */
@media (max-width: 500px) {
    body {
    margin: 0;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f2f2f2;
}
div#welcome-area {
    height: 710px;
    background: url(img/background-mobile.png) no-repeat;
    background-size: cover;
}
header#header {
    height: 50px;
    background: transparent;
    overflow: hidden;
}
.logo img {
    width: 100px;
}
.phone {
    margin: 18px 0 0;
    float: right;
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
}
.description {
    display: block;
    margin-top: 0px;
    width: 306px;
}
.description h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-margin-after: 0;
}
.description h3 {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    -webkit-margin-before: 0.3em;
}
.contact-form {
    margin-top: 50px;
    width: 306px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.g-recaptcha {
    display: none;
}
.features {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    margin-top: 0;
}
input[type=submit] {
    margin-top: 10px;
    background-color: #01a99c;
    color: white;
    padding: 12px 89px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}
.copyright {
    float: left;
}
.links ul li {
    display: none;
}
}












