@charset "utf-8";
/* CSS Document */
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Poppins'; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Poppins'; }

a[href^=tel] { text-decoration:inherit; color: inherit; }

/*===== Button =====*/
.button1{padding: 10px 25px; color: #fff; font-size: 16px; margin-top: 10px; border:2px solid #00bb27; background: #00bb27;  }
.button1:hover{ color: #fff; border:2px solid #670069; background: #670069; transition: all ease-in 0.2s; }
.button2{padding: 10px 25px;  color: #fff; font-size: 20px; font-weight: bold; margin-top: 50px; text-transform: uppercase; border:2px solid #670069;  background: #670069;  }
.button2:hover{ color: #fff; border:2px solid #00bb27; background: #00bb27; transition: all ease-in 0.2s; }
.button3{padding: 10px 25px; color: #670069; font-size: 16px; border:1px solid #ededed;  background: #fff; margin-top: -30px;  }
.button3:hover{ color: #fff; border:1px solid #670069; background: #670069; transition: all ease-in 0.2s; }

/*===== 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: #670069; border: #670069 solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #670069; }

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

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

/*===== Header Section =====*/
header{ display: block; background: #fff; }
.header-top{ display: block; background: #670069; }
.header-welcome-info ul{ display: block; }
.header-welcome-info ul li{ display: inline-block;  font-weight: 500; font-size: 18px;  padding:  12px 0; text-transform: uppercase; color: #fff;}
.header-welcome-info ul li span{color: #670069;}
.header-social-media ul{ display: block;  text-align: right;}
.header-social-media ul li{ display: inline-block; float: none; padding:  14px 5px; font-weight: 900; text-transform: uppercase; font-size: 14px; color: #fff;  }
.header-social-media ul li a .fa{ color: #fff; font-size: 18px; margin: 0 5px;  }
.header-social-media ul li a{color: #fff;}

.header-mid{display: block; background: #fff; padding: 15px 0 60px 0;}
.header-mid .header-contact-info{margin-top: 20px;  }
.header-mid .header-contact-info .call-icon{left: 0; margin-top: -10px;}
.header-mid .header-contact-info img{ position: relative;  }
.header-mid .header-contact-info h4{ color: #000; font-size: 17px; font-weight: 600;  line-height: 23px; margin-bottom: 15px;    float: right;}
.header-mid .header-contact-info h4 span{ color: #5e5e5e; font-size: 15px; font-weight: normal;   line-height: 23px; margin-bottom: 15px;}

.header-bottom{ display: block; background: transparent; position: absolute; z-index: 2; width: 100%; margin-top: -35px;}
.navbar-inverse .navbar-nav:before {  content: '';  position: absolute;    border-bottom: 70px solid #fff; box-shadow: 1px 0px 8px 1px rgb(0 0 0 / 30%); border-left: 28px solid #fff;  height: 0;  width: 140px;  left: -142px;  top: 0;}
.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%; background: #fff; box-shadow:  1px 0px 8px 1px rgb(0 0 0 / 30%) ;  border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.navbar-inverse .navbar-nav li{ display: inline-block; list-style: none; float: none; margin: 0; margin-left: -4px; }
.navbar-inverse .navbar-nav li:after{ content: ''; border-left: 1px solid #333;  z-index: 11; position: relative; }
.navbar-inverse .navbar-nav li:last-child:after{display: none;}
.navbar-inverse .navbar-nav li a{ position: relative;  display: inline-block; padding: 25px; font-weight: 600; margin: 0; border-top: none;  border-bottom: none;  text-transform: uppercase; border-radius: 0; color: #000; background: #fff; font-size: 14px;  text-align: center; text-decoration: none;  -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.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: #670069; background: #fff; }
.header-bottom .emergency-box:after {  content: '';  position: absolute;    border-bottom: 73px solid #670069; border-left: 28px solid #670069;  height: 0;  width: 140px;  right: -125px;  top: 0;}
.header-bottom .emergency-box{background: #670069; padding: 14px 25px; color: #000; font-size: 16px ; font-weight: 500;  border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.header-bottom .emergency-box h2{color: #bebebe;  font-size: 14px; letter-spacing: 1px;}
.header-bottom .emergency-box p{color: #fff;  font-size: 20px; line-height: 22px;}
.header-bottom .emergency-box img{position: absolute;top: 0; right: 15px;}

/*===== 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: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #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: 8px 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);	}
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 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: #670069; color: #fff; 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); color: #fff; background: #1b1b1b; border-color: #1b1b1b; }
.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: 130px; 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; }

/*===== Banner Section =====*/
.banner{ position: relative; }
.banner img{ width: 100%; }
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}
.banner-content h2{font-weight: 600; font-size: 70px; line-height: 80px; margin-bottom: 10px;  color: white;}
.banner-content  h3{color: #670069; font-size: 30px; margin-bottom: 15px; margin-left: 15px;}

/*===== Info box=====*/
.info-box{padding: 0; background: transparent;  position: relative; margin-top: -70px;}
.info-box .info-shadow{box-shadow: 1px 1px 9px 8px rgba(0,0,0,0.1); padding: 0;}
.info-box .color-purple{background: #670069; padding: 30px 0 30px 10px;}
.info-box .color-white{background: #fff; color: #000; padding: 30px 0 30px 10px;}
.info-box .color-white h2{color: #000;}
.info-box .color-white p{color: #000;}
.info-box .color-green{background: #00bb27; padding: 30px 0 30px 10px;}
.info-box .info-box-content{padding: 20px 0; display: inline-block;}
.info-box  h2{color: #fff; font-weight: 500; font-size: 14px; text-transform:  uppercase;}
.info-box  p{color: #fff; font-weight: 500; font-size: 20px; text-transform:  uppercase; margin-top: 10px;}
.info-box img{margin-top: -30px;}

/*===== Service Section =====*/
.service{ padding: 80px 0px;  background: #f6f6f6;  text-align: center; }
.service .section-title{text-align: center;}
.service .section-title p{font-size: 18px; color:  #000; line-height: 36px; margin-top: 20px;  }
.service .service-image-block img{margin-bottom: 15px;}
.services-content-item{ margin-bottom: 30px; text-align: center; background: #fff;  padding: 50px 0; border: 1px solid #fff;}
.services-content-item:hover {border: 1px solid #670069;}
.services-content-item .service-details h5{font-size: 20px; line-height: 36px; color:#000; font-weight: 600; margin:0 0 10px 0; }
.services-content-item:hover .service-details h5{color: #670069;}
.services-content-item a:hover{color: #670069;}
.services-content-item  a{color: #00bb27; font-size: 16px; text-decoration: none;}
.service .service-view-more {text-align: center;  margin-top: 15px;}

/*===== Home Sections =====*/
.home{ display: block; padding:40px 0 80px 0; background: #f6f6f6;}
.home-image-block{ position: absolute; overflow: visible; width: 100%; left: -100px;  }
.home-image-block img{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.home-content-block .home-title-section{ display: block; margin-bottom: 15px; }
.home-content-block .home-title-section h2{ color: #767676; font-size: 16px;  margin:0 0 15px 0; }
.home-content-block .home-title-section h1{ color: #670069; font-size: 36px; line-height: 45px;  font-weight: 600; margin-bottom: 15px;}
.home-content-block .home-title-section h1 span{color: #670069; font-family: 'Constantia';}
.home p{ color: #464646; font-size: 16px; line-height: 30px;  text-align: justify; margin-bottom: 25px;}
.home h3{font-size: 19px; color: #000; font-weight: 600; margin-bottom: 5px;}
.home .pa{padding: 0;}

/*===== Title Sections =====*/
.section-title{ display: block; margin-bottom: 30px; }
.section-title h4{ color: #767676; font-size: 16px;  margin:0 0 15px 0;text-transform: uppercase; letter-spacing: 1px; }
.section-title h2{color: #670069; font-size: 36px; font-weight: 600; }
.section-title h2 span{ color: #000;}
.section-title p{ font-size: 16px; color: #fff; text-align: center; margin-top: 30px; }
.section-title .hr1{ background: #670069; width: 5%; height: 3px; margin: 15px auto 15px auto; }
.redirect-link-btn{ display: block; margin-bottom: 30px; text-align: center; }
.redirect-link-btn a{ position: relative; display: inline-block; padding: 10px 30px; border: #670069 solid 1px; border-radius: 2px; font-size: 16px; font-weight: 400; color: #fff; background: #670069; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.redirect-link-btn a:hover{ background: #fff; color: #670069; }

/*===== Call Us =====*/
.call-us{padding: 100px 0; background: url('https://web.archive.org/web/20250711105649im_/https://dtownmobilmechanics.com/images/call-us-bg.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;   position: relative;}
.call-us .section-title h2{color: #fff; font-size: 50px; line-height: 65px;}
.call-us .repair-box-content h5{ font-size: 20px; color:#fff; font-weight: bold; margin:0 0 10px 0;  }
.call-us  img{margin: -58px auto 0px auto;}

/*===== Testimonials Sections =====*/
.testimonial{ position: relative; padding: 80px 0;background: #f6f6f6;  position: relative; text-align: center; }
.testimonial .section-title{text-align: center;}
.testimonial .section-title img{margin: 10px auto 0 auto;  }
.testimonial-content-item{ position: relative; display: block; padding: 40px 20px; border-radius: 5px;  margin: 0 10px; background:#fff;   }
.testimonial-content-item .fa{ color: #670069; margin: 0 auto; margin-bottom: 15px; justify-content: center; align-items: center; font-size: 55px; }
.testimonial-content-item p{ color: #5f5f5f; font-size: 16px; line-height: 30px; font-style: italic; }
.testimonial-client-name h4{ color: #00bb27; font-size: 20px;   }
.testimonial img{margin: 15px 0;}

/*===== Projects Section =====*/
.projects{ text-align: center; background:#f6f6f6; padding: 0 0 80px 0; }
.projects-content{ display: block; margin-top: 30px; }
.projects-content .pa{margin: 0; padding: 0;}
.projects-content-image-block img{ width: 100%; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.projects-content-image-block { position: relative; width: 100%; margin-bottom: 30px;}
.overlayer { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background: rgba(0,0,0,0.55);}
.projects-content-image-block:hover .overlayer { opacity: 1;}
.projects-content-image-block .overlayer-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;}
.projects-content-image-block .overlayer-content h5{font-size: 20px; font-weight: 600; color: #fff; text-transform: uppercase;}

/*===== Free Estimate Sections =====*/
.free-estimate{ padding: 80px 0; background: #fff;  }
.free-estimate  h2{color: #670069; font-size: 30px; margin-bottom: 15px; margin-left: 15px;}
.free-estimate .section-title img{margin: 15px auto 0 auto;  }
.free-estimate p{ color: #fff; font-size: 16px; font-weight: 500; line-height: 28px; margin-bottom: 15px; text-align: center;  }
.free-estimate-form-block input::placeholder{ color: #464646; }
.free-estimate-form-block textarea::placeholder{ color: #464646; }
.home-free-estimate-formstyle{ height: 55px; background: #f6f6f6;  border-radius: 5px; color: #000; border: #fff solid 1px; margin-bottom: 15px; }
.btn-home-free-estimate-formstyle{ position: relative; width: 100%; display: inline-block; padding: 15px 30px; border: #670069 solid 1px; border-radius: 5px; font-size: 16px; font-weight: bold; color: #fff; background: #670069; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }


/*===== Contact Section =====*/
.contact{ padding: 40px 0; background:#333;background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; z-index:10;  }
.contact-content-block h2{ color: #fff; font-size: 36px; line-height: 50px;  font-weight: bold; margin: 30px 0 1px; padding-bottom: 15px;  }
.contact-content-block h4{ position: relative; color: #fff; text-transform: uppercase; font-size: 20px;  font-weight: 400; margin: 30px 0 10px; padding-bottom: 15px; }
.contact-content-block p,
.contact-content-block ul li{ list-style: none; color: #fff; font-size: 16px; line-height: 36px; }
.contact-content-block ul li span{ display: inline-block; float: right; }
.contact-content-block ul li a{ color: #fff; text-decoration: none; }
.contact-content-block ul li a:hover{ color: #00bb27; }
.contact-content-block ul li .fa{ width: 20px; }
.contact-logo-block img{ margin: 15px 0;}
.contact-image-block{ display: block; margin-top: 30px; }
.contact-image-block h4{ margin-top: 50px; color: #fff; font-size: 36px; text-transform: uppercase; font-weight: 700; }
.contact-content-block ul .dotted-border{border-bottom: 1px dotted #fff;}
.contact .social-icon-block {padding: 20px 0 10px 0;}
.contact .social-icon-block ul li{ list-style: none; color: #fff; font-size: 16px; line-height: 36px; display: inline-block; margin-right: 15px;}
.contact .social-icon-block .fa{color: #fff; border: 2px solid #fff; border-radius: 50%; padding: 6px 8px;}
.contact .social-icon-block .fa-facebook{ padding: 6px 10px;}
.service-area-block{margin-bottom: 15px;}
.service-area-block h4{ position: relative; color: #fff; text-transform: uppercase; font-size: 20px;  font-weight: 400; margin: 30px 0 10px; padding-bottom: 15px; }
.service-area-block h4::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background: #fff; }
.service-area-block h4::after{ content: ""; position: absolute; bottom: 0; left: 30px; width: 10%; height: 2px; background: #fff; }
.service-area-block p{ list-style: none; color: #fff; font-size: 16px; line-height: 36px; }
.contact .logo-block{border-top: 1px solid #ccc; padding: 20px 0 10px 0;}

/*===== Footer Section =====*/
.footer{ margin: 0; padding: 20px 0; background: #000; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; }
.copyright p a{ color: #670069; text-decoration: none; font-weight: 700; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; display: none; 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: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #000; }

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

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; display: none; right: 0; top: 82%; transform: translate(-50%,0); z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ width: 25px; height: 3px;  background: #ccc;  opacity: 1; border-radius: 0;}
#owl-demo2 .owl-pagination .active span{ background: #670069; }

/*===== Content Pages =====*/
.content-banner{ padding: 60px 0 20px; background: #fff; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #670069; color: #fff; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.content-banner a:hover{ color: #fff; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #670069; font-weight: 900; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #670069; font-weight: 600; margin: 20px 0 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #666; font-weight: 600; margin: 20px 0 10px; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; }
.content p span{ font-size: 20px; color: #670069; margin: 0; font-weight: bold; }
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #670069; }
.content li span{ font-size: 16px; text-align:justify; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #670069; 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: #670069; 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: #670069; 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: #670069; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #670069; 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: #670069; 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: #670069; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.googlemap{ height: 345px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute;  height: 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; font-weight: 700; color: #666; }
.quoet-address ul li a{ color: #670069; }

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

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

@media (max-width: 1024px){

	.navbar-inverse .navbar-nav li a{font-size: 14px;}
	.header-mid .header-contact-info img{left: 0;}
	.header-mid .header-contact-info .call-icon{left: 0px;}

	.header-mid .header-contact-info h4{float: none;}
	.navbar-inverse .navbar-nav:before{display: none;}
	.header-bottom .emergency-box:after{display: none;}
}

/*========== Responsive ==========*/
@media (max-width: 991px){
	.header-contact-info ul li { padding: 5px 0; }
	.header-contact-info ul li .fa { margin: 0; border: none;  padding: 0; }
	.header-bottom .logo{ display: block; text-align: center; margin: 15px 0; padding-top: 3px; position: inherit; z-index: 1; top: 0; left: 0;}
	.header-bottom .logo::before { display: none;}
	.header-bottom .logo img{ display: inline-block; }
	.navbar-inverse .navbar-nav{ text-align: left; }
	.navbar-inverse .navbar-nav li a{ padding: 19px 13px; border-top: #eee solid 1px }
	.why-choose-us .why-us img { position: inherit;  left: 0px; }
	.contact-content-block ul li span{ float: none; }
	.header-mid .header-contact-info{text-align: center;}
	.header-mid .header-contact-info h4{float: none;}
	.header-mid .header-contact-info img{left: inherit;}
	.header-mid .header-contact-info .call-icon{left: inherit;}
	.header-mid .logo img{margin: 0 auto;}
	.banner-content .top-left h2{font-size: 28px;}
}
@media (max-width: 767px){

	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	.header-top{ padding: 57px 0 15px; text-align: center; border-top: none; }
	.header-top ul{ text-align: center; }
	.header-top ul li{ padding: 5px 0;}
	.header-mid{padding: 15px 0;}
	.header-mid .logo { padding-top: 3px; text-align: center;}
	.header-mid .logo img{margin: 0 auto;}
	.header-mid	.header-contact-info{display: none;}
	.navbar-inverse .navbar-nav:before{display: none;}
	.header-bottom .emergency-box:after{display: none;}
	.header-bottom{position: inherit; margin-top: inherit;}
	.header-bottom .emergency-box{border-bottom-left-radius: inherit; border-top-left-radius: inherit;}
	.info-box{margin-top: inherit;}
	    
	.banner-content {
    position: relative;
    transform: none;
    top: 0;}
	
	.home{ padding: 50px 0; text-align: center;}
	.home-content-block .home-title-section h4{font-size: 24px;}
	.home p{ text-align: center;}
	.home-content-block .home-title-section{ margin-bottom: 15px; }
	.home-content-block .home-title-section h1{ font-size: 24px; }
	.home-content-block p{ font-size: 14px; line-height: 30px; }
	.home-content-block a{ padding: 10px 15px; font-size: 14px; }
	.home-image-block{ margin-top: 30px; position: inherit; left: inherit; overflow: hidden; margin-bottom: 30px; }
	.home-content-block img{float: inherit;}
	.section-title{ margin-bottom: 15px }
	.section-title h2{ font-size: 24px; }
	.why-choose-us{text-align: center;}
	.why-choose-us p{text-align: center;}
	.why-choose-us .why-choose-img img{left: inherit; width: 100%;}
	.why-choose-us .pa { margin: 0; padding: 15px;}
	.why-choose-us .why-us img {position: inherit;left: 0px;  margin: 0 auto;}
	.how-we-work .right-arrow img{display: none;}
	.service{ padding: 50px 0 30px; text-align: center; }
	.service img{margin: 0 auto;}
	.service .service-view-more p{text-align: center;}
	.call-us {text-align: center;}
	.call-us-button{text-align: center;}
	.projects{ padding: 50px 0;  margin-top: 0;}
	.projects-content-image-block{ margin-bottom: 15px; }
	.testimonial{ padding: 50px 0 70px; text-align: center; }
	.testimonial-content .item{ padding-top: 45px; }
	.testimonial-content-item{ width: 100%; padding: 40px 15px 15px; }
	.testimonial-content-item h4{ font-size: 18px; }
	.testimonial-content-item p{ font-size: 14px; line-height: 30px; }
	.testimonial-content-item .fa{ font-size: 18px;}
	.free-estimate{ padding: 15px 0;  }
	.free-estimate-form-col{ padding: 50px 20px; }
	.free-estimate-form-block{  min-height: auto; }
	.btn-home-free-estimate-formstyle{ font-size: 14px; padding: 10px 15px; }
	.contact{ padding: 30px 0; }
	.contact-content-block h4{ margin: 30px 0 10px; }
	.contact-content-block p,
	.contact-content-block ul li{ line-height: 30px; }
	.contact-logo-block img{float: none;}
	.contact-image-block h4{ margin-top: 15px; font-size: 24px; }

	.copyright span{ display: block; }

	/*===== Slider Section =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 15px; background: #fff; color: #670069; }
	#owl-demo1 .owl-buttons .owl-next{ right: -25px; background: #fff; color: #670069; }
	#owl-demo2 .owl-pagination{ top: 103%; left: 50%;}

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 30px; }
	.content ul li span{ font-size: 14px; line-height: 30px; }
	.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; }
}
/*
     FILE ARCHIVED ON 10:56:49 Jul 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:17:00 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.41
  load_resource: 226.68
  PetaboxLoader3.resolve: 128.864
  PetaboxLoader3.datanode: 63.34 (2)
  loaddict: 56.152
*/