html,
body{
    padding: 0;
    margin: 0 auto;
}
body{
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    font-family: 'PT Serif', serif;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
h1{
    font-size: 50px;
    line-height: 58px;
}
h2{
    font-size: 32px;
    line-height: 40px;
}
h2.h1{
    font-size: 50px;
    line-height: 58px;
}
h3{
    font-size: 28px;
    line-height: 36px;
}
h4{
    font-size: 25px;
    line-height: 33px;
}
h5,
.h5{
    font-size: 21px;
    line-height: 29px;
}
h6,
.h6{
    font-size: 18px;
    line-height: 26px;
}

h6.text-small{
    font-size: 16px;
    line-height: 24px;
}

img{
    max-width: 100%;
}

p{
    margin: 0 0 25px;
}

a{
    text-decoration: none;
    color: #a38454;
}

a:hover,
a:focus{
    text-decoration: none;
    color: #999999;
}

.font-400{
    font-weight: 400;
} 

.font-700{
    font-weight: 700;
}

 
.font-italic{
    font-style: italic;
}

.text-yellow{
    color: #a38454;
}

.text-white{
    color: #ffffff;
}

.link-normal{
    color: #000000;
}

.text-white .link-normal{
    color: #ffffff;
}
.text-white .link-normal:hover{
    color: #999999;
}

.text-dotted{
    border-bottom: 1px dotted;
}

.bg-black{
    background-color: #000000;
}

.bg-yellow{
    background-color: #d1bc9c;
}

.bg-yellow-light{
    background-color: #dbcab1;
}

.margin-xlg{
    margin-bottom: 100px;
}

.margin-lg{
    margin-bottom: 50px;
}

.margin-md{
    margin-bottom: 25px;
}

.margin-sml{
    margin-bottom: 20px;
}

.margin-smls{
    margin-bottom: 15px;
}

.margin-sm{
    margin-bottom: 10px;
}

.margin-xs{
    margin-bottom: 5px;
}

.no-margin{
    margin: 0;
}

.no-padding-bottom{
    padding-bottom: 0!important;
}

.btn{
    display: inline-block;
    padding: 3px;
    border: 1px solid #a38454;
    font-weight: 400;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;   
}

.btn span{
    display: inline-block;
    padding: 15px 30px;
    background-color: #a38454;
}

.button-wrap{
    border: 1px solid #a38454;
    padding: 3px;
    display: inline-block;
}

.button-wrap input[type=submit]{
    display: inline-block;
    padding: 15px 30px;
    background-color: #a38454;
    font-weight: 400;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.button-wrap:hover{
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #999999;
}

.button-wrap:hover input[type=submit]{
    background-color: #999999;
    border: none;
}

.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #999999;
}

.btn:hover span,
.btn:focus span{
    background-color: #999999;
}

.tbl-wrap{
    width: 100%;
    height: 100%;
    display: table;
}
.tbl-inner{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.row-flex{
    display: flex;
}
.row-fluid {
    margin: 0;
}
.row-fluid .col{
    padding: 0;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
}

/* FORM */

.form-group{
    margin-bottom: 15px;
}

input[type=text],
input[type=email],
textarea,
select{
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    margin: 0 0 0;
    width: 100%;
}

input[type=submit]{
    display: inline-block;
    border: none;

}


.form-none-border input[type=text],
.form-none-border input[type=email],
.form-none-border textarea{
    border: none;
}

/* HEADER */


    
/* CONTENT */

.banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(images/bg-01.jpg);
    padding: 50px 0 100px;
    position: relative;
}

.start{
    position: absolute;
    top: 50px;
    right: 30px;
}
.start a{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px dotted;
}

.sc{
    padding-top: 60px;
    padding-bottom: 60px;
}

.sc.sc-sm{
    padding-top: 30px;
    padding-bottom: 30px;
}

.check-list{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}
.check-list-inline{
    display: inline-block;
    text-align: left;
}
.check-list > li{
    background-repeat: no-repeat;
    background-image: url(images/svgs/bullet.svg);
    background-position: 0 center;
    background-size: 40px;
    padding: 7px 0 7px 55px;
    margin-bottom: 20px;
    min-height: 45px;
}

.middle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
}

