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

/*===== Custome Fonts =====*/
@font-face{ font-family:"sfregular"; src:url("../fonts/sfregular.otf"); }


/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 	14px; font-weight: normal; color: #333; font-family: 'Viga', 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: 'Viga', sans-serif; }

a[href^=tel] { text-decoration:inherit; color: inherit; }
a[href^=mailto] { 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: 50px; height: 50px; padding-top: 12px; font-size: 20px; border-radius: 50%; opacity: 1; color: #fff; background: #333; border: #333 solid 2px; -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: #fff; color: #333; }

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

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }

/*Header Navigation*/
.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: none; }
.navbar{ margin-top:0; margin-bottom: 0; background: transparent;  min-height: auto;}
.header-navigation{min-height:auto; width:100%;  }
.navbar-inverse .navbar-nav{ display: block; margin:0; padding: 0; float:none; display: flex; justify-content: space-between; align-items: center; }
.navbar-inverse .navbar-nav li{ list-style: none; float: left; margin: 0;}
.navbar-inverse .navbar-nav li:last-child{ margin-right: 0;}
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0; margin: 0; padding-right: 20px;  border-radius: 0; color: #000; background: transparent; font-size: 17px; font-family: 'Viga',sans-serif; text-align: center; text-transform: uppercase; text-decoration: none; font-weight: 500; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; letter-spacing: .9px;}
.navbar-inverse .navbar-nav li:last-child a{ padding: 15px 18px; background: #437BEA; color: #fff; border-radius: 10px; border: 1px solid transparent;}
.navbar-inverse .navbar-nav li:last-child:hover a{border: 1px solid #437BEA;}
.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{ color: #437BEA; background: transparent;}
.navbar-background{position: relative; background: transparent;}

/*===== 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-image: linear-gradient( 206.8deg, #437BEA 19.1%, rgb(133 105 42) 109.8% ); 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; }
.logo{margin: 15px 0;}
.mobile_slideLogo{ display: block; margin-top:10px; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto; border:1px solid #fff; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background:#437BEA; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; margin-bottom:5px;}
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 13px; border-radius:50px; font-weight: 400; border-radius: 50px; position: relative; overflow: hidden; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #437BEA; 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: #437BEA;  border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 12px; 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: 9; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; border: #333 solid 1px; background: #333; color: #fff; font-size: 24px; text-align: center; padding: 12px 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); color: #fff; background: #333; border-color: #333; }
.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: 11px; bottom: 11px; z-index: 1; width: 50px; height: 50px; border-radius: 50%; border: none; background: #6f729a; color: #fff; font-size: 24px; 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: 162px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 112px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 62px; background: #f23ece; color: #fff; }
/*more*/
.more{display: block; text-align: center;}
.more a{text-decoration: none; display: inline-block; font-size: 16px; font-family: "Viga",sans-serif; color: rgb(255, 255, 255); padding: 10px 30px; background: #FFCC00; border:1px solid transparent; border-radius: 10px; transition: all linear .3s; margin-top: 20px;}
.more a:hover{background:#fff; color: #FFCC00; border: 1px solid #FFCC00; transform: translateY(-2px);}

/*title-section*/
.title-section{display: block; text-align: center;}
.title-section h4{ font-size: 22px; font-family: "Viga",sans-serif; color: #437BEA; font-weight: bold; text-transform: uppercase; margin-bottom: 25px; position: relative; z-index:1; display: inline-block;}
.title-section h4 span{font-size: 22px; font-family: 'Viga',sans-serif; font-weight: bold; color: #000; }
.title-section h2{font-size: 48px; font-family: "Viga",sans-serif; color: rgb(255, 255, 255); line-height: 36px; margin-bottom:35px;}
.title-section h2 span{font-size: 48px; font-family: "Viga",sans-serif; color: #FFCC00; line-height: 36px; margin-bottom:35px;}
.title-section h3{margin-bottom: 30px; font-size: 40px; line-height: 45px; font-family: 'Viga',sans-serif; color: #000; text-transform: capitalize;}
.title-section h5{margin-bottom: 20px; font-size: 20px; font-family: 'Viga',sans-serif; color: #437BEA; text-transform: uppercase;}
.title-section p{margin-bottom: 20px; font-size: 18px; font-family: 'Viga',sans-serif; color: #fff; line-height: 30px;}

/*transition*/
.transition{transition: all linear .3s;}
/*header*/
.top-header{position: relative; background: #111111; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; margin-left: 30px; z-index: 1;}
.top-header::before{content: ''; position: absolute; left: -5%; top: 0; background: #437BEA; transform: skew(-33deg); width: 170%; height: 100%; z-index: -1;}
.top-header ul li{display: flex; justify-content: flex-start; align-items: center; width: 50%; font-size: 14px; font-family: "Viga",sans-serif; color: rgb(255, 255, 255); list-style: none;}
.top-header ul li span{float: left; margin-right: 15px;}
.top-header ul li span .fa{font-size: 28px; color: #ffca00;}
.top-header ul li h3{font-size: 14px; font-family: 'Viga',sans-serif; color: #fff; font-weight: 400;}
.top-header ul li img{float: left; border: 1px solid #437BEA; padding: 10px; margin-right:10px;}
.top-header ul{width: 70%; display: flex; justify-content: flex-start; align-items: center;}
.top-header a{display: inline-block; text-decoration: none; height:24px; width:24px; background: #fff; padding-top: 2px; border-radius: 5px; color: #000; font-size: 14px; font-weight: bold; text-align: center; margin-left:5px; transition: all linear .3s;}
.top-header a:hover{background:#846c33; color: #437BEA;}
.top-header h4{color: #fff; font-family: 'Viga',sans-serif; font-size: 16px; font-weight: 400;}
/*bottom-header*/
.bottom-header{display: flex; justify-content: space-between; align-items: center; margin: 20px 0; margin-left: 30px; overflow: hidden;}
.bottom-header .header-navigation{width:100%; }
.bottom-header .free-consultation{width:20%; display: block; text-align: right;}
.bottom-header .free-consultation a{  font-size: 17px; font-family: "Viga"; color: rgb(255, 255, 255); border:2px solid #437BEA; padding:10px 20px; border-radius: 50px; text-decoration: none; transition: all linear .3s;}
.bottom-header .free-consultation a:hover{background: #437BEA;}
/*section-banner*/
.section-banner img{width:100%;}
.section-banner .banner-image{position: relative; z-index:1;}
.section-banner .banner-image .banner-content{text-align: left; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.section-banner .banner-image .banner-content h2{margin-bottom: 25px; text-transform: uppercase; text-shadow: -1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000; font-size: 40px; font-family: "Viga",sans-serif; color: #FFCC00; line-height: 1.25;}
.section-banner .banner-image .banner-content p{margin-left: 20px; font-size: 24px; font-family: 'Viga',sans-serif; color: #FFCC00; text-shadow: -1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;}

/*home*/
.home{padding:60px 0;}
.home .title-section{text-align: left;}
.home .title-section h2{margin-bottom:20px;}
.home-content{}
.home-content p{font-size: 16px; font-family: "Viga",sans-serif; color: rgb(0, 0, 0); line-height: 28px; text-align:justify;}
.home .more{text-align: left; margin-top: 20px;}
.home .more a{margin-top: 0; background: #FFCA00; color: #000;}
.home-image{position: relative; z-index: 1;}
.home-image-content{width: 135px; height: 115px; position: absolute; bottom: -10%; left: -10%; background: #437BEA; text-align: center; border-radius: 10px; z-index: -1;}
.home-image-content h4{text-align: left; margin-top: 20px; font-size: 18px; font-family: 'Viga-Medium'; color: #2e2e2e; }
.home-image-content h4 span{display: block; font-size: 24px; font-family: 'Viga-SemiBold'; color: #2e2e2e; }
.home .more{display: flex; justify-content: space-between; align-items: center;}
.more-btn a{background: transparent !important; border: none;}
.more-btn a:hover{border: none;}

/*workmanship*/
.workmanship{padding: 80px 0; position: relative; background: url(../images/workmanship-bg.jpg)no-repeat center; background-size: cover;}
.workmanship .title-section h2{color: #fff;}
.workmanship .title-section p{color: #fff; font-family: 'Viga',sans-serif; font-size: 18px; line-height: 30px;}
/*services*/
.services{padding: 80px 0; background: #181717;}
.services .title-section h3{color: #fff;}
.services-block{ display: block; text-align: center; position: relative; overflow: hidden; z-index: 1;}
.services-block ul{display: flex; justify-content: space-between; }
.services-block ul li{ padding: 20px 30px; border-radius: 10px; display: inline-block; width: 32%; border: 1px solid transparent; margin-bottom: 30px;}
.services-block ul li:hover .service-image::before{visibility: visible;}
.services-block ul li:hover .service-content span{background: #437BEA;}
.services-block ul li:hover .service-content span img{filter: invert(1) brightness(10);}
.services-block ul li:hover{border: 1px solid #FFCC00;}
.services-block ul li:hover .service-image{transform: scale(1.1);}
.services-block ul li:hover .service-content h3{color: #437BEA;}
.service-image{position: relative; transition: all linear .3s;}
.service-image::before{visibility: hidden; content: ''; position: absolute; left: 0; top: 0; background: #437BEA; opacity: .57; width: 100%; height: 100%; border-radius: 10px; transition: all linear .3s;}
.service-image img{width: 100%; transition: all linear .3s;}
.service-content span{position: relative; margin: 0 auto; background: #fff; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: all linear .3s;}
.service-content span .fa{color: #fff; font-size: 30px; }
.service-content h3{margin-top: 20px; font-size: 24px; font-family: 'Viga',sans-serif; font-weight: 500; color: #fff; line-height: 30px; transition: all linear .3s;}
.service-content p{margin-top: 10px; font-size: 15px; font-family: 'Viga',sans-serif; color: #fff; line-height: 26px; transition: all linear .3s;}
/*===== Process Section =====*/
.process-section{ position: relative; padding: 70px 0; z-index: 1; }
.process-section .title-section{text-align: center;}
.process-section .title-section h3{margin-bottom: 70px;}
.process-section .title-section p{color: #fff;}
.process-block{text-align: center;}
.process-block ul{display: flex; justify-content: space-between; align-items: center;}
.process-block ul li{position: relative; padding: 12px; display: inline-block; width: 25%; background: #437BEA; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border-radius: 10px;}
.process-block ul li::before{content: ''; position: absolute; background: url(../images/arrow.png)no-repeat; left: 125%; top: 50%; transform: translate(-50%,-50%); width: 110px; height: 30px;}
.process-block ul li:last-child::before{display: none;}
.process-block ul li h3{margin-top: -25px; color: #fff; font-size: 20px; font-family: 'Viga',sans-serif; line-height: 30px;}
.process-block ul li h3 span{display: block; color: #fff; font-size: 20px; font-family: 'Viga',sans-serif; }
.process-block ul li p{margin-top: 10px; color: #fff; font-size: 16px; font-family: 'Viga',sans-serif; line-height: 28px;}
.process-block ul li .process{position: relative; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border-radius: 10px; display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; border: 1px solid #fff; }
.process-block ul li .process span{background: #FFCC00; position: absolute; right: -20%; top: -20%; font-size: 18px; font-family: 'Viga',sans-serif;  display: flex; justify-content: center; align-items: center; color: #fff; font-family: 'Viga',sans-serif; border: 1px solid #fff; width: 40px; height: 40px; border-radius: 50%; transition: all linear .3s; }
.process-block ul li .process img{transition: all linear .3s;}
.process-block ul li:hover .process{background: #FFCC00;}
.process-block ul li:hover .process img{filter: brightness(0) invert(1);}
.process-block ul li:hover .process span{background: #FFCC00; color: #fff;}
/*testimonials*/
.testimonials{position: relative; padding: 80px 0; background: url(../images/testimonial-bg.jpg)no-repeat center center; background-size: cover;}
.testimonials .title-section h3{color: #fff;}
.testimonials .testimonials-slider{margin-top: 60px; margin-bottom: 30px; background: transparent; border: 1px solid #fff; padding: 50px 40px; display: block; text-align: center; position: relative; border-radius: 0; z-index:1; }
.testimonials .testimonials-slider::before{content:''; background: url(../images/quote.png)no-repeat; position: absolute; transform: translate(-50%,0); left: 50%; top: -15px; width: 100px; height: 100px;}
.testimonials .testimonials-slider p{font-size: 18px; font-family: "Viga",sans-serif; color: rgb(255, 255, 255); line-height: 2; text-align: center;}
.testimonials .testimonials-slider h4{font-size: 24px; font-family: "Viga",sans-serif; color: #fff; margin-top:10px;}

/*===== Project Sections =====*/
.projects{ padding: 80px 0 60px; background: #fff; margin-bottom: 0; }
.projects .title-section{margin-bottom: 0;}
.projects ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.project-content-item:hover{ transform: translateY(-5px); box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.project-content-item img{ width: 100%; height: auto; }
.project-content-item a{ position: absolute; top: 5%; left: 5%; width: 90%; height: 90%; display: flex; justify-content: center; align-items: center; font-weight: 700; color: #437BEA; background: transparent; text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.project-content-item a .fa{ opacity: 0; }
.project-content-item a.overlayer-box{ background: rgba(255,255,255,0.7); }
.project-content-item a:hover{ background: rgba(255,255,255,0.7); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(255,255,255,0.7); }

/*Quote Section*/
.quote{position: relative; margin: 60px 0; padding: 75px 0; background: url(../images/quote-bg.png)no-repeat center center; background-size: cover;}
.quote-left-block{padding-right: 40px;}
.quote .title-section{text-align: left; }
.quote .title-section h3{font-size: 48px; font-family: 'Viga',sans-serif;color: #FFCC00; line-height: 60px;}
.quote .title-section p{margin-top:20px; font-size: 18px; font-family: "Viga",sans-serif; color: rgb(255, 255, 255); line-height: 30px; text-align: justify;}
.quote .more{text-align: left;}
.quote-wrapping{position: relative; padding: 60px 30px; background: url(../images/quote-form-bg.jpg)no-repeat center center; background-size: cover; }
.quote-wrapping::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(231.59deg, #437BEA 29.43%, rgba(219, 219, 219, 0) 116.45%); border-radius: 5px; transform: rotate(-180deg);}
.quote-wrapping .home-free-estimates-formstyle{padding:23px; background-color: rgb(249, 249, 249); border-radius: 0; margin-bottom: 10px;}
.quote-wrapping .home-free-estimates-formstyle::placeholder{color: #303d26; font-family: 'Viga',sans-serif; font-size: 14px;}
.quote-wrapping .form-bottom{display:block; text-align: center;}
.quote-wrapping .form-bottom .home-estimates-btn{font-size: 18px; font-family: "Viga",sans-serif; color: #fff; background: transparent; border: 1px solid #fff; width: 100%; padding: 10px 0; border-radius: 10px;}

/*Contact Details*/
.footer{background:#1F1F1F; padding:60px 0;}
.footer-section h3{font-size: 36px; font-family: 'Viga',sans-serif; color: #437BEA;}
.footer-section p{font-size: 16px; font-family: 'Viga',sans-serif; color: #fff; line-height: 25px; margin-bottom: 15px; padding-right: 50px; text-align: justify; text-align-last: left; margin-top: 30px;}
.footer h4{display: inline-block; position: relative; font-size: 24px; font-family: "Viga",sans-serif; color: #FFCC00;margin-bottom: 20px; border-bottom: 1px solid #FFCC00;}
.footer .quick-links ul li{position: relative; list-style: none; font-size: 18px; font-family: "Viga",sans-serif; color: #fff; line-height: 2; }
.footer .quick-links ul li span{font-size: 18px; font-family: "Viga",sans-serif; color: #437BEA;}
.footer .quick-links ul li a{text-decoration: none; display: block; color: #000;}
.footer-section{margin-bottom: 20px;}
.footer-contact ul li{position: relative; list-style: none; list-style: none; margin-bottom: 15px;}
.footer-contact ul li span{float: left; width: 37px; height: 37px; background: #437BEA; display:flex; justify-content: center; align-items: center; margin-right: 20px;}
.footer-contact ul li span .fa{color: #fff; font-size:18px;}
.footer-contact ul li p{font-size: 16px; font-family: "Viga",sans-serif; color: #fff; line-height: 1.7;}
.area-covered ul li::before{content: ''; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%); background: #437BEA; width: 10px; height: 10px; border-radius: 50%; }
.area-covered ul li{padding-left: 10px; margin-bottom: 5px; display: block; font-size: 19px; font-family: 'Viga',sans-serif; font-weight: bold; color: #000;}
.military-img {margin: 10px 0;}
.military-img img{width: 100%;}

/*===== copyright Section =====*/
.copyright{ margin: 0; padding: 10px 0; background: #050505; border-top: 1px solid #fff;}
.copyright p{ color: #fff; font-size: 14px; text-align: center; font-size: 16px; font-family: "Viga",sans-serif; color: rgb(252, 252, 252); font-weight: 500;}
.copyright p a{font-family: 'Viga',sans-serif; font-size: 16px; font-weight: 400; color: #437BEA; text-decoration: none;}
/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 92%; transform: translate(-50%,-50%); z-index: 9; display: none;}
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #ff0000; }

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left: -40px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #333; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 4px; border: #333 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -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; right: -90px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #333; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; padding-top: 4px; border: #333 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -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: #333; color: #333; }

#owl-demo-testimonials .owl-pagination{ display: none }
#owl-demo-testimonials .owl-buttons .owl-prev{ position: absolute; left: -58px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1;  border: #fff solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-next{ position: absolute; right: -111px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1; border: #fff solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-prev:hover,
#owl-demo-testimonials .owl-buttons .owl-next:hover{ background: #fff; color: #437BEA; }

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; left: 85%; top: 110%; z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #333; border: none; opacity: 1; -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-pagination .active span{ transform: scale(2,2); background: #333; }

#owl-demo3 .owl-pagination{ display: none }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; left: 46%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-next{ position: absolute; left: 54%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #333; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-left: 10px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev:hover,
#owl-demo3 .owl-buttons .owl-next:hover{ background: #fff; color: #333; }

/*===== Content Pages =====*/
.content-banner{ padding:20px 0; background: url(../images/banner1.png) center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #333; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #333; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.content-banner a:hover{ color: #333; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0 100px; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .underline-style{ display: block; margin-bottom: 30px; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #333; font-weight: 900; margin-bottom: 10px; font-family: 'Viga', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #333; font-weight: 900; margin: 20px 0 10px; font-family: 'Viga', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family: 'Viga', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; font-family: 'Viga', sans-serif; }
.content p span{ font-size: 20px; color: #333; margin: 0; font-weight: bold; font-family: 'Viga', sans-serif; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'Viga', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #333; font-family: 'Viga', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #666; font-family: 'Viga', sans-serif; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #333; 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: #333; 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: #333; 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: #333; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #333; 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: #333; 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: #333; 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: 450px; 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; }
.form_section .fa{ position: absolute; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: 174px; }

/*===== 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; font-weight: 700; color: #666; }
.quoet-address ul li a{ color: #333; }

/*===== 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: #333; 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: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: 174px; }

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

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

.logo{display: block; text-align: center;}
.bottom-header{flex-direction: column;}
.bottom-header .free-consultation{width:100%;}
.bottom-header .header-navigation{width: 100%;}
.section-banner .banner-image .banner-content h2{width: 90%; font-size: 32px;}
.home-image img{width:100%; height: auto;}
.footer-logos p{margin-bottom: 30px;}

.top-header ul li span .fa{font-size: 18px;}
.top-header h4{font-size: 14px;}
.top-header a{width: 20px; height: 20px; font-size: 12px;}
.home-content{margin-top: 25px;}
.title-section h2{font-size: 40px; line-height: 35px;}
.services-block ul li{width: 100%;}
.quote .title-section h3{font-size: 40px; line-height: 45px;}
.quote .title-section h3 span{display: inline-block;}
.quote-block ul{flex-direction: column;}
.quote-block ul li{margin-bottom: 15px;}
.quote-block ul li,.quote-block ul li:first-child{width: 100%;}
.quote-left-block{padding-right: 20px;}
.footer-section{margin-bottom: 30px;}

}
@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 =====*/
	.home,.workmanship,.services,.process-section,.testimonials,.gallery,.quote{padding: 50px 0;}
	.logo{margin: 0;}
	header{padding-top: 57px;}
	.top-header ul,.top-header{display: block; text-align: left; margin:0; }
	.top-header ul li:first-child{padding-right: 0; margin-right: 0; border:0;}
	.top-header{display: block; border:0;}
	.bottom-header .free-consultation a{display: block; text-align: center; margin: 10px 0;}
	.top-header ul{margin:20px 0;}
	
	.section-banner .banner-image .banner-content{width: 100%;}
	.section-banner .banner-image .banner-content h2{font-size: 20px;}
	.section-banner .banner-image .banner-content p{margin-left: 0; font-size: 16px;}

	.home .title-section{margin-top: 30px;}

	.banner-bottom ul{flex-direction: column;}
	.banner-bottom ul li{width:100%; margin-top: 15px;}
	.home-content{padding-left: 0;}
	.services-block{margin:10px 0;}
	.testimonials .item{margin:2px;}
	.quote .title-section p{padding-right: 0; line-height: 2;}
	.quote .more a{margin-bottom: 30px;}
	.consulting-wrapping{padding: 40px; margin-bottom: 30px;}
	.footer-logos p{padding-right: 0; text-align:left;}
	.quick-links img{margin-bottom: 30px;}

	.services-block ul{flex-direction: column;}

	.top-header ul{width: 100%;}
	.top-header ul li{width: 100%; margin-bottom: 20px;}
	.top-header ul li h3{text-align: left;}
	.top-header ul li p{text-align: left;}
	.feature .feature-block ul li{width: 100%; font-size: 14px;}
	.quote::before{background: transparent;}
	.footer-logos img{margin-bottom: 15px;}	
	.footer{padding: 30px 0;}
	.footer .quick-links{padding-right: 0;}

	.title-section h3{margin: 20px 0; font-size: 26px; line-height: 30px;}
	.title-section h2{font-size: 30px; margin-bottom: 20px;}
	.title-section h2 span{font-size: 30px; margin-bottom: 20px;}
	.title-section p{font-size: 16px;}
	.more a{padding: 12px 35px; font-size: 15px; margin-top: 10px;}
	.top-header::before{left: -10%; transform: none;}
	.top-header h4{display: inline-block;}
	.social-icon{display: inline-block;}
	.home-image-content img{width: inherit;}
	.home-image-content h4{font-size: 15px; margin-top: 10px;}
	.home-image-content{bottom: -5%;left: -4%;}
	.home-content p{font-size: 16px; line-height: 29px;}
	.workmanship .title-section p{font-size: 16px; line-height: 30px;}
	.services-block ul li{width: 100%;}
	.process-block ul{flex-direction: column;}
	.process-block ul li{width: 100%; margin-bottom: 90px;}
	.process-block ul li:last-child{margin-bottom: 0;}
	.process-block ul li::before{display: none;}
	.testimonials .testimonials-slider p{font-size: 16px;}
	.testimonials .testimonials-slider{padding:30px 20px;}
	.quote-left-block{padding-right: 0;}
	.quote .title-section h3{font-size: 32px; line-height: 32px;}
	.quote .title-section h3 span{display: inline-block;}
	.quote-block{margin: 20px 0;}
	.quote-block ul{flex-direction: column;}
	.quote-block ul li:first-child,.quote-block ul li{width: 100%;}
	.footer h4::after{width: 90%;}
	.footer-section{margin-bottom: 30px;}
	.footer-section p{padding-right: 0; line-height: 30px;}
	.quick-links{margin-bottom: 30px;}
	.projects{padding: 50px 0;}
	.footer-contact ul li p{font-size: 14px;}
	.footer-section h3{font-size: 24px;}
	.more-btn a{padding: 0;}


	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 30px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo2 .owl-pagination{ top: 90%; }
	#owl-demo3 .owl-buttons .owl-prev{ left: 40% }
	#owl-demo3 .owl-buttons .owl-next{ left: 60%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content .underline-style{ margin-bottom: 15px; }
	.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: 24px; }
	.content ul li span{ font-size: 14px; line-height: 24px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 5px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 18px; }
	.testimonials-page p{ padding: 0; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 23px; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; height: 40px; }
	.form_section .sms{ width: 40px; height: 174px; }
	.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; }
	}
}