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

/*===== Custome Fonts =====*/
@font-face{ font-family:"aus"; src:url("../fonts/aus.ttf"); }
@font-face{ font-family:"per"; src:url("../fonts/per.ttf"); }
@font-face{ font-family:"bangle"; src:url("../fonts/bangle.ttf"); }
/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Poppins', 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: 'Poppins', 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: #ff834a; border: #ff834a 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: #ff834a; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #ff834a; }
.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:85px; display: flex; justify-content: flex-end; align-items: center; }
.navbar-inverse .navbar-nav{ display:flex; justify-content: center; align-items: center; margin: 0; padding: 0; float: none; }
.navbar-inverse .navbar-nav li{ list-style: none; margin: 0; }
.navbar-inverse .navbar-nav li:first-child{ margin-left: 0; }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 0 15px; margin: 0; border-radius: 0; background: transparent; font-size: 14px; font-weight: 500; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Poppins', sans-serif; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; color:#000;}
.navbar-inverse .navbar-nav li p{ position: relative; display: inline-block; padding: 0 15px; margin: 0; border-radius: 0; background: transparent; font-size: 14px; font-weight: 500; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Poppins', sans-serif; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; color:#000; cursor: pointer;}
.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: #ff834a; background: transparent; }
.navbar-inverse .navbar-nav li:last-child a{padding-right:0;}

.navbar-inverse .mega-menu{position: absolute; top:100%; left:0; width:160%; display: none;}
.navbar-inverse .mega-menu li a{display:block; background:#ff834a; color:#fff; width:100%; text-align: left; padding:10px; text-transform: capitalize; font-weight:300; font-size:15px; border:1px solid #fff;}
.navbar-inverse .mega-menu li a:hover{background:#eee; color:#000; padding-left:20px; }
.navbar-inverse .navbar-nav li:hover .mega-menu{display: inherit;}

/*===== 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:#001840; 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; 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; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background:#001840; 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 p{ 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{ 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:#333; 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:#333; border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #333 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: #ff834a solid 1px; background: #ff834a; color: #fff; font-size: 24px; text-align: center; padding: 0; -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; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #ff834a; border-color: #ff834a; }
.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: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; }

/*title section*/
.title-section{display: block;text-align: center;}
.title-section p{font-size:14px; text-transform:capitalize; color:#686868; margin-bottom:10px;}
.title-section h2{font-size:26px; font-weight:700; text-transform: uppercase; margin-bottom:30px; color:#000;}
.title-section h1{font-size:26px; font-weight:700; text-transform: capitalize; margin-bottom:30px; color:#000;}
.title-section h2 span{font-weight:400;}

/*.modal-content*/
.modal-content .more a{margin-top:20px;}
.modal-content .more {text-align: left;}
.modal-content p{margin-bottom:15px; line-height:28px;}
.modal-content h4{margin-bottom:15px;}

/*more button*/
.more{display: block; text-align: center;}
.more a{text-decoration: none; padding:13px 35px; background:#ff834a; display: inline-block; border-radius:5px; text-decoration: none; color:#fff; text-transform: capitalize; letter-spacing:0.4px; margin-top:35px; transition: all linear 0.3s; border:1px solid #ff834a; font-size:14px;}
.more a:hover{background:transparent; color:#ff834a;}
/*header*/
.top-header{background:#565656; padding:10px 0;}
.top-header p{color:#fff; font-size:13px; letter-spacing:0.5px;}
.top-header .top-header-right{display: flex; justify-content: flex-end; align-items: center; position: relative; z-index: 2;}
.top-header .top-header-right p{margin-right:15px;}
/*.bottom-header*/
.bottom-header{position: relative; z-index:1;}
.bottom-header::before{content:''; position: absolute; top:100%; left:50%; transform: translate(-50%,-50%); height:1px; background:#ccc; width:75%; z-index:-1;}
.bottom-header-list{min-height:90px; display: flex; align-items: center;}
.bottom-header ul li{list-style:none; font-size:14px; color:#303030; display: inline-block; margin-right:100px; letter-spacing:0.2px;}
.bottom-header ul li:last-child{margin-right:0;}
.bottom-header ul li span{display: block; color:#ff8a54; font-size:16px; font-weight:500; margin-bottom:3px;}
.bottom-header .bottom-header-estimate{display: flex; justify-content: space-between; align-items: center; min-height: 90px;}
.bottom-header .bottom-header-estimate a{display: block; padding: 10px 12px; text-align: center; background:#ff834a; color:#fff; text-decoration: none; font-size:18px; font-weight:700;}
/*header-nav-wrap*/
.header-nav-wrap{padding:10px 0;}
/*section-banner*/
.section-banner {position: relative; z-index: 1;}
.section-banner img{width:100%;}
.section-banner .form-block{padding:30px; background:#fff; min-height:480px; width:500px; position: absolute; top:50%; left: 80%; transform: translate(-50%,-50%); z-index: 2;}
.section-banner .home-free-estimates-formstyle{background:#f8f8f8; border-radius:0; border:none; padding:24px 20px; box-shadow: none;}
.section-banner .home-free-estimates-drop{background:#f8f8f8; border-radius:0; border:none; padding:5px; min-height:48px; box-shadow: none;}
.section-banner .home-free-estimates-formstyle::placeholder{color:#503131;}
.section-banner .home-free-estimates-send{ font-size:16px; display:inline-block; border:1px solid #fea176; background:#fea176; font-size:16px; min-height:45px; width:200px; color:#000; border-radius:50px; margin-top:10px;}
.section-banner .send-btn{display: block; text-align: center;}
/*home*/
.home{padding:50px;}
.home-wrapper{padding:50px; background:#f8f8f8;}
.home .title-section h1 span{display: inline-block; font-weight:400;}
.home .home-content p{font-size:14.4px; letter-spacing:0.4px; text-align: center; line-height:32px;}
.home .more a{margin-top:20px;}
/*offers*/
.offers-block{background:url(../images/offers1.png); padding:30px; min-height:300px; display: flex; flex-direction:column; justify-content:space-between;}
.offers-block-two{background:url(../images/offers2.png);}
.offers-block p{color:#fff; font-weight:300; font-size:15px; line-height:32px;}
.offers-block span{display:inline-block; font-weight:600; text-align: justify;}
/*services*/
.services{padding:50px 0;}
.service-block{border:1px solid #acacac; padding:15px 10px 15px 15px; transition: all linear 0.3s;}
.service-block span{height:65px; width:65px; border:1px solid #acacac; display: flex; justify-content: center; align-items: center; float: left; margin:0 15px 100px 0; border-radius:20px; transition:all linear 0.3s;}
.service-block span img{transition:all linear 0.3s;}
.service-block h3{font-size:18px; text-transform:uppercase; font-weight:600; letter-spacing:0.6px; margin:20px 0 12px; transition:all linear 0.3s;}
.service-block p{letter-spacing:0.5px; font-family: 'Open Sans', sans-serif; font-weight:600; line-height:27px; transition:all linear 0.3s;}
.service-block:hover span{background:#ff834a; border-color:#ff834a; }
.service-block:hover img{filter:invert(1);}
.service-block:hover h3{color:#ff834a;}
.service-block:hover{border-color:#ff834a; box-shadow: 0 0 40px -5px rgba(0,0,0,0.2);}
/*gallery*/
.gallery{ padding:20px 0 50px; }
.gallery .title-section h2{text-align: center; margin-bottom:50px;}
.gallery .title-section p{text-align: center; text-transform: capitalize;}
.gallery .gallery-image-block ul li{ list-style:none; float: left; width:24.99%;}
.gallery .gallery-image-block ul li .gallery-img{ position:relative; z-index:1; overflow:hidden; }
.gallery .gallery-image-block ul li .gallery-img img{ width:100%; transition:all linear 0.3s; }
.gallery .gallery-image-block ul li .overlayer{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:100%; width:100%; background:rgba(0,0,0,0.7); z-index:2; opacity:1; transition:all linear 0.3s; opacity: 0;}
.gallery .gallery-image-block ul li .overlayer .fa{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:60px; width:60px; background:#fff; font-size:25px; border-radius:50px; color:#000; text-align:center; padding-top:20px; z-index:3; }
.gallery .gallery-image-block ul li:hover .gallery-img img{ transform:scale(1.4,1.4); }
.gallery .gallery-image-block ul li:hover .gallery-img .overlayer{ top:50%; opacity:1; }
.gallery .more{display: block; text-align: center;}
.gallery .more a{ margin-top:40px; }
/*brands*/
.brands{padding-bottom:50px;}
.brand-block{min-height:120px; border:1px solid #ff834a; border-radius:5px; margin:10px; display: flex; justify-content: center; align-items: center;}
/*testimonials*/
.testimonials{padding:50px 0 50px; background:url(../images/testimonial-bg-image.jpg)center center no-repeat; background-size: cover;}
.testimonials .title-section p{color:#fff; font-size:17px; font-weight:600; text-transform: uppercase; letter-spacing:0.6px;}
.testimonials .title-section h2{font-weight:700; color:#fff; letter-spacing:0.6px; margin-bottom:60px;}
.testimonials-slider{display: block; text-align: center;}
.testimonials-slider h4{color:#fff; font-size:20px; letter-spacing:0.2px; font-weight:600; margin-bottom:40px;}
.testimonials-slider p{color:#fff; font-size:16px; letter-spacing:0.2px; line-height:34px; font-weight:300; }
.testimonials .more a{margin-top:80px;}
/*google-map*/
.google-map{height:500px;}
/*home-free-estimate-form*/
.home-free-estimate-form{padding:50px 0; background:#f8f8f8; }
.home-free-estimate-form .contact-details .title-p{font-weight:300; margin-bottom:15px; font-size:14px;}
.home-free-estimate-form .contact-details p{font-weight:400; margin-bottom:15px; font-size:14.5px; text-align:justify; line-height:34px;}
.home-free-estimate-form .contact-details h4{font-weight:700; margin-bottom:15px; color:#503131;}
.home-free-estimate-form .contact-details ul li{list-style:none; width:33%; text-align: center; float:left; margin:0; font-weight:500; color:#503131;}
.home-free-estimate-form .contact-details ul li span{display: flex; justify-content: center; align-items: center; min-height:65px; border-bottom:7px solid #fea176; width:90%; margin:0 auto 15px;}
.home-free-estimate-form .contact-details ul li span img{margin-right:15px;}
.home-free-estimate-form .contact-details h3{font-size:17px; font-weight:600; display: block; margin-top:175px;}
.home-free-estimate-form .contact-details h3 span{display: block; margin-top:10px;}

/*===== Contact Section =====*/
.contact{padding:50px 0; background:#fea176;}
/*=====================*/
.social-nav { padding: 0; list-style: none; display: flex; justify-content: center; align-items: center;}
.social-nav li { display: inline-block; margin:0 30px; }
.social-nav a { display: inline-block; float: left; width: 48px; height: 48px; font-size: 20px; color: #FFF; text-decoration: none; cursor: pointer; text-align: center; line-height: 48px; background: #000; position: relative; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s;}
.model-2 a {overflow: hidden; font-size: 26px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 5px;}
.model-2 a:hover {
  background: #fff;
  text-shadow: 0px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #d5d5d5, 11px 11px #d5d5d5, 12px 12px #d5d5d5, 13px 13px #d5d5d5, 14px 14px #d5d5d5, 15px 15px #d5d5d5, 16px 16px #d5d5d5, 17px 17px #d5d5d5, 18px 18px #d5d5d5, 19px 19px #d5d5d5, 20px 20px #d5d5d5, 21px 21px #d5d5d5, 22px 22px #d5d5d5, 23px 23px #d5d5d5, 24px 24px #d5d5d5, 25px 25px #d5d5d5, 26px 26px #d5d5d5, 27px 27px #d5d5d5, 28px 28px #d5d5d5, 29px 29px #d5d5d5, 30px 30px #d5d5d5;
}
.model-2 .twitter {
  background: #00ACED;
  text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.model-2 .twitter:hover {
  color: #00ACED;
}
.model-2 .facebook {
  background: #3B579D;
  text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.model-2 .facebook:hover {
  color: #3B579D;
}
.model-2 .linkedin {
  background: #007BB6;
  text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.model-2 .linkedin:hover {
  color: #007BB6;
}
.model-2 .pinterest {
  background: rgb(255,164,19);
background: linear-gradient(90deg, rgba(255,164,19,1) 22%, rgba(240,21,88,1) 98%);
  text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.model-2 .pinterest:hover {
  color: #CB2026;
}

/*===== Footer Section =====*/
.copyright p{ color: #000; font-size: 12px; text-align: center; font-family:'Open Sans'; margin-top:20px;}
.copyright p a{ color: #ff0000; text-decoration: none; font-weight: 700; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 91%; transform: translate(-50%,-50%); z-index: 9; }
#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-demo-home-slider .owl-pagination,#owl-demo-home-slider .owl-buttons{ display: none; }
#owl-demo-home-slider .owl-pagination { position: absolute; left: 50%; top: 91%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo-home-slider .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo-home-slider .owl-pagination .active span{ background: #ff0000; }

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

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

#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: #ff834a; 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: #ff834a; }

#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: #ff834a; 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 #333; -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: #ff834a; 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 #333; -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: #ff834a; }

/*===== Content Pages =====*/
.content-banner{ padding: 30px 0 30px; background:#353333; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #ff834a; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #ff834a; -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: #ff834a; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .underline-style{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #ff834a; font-weight: 900; margin-bottom: 10px; font-family: 'Poppins', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #ff834a; font-weight: 900; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 18px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family: 'Poppins', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #333; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content p span{ font-size: 20px; color: #ff834a; margin: 0; font-weight: bold; font-family: 'Poppins', sans-serif; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'Poppins', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #333; font-family: 'Poppins', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #333; font-family: 'Poppins', sans-serif; }

.financing-page .more{text-align: left;}

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #ff834a; 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: #333 solid 1px; color: #333; }
.reviewsform input::placeholder{ color: #333; }
.reviewsform textarea::placeholder{ color: #333; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #ff834a; 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: #ff834a; 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: #ff834a; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #ff834a; 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 #333; -moz-box-shadow: 0 0 15px -5px #333; -o-box-shadow: 0 0 15px -5px #333; box-shadow: 0 0 15px -5px #333; }
.testimonials-page .panel-body p{ color: #ff834a; 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: #333; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #ff834a; 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: #333; }
.content .form-horizontal .form-group textarea::placeholder{ color: #333; }
.form_section .fa{ position: absolute; height: 50px; width: 50px; background: #333; 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: #333; }
.quoet-address ul li a{ color: #ff834a; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #333; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #333 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #ff834a; 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: #333; 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; }

/* Career Form Control */
.career-appliaction-form h5{ font-size: 24px; color: #333; font-weight: 700; margin: 30px 0 0; font-family: 'Poppins', sans-serif; }
.job-title-info span{ display: block; font-size: 20px; color: #ff834a; font-weight: 700; margin: 30px 0 15px; font-family: 'Poppins', sans-serif; }
.career-form-control{ height: 50px; background: #eee; color: #000; font-size: 16px; border-radius: 0; border: #ccc solid 1px; margin-bottom: 15px; }
.btn-career-form-control{ display: inline-block; padding: 15px 30px; color: #fff; background-color: #ff834a; border: none; border-radius: 0; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-career-form-control:hover{ background: #2ecc71; }

/*========== Responsive ==========*/
@media (max-width: 991px){
.bottom-header ul li{margin-right:20px;}
.bottom-header .bottom-header-estimate a{font-size:18px;}
.logo{display: block; text-align: center;}
.offers-block{margin-bottom:30px; background-size: cover;}
.home-free-estimate-form .form-block{margin-top: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: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{margin-top:57px;}
	.top-header p{text-align: center;}
	.top-header .top-header-right{text-align: center;}
	.bottom-header{margin-top:20px;}
	.bottom-header-list{justify-content: center;}
	.bottom-header ul li{width:100%; text-align: center; margin-bottom:15px; }
	.bottom-header .bottom-header-estimate a{margin-bottom: 15px;}
	.bottom-header .bottom-header-estimate{flex-direction: column;}
	.section-banner .form-block{width: 100%; position: relative; top: 0; left: 0; transform: translate(0,0);}
	.home{padding: 0;}
	.home-wrapper{padding:20px;}
	.title-section h1,.title-section h2{font-size:20px; line-height:32px;}
	.home .home-content p{font-size:14px;}
	.offers{padding-top:30px;}
	.service-block{margin-bottom:30px;}
	.service-block span{margin-bottom:135px;}
	.services{padding-bottom:0;}
	.gallery .gallery-image-block ul li{width:50%;}
	#owl-demo4 .owl-pagination{top:125%;}
	.google-map{height:300px;}
	.home-free-estimate-form .contact-details ul li{width:100%; margin-bottom:15px;}
	.home-free-estimate-form .contact-details h3{display: block; text-align: center;}
	.home-free-estimate-form .form-block{padding:10px; }
	.social-nav li{margin:0; }
	.modal-content{top:60px;}
	#owl-demo4 .owl-pagination{display: none;}
	.testimonials .more a{margin-top:30px;}
	/*===== jQuery Control =====*/
	#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; }
}