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

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: "Roboto", 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: "Roboto", 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: #00C0FF; 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: #000; height: 57px; border-bottom: #fff solid 1px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; 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: #000; color: #fff; 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: #00C0FF; }
.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: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }

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

/*===== Header Section =====*/
.header{ background: transparent;position:relative;z-index:3;width:100%; }
.header-top{ padding: 13px 0;background: #183650; }
.header-top ul{display: flex;justify-content: space-between;}
.header-top ul li{ display: inline-block; color: #fff; font-size: 16px;font-family: 'Roboto', sans-serif;font-weight:300; }
.header-top ul li:last-child{ float: right;margin-right:4rem; }

.header-top ul li .fa-solid{ color: #00C0FF; margin-right: 10px; }
.header-top ul li .fa-regular{ color: #00C0FF; margin-right: 10px; }

.header-middle{ padding: 40px 0;background: linear-gradient(180deg, #183650 0%, rgba(24, 54, 80, 0) 100%);position:absolute;width:100%; }
.header-middle ul{ margin-top: 40px; text-align: right; }
.header-bottom{ background: transparent; }
.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; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0 5px;margin: 0 20px; text-align: right;color: #fff; font-size: 17px;font-weight: 500; text-decoration: none; text-transform: none; font-family: 'Roboto', sans-serif; transition: all linear 0.3s;font-weight:500; }
      .navbar .navbar-nav > li > a::before{ position: absolute;width:0%;height:3px;top:calc(100% + 10px);left:50%;transform: translateX(-50%); content:"";background: rgba(0, 192, 255, 1);border-radius:50px;transition: all linear 0.3s;}
      .navbar .navbar-nav > li > a:hover:before,
      .navbar .navbar-nav > li.active > a::before{width: 100%;}

.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: #fff; background: transparent; }

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: -20px; 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: #00a2d7; 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); }
}

/*===== Banners Section =====*/
.banner{ position: relative;}
/*.banner::before{position: absolute;content: '';height: 100%;width: 100%;background: #000;opacity: 0.4;left: 0;top: 0;z-index: 2;}*/
.banner img{ filter:brightness(70%); }
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);}
.banner-content-box{background: rgba(0, 162, 215, 0.8);max-width: 568px; padding: 86px 73px;position: relative;}
.banner-content-box p{color: #fff;color: #FFF;font-size: 16px;font-family: 'Roboto',sans-serif;font-style: normal;font-weight: 400;line-height: 26px;margin-top: 1rem}
.banner-content-box h1{ font-family: Roboto;color: #fff; font-weight: 400;font-size: 50px;line-height: 100%;letter-spacing: 0%;padding-left: 30px;border-left: 5px solid #00C0FF;}

.banner-bottom{ width: 100%;}
.banner-about-slide{display: flex;justify-content: space-around;align-items: center;position: relative;padding: 18px 0;background: #00A2D7;}
.banner-about-slide  li{list-style: none;color: #fff;font-size: 18px;font-family: 'Roboto',sans-serif;font-style: normal;text-transform: uppercase; font-weight: 600;line-height:normal;text-align: center; width: 130px;}
.banner-button{    position: absolute;z-index: 5;bottom: 1%;width:100%;   }
 

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; }
.section-title h4{ font-family: Roboto;font-weight: 500;font-size: 20px;text-transform:uppercase;color:#00C0FF;position:relative; }
.section-title h4 span{position: relative;}
.section-title h4 span::before{position: absolute;content: url('../imgs/home/subheading-img.webp');top:60%;transform:translateY(-50%);right:-65px; }
.section-title h2{ font-family: Viga;font-weight: 400;font-size: 60px;line-height: 70px;margin:25px 0; }
.section-title p{font-family: Roboto;font-weight: 400;font-size: 18px;line-height: 35px;}

.section-link{margin-top: 58px;}
.section-link a{text-decoration: none;font-family: Roboto;color: #fff;padding: 23px 40px;border-radius: 50px;background: #00C0FF; font-weight: 600;font-size: 20px;line-height: 30px;transition:  all linear 0.3s;}
.section-link a:hover{background: #000}

/*===== Welcome Section =====*/
.welcome{ padding: 105px 0px; background: #fff; }
.welcome .section-title{padding-right: 100px;margin-bottom: 0;}
.welcome .section-title p{margin-bottom: 10px;}
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1; }
.welcome-thumbnail::before{position: absolute;height: 100%;width: 100%;content: '';left: 39px;bottom: 27px;background: transparent;border: 3px solid #00C0FF;z-index: -1;}
.welcome-thumbnail img{ width: 100%; height: auto; border-radius: 5px;  }
.welcome-thumbnail span{position: absolute;right: -86px;bottom: -48px;}

/*===========achievement-section===================*/
.achivement{  position: relative;  padding: 42px 0;background: #34CCFF;}
.achievement-content{  display: flex; align-items: center;}
.achivement .owl-carousel .owl-item img{width:70px;}
.achievement-text span{ display: block;  margin-left: 27px;margin-top: 5px;  color: white; font-size: 18px; font-weight: 400;line-height: 30px; font-family: 'Roboto',sans-serif;}     
.achievement-text span:first-child {font-size: 35px;} 


/*===== Services Section =====*/
.services{ padding: 90px 0px 214px;background: #F7F7F7;position:relative; }
.services .section-title{text-align: center;}
.services .section-title h2{ color: #000; }
.services .section-content ul{list-style: none;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 20px;position: relative;z-index: 3;}
.services .section-content ul .services-card{background: #fff;padding: 20px 15px;border-radius: 5px;}
.services .section-content ul .services-card .services-card-image{position: relative;}
.services-card-image > img{width: 100%;border-radius: 5px;transition:all linear 0.3s;}
.services-card-image span{position: absolute;display: inline-block;height: 67px;width: 67px;border-radius: 50%;display: flex;justify-content: center;align-items: center;z-index: 1;background: #1E1E1E;border: 7px solid #FFFFFF;left: 50%;transform:translateX(-50%);bottom:-31px;transition:all linear 0.3s; }
.services-card-content{padding: 45px 0 5px;text-align: center;}
.services-card-content h5{font-family: Viga;margin-bottom: 30px; font-weight: 400;font-size: 22px;line-height: 30px;}
.services-card-content a{text-decoration:none;color:#000;font-family: Lato;font-weight: 700;font-size: 16px;line-height: 30px;transition:all linear 0.3s;  }
.services .section-content ul .services-card:hover .services-card-image span {background: #00C0FF;}
.services .section-content ul .services-card:hover .services-card-content a {color: #00C0FF;}
.services-link{text-align: center;position: relative;z-index: 4;}
.services-truck{position: absolute;z-index: 1;bottom: 0px;left: 0;width: 100%;}
.services-truck::before{position: absolute;clip-path: polygon(0 5%, 0% 100%, 100% 100%);background: #fff;content: '';width: 100%;height: 100%;left: 0;top: 0;z-index: -1;}



/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 150px 0 0px; background: url('../imgs/home/testimonials-bg.webp') no-repeat center;background-size: cover;position: relative;}
.testimonials-thumbnail{display: inline-block;position: absolute;bottom: 0;left: 5%;}
.testimonials-thumbnail img{width: 100%;}
.testimonials .section-title{ margin-bottom: 00px;text-align:left; }
.testimonials .section-title h4{ color: #fff; }
.testimonials .section-title h4{margin-bottom: 0;}
.testimonials .section-content{padding-bottom: 65px;}
.testimonials .item{ padding: 15px; }
.testimonials-content{ margin: 0 auto; max-width: 1000px; text-align: left;  }
.testimonials-content p{ color: #fff;font-size: 20px;font-family: 'Roboto',sans-serif;font-style: normal;font-weight: 400;line-height: 30px; }
.testimonials-content h4{ font-family: Viga;font-weight: 400;font-size: 25px;line-height: 30px;margin-bottom: 1rem;}


/*===== Home Free Estimate Section =====*/
.get-a-quote{ padding: 80px 0 40px; }
.get-a-quote .section-link a{background: transparent;color: #000;border: 1px solid #000;}
.get-a-quote .section-link a:hover{background:#13B4E8;color:#fff;border:none; }
.get-a-quote-form{width: 100%;max-width: 600px; box-shadow: 0px 8px 24px 0px #00000033;border-left:4px solid #13B4E8;padding:71px 48px; }
.get-a-quote-form ul li{ list-style: none; }
.get-a-quote-form ul li:last-child{ text-align: center; }
.get-a-quote-form-control{ height: 41px;padding: 10px 18px; border: #7E7E7E solid 1px; border-radius: 10px; background:#fff; color: #000; margin-bottom: 15px; }
.get-a-quote-form-control::placeholder{ color: #4E4E4E;font-size:16px;line-height:25px;font-family:'Lato',sans-serif;font-weight:400; }
.btn-get-a-quote-form-control{ display: block; padding: 10px; width: 100%; background: #00c0ff; color: #fff; font-size: 18px; text-decoration: none; border-radius: 5px; transition: all linear 0.3s;border-radius:10px; }
.btn-get-a-quote-form-control:hover{ background: transparent;border-radius:0 20px 0 20px; border:1px solid #fff; }
textarea.form-control { min-height:108px;}
.get-a-quote .section-link a{padding: 18px 45px;font-size: 18px;font-weight: 600;line-height: 25px;}

/*===== Process Section =====*/
.process{ padding: 80px 0px; }
.process .section-title {text-align: center;}
.process ul li{list-style: none;}
.process-card{display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;position: relative;}
.process-card::before{position: absolute;content: url('../imgs/home/process-arow.webp');top: 20%;left: calc(100% + 10px);transform: translate(-50%,-50%);}
.process ul li:last-child .process-card::before{display: none;}
.process-icon{height: 130px;width: 130px;display: flex;justify-content: center;align-items: center;border-radius: 10px;box-shadow: 0px 5px 15px 0px #959DA533;margin-bottom: 30px;position: relative;transition:  all linear 0.3s;}
.process-icon span{display: flex;justify-content: center;align-items: center;height: 30px;width: 30px;border-radius: 50%;color: #fff; background: #00C0FF;font-family: Lato;font-weight: 700;font-size: 18px;line-height: 30px;position: absolute;top: -10px;right: -10px;transition: all linear 0.3s;}
.process-card-content h5{font-family: Roboto;margin-bottom: 25px; font-weight: 500;font-size: 20px;line-height: 30px;}
.process-card-content p{font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 30px;width: 68%;margin: 1px auto;}
.process-link{text-align: center;}
.process-icon img{transition: all linear 0.3s;}
.process-card:hover .process-icon{background: #00C0FF;}
.process-card:hover .process-icon img{filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7500%) hue-rotate(115deg) brightness(107%) contrast(107%);}
.process-card:hover .process-icon span{background: #000;}

/*===== Footer Section =====*/
.footer{ padding: 55px 0px; background: #151515; }
.footer-title{display: flex;align-items: center;gap: 33px;}
.footer-content h2{color: #FFF;font-family: Righteous;font-weight: 400;font-size: 35px;line-height: 25px;margin-bottom: 35px;}
.footer-content h2 span{color: #00C0FF;font-family: Righteous;}
.footer-content h4{  color: #FFF;font-size: 20px;font-family: 'Roboto',sans-serif;font-style: normal;font-weight: 600;line-height: 25px;text-transform: uppercase;margin-top: 39px; margin-bottom: 20px; }
.footer-content p{ color: #FFF;font-size: 18px;font-family: 'Roboto',sans-serif;font-style: normal;font-weight: 400;line-height: 30px; }
.footer-gallery {margin-top: 35px;}
.footer-gallery ul{display: flex;justify-content: center;flex-wrap: wrap;gap: 27px; align-items: center;}
.footer-business-hour ul li{color: #FFF;font-size: 18px;font-family: 'Lato',sans-serif;font-style: normal;font-weight: 500;line-height: 35px;list-style-position:inside; }
.footer-business-hour ul li span{ color: #0196FF;text-transform:uppercase; }
.footer-contact-info{padding-left: 50px;}
.footer-contact-info ul li{ position: relative; padding-left: 65px; list-style: none; color: #fff; font-size: 16px; line-height: 24px;font-weight: 600; margin: 15px 0;font-family: 'lato',sans-serif; }
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #fff; font-size: 16px; font-family: 'FontAwesome'; width: 37px; height: 37px; border-radius: 5px; background: #fff; display: flex; justify-content: center; align-items: center; }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; color:#34CCFF; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f041';color:#34CCFF; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0';color:#34CCFF; }
.footer-contact-info ul li span{ display: block; font-size: 18px; margin-bottom: 5px; font-family: 'viga',sans-serif;font-weight: 400;}


/*===== Footer Section =====*/
.copyright{ padding: 20px 0; background: #151515; border-top: #fff solid 1px; }
.copyright p{ color: #fff; font-size: 18px; text-align: center; font-family: "Roboto", sans-serif;color: #FFF;font-size: 17px;font-family: 'Roboto',sans-serif;font-style: normal;font-weight: 400;line-height: 25px; }
.copyright p a{ color: #34CCFF; text-decoration: none; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: block;position:absolute; }
#banner-slider .owl-dots { position: absolute; left: 50%;bottom: -30px; transform: translateX(-50%); z-index: 10;width:100%;display:flex;justify-content:space-around;padding:20px 0; }
#banner-slider .owl-dots .owl-dot{max-width:110px;  }
#banner-slider .owl-dots .owl-dot span{width: 110px;height: 110px; border-radius: 0px; border: none; opacity: 1; background:transparent;display:inline-block;  position: relative;}
#banner-slider .owl-dots .owl-dot:first-child{background:url("../imgs/home/banner-button-1.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .owl-dot:nth-child(2) {background:url("../imgs/home/banner-button-2.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .owl-dot:last-child{background:url("../imgs/home/banner-button-3.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .active:first-child{background:url("../imgs/home/banner-button-1-blue.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .active:nth-child(2){background:url("../imgs/home/banner-button-2-blue.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .active:last-child{background:url("../imgs/home/banner-button-3-blue.webp") no-repeat center center;background-size:contain; }
#banner-slider .owl-dots .active span{  position: relative;}
/* Add a pseudo-element for the border */
#banner-slider .owl-dots .active span::after {
    content: "";
    position: absolute;
    bottom: 0px; /* adjust as you like */
    left: 50%;
    transform: translateX(-50%);
    width: 307px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
}


/*#banner-slider .owl-dots .active span{ background: #E36221; }*/

#achievement-slider .owl-nav{ display: none; }
#achievement-slider .owl-dots {display: none; position: absolute; left: 48%; top: 85%; transform: translate(-50%,0); z-index: 10;width:100%;display:flex;justify-content:space-around;padding:20px; display: none}

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: none; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; 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: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; 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: #E36221; 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; }

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

/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 180px 0px 30px; background: #151515; background: url('../imgs/home/banner_image_1.webp') no-repeat  fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0; font-family: "Roboto", sans-serif; text-transform: uppercase; font-weight: 400; font-size: 14px; }
.breadcrumb a{ color: #00c0ff; 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: #eee; }
.content-block{ padding: 20px; background: #fff; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: none; font-size: 34px; color: #000; font-weight: 900; font-family: "Roboto", sans-serif; margin-bottom: 10px; }
.content h3{ text-transform: none; font-size: 16px; color: #000; font-weight: 700; font-family: "Roboto", sans-serif; margin-bottom: 10px; line-height:30px; }
.content h4{ text-transform: none; font-size: 30px; color: #000; font-weight: 700; font-family: "Roboto", sans-serif; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: "Roboto", sans-serif; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Roboto", sans-serif; color: #666; }

.services-page.content .services-truck{display: none;}

.content.services-page h4{font-size:24px;line-height:58px;text-transform:none;}
.services-page.content h5{ text-transform: none; font-size: 16px; color: #000; font-weight: 700; font-family: "Roboto", sans-serif; margin-bottom: 10px; }

.content.services-page .services{padding:0;background:transparent;}
.content.services-page .services .section-title h2{font-size:48px;}


/*===== 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: #00C0FF; 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: #000; 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: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.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: 8; height: 100%; width: 50px; background: #666; 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: #666; 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: #000; 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: #666; 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: 999; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .fa-solid{ position: absolute; top: 22px; z-index: 999; height: 100%; width: 50px; background: #666; 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: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; 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: 1350px){
      .section-title h2 { font-size: 48px;}
      .welcome .section-title{padding-right: 0;}
      .testimonials-thumbnail {left: 0;}

}
@media (max-width: 1025px){
    .testimonials-thumbnail {left: -171px;}
    .section-title br,.banner-content br{display: none;}
      .banner img{ width: 100%; max-height: unset;filter:brightness(70%); }

    .navbar .navbar-nav > li > a { padding: 0 14px;}
}
@media (max-width: 992px){

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


      .header-middle .logo img{ width: 100%; height: auto; }
      .header-middle ul{ margin-top: 15px; }
      .header-middle { padding: 14px 0;}
      .header-bottom .container{ width: 100%; }
      .navbar .navbar-nav > li{ margin: 0; }
      .navbar .navbar-nav > li > a{ font-size: 15px; }

      .banner-content { top: 50%; }
      .banner-content-box { padding: 35px 73px;}
      .banner-content-box h1 {font-size: 37px;}
     /* .process-card{z-index: 1;background: #fff;}
      .process-card::before{z-index: -1;}*/
     

      #banner-slider .owl-dots .owl-dot span { height: 4.5rem;}
/*      #banner-slider .owl-dots { top: 410px;}*/
      #testimonials-slider .owl-nav .owl-prev{ left: -15px; }
      #testimonials-slider .owl-nav .owl-next{ right: -15px; }
}

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

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


      /*========== Body Section ===============*/
      .header-top ul{display: flex;flex-direction: column;justify-content: center;}
      .header .logo{ width:100%; }
      .header-top ul li{ font-size: 14px;color: #fff;margin: 10px 0;}
      .header-top ul li:first-child{ margin-right: 0; }
      .header-top ul li:last-child{ margin-right:0; }
      .header-middle{isolation: none;}

      .banner-content{top: 40%;}
      .banner-content-box h1 { font-size: 20px;}
      .banner-about-slide li {font-size: 10px;line-height: 0;}
      #banner-slider .owl-dots .owl-dot span { width: 2.5rem; height: 2.5rem;}
/*      #banner-slider .owl-dots {top:50%; }*/
      .banner-content-box {  padding: 19px;}
      .banner-content-box p {font-size: 10px; line-height: 14px; margin-top: 0.5rem;}

      .welcome{ padding: 50px 0 ; }
      .welcome-thumbnail{margin-top: 2.5rem;}

      .achievement-content { justify-content: center;}

      .section-title{ margin-bottom: 30px; }
      .section-title h4{ font-size: 16px; }
      .section-title h2{ font-size: 24px;line-height:34px; }
      .section-title p{ font-size: 16px; line-height: 30px; margin-top: 10px; }

      .services {padding: 90px 0px 61px;}
      .services .section-content ul .services-card{margin-bottom: 1.5rem;box-shadow: 0px 5px 15px 0px #959DA533;}
      .services-truck{width: 200px;}
      .services-truck::before{display: none;}
      .services-truck img{width: 100%;}

      .testimonials{ padding: 50px 0 70px; }
      .testimonials{padding-top: 0;position: relative;}
      .testimonials::before{height: 50%;width: 100%;left: 0;bottom: 0;content: '';background: #00c0ff;position:absolute; }
      .testimonials-thumbnail{position: unset;margin-bottom: 4.4rem;}
      .testimonials .section-content{padding-bottom: 0;}

      .process-card{margin-bottom: 2.5rem;}
      .process-card::before{display: none}


      .form-select{margin-bottom: 15px;}

      .footer{ padding: 50px 0; }
      .footer-title{display: block;}
      .footer-content h2{ font-size: 24px; margin-bottom: 15px; }
      .footer-content h2 span{ display: inline; }
      .footer-content p{ text-align: left; }
      .footer-content h4{ font-size: 20px; margin-bottom: 15px; }
      .footer-contact-info{padding-left: 0}

      .copyright{ padding: 20px 30px; }
      .copyright p{ font-size: 14px; }

      /*===== ALL Slider Section =====*/ 

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

      #banner-slider .owl-dots .active span::after{display: none;}


}