@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 500;line-height: 1.5; color:#000000;  font-family: "Roboto", sans-serif;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li,h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0;   font-family: "Roboto", sans-serif;}
/*  font-family: "Jost", sans-serif;
font-family: "Inter", sans-serif; */

img{height: 100%; width: 100%; object-fit: cover;}

/*===== 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{display: none;}
.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; padding: 15px 0;}
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; 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: #004696; border: #004696 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: #ffffff; 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: #004696 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: #004696; 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: #004696; 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; }


/*===== Common Section====  */
.section-title{margin-bottom: 60px;}
.section-title h2{ font-size: 38px; font-weight: 600; line-height: 46px;font-family: "Jost", sans-serif;  margin-bottom: 20px;} 
.section-title p{ font-size: 21px;font-weight:400; line-height:31px;font-family: "Jost", sans-serif;color: #666E83;  }

.site-link{margin-top: 25px;}
.site-link a{text-decoration: none;font-family: "Jost", sans-serif;padding: 18px 40px;text-transform: uppercase; background: transparent;border-radius: 4px;border: 2px solid #FF0000; color: #FF0000;font-size: 16px;line-height: 16px;font-weight: 600;transition: all linear 0.3s;}
.site-link a:hover{background: #0000FF;color: #fff;}

/*===== Header Section =====*/
.header{position: absolute;width: 100%;z-index: 3;top: 50px;}
.header-page{position: unset;padding: 10px 0;}
.header-inner{background: #FFFFFF;padding: 0 33px;position: relative;z-index: 1;}
.header-inner::before{position: absolute;content: '';background: transparent;left: 0;top: 50%;transform: translateY(-50%);border-radius: 6px;border: 4px solid #0000FF;width: 100%;height: 60%;z-index: -1;}
.header-inner .row{align-items: center;}
.logo img{max-width: 156px;height: auto;border: 4px solid #0000FF;border-radius: 15px;}

.navbar{ padding: 0; }
.navbar .navbar-nav{ display: block; margin: 0; padding: 0;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: 0px 10px; border: none; border-radius: 0; color: #000; background: transparent; font-size: 16px;line-height: 24px;font-weight: 400; text-decoration: none;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: #0000FF; background: transparent; }

.header-contact ul{display: flex;justify-content: flex-end;align-items: center;gap: 40px;}
.header-contact ul li{list-style: none;}
.header-contact ul li a{color: #666E83;font-size: 16px;line-height: 28px;text-decoration: none;}
.header-contact ul li a .fa-solid{color: #0000FF;}
.header-contact ul li:last-child{float: right;position: relative;}
.header-contact ul li:last-child > a{padding: 13px 40px;background: #FF0000;color: #fff; transition: all linear 0.3s;}

/*===== Banner Section =====*/
.banner{position: relative; }
.banner img{ width: 100%; height: auto;max-height: 761px;object-fit: cover; }
.banner-content{ position: absolute; top: 65%; left: 0; width: 100%; transform: translateY(-50%); }
.banner-content-box {text-align: center;}
.banner-content-box h1{ color: #fff; font-size: 52px;line-height: 67px;font-weight: 700; font-family: "Jost", sans-serif;  }
.banner-content-box h1 span{text-align: center;font-family: "Jost", sans-serif;position: relative;margin-top: 10px;}
.banner-content-box h1 span::before{position: absolute;content: url('../images/home/banner-text-underline.png');bottom: -23px;width: 100%;}
.banner-content-box p{font-size: 30px;font-weight: 500;line-height: 42px;margin: 30px 0 50px;color: #fff;font-family: "Jost", sans-serif;}
.banner-content-box a,.get-a-quote{ display: inline-block;font-family: "Jost", sans-serif; padding: 16px 35px;border: 2px solid #fff;border-radius: 4px; text-transform: uppercase;  background: #FF0000; color: #fff; font-size: 14px;line-height: 14px; text-decoration: none; transition: all linear 0.3s; }
.banner-content-box a:hover,.get-a-quote:hover{ transform: translateY(-5px); border-color: #fff; }
.banner-content-box a:last-child{background: #0000FF;margin-left: 100px;}

/*===== Free Estimate Sections =====*/
.home-free-estimate{position: absolute;display: inline-block;top:280px; right: 10%; z-index: 2;}
.free-estimate-card{background:#fff;padding: 40px 25px ;border-radius: 10px;max-width: 460px;} 
.free-estimate-card h4{color: #0C1225;font-size: 26px;line-height: 33px;text-align: center;margin-bottom: 10px;font-family: "Jost", sans-serif;}
.free-estimate-card label{margin:22px 0 12px;font-family: "Inter", sans-serif;font-size: 16px;font-weight: 600;line-height: 27px;}
.free-estimate-card .form-control  {  margin-bottom: 0px; background:#F6F7FD; border-radius: 0px; font-weight: 300;font-size: 12px;font-family: "Inter", sans-serif; color: #8C8C8C;  padding: 10px 16px; }
.free-estimate-card .form-control:focus { color:#000; background-color:#fff; box-shadow: unset;}
.free-estimate-card .btn-custom{background: #FF0000; color: #ffffff; width: 100%;font-family: "Inter", sans-serif;border-radius: 2px; padding: 9px;font-size: 15px;line-height: 26px;margin: 38px 0;}
.free-estimate-card .btn-custom:hover{background: #000000;color: #ffffff;}
select.form-control {  appearance: auto;  -webkit-appearance: auto;  -moz-appearance: auto;  background-image: none !important; }
.privacy-note{margin: 17px 0 8px;}
.home-free-estimate-contact h4{font-size: 20px;line-height: 24px;font-weight: 600;}
.home-free-estimate-contact ul {display: flex;justify-content: space-between;align-items: center;gap: 20px;margin-top: 12px;}
.home-free-estimate-contact ul li{list-style: none;padding-left: 55px;position: relative;}
.home-free-estimate-contact ul li::before{position: absolute;content: '';color: #0000FF;background: transparent;width: 36px;height: 36px;left: 0;top: 50%;transform: translateY(-50%); border-radius: 50%;border: 2px solid #0000FF; font-family: 'FontAwesome';display: flex;justify-content: center;align-items: center;}
.home-free-estimate-contact ul li:nth-child(1)::before{ content: '\f095'; }
.home-free-estimate-contact ul li:nth-child(2)::before{ content: '\f0e0'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f041'; }
.home-free-estimate-contact ul li span{display: block;}

/*===== Welcome Sections =====*/
.welcome{padding:100px 0 150px;background: rgba(0, 0, 255, 0.05);}
.welcome .section-title p{color: #666E83;}
.welcome .section-content ul li{list-style: none;}
.welcome-card{display: flex;align-items: flex-start;gap: 16px;margin-bottom: 30px;}
.welcome-card img{width: 35px;height: auto;object-fit: contain; flex-shrink: 0;}
.welcome-card-content h4{font-family: Jost;font-weight: 600;font-size: 20px;line-height: 26px;margin-bottom: 5px;}
.welcome-card-content p{font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 25.6px;color: rgba(62, 64, 85, 1);}

/*===== Services Sections =====*/
.services{background: rgba(0, 0, 255, 0.05); padding: 150px 0px 40px;}
.services .section-title{margin-bottom: 0;}
.services .section-title p{width: 80%;}
.services .section-content{margin-top: 50px;}
.service-card{position: relative;margin-bottom: 1.5rem;border: 1px solid #E6EAF8;border-radius: 8px;background: #FFFFFF;}
.service-card img{height: 200px;border-radius: 8px;}
.service-card-content{padding: 44px 25px 19px;text-align: center;}
.service-card-content h4{font-family: Jost;font-weight: 600;font-size: 19px;line-height: 26px;}
.service-card-content p{font-family: Roboto;font-weight: 400;font-size: 15px;line-height: 25.6px;color: #3F444B;margin: 15px 0;}
.service-card-content a{font-family: Jost;font-weight: 600;font-size: 14px;line-height: 14px;letter-spacing: 0.4px;text-transform: uppercase;text-decoration: underline;text-decoration: none;}

.business{background: rgba(0, 0, 255, 0.05); padding: 40px 0px;}
.business .section-title{text-align: center;}
.business .item{padding: 0 15px;}
.business .item img{max-width: 250px;height: auto;object-fit: contain;}
.process-above-banner{background: #57D3FF;padding: 37px 0;}
.process-above-banner p{font-family: Jost;font-weight: 600;font-size: 26px;line-height: 33.8px;color: #fff;}


/*===== Process Section =====*/
.process{padding: 90px 0px;background: url('../images/home/process-bg.webp')no-repeat top;background-size: cover;position: relative;z-index: 1;}
.process::before{position: absolute;height: 100%;width: 100%;left: 0;top: 0;background: rgba(12, 18, 37, 0.5);content: '';z-index: -1;}
.process .section-title{text-align: center;color: #fff;}
.process ul li{list-style: none;}
.process-card{display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;margin: 1rem auto;background: #01387C;padding: 33px 25px;border-radius: 8px;max-width: 316px;min-height: 322px;}
.process-card-icon {background: transparent;border-radius: 50px;height: 96px;width: 96px;border: 2px solid #FF0000; display: flex;justify-content: center;align-items: center;position: relative;}
.process-card-icon img{width: 50px;height: auto;object-fit: contain;}
.process-card-content h4{font-family: Jost;font-weight: 600;font-size: 20px;line-height: 26px;color:#fff;margin:21px 0 10px;}
.process-card-content p{font-family: Roboto;font-weight: 400;font-size: 16px;color:#fff;line-height: 25.6px;}


/*===== Project Gallery Section =====*/
.project{ padding: 80px 0 50px; background: rgba(0, 0, 255, 0.05);}
.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; }
.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: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #000; color: #fff; font-size: 16px;  transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #000; }


/*==== Home About ====*/
.home-about{background: url(../images/home/section.webp) no-repeat top;background-size: cover;}
.home-about-content{background: #F1F1F1;max-width: 683px;border-radius: 10px;padding: 55px 60px;}
.home-about-content h2 {font-family: Jost;font-weight: 600;font-size: 38px;line-height: 45.6px;color: rgba(0, 0, 255, 1);margin-bottom: 15px;}
.home-about-content p {font-family: Jost;font-weight: 400;font-size: 21px;line-height: 29.4px;}
.home-about-link{margin-top: 50px;}
.home-about-link a{display: block;text-align: center;padding: 18px;text-decoration: none;text-transform: uppercase; background: #fff; border: 2px solid #FF0000;color: #FF0000;font-size: 16px;line-height: 16px;font-weight: 700;font-family: Jost;border-radius: 8px;transition: all linear 0.3s;}
.home-about-link a:hover{background:#FF0000;color:#fff; }

/*===== Why Choose Us ===*/
.spotless-exterior{padding: 100px 0;}
.spotless-exterior .section-content ul li{list-style: none;color: rgba(62, 64, 85, 1);font-family: Jost;font-weight: 600;font-size: 20px;line-height: 26px;margin-bottom: 16px;}
.spotless-exterior .section-content ul li .fa-solid{color: rgba(0, 0, 255, 1);}

/*===== Testimonials Section =====*/
.testimonials{ padding: 90px 0;background: #F8F8F8;  }
.testimonials .section-title{text-align: center; }


.testimonials .item{ padding: 0px 10px; }
.testimonials-content{ margin: 0 auto; max-width: 950px;background: rgba(17, 17, 17, 0.05); padding: 25px; position: relative; }
.testimonials .site-link{margin-top: 0;}
.testimonials .site-link a{background: rgba(25, 123, 255, 1);color: #fff;border:none;text-transform: none;font-size: 16px;}
.testimonials .section-content {margin: auto;padding: 40px 20px;}
.reviews-nav {display: flex;align-items: center;flex-wrap: wrap;gap: 50px;font-size: 14px;margin-bottom: 10px;}
.reviews-nav span {margin: 5px;}
.reviews-nav span img{width: 20px;height: 20px;margin-right: 8px;}
.overall-rating {text-align: left;margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;background: rgba(17, 17, 17, 0.05);padding: 24px;}

.overall-rating h3 {display: flex;align-items: center;gap: 10px;font-family: Roboto;font-weight: 700;font-size: 22px;line-height: 28px;color: rgba(10, 49, 102, 1);}
.overall-rating h3 span:last-child{font-family: Roboto;font-weight: 400;font-size: 12px;line-height: 14px;color: rgba(10, 49, 102, 0.5);}
.stars {color: #ffc107;font-size: 18px;display: block;text-align: left;}
.review-header {display: flex;align-items: center;margin-bottom: 10px;}
.review-header img,
.review-header .avatar {width: 40px;height: 40px;border-radius: 50%;background: #ccc;margin-right: 10px;text-align: center;line-height: 40px;font-weight: bold;color: white;}
.review-header h4 {margin: 0;font-size: 16px;font-family: Roboto;font-weight: 600;font-size: 14px;line-height: 18px;}
.review-header span {font-size: 12px;color: gray;}
.review-text {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;max-height: 3.6em;transition: max-height 0.3s ease;text-align: left;font-size: 14px;color: rgba(17, 17, 17, 1);}
.review-text.expanded {-webkit-line-clamp: unset;max-height: 100%;}
.read-more,.read-less {font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 23px;text-decoration: none;color: rgba(17, 17, 17, 0.5);}

/*===== Faq Section ===*/
.faq-section .accordion-header .accordion-button{font-family: Roboto;font-weight: 700;font-size: 16px;line-height: 18px;color: rgba(0, 0, 255, 1);}
.faq-section  .accordion-item {border: none; background-color: transparent;margin: 10px 0;}
.faq-section .accordion-button:hover {  background-color: #f0f8ff; }
 .accordion-body {  background-color: #ffffff; border-left: 4px solid #0d6efd;  padding: 15px 20px; margin-bottom: 16px;border-radius: 0 0 0.375rem 0.375rem;  }
.faq-section  .accordion-button:not(.collapsed) { background-color: #ff0000; color: #fff; }

/*===== Value Section ===*/
.values{padding: 50px 0 10px;}
.value-card-wrapper{display: flex;flex-wrap: wrap;}
.value-card{max-width: 419px;width: 50%; height: 235px;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 255, 1);border: 1px solid rgba(255, 0, 0, 1);color: #fff;}
.value-card h4{font-family: Jost;font-weight: 600;font-size: 26px;line-height: 33.8px;}
.value-card-wrapper .value-card:first-child,.value-card-wrapper .value-card:last-child{background: rgba(255, 2, 2, 1);border: 1px solid #fff;}



/*===== Footer Section =====*/
.footer{ padding: 80px 0; background: #0C1225;}
.footer-logo{width: 260px;height: 133px;}
.footer-content p{font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 25.6px;color: rgba(255, 255, 255, 0.81);margin: 26px 0 10px;}
.footer-content h4{font-family: Jost;font-weight: 600;font-size: 20px;line-height: 26px;color: #fff;margin-bottom: 16px;margin-top: 24px; }
.footer-content ul li{color: #fff;font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 25.6px;margin-bottom: 11px;list-style: none;}
.footer-content ul li a{text-decoration: none;color: #fff;}
.bbb-logo{max-width: 249px;height: auto;}
.open-hours{margin-top: 30px;}
.open-hours ul li .fa-solid{color: #486BD2;}
.footer-follow-us ul{display: flex;gap: 8px;}
.footer-follow-us ul li a{padding: 8px;border-radius: 4px;background: #FF0000;color: #fff;}
.footer-contact-info ul li{ position: relative; padding-left: 25px; list-style: none; color: #fff; font-size: 16px; line-height: 26px; margin: 18px 0; }
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #486BD2; font-family: 'FontAwesome';}
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f0e0'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f041'; }
.footer-contact-info ul li span{ display: block; font-size: 18px; margin-bottom: 10px; }
.footer-logo-gallery{ display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }

/*===== copyright Section =====*/
.copyright{ padding: 20px 0; background: #3E4055; }
.copyright-content{display: flex;align-items: center;gap: 100px;}
.copyright p{ color: #fff; font-family: Roboto;font-size: 16px;line-height: 26px; text-align: center; }
.copyright p a{ color: #fff; text-decoration: none; }

/*===== 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; }


#business-slider .owl-dots{ display: block;margin-top:2rem;  }
#business-slider .owl-nav{ display: none; }

#testimonials-slider .owl-dots{ display: block;}
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -45px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -45px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Content Pages =====*/
.content-banner{padding: 30px 0 20px;}

.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff;  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: #000000; }
.content { width: 100%; padding: 0 ;}
.content h2{ font-size: 25px; font-weight: 600; color: #004696;  margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #004696;  margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #004696;  }
.content h4{ font-size: 16px; color:#004696;  margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 17px; font-weight: 600; color: #004696;  margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px;  color: #000000; }

/*===== 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 20px 10px;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{}
.accordion-button:focus{box-shadow: unset;}
.accordion-button:not(.collapsed){background-color:#808080 ;color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;border-color: #ddd;border-radius: 0;background-color: #fff;color: #000;height: 55px;}
.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%; height: auto; }
.form_section .fa{position: absolute;display: flex;justify-content: center;align-items: center;height: 100%;width: 50px;text-align: center;color: #fff;background-color: #1A281A;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: #000000; background: #004696; 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% - 25px);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; }

/*========== Responsive ==========*/

@media(max-width:1399px)  {
      .header-contact ul li a {font-size: 14px;}
     .header-contact ul li:last-child > a { padding: 13px 22px;}

     .banner-content-box h1 { font-size: 41px; line-height: 54px;}
     .banner-content-box p {font-size: 20px;line-height: 31px;}

     .section-title h2,.home-about-content h2 { font-size: 30px;}
     .welcome .section-title p ,.home-about-content p ,.section-title p{font-size: 16px;line-height: 26px;width: 90%;}

     .home-free-estimate {right: 1%;}

}

@media (max-width: 1199px){
      .header{padding: 60px 0 0;}
      .mobile_menu{display: block;}
      .header .navbar{display: none;}

      .header-contact ul{flex-wrap: wrap;}

      .banner-content-box a:last-child{margin-left: 0;}
      .home-free-estimate{position: unset;width: 100%;}
      .free-estimate-card{max-width: unset;width: 100%;}
      .welcome .section-title p, .home-about-content p, .section-title p{width: 100%;}
      .footer-logo{width: 100%;}
    
 
}
@media (max-width: 991px){

      .section-title h2 {font-size: 28px;line-height: 48px;}
      br{display: none;}

}
@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; }

      .menu_icon_box{background:#004696;}
      .logo{text-align: center;}
      .logo img{width: inherit;height: auto;}
      .header{position: unset;}
      .header-inner{padding: 10px 0 30px;}
      .header-inner::before{display: none;}
      .header-contact ul{justify-content: center;margin-top: 1.5rem;}

      .banner-content {top: 50%;}
      .banner-content-box h1 {font-size: 24px; line-height: 33px;}
      .banner-content-box p {margin: 9px 0 7px;}
      .banner-content-box a, .get-a-quote {font-size: 12px;line-height: 14px;}
      .get-a-quote{margin-top: 20px;}
      .home-free-estimate-contact ul{flex-wrap: wrap;}

      .welcome,.services{padding: 40px 0;}

      .home-about-content {padding: 25px;}

      .value-card h4{text-align: center;}

      .footer-logo {height: 202px;}
      .copyright-content {  gap: 20px; flex-wrap: wrap;text-align: center;}
      .copyright p { font-size: 15px;}

     

  }
  
  
  
  