@charset "UTF-8";
/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 400;font-family: "Jost", sans-serif;line-height: 1.5; color:#000000}
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; }
[class*="col-"] { margin-bottom: 30px;}
p,a {font-size: 16px; font-weight: 400;line-height: 30px;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;}
ol{font-weight: 400;font-size: 16px;}
/*===== 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; padding: 5px 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: #1674B2; border: #1674B2 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: #1674B2 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: #1674B2; 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: #1674B2; 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====  */
.btn-custom{padding: 13px 53px; background: #1674B2; color: #fff; transition: .4s; border: 2px solid #1674B2;}
.btn-custom:hover{background: #fff; color:#1674B2;border: 2px solid #1674B2; transform: translateY(-2px);    }

.section-topic{margin-bottom: 60px;}
.section-sub{font-weight: 700; font-size: 16px; line-height: 26px; color:#1674B2; letter-spacing: 0.05em;}
.section-heading{font-size: 34px; line-height: 44px; font-weight: 700;  margin: 10px 0 20px;}

.section-link{margin-top: 35px;}

.img-unset{height: unset; width: unset;}

/*===== Header Section =====*/
.header{position: relative;  padding: 30px 0; background: #000;}
.header.home{position: absolute; width: 100%;z-index: 2; background: transparent;}
.nav-wrap{position: relative;z-index: 9999;}
.navbar {font-family: unset; border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar { margin-top: 0; margin-bottom:0; min-height: 0;}
.navbar .navbar-nav{display: block;margin: 0;padding: 0; width: 100%;text-align: end;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;margin: 0;padding: 0;}
.navbar .navbar-nav > li > a{padding: 10px 17.5px; font-weight: 500; color: rgb(255, 255, 255);text-decoration: none; font-size: 18px; line-height: 28px;text-transform: capitalize; }
.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: #d7e1ff;background: transparent;text-decoration: none;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.navbar .navbar-collapse li:first-child {margin-left: 10px;}
.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: 25px; width: calc(100% - 50px); }
.navbar .navbar-nav a{font-size: 16px;font-family: "Jost", sans-serif; }
.navbar .navbar-nav > li > a.btn-custom{margin-left: 63px; border-radius:30px; padding: 11px 30.5px;}
.navbar .navbar-nav > li > a.btn-custom:hover{background: #fff;}


/*===== Banner Section =====*/
.banner{ color: #fff; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/RC_Contractor_Cleaning/banner.webp');padding: 331px 0 240px;background-repeat: no-repeat;background-size: cover; background-position: center;  position: relative; z-index: 1; }
.banner-content{border: 1px solid #FFFFFF66; border-radius: 10px; position: relative; padding: 95px 75px 85px;}
.banner-icon{position: absolute; left: 50%; top: 0;transform: translate(-50%, -50% );}
.banner-content h1{font-weight: 700;font-size: 48px;line-height: 58px;margin-top: 20px;}
.banner-content p{font-weight: 500;}
.banner .btn-custom{position: absolute; left: 50%;bottom: 0;transform: translate(-50%, 50%);}
/*===== Welcome Sections =====*/
.welcome{padding: 100px 0; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/RC_Contractor_Cleaning/welcome-bg.webp'); background-size: cover; background-repeat: no-repeat; }
.welcome .section-topic{position: relative;}
.welcome .section-topic .welcome-overlay{position: absolute; left: 92px; top: 0; z-index: -1; }


/*===== Services Sections =====*/
.services{position: relative; padding: 50px 0 57px;  z-index: 1; background: #1674B233; background-size: cover; background-repeat: no-repeat;}
.service-card{background: #fff; color: #000;  padding: 15px 15px 33px; }
.service-img{margin-bottom: 15px;}
.service-body{padding-right: 50px;}
.service-desc h5{font-weight: 600;font-size: 20px;line-height: 30px; margin-bottom: 10px;}
.service-desc p{color:#4F4F4F; margin-bottom: 10px;}
.service-desc .service-btn{ text-decoration: none; font-size: 16px;font-weight: 500; color: #1674B2;text-transform: uppercase; }
.services .btn-custom{text-transform: uppercase;}
.service-overlay{position: absolute; bottom: 30px;left: 0;z-index: -1;}

/*===== why choose us ==== */
.why-choose-us{padding:120px 0 130px; background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/RC_Contractor_Cleaning/wcu-bg.webp') ;background-repeat: no-repeat; background-size: cover; }
.wcu-card{background:#1674B233; padding: 20px 20px 55px; border-radius: 5px;}
.wcu-desc h5{font-weight: 600; font-size: 18px; line-height: 28px; margin: 20px 0 10px;}

/*===== Testimonials Sections =====*/
.testimonials .row{background: #F6F6F6;  }
.testimonials .quote{font-size: 40px;color: #000;}
.test-review p{margin: 10px 0 10px;}
.test-review h5{font-weight: 700;font-size: 16px;line-height: 26px;}
.testimonial-content{padding: 23px 81px 36px;}
.testimonials .section-link .btn-custom{padding: 12px 37px; background: #1674B2; border-radius: 0px; color: #fff; border: 1px solid #1674B2;}
.testimonials .owl-carousel .owl-nav button.owl-prev{display: none;}
.owl-carousel .owl-nav button.owl-next{position: absolute; font-size: 18px; width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;border: 1px solid #fff; background: #1674B2; color: #fff; top: 0;right: -22%;border-radius: 0px;}
.testimonials .owl-item.active.center .test-card{background: #1674B2; color: #fff;}
.testimonials .btn-custom{border-radius: 26px; border:2px solid #000; color:#000; background: transparent;}

/*===== Project Sections =====*/
.project {color: #000;  padding:130px 0px 70px;z-index: 1; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/RC_Contractor_Cleaning/gallery-bg.webp'); background-size: cover; background-repeat: no-repeat;  }
.project .section-topic{margin-bottom: 50px; }
.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: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(35, 62, 151, 0.7) 76.67%); top: 0;left: 0;height: 100%;width: 100%;display: inline-flex;align-items: end; padding-bottom: 75px; justify-content: center;}
.project .btn-custom{background: #fff; border-radius: 0; color: #000!important;}



/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; padding: 90px 0 70px; background: #22387C1A; color: #000000; }
.home-free-estimate .section-heading{color: #1674B2;}
.free-estimate-card{z-index: 1;position: relative; border-radius:10px; background: #ffffff; padding: 45px 35px;box-shadow: -1px 23px 50px 0px #0000001A,-5px 91px 92px 0px #00000017,-11px 206px 124px 0px #0000000D,-19px 366px 147px 0px #00000003,-30px 572px 160px 0px #00000000; } 
.free-estimate-card .form-control  {  margin-bottom: 25px; background:#fff; border-radius: 6px; font-weight: 400;  line-height: 26px; color: #4F4F4F;  height: unset; padding: 11px 10px; border: 1px solid #00000099; }
.free-estimate-card input::placeholder,.free-estimate-card textarea::placeholder{color: #000000!important; opacity: 1;font-size: 16px; background:#fff;}
.free-estimate-card .form-control:focus { color:#000; background-color:#fff; box-shadow: unset;}
.free-estimate-card .btn-custom{background: #1674B2; color: #ffffff; width: 100%; border: 1px solid #fff; border-radius: 6px; }
.free-estimate-card .btn-custom:hover{background: #000000!important;color: #ffffff!important;}

.serve-area{margin-top: 55px;}
.serve-area h5{font-weight: 700;font-size: 20px;line-height: 30px;}
.serve-area ul{margin: 10px 0 20px;}
.esimate-overlay{position: absolute; left: 0;bottom: 0;}
/*===== Footer Section =====*/
.footer{padding:70px 0 0px; background: linear-gradient(90.16deg, #1674B2 0.13%, #09324C 99.87%); color: #fff; }
.footer h2{font-size: 32px; line-height: 42px; font-weight: 700; color: #fff;}
.left-footer p{margin: 25px 0 20px;}
.footer .icon-box{font-size: 20px;color: #fff;margin-right: 20px; }
.footer-link iconify-icon{margin-right: 15px;}
.footer-list li a{text-decoration: none;color: #ffffff;}
.footer-list ul li.active a{color:#ffffff ;display: flex;align-items: center;}
.footer-list h5{position: relative; padding-bottom: 12px; border-bottom: 4px solid #B9B5B5; font-size: 20px;font-weight: 700;display: inline;color: transparent;line-height: 30px; font-family: "Jost", sans-serif; color: #ffffff; }
.footer-list h5::before{position: absolute; content: ''; bottom: -4px;left: -1px; width: 35px;height: 4px;background: #FFFFFF; border-radius: 20px 0 0 20px; }
.footer-list h5::after{position: absolute; content: ''; bottom: -4px;right: -1px; width: 35px;height: 4px;background: #FFFFFF;border-radius: 0 20px 20px 0;  }

.footer-list ul {margin-top: 35px;}
.right-footer ul li{margin-bottom: 30px!important;}
.footer-list ul li{margin-bottom: 15px; color: #ffffffcc;align-items: center; }
.foot-contact ul li{margin-bottom: 33px;align-items: center;}
.footer .social-links{gap: 10px; margin-top: 35px;}
.footer .social-links .social-icon{background: transparent;border-radius: 50%;border:1px solid #fff; font-size: 20px; height:50px;width:50px;display: flex;align-items: center;justify-content: center; color: #fff; }

/*===== copyright Section =====*/
.copyright{ padding: 15px 0; border-top: #ffffff solid 2px;}
.copyright p{ color: #ffffff; font-size: 16px; text-align: center; }
.copyright p a{ color: #ffffff; text-decoration: none; font-weight: 600; }







/*===== 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: "Jost", sans-serif;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff; font-family: "Jost", 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: #000000; }
.content { width: 100%; padding: 100px 0 ;background: #FFF;background-size: cover; background-repeat: no-repeat; background-position: bottom; }
.content h2{ font-size: 25px; font-weight: 600; color: #1674B2; font-family: "Jost", sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #1674B2; font-family: "Jost", sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #1674B2; font-family: "Jost", sans-serif; }
.content h4{ font-size: 16px; color:#1674B2; font-family: "Jost", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 17px; font-weight: 600; color: #1674B2; font-family: "Jost", sans-serif; 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; font-family: "Jost", sans-serif; 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{font-family: "Jost", 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%; height: auto; }
.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: #ffffff; background: #1674B2; 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; }
.about-span-break{ display: block; }
.br-none br{display: none;}
/*========== Responsive ==========*/

@media(max-width:1399px)  {
  .welcome br,.commitment br{display: none;}

}

@media (max-width: 1199px){

.header-bottom.home {padding-top: 30px;}
  .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; }
  .testimonials .section-heading,
  .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-bottom.home {padding-top: 85px;}
  .header-bottom .container{ width: 100%; }
  .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; }

}
@media (max-width: 767px){

  /*===== Header-section==== */
  .header{padding-top: 55px; background: #0f141a!important;}
  .header.home{ position: relative;}
  .header .logo{margin-right: 0;}
  p{font-size: 14px;}
  .section-topic{margin-bottom: 30px;}
  .banner{ margin-top: 0; padding: 120px 0 50px;}
  .banner-content h1, .banner-content h1 span {font-size: 30px;line-height: unset;}
  .banner-content p {font-size: 18px;}
  .banner br, .work-line{display: none;}
  
  
    /*===== 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 =====*/
    .logo-col{position: relative;}
        br,.home-free-estimate::before{display: none;}
        .content br{display:block;}
        .section-heading { font-size: 24px!important; margin-top: 20px;line-height: unset;}
        .section-sub{font-size: 18px;}
        .banner-content{padding: 45px 10px;}
        .section-heading p{ font-size: 16px; line-height: 30px; }
        .banner-content h5{font-size: 16px;}


        .welcome{ padding:50px 0; }
        .welcome-content p{padding-right: 0;}
        .welcome-content .section-topic{padding: 0 20px;}
        .welcome .ms-flex{display: block;}
        .welcome::before,
        .welcome::after{ display: none; }
        .welcome .section-heading{ padding-right: 0;margin: 15px 0; }
        .welcome .section-heading p{ font-size: 16px; line-height: 30px;  }
        .responsive{flex-direction: column-reverse;}
         
        .service-card{min-height: unset;}

       .test-item{padding: 0;}

  
  
        .testimonials{ padding: 50px 15px; }
        .testimonials .section-heading,
        .testimonials .section-body{ padding-left: 0; }
        .owl-theme .owl-nav.disabled+.owl-dots{display: none;}
        .testimonial-content{padding: 20px;}

        .home-free-estimate{padding: 60px 0 60px;}
        .home-free-estimate .position-absolute{position: relative!important;}
        .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; }

  
  


  .footer, .footer.home{margin-top: 0;padding: 60px 0 0;}
  .footer-banner{padding: 25px;}
  .footer br{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; }


    /*===== Slider Section =====*/
    .owl-carousel .owl-nav button.owl-next{display: none;}
    #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 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; }
    
  }
  
  
  
  