@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    color:#2f2d2b;
}
a,a:hover{
    color:#2f2d2b;
    text-decoration: none !important;
}
#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
    padding:30px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    -webkit-transition:all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}
#hero{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: 100%;
    width: 100%;
}

.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.video-container video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
@font-face {
    font-family: 'Heavy';
    src: url('../fonts/ObjectSans-Heavy.eot');
    src: url('../fonts/ObjectSans-Heavy.woff') format('woff'), url('../fonts/ObjectSans-Heavy.ttf') format('truetype'), url('../fonts/ObjectSans-Heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.heavy{
    font-family: 'Heavy';
}
.hero-content{
    position:relative;
    height:100%;
    z-index: 10;
}
.medium-icon{
    font-size:1.8rem;
    line-height: 1;
    vertical-align: middle;
}
.big-icon{
    font-size:2.4rem;
    line-height: 1;
    vertical-align: middle; 
}
#home-main{
    background:#B89D7E;
    padding:100px 0 100px 0;
    position:relative;
    z-index: 10;
   background: url(../images/bg.jpg) no-repeat center center #B89D7E; 
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
}
.home-info-box{
    padding:60px 30px  30px 30px;
    border-radius: 10px;
    background:#fff;
    margin-top:-200px;
}
.green{
    color:#699E3C;
}
.white{
    color:#fff;
}
.spacer-decoration{
    height:80px;
    position:relative;
    margin:70px 0 50px 0;
}
.spacer-decoration:before{
    content:"";
    left:0;
    right:0;
    width:2px;
    height:80px;
    background:#fff;
    margin:auto;
    display:block;
    position:absolute;
}
.spacer-decoration:after{
    content:"";
    left:0;
    right:0;
    width:14px;
    height:14px;
    background:#B89D7E;
    border:3px solid #fff;
    margin:auto;
    display:block;
    bottom:100%;
    position:absolute;
    border-radius: 50%;
}
.medium-info-title{
    font-size:1.4rem;
    line-height: 1.6;
    font-weight: 500;
}
.burger-menu{
    position:absolute;
    width:110px;
    padding-right:50px;
    cursor: pointer;
    height:40px;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.burger-icon{
    background:#699E3C;
    border-radius:50%;
    width:40px;
    height:40px;
    right:0;
    top:0;
    bottom:0;
    text-align: center;
    color:#fff;
    display:block;
    position:absolute;
    padding:6px 0;
}
.menu-text{
    display:block;
    color:#fff;
    text-transform: uppercase;
    text-align: right;
    height:24px;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    width:60px;
}
.header-content{
    position:relative;
    height:50px;
}
.phone-fax-btn{
    position:absolute;
    right:130px;
    height:40px;
    width:170px;
    display:block;
    padding-left:45px;
    top:0;
    bottom:0;
    margin:auto;
}
.phone-fax-small-title{
    display:block;
    font-size:0.65rem;
    color:rgba(255,255,255,0.7);
}
.phone-fax-big-title{
    display:block;
    font-size:1rem;
    font-weight: 700;
    color:#fff;
    line-height: 0.95;
}
.phone-icon{
    width:40px;
    height:40px;
    text-align: center;
    padding:6px 0;
    color:#fff;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
}
.hero-content  h1{
    font-size:3.2rem;
    color:#fff;
}
.spacer-left{
    display:inline-block;
    padding-left:150px;
}
.btn{
    padding: .5rem 3rem;
    font-size:0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
.btn:focus{
    box-shadow:0 0 0 .2rem rgba(0,123,255,0) !important;
}
.btn-primary{
    background-color: #699E3C;
    color:#fff;
    border:3px solid #699E3C;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background:#629338 !important;
    border:3px solid #629338 !important;
}
.btn-secondary{
    background:#C0925B ;
    border-color:#C0925B;
    color:#fff;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    background:#b58b58 !important;
    border-color:#b58b58 !important;
    color:#fff;
}
.badge{
    font-size:0.7rem;
    text-transform: uppercase;
    padding:0.25rem 0.5rem;
    background:#8a888e;
    color:#fff;
}
.category-box{
    padding:20px;
    display:block;
    border-radius: 10px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.category-box:hover{
    background:#f0f0f0;
}
.bold{
    font-weight: 600;
}
.category-box h3{
    font-size:1.1rem;
    margin-top:15px;
}
.category-box p{
    font-size:0.9rem;
}
.link-info{
    display:inline-block;
    text-transform: uppercase;
    font-size:0.65rem;
    letter-spacing: 1px;
}
.logo{
    position:absolute;
    display:block;
    height:50px;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    width:175px;
    -webkit-transition:all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#home-categories{
    padding:80px 0;
}
.cat-list-item{
    display:block;
    width:calc(33.33% - 20px);
    margin:0 10px 20px 10px;
    position:relative;
    overflow: hidden;
    height:340px;
    background:#2f2d2b;
    border-radius: 10px;
}
.cat-list{
    margin:0 -10px;
}
.cat-list-item-title{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    padding:10px 20px;
    color:#fff;
    z-index:10;
}
.cat-list-image{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0.8;
    z-index: 5;
    -webkit-transition:all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.cat-list-item:hover .cat-list-image{
    opacity:0.4;
    zoom: 1.2; /* IE */
    -moz-transform: scale(1.2); /* Firefox */
    -o-transform: scale(1.2); /* Opera */
    -webkit-transform: scale(1.2); /* Safari And Chrome */
    transform: scale(1.2); /* Standard Property */
}
.cat-list-item-title h3{
    font-size:1.1rem;
    text-align: center;
    font-weight: 600;
}

.footer-top{
    padding:60px 0;
}
.f-title{
    font-size:0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.copyright-wrapper{
    padding:30px 0;
    border-top:1px solid #ccc;
}
.footer-list{
    margin:0;
    padding:0;
    list-style:none;
}
.footer-list a{
    display:block;
    font-size:0.85rem;
    padding:4px 0;
    font-weight: 600;
}
.footer-list a:hover{
    opacity: 0.8;
}
.copyright{
    font-size:0.8rem;
}
.copyright a{
    display:inline-block;
    padding:0 10px ;
    font-weight: 600;
    color:rgba(49,60,83, 0.7);
}
.powered{
    font-size:0.8rem;
    color:rgba(49,60,83, 0.7);
    text-align: right;
}
.powered a{
    color:#000;
    font-weight: 600;
}
#navigation{
    position:fixed;
    top:0;
    right:-500px;
    width:320px;
    bottom:0;
    overflow-y: auto;
    padding:100px 40px 40px 40px;
    background:#fff;
    z-index: 500;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.visibleMenu #navigation{
    right:0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.sidebar-navigation{
    margin:0;
    padding:0;
    list-style: none;
}
.sidebar-navigation li a{
    display:block;
    padding:10px 40px 10px 10px;
    position:relative;
    color:#000;
    font-weight: 600;
    font-size:0.9rem;
    color:rgba(0,0,0,0.65);
}
.sidebar-navigation li a.active,.sidebar-navigation li a.active:hover{
    color:#fff;
    background:#699E3C;
}
.sidebar-navigation li a:hover{
    color:#2f2d2b;
    background:#f0f0f0;
}
.sidebar-navigation .arrow{
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
    width:20px;
    height:20px;
    padding:2px;
    text-align: center;
}
.overlay-navigation{
    background:rgba(0,0,0,0.65);
    position:fixed;
    z-index: 100;
    left:100%;
    width:100%;
    top:0;
    bottom:0;
    -webkit-transition:all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.visibleMenu .overlay-navigation{
    left:0;
    -webkit-transition:all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}
.visibleMenu{
    overflow-y: hidden;
}
.visibleMenu .burger-icon i:before{
    content: "\f00d";
}
#header.dark-header{
    background: #2f2d2b !important;
    padding:10px 0;
}

#header.dark-header .logo{
    height:45px;
    width:155px;
}
.logo-footer{
    height:45px;
}
.sidebar-navigation-title{
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom:10px;
    letter-spacing: 1px;
    color:rgba(0,0,0,0.65);
}
.internal-content{
    padding:80px 0;
}
.internal-content p{
    line-height: 1.8;
    margin-bottom:30px;
}
.internal-hero{
    background:#2f2d2b;
    position:relative;
    padding:300px 0 0px 0;
}
.interna-hero-title-wrapper{
    padding:50px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.65+72 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 72%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 72%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.page-title{
    color:#fff;
}

.table .thead-dark th {
    color: #fff;
    background-color: #2f2d2b;
    border-color: #2f2d2b;
}
#gallery a{
    display:block;
    border-radius: 10px;
    overflow: hidden;
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
    height:350px;
}
#gallery{
    margin:0 -10px;
}
#footer{
    border-top:1px solid #ccc;
}
.nav-internal{
    border-top:1px solid #fff;
    padding-top:15px;
    margin-top:10px;
}
.nav-internal a{
    color:#fff;
    font-size:1.4rem;
    font-weight: 600;
    position:relative;
    border-bottom:2px solid transparent;
    padding:0.5rem 0;
    margin-right:20px;
}
.nav-internal a:after{
    position:absolute;
    left:100%;
    top:5px;
    bottom:5px;
    width:1px;
    content:"";

}
.nav-internal a.active{
    color:#B89D7E;
    border-color:#B89D7E;
}
.circle-list{
    margin:0 0 20px 0;
    padding:0;
    list-style: none;
}
.circle-list li{
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
    color:rgba(47,45,43,0.7);
}
.circle-list li:before{
    content:"";
    left:0;
    top:10px;
    width:8px;
    height:8px;
    border-radius: 50%;
    background:#B89D7E;
    position:absolute;
    display:block;
}
#formContact{
    padding:50px;
    background:#f0f0f0;
    border-radius: 10px;
    margin:20px 0;
}
.icons-list {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}
.icons-list-small li {
    font-size: 0.9rem;
    padding: 5px 0 5px 35px;
    font-weight: 500;
    position: relative;
}
.icon-list {
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form-control,.form-control:focus{
    border-color:#fff;
    box-shadow:0 0 0 .2rem rgba(0,123,255,0) !important;
}
.map-container iframe{
    width:100% !important;
}
.map-container{
    margin:20px 0;
}
@media(max-width:768px){
    .phone-fax-btn{
        display:none;
    }
    .internal-hero{
        padding-top:250px;
    }
    .internal-content{
        padding:30px 0;
    }
    #formContact{
        padding:15px;
    }
    .powered,.copyright{
        text-align: center;
    }
    #gallery a{
        height:250px;
    }
    .page-title{
        font-size:2rem;
    }
    .cat-list-item{
        width:calc(50% - 20px);
    }
    .spacer-left{
        padding: 0;
    }
    .hero-content h1 {
        font-size: 2.6rem;
    }
}

@media(max-width:480px){
    
    .cat-list-item{
        width:100%;
        margin:0 0 20px 0;
    }
    .cat-list {
        margin: 0 ;
    }
}