@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,700italic);
@import url(https://fonts.googleapis.com/css?family=Abel);

@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons.eot?5510888');
  src: url('../fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons.woff?5510888') format('woff'),
       url('../fonts/revicons.ttf?5510888') format('truetype'),
       url('../fonts/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a:link {color: #4a4a4a; text-decoration:none;}      
a:visited {text-decoration:none;} 
a:hover {text-decoration: none;}
a:active {text-decoration:none;}

button:focus {outline:0;}
img, img a{ border: none; outline: none; }

html{
    overflow-y:scroll;
    -ms-text-size-adjust:auto;
}
html,body{
    font-family: 'Roboto', sans-serif;
    font-family: 'Abel', sans-serif;
}
body{
    background: #000;
}
#container{
    overflow:hidden;
}
#container,
#wrapper {
    width: 100%;
    position: relative;
}
#wrapper {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    background: #fff;
}


h2{
    margin: 0;
    padding: 0 0 25px;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3{
    margin: 0;
    padding: 35px 0 25px;
    font-size: 24px;
    line-height: 1.2;
}
p{
    margin: 0;
    padding: 0 0 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.65;
    color: #707070;
}
hr{
	width: 98%;
}
.btn{
    display: inline-block;
    margin: 20px 0 0;0;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #dedede;
    border-radius: 0;
    text-transform: uppercase;
    color: grey;
    font-size: 15px;
    font-weight: 400;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.btn:hover{
    color: #696969;
    border: 1px solid #ccc;
}
.btn-2{
    background: #FECA0E;
    color: #A6850D;
    border: 1px solid #C29C13;
}
.btn-2:hover{
    background: #4a4a4a;
    color: #fff;
    border: 1px solid #4a4a4a;
}
.btn-our-work{
    color: #fff;
}
.btn-our-work:hover{
    border: 1px solid #666;
}
.btn-request-a-quote{
    background: #6DB500;
    color: #fff;
    border: 1px solid #5F9C03;
}
.btn-request-a-quote:hover{
    background: #5F9C03;
    color: #fff;
    border: 1px solid #5F9C03;
}


.no-padding{
    padding: 0;
}

@media screen and (max-width: 992px){
    h2{
        font-size: 22px;
    }
    h3{
        padding: 30px 0 25px;
        font-size: 18px;
    }
    p{
        font-size: 18px;
    }
}


/******************************
 HOME 
*******************************/
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.55);
}
#pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent url(../images/home/pattern.png) repeat top left;
    opacity: 0.45;
}
#background-video{
	position: absolute;
    display: block;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 992px){
    .overlay{
        background: rgba(0,0,0,0.65);
    }
    #background-video{
        display: none;
    }
}

/* TAGLINE */
#tagline{
    position: absolute;
    height: auto;
    width: 920px;
    left: 50%;
    margin-left: -460px;
    top: 50%;
    margin-top: -240px;
    text-align: center;
}
#tagline img.main-logo{
    width: 100%;
    max-width: 820px;
}
#tagline h1{
    position: absolute;
    top: -500px;
    font-size: 114px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-indent: -9999px;
    text-transform: uppercase;
    text-shadow: 2px 0px 4px rgba(0,0,0,0.35);
}
#tagline h1 span{
    font-size: 130px;
}
#tagline h2{
    margin: 0 auto;
    padding: 8px 0 28px;
    font-size: 21px;
    line-height: 1.2;
    color: rgba(255,255,255,1);
    max-width: 750px;
    letter-spacing: 5px;
    word-spacing: 2px;
    text-transform: uppercase;
}

/* QUICK LINKS */
#tagline .quick-links{
    
}

@media screen and (max-width: 1200px){
    #tagline{
        height: 400px;
        width: 800px;
        margin-left: -400px;
        margin-top: -235px;
    }
    #tagline h2{
        font-size: 18px;
    }
}

@media screen and (max-width: 992px){
    #tagline{
        height: 355px;
        width: 700px;
        margin-left: -350px;
        margin-top: -185px;
    }
    #tagline h2{
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px){
    #tagline{
        height: auto;
        width: 100%;
        padding: 0 20px;
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: -100px;
    }
	#tagline img.main-logo{
		max-width: 400px;
	}
    #tagline h2{
        font-size: 10px;
    }
    #tagline .quick-links{
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-height: 520px){
	#tagline{
		margin-top: -160px;
	}
	#tagline img.main-logo{
		max-width: 700px;
	}
	#tagline h2{
		padding: 5px 0 20px;
		font-size: 18px;
	}
}


