@charset "utf-8";
/* CSS Document */

@font-face{ font-family: 'Dutch801Bold'; src:url("../fonts/Dutch801Bold.ttf"); }
@font-face{ font-family: 'DutchRoman'; src:url("../fonts/DutchRoman.ttf"); }
/*@font-face{ font-family: 'Rockwen'; src:url("../fonts/rockwen.ttf"); }*/
/*@font-face{ font-family: 'Rockweb'; src:url("../fonts/rockweb.ttf"); }*/

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Lato', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; }
a[href^=tel] { text-decoration:inherit; color: inherit; }

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #f79323; border: #fff solid 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #333; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #f79323; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Header Section =====*/
header{ padding-top: 10px; background: #383838; }
.header-top p{ text-align: right; color: #fff; font-size: 16px; }
.header-middle{ padding-bottom: 30px; background: #383838; }
.header-contact-address{ margin-top: 50px; }
.header-contact-address ul{ display: block; text-align: right; width: 100%; }
.header-contact-address ul li{ position: relative; padding-left: 70px; margin-right: 30px; z-index: 1; display: inline-block; text-align: left; color: #fff; font-size: 16px; line-height: 24px; }
.header-contact-address ul li span{ display: block; }
.header-contact-address ul li:last-child .phone{ position: relative; top: 10px; }
.header-contact-address ul li::before{ content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 50px; border: #f79323 dashed 1px; border-radius: 10px 10px 0 10px; display: flex; justify-content: center; align-items: center; font-family: 'Fontawesome'; color: #fff; font-size: 20px; }
.header-contact-address ul li:first-child::before{ content: '\f015'; }
.header-contact-address ul li:last-child::before{ content: '\f095'; }

.header-bottom{ position: relative; background: #252525; }
.header-bottom::before{ content: ''; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: #ccc dashed 1px; }
.navbar-inverse{ position: relative; bottom: 0; border: none; background: transparent; }
.navbar{ margin-top: 0; margin-bottom:0; }
.navbar-inverse .navbar-nav{ position: relative; display: block; margin: 0; padding: 0; text-align: left; width: 100%; }
.navbar-inverse .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0; padding: 20px 0; line-height: initial; }
.navbar-inverse .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0 35px; margin: 0; border: none; border-left: #fff solid 1px; border-radius: 0; color: #fff; background: transparent; font-size: 15px; font-weight: 700; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .navbar-nav > li:first-child > a{ border-left: none; padding-left: 0; }
.navbar-inverse .navbar-nav > li:last-child { float: right; }
.navbar-inverse .navbar-nav > li:last-child > a{ border-left: none; z-index: 1; font-size: 20px; }
.navbar-inverse .navbar-nav > li:last-child > a::before{ content: ''; position: absolute; top: -20px; bottom: -21px; left: 0; right: 0; z-index: -1; background: #f79323; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a{ color: #f79323; background: transparent; }
.navbar-inverse .navbar-nav > li:last-child > a:hover,
.navbar-inverse .navbar-nav > li:last-child.active > a,
.navbar-inverse .navbar-nav > li:last-child.active > a:hover,
.navbar-inverse .navbar-nav > li:last-child.active > a:focus,
.navbar-inverse .navbar-nav > li:last-child.open > a:hover,
.navbar-inverse .navbar-nav > li:last-child.open > a:focus,
.navbar-inverse .navbar-nav > li:last-child.open > a{ color: #fff; background: transparent; }

/* Dropdown Menu */
.navbar-inverse .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 20px; background: transparent; top: 70px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #000; color: #2a2a28; border-bottom: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #fff; border-bottom: #fff solid 1px; background: #2a2a28; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar-inverse .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@-webkit-keyframes slide-up {
      0% { opacity: 0; -webkit-transform: translateY(5%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #191919; height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;	width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);	}
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #f79323; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 10px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #184890; border-color: #fff; color: #fff; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }

/*===== Banner Section =====*/
.banner{ position: relative; }
.banner::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; z-index: 999; background: url('../images/banner-bg.png') repeat-x bottom left; }
.banner img{ width: 100%; }
.banner-content{ position: absolute; top: 50%; left: 0; transform: translate(0,-50%); width: 100%; z-index: 9; }
.banner-content-box h2{ color: #fff; font-size: 62px; font-weight: 700; line-height: 80px; }
.banner-content-box h2 span{ display: block; }
.banner-content-box h4{ color: #fff; font-size: 30px; font-weight: 700; margin: 30px 0; }
.banner-content-box a{ display: inline-block; padding: 12px 30px; background: #f79323; color: #fff; font-size: 20px; text-decoration: none; border-radius: 5px; transition: all linear 0.3s; }
.banner-content-box a:hover{ background: #fff; color: #f79323; }

/*===== Home Sections =====*/
.home{ padding: 70px 0; background: #fff; }
.home-hero-image{ position: relative; overflow: hidden; margin-top: 100px; }
.home-hero-image img{ width: 100%; height: auto; }
.home-title{ position: relative; padding-bottom: 30px; margin-bottom: 30px; }
.home-title::before{ content: ''; position: absolute; bottom: 5px; left: 0; width: 50px; height: 2px; background: #f79323; }
.home-title::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #f79323; }
.home-title h3{ color: #f79323; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.home-title h1{ color: #383838; font-size: 48px; font-weight: 700; margin: 15px 0 10px; font-family: 'DutchRoman'; }
.home-title h4{ color: #383838; font-size: 30px; }
.home-content p{ color: #000; font-size: 14px; line-height: 36px; }
.home-content p strong{ display: block; margin-top: 15px; }
.home-content a{ display: inline-block; padding: 12px 25px; margin-top: 20px; color: #fff; background: #f79323; font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 5px; }
.home-content a:hover{ background: #2c2c2c; }
.home-content img{ float: right; margin-top: -30px; }

/*===== Common Layout =====*/
.section-title{ position: relative; padding-bottom: 30px; margin-bottom: 50px; text-align: center; }
.section-title::before{ content: ''; position: absolute; bottom: 5px; left: 50; transform: translate(-50%,0); width: 50px; height: 2px; background: #f79323; }
.section-title::after{ content: ''; position: absolute; bottom: 0; left: 50; transform: translate(-50%,0); width: 30px; height: 2px; background: #f79323; }
.section-title h4{ color: #f79323; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.section-title h2{ color: #383838; font-size: 48px; font-weight: 700; margin-top: 15px; font-family: 'DutchRoman'; }
.section-title p{ color: #000; font-size: 16px; line-height: 30px; }
.section-title a{ display: inline-block; padding: 15px 50px; margin-top: 20px; color: #fff; background: #f79323; font-size: 18px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.section-title a:hover{ background: #2c2c2c; }

/*===== Why Choose Us Sections =====*/
.why-choose-us{ padding: 70px 0 50px; background: url('../images/why-choose-us-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.why-choose-us .section-title h2{ color: #fff; }
.why-choose-us .section-content{ text-align: center; }
.why-choose-us .section-content p{ color: #fff; font-size: 16px; line-height: 30px; }
.why-choose-us .section-content span{ display: block; color: #f79323; }
.why-choose-us .section-content a{ display: inline-block; padding: 10px 30px; margin-top: 30px; border: #f79323 solid 1px; color: #fff; font-size: 20px; text-decoration: none; border-radius: 5px; transition: all linear 0.3s; }
.why-choose-us .section-content a:hover{ background: #f79323; }

/*===== Service Section =====*/
.services{ padding: 70px 0; background: #f6f8f9; }
.services .section-content{}
.services-content-item{ position: relative; padding: 30px 15px 20px; margin-bottom: 30px; min-height: 420px; background: #fff; text-align: center;border-bottom: #f79323 solid 5px; box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; transition: all linear 0.3s; }
.service-icon{ display: flex; justify-content: center; align-items: center; min-height: 60px; }
.services-content-item h4{ color: #000; font-size: 26px; margin: 15px 0; }
.services-content-item h4 span{ display: block; }
.services-content-item p{ color: #000; font-size: 15px; line-height: 30px; font-weight: lighter; }
.services-content-item a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }

/*===== Yellow Layer Sections =====*/
.yellow-layer{ padding: 70px 0; background: url('../images/yellow-layer-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.yellow-layer-content h2{ color: #fff; font-size: 48px; font-weight: 700; font-family: 'Dutch801Bold'; line-height: 60px; }
.yellow-layer-content h2 span{ display: block; }
.yellow-layer-content p{ color: #fff; font-size: 16px; line-height: 30px; margin-top: 15px; }
.yellow-layer-content-link{ position: relative; padding: 50px 0; margin-left: 70px; border-left: #fff solid 2px; }
.yellow-layer-content-link::before{ content: '\f0da'; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); font-family: 'fontawesome'; color: #fff; }
.yellow-layer-content-link ul{ text-align: right; }
.yellow-layer-content-link ul li{ list-style: none; }
.yellow-layer-content-link ul li a{ display: inline-block; padding: 15px 30px; min-width: 230px; text-align: center; border: #fff solid 2px; border-radius: 5px; color: #fff; font-size: 23px; font-weight: 700; text-decoration: none; transition: all linear 0.3s; }
.yellow-layer-content-link ul li:last-child a{ margin-top: 15px; background: #252525; border: #252525 solid 2px; }
.yellow-layer-content-link ul li a:hover{ background: #fff; color: #252525; }
.yellow-layer-content-link ul li:last-child a:hover{ background: #fff; border-color: #fff; color: #252525; }

/*===== How We Work Sections =====*/
.how-we-work{ padding: 70px 0; background: #fff; }
.how-we-work ul{ position: relative; }
.how-we-work ul::before{ content: ''; position: absolute; top: 100px; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 130px; background: url(../images/how-we-work-ul-li-bg.png) no-repeat center center; z-index: 1; }
.how-we-work ul li{ position: relative; list-style: none; }
.how-we-work-content{ padding: 50px; min-height: 330px; border-radius: 15px; text-align: center; transition: all linear 0.3s; }
.how-we-work ul li:nth-child(1) .how-we-work-content{ background-image: linear-gradient(#fff, #fff, rgba(82,179,255,0.1)); }
.how-we-work ul li:nth-child(2) .how-we-work-content{ background-image: linear-gradient(#fff, #fff, rgba(0,214,156,0.1)); }
.how-we-work ul li:nth-child(3) .how-we-work-content{ background-image: linear-gradient(#fff, #fff, rgba(243,112,90,0.1)); }
.how-we-work-content img{ position: relative; z-index: 999; }
.how-we-work-content h4{ color: #f79323; font-size: 23px; font-weight: 700; line-height: 30px; margin: 15px 0; }
.how-we-work-content h4 span{ display: block; }
.how-we-work-content p{ color: #000; font-size: 14px; }
.how-we-work-content:hover{ margin-top: -5px; box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; }
.how-we-work-link{ margin-top: 30px; text-align: center; }
.how-we-work-link a{ display: inline-block; padding: 10px 30px; border: #f79323 solid 2px; color: #313131; font-size: 20px; text-decoration: none; border-radius: 5px; font-weight: 700; transition: all linear 0.3s; }
.how-we-work-link a:hover{ background: #f79323; color: #fff; }

/*===== Free Estimate Sections =====*/
.free-estimate{ padding: 70px 0 50px; background: url('../images/free-estimate-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;}
.free-estimate .section-title h2{ color: #fff; }
.free-estimate .section-content p{ color: #fff; font-size: 18px; text-align: center; margin-bottom: 30px; }
.free-estimate-form-content .form-group{ position: relative; }
.free-estimate-form-content .form-group .fa{ position: absolute; top: 0; right: 30px; display: flex; width: 15px; height: 100%; justify-content: center; align-items: center; color: #3c3c3c; background: transparent; font-size: 20px; }
.free-estimate-form-content input::placeholder{ color: #000; }
.free-estimate-form-content textarea::placeholder{ color: #000; }
.free-estimate-form-control{ height: 60px; border-radius: 3px; padding: 15px 40px 15px 30px; }
.free-estimate-form-content textarea{ height: 60px; min-width: 100%; max-width: 100%; }
.btn-free-estimate-form-control{ display: block; margin: 0 auto; width: 100%; height: 60px; display: flex; background: #f79323; border: none; color: #fff; justify-content: center; align-items: center; font-size: 18px; font-weight: 700; border-radius: 3px; text-transform: uppercase; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-free-estimate-form-control:hover{ background: #fff; color: #f79323; }

/*===== Testimonials Sections =====*/
.testimonials{ padding: 70px 0; background: url('../images/testimonials-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.testimonials-content{ position: relative; padding: 50px 100px; margin-bottom: 80px; text-align: center; background: #e7f6f6; }
.testimonials-content::before{ content: '\f10d'; position: absolute; top: 30px; left: 30px; width: 50px; height: 50px; font-size: 42px; font-weight: 700; font-family: 'fontawesome'; color: #f79323; }
.testimonials-content::after{ content: '\f10e'; position: absolute; bottom: 30px; right: 30px; width: 50px; height: 50px; font-size: 42px; font-weight: 700; font-family: 'fontawesome'; color: #f79323; }
.testimonials-content p{ color: #1a2940; font-size: 18px; line-height: 36px; font-family: 'Lato', sans-serif; }
.testimonials-content h4{ color: #1a2940; font-size: 24px; font-weight: 700; text-transform: uppercase; font-family: 'Lato', sans-serif; margin: 15px 0 5px; }
.testimonials-leave-review{ text-align: center; }
.testimonials-leave-review a{ display: inline-block; padding: 12px 30px; background: #f79323; color: #fff; border: #f79323 solid 2px; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; text-decoration: none; text-transform: uppercase; border-radius: 5px;  -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-leave-review a:hover{ background: transparent; color: #f79323; }

/*===== Project Sections =====*/
.projects{ padding: 80px 0 50px; background: #fff; }
.projects .section-title{ text-align: left; }
.projects .section-title::before,
.projects .section-title::after{ transform: translate(0,0); }
.projects .section-title a{ position: absolute; top: 15px; right: 0; }
.projects-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.projects-content-item img{ width: 100%; height: auto; }
.projects-content-item:hover img{ transform: scale(1.2); }
.projects-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; color: #fff; background: rgba(0,0,0,0.5); text-decoration: none; font-size: 24px; font-weight: 700; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.projects-content-item a:hover{ opacity: 1; }
.projects-content-item a .fa{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.projects-content-item .overlayer-box{ opacity: 1; }
.projects-content-item .overlayer{ position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; text-align: center; background: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; }
.projects-content-item .overlayer h4{ display: inline-block; padding: 15px 25px; color: #fff; font-size: 24px; font-weight: 700; text-transform: uppercase; transition: all linear 0.3s; }
.project-link{ display: none; margin-top: 15px; text-align: center; }
.project-link a{ display: inline-block; padding: 15px 50px; margin-top: 20px; color: #fff; background: #f79323; font-size: 18px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.project-link a:hover{ background: #2c2c2c; }

/*===== Contact Section =====*/
.footer{ padding: 50px 0; background: #1d1d1d; }
.footer-content h4{ position: relative; padding-bottom: 15px; margin: 30px 0; font-family: 'Roboto', sans-serif; color: #fff; font-size: 20px; font-weight: 700; }
.footer-content h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100px; height: 3px; background: #f79323; }
.footer-content h4::after{ content: ''; position: absolute; bottom: -2px; left: 0; width: 100px; height: 1px; background: #f79323; }
.footer-about-us h2{ color: #fff; font-size: 30px; font-weight: 600; font-family: 'Roboto', sans-serif; margin: 30px 0; }
.footer-about-us p{ padding-right: 30px; color: #fff; font-size: 16px; line-height: 36px; }
.footer-area-corverd ul li{ list-style: none; color: #fff; font-size: 16px; }
.footer-content-image img{ display: inline-block; margin: 5px 15px; }
.footer-business-hour ul li{ list-style: none; padding-bottom: 15px; margin-bottom: 15px; border-bottom: #fff solid 1px; color: #fff; font-size: 16px; }
.footer-business-hour span{ float: right; }
.footer-business-hour ul li .color-yellow{ color: #f79323; }
.footer-contact-info ul li{ position: relative; padding-left: 65px; margin-bottom: 15px; list-style: none; line-height: 24px; color: #fff; font-size: 16px; }
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 50px; border: #fff solid 1px; font-family: 'FontAwesome'; color: #f79323; font-size: 20px; display: flex; justify-content: center; align-items: center; border-radius: 0; background: #fff; }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f041'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0'; }
.footer-contact-info ul li span{ display: block; }

/*===== Footer Section =====*/
.copyright{ padding: 25px 0; background: #1d1d1d; border-top: #413f3d solid 1px; }
.copyright-content p{ color: #fff; font-size: 14px; text-align: center; }
.copyright-content p a{ color: #f79323; text-decoration: none; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 90%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #000; border: #000 solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #fff; }

#owl-demo1 .owl-pagination{ display: none; }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; top: 50%; left: -25px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: #fff solid 2px; background: #000; color: #fff; font-size: 24px; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-next{ position: absolute; top: 50%; right: -25px; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: #fff solid 2px; background: #000; color: #fff; font-size: 24px; border-radius: 50%; opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{ background: #fff; color: #000; border-color: #fff; }

#owl-demo2 .owl-pagination{ display: none; }
#owl-demo2 .owl-buttons .owl-prev{ position: absolute; top: calc(100% - 70px); left: calc(50% - 25px); transform: translate(-50%, 0); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: #f79323 solid 1px; background: #f79323; color: #fff; font-size: 24px; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-buttons .owl-next{ position: absolute; top: calc(100% - 70px); left: calc(50% + 25px); transform: translate(-50%, 0); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: #f79323 solid 1px; background: #f79323; color: #fff; font-size: 24px; border-radius: 0; opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-buttons .owl-prev:hover,
#owl-demo2 .owl-buttons .owl-next:hover{ background: #fff; color: #000; }

/*===== Content Pages =====*/
.breadcrumb{ padding: 30px 0; border-radius: 0; background: url('../images/footer-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb-content{ padding: 15px 30px; background: #fff; }
.breadcrumb-content h4{ color: #000; font-family: 'Lato', sans-serif; font-size: 16px; text-transform: uppercase; }
.breadcrumb-content a{ color: #000; text-decoration: none; font-weight: 700; }
.breadcrumb-content h4 .fa{ margin: 0 5px; font-size: 10px; }

.content{ width: 100%; padding: 50px 0; background: #fff; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ font-size: 24px; color: #000; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #000; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #000; font-family: 'Lato', sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: 'Lato', sans-serif; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: 'Lato', sans-serif; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0 5px; background: #000; width: 100%; text-align: center; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #000; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #000; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #000; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #000; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #000; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.googlemap{ height: 345px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{ position: absolute; top: 0; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .fa-user,
.form_section .fa-phone{ height: calc(100% - 20px); }

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #000; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #000; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: calc(100% - 45px); width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }

/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }

/*========== Responsive ==========*/
@media (max-width: 991px){

      .header-top p{ text-align: center; }
      .header-middle{ padding: 30px 0; }
	.header-middle .logo{ text-align: center; }
	.header-middle .logo img{ display: inline-block; }
      .header-contact-address{ margin-top: 30px; }
	.header-bottom .container{ width: 100%; }
      .header-business-hour{ margin-top: 15px; }
      .header-business-hour ul,
	.header-contact-address ul{ text-align: center; }
	.navbar-inverse .navbar-nav{ text-align: left; }
	.navbar-inverse .navbar-nav > li > a{ padding: 0 15px; }
	.navbar-inverse .navbar-nav > li:first-child > a{ padding-left: 30px; }
      .banner-content-box h2{ font-size: 42px; line-height: inherit; }
      .banner-content-box h4{ font-size: 24px; margin: 15px 0 25px; }
      .services .section-content{ padding: 0; }
      .yellow-layer-content h2{ font-size: 36px; }
      .yellow-layer-content-link{ padding: 100px 0; margin-left: 0; }
      .how-we-work-content{ padding: 30px 15px; }
      .how-we-work-content h4{ font-size: 18px; line-height: inherit; }

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

	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	.header-top{ padding: 70px 0 15px; }
      .header-top p{ font-size: 14px; text-align: center; margin-bottom: 15px; }
      .header-middle{ padding: 1px 0 30px; }
	.header-contact-address{ margin-top: 25px; }
	.header-contact-address ul li{ font-size: 14px; }
	.header-contact-address ul li:first-child{ width: 100%; border-right: none; border-bottom: #000 dashed 1px; padding-right: 0; padding-bottom: 15px; margin-bottom: 25px; }
	.header-contact-address ul li:first-child::before{ width: 40px; height: 40px; }
	.header-contact-address ul li:last-child{ padding: 10px 30px 10px 80px; width: 100%; font-size: 16px; }
      .header-contact-address ul li:last-child span{ display: block; font-size: 14px; font-weight: lighter; }
	.header-bottom{ display: none; }

      .banner-content-box h2{ font-size: 18px; }
      .banner-content-box h2 span{ display: inline-block; }
      .banner-content-box h4{ font-size: 14px; margin: 0; }
      .banner-content-box a{ padding: 10px 15px; margin-top: 10px; font-size: 14px; border-radius: 0; }

	.home{ padding: 50px 0; }
      .home-title{ position: relative; padding-bottom: 20px; margin-bottom: 20px; }
	.home-title h1{ font: 30px; }
      .home-title h4{ font-size: 24px; }
      .home-content p{ line-height: 26px; font-weight: 400; margin-bottom: 15px; }
      .home-content img{ float: none; margin-top: 30px; display: block; }
      .home-hero-image{ margin-top: 30px; }

	.section-title{ margin-bottom: 15px; }
	.section-title h2{ font-size: 24px; margin: 10px 0 15px; }
      .section-title p{ margin-top: 0; font-size: 14px; font-weight: 400; line-height: 26px; }

      .why-choose-us{ padding: 50px 0; }
      .why-choose-us .section-content p{ font-size: 14px; line-height: 24px; }
      .why-choose-us .section-content a{ margin-top: 15px; font-size: 14px; }

      .services{ padding: 50px 0; }
      .services-content-item{ padding: 15px; margin-bottom: 15px; min-height: auto; }
      .services-content-item h4{ font-size: 18px; }
      .services-content-item p{ font-size: 14px; line-height: 24px; }

      .yellow-layer{ padding: 50px 0; }
      .yellow-layer-content h2{ font-size: 24px; line-height: inherit; }
      .yellow-layer-content p{ font-size: 14px; line-height: 24px; }
      .yellow-layer-content-link{ padding: 0; margin-top: 30px; border-left: none; }
      .yellow-layer-content-link::before{ display: none; }
      .yellow-layer-content-link ul{ text-align: center; }
      .yellow-layer-content-link ul li a{ font-size: 16px; padding: 10px 30px; min-width: 200px; }

      .how-we-work{ padding: 50px 0; }
      .how-we-work .section-content ul li{ margin-top: 30px; }
      .how-we-work-content{ padding: 30px 15px; min-height: auto; }
      .how-we-work-link a{ font-size: 14px; }

      .free-estimate{ padding: 50px 0 30px; }
      .free-estimate-form-control{ height: 40px; padding: 15px 30px 15px 15px; }
      .free-estimate-form-content .form-group .fa{ font-size: 14px; right: 15px; }
      .btn-free-estimate-form-control{ height: 40px; font-size: 14px; }

	.testimonials{ padding: 50px 0; }
      .testimonials-content{ padding: 30px; margin-bottom: 50px; }
      .testimonials-content::before{ top: 15px; left: 15px; font-size: 24px; }
      .testimonials-content::after{ bottom: 15px; right: 15px; font-size: 24px; }
	.testimonials-content h4{ font-size: 18px; margin-bottom: 5px; }
	.testimonials-content img{ margin-bottom: 15px; }
	.testimonials-content p{ font-size: 14px; line-height: 30px; }
	.testimonials-leave-review{ margin-top: 30px; }
	.testimonials-leave-review a{ padding: 10px 30px; font-size: 14px; font-weight: normal; border-width: 1px; }

	.projects{ padding: 50px 0; }
      .projects .section-title a{ display: none; }
	.projects-content-item{ margin-top: 15px; margin-bottom: 0; }
      .projects-content-item .overlayer h4{ font-size: 18px; }
      .project-link{ display: block; margin-top: 5px; }
      .project-link a{ padding: 10px 30px; font-size: 14px; }

	.footer{ padding: 50px 0 30px; }
      .footer-about-us{ margin-bottom: 0; }
      .footer-about-us h2{ margin-top: 0; font-size: 20px; }
      .footer-about-us p{ margin: 15px 0 0; padding-right: 0; font-size: 14px; line-height: 24px;  }
	.footer-content h4{ font-size: 18px; margin: 30px 0 15px; }
      .footer-area-corverd ul li{ font-size: 14px; }
      .footer-logo{ text-align: center; margin-top: 15px; }
      .footer-logo img{ margin-top: 15px; }
      .footer-contact-info ul li{ font-size: 14px; }

	.copyright{ padding: 15px 0; }
	.copyright-content p span{ display: block; }

	/*===== Slider Section =====*/
	#owl-demo .owl-pagination{ width: 100%; top: 85%; }
	#owl-demo1 .owl-buttons .owl-prev{ top: 40%; left: -10px; background: #fff; color: #000; }
	#owl-demo1 .owl-buttons .owl-next{ top: 40%; right: -10px; background: #fff; color: #000; }
      #owl-demo2 .owl-buttons .owl-prev,
      #owl-demo2 .owl-buttons .owl-next{ top: calc(100% - 40px); }

	/*===== Page Section =====*/
	.breadcrumb{ padding: 30px 0; }
	.breadcrumb-content{ padding: 15px; }
	.breadcrumb-content h4{ font-size: 14px; }
	.content-banner ul li{ height: 2px; }
	.content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 26px; }
	.content ul li span{ font-size: 14px; line-height: 26px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 1px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 14px; }
	.testimonials-page p{ padding: 0; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; }
	.btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
	.quoet-address{ margin-top: 15px; }
	.quoet-address ul{ margin-bottom: 15px; }
	.quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
	.quoet-address ul li span{ font-size: 16px; }
	.free-estimate-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
	
}