main-services@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 500;font-family: "Jost", sans-serif;line-height: 1.5; background: #001219;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: "Jost", sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Jost", sans-serif; }
a[href^=tel],a[href^=mailto] { text-decoration:inherit; color: inherit; }
p,a {font-size: 16px; font-weight: 400;line-height: 1.8;font-family: "Jost", sans-serif;}
img{height: 100%; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}


/* var */
:root {
    --color-blue:#02066F;
    --color-yellow:#8B8000;
    --font-jost: "Jost", sans-serif;

}
/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #2f9fd1; color: #000; }

/* 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; }

/* Dropdown Menu */
.navbar .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 .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .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: #03016f; 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 .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .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: var(--color-blue); border: var(--color-blue) 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: #191919; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 180px; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: var(--color-blue) 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: var(--color-blue); 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: var(--color-blue); border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #2c2c2c; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #2f9fd1; border-color: #2f9fd1; color: #000; }
.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; }*/




/*===== Common Section====  */
.section-heading-head{margin-bottom: 60px; row-gap: 10px; }
.section-topic{}
.section-sub{font-weight: 700; font-size: 18px;color: var(--color-yellow); letter-spacing: 4%; line-height: 28px;}
.section-heading{font-size:32px; font-weight: 500; margin: 12px 0 0 0;color: black; line-height: 50px;} 
.btn-custom{ font-weight: 500; padding: 12px 37px; background-color:var(--color-blue) ; font-family: "Alegreya Sans", sans-serif; border-radius: 30px;color: #fff;;transition: all 0.3s; }
.btn-custom:hover{background: transparent !important;border: 1px solid var(--color-blue);color: var(--color-blue);  transform: translateY(-5px);}
.btn-section { display: inline-block; background-color: var(--color-yellow); color: #000; font-weight: 600; max-width: 180px; border-radius: 30px; padding: 11px 32px;font-size: 16px; line-height: 26px; letter-spacing: 4%; transition: 0.3s; text-decoration: none;}
.btn-section:hover { background-color: #e5cc30; color: #000; transform: translateY(-3px); }
.right-side-content{display: flex; flex-direction: column; justify-content:space-between; row-gap:  15px;}
.right-side-content p{color: #fff;}

/*===== Header Section =====*/
/* .header.home{background:transparent;} */
.header{z-index: 99;background:#0a1118; position: relative;}
.header-top{ background-color: var(--color-blue); color:#fff;padding: 10px 0; font-size: 14px;}
.header-top p { margin: 0; }
.theme-toogle { background: rgba(0,0,0,0.3); border-radius: 20px; display: inline-flex; align-items: center; padding: 2px; }
.theme-toogle .btn { background: transparent; border: none; color: #777; padding: 4px 10px; border-radius: 20px; font-size: 14px; box-shadow: none !important; }
.theme-toogle .btn.active { background: black; color: #fff; }

.header-inbetween { padding: 12px 0; }
.nav-contact { display: flex; align-items: center; margin-left: 40px; }
.nav-contact .icon { background-color: var(--color-yellow); color: #000; width: 45px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 25px; border-radius: 4px; margin-right: 20px; }
.nav-contact .text p { margin: 0; color: #fff; font-size: 14px; line-height: 1.2; }
.nav-contact .text p:first-child { font-weight: 600; font-size: 18px; line-height: 28px; margin-bottom: 4px; }
.nav-contact .text a { color: #fff; text-decoration: none; font-size: 16px; line-height: 26px; font-weight: 400;}

/**/
.header-bottom-wrapper { display: flex; align-items: center; justify-content: center; transform: translateY(50%); position: relative; z-index: 100; margin: 0 30px}
.header-bottom{ width: 90%; background-color: var(--color-yellow); }
.header-bottom { border-radius: 10px; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,0.1); width: 100%; margin: 0 auto; }
.navbar {font-family: unset; border: none; background: transparent; background-color: transparent !important; padding: 0; width: 100%; }
.navbar .navbar-nav{display: flex; align-items: center; margin: 0;padding: 0; flex-direction: row;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;margin: 0;padding: 0;}
.navbar .navbar-nav > li > a{padding: 12px 20px; font-size: 18px; font-weight: 600; color: #fff; text-decoration: none; font-family: "Jost", sans-serif;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > .active > a {color: var(--color-blue)}
.btn-free-estimate { background-color: #000; color: #fff; border-radius: 30px; padding: 11px 32px; font-weight: bold; text-decoration: none; font-size: 16px; transition: 0.3s; }
.btn-free-estimate:hover { background-color: #333; color: #fff; }




/*===== Banner Section =====*/
.banner{position: relative;display: flex; align-items: center;justify-content: center; background: #000;}
.banner-item{ width: 100%; position: relative;}
.banner-item img{ width: 100%; height: 750px; object-fit: cover; display: block; }
.banner-content{position: absolute;z-index: 2;top: 55%; transform: translateY(-50%); width: 100%;}
.banner-desc p { font-size: 16px; line-height: 26px; max-width: 600px; font-weight: 400px; }
.banner-content h1{margin: 0 0 30px 0; font-weight: 700; font-size: 56px; line-height: 1.4;}
.banner-content h5{color: #fff; font-weight: 500; font-size: 18px; line-height: 28px; margin-bottom: 10px;}
.btn-yellow { display: inline-block; background-color: var(--color-yellow); color: #000; font-weight: 600; border-radius: 30px; padding: 11px 32px; margin-top: 40px; font-size: 16px; line-height: 26px; letter-spacing: 4%; transition: 0.3s; text-decoration: none;}
.btn-yellow:hover { background-color: #e5cc30; color: #000; transform: translateY(-3px); }



/*===== Welcome Sections =====*/
.welcome{padding: 100px 0px;}
.welcome .section-heading{color: #000;}
.welcome-content .btn-custom { margin-top: 35px;}
.three-row{padding: 80px 0 0 0;}
.about-down{display: flex; flex-direction: column;}
.about-down h3{font-size: 66px; line-height: auto; margin-bottom: 10px; letter-spacing: 4%;}
.about-down p{font-size: 14px; line-height: 24px;}

/*===== Services Sections =====*/
.services{color:#fff; background:url('../img/services-bg.webp');background-repeat: no-repeat;background-position: bottom; background-size: cover; padding:70px 0 100px;position: relative;}
.services .section-heading{color: #fff;}
.services-card{background: #fff; padding: 10px 10px 30px 10px; border-bottom: 4px solid var(--color-yellow);transition: all 0.3s ease; border-radius: 10px;}
.services-card:hover{transform: translateY(-5px);}
.services-content{color: #000; padding: 20px 10px 0 10px;}
.services-content h5{color: var(--color-blue); font-size: 18px; line-height: 28px; font-weight: 600; margin-bottom: 12px; letter-spacing: 4%;}
.service-content p{margin-bottom: 30px;}
.services-link{margin-top: 30px; padding: 9px 22px; font-size: 16px; line-height: 26px; letter-spacing: 2%; background-color: var(--color-blue); color: #fff; text-decoration: none; display: inline-block;} 

/*===== why choose us ==== */
.why-choose-us{padding:100px 0; }
.wcu-item {position: relative;margin-bottom: 70px;display: flex;align-items: center;}
.wcu-item.left-side {padding-right: 35px;}
.wcu-item.right-side {padding-left: 35px;}
.wcu-text {background: #fff;padding: 25px 50px 25px 20px;width: 100%;box-shadow: 0 5px 20px rgba(0,0,0,0.05);}
.wcu-item.left-side .wcu-text {border-radius: 25px 0 0 25px;}
.wcu-item.right-side .wcu-text {border-radius: 0 25px 25px 0;padding: 25px 20px 25px 50px;}
.wcu-text h5 {color: #000;font-size: 18px;font-weight: 500;line-height: 28px;margin-bottom: 12px;}
.wcu-text p {color: #000;font-size: 16px;line-height: 26px;margin-bottom: 0;}
.wcu-icon {position: absolute;top:25%;transform: translateY(-50%);background: var(--color-blue);width: 60px;height: 100px;border-radius: 15px 15px 0 15px;display: flex;align-items: center;justify-content: center;color: #fff;z-index: 2;box-shadow: 0 5px 15px rgba(25, 109, 227, 0.3);}
.wcu-item.left-side .wcu-icon {right: 0;}
.wcu-item.right-side .wcu-icon {left: 0;}
.wcu-center-img img {width: 100%;max-width: 400px;aspect-ratio: 1 / 1;object-fit: cover;}
.wcu-icon img{width: 100%; object-fit: contain; max-width: 40px;}
@media (min-width: 992px) {
    .wcu-item.left-side {left: 15px;}
    .wcu-item.right-side {right: 15px;} 
    .wcu-item.left-side:nth-child(1),
    .wcu-item.left-side:nth-child(3) {left: 60px;}
    .wcu-item.right-side:nth-child(1),
    .wcu-item.right-side:nth-child(3) {right: 60px;}
}
@media (max-width: 991px) {
    .wcu-item.left-side { padding-left: 35px; padding-right: 0; }
    .wcu-item.left-side .wcu-text { border-radius: 0 25px 25px 0; padding: 25px 20px 25px 50px;}
    .wcu-item.left-side .wcu-icon { left: 0; right: auto;}
}


/*=== how we work=== */
.how-we-works {padding: 100px 0px;}
.work-content h5{margin: 25px 0 14px;font-weight: 700;}

/*===== Testimonials Sections =====*/
.testimonials { padding: 100px 0; background-color: #0b131a; color: #fff; position: relative; z-index: 1; overflow: hidden; }
/* .testimonial-image-wrapper { position: relative; display: flex; align-items: center; justify-content: center; padding: 20px 0; } */
.circle-image img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-content { padding-left: 60px; }
.testimonials .section-sub { color: var(--color-yellow); font-size: 18px; font-weight: 700; margin-bottom: 15px; display: block; }
.testimonials .section-heading { color: #fff; font-size: 42px; font-weight: 600; margin-bottom: 20px; line-height: 1.3; margin-top: 0; }
.testimonials p {font-size: 16px; line-height: 1.6; margin-bottom: 60px; }

.testimonial-card { background: linear-gradient(135deg, #6296de, var(--color-blue)); border-radius: 14px; padding: 30px 25px 40px;  position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.testimonial-card .stars { margin-bottom: 20px; }
.testimonial-card .stars img{ max-width: 100px; }
.testimonial-card .testimonial-text { color: #fff; font-size: 16px; font-weight: 400; line-height: 26px; margin-bottom: 60px; font-style: italic; }
.testimonial-card .author-name { color: #fff; font-size: 18px; line-height: 28px; letter-spacing: 4%; font-weight: 600; margin: 0; }

.slider-controls { display: flex; justify-content: flex-end; gap: 30px; margin-top: 30px; }
.slider-controls .control-btn { background-color: var(--color-yellow); color: #000; width: 40px; height: 40px; border-radius: 5px; border: none; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; transition: all 0.3s ease; }
.slider-controls .control-btn:hover { background-color: #fff; transform: translateY(-3px); }

/* @media (max-width: 991px) {
    .testimonial-image-wrapper { margin-bottom: 50px; }
    .circle-image { margin-left: auto; margin-right: auto; max-width: 400px; }
    .blue-shape { width: 80%; left: 10%; }
    .testimonial-content { padding-left: 0; text-align: center; }
    .testimonial-card { text-align: left; }
    .slider-controls { justify-content: center; }
} */

/* @media (max-width: 767px) {
    .testimonials .section-heading { font-size: 32px; }
    .circle-image { max-width: 300px; }
} */

/*===== Project Sections =====*/
.project {color: #fff;  padding: 70px 0px 100px 0; background: url('../img/gallery-bg.webp');background-repeat: no-repeat;background-size: cover;background-position: bottom; }
.project .project-content-item {position: relative; overflow: hidden;}
.project .project-content-item img { width: 100%; height: auto; }
.project .project-content-item a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent;
 text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s;
    transition: all linear 0.3s;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
.project .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;}
.project .project-content-last {position: relative;}
.project .project-content-last .project-overlay { position: absolute;content: ""; background-color: rgba(0,0,0,0.5); top: 0;left: 0;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}
.project .section-heading{color: #fff;}


/*===== Free Estimate Sections =====*/
.home-free-estimate {color: #000; padding: 100px 0 70px; background: url(../img/contact-bg.webp) no-repeat center top; background-size: cover; position: relative;}
.home-free-estimate::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 300px; background: #001219; z-index: 0; }
.home-free-estimate .container { position: relative; z-index: 1; }
.free-estimate-home-header{text-align: center; color: white;}
.free-estimate-home-header .section-sub{color: white; font-weight: 700; margin-bottom: 10px; display: block;}
.free-estimate-home-header .section-heading{color: white; margin-bottom: 20px; font-weight: 600; font-size: 42px;}
.free-estimate-home-header p{margin-bottom: 50px; color: #eee;}
.free-estimate-dark-form {background: #000;padding: 50px;border-radius: 10px;box-shadow: 0 15px 40px rgba(0,0,0,0.5);max-width: 1000px;margin: 0 auto;}
.free-estimate-dark-form .form-control {background-color: #1a1a1a;border: 1px solid #1a1a1a;color: #fff;padding: 14px 20px;border-radius: 5px;height: auto;font-size: 15px;transition: all 0.3s ease;}
.free-estimate-dark-form .form-control:focus {background-color: #1a1a1a;border-color: #333;box-shadow: none;color: #fff;}
.free-estimate-dark-form input::placeholder,.free-estimate-dark-form textarea::placeholder {color: #888 !important;opacity: 1;}
.btn-submit-yellow {background-color: var(--color-yellow) !important;color: #000 !important;border: none !important;padding: 12px 40px;font-weight: 600;border-radius: 30px;margin-top: 10px;}
.btn-submit-yellow:hover {background-color: #fff !important;color: #000 !important;}
@media (max-width: 767px) {
    .free-estimate-dark-form { padding: 30px 20px; }
}

.free-estimate-card{padding: 30px 30px 35px;border:1px solid #000; border-radius:5px;}
.estimate-img{position: relative;}
.estimate-img::after{position: absolute;content: '';height: 75%;width: 75%;top: -20px;left: -20px;background:var(--color-blue) ;z-index: -1;}
.free-estimate-card h2{font-weight: 700;}
.free-estimate-card p{margin: 8px 0 35px;}
.contact-box{width: 40px; height: 40px;border-radius: 5px;background: var(--color-blue);display: flex;align-items: center;justify-content: center;color: #fff;}
.free-estimate-card .form-control  {border:1px solid #000; margin-bottom: 25px;font-weight: 400; line-height: 2.1; color: #000000; background-color: #fff ;  border-radius:5px; height: unset; padding: 11px 20px;}

.free-estimate-card input::placeholder,.free-estimate-card textarea::placeholder{color: #000!important; opacity: 1;font-size: 16px;}
.free-estimate-card .form-control:focus { color:#000; background-color: #fff; box-shadow: unset;}
.free-estimate-card .btn-custom{padding:11px 48px;width: 100%;border-radius: 5px;}

/*===== Footer Section =====*/
.footer  {color: #fff; background-repeat: no-repeat; background-size: cover;width: 100%; background:#252525; padding: 70px 0px 0px;}
.footer-logo {width: 120px;margin-bottom: 30px;}
.list-unstyled iconify-icon{transform: rotate(90deg);}
.footer-list li a{text-decoration: none;color: #fff;}
.footer-list ul li.active a{color:#fff ;display: flex;align-items: center;}
.footer-list h5{position: relative; font-size: 18px;font-weight: 700;display: inline;color: #fff;}
.footer-list h5::before{position: absolute; content: '';width: 30%;height: 2px;bottom: -4px;right: 0;background: var(--color-blue);}
.footer-list ul {margin-top: 30px;}
.footer-list ul li{margin-bottom: 10px;}
.icon-box{font-size: 24px;margin-right: 15px;display: flex;color: var(--color-blue);}
.contact-box iconify-icon{font-size: 24px;}
.foot-contact li{margin-bottom: 33px;align-items: center;}
.contact-list{display: flex; flex-direction: column;gap: 2px;}
.contact-list p{font-size: 16px; line-height: 26px; color: white;}
.footer-list ul li a iconify-icon{margin-right: 10px;}
.bonded{margin-top: 40px;}
/*===== copyright Section =====*/
.copyright{ padding: 15px 0; border-top: var(--color-blue) solid 2px; background: var(--color-blue);}
.copyright p{ color: #fff; font-size: 16px; text-align: center; }
.copyright p a{ color: #fff; text-decoration: none; font-weight: 600; }
.footer .social-ms-icon iconify-icon{color: #ffff; font-size: 36px;}







/*===== Content Pages =====*/
.content-banner{padding: 85px 0 20px;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-family: "Alegreya Sans", sans-serif;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff; font-family: "Alegreya Sans", 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%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: var(--color-blue); }
.content { width: 100%; padding: 50px 0;background: #fff;}
html.dark-mode .content { background: #212121; }
html.dark-mode .content h2 { color: #ffffff; }
.content h2{ font-size: 25px; font-weight: 600; color: #000; font-family: "Alegreya Sans", sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: "Alegreya Sans", sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: "Alegreya Sans", sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: "Alegreya Sans", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 25px; font-weight: 600; color: #A67C00; font-family: "Alegreya Sans", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5::before{ content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: #A67C00; display: inline-block; margin-right: 10px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Alegreya Sans", sans-serif; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0 1px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.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: #00396f;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;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: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 18px; font-weight: 500; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.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 .btn.btn-link.btn-block.text-left::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 h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;}
.accordion-button{font-weight: 900;font-size: 18px;}
.accordion-body{font-family: "Alegreya Sans", sans-serif;}
.accordion-button:focus{box-shadow: unset;}
.accordion-button:not(.collapsed){background-color:#808080 ;color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.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: #00396f;}
.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{display: flex;justify-content: center;align-items: center; height: 50px;width: 50px;text-align: center;color: #000;background-color: #ddd;font-size: 18px;}
/*===== 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: 12px 0px 12px 60px;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: 26px;height: calc(100% - 26px);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; }
.br-none br{display: none;}
.photo-owner {text-align:left;margin-top: 30px;text-align:center;}
.photo-owner img {width: 20%;border-radius: 10px; }
.photo-owner p{font-size: 20px; margin-top: 20px; font-weight: 700;}
.photo-owner h3{font-size: 32px; font-weight: 400; margin-bottom: 20px; text-transform: uppercase;}
@media (max-width: 991px) {
    .photo-owner {
        text-align: center;
    }
    .photo-owner img {
        width: 50%;
    }
}
.main-services{background: #000; padding: 20px; border-radius: 10px; color: #fff;}
.main-services1{background: #000; padding: 20px; border-radius: 10px; color: #fff; width: fit-content;margin-bottom:30px;}
.main-services1 .photo-owner img{width: 50%;}
.main-services h5{margin-bottom: 30px !important; font-size: 22px !important; font-weight: 600 !important;}
.main-services1 h5{margin-bottom: 30px !important; font-size: 22px !important; font-weight: 600 !important;}
.about-black{border-radius:0 0 10px 10px; !important}
/*========== Responsive ==========*/

@media(max-width:1399px)  {
  .welcome br,.commitment br{display: none;}

}
@media (max-width:767px){
    .main-services1{width:100%;}
}

@media (max-width: 1199px){
  .navbar .navbar-nav > li > a{ padding: 15px 8px; }
  .navbar .navbar-nav > li > a:hover::before,
  .navbar .navbar-nav > li > a:hover::before,
  .navbar .navbar-nav > li > a:focus::before,
  .navbar .navbar-nav > .active > a::before,
  .navbar .navbar-nav > .active > a:hover::before,
  .navbar .navbar-nav > .active > a:focus::before,
  .navbar .navbar-nav > .open > a:hover::before,
  .navbar .navbar-nav > .open > a:focus::before,
  .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
  .banner-content-box h2{ font-size: 70px; line-height: 100px; }
  .section-heading h2 span{ display: inline; }
  .testimonial-content{ padding-left: 0; }
  /* .testimonials .section-body{ padding: 0; padding-left: 130px; } */
  /* .welcome .section-thumbnail img{ margin-top: 300px; margin-left: -30px; width: 100%; height: auto; } */
 
}
@media (max-width: 991px){
  .header-top {display: none;}
  .contact-info-bet{display: none;}
  .header-inbetween .col-md-3 { flex: 0 0 100%; max-width: 100%; text-align: center; }
  .header-inbetween .logo { display: inline-block; margin-top: 60px; }
  .banner-content { margin-top: 60px; }
  .header-top ul{ text-align: center; }
  .banner-content-box h2{ font-size: 48px; line-height: 70px; }
  .banner-content-box a{ font-size: 24px; }
  .section-heading h4{ margin-bottom: 15px; }
  .section-heading h2{ font-size: 36px; line-height: 48px; }
  .section-heading p{ width: 100%; padding: 0; }
  .welcome::after,
  .welcome::before{ left: calc(50% + 100px); }
  .logo-list{ display: block; margin-top: 30px; }
  .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
  .services .container{ width: 100%; }
  .footer-content h4{ margin-top: 30px; }
  .about-down h3 {font-size: 36px;}
  .testimonial-content{margin-top: 40px;}

}
@media (max-width: 767px){

  /*===== Header-section==== */
  .btn-custom{font-size: 14px!important;padding: 13px 30px;}
  .section-topic{margin-bottom: 30px;}
  .banner{ margin-top: 0;}
  .banner-content h1, .banner-content h1 span {font-size: 20px;}
  .banner-content p {font-size: 13px;}
.banner br{display: none;}
  .btn-yellow{letter-spacing: 0%; margin-top: 15px !important;padding: 8px 28px; font-size: 14px;}
  
    /*===== 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 =====*/
        br{display: none;}
        .header-top-content{display: none!important;}
        .header-bottom .logo{ margin: 45px 0 0px; text-align: center; }
        .header-bottom .logo img{ display: inline-block; }
        .top-nav-wrapper.ms-flex {display: block;}
        .banner-card-content{padding-right:0;}
        .banner-content-box h2{ font-size: 36px; line-height: 40px; margin-bottom: 15px; }
        .banner-content-box a{ padding: 7px 28px; font-size: 16px; }
        .banner-content-box h5{font-size: 18px;}
        .banner-content-box .section-link a:last-child{width: unset;}
        .card-wrapper .banner-card{margin-bottom: 60px;}
        .banner-box {padding-bottom:60px}
        .section-heading { font-size: 25px!important; margin-top: 5px;line-height: unset;}
        .section-sub{font-size: 14px;}
        .section-heading p{ font-size: 16px; line-height: 30px; }
        .banner-content{top: 30%;}
        .banner-content h5{font-size: 13px;}
        .banner-item img{height: 335px;}

  
        .service-areas{ padding: 50px 0; }
        .service-areas .section-heading{ margin-bottom: 30px; }
        .service-areas .section-body{ display: block; }
        .service-areas-item{ width: 100%; height: auto; }
        .service-areas-item h4{ font-size: 18px; }
        .service-areas-item p{ font-size: 16px; line-height: 30px; }
  
        .welcome{ padding:70px 0; }
        .welcome-content p{padding-right: 0;}
        .welcome .ms-flex{display: block;}
        .welcome::before,
        .welcome::after{ display: none; }
        .welcome .section-topic{text-align: center;}
        .welcome .section-heading{ padding-right: 0;margin: 15px 0; }
        .welcome .section-heading p{ font-size: 16px; line-height: 30px;  }
        .welcome .section-thumbnail img{ margin-top: 30px; margin-left: 0; }
        .welcome .section-thumbnail .about-img{height: unset; margin: 0; padding: 0;}
        .welcome .section-link a{width: 50%;}
        .welcome-content{margin-bottom: 60px;}
        .welcome-button{text-align: center;}
        .welcome-exp h4 span{font-size: 32px!important;}
        .welcome-exp h4{font-size: 18px;}
        .welcome-rating .rating ul li { margin-right: 2px;}
        .welcome-overlay-content br{display: block;}
        .welcome-overlay-content p{line-height: 1.3;font-size: 13px;}
        .welcome-overlay-content{align-items: center;}
        .welcome-overlay-content p span{font-size: 22px;}
        .responsive{flex-direction: column-reverse;}
  
        
        .how-we-works .hows-box-wrapper .work-box::before {display: none;}

        .service-types{ padding: 15px 0; }
        .service-types .section-heading{ margin-bottom: 30px; }
        .service-types .section-body{ display: block; }
        .service-types-item{ width: 100%; height: auto; padding: 30px 15px; }
        .service-types-item:hover,
        .service-types .section-body:hover .service-types-item:nth-child(2):hover,
        .service-types-item:nth-child(2){ box-shadow: 0 0 15px -10px #000; }
        .service-types-item h4{ font-size: 18px; }
        .service-types-item h4 span{ display: inline; }
        .service-types-item p{ font-size: 16px; line-height: 30px; }
        .services{ padding: 50px 0; }
        .services .section-body{ display: block; margin-top: 30px; }
        .services-item{ margin-top: 15px; }
        .services-item h4{ padding: 15px; font-size: 16px; }
        .services-item a{ padding: 10px 10px 8px; font-size: 14px; }
  
     
        
        .why-choose-us .section-heading { margin-bottom:unset; }
        .why-choose-us-img .dot-line> img {display: none;}
        .why-choose-us .whyus-image{margin: 0; padding: 0;}
        .why-choose-us-img .dot-line:nth-child(odd) .tick {top: 60px;left: 110px;}
        .why-choose-us-img .dot-line:nth-child(even) h3 {top: 0;text-align: left;font-size: 20px;}
        .why-choose-us-img .dot-line:nth-child(odd) h3{left: 62px;top: 12px;text-align: left;font-size: 20px}
        .why-choose-us-img .dot-line:nth-child(1) .tick{top: 565px;}
        .why-choose-us-img .dot-line:nth-child(3) .tick{top: 460px;}
        .why-choose-us-img .dot-line:nth-child(5) .tick{top: 375px;}
        .why-choose-us-img .dot-line:nth-child(even) .tick {right: 465px;bottom: 430px;}
        .why-choose-us-img .dot-line .e-tick {right: 465px;bottom: 617px;}
        .why-choose-us-img .dot-line .e-tick h3{left: 76px;}
        .why-choose-us-img{top: 300px;}
        .wcu-content h6 {font-size: 16px;}
        .wcu-list li .tick-circle {height: 35px;padding: 0 10px;}
  
        .owl-theme .owl-nav{display: none;}
  
        .quote-section{padding: 50px 0;}
        .quote-banner h1{font-size: 28px!important; margin-bottom: 20px;}
        .quote-banner{flex-direction: column;}
        .quote-banner .btn-custom{padding: 12px;}
  
       .experience-content h1{margin-bottom: 10px; font-size: 32px;text-shadow: rgb(79, 79, 79) 2px 0px 0px, rgb(79, 79, 79) 1.75517px 0.958851px 0px, rgb(79, 79, 79) 1.0806px 1.68294px 0px, rgb(79, 79, 79) 0.141474px 1.99499px 0px, rgb(79, 79, 79) -0.832294px 1.81859px 0px, rgb(79, 79, 79) -1.60229px 1.19694px 0px, rgb(79, 79, 79) -1.97998px 0.28224px 0px, rgb(79, 79, 79) -1.87291px -0.701566px 0px, rgb(79, 79, 79) -1.30729px -1.5136px 0px, rgb(79, 79, 79) -0.421592px -1.95506px 0px, rgb(79, 79, 79) 0.567324px -1.91785px 0px, rgb(79, 79, 79) 1.41734px -1.41108px 0px, rgb(79, 79, 79) 1.92034px -0.558831px 0px;}
       .experience-content h2{font-size: 16px;}
       .proof >img {margin-right: 10px;height: 140px;width: 140px;}
       .proof a img{width: 50%;}
  
  
       .testimonials .test-content .icons {top: -30px;height: 50px;width: 50px;left: 42%;}
       .testimonials .icons img {width: 30px;}
       .testimonials .test-content .author h5{margin: 10px 0;}
  
  
        .testimonials{ padding: 50px 0; }
        .testimonials .section-heading,
        .testimonials .section-body{ padding-left: 0; }
        .testimonials-content{ padding: 20px; border-radius: 10px; }
        .testimonials-content-item p{ font-size: 16px; line-height: 30px; }
        .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }
        .testimonials .section-link{ padding-left: 0; }
        .testimonials::before {width: 100%;height: 50%;}
        .testimonials .test-content{padding:20px;margin: 20px 10px;}
        .testimonials iconify-icon {font-size: 48px;}
        .testimonials .test-inner-content{padding: 0;margin: 20px 0 0;}
  
        .home-free-estimate{ padding: 50px 0;}
        .home-free-estimate-form{position: unset;}
        .home-free-estimate-form{ padding: 20px 30px; width: 100%; border-left: none; box-shadow: 0 5px 30px -20px #000; }
        .home-free-estimate-form-control{ height: 40px; }
        .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }
  .estimate-logos a img{padding: 10px;}
          .free-estimate-card{padding: 30px;position: unset;margin-right: 0;margin: 0;}
          .free-estimate-img {width: 100%;}
          .free-estimate-img::before {background-size: contain;}
          .free-estimate-desc p,.estimate-progress-bar h5 {font-size: 14px;}
          .estimate-logos {margin-bottom: 30px; }
  
        .project .gallery-box-wrapper{margin: 0;}
        .project{ padding: 50px 0 30px; }
        .project .section-heading{ margin-bottom: 30px; }
        .project-content-item{ margin-bottom: 15px; }
        .gallery-box-wrapper{margin: 0;}
        .project .project-content-item img {height: auto;}
        .gallery-box-wrapper .col-md-6{order: 1;}
  
  
  
  
  .why-choose-us img.cornerlogo{top: unset;}
  
  
        .bottom-mid-footer, .bottom-right-footer {display: block;}
        .free-estimate-card .form-control{margin-bottom: 10px;}
        .footer-content h4{ margin-bottom: 15px; }
        .footer-content ul li,
        .footer-content p{ line-height: 30px; font-size: 14px; }
        .footer-content h3 span{ display: block;  margin-bottom: 5px; }
        .copyright-content{ padding: 0 30px; }
        .footer-content-wrapper{width: 100%;}
        .footer .contact-wrap.mb-5.text-center {text-align: left !important;}
        .footer .contact-wrap.ml-5 {margin-left: 0 !important;}
        .footer ul.list-unstyled.ms-flex {justify-content: left;}
        .footer .contact-detail .mail{font-size: 14px;}
  .left-footer ul{margin-bottom: 20px;}
    /*===== Slider Section =====*/
    #owl-demo .owl-pagination{ width: 100%; top: 95%; }
    #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
    #owl-demo2 .owl-buttons .owl-next{ right: -15px; }
  
    /*===== Page Section =====*/
    .content-banner{ padding: 30px 0 20px; }
  /*  .content-block{ margin-top: 80px}*/
    .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: 14px 0 3px; }
    .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; }
  
    .btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
  
    .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
    
  }
  
  
  
  

/*===== Theme Modes (Light & Dark) =====*/

/* Light Mode Overrides */
html.light-mode body { background-color: #f4f6f9; color: #333; }
html.light-mode .welcome .section-heading, 
html.light-mode .content h2, 
html.light-mode .content h3, 
html.light-mode .content h4 { color: #000; }
html.light-mode .photo-owner h3 { color: #fff; }
html.light-mode .right-side-content p {color: #ffffff;}
html.light-mode .service-card, 
html.light-mode .wcu-card, 
html.light-mode .free-estimate-card { background: #fff; color: #000; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }

html.light-mode .header { background: #fff; }
html.light-mode .nav-contact .text p,
html.light-mode .nav-contact .text a { color: #333; }

/* Dark Mode Overrides */
html.dark-mode body { background-color: #001219; color: #ccc; }
html.dark-mode .welcome .section-heading, 
html.dark-mode .content h2, 
html.dark-mode .content h3, 
html.dark-mode .content h4,
html.dark-mode .section-heading { color: #fff; }
html.dark-mode .service-card, 
html.dark-mode .wcu-card, 
html.dark-mode .free-estimate-card { background: #0a1118; color: #ddd; border: 1px solid #1a2733; box-shadow: 0 5px 20px rgba(0,0,0,0.3); }
html.dark-mode .wcu-card, 
html.dark-mode .service-card { border-top: 3px solid var(--color-blue); }
html.dark-mode .wcu-content h5, 
html.dark-mode .service-content h5, 
html.dark-mode .free-estimate-card h2 { color: #fff; }
html.dark-mode .btn-custom:hover { color: var(--color-blue); background: transparent; }
html.dark-mode .header { background: #0a1118; }
html.dark-mode .header-bottom { background-color: var(--color-yellow); }
html.dark-mode .footer { background: #252525; }

/* Dark Mode Form Overrides */
html.dark-mode .reviewsform, 
html.dark-mode .formstyle, 
html.dark-mode .free-estimate-card .form-control,
html.dark-mode .freeestimatestyle {
    background-color: #0a1118;
    color: #eee;
    border: 1px solid #1a2733;
}
html.dark-mode .reviewsform input::placeholder, 
html.dark-mode .reviewsform textarea::placeholder,
html.dark-mode .free-estimate-card input::placeholder,
html.dark-mode .free-estimate-card textarea::placeholder { color: #888 !important; }

/*===== Custom Breadcrumb =====*/
.breadcrumb-wrap {background-color: #ffffff;border-bottom: 1px solid #e5e5e5;padding: 15px 0;position: relative;z-index: 10;margin-top: 45px; /* Clear the translateY(50%) yellow navbar overlap */}

@media (max-width: 991px) {
.breadcrumb-wrap {margin-top: 0px;}}
.custom-breadcrumb {display: flex;align-items: center;list-style: none;padding: 0;margin: 0;}
.custom-breadcrumb li {margin: 0;font-size: 15px;font-weight: 500;color: #333333;display: flex;align-items: center;font-family: "Jost", sans-serif;}
.custom-breadcrumb li a {color: #666666;text-decoration: none;transition: color 0.3s ease;font-weight: 500;font-family: "Jost", sans-serif;}
.custom-breadcrumb li a:hover {color: var(--color-blue);}
.custom-breadcrumb li.separator {color: #000000;margin: 0 12px;font-size: 12px;font-weight: 700;display: flex;align-items: center;}
.custom-breadcrumb li.active {color: #000000;font-weight: 600;font-family: "Jost", sans-serif;}
/* Dark Mode Overrides for Breadcrumb */
html.dark-mode .breadcrumb-wrap {background-color: #061014;border-bottom: 1px solid #1a2733;}
html.dark-mode .custom-breadcrumb li {color: #cccccc;}
html.dark-mode .custom-breadcrumb li a {color: #888888;}
html.dark-mode .custom-breadcrumb li a:hover {color: var(--color-yellow);}
html.dark-mode .custom-breadcrumb li.separator {color: #ffffff;}
html.dark-mode .custom-breadcrumb li.active {color: #ffffff;}