.tbl-wrap{
    width: 100%;
    height: 100%;
    display: table;
}
.tbl-wrap .inner{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.sc-questions{
    background-repeat: no-repeat;
    background-image: url(images/bg-02.jpg);
    background-position: center center;
    background-size: cover;
}

.works.has-arrow{
    position: relative;
}

.works.has-arrow:after{
    background: url(images/svgs/arrow.svg) no-repeat scroll 0 0;
    background-size: 80px;
    position: absolute;
    top: 50%;
    right: -110px;
    content:"";    
    width: 80px;
    height: 54px;
    margin-top: -27px;
}

.works{
    padding: 6px;
    border: 3px solid #dcceb8;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    width: 240px;
    height: 240px;
    margin: 0 auto 50px;
}

.works .inner{
    background-color: #dcceb8;
    width: 100%;
    height: 100%;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
}

.works-black{
    border: 3px solid #000000;
    color: #ffffff;
}

.works-black .inner{
    background-color: #000000;
}

.grid{
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.grid > li{
    margin: 0;
}
.grid-5 > li{
    width: 20%;
    padding: 0 25px;
}
.grid.grid-3{
    margin: 0;
}

.grid-3 > li{
    width: 33.33333%;
    padding: 0;
}

.sc.sc-gallery{
    border-top: 10px solid #000000;
    padding: 0;
}

.quote-item{
    padding: 0 90px;
}

.sc-why{
    background-repeat: no-repeat;
    background-image: url(images/bg-05.jpg);
    background-position: center bottom;
    background-size: cover;
}

.why-box{
    background-color: rgba(223, 215, 202, 0.9);
    padding: 35px;
    border: 4px solid #ffffff;
}

.why-box .list2{
    margin-bottom: 30px;
}
.why-box li{
    margin-bottom: 10px;
}

.sc.sc-about{
    padding-top: 100px;
    background-repeat: no-repeat;
    background-image: url(images/bg-06.jpg);
    background-position: left top;
    background-size: cover;
}

.sc.sc-start{
    border-top: 10px solid #000000;
}

.socials{
    margin: 0 -15px 25px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.socials > li{
    padding: 0 15px;
    margin: 0;
}

.socials > li > a:hover img{
    opacity: 0.7;
}

.footer-nav{
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav > li{
    padding: 0 15px;
    margin: 0;
}

.form-wrap .row{
    margin-left: -8px;
    margin-right: -8px;
}

.form-wrap .col-sm{
    padding-left: 8px;
    padding-right: 8px;
}

.form-wrap .mc-field-group{
    margin-bottom: 16px;
}
.form-wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-wrap input[type=radio]{
    margin-right: 10px;
}
.form-wrap input[type=text],
.form-wrap input[type=email]{
    border: none;
}
.form-wrap #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 5px 0px 0;
    background-color: transparent;
    font-weight: 400;
    z-index: 1;
    color: #cc0000;
    font-size: 14px;
}

.main-page{
    border-top: 10px solid #000000;
}

.number-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: left;
}
.number-list > li{
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 0 5px;
    padding-left: 90px;
    margin: 0 0 30px;
}

.number-list > li.n1{
    background-image: url(images/n1.png);
}

.number-list > li.n2{
    background-image: url(images/n2.png);
}

.number-list > li.n3{
    background-image: url(images/n3.png);
}

.link-image:hover img{
    opacity: 0.7;
}


/* VIDEO */

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}

.sc-homeowners{
    background-repeat: no-repeat;
    background-image: url(images/bg-04.jpg);
    background-position: center bottom;
    background-size: cover;
}

/* FOOTER */

.site-footer{
    padding: 40px 0;
}

.copyright{
    text-align: center;
}


@media (min-width: 768px){
    .right-sm{
        float: right;
    }
    
    .visible-md{
        display: none;
    }
    
    .footer-logo{
        text-align: center;
    }
}

@media (min-width: 992px){
    .content-right{
        padding-left: 35px;
    }
    .content-left{
        padding-right: 35px;
    }
   
}

@media (min-width: 1200px){
   .works h5{
        font-size: 19px;
        line-height: 27px;    
   }
    
}

@media (max-width: 1199px){
    .works{
        width: 200px;
        height: 200px;
    }
    .works.has-arrow:after{
        width: 60px;
        height: 40px;
        margin-top: -20px;
        right: -92px;
        background-size: 60px;
    }
    .works img{
        width: 60px;
    }  
    .works h5{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    
    h2.h1 {
        font-size: 40px;
        line-height: 48px;
    }
   
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    h5,
    .h5{
        font-size: 18px;
        line-height: 26px;
    }
    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    
    .btn{
        font-size: 16px;
        line-height: 24px;
        padding: 3px;
    }
    .button-wrap input[type="submit"]{
        font-size: 16px;
        line-height: 24px;
        padding: 15px 20px;
    }
    
    .btn span{
        padding: 15px 20px;
    }
    
    .btn.btn-sm{
        font-size: 14px;
        line-height: 22px;
    }
    
    .works.has-arrow:after{
        display: none;
    }
}

@media (max-width: 767px){
    .hidden-md{
        display: none;
    }
    .start {
        position: static;
        top: 0;
        right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .banner{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .service{
        margin-bottom: 40px;
    }
    
    .service.last{
        margin-bottom: 0px;
    }
    .grid-5 > li {
        width: 50%;
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .grid-5 > li.last{
        margin-left: 25%;
    }
    .grid-3 > li {
        width: 100%;
    }
    .quote-item {
        padding: 0;
    }
    .why-box{
        padding: 35px 20px;
    }
    .about-item{
        margin-bottom: 30px;
    }
    
    .about-item.last{
        margin-bottom: 0px;
    }
    
    .footer-logo{
        margin-bottom: 25px;
    }
    .number-list > li{
        background-size: 40px;
        padding-left: 60px;
    }
    .list-flex > li{
            display: -ms-flexbox;
            display: flex;
        align-items: start;
    }
    .list-flex > li input[type=radio]{
        margin-top: 5px;
    }
    .sc-footer h6,
    h6.text-small{
        font-size: 15px;
        line-height: 23px;
    }
    .footer-nav{
        margin: 0 -8px;
    }
    .footer-nav > li{
        font-size:15px;
        line-height: 23px;
        padding: 0 8px;
    }
}

@media (max-width: 576px){
    .licensed .last{
        display: block;
    }  
}

@media (max-width: 479px){
    
    
}