@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333;   font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif; }

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #82001F; height: 57px;border-bottom: 1px solid #fff;  }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 12px; 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: #B7410E; border: #B7410E 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;  padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 55%; height: auto;background: #fff; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #82001F; 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: #B7410E 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: #B7410E; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #B7410E; border-radius: 5px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: #000; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; background: #000; }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #F71919; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }
.social_icon ul li:nth-child(4) .fa-brands{background:linear-gradient(-120deg,#4285f4, #34a853, #fbbc05, #ea4335);}

/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header-page{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.header .row{align-items: center;}
.header .logo a{display: flex;align-items: center;text-decoration: none;color: #000;gap: 5px;}
.header .logo a img{width: 86px;height: auto;}
.header .logo a p{font-size: 20px;font-weight: 600;-webkit-text-stroke: 1px #000;}

.navbar{ padding: 0; }
.navbar .navbar-nav{ display: block; margin: 0; padding: 0; text-align: right; width: 100%; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0 20px;  border-radius: 0; color: #000; background: transparent;font-size: 18px;font-weight: 700; text-decoration: none;  font-family: "Plus Jakarta Sans", sans-serif; transition: all linear 0.3s; }
      
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #B7410E; background: transparent; }


.navbar .navbar-nav > li:first-child a{padding-left: 0;}
.navbar .navbar-nav > li:last-child{margin-left: 140px;}
.navbar .navbar-nav > li:last-child a{padding-right: 0;background: #B7410E;padding: 15px 18px;font-weight: 600; border-radius: 30px;color: #fff;transition: all linear 0.3s; }
.navbar .navbar-nav > li:last-child a:hover{background: #000;}

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 40px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; background: #000; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes leftright {
      0% { left:calc(100% + 50px); }  
      50% { left:calc(100% + 25px); }  
      100% { left:calc(100% + 50px); }  
    
}

/*===== Banners Section =====*/
.banner{ position: relative;padding: 60px 0;}
.banner img{ height: auto}
.banner-content-box h1{  font-family: "Plus Jakarta Sans", sans-serif;font-weight: 700;font-size: 64px; margin-bottom:37px; }
.banner-content-box p{ font-family: "Plus Jakarta Sans", sans-serif;font-weight: 700;font-size: 22px;margin-bottom: 44px;}
.banner-content-box a{ display: inline-block;background: #B7410E;padding: 15px 18px;font-weight: 700; border-radius: 30px;color: #fff;text-decoration: none; transition: all linear 0.3s; }
.banner-content-box a:last-child{background: #B7410EB5;color: #fff;font-weight: 700;margin-left: 45px;}
.banner-content-box a:last-child .fa-solid{color: #fff;}
.banner-content-box a:hover{ transform: translateY(-5px); background: #000;color:#fff; }
.banner-image{background: #B7410E8F;display: inline-block;padding: 20px;position: absolute;width: 430px; z-index: 4;top: 99px;right: 20px}
.banner-image img{width: 100%;}
.banner-image p{margin-top: 25px;color: #fff;font-size: 22px;font-weight: 600;}

/*===== Common Section =====*/
.section-title{ margin-bottom: 40px; }
.section-title h4{ font-family: "Plus Jakarta Sans", sans-serif;font-weight: 700;font-size: 20px;background: #B7410EB5;color: #fff;padding: 7px 39px;display: inline-block;border-radius: 20px; margin-bottom: 30px; }
.section-title h2{  font-family: "Plus Jakarta Sans", sans-serif;font-weight: 700;font-size: 48px; }
.section-title p{ color: #000; font-family: "Plus Jakarta Sans", sans-serif;font-weight: 600;font-size: 20px;margin-top: 30px; }

.site-link{margin-top: 51px;}
.site-link a{ display: inline-block; padding: 13px 22px; background: #B7410E; color: #fff;font-weight: 600;font-size: 18px; border-radius: 30px;text-decoration: none; transition: all linear 0.3s; }
.site-link a:hover{ transform: translateY(-5px); background: #000; }

/*==============Counter Section======*/
.counter-section-wrapper{padding: 50px 0 10px;position: relative;z-index: 2;}
.counter-section .counter-box{padding-bottom: 40px;border-bottom:1.5px solid #B7410E;text-align:center;max-width:265px; }
.counter-section .counter-box .counter-value{ font-family: "Plus Jakarta Sans", sans-serif;font-weight: 800;font-size: 64px;}
.counter-section .counter-box .counter-label{ font-family: "Plus Jakarta Sans", sans-serif;font-weight: 500;font-size: 20px;}
.angibbb{position: relative;}
.counterbbb{position: absolute;left: 0;bottom: -100px;}
.counterangi{position: absolute;right: 0;bottom: -100px;}

/*===== Welcome Section =====*/
.welcome{ padding: 90px 0; background: #B7410E6E; }
.welcome .section-title h2{color: #B7410E}
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1;position: relative; }
.welcome-thumbnail img{ width: 100%; height: auto; border-radius: 5px; }
.welcome-experience{position: absolute;top: -20%;right: -35px;}
.welcome-experience img{width: initial;}
.welcome .section-content ul li{display: flex;gap: 15px;margin-bottom:50px; }
.welcome .section-content ul li h5{font-family: Plus Jakarta Sans;color: #B7410E; font-weight: 600;font-size: 40px;line-height: 100%;margin-bottom: 25px;}
.welcome .section-content ul li p{font-family: Plus Jakarta Sans;font-weight: 600;font-size: 20px;}

.book-a-handyman{margin-top: 50px;background: #8A2E08;border-radius: 20px;padding: 30px;overflow: hidden;}
.book-a-handyman .section-title{padding-left: 20px;}
.book-a-handyman .section-title h2,.book-a-handyman .section-title p{color: #fff;}
.book-a-handyman .site-link{margin-top: 65px;}
.book-a-handyman .site-link a{border-radius: 20px}
.book-a-handyman .site-link a:last-child{margin-left: 20px;}

/*===== Services Sections =====*/
.services{background:#fff; padding: 90px 0; position: relative;z-index: 0;position: relative;z-index: 1;}
.services .section-title{margin-bottom: 50px;text-align: center;}
.services-card{position: relative; height: 304px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding: 25px;text-align: center; border-radius: 20px;display: flex;align-items: center;flex-direction: column;gap: 15px;transition: all linear 0.3s;}
#services-slider .item{padding:20px ;}
.services-card h5{font-size: 24px;font-weight: 600;}
.services-card p{font-size: 18px;font-weight: 600;}
.services-card a{text-decoration: none;font-size: 20px;color: #000;position: absolute;bottom: 25px;}
.services-card a i{color: #b7410e;}
.services-thumbnail{background: #B7410EB5;height: 304px;width: 100%;border-radius: 20px; position: relative;margin-top: 20px;}
.services-thumbnail img{width: 100%;position: absolute;bottom: 30%;}
.services .site-link{margin-top: 0;text-align: right;}
.services-card:hover{transform: translateY(-5px);}

/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 70px 0px;}
.testimonials .section-title{margin-bottom: 60px;}
.testimonials-card{background: #D9D9D9;padding: 30px ;border-radius: 30px;margin-bottom: 25px;}
.testimonials-card .stars i{color: #b7410e;font-size: 20px;}
.testimonials-content p{color: #000; font-family: "Plus Jakarta Sans", sans-serif;font-size: 18px;font-weight: 600;margin:25px 0; }
.testimonials-content h4{ color: #000; font-family: "Plus Jakarta Sans", sans-serif;font-size: 20px;font-weight: 700;line-height: 30px; }
.testimonials .site-link{text-align: center;margin-top: 61px;text-align: center;}


/*=====Values====*/
.values{padding: 10px 0 80px;}
.values .section-title{text-align: center;}
.values .section-content{display: flex;justify-content: center;align-items: center;}
.rick-value{display: inline-block;position: relative;}
.value-lists{list-style: none}
.value-lists li{padding: 20px ;border-radius: 30px;background: #FFFFFFB5;box-shadow: 0px 4px 41px 13px #00000040;display: inline-block;position: absolute;font-weight: 600;font-size: 24px;line-height: 100%;color: #8A2E08;animation: wiggleMove 7s ease-in-out infinite;}
.value-lists li span{display: flex;justify-content: center;align-items: center;gap: 15px;}
.value-lists li span img{filter: brightness(0) saturate(100%) invert(12%) sepia(67%) saturate(5886%) hue-rotate(33deg) brightness(92%) contrast(94%);}
.value-lists li:nth-child(1){top: 21px;left: calc(-100% + 135px);}
.value-lists li:nth-child(2){top: 60%;transform: translateY(-50%); left: calc(-100% + 152px);animation: wiggleMove 5s ease-in-out infinite;}
.value-lists li:nth-child(3){top: 99px;right: calc(-100% + 135px);animation: wiggleMove 5s ease-in-out infinite;}
.value-lists li:nth-child(4){bottom: 5px;right: calc(-100% + 115px);}
.value-lists li:nth-child(3) span img,.value-lists li:nth-child(4) span img{filter: none}

@keyframes wiggleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, 5px);
  }
  50% {
    transform: translate(5px, 10px);
  }
  75% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

 
/*===== Project Gallery Section =====*/
.project {position: relative;padding: 80px 0px 140px;z-index: 1;background: #8A2E08C2;}
.project .section-title{margin-bottom: 35px;text-align: center;}
.project .section-link{text-align: center;}
.project ul{ display: flex; flex-wrap: wrap; }
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto;border-radius: 6px; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 11px 63px; border-radius: 6px; text-decoration: none; background: #000; color: #fff;font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: 0.02em;  font-family: "Plus Jakarta Sans", sans-serif; transition: all linear 0.3s;position: relative;top: 90px; }
.project-content-item a.overlayer-box span:hover{ background: #000; }
.project .owl-carousel .owl-stage-outer{padding-top: 50px;}
#project-slider .owl-item img{opacity: 0.85;}
#project-slider .owl-item.center img{opacity: 1;}

/*===== Footer Section =====*/
.footer{ padding: 0px 0; background: #8A2E08;border-top:1px solid #fff ; }
.footer .row{align-items: center;}
.footer-top{padding-bottom: 20px;border-bottom: 1px solid #fff;margin-bottom: 40px;}
.footerlogo a{display: flex;gap: 20px;align-items: center;color: #fff;text-decoration: none;font-family: Plus Jakarta Sans;font-weight: 800;font-size: 64px;line-height: 100%;}
.footer-images ul{display: flex;align-items: flex-end;gap: 10px;}
.footer-images ul li{list-style: none;}
.footer-qucik-link{padding: 40px 0;}
.footer-qucik-link ul {display: flex;align-items: center;gap: 30px;}
.footer-qucik-link ul li{list-style: none;}
.footer-qucik-link ul li a{text-decoration: none;color: #fff;font-size: 20px;font-weight: 700;}
.footer-contact-info ul li{ position: relative; list-style: none; }
.footer-contact-info ul{display: flex;justify-content: flex-start;align-items: center;gap: 30px;}
.footer-contact-info ul li a{text-decoration: none;background: transparent;padding: 15px 18px;border: 2px solid #fff;font-size: 20px; font-weight: 700; border-radius: 30px;color: #fff;text-decoration: none; transition: all linear 0.3s;}
.footer-get-a-quote{display: inline-block;width: 287px;height: 287px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #B7410E;position: relative;top: 60px;transition: all linear 0.3s;}
.footer-get-a-quote a{color: #fff;text-decoration: none;font-size: 22px;font-weight: 700;transition: all linear 0.3s;}
.footer-get-a-quote:hover{background: #000;}
.footer-get-a-quote:hover a{color: #fff}


/*===== Footer Section =====*/
.copyright{ padding: 0px 0 20px; background: #8A2E08; }
.copyright-content{display: flex;justify-content: space-between;align-items: center;color: #fff}
.copyright span{ color: #fff;font-size: 18px;font-weight: 700;line-height: 26px; text-align: center;   font-family: "Plus Jakarta Sans", sans-serif; }
.copyright span a{ color: #fff; text-decoration: none;font-size: 18px;line-height: 26px;font-weight: 700;}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ background: #000; }

#project-slider .owl-dots{ display: none; }
#project-slider .owl-nav{ display: block; }
#project-slider .owl-nav .owl-prev{ position: absolute; top: 110%; left: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 64px; height: 64px;box-shadow: 0px 2px 4px 0px #0000001A, 0px 7px 7px 0px #00000017,0px 15px 9px 0px #0000000D, 0px 27px 11px 0px #00000003, 0px 43px 12px 0px #00000000;border: none;border-radius: 50%; background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-next{ position: absolute; top: 110%; right: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 64px; height: 64px; box-shadow: 0px 2px 4px 0px #0000001A, 0px 7px 7px 0px #00000017,0px 15px 9px 0px #0000000D, 0px 27px 11px 0px #00000003, 0px 43px 12px 0px #00000000;border: none; border-radius: 50%;background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-prev:hover,
#project-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#project-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#project-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }
#project-slider .owl-item.center{transform: scale(1.2);position: relative;z-index: 5}

#services-slider .owl-dots{ display: none; }
#services-slider .owl-nav{ display: block; }
#services-slider .owl-nav .owl-prev{ position: absolute; top: 110%; left: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px;box-shadow: 0px 2px 4px 0px #0000001A, 0px 7px 7px 0px #00000017,0px 15px 9px 0px #0000000D, 0px 27px 11px 0px #00000003, 0px 43px 12px 0px #00000000;border: none;border-radius: 50%; background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-next{ position: absolute; top: 110%; left: 55px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px; box-shadow: 0px 2px 4px 0px #0000001A, 0px 7px 7px 0px #00000017,0px 15px 9px 0px #0000000D, 0px 27px 11px 0px #00000003, 0px 43px 12px 0px #00000000;border: none; border-radius: 50%;background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#services-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#services-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#project-slider .owl-item img{ width: initial; }

/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 30px 0; background: transparent; }
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0;   font-family: "Plus Jakarta Sans", sans-serif; text-transform: uppercase; font-weight: 400; font-size: 16px; }
.breadcrumb a{ color: #000; text-decoration: none; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 11px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0;background: transparent;}
.content-block{ background: transparent; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px;line-height: 34px; color: #000; font-weight: 900;   font-family: "Plus Jakarta Sans", sans-serif; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 16px;line-height: 26px; color: #000; font-weight: 700;   font-family: "Plus Jakarta Sans", sans-serif; margin-bottom: 10px; }
.content h4{ text-transform: uppercase; font-size: 18px; line-height: 28px; color: #000; font-weight: 700;   font-family: "Plus Jakarta Sans", sans-serif; margin-bottom: 10px; }
.content p{ font-size: 15px; line-height: 30px;   font-family: "Plus Jakarta Sans", sans-serif; color: #000; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 15px;   font-family: "Plus Jakarta Sans", sans-serif; color: #000; }

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; background: #B7410E; width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #B7410E; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #B7410E; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #B7410E6E; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; }

/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 999; height: 100%; width: 50px; background: #B7410E; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #B7410E; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #B7410E; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; background: #B7410E; color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 8; height: 100%; width: 50px; background: #B7410E; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #B7410E; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #B7410E; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #B7410E; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }


/*========== Responsive ==========*/
@media (max-width: 1399px){
      .navbar .navbar-nav > li > a {padding: 0px 8px; font-size: 15px;}
      
     .banner-content-box h1 {  font-size: 45px;    line-height: 63px;}
     .book-a-handyman-thumbnail img{width: 100%;}
     .section-title h2,.welcome .section-content ul li h5 { font-size: 32px;}
     .section-title h4 { font-size: 18px;}
     .section-title p { font-size: 17px;}
}
@media (max-width: 1099px){
      .navbar .navbar-nav > li > a { font-size: 15px;}
      .navbar .navbar-nav > li:last-child{margin-left: 40px;}
      .navbar .navbar-nav > li:last-child a { padding: 10px 15px}

      .section-title br,.banner-content-box br{display: none;}

      .banner-image {top: 42px; right: -55px;}
      .banner-content-box h4 {font-size: 14px;}
      .banner-content-box h1 {font-size: 28px;line-height: 48px;}

      .counter-section .counter-box .counter-value { font-size: 32px;}
      .counter-section .counter-box { padding-bottom: 24px;}

      .services-card{height: auto;}
      .services-card a{position: unset;}

      .value-lists li { font-size: 19px;}
      .value-lists li:nth-child(1) {left: calc(-80% + 135px);}
      .value-lists li:nth-child(2) {left: calc(-84% + 152px);}
      .value-lists li:nth-child(3) { right: calc(-78% + 132px);}
      .value-lists li:nth-child(4) {right: calc(-77% + 115px);}


      .footerlogo a { font-size: 33px;}
      .footer-get-a-quote {width: 200px;  height: 200px;}


     
     

}

@media (max-width: 992px){

      .mobile_slideLogo img { width: initial;}


      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
      .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

      /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      /*========== Body Section ===============*/
      .header{ padding: 57px 0 0px; background: #fff;}
      .header .navbar{ display: none; }

      .banner-image{position: unset;width: 100%;}
      ..banner-image img{width: 100%;}
      .banner-content-box h1 {font-size: 25px;line-height: 52px;margin-bottom: 25px; }
     .footer-contact-info ul{flex-wrap: wrap;}


      #project-slider .owl-nav .owl-prev{ left: -55px; }
      #project-slider .owl-nav .owl-next{ right: -55px; }
}

/* Meduim Device */
@media (max-width: 767px){

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

      .header .logo a{justify-content: center;}


      .banner { padding: 40px 0;}
      .banner-image{margin: 1.5rem 0;}
      .banner img {width: 100%;}

      .counter-section .counter-box{max-width: unset;}
      .angibbb{display: flex;justify-content: center;align-items: center;gap: 20px;}
      .counterbbb,.counterangi{position: unset;}
     
      .welcome {  padding: 63px 0;}
      .welcome-experience img { width: 200px;}
       .welcome .section-content ul li h5 {font-size: 21px;}
      .welcome .section-content ul li p {font-size: 18px;}

      .section-title{ margin-bottom: 30px; }
      .section-title h4,.section-title p{ font-size: 18px; }
      .section-title h2{ font-size: 25px;line-height: 35px; margin: 20px 0; }

      .services{ padding: 50px 0px; }
      .services .site-link{text-align: left;}
      .services-thumbnail{height: auto;display: inline-block;padding: 20px 0;margin: 1.5rem 0;}
      .services-thumbnail img{position: unset;}

      .book-a-handyman{padding: 18px;}
      .counter-section {flex-wrap: wrap;justify-content: center;align-items: center;gap: 20px;margin: 20px 0;}
     .counter-section .counter-box .counter-value { font-size: 37px;}

      .testimonials{ padding: 50px 0px; }
      .testimonials-content p{ font-size: 16px; line-height: 30px; text-align: center; } 

      .rick-value > img{width: 100%;} 
      .value-lists li,    .value-lists li:nth-child(2) ,    .value-lists li:nth-child(3) {position: unset;animation: none;transform: none;}   
      .value-lists{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
      .value-lists li{margin: 1rem 0;text-align: center;}

      .project{ padding: 30px 0 100px; }
      .project .section-title{margin-bottom: 30px;}
      .project ul{padding: 0;}
      .project ul li{width: 50%;}
      .project-content-item{ margin-bottom: 15px; }
      .project-content-item a.overlayer-box span{top: unset;font-size: 15px;padding: 7px 36px;}

      .footer{ padding: 0px 0px; }
      .footerlogo a {font-size: 23px;}
      .footerlogo a img{max-width: 100px;}
      .footer-images ul{flex-wrap: wrap;}
      /*.footer-contact-info ul li:last-child{margin-top: 1.5rem;}*/
      .footer-contact-info ul li a {font-size: 16px;padding: 11px 13px;} 
      .footer-qucik-link ul li a {font-size: 16px;} 
      .footer-get-a-quote{top: 0;}

      .copyright{ padding: 20px 0px; }
      .copyright-content { justify-content: center;  flex-wrap: wrap;}
      .copyright p{ font-size: 14px; }

      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }
      #project-slider .owl-nav .owl-next{right: 10px;}
      #project-slider .owl-nav .owl-prev{left: 10px;}

      /*===== Pages Section =====*/
      .content-banner{ padding: 10px 0;background: #000; }
      .content h2{ font-size: 20px; }
      .sectiontitleunderline{ margin: 0 0 15px; }
      .breadcrumb .fa{ margin: 5px; }
      .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

}