/* CONNECT */
ul#connect{
    position: absolute;
    top: 35px;
    right: 35px;
    list-style: none;
}
ul#connect li{
    display: inline-block;
    margin: 0 12px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul#connect li a{
    color: rgba(255,255,255,1);
    font-weight: 300;
    text-decoration: none;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
ul#connect li a:hover{
    opacity: 0.5;
}
ul#connect li .fa{
    margin: 0 2px;
}

@media screen and (max-width: 992px){
    ul#connect{
        display: none;
    }   
}

/* SCROLL DOWN */
#scroll-down{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #666666;
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#scroll-down .fa{
	line-height: 45px;
}
#scroll-down a{
    color: #fff;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#scroll-down:hover{
    background: #FECA0E;
    border: 2px solid #FECA0E;
}
#scroll-down:hover a{
    color: #A6850D;
}
@media screen and (max-height: 520px){
	#scroll-down{
		display: none;
	}
}



/******************************
 ABOUT US 
*******************************/
#about-us{
    margin: 0;
    padding: 0;
}
#about-us .about-summary{
    margin: 0;
    padding: 75px 0;
}
@media screen and (max-width: 992px){
    #about-us .about-summary{
        padding: 50px 0;
    }
}

/* OUR SERVICES LIST */
#our-services-list{
    display: inline-block;
    margin: 0;
    padding: 10px 0 25px;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #ededed;
    text-align: center;
}
#our-services-list .item{
    display: inline-block;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}
#our-services-list .item .fa{
    display: block;
    margin: 0 auto 20px;
    font-size: 48px;
    font-weight: 600;
    color: #FECA0E;
}
#our-services-list .item h2{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 992px){
    #our-services-list{
        padding: 20px 0 35px;
    }
    #our-services-list .item{
        padding: 15px 0;
    }
    #our-services-list .item .fa{
        font-size: 38px;
    }
    #our-services-list .item h2{
        font-size: 14px;
    }
}

/******************************
 OUR SERVICES
*******************************/
#our-services{
    position: relative;
}
#our-services .services-summary{
    position: relative;
    margin: 0;
    padding: 85px 0;
    background-image: url(../images/our-services/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}
#our-services .overview-video{
    padding: 75px 0 50px;
    background: #f7f7f7;
}
.responsive-iframe{
    position: relative;
    margin: 5px auto 15px;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 992px){
    #our-services{
        padding: 50px 0;
    }
    #our-services .overview-video{
        padding: 50px 0 25px;
    }
}
#our-services .services-summary .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#our-services .services-summary h2{
    font-size: 40px;
}
#our-services .services-summary p{
    color: #fff;
}
@media screen and (max-width: 992px){
    #our-services h2{
        font-size: 22px;
    }
    #our-services p{
        font-size: 18px;
    }
}
 
/* SERVICE LIST */
ul#service-list{
    margin: 0;
    padding: 0;
}
ul#service-list li{
    display: inline-block;
    margin: 20px 0 15px 0;
    padding: 0;
    width: 100%;
}
ul#service-list li i{
    float: left;
    margin: -8px 10px 0 0;
}
ul#service-list li .fa{
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid #FECA0E;
    text-align: center;
    font-size: 20px;
    color: #fff;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
ul#service-list li h2{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 15px !important;
}


/******************************
 OUR WORK
*******************************/
#our-work{
    margin: 0;
    padding: 65px 0 0;
}
@media screen and (max-width: 992px){
    #our-work{
        padding: 50px 0 0;
    }   
}

/* OWL CAROUSEL */
#our-work .owl-carousel{
    margin: 40px 0 0;
    padding: 0;
}
@media screen and (max-width: 992px){
    #our-work .owl-carousel{
        margin: 25px 0 0;
    }
}

