﻿/**
 * CSS styles specific to Home page templates
 *
 * @package AdvanceNational
 */
/*
    Begin: Home Contact Form Styles
*/

.form-home-contact {
    margin: -485px 14px 0;
    right: 0;
    width: 284px;
    float: right;
    position: relative;
    z-index: 20;
}

.form-home-contact:after {
    background: rgba(79, 79, 80, 0.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow: 1px 1px 79px rgba(36, 36, 36, 0.49);
}

.form-home-contact label {
    display: none;
}

.form-home-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-home-contact .gform_heading {
    font-size: 17px;
    font-weight: 300;
    margin: 30px 24px 20px;
}

.form-home-contact input[type="text"],
.form-home-contact input[type="email"],
.form-home-contact input[type="password"],
.form-home-contact textarea {
    background-color: rgba(86, 86, 86, 0);
    color: #fff;
    border-radius: 0;
    border-bottom: 0 solid rgba(255, 255, 255, 0.25);
    border-width: 0 0 1px;
    height: 48px;
    padding: 14px 26px;
    box-shadow: none;
    /* text-transform: uppercase;*/
    
    text-transform: none;
    letter-spacing: 1px;
    font: 700 13px 'Montserrat'
}

.form-control,
.form-control:focus {
    box-shadow: none;
}

.form-home-contact textarea {
    border-bottom: 0;
    height: 120px;
    resize: none;
	background-color: rgba(86, 86, 86, 0);
}

.form-home-contact .btn {
    background: #71903b;
    color: #fff;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    text-shadow: none;
    padding: 18px 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-home-contact .btn:hover,
.form-home-contact .btn:active,
.form-home-contact .btn:focus {
    background: #60c6ca;
}

.form-home-contact .validation_error {
    padding: 4px 24px;
    display: none;
}

.form-home-contact .validation_message {
    color: #ff0000;
    padding: 3px;
    font-size: 12px;
    /*background-color: #fff;*/
    
    background-color: inherit;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}
/*
    End: Home Contact Form Styles
*/
/* Slider starts */

.carousel-inner .item {
    height: 608px;
}
.slider-wrapper .carousel .carousel-inner .item {
       background-size: cover;
}
.carousel-inner {}

.slider-wrapper {
    position: relative;
    color: #fff;
}

.carousel-caption {
    position: static;
    text-align: left;
    text-shadow: none;
    padding-top: 30px;
}

.carousel-caption h5 {
    font-size: 17px;
    margin: 0 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carousel-caption h3 {
   /* font-size: 118px;*/
   font-size: 98px;
    margin: 0 0 25px;
    position: relative;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.carousel-caption h3:after {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 49px;
    height: 4px;
    background: #fff;
    content: '';
}

.carousel-caption h6 {
    font-size: 17px;
    margin: 60px 0 0;
    font-weight: 300;
    line-height: 1.6;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}
/* Slider ends */

a.home-file-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* About us starts */

.about-us-wrapper h4 {
    color: #363b41;
    margin: 46px 0 0;
    text-transform: uppercase;
    font: 700 13px 'Montserrat';
    letter-spacing: 3px;
}

.about-us-wrapper p {
    font-size: 18px;
    line-height: 1.7;
    color: #363b41;
    margin: 12px 0 30px;
}

.blue-inner {
    text-align: center;
    color: #fff;
}

.about-us-wrapper .blue-inner h4 {
    font: 400 23px 'Playfair Display';
    margin: 0;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
}

.about-us-wrapper .blue-inner p {
    margin: 14px 0 23px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.get-in-touch {
    background: url('../../../../c1.jpg') top center repeat;
    text-align: center;
    padding: 100px 0 80px;
    color: #fff;
}

.get-in-touch h2 {
    margin: 0 0 20px;
    font: 32px 'Playfair Display';
}

.get-in-touch span {
    font-size: 16px;
    margin-bottom: 28px;
    display: block;
    font-style: normal;
    font-weight: 300;
}
/* About us ends */

a.home-file-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-us-wrapper .blue-wrapper {
    position: absolute;
    /*right:8%;*/
    background-color:#71903b;
    right: 0;
    top: 0px;
    bottom: 0px;
}
/* Responsive starts */

@media (min-width: 768px) and (max-width: 992px) {
    .carousel-caption h3 {
        font-size: 60px;
    }
    .carousel-caption {
        right: 7%;
        left: 7%;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .about-us-wrapper h4 {
        margin: 0;
    }
    .form-home-contact {
        display: none;
    }
    .carousel-caption h3 {
        font-size: 60px;
    }
	.carousel-caption h6{
		font-size: 12px;
		margin: 40px 0 0;
	}
    .carousel-inner .item {
        height: 300px;
    }
    .carousel-caption {
        right: 7%;
        left: 7%;
        top: 10px;
        width: auto;
    }
    .logo-section {
        margin-top: 20px;
    }
    .navbar-brand img {
        /*width: 98%;*/
        
        height: 98%;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #eee;
    }
    .xs-contact-btn {
        text-align: center;
        margin-top: 40px;
    }
    .about-us-wrapper .blue-wrapper {
        /*background: url(../images/bg_blue_design.jpg) top right repeat;*/
        
        background: #71903b;
        padding: 20px 15px;
        margin: 20px 0 0;
        position: relative;
        top: inherit;
        bottom: inherit;
        right: inherit;
    }
    .blue-inner {
        /*padding-left: 96px;*/
        
        text-align: left;
        margin: 0 0 0 70px;
    }
}

@media (max-width: 480px) {
    .carousel-caption h3 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        width: 750px;
        padding-top: 120px;
    }
    .carousel-caption h5,
    .carousel-caption h3,
    .carousel-caption h6 {
        width: 60%;
    }
    .about-us-wrapper {
        height: 284px;
        border-top: 1px solid #dbdfe3;
        margin-top: 41px;
        position: relative;
        overflow: hidden;
    }
    .about-us-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-color: #5e9eca;
        height: 284px;
        width: 50%;
        z-index: -1;
    }
    .blue-inner {
        /*padding-left: 96px;*/
        
        text-align: left;
        margin: 0 0 0 90px;
    }
    .about-us-wrapper .blue-inner h4 {
        /*    margin: 98px 0 0;*/
        
        margin: 70px 0 0;
    }
    .site-info ul {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption {
        width: 1170px;
    }
}
/* Responsive ends */