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


/*===== Custome Fonts =====*/
@font-face{ font-family:"Roboto-Regular"; src:url("../fonts/Roboto/Roboto-Regular.ttf"); }
@font-face{ font-family:"Roboto-Medium"; src:url("../fonts/Roboto/Roboto-Medium.ttf"); }
@font-face{ font-family:"Roboto-Black"; src:url("../fonts/Roboto/Roboto-Black.ttf"); }
@font-face{ font-family:"Roboto-Bold"; src:url("../fonts/Roboto/Roboto-Bold.ttf"); }

/*@font-face{ font-family:"Poppins-Regular"; src:url("../fonts/Poppins/Poppins-Regular.ttf");}
@font-face{ font-family:"Poppins-SemiBold"; src:url("../fonts/Poppins/Poppins-SemiBold.ttf");}
@font-face{ font-family:"Poppins-Medium"; src:url("../fonts/Poppins/Poppins-Medium.ttf"); }
@font-face{ font-family:"Poppins-Bold"; src:url("../fonts/Poppins/Poppins-Bold.ttf"); }*/

@font-face{ font-family:"Lato-Regular"; src:url("../fonts/Lato/Lato-Regular.ttf");}
@font-face{ font-family:"Lato-Black"; src:url("../fonts/Lato/Lato-Black.ttf");}
@font-face{ font-family:"Lato-Medium"; src:url("../fonts/Lato/Lato-Medium.ttf"); }
@font-face{ font-family:"Lato-Bold"; src:url("../fonts/Lato/Lato-Bold.ttf"); }
@font-face{ font-family:"CreteRound"; src:url("../fonts/Lato/CreteRound.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: #252525; 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: #252525; }

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

/* My Own Custom Dropdown Animation */
.navbar-inverse .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@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: #252525; 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: #252525; 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: #252525; 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; }

/* 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; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{position: relative;}
.header-top{background:#252525;}
.header marquee{margin-left:-73px;}
.header-top-left h3{color:#fff;font-size: 18px;font-family: 'Lato-Bold'; padding: 20px 0;font-weight: bold;}
.header-top-right {text-align: right;padding: 16px 0}
.header-top-right  a .fa{height: 30px; width: 30px; color: #252525; background: #fff; text-align: center; font-size: 20px; font-weight: 700; padding-top: 5px; border-radius: 5px;}
.header-middle{background:#fff;padding: 10px 0 30px;}
.header-middle-right{background:#fff;padding: 30px 0 30px;}
.header-contact-info {position: relative;  color: #fff;width: 100%; margin-left: 60px;}
.header-contact-info ::before{ content: '\f10b'; position: absolute; top: 0; left: -60px; width: 50px; height: 50px; background: transparent;display: flex; justify-content: center; align-items: center; color: #252525; font-size: 60px; font-family: 'fontawesome'; }
.header-contact-info span{display: block; color: #000; margin-top: 10px; font-size: 17px;font-family: 'Lato'; font-weight: 900;}
.header-contact-info p{color: #000; font-size: 18px;font-family: 'Lato'; font-weight:900;}
.header-free-estimate{position: relative;}
.header-free-estimate span{display: block; font-size: 20px; font-weight: 700; color: #000; padding-left: 15px; font-family: 'Lato';}
.header-free-estimate a{display: inline-block; margin-top: 7px; text-decoration: none; color: #fff; font-size: 22px; background: #24e41e; border-radius: 50px; font-weight: 700; padding:7px 30px; }
.header-buttom{position: absolute;bottom: -55px;left: 0;width: 100%;}
.navigation .navbar-inverse {background: #252525; border-color: #252525; border-radius: 5px;}
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: center; width: 100%;}
.navbar-inverse .navbar-nav > li{ position: relative;display: inline-block; margin: 0; padding: 20px 50px;}
.navbar-inverse .navbar-nav > li::before{content: '';border-right:2px solid #fff;position: relative;top: 0;right: 25%;}
.navbar-inverse .navbar-nav > li > a{  display: inline-block; margin: 0; padding: 0;border-radius: 0; color: #fff; font-weight: 500;background: transparent; font-size: 18px; text-align: center; text-decoration: none; font-family:"CreteRound"; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .navbar-nav > li:first-child::before{border: none;}
.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: none; }
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a{ color: #fff; background: none;}
.affix{left: 0; top: 0; width: 100%; display: flex; justify-content: center; align-items: center;  z-index: 999;}
.header .logo a img{width: 180px;}
/*===== Banner Section =====*/
.banner{position: relative;}
.banner::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 1;}
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); z-index: 10;}
.banner img{ width: 100%;height:938px;object-fit:cover;}
.banner-content-info h2{color: #fff;font-size: 48px;font-weight: 700;font-family: 'Lato', sans-serif; position:relative ; line-height: 65px;}
.banner-content-info  span{display: block;}
.banner-content-info p{background: #24e41e; padding: 5px 15px; display: inline-block; font-size: 18px; line-height: 30px; color: #fff; font-family: 'Lato-Medium'; font-weight: 500; margin-top: 10px; border-radius: 50px;}
.banner-content-info  a{position: relative;text-decoration: none;font-size: 16px; border: 2px solid #252525;padding:12px 30px ;color: #fff;font-weight: 700;border-radius: 50px;margin-top: 20px;display: inline-block;transition: all linear 0.3s; z-index: 1;}
.banner-content-info  a::before{ content: '';position: absolute; top: 0; left: 0; background: #252525; width: 0; z-index: -1;height: 100%; border-radius: 50px;transition: all linear 0.3s;}
.banner-content-info a:hover::before{width: 100%;}
.banner-content-info a:hover{border-color: transparent;}
.banner .more{text-align: left;}
.banner .more a{border-radius: 50px; background: transparent;}

/*===== Title Section =====*/
.title-section{position: relative; display: block; text-align: center; z-index: 1;}
.title-section h4{font-size: 18px; font-family: 'Lato-Bold'; font-weight: bold; color: #fff;}
.title-section h3{margin: 20px 0;  font-size: 48px; font-family: 'Roboto-Medium'; font-weight: 500; color: #1A1A1A;}
.title-section h3 span{display: block; font-size: 48px; font-family: 'Roboto-Medium'; font-weight: 500; color: #1A1A1A;}
.title-section p{font-size: 16px; font-family: 'Lato-Regular'; font-weight: 400; color: #414141; line-height: 30px;}

/*===== More Button =====*/
.more{display: block; text-align: center;}
.more a{display: inline-block; text-decoration: none;  color: #fff; font-size: 18px;font-family: 'Lato-Bold'; background: #252525; padding: 12px 40px; font-weight: bold; border: 2px solid #fff; border-radius: 5px; margin-top: 10px;transition: all linear 0.3s;}
.more a:hover{box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);transform: translateY(-2px);}


/*===== Common Layout =====*/
.section-title{position: relative; text-align: center; z-index: 1;}
.section-title h4{color: #252525; font-size: 18px; font-weight: 700; text-transform: uppercase;}
.section-title h4 span{ color: #000; }
.section-title h1,
.section-title h2{ color: #000; font-size: 48px; font-weight: 700; margin: 10px 0 15px; }
.section-title h1 .color-red,
.section-title h2 .color-red{ color: #c32931; }
.section-title h1 span{display: block;}
.section-content p{ color: #000; font-size: 16px; line-height: 30px; }
.section-content a{ display: inline-block; margin-top: 15px; padding: 15px 40px; background: #c32931; color: #fff; border-top-left-radius: 30px; border-bottom-right-radius: 30px; text-decoration: none; font-size: 16px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.section-content a:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background: #252525; }

/*===== Welcome Sections =====*/
.welcome{position: relative; padding: 100px 0 80px; background: #fff; }
.welcome::before{content: ''; position: absolute; left: 0; bottom: 15px; background: #252525; width: 35%; height: 96%; }
.welcome .title-section{text-align: left;}
.welcome-section{padding-left: 50px;}
.welcome-thumbnail{ padding-right: 50px; }
.welcome-thumbnail img{ width: 100%; height: auto;pointer-events: none; }
.welcome-title{position: relative;}
.welcome-title h4{ color: #252525; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.welcome-title h1{color: #000; font-size: 48px; font-weight: 500; line-height: 56px;font-family: 'Roboto', sans-serif; margin: 10px 0 20px;}
.welcome-title h1 span{display: block;font-family: 'Roboto', sans-serif;}
.home-img1 img{margin-left: -80px; margin-top: 40px;}
.welcome-content h3{position: relative; margin-top: 40px; padding: 20px 30px; font-size: 18px; font-family: 'Lato-Medium'; font-weight: 500; color: #000; line-height: 30px; background: #fff; box-shadow: 0px 8px 24px 0px #959DA533; border-radius: 10px;}
.welcome-content h3::before{content: ''; position: absolute; left: -15px; top: 0; width: 15px; height: 100%; border-left: 5px solid #24e41e;}
.welcome-block{margin-top: 25px;}
.welcome-block ul{display: flex; justify-content: center; align-items: center;}
.welcome-block ul li{position: relative; margin-right: 20px; background: #fff; width: 28%; min-height: 200px;padding: 20px 15px; text-align: center; display: inline-block; box-shadow: 0px 5px 15px 0px #959DA533; border-radius: 10px;}
.welcome-block ul li::before{content: ''; position: absolute; left: 0; bottom: -12px; width: 100%; height: 8px; background: #252525; border-radius: 50px;}
.welcome-block ul li h3{margin: 10px 0; font-size: 16px; font-family: 'Lato-Bold'; font-weight: bold; color: #000; line-height: 25px;}

/*===== Feature Section  =====*/
.features{padding: 60px 0; background: #fff;}
.feature-block ul li{position: relative; display: inline-block; padding: 40px 0; width: 80%; margin-bottom: 40px; z-index: 1;}
.feature-block ul li:nth-child(2){margin-left: 100px;}
.feature-block ul li::before{content: ''; position: absolute; left: 10%; top: 0; width: 100%; height: 100%; background: #fff; border-radius: 5px; box-shadow: 0px 8px 24px 0px #959DA533; z-index: -1;}
.feature-block ul li span{margin-right: 30px; float: left; display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; background: #252525; border-radius: 50%; }
.feature-block ul li:nth-child(2) span{background: #24e41e;}
.feature-block ul li h3{font-size: 20px; font-family: 'Roboto-Medium'; font-weight: 500; color: 500; color: #000;}
.feature-block ul li p{font-size: 16px; font-family: 'Lato-Regular'; font-weight: 400; color: 500; color: #000; line-height: 30px;}

/*===== What We Do Section  =====*/
.services{padding: 80px 0; background: #F7F7F7; position: relative;}
.services .title-section p{font-size: 18px; font-family: 'Lato-Regular'; font-weight: 400; color: #000; line-height: 30px; margin-bottom: 20px;}
.services-block{ display: block; text-align: center; position: relative; overflow: hidden; z-index: 1;}
.services-block ul li{min-height: 348px; background: #fff; padding: 20px 10px; border-radius: 10px; display: inline-block; width: 22%; margin-bottom: 30px; margin-right: 20px;}
.service-image{position: relative; overflow: hidden; transition: all linear .3s;}
.service-image::before{visibility: hidden; content: ''; position: absolute; left: 0; top: 0; background: #252525; opacity: .57; width: 100%; height: 100%; border-radius: 10px; transition: all linear .3s; z-index: 1;}
.service-image img{max-height: 154px;object-fit: cover; width: 100%; transition: all linear .3s;}
.service-content span{position: relative; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #252525; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-shadow: 0 0 0px 8px rgb(255 255 255 / 70%); z-index: 100; transition: all linear .3s;}
.service-content span img{width: 50px;height: 50px; object-fit: contain;}
.service-content span .fa{color: #fff; font-size: 30px; }
.service-content h3{font-size: 22px; font-family: 'Lato-Medium'; font-weight: 500; color: #000; line-height: 30px; transition: all linear .3s;}
.service-content a{font-size: 16px; font-family: 'Lato-Bold'; font-weight: bold; color: #252525; transition: all linear .3s;}
.services-block ul li:hover .service-image::before{visibility: visible;}
.services-block ul li:hover .service-content span{background: #24e41e;}
.services-block ul li:hover .service-image img{transform: scale(1.1);}
.services-block ul li:hover .service-content h3{color: #252525;}
.services-block ul li:hover .service-content  a{ color: #24e41e;}
/*===== How We Work Section  =====*/
.how-we-work{position: relative; padding: 80px 0;}
.how-we-work::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 60%; background: #252525;}
.how-we-work .title-section h4,
.how-we-work .title-section h3{color: #fff;}
.how-we-work .title-section h3 span{color: #fff;}
.how-we-work .title-section p{color: #fff; font-weight: 600; font-size: 18px;}

/*===== Process Section =====*/
.process-section{ position: relative; padding: 100px 0; background: #252525; z-index: 1; }
.process-section .title-section{text-align: center;}
.process-section .title-section h3{color: #fff; margin-bottom: 70px;}
.process-section .title-section p{color: #fff;}
.how-we-work-block{margin-top: 50px; text-align: center;}
.how-we-work-block ul{display: flex; justify-content: space-around; align-items: center;}
.how-we-work-block ul li{position: relative; display: inline-block; width: 30%;}
.how-we-work-block ul li::before{content: ''; position: absolute; background: url(../images/arrow.png)no-repeat; left: 120%; top: 25%; transform: translate(-50%,-50%); width: 170px; height: 30px;}
.how-we-work-block ul li:last-child::before{display: none;}
.how-we-work-block ul li h3{color: #000; font-size: 30px; font-family: 'Roboto-Medium'; margin: 25px 0; }
.how-we-work-block ul li p{margin-top: 30px; color: #141414; font-size: 16px; font-weight: 700;font-family: 'Roboto-Regular'; line-height: 25px;}
.how-we-work-block ul li p span{display: block;}
.how-we-work-block ul li .process{position: relative; left: 50%; transform: translate(-50%,0); background: #fff; display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; border-radius: 10px; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid transparent;}
.how-we-work-block ul li .process span{position: absolute; right: -20%; top: -20%; font-size: 18px; font-family: 'Lato';  display: flex; justify-content: center; align-items: center; color: #24e41e; border: 1px solid #fff; background: #fff; width: 40px; height: 40px; border-radius: 50%; transition: all linear .3s; }
.how-we-work-block ul li .process img{transition: all linear .3s;}
.how-we-work-block ul li:hover .process{background: #252525;box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid #fff;}
.how-we-work-block ul li:hover .process img{filter: brightness(0) invert(1);}
.how-we-work-block ul li:hover .process span{background: #252525; color: #fff;}
.how-we-work .more a{border-radius: 50px; margin-top: 30px;}

/*===== Testimonals Section=====*/
.testimonials{position: relative; padding : 80px 0; background: url('../images/testomonials.jpg') no-repeat center center fixed; background-size: cover; }
.testimonials::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 1;}
.testimonials::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 25%; background: rgba(255,255,255); z-index: 1;}
.testimonials .title-section{text-align: left;}
.testimonials .title-section h3{color: #fff;}
.testimonials .section-title h4::before {border-color: #fff; }
.testimonials .section-title h1{color: #fff;}
.testimonials-content{position: relative; background:#fff; margin-top: 30px; padding: 50px 20px;border-radius: 10px;box-shadow: 0px 1px 15px 0px #0000001A;}
.testimonials-list{position: relative; z-index: 10;}
.testimonials-content::after{position: absolute; content: '\f10d'; font-family: 'fontawesome'; width: 100%; height: 0%; left: 70px; top: 25px; font-size: 40px; color:#24e41e;}
.testimonials-content .item{padding: 40px 50px 30px;}
.testimonials-content .item h4{font-family: 'Roboto-Medium'; margin-top: 20px; color: #091B49; font-size: 20px; font-weight: 500;}
.testimonials-content .item p{font-size: 16px; color: #000;}
.testimonials-content-link{text-align: center;}
.testimonials-content-link a{display: inline-block;text-decoration: none; background: #24e41e; color: #fff; font-size: 16px; padding: 10px 30px; border-radius: 5px; border:1px solid transparent; transition: all linear 0.3s;}
.testimonials-content-link a:hover{transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background: #fff; color: #252525; border:1px solid #252525;}

/*===== Project Sections =====    */
.project{padding: 50px 0; background: #fff; }
.project-content{ position: relative; margin-bottom: 30px; }
.project-thumbnail{ overflow: hidden; }
.project-thumbnail img{ width: 100%;height:265px; }
.project-content a{ position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-decoration: none; text-align: center; opacity: 0; display: flex; justify-content: center; align-items: center; -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 a .fa{ color: #fff; font-size: 30px; }
.project-content a span{ display: inline-block; padding: 12px 40px; background:#24e41e; color: #fff; text-decoration: none; font-size: 18px; border-radius: 50px; }
.project-content .over-black{ opacity: 1;  }
.project-content:hover img{ transform: scale(1.1);}
.project-content:hover a{ opacity: 1; }
.project-content:hover a span{ background: #fff; color: #252525; }
.project-content:hover a span:hover{background: #252525; color: #fff;}
.project-info{position: absolute; left: 0; top: 0; }
.project-info h3{font-size: 18px; font-family: 'Lato-Bold'; font-weight: bold; color: #fff; background: #252525; padding: 10px 15px;}


/*===== Contact Section =====*/
.footer{ padding: 60px 0; background: #252525;border-bottom: 1px solid #fff;}
.footer .logo a img{width: 180px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(110deg) brightness(112%) contrast(101%); }
.footer-info{position: relative;}
.footer-contact{margin-top: 25px;}
.footer-content h2{font-size: 36px;font-family: 'Roboto-Medium'; font-weight: 500; color: #fff;margin-bottom: 20px;} 
.footer-content p{font-size: 16px;font-family: 'Lato-Regular'; color: #fff; line-height: 25px;} 
.footer-content h4{font-size: 24px;font-family: 'Roboto-Medium'; font-weight: 500; color: #fff;margin-bottom: 20px; padding-left: 30px;} 
.footer-content h3{font-size: 18px;font-family: 'Roboto', sans-serif; color: #fff;margin-bottom: 20px;display: inline-block;}
.footer-content ul li{list-style: none; font-size: 16px; color: #fff; margin-bottom: 10px;}
.footer-content ul li .right{font-size: 18px;font-weight: 500;}
.footer-content ul li .line-width{width: 3px;}
.footer-content ul li .fa{position: relative; top: -2px;font-size: 10px;margin-right: 13px; color: #24e41e;}
.footer-img{display: flex; margin-left:-15px; align-items: center;}
.footer-img-one img{margin-top: 40px;}
.footer-space{padding-left: 45px;}
.footer-img img{margin: 20px 20px;}
.card{margin-top: 40px;}
.card h4{font-size: 22px; font-family: 'Roboto-Medium';}
.card img{padding-left: 30px;}


/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #252525; }
.copyright p{ color: #fff; font-size: 16px; text-align: center; }
.copyright p a{ color: #24e41e; text-decoration: none;font-weight: 600;}

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

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

      /* No need to styles*/

}
@media (max-width: 991px){
      .header-contact-info{padding-left: 0; margin-left: 0;}
      .navigation::before{ left: -50%; }
      .header-contact-info span {margin-top: 0;font-size: 18px;}
      .header-contact-info ::before {left: -60px;}
      .header-contact-info{padding-left: 128px;}
      .banner-content {top: 50%;}
      .banner-content-info h2 {font-size: 40px;}
      .banner-content-info a {padding: 10px 24px;}
      .banner-content-info h2::before {top: -60%;right: 0%;}
      .welcome-title h1 {font-size: 38px;}
      .welcome-title::before {left: -20%;}
      .welcome-title::after {right: -18%;}
      .choose-us-title h4::before {left: 26%;}
      .choose-us-item {margin-top: 0px;}
      .right-item ul li:last-child {padding-top: 30px;}
      .choose-us-item ul li h2 { font-size: 20px;}
      .left-item ul li {padding-left: 50px}
      .left-item ul li::before {left: -5px;}
      .right-item ul li:last-child::before {top: 30px;}
      .service .section-title h4::before {left: 31%;}
      .service-thumbnail { margin-left: 15px;}
      .service-content {padding: 50px 20px}
      .testimonials-title h1 {font-size: 34px;line-height: 45px;}
      .testimonials-title::before ,.free-estimate-title::before {left: -10%;}
      .project .section-title h4::before {left: 36%;}
      .testimonials-list {width: 480px;}
      .process .section-title h4::before {left: 32%;} 
      .process-content{min-height: 500px;padding: 50px 20px;}
      .free-estimate-title h1 {font-size: 40px;}
      .header-free-estimate a {font-size: 18px;font-weight: 500;padding: 7px 18px}
      .header-free-estimate::before {right: -70px;}
      .navbar-inverse .navbar-nav > li {padding: 20px 35px}
      .navbar-inverse .navbar-nav > li::before {right: 10%;}
      .welcome-thumbnail{ padding-right: 0; }
      .contact-layer .section-content h2,
      .section-title h1, .section-title h2{ font-size: 30px; }
      .section-title::before {width: 75px;height: 100px;}
      .testimonials-list::before{height: 336%;top: -196px;}
      .testimonials-list::after{left: -122px}
      .footer-contact ul li {margin-bottom: 10px}
      .footer-contact {margin-top: 20px;}

      .home-img1 img{margin-left: 0;}
      .home-img1{margin-bottom: 20px;}
      .welcome::before{display: none;}
      .title-section h3{font-size: 30px;}
      .title-section h3 span{font-size: 30px;}
      .feature-block{margin-top: 30px;}
      .services-block ul li{width: 100%;}
      #testimonial-slider .owl-buttons .owl-prev{left: -25%;}


}
@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 =====*/
	.features,.services,.how-we-work,.testimonials,.project,.footer{padding: 30px 0;}
      .header-top{ padding: 70px 0 15px; }
      .header-top-left h3 { font-size: 14px; text-align: center; padding: 10px 0;}
      .header-top-right {text-align: center; padding: 5px 0;}
      .header-contact-info p{margin-right: -35px;}
     .header-middle .logo {text-align: -webkit-center;}
      .header-contact-info ul {display: block;}
      .header-contact-info {margin-top: 5px;margin-bottom: -13px;}
      .header-middle-right{text-align: center;}
      .header-contact-info{margin-top: 15px;margin-bottom: 10px; padding-left: 0; margin-left: 0;}
      .header-contact-info span{margin-left: -120px;}
      .header-contact-info ::before {left: 0;}
      .header-free-estimate span {padding-left: 0px;}
      .header-free-estimate::before {right: 0px;}
      .banner img {width: 120%;}
      .banner-content-info h2{font-size: 20px; line-height: 28px;}
      .banner-content-info a {padding: 6px 10px;font-size: 12px;margin-top: 5px}
      .banner-content-info p {font-size: 12px; line-height: 16px; margin-top: 8px;}
      .banner-content {top: 30%;transform: translate(0,-20%);}
      .home-img1,.home-img2{text-align: center;}
      .home-img2 img{width: 100%; margin-top: 20px;}
      .home-img1 img{margin-left: 0;}

      .welcome::before{top: 0; height: 40%;}
      .welcome-content h3::before{left: 0;}
      .welcome-content h3{padding: 15px 25px; font-size: 16px;}
      .welcome-section{padding-left: 0;}
      .welcome .title-section{text-align: center; margin-top: 20px;}
      .welcome-block ul{flex-direction: column;}
      .title-section h3{font-size: 26px;}
      .title-section h3 span{font-size: 26px;}
	  .welcome-block ul li{width: 50%; margin-right: 0; margin-bottom: 50px; }
	  .feature-block{margin-top: 30px;}
	  .feature-block ul li{width: 90%;}
	  .feature-block ul li span{margin-bottom: 40px;}
	  .feature-block ul li:nth-child(2){margin-left: 0;}
	  .services .title-section p{font-size: 16px;}
	  .services-block ul li{width: 100%;}
	  .service-content{padding: 0;}
	  .how-we-work-block ul{flex-direction: column;}
	  .how-we-work-block ul li::before{display: none;}
	  .how-we-work-block ul li{width: 100%; margin-bottom: 20px;}
	  .testimonials .title-section{text-align: center;}
	  .testimonials-content .item{padding: 40px 0;}
	  #testimonial-slider .owl-buttons .owl-prev{left: 0;}
	  #testimonial-slider .owl-buttons .owl-next{left: 18%;}
	  .footer-content h2{font-size: 28px;}
	  .footer-img{flex-direction: column;}
        .footer-img-one{text-align: center;}
        .footer-space {padding-left: 0;}



      .banner-content-info h2::before {content: '';}
      .right-item ul li:first-child,.right-item ul li:last-child{padding-left: 50px;}
      #banner-slider .owl-pagination {top: 85%;}
      .welcome {padding: 50px 0;}
      .welcome-title{margin-top: 20px;margin-left: 10px;}
      .welcome-title h4 ,.service .section-title h4,.section-title h4, .testimonials-title h4 {font-size: 14px;}
      .welcome-title h1 ,.section-title h1{font-size: 26px;line-height: 32px;}
      .welcome-title::before {left: -24%;}
      .welcome-title::after {content:'';}
      .section-content p {color: #000;font-size: 14px;line-height: 26px;}
      .right-item ul li:first-child{padding-left: 50px;}
      .right-item ul li:first-child {padding-top: 15px;}
      .right-item ul li::before {left: -12px;}
      .service .section-title h4::before {left: 15%;}
      .choose-us-title h4::before {left: 6%;}
      .right-item ul li:first-child::before {top: 10px;}
      .section-title h1,.testimonials-title h1  {font-size: 22px; line-height: 26px;}
      .service .section-title h4::before ,.choose-us-title h4::before{top: -61px}
      .service-thumbnail {margin-left: 100px;}
      .testimonials-list {width: 330px;left: 5%;bottom: 0; position: relative;}
      .testimonials-background {padding: 40px 0 80px 70px; position: relative;}
      .testimonials-title::before{left: -30%;}
      .process .section-title h4::before{left: 0;}
      .process-content{min-height: inherit;}
      .free-estimate::before{visibility: hidden;}
      .free-estimate-background{padding: 80px 0 120px 60px;}
      .free-estimate-title::before{left: -25%;}
      .footer-info{padding-right: 0;}
      .project .section-title h4::before{left: 10%;}
      .free-estimate{padding-bottom: 0;}
      .home-free-estimate-form{position: relative; top: 0;}


      .footer-content h4{ font-size: 20px; }
      .footer-content h3{ font-size: 16px; }
      .footer-content ul li{ font-size: 16px; }
	.copyright{ padding: 15px 0; }
      
	/*===== Slider Section =====*/
	#owl-demo .owl-pagination{ width: 100%; top: 95%; }
	#owl-demo1 .owl-buttons .owl-prev{ left: -10px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; }

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