#our-work .owl-carousel .owl-prev .fa,
#our-work .owl-carousel .owl-next .fa{
    position: absolute;
    bottom: 45px;
    left: 45px;
    height: 45px;
    width: 45px;
    border: 2px solid rgba(255,255,255,0.30);
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#our-work .owl-carousel .owl-prev .fa:hover,
#our-work .owl-carousel .owl-next .fa:hover{
    border: 2px solid white;
    background: #fff;
    color: #FECA0E;
}
#our-work .owl-carousel .owl-next .fa{
    left: 100px;
}
#our-work .owl-carousel .item{
    position: relative;
    display: block;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 992px){
    #our-work .owl-carousel .item{
        height: 500px;   
    }
}

#our-work .owl-carousel .item .item-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.60);
    z-index: 1;
}
#our-work .owl-carousel .item .wrap{
    position: relative;
    display: block;
    padding: 45px 15px 0 45px;
    z-index: 2;
}
#our-work .owl-carousel .item .wrap h2{
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
#our-work .owl-carousel .item .wrap h3{
    position: relative;
    margin: 0;
    padding: 0;
    color: #FECA0E;
    font-size: 18px;
    text-transform: uppercase;
}

/* PLAY BUTTON */
#our-work .owl-carousel .item .wrap .play-btn{
    position: absolute;
    z-index: 2;
    width: 110px;
    height: 110px;
    top: 305%;
    left: 50%;
    margin: -55px;
    cursor: pointer;
    display: block;
    background: #FECA0E;
    text-align: center;
    -moz-border-radius: 110px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    box-shadow: 0 0 0 16px rgba(254, 202, 14, 0.10);

    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@media screen and (max-width: 992px){
    #our-work .owl-carousel .item .wrap .play-btn{
        top: 240%; 
    }
}
#our-work .owl-carousel .item .wrap .play-btn::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px;
    content: " ";
    display: block;
    width: 80px;
    height: 80px;
    border: 8px solid #87CD31;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#our-work .owl-carousel .item .wrap .play-btn i{
    padding: 0;
    margin: 32% 0 0 10px;
    font-size: 38px;
    color: #fff;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#our-work .owl-carousel .item .wrap .play-btn:hover{
    width: 86px;
    height: 86px;
    margin: -43px;
    background-color: #87CD31;
    box-shadow: 0 0 0 18px rgba(254, 202, 14, 0.0);
}
#our-work .owl-carousel .item .wrap .play-btn:hover i{
    margin: 28% 0 0 10px;
    color: #fff;
}
#our-work .owl-carousel .item .wrap .play-btn:hover::after{
    margin: -55px;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(Opacity=50);
    opacity: .5;
}


/******************************
 TESTIMONIALS
*******************************/
#testimonials{
    margin: 0;
    padding: 35px 15px;
    height: auto;
    width: 100%;
    background: #FECA0E;
    color: #4a4a4a;
}
#testimonials p{
    margin: 0;
    padding: 0;
    color: #947609;
    font-size: 24px;
}
#testimonials h3{
    margin: 0;
    padding: 20px 0 0 0;
    color: #947609;
    font-size: 18px;
}
@media screen and (max-width: 992px){
    #testimonials p{
        font-size: 16px;
    }
    #testimonials h3{
        font-size: 12px;
    }
}


/******************************
 REQUEST A QUOTE
*******************************/
#request-a-quote{
    margin: 0;
    padding: 75px 0;
}
@media screen and (max-width: 992px){
    #request-a-quote{
        padding: 50px 0;
    }
}

#request-a-quote h2{
    margin: 0;
    padding: 20px 0;
}
#request-a-quote h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6DB500;
    font-size: 44px;
}
@media screen and (max-width: 992px){
    #request-a-quote h3{
        font-size: 30px;
    }
}

/* CONTACT */
#request-a-quote .contact{
    margin: 20px 0 0;
    padding: 0;
}
#request-a-quote .contact .fa{
    width: 100%;
    height: 55px;
    line-height: 49px;
    font-size: 24px;
    background: #fff;
    text-align: center;
    border: 2px solid #dedede;
}
#request-a-quote .contact h2{
    margin: 0;
    padding: 10px 0 30px;
    font-size: 16px;
}


/******************************
 FOOTER
*******************************/
footer{
    display: block;
    padding: 25px 0;
    background: #141414;
    color: #fff;
    text-align: center;
    color: #666666;
    font-size: 16px;
}