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

/*@font-face{ font-family: 'Jackport Regular'; src:url("../fonts/JackportRegular.ttf"); }*/
@font-face{ font-family: 'Prata'; src:url("../fonts/Prata.ttf"); }

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

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff 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: #1d1d1d; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: auto; }
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
/*popModal*/
#popModal p{font-size:17px; line-height:30px;}
#popModal img{width:100%;}
/*===== Header Section =====*/

.navbar-inverse{ border: none; background: transparent; }
.navbar{ margin-top: 0; margin-bottom:0; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; width: 100%; display: flex; justify-content: space-around; align-items: center;}
.navbar-inverse .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0; padding: 0; line-height: 0; }
.navbar-inverse .navbar-nav > li > a{ position: relative; display: inline-block; padding: 15px 10px; margin: 0; border: none; border-radius: 0; color: #000; background: transparent; font-size: 16px; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: bold; font-family: 'Lato', 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: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: transparent; }
.navbar-inverse .navbar-nav > li:last-child a{text-transform: capitalize; border:1px solid #fff; border-radius: 50px; padding: 15px 20px; margin-left: 50px;}
.navbar-inverse .navbar-nav > li:last-child a:hover{background: #fff; color: #000;}
/* My Own Custom Dropdown Animation */
.navbar-inverse .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

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

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

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

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

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

/*===== Title Section =====*/
.title-section{margin-bottom: 40px;}
.title-section h3{font-size: 48px; font-family: 'Prata'; font-weight: 400; color: #2d2d2d; line-height: 65px;}
.title-section p{font-size: 16px; font-family: 'Lato'; font-weight: 400; color: #191919; line-height: 25px;}

/*===== More button  =====*/
.more{display: block; margin-top: 30px; text-align: center;}
.more a{background: #fff; display: inline-block; padding: 13px 40px; color: #ec1d27; font-size: 18px; font-family: 'Lato'; font-weight: 400; text-decoration: none; border-radius: 5px; transition: all linear .3s; }
.more a:hover{background: #ec1d27; color: #fff;}
/*more-wrapper*/
.more-wrapper{display: flex; justify-content: space-between; align-items: center; margin-top: 30px;}
.more-wrapper .more a{margin-top: 0; }
.header{background: #ec1d27; padding:15px 0;}
.right-top-header{display: flex; justify-content: space-between; align-items: center; padding:0 0 10px 0; border-bottom: 1px solid #000;}
.right-top-header ul li,.right-top-header ul{display: flex; justify-content: flex-start; align-items: center;}
.right-top-header ul li p{font-size: 14px; font-family: "Lato"; color: rgb(0, 0, 0); font-weight: bold;}
.right-top-header ul li span{margin-right: 10px;}
.right-top-header ul li:first-child{padding-right: 30px; border-right: 1px solid #000; margin-right: 30px;}
.right-top-header span a{text-decoration: none; display: flex; justify-content: center; align-items:center; height: 28px; width: 28px; border-radius: 5px; background: #fff;  margin-right: 10px; color: #ec1d27; font-size: 17px;}
.right-top-header span{display: flex; justify-content: flex-end; align-items:center; }
.header-bottom{padding: 10px 0 0;}
/*===== Banner Section =====*/
.banner{ position: relative; }
.banner img{ width: 100%; }
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); }
.banner-content-box h4{ margin-bottom: 30px; color: #fff; font-size: 48px; font-weight: 700; font-family: 'Roboto', sans-serif; line-height: 72px; }
.banner-content-box h4 span{ display: block; }
.banner-content-box a{ display: inline-block; padding: 15px 30px; background: #ec1d27; color: #fff; text-decoration: none; font-size: 18px; text-transform: uppercase; border-radius: 5px; }
.banner-content-box a:hover{ background: #fff; color: #ec1d27; }
 
/*===== Banner Bottom Section =====*/
.banner-bottom{padding: 85px 0; background: #fff;}
.banner-bottom-title{border-right: 4px solid #ec1d27; margin-right: 20px;}
.banner-bottom-title h3{text-transform: uppercase; font-size: 30px; font-family: 'Prata'; font-weight: 400; color: #282828; line-height: 50px;}
.banner-bottom-title h3 span{font-size: 48px; font-family: 'Prata'; font-weight: 400; color: #ec1d27;}
.banner-bottom-content{margin-bottom: 30px;}
.banner-bottom-content p{font-size: 18px; font-family: 'Lato'; font-weight: 400; color: #1f1f1f; line-height: 30px; }
.banner-bottom-block{margin-top: 50px; display: flex; justify-content: center; align-items: center;}
.banner-bottom-image{width: 40%;}
.banner-bottom-image img{width: 100%;}
.banner-bottom-contents{padding: 30px 0; background: #ec1d27; width: 100%;}
.banner-bottom-contents h3{margin-left: 60px; font-size: 24px; font-family: 'Prata'; font-weight: 400; color: #fff; line-height: 40px;}

/*===== Home Sections =====*/
.home{position: relative; padding: 90px 0; background: #f6f6f6; }
.home::before{content: ''; position: absolute; right: 0; top: 0; background: url(../images/hero-home-img.jpg)no-repeat center; width: 30%; height: 100%; background-size: cover;}
.home-content p{ color: #595958; font-size: 16px; line-height: 30px; }
.home-content p span{ color: #ec1d27;}
.home-content ul{margin-top: 20px; display: flex; justify-content: flex-start; align-items: center;}
.home-content ul li{display: inline-block; margin-right: 35px;}
.home-content ul li img{margin-right: 15px;}
.home-content ul li h4{display: inline-block; font-size: 17px; font-family: "Lato"; color: rgb(35, 35, 35); line-height: 1.765;}

/*===== Process Sections =====*/
.process{position: relative; padding: 100px 0 70px; background: #fff; }
.process::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 50%; background: url(../images/why-choose-background.jpg)no-repeat center center fixed; background-size: cover;}
.process .section-content .item{ padding: 60px 15px 50px;}
.process .process-block{position: relative; z-index: 1;}
.process .process-block::before{content: ''; position: absolute; left: 5%; top: -5%; width: 90%; height: 110%; background:#ec1d27; border-radius: 15px; z-index: 1;}
.process-content{position: relative; background: #fff; padding: 40px; min-height: 350px; text-align: center; border-radius: 15px; box-sizing: border-box; box-shadow: 0 0 15px -10px #000; z-index: 100;}
/*.process-content::before{content: ''; position: absolute; left: 5%; top: -5%; width: 90%; height: 110%; background:#ec1d27; border-radius: 15px; z-index: -1;}
*/.process-content .process-icon{ position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 30px; width: 85px; height: 85px; background: transparent; border-radius: 0 0 10px 10px; }
.process-description h4{ color: #313335; font-family: 'Lato'; font-size: 21px; font-weight: 600; margin-bottom: 15px; }
.process-description p{ color: #5e5e5e; font-family: 'Lato'; font-size: 16px; font-weight: 300; line-height: 26px; }
.process-content:hover{ transform: translateY(-5px); box-shadow: 0 5px 15px -5px #000; }
.process-content:hover .process-icon{ background: #ec1d27; }
.process-content:hover .process-icon img{ filter: brightness(0) invert(1); }
.process-content:hover .process-icon::before{ background: #ec1d27;  }
.process-content .process-icon img{filter: hue-rotate(-14deg)brightness(.9)invert(1);}
/*===== Common Layout =====*/
.section-title{ margin-bottom: 50px; text-align: center; }
.section-title h4{ position: relative; display: inline-block; color: #ec1d27; font-size: 18px; text-transform: uppercase; font-weight: 700; }
.section-title h4 .left-icon::before{ content: ''; position: absolute; top: 3px; left: -25px; width: 10px; height: 11px; border: #000 solid 3px; }
.section-title h4 .left-icon::after{ content: ''; position: absolute; top: 7px; left: -55px; width: 30px; height: 3px; background: #000; }
.section-title h4 .right-icon::before{ content: ''; position: absolute; top: 3px; right: -25px; width: 10px; height: 11px; border: #000 solid 3px; }
.section-title h4 .right-icon::after{ content: ''; position: absolute; top: 7px; right: -55px; width: 30px; height: 3px; background: #000; }
.section-title h2{ color: #313131; font-size: 48px; font-weight: 500; font-family: 'Roboto', sans-serif; margin: 10px 0; }
.section-title p{ color: #626262; font-size: 16px; line-height: 30px; margin-top: 30px; }

/*===== Why Choose Us Section =====*/
.why-choose-us{ position: relative; padding: 100px 0; background: url(../images/why.jpg)no-repeat center center fixed; background-size: cover; z-index: 1; }
.why-choose-us .title-section{text-align: center;}
.why-choose-us .title-section h3{color: #fff;}
.why-choose-us .title-section p{color: #fff;}
.choose-block{text-align: center;}
.choose-block ul{display: flex; justify-content: space-around; align-items: center;}
.choose-block ul li{position: relative; display: inline-block; width: 30%;}
.choose-block ul li::before{content: ''; position: absolute; left: 100%; top: 25%; transform: translate(-50%,-50%); width: 50%; height: 2px; background: #fff;}
.choose-block ul li:last-child::before{display: none;}
.choose-block ul li h3{color: #ec1d27; font-size: 22.7px; font-family: 'Lato'; font-weight: bold; margin: 25px 0; }
.choose-block ul li p{color: #fff; font-size: 14px; font-family: 'Lato'; font-weight: bold; line-height: 24px;}
.choose-block ul li .choose{position: relative; left: 50%; transform: translate(-50%,0); background: #fff; display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; border: 1px solid #fff; border-radius: 20px; }
.choose-block ul li .choose span{position: absolute; right: -15%; top: -15%; display: flex; justify-content: center; align-items: center; color: #fff; border: 1px solid #fff; background: #ec1d27; width: 30px; height: 30px; border-radius: 50%; transition: all linear .3s; }
.choose-block ul li .choose img{transition: all linear .3s;}
.choose-block ul li:hover .choose{background: #ec1d27;}
.choose-block ul li:hover .choose img{filter: brightness(0) invert(1);}
.choose-block ul li:hover .choose span{background: #fff; color: #ec1d27;}

/*===== Service Section =====*/
.service{ padding: 90px 0; background: #f6f6f6; }
.service .title-section{text-align: center;}
.service .title-section p{padding: 0 50px;}
.service .item{ padding: 15px; }
.service-content-thumbnail{ position: relative; overflow: hidden; box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; margin-bottom: 25px;}
.service-content-thumbnail img{ width: 100%; }
.service-content:hover{ transform: translateY(-5px); }
.service-content:hover img{ transform: scale(1.2,1.2); }
.service-content{ position: relative; }
.service-content h4{display: flex; justify-content: space-between; align-items: center; width: 100%; position: absolute; bottom: 0; left: 0; padding: 5px 15px 5px 30px; color: #fff; font-size: 22px; background: rgba(0,0,0,.5); text-align: left; z-index: 1; }
/*.service-content h4::before{ content: ''; position: absolute; top: 0; right: 30%; width: 100%; height: 100%; background: #242424; transform: skewX(-40deg); z-index: -1; transition: all linear 0.3s; }
*/.service-content:hover h4{ background: #ec1d27; }
.service-content:hover h4::before{ background: #ec1d27; }
.service-content-link{ margin-top: 30px; text-align: center; }
.service-content-link a{ display: inline-block; padding: 15px 50px; background: #ec1d27; color: #fff; font-size: 16px; border: #ec1d27 solid 2px; text-transform: uppercase; text-decoration: none; border-radius: 40px 5px 40px 5px; }
.service-content-link a:hover{ background: #fff; color: #ec1d27; }

.service-content h4 .fa{display: flex; justify-content: center; align-items: center; font-size: 20px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #fff; color: transparent; -webkit-text-stroke: 1.5pt #fffa;}
.service-content h4 a{text-decoration: none;}
/*===== Mobile Service Sections =====*/
.installation{ position: relative; z-index: 9; background: url('../images/installation-bg.jpg') no-repeat fixed center center; background-size: cover; }
.installation-content{ position: relative; padding: 80px 0; text-align: center; }
.installation-content h2{ color: #fff; font-size: 40px; font-weight: 700; margin-bottom: 30px; }
.installation-content p{ color: #fff; font-size: 18px; line-height: 36px; }
.installation-content a{ position: absolute; bottom: 0; left: 50%; transform: translate(-50%,50%); display: inline-block; padding: 15px 60px; margin-top: 30px; background: #ec1d27; color: #fff; border: #fff solid 3px; font-size: 18px; font-weight: 700; text-transform: uppercase; border-radius: 0px; text-decoration: none; box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; }
.installation-content a:hover{ background: #313131; }

/*===== Testimonials Sections =====*/
.testimonials{ position: relative; padding: 80px 0; background: #f6f6f6;}
.testimonials .title-section{text-align: center;}
.testimonials .section-title h2{ color: #fff; }
.testimonials-content{ position: relative; padding: 60px; margin: 70px auto 0; width: 75%; text-align: center; z-index: 1; }
.testimonials .section-content{position: relative;}
/*.testimonials .section-content::before{content: ''; position: absolute; left: 0; top: 20%; width: 10%; height: 65%; background: #ec1d27; border-radius: 10px; z-index: 1;}
.testimonials .section-content::after{content: ''; position: absolute; right: 0; top: 20%; width: 10%; height: 65%; background: #ec1d27; border-radius: 10px; z-index: 0;}
*/.testimonials-inner-shape{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 10px;}
.testimonials-content p{ color: #1d1d1d; font-style: italic; font-family: 'Lato'; font-size: 17px; line-height: 36px; }
.testimonials-content h4{ color: #1d1d1d; font-size: 24px; font-weight: 500; font-family: 'Prata'; text-transform: capitalize; margin-top: 15px; }
.testimonials-content .quote-section{position: absolute; left: 10%; top: -30px; display:flex; justify-content: center; align-items: center; width: 70px; height: 70px; background: #ec1d27; border-radius: 10px; box-shadow: 0px 0px 0px 11px rgba(246, 246, 246, 1); z-index: 1;}
.testimonials-leave-review{ margin-top: 30px; text-align: center; }
.testimonials-leave-review a{ position: relative; display: inline-block; background: #ec1d27; padding: 15px 40px; color: #fff; font-family: 'Lato'; font-size: 16px; font-weight: bold; text-decoration: none; border-radius: 50px; border: 1px solid transparent; z-index: 1; }
.testimonials-leave-review a:hover{ color: #ec1d27; background: #fff; border: 1px solid #ec1d27;}
.testimonials-leave-review a:hover::before{ background: #fff; }

/*===== Free Estimate Section =====*/


/*free estimates*/
.free-estimate{position: relative; padding: 80px 0; background: url(../images/estimate.jpg)no-repeat center center fixed; background-size: cover;}
.free-estimate::before{content: ''; position: absolute; left: 0; bottom: 0; background: #ec1d27; width: 100%; height: 40%; border-radius: 150px 0 0 0;}
.free-estimate .title-section{text-align: center;}
.free-estimate .title-section h3,.free-estimate .title-section p{color: #fff;}
.free-estimate .title-section h3{margin-bottom: 40px;}

.free-estimate .home-free-estimates-formstyle{border: 1px solid #fff; font-family: 'Lato'; border-radius: 5px; margin-bottom: 15px; background:#fff; padding:20px; color:#4c4c4c;}
.free-estimate .home-free-estimates-formstyle::placeholder{color:#414141; font-family: 'Lato'; font-size:16px; font-weight: 500;}
.free-estimate .home-free-estimates-formstyle-btn{width: 100%; font-family: 'Roboto'; font-weight: 600; border:2px solid transparent;display: inline-block; font-size: 18px; padding: 10px 40px; border-radius: 5px; color:#fff; background:#ec1d27; transition: all linear 0.3s;}
.free-estimate .home-free-estimates-formstyle-btn:hover{background:#fff; color:#ec1d27; border: 2px solid #ec1d27;}
.form-background{position: relative; background: transparent;  z-index: 100; padding: 50px 150px;}
.form-background .form-group .fa{position: absolute; top: 20%; right: 10%;  font-size: 20px; color: #4c4c4c;}
.form-group img{position: absolute; top: 20%; right: 8%;}
.request-service-inner-block{position: relative;}
.request-service-inner-block::before{content: ''; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,.85); border-radius: 150px 0 0 0;}



/*===== Project Sections =====*/
.project{ padding: 80px 0 60px; background: #fff; margin-bottom: 0; }
.project .title-section{margin-bottom: 0;}
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px;}
.project-content-item:hover{ transform: translateY(-5px); }
.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: #ec1d27; background: transparent; text-decoration: none; font-size: 18px; -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{padding: 90px 0; background: #f6f6f6;}
.quote-section{position: relative;}
.quote-img img{width: 100%;}
.quotes-section .quote-content{position: absolute; top: 15%; left: 80%; width: 100%; padding: 25px 50px; background: #fff; border-radius: 10px;}
.quotes-section .quote-content h3{position: relative; padding-left: 30px; font-size: 30px; font-family: 'Prata'; color: #303030; font-weight: 400; line-height: 45px;}
.quotes-section .quote-content h3::before{content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #ec1d27;}
.quote-block{margin-top: 260px; margin-left: 30px;}
.quote-block p{font-size: 17px; font-family: 'Lato'; font-weight: 400; color: #303030; line-height: 25px;}
.quote-block .more{text-align: left;}
.quote-block .more a{background: #ec1d27; color: #fff;}
.quote-block .more a:hover{background: #fff; color: #ec1d27;}

/*===== Contact Section =====*/
.footer{position: relative; padding: 60px 0 50px; background: url(../images/why-choose-background.jpg)no-repeat center center fixed; background-size: cover; }
.footer::before{content: ''; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.1); width: 100%; height: 100%;}
.footer-content-about h2{ color: #fff; font-size: 30px; font-weight: 700; margin-bottom: 30px; font-family: 'Lato', sans-serif; }
.footer-content-about h2 span{ color: #ec1d27; }
.footer-content-about p{text-align: justify; color: #fff; font-size: 16px; line-height: 30px; font-family: 'Lato', sans-serif; margin-right: 50px; margin-bottom: 40px;}
.footer-content h4{ position: relative; padding-bottom: 15px; margin-bottom: 15px; font-weight: 500; font-family: 'Roboto', sans-serif; color: #fff; font-size: 24px; }
.footer-content h4 span{}
.footer-content h4::before{ content: ''; position: absolute; top: 100%; left: 0; width: 20px; height: 2px; background: #fff; }
.footer-content h4::after{ content: ''; position: absolute; top: 100%; left: 25px; width: calc(100% - 30px); height: 2px; background: #ec1d27; }
.footer-content ul li{ list-style: none; color: #fff; font-size:  16px; line-height: 36px; font-family: 'Roboto', sans-serif; }
.footer-hour-operation ul li .fa{ position: relative; top: -2px; margin-right: 15px; font-size: 10px; color: #fff; }
.footer-hour-operation ul li span{ display: inline-block; width: 250px; }
.footer-hour-operation ul li span{ color: #fff; text-transform: capitalize;}
.footer-hour-operation ul li:last-child{ color: #ec1d27; }
.footer-contact-info ul li{ position: relative; padding-left: 35px; font-family: 'Roboto', sans-serif; list-style: none; color: #fff; font-size: 16px; margin-bottom: 10px; }
.footer-contact-info ul li:before{ content: ''; position: absolute; top: 0; left: 0; color: #fff; font-size: 18px; font-family: 'FontAwesome'; width: 50px; height: 50px; border-radius: 5px; }
.footer-contact-info ul li:nth-child(1):before{ content: '\f041'; }
.footer-contact-info ul li:nth-child(2):before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(3):before{ content: '\f0e0'; }
.footer-service-area{ margin-top: 30px; }
.footer-service-area ul li .fa{ position: relative; top: -2px; margin-right: 15px; font-size: 10px; color: #ec1d27; }
.bottom-logo{text-align: right;}
.bottom-logo img{margin-right: 20px;}
.footer-op-wrapper{display: flex; justify-content: space-between; align-items: center;}
/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #050505;}
.copyright p{ color: #fff; font-size: 16px; text-align: center; }
.copyright p a{ color: #ec1d27; text-decoration: none; }

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

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

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

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

/*===== Content Pages =====*/
.content-banner{ padding: 50px 0 40px; background: url('../images/footer-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin: 0; margin-bottom: 10px; text-align: center; color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 30px; }
.breadcrumb a{ color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; }
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

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

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0 5px; background: #191919; 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: #191919; 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: #191919; 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: #191919; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; 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: #191919; 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: #2c2c2c; 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: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{ position: absolute; top: 0; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .fa-user,
.form_section .fa-phone{ height: calc(100% - 20px); }

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

/*===== 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: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: calc(100% - 45px); width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }

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

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

      .site-logo{ text-align: center; }
      .site-logo img{ display: inline-block; }
      .header-bottom .container{ width: 100%; }
      .navbar-inverse{ padding: 0 50px; }
      .navbar-inverse .navbar-nav > li > a{ padding: 20px 15px; }
      .navbar-inverse .navbar-nav > li:last-child a{ padding: 20px 30px }
      .banner-content-box h4{ font-size: 36px; line-height: 42px; }
      .why-choose-us-container .section-content{ width: 100%; }
      .footer-hour-operation,
      .footer-contact-info{ margin-top: 30px; }

      .header-top ul li{width: 100%;}
      .header-bottom::before{width: 40%; right: -10%;}
      .banner-bottom-block{flex-direction: column; width: 100%;}

      .banner-bottom{padding: 60px 0;}
      .banner-bottom-image{width: 100%;}
      .quotes-section .quote-content{width: 90%; left: 13%;}
      .quote-block{margin-top: 30px;}
      .bottom-logo{text-align: left;}

}
@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(3) .fa{ bottom: 130px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }

      /*===== Body Section =====*/

      .header-top ul{flex-direction: column; width: 100%;}
    .header{padding: 0;}  

      .top-section{margin-top: 57px;}
      .title-section{margin-bottom: 20px;}
      .title-section h3{font-size: 24px; line-height: 30px; margin-bottom: 15px;}

      .banner-bottom{padding: 40px 0;}
      .banner-bottom-title h3{font-size: 24px; line-height: 30px;}
      .banner-bottom-title h3 span{font-size: 24px; line-height: 30px;}
      .banner-bottom-content{margin: 25px 0;}
      .banner-bottom-content p{font-size: 16px;}
      .banner-bottom-block{display: block;}
      .banner-bottom-image{width: 100%;}
      .banner-bottom-contents h3{margin-left: 15px; font-size: 21px; line-height: 30px;}

      .header-top{ padding: 30px 0 15px; }
      .header-top ul{ text-align: left; }
      .header-top ul li:nth-child(2){ margin: 15px 0; }

      .banner-content{ top: 40%; }
      .banner-content-box{ text-align: center; }
      .banner-content-box h4{ font-size: 16px; line-height: 26px; margin-bottom: 5px; }
      .banner-content-box a{ padding: 5px 15px; font-size: 12px; border-radius: 3px; }

      .home{ padding: 50px 0 0; }
      .home::before{display: none;}
  	  .home-content ul{flex-direction: column;}
  	  .home-content ul li{margin-right: 0; width: 100%; margin-bottom: 15px;}
  	  .home-content ul li h4{font-size: 15px; }

      .service{padding: 40px 0;}
      .service .title-section p{padding: 0 20px;}
      .service .item{ padding: 0; }
      .service-content-thumbnail{ border-radius: 10px 10px 0 0; }
      .service-content h4{ width: 100%; padding: 5px 15px; font-size: 15px; text-align: center; }
      .service-content h4 .fa{width: 30px; height: 30px;font-size: 18px;}
      .service-content-link{ margin-top: 15px; }
      .service-content-link a{padding: 12px 40px; font-size: 14px; border-width: 1px; }

      .why-choose-us{ padding: 40px 0; }
      .choose-block ul li::before{display: none;}
      .choose-block ul{flex-direction: column;}
      .why-choose-us-container ul li{width: 100%;  font-size: 14px; line-height: 30px; margin-bottom: 20px; }

      .process{ padding: 40px 0; }
      .process .section-content .item{padding: 30px 15px 50px;}
      .process-content{ padding: 30px; min-height: auto; }
      .process-content .process-icon{ height: 60px;}

      .testimonials{ padding: 40px 0; }
      .quote-section img{width: 50%;}
      .testimonials-content .quote-section{width: 40px; height: 40px;}
      #owl-demo3 .owl-buttons .owl-next{width: 40px; height: 40px;}
      #owl-demo3 .owl-buttons .owl-prev{width: 40px; height: 40px;}

      .free-estimate{padding: 40px 0;}
      .form-background{padding: 75px 30px 20px;}

      .quote{padding: 40px 0;}
      .quotes-section .quote-content{left: 0; top: 0; position: relative; margin-top: 25px; padding: 20px 30px;}
      .quotes-section .quote-content h3{font-size: 20px; line-height: 30px;}
      .quote-block{margin-top: 30px; margin-left: 0;}

      .testimonials-content{ padding: 30px; width: 90%; }
      .testimonials-content::before{ transform: skewX(0deg); }
      .testimonials-content p{ font-size: 14px; line-height: 30px; }
      .testimonials-content h4{ font-size: 18px; margin-bottom: 5px; }
      .testimonials-leave-review a{ padding: 10px 40px; }

      .project{ padding: 50px 0 30px; }
      .project .section-title{ margin-bottom: 15px; }
      .project .section-content{ padding: 0 10px; }
      .project ul li{ padding: 5px; }
      .project-content-item{ margin-bottom: 0; border-radius: 5px; }
      .project-content-item a{ font-size: 16px; }

      .footer{ padding: 50px 0 35px; }
      .footer-content-about p{margin-right: 0;}
      .footer-content-about h2{ font-size: 24px; margin-bottom: 15px; }
      .footer-content h4{ font-size: 18px; }
      .footer-content ul li{ line-height: 30px; }
      .footer-hour-operation ul li span{ width: 190px; }
      .bottom-logo{margin-top: 20px; text-align: center;}
     #popModal{top:20%;}
     .right-top-header, .right-top-header ul{display: block; text-align: left;}
     .right-top-header span{justify-content: flex-start;}
	.right-top-header ul li{margin-top: 30px }
	.right-top-header ul li:first-child{border:0 ;}
      .copyright{ padding: 15px 0; }
      .copyright p span{ display: block; }

      /*===== Slider Section =====*/
      #owl-demo .owl-pagination{ width: 100%; top: 88%; }
      #owl-demo1 .owl-buttons .owl-prev{ left: -10px; }
      #owl-demo1 .owl-buttons .owl-next{ right: -10px; }
      #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
      #owl-demo2 .owl-buttons .owl-next{ right: -15px; }
      #owl-demo3 .owl-buttons .owl-prev{ left: -55px; }
      #owl-demo3 .owl-buttons .owl-next{ right: -60px; }

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