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

@font-face{ font-family:"Gulafree"; src:url("../fonts/Gulafree.otf"); }
@font-face{ font-family:"TrashPanda"; src:url("../fonts/TrashPanda.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; }

/*===== 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: #8fbd3b; border: #8fbd3b 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: #8fbd3b; }

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

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

/*===== Header Section =====*/
header{ display: block;}
header .header-info{background:#0d0404;}
header .header-info .top-content-icon ul{float: right;}
header .header-info .top-content-icon ul li{float: left; margin-left: -1px; list-style: none; height: 40px; width: 40px; border:1px solid #8fbd3b;  text-align: center; line-height: 38px; transition: all linear 0.3s;}
header .header-info .top-content-icon ul li .fa{transition: all linear 0.3s;}
header .header-info .top-content-icon ul li a{color:#fff;}
header .header-info .top-content p{color: #fff; line-height: 38px;}
header .header-info .top-content-icon ul li:hover{background:#8fbd3b;}
header .header-info .top-content-icon ul li:hover .fa{color:#fff;}

.header-navigation{ display: block; padding: 0; }
.header-navigation .logo{ position: relative; width: 100%; z-index: 9; background: transparent; display: block; padding: 5px 0; }
.navbar-inverse{ border: none; background: transparent; }
.navbar{ margin-top: 20px; margin-bottom: 0; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; float: right; }
.navbar-inverse .navbar-nav li{ list-style: none; float: left;   }
.navbar-inverse .navbar-nav li a{ position: relative; display: inline-block; padding: 15px; margin: 0; border: none; border: none; border-radius: 0; color: #0d0404; font-size: 14px; font-weight: 400; text-align: center; 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; }
.navbar-inverse .navbar-nav li a::before{ position: absolute; content: ""; top: 0%; left: 50%; transform: translate(-50%,0); height: 100%; width: 0; border-bottom: #6a9d0e solid 3px; -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 a:hover::before{ width: 100%; }
.navbar-inverse .navbar-nav li a:hover::before,
.navbar-inverse .navbar-nav li a:focus::before,
.navbar-inverse .navbar-nav .active a::before,
.navbar-inverse .navbar-nav .active a:hover::before,
.navbar-inverse .navbar-nav .active a:focus::before,
.navbar-inverse .navbar-nav li a:hover::before{ width: 100%; color:#fff; }
.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: #fff; background: #8fbd3b; }

/*===== 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: #8fbd3b; 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: 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: 100%; height: 100%; background: #191919; 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; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #8fbd3b 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: #8fbd3b; 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: #8fbd3b; border-radius: 5px; }

/*===== 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: #8fbd3b solid 1px; background: #8fbd3b; 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: #8fbd3b; border-color: #8fbd3b; }
.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: 65px; background: #3b5998; color: #fff; }

/*===== Banner Section =====*/
.section-banner{ display: block; margin: 0px; padding: 0px; }
.section-banner img{ width: 100%; }
.banner-cotent-box{ position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); width: 100%; height: auto; text-align: center; }

/*===== Home Welcome Section =====*/
.section-home{ position: relative; display: block; margin: 0; padding: 60px 0; background: #f2f3f5; }
.home-section-title{ position: relative; display: block; text-align: center; margin-bottom: 30px; }
.home-section-title h2{ position: relative; display: inline-block; color: #333333; font-size: 36px; font-weight: 900; font-family: 'Gulafree'; }
.home-centent-block-section{ position: relative; min-height: 400px;  }
.home-centent-block-section h4{color:#333; margin-bottom: 5px;  font-weight:700;}
.home-centent-block-section h1{color:#8fbd3b; font-size: 40px; font-weight: 900; text-transform: uppercase; margin-bottom: 30px; }
.home-centent-block-section p{color:#333; font-size: 15px; margin-bottom: 30px; text-align: justify; line-height: 32px; }
.home-content-area-block .view-more-link-button{text-align: left;}
.section-home .home-images ul li{list-style: none; position: relative; overflow: hidden; border:5px solid #fff; display: inline-block; -webkit-box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);
-moz-box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);
box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);}
.section-home .home-images ul li img{transition: all linear 0.3s;}
.section-home .home-images ul li:first-child{transition: all linear 0.3s; position: relative; z-index: 1;}
.section-home .home-images ul li:first-child::before{content:""; position: absolute; top:0; left:0; height: 100%; width:100%; z-index: 2; transition: all linear 0.2s;}
.section-home .home-images ul li:last-child{position: relative; margin-top: -270px; right:-120px;  overflow: hidden; z-index: 5;}
.section-home .home-images ul:hover li:last-child img{transform: scale(1.2,1.2)rotate(-5deg);}
.section-home .home-images ul:hover li:first-child::before{background:rgba(0,0,0,0.7);}
.section-home .home-images ul:hover li:first-child {transform: scale(0.8,0.8);}

/*===== Title Sections =====*/
.section-title{ display: block; margin-bottom: 50px; text-align: center; }
.section-title h2{ position: relative; display: inline-block; color: #333333; font-size: 36px; font-weight: 900; font-family: 'Poppins'; }
.view-more-link-button{ display: block; text-align: center; }
.view-more-link-button a{ display: inline-block; padding: 15px 20px; border: #fff solid 2px; border:1px solid  #8fbd3b; color: #4F630E; font-size: 14px; text-decoration: none; text-transform: uppercase; font-weight: 400; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s;  margin-top: 20px;}
.view-more-link-button a .fa{margin-left: 10px;}
.view-more-link-button a:hover{ background: #8fbd3b; color: #fff; }

/*===== Service Section =====*/
.section-service{margin-top: -160px; padding:50px 0 ; background:#f2f3f5;}
.section-service .service-block {height:250px; margin-bottom: 30px; position: relative; overflow: hidden; z-index: 1; transition: all linear 0.3s;}
.section-service .service-block:hover{-webkit-box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);
-moz-box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);
box-shadow: -2px 6px 18px -6px rgba(0,0,0,0.49);}
.section-service .service-block::before{content: ""; position: absolute; top: 25px; right: 15px; height: 80%; width: 90%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; z-index: -1; transition: all linear 0.3s; opacity: 0;}
.section-service .service-block::after{content: ""; position: absolute; top: 15px; right: 30px; height: 90%; width: 80%; border-left: 1px solid #fff; border-right: 1px solid #fff; z-index: -1; transition: all linear 0.3s; opacity: 0;}
.section-service .service-block:hover::before,
.section-service .service-block:hover::after{opacity: 1;}
.section-service .service-block .service-block-content{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); display: block; text-align: center;}
.section-service .service-block .service-block-content img{margin-bottom: 10px;}
.section-service .service-block .service-block-content h4{color:#fff; line-height: 32px; font-size: 18px;}
.section-service .sone{background:url(../images/s1.png)no-repeat; background-size: cover; }
.section-service .stwo{background:url(../images/s2.png)no-repeat; background-size: cover; }
.section-service .sthree{background:url(../images/s3.png)no-repeat; background-size: cover; }
.section-service .sfour{background:url(../images/s4.png)no-repeat; background-size: cover; }
.section-service .sfive{background:url(../images/s5.png)no-repeat; background-size: cover; }
.section-service .ssix{background:url(../images/s6.png)no-repeat; background-size: cover; }

/*why-choose-us*/
.why-choose-us{padding:50px 0; background:url(../images/wcu.png)fixed center; background-size:cover; }
.why-choose-us .section-title h2{color:#fff; text-transform: uppercase;}
.why-choose-us .choose-block{min-height:300px; text-align: center; background:rgba(255,255,255,0.5); position: relative; z-index: 1; transition: all linear 0.3s; }
.why-choose-us .choose-block::before{content:""; position: absolute; top: 50%; left:50%; height:100%; width:0; border-top:1px solid #fff; border-bottom:1px solid #fff; transform: translate(-50%,-50%); z-index: 2; opacity: 0; transition: all linear 0.3s;}
.why-choose-us .choose-block::after{content:""; position: absolute; top: 50%; left:50%; height:0; width:100%; border-left:1px solid #fff; border-right:1px solid #fff; transform: translate(-50%,-50%); z-index: 2; opacity: 0; transition: all linear 0.3s;}
.why-choose-us .choose-block:hover{background:transparent;}
.why-choose-us .choose-block:hover::before{opacity:1; width:100%;}
.why-choose-us .choose-block:hover::after{opacity:1; height:100%;}
.why-choose-us .choose-block img{margin:40px 0 10px 0; }
.why-choose-us .choose-block h5{color:#fff; font-size: 20px; text-align: center; line-height: 28px; }
/*===== Gallery Section =====*/
.section-gallery{ display: block; margin: 0; padding: 60px 0; background: #fff; }
.section-gallery .section-title h2{ color: #333; }
.gallery-content-box{ position: relative; overflow: hidden; margin-bottom: 30px; }
.gallery-content-box img{ width: 100%; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.gallery-content-box:hover img{ transform: scale(1.2,1.2);}
.image-overlayer-block{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; transform: scale(0,0); background: rgba(143,189,59,0.5); -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.image-overlayer-block::before{ content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border: #ccc solid 1px; }
.image-overlayer-block a .fa{ position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; border-radius: 50%; text-align: center; color: #fff; font-size: 30px; padding-top: 8px; }
.gallery-content-box:hover .image-overlayer-block{ transform: scale(1,1); }

/*===== Testimonials Sections =====*/
.section-testimonial{padding:50px 0; background:url(../images/testimonial-bg.png)fixed center; background-size: cover;}
.section-testimonial .section-title h2{color:#fff; display: block; text-align: left; text-transform: uppercase;}
.section-testimonial .testimonial-content-block{min-height:200px;}
.section-testimonial .testimonial-content-block p{color:#fff; font-size: 14px; line-height: 32px;}
.section-testimonial .testimonial-content-block h4{color:#fff; font-size: 16px; font-weight:600; margin-top: 5px;}
.section-testimonial .testimonial-content-area{ background: rgba(255,255,255,0.3); padding: 50px; min-height: 300px; position: relative; z-index: 1; bottom:-50px; }
.section-testimonial .view-more-link-button{margin-top: 125px; display: block; text-align: left;}
.section-testimonial .view-more-link-button a{color:#fff; border:1px solid #fff; text-align: left;}
.section-testimonial .img-blk{height:80px; width:80px; background:#8fbd3b; text-align: center; margin: 0 0 -87px 50px; position: relative; z-index: 999;}
.section-testimonial .img-blk img{margin-top: 8px;  }
.section-testimonial .img-blk-bottom{height:80px; width:80px; background:#8fbd3b; text-align: center; float: right; margin-right: 50px; position: relative; z-index: 999;}
.section-testimonial .img-blk-bottom img{margin-top: 8px;  }
/*free estimates*/
.free-estimates{padding:50px 0; background:#f2f3f5;}
.free-estimates .section-title h2{color:#8fbd3b; text-transform: uppercase;}
.home-free-estimates-form input::placeholder{ color: #333; }
.home-free-estimates-form textarea::placeholder{ color: #333; }
.home-free-estimates-formstyle{ height: 47px; -webkit-box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2);
box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2); padding: 15px; margin-bottom: 15px; background: #fff; border: none; border-radius: 0; color: #333; }
.home-free-estimates-formstyle-btn{-webkit-box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2);
box-shadow: -2px 6px 18px -4px rgba(0,0,0,0.2); display: block; margin: 0; width: 100%; padding: 15px 20px; font-size: 14px; border: #fff solid 2px; color: #fff; background: #8fbd3b; text-transform: uppercase; font-weight: 700; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.home-free-estimates-formstyle-btn:hover{ background: #6e9b1b; color: #fff; }

/*===== Google Map Sections =====*/
.section-testimonial .google-map{height: 300px;}

/*===== Contact Section =====*/
.section-contact{ margin: 0; padding: 30px 0 50px; background: #333; }
.bold-highlight-text{ display: block; text-align: center; }
.bold-highlight-text h5{ color: #dddddd; font-size: 36px; font-family: 'TrashPanda'; }
.contact-content-block h4{ position: relative; display: inline-block; margin: 30px 0 15px; color: #dddddd; font-size: 21px; font-weight: 700; font-family: 'Poppins', sans-serif; }
.contact-content-block img{ margin-top: 15px; margin-right: 10px; }
.contact-content-block p,
.contact-content-block ul li{ color: #dddddd; font-size: 14px; line-height: 30px; text-align: justify; list-style: none; }
.contact-content-block ul li .fa{ margin-right: 10px; }
.contact-content-block ul li a{ color:#fff; transition: all linear 0.2s; text-decoration: none; }
.contact-content-block ul li a:hover{color:#eee;}
.contact-font-info ul{ margin-top: 10px; }
.contact-font-info ul li{ min-height: 70px; }
.contact-font-info ul li:last-child{ min-height: 5px; }
.contact-font-info ul li:last-child .fa{ margin-bottom: 0; }
.contact-font-info ul li .fa{ margin-top: -3px; width: 28px; height: 28px; background: #fff; text-align: center; color: #2c3e50; font-size: 17px; padding-top: 6px; border-radius: 3px; margin-bottom: 15px; float: left;  }
.section-contact .last-quote h4{font-size: 30px; color:#fff; font-style: italic;}
.section-contact .last-quote h5{font-size: 20px; margin-top:15px; color:#fff; font-style: italic;}
/*===== Footer Section =====*/
.footer{ margin: 0; padding: 20px 0; background: #000; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; }
.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: 76%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #8fbd3b solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #8fbd3b; }

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left: -30px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; 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-demo1 .owl-buttons .owl-next{ position: absolute; right: -70px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; 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-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{ background: #fff; color: #8fbd3b; }


#owl-demo2 .owl-pagination{ display: none }
#owl-demo2 .owl-buttons .owl-prev{ position: absolute; left: -30px; top: 147%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; 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-demo2 .owl-buttons .owl-next{ position: absolute; left: 30px; top: 147%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; 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-demo2 .owl-buttons .owl-prev:hover,
#owl-demo2 .owl-buttons .owl-next:hover{ background: #fff; color: #8fbd3b; }

#owl-demo3 .owl-pagination{ display: none }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; left: 46%; top: 115%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #8fbd3b; color: #fff; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 0; border: #8fbd3b 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: 115%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #8fbd3b; color: #fff; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-left: 10px; padding-top: 0; border: #8fbd3b 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: #8fbd3b; }

/*===== Content Pages =====*/
.content-banner{ padding: 25px 0 20px; background: url(../images/home-welcome-bg.jpg) 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: #8fbd3b; color: #fff; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; 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; }
.content-banner a:hover{ color: #fff; }
.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 h2{ text-transform: uppercase; font-size: 24px; color: #8fbd3b; font-weight: 900; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #8fbd3b; font-weight: 900; margin: 20px 0 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #666; font-weight: 700; margin: 20px 0 10px; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; }
.content p span{ font-size: 20px; color: #8fbd3b; margin: 0; font-weight: bold; }
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #8fbd3b; }
.content li span{ font-size: 16px; text-align:justify; color: #666; }
.content .page-title{display: block; text-align: center; margin:10px 0 25px 0; background: linear-gradient(270deg, #8fbd3b, #4f6c19, #97e801);
background-size: 600% 600%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.content .page-title h2{display: block; text-align: center; color:#fff; padding:15px 0;}
.content .service-page-block{border:1px solid rgba(0,0,0,0.3); margin-bottom: 30px; padding:20px; display: block; text-align: center; line-height:32px; transition: all linear 0.3s;}
.content .service-page-block h4{font-size:15px;}
.content .service-page-block:hover{-webkit-box-shadow: 2px 3px 39px -19px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 3px 39px -19px rgba(0,0,0,0.75);
box-shadow: 2px 3px 39px -19px rgba(0,0,0,0.75);}
/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #8fbd3b; 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: #8fbd3b; 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: 30px; }
.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; background: #8fbd3b; text-decoration: none; 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: #34495e; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 0; right: 0; width: 50px; height: 100%; background: #34495e; }
.testimonials-page .panel-title a::after{ content: "\f107"; position: absolute; top: 50%; right: 0; width: 25px; background: #34495e; font-family: 'fontawesome'; text-align: center; font-size: 25px; transform: translate(-50%,-50%); }
.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: #8fbd3b; 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; }
.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: #8fbd3b; }

/*===== 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: #8fbd3b; 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){
	.header-contact-info ul{ display: block; text-align: center; }
	.header-contact-info ul li{ display: inline-block; float: none; margin-right: 0; margin: 0 10px; }
	.header-contact-info ul li:last-child{ float: none; }
	.header-navigation .logo{ display: block; text-align: center; padding: 15px 0; }
	.header-navigation .logo::before{ width: 2000%; left: -1000%; }
	.header-navigation .logo img{ display: inline-block; }
	.navbar-inverse .navbar-nav li{margin:0; }
	.navbar-inverse .navbar-nav li a{font-size:14px; padding: 15px 7px;}
	.navbar{margin:0 0 10px 0;}
	.section-service .service-block .service-block-content h4{font-size: 15px;}
	.section-service .service-block::before{right:9px;}
	.section-service .service-block::after{right:20px;}
	.home-images{margin-top: 30px;}
	#owl-demo2 .owl-buttons .owl-next{top:225%;}
	#owl-demo2 .owl-buttons .owl-prev{top:225%;}
	.section-testimonial .view-more-link-button a{margin-bottom: 30px;}
	.section-testimonial{padding-bottom: 150px;}
}
@media (max-width: 767px){
	header .header-info{display: block; text-align: center;}
	header .header-info .top-content-icon ul{float: none; }
	header .header-info .top-content-icon ul li{height: 35px; width: 35px;}
	.section-service{margin-top: 0;}
	.section-service .service-block::after{right: 35px;}
	.section-service .service-block::before{right: 20px;}
	.section-home .home-images ul li img{width: 100%;}
	.section-home .home-images ul li:last-child{position: relative; margin-top: -130px; right: -33px; overflow: hidden; z-index: 5; width: 80%;}
	.why-choose-us .choose-block{margin-bottom: 15px;}
	#owl-demo2 .owl-buttons .owl-next{top:138%;}
	#owl-demo2 .owl-buttons .owl-prev{top:138%;}

	/*===== 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: 50px; }

	/*===== Body Section =====*/
	.header-info{ padding: 70px 0 15px; }
	.section-home,
	.section-service,
	.section-gallery{ padding: 40px 0; }
	.home-section-title,
	.section-title{ margin-bottom: 15px; }
	.home-section-title h2,
	.section-title h2{ font-size: 24px; }
	.home-content-area-block{ padding: 15px; margin-bottom: 15px; }
	.home-content-area-block h1{ font-size: 24px; margin-bottom: 15px; }
	.home-content-area-block p{ font-size: 14px; line-height: 26px; }
	.home-content-area-block a,
	.view-more-link-button a{ padding: 10px 20px; font-size: 14px; border: #fff solid 1px; font-weight: 400; }
	.services-content-box{ min-height: auto; }
	.service-content-details{ padding: 15px 30px 20px; }
	.service-content-details h4{ margin: 10px 0; font-size: 16px; }
	.service-content-details p{ line-height: 26px; }
	.gallery-content-box{ margin-bottom: 15px; }
	.section-testimonial .section-title{ margin-bottom: 10px; }
	.testimonial-content-block p{ font-size: 14px; line-height: 26px; }
	.testimonial-content-block h4{ font-size: 18px; }
	.home-free-estimates-formstyle{ height: 40px; }
	.home-free-estimates-formstyle-btn{ padding: 10px 20px; border: #fff solid 1px; }
	.section-google-map{ height: 230px; }
	.section-contact{ padding: 30px 0; }
	.contact-content-block h4{ margin: 15px 0 10px; font-size: 20px; }
	.contact-content-block p,
	.contact-content-block ul li{ line-height: 26px; }
	.contact-font-info ul li{ min-height: 60px; }
	.contact-font-info ul li:last-child{ min-height: 50px; }
	.bold-highlight-text h5{ font-size: 24px; margin-top: 12px;}
	.bold-highlight-text{ margin-top: 25px; }

	.copyright span{ display: block; }

	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 10px; top: 50%; color: #fff; background: #8fbd3b; }
	#owl-demo1 .owl-buttons .owl-next{ right: -30px; top: 50%; color: #fff; background: #8fbd3b; }
	#owl-demo3 .owl-buttons .owl-prev{ left: 40%; top: 107%; }
	#owl-demo3 .owl-buttons .owl-next{ left: 60%; top: 107%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.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; }
	.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; }
	.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; }
}