/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
        .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
	header .container {
    max-width: 1340px;
}
}


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 30px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 20%;
}
.inner-banner {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a, .custom-theme-post-title {
    font-size: 40px;
    color: var(--c1);
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
    overflow: scroll;
    height: 90vh;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}
body{
	font-family: "Noto Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Rum Raisin", sans-serif;
}
.page-header{
    top: 0;
    right: 0;
    left: 0;
    padding: 6px 0;
    z-index: 999;
    background-color: rgb(255 255 255 / 84%);
}



.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}
 
.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 55%);
    padding: 6px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s 
ease-out;
    z-index: 999999;
}


.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-logo {
    width: 74%;
}
.site-logo img {
    width: 100%;
}
.main-menu ul li.current-menu-item a {
    color: var(--c2);
}
.main-menu ul li a:hover {
    color: var(--c2);
}
.main-menu ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    transition: .3s;
}

a.main-btn:hover {
    background: var(--c2);
}
a.main-btn i {
    font-size: 15px;
    margin-right: 6px;
}
a.main-btn{
    background: var(--c1);
    color: #fff;
    padding: 14px 15px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}
.home-slider-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}
.home-slider-content p {
    font-size: 18px;
    color: #fff;
    margin: 30px 0px 45px;
}
section.section-rc{
    position: relative;
    padding: 72px 0px;
}
h2.main-heading {
    font-size: 40px;
    color: var(--c1);
    font-weight: 600;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 29px;
}
.rc-heading {
    text-align: center;
    margin-bottom: 40px;
}
.rc-service-image img{
    width: 100%;
    border-radius: 30px;
}
.rc-service-heading h3 {
    font-size: 30px;
    color: #000;
    transition: .3s;
    margin: 0;
}
.rc-service-box:hover .rc-service-heading h3 {
    color: var(--c1);
}
.rc-service-box:hover .rc-content {
    height: 460px;
}
.rc-content {
    width: 84%;
    height: 90px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -8%;
    position: relative;
    padding: 34px 10px 34px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 1s;
}
.rc-content p {
    line-height: 28px;
    margin: 20px 0 35px;
}
section.section-waste-removal {
    position: relative;
    padding: 72px 0px;
    background-position: center;
    background-size: cover;
}
.background-image-overlay{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(100deg, #000000 10%, rgba(24, 23, 21, 0) 80%);
}
section.section-waste-removal:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    opacity: 48%;
}
.waste-removal-content ul li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    list-style: disc;
    margin-left: 18px;
}
.waste-removal-content p {
    line-height: 30px;
    color: #fff;
}
.waste-removal-btn {
    margin-top: 40px;
}
section.section-about {
    position: relative;
    padding: 72px 0px;
}
.about-content ul li {
    font-weight: 600;
    list-style: disc;
    margin-left: 18px;
    line-height: 30px;
}
.about-btn {
    margin-top: 40px;
}
.about-image {
    width: 100%;
    height: 600px;
    float: right;
    position: relative;
}
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section.section-about .row {
    align-items: center;
}
.help-video {
    width: 100%;
    height: 700px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.help-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 98%;
    background: #000;
    top: 1%;
    left: 0;
    opacity: 50%;
}
.help-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.help-video-content h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.help-video-content {
    text-align: center;
    margin-top: -150px;
    position: relative;
}
.review-content ul{
    display: flex;
    column-gap: 3px;
	justify-content: center;
}

.review-content ul li {
    font-size: 13px;
    color: #e9cc00;
}
.review-author {
    width: 7%;
    margin: 0 auto;
}
.review-author img {
    width: 100%;
}
h5.author-name {
    font-size: 18px;
    color: var(--c1);
    margin-top: 10px;
}
.review-box {
    width: 100%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 30px 20px;
    text-align: center;
	border-radius: 8px;
}
.review-heading {
    text-align: center;
    margin-bottom: 40px;
}
section.section-reviews {
    position: relative;
    background: #eee;
    padding: 72px 0px;
}
section.section-video {
    position: relative;
    padding: 72px 0px;
}
.review-btn {
    margin-top: 50px;
    text-align: center;
}
section.section-advantage {
    position: relative;
    padding: 72px 0px;
    background-position: center;
    background-size: cover;
}
section.section-advantage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0;
    background-image: linear-gradient(100deg, #000000 42%, rgba(24, 23, 21, 0) 95%);
    opacity: .85;
}
.advantage-content p {
    color: #fff;
}
.advantage-content ul {
    margin-bottom: 20px;
}
.advantage-content ul li {
    color: #fff;
    line-height: 30px;
    list-style: disc;
    margin-left: 18px;
}

section.section-satisfaction {
    position: relative;
    padding: 72px 1px;
}
section.section-satisfaction .row {
    align-items: center;
}
.satis-btn {
    margin-top: 40px;
}
.satis-image{
    width: 100%;
    padding: 19px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 13px;
    border-radius: 10px;
}

.satis-image img {
    width: 100%;
}
.reclaim-back{
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px 120px;
	border-radius: 10px;
}
.reclaim-back:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85;
    background-image: linear-gradient(269deg, #000000 33%, rgba(24, 23, 21, 0) 100%);
}
.reclaim-content p {
    color: #fff;
}
.reclaim-btn {
    margin-top: 40px;
}
.reclaim-content h2 {
    margin-bottom: 25px;
}
.wrapper{
	overflow: hidden;
}
section.section-contact {
    position: relative;
    padding: 72px 0px;
}
.contact-form {
    background: var(--c2);
    border-radius: 10px;
    position: relative;
    padding: 40px 30px 30px;
}
.contact-form br {
    display: none;
}
br.main-br {
    display: block;
}
.contact-form label{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
input.contact-input:focus {
    border-color: #e82222b3;
}

input.contact-input:hover {
    border-color: #e82222b3;
}
input.contact-input {
    width: 100%;
    padding: 5px 8px;
    border-radius: 4px;
    outline: none;
    border: 2px solid transparent;
    transition: .3s;
}
input.contact-input:hover {
    border-color: var(--c1);
}
input.contact-input:focus {
    border-color: var(--c2);
}
textarea.contact-input {
    width: 100%;
	height: 150px;
    padding: 5px 8px;
    border-radius: 4px;
    outline: none;
    border: 2px solid transparent;
    transition: .3s;
}
input.submit-btn {
    width: 140px;
    height: 46px;
    background: var(--c1);
    border: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
}

input.submit-btn:hover {
    background: #d1ad9fa1;
}
.google-map iframe{
    width: 100%;
    height: 536px;
}
section.section-faq .row {
    align-items: center;
}

section.section-faq {
    background: #eee;
    padding: 72px 0px;
}
.faq-image img {
    width: 100%;
}
.card-body p a{
    color: var(--c2);
}
.card-header a {
    font-family: 'Roboto Slab';
    font-size: 20px;
}
footer.footer {
    background: #000;
    padding-top: 150px;
}
.footer-logo {
    width: 68%;
}
.footer-logo img {
    width: 100%;
}
.footer-contact ul li i
 {
    margin-right: 10px;
}

.footer-contact ul li a:hover {
    color: var(--c2);
}
.footer-contact ul li a {
    color: #fff;
    transition: .3s;
    position: relative;
}
.footer-contact ul li {
    color: #fff;
    line-height: 28px;
    display: inline-flex
;
    margin-bottom: 17px;
    align-items: center;
}
.footer-contact {
    margin-top: 30px;
}
.phone-btn {
    margin-top: 8px;
}
.menu-title {
    margin-bottom: 30px;
}
.menu-title h3 {
    font-size: 24px;
    color: #fff;
}
.services-menu ul li a:hover {
    color: var(--c2);
}
.services-menu ul li a{
    color: #fff;
    font-weight: 300;
    transition: .3s;
    line-height: 30px;
}
/* .service-areas-menu{
    display: flex
;
    column-gap: 170px;
    justify-content: center;
} */
/* .menu-title {
    width: 60%;
    margin: 0 auto 30px;
} */
.services-menu ul {
    column-count: 2;
}
.footer-02 {
    margin-left: 80px;
}
.hours-heading h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.hours-heading ul li i {
    margin-right: 10px;
}
.hours-heading ul li{
    color: #fff;
    line-height: 30px;
}
.hours-heading ul li a:hover {
    color: var(--c2);
}

.hours-heading ul li a {
    color: #fff;
    transition: .3s;
}
.business-hours-box {
    background: var(--c1);
    padding: 40px 30px;
    border-radius: 8px;
}
.hh2 {
    margin-top: 20px;
}
.copyright-text p {
    margin: 0;
    color: #fff;
}
.footer-media ul li a:hover {
    color: var(--c2);
}

.footer-media ul {
    display: flex
;
    column-gap: 24px;
    justify-content: end;
}
.footer-media ul li a {
    font-size: 18px;
    color: #fff;
    transition: .3s;
}
.container.cp-container {
    background: var(--c1);
    max-width: 100%;
    padding: 10px 160px;
    margin-top: 50px;
}
.home-slider-item {
    position: relative;
}

.footer-contact ul li i {
    margin-right: 10px;
}
.home-banner-logo {
    position: absolute;
    bottom: 140px;
    opacity: 0.9;
    width: 310px;
}
.home-banner-logo img {
    width: 100%;
}
img.about-image2 {
    width: 70%;
    height: auto;
    position: absolute;
    left: -36%;
    top: 150px;
    border-radius: 10px;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.google-icon {
    width: 25px;
    margin: 0 auto 10px;
}
.google-icon img {
    width: 100%;
}
section.section-about:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 70%;
    top: 15%;
    right: 0;
    background-image: url(assets/img/image-icon-brown.png);
    background-repeat: repeat;
    background-size: contain;
}
img.about-image2 {
    display: none;
}
section.section-steps {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #eee;
}
.steps-heading {
    text-align: center;
    margin-bottom: 20px;
}
.step-image-content {
    display: flex
;
    column-gap: 30px;
	align-items: center;
}
.step-image {
    width: 20%;
}
.step-image img {
    width: 100%;
}
span.step-no {
    width: 70px;
    height: 70px;
    display: block;
    background: var(--c1);
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
}
.step-content h3 {
    font-size: 20px;
    color: var(--c1);
    margin-top: 10px;
}
.step-content p {
    margin: 0;
}
.step-box {
    position: relative;
    border: 1px solid #00000033;
    height: 260px;
    border-radius: 12px;
    padding: 15px;
    margin-top: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}
.step-content {
    flex: 1;
}
section.section-order-service {
    position: relative;
    padding: 80px 0px;
}
.order-service-form {
    width: 74%;
    position: relative;
    background: #eee;
    padding: 50px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin: 0 auto;
}
.order-service-form-heading {
    margin-bottom: 26px;
    text-align: center;
}
.order-service-form-heading h3 {
    font-size: 26px;
    color: var(--c1);
    margin: 0;
}
input.order-input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #d1ad9f87;
    padding: 5px 10px;
    transition: .4s;
}
input.order-input:hover {
    border-color: var(--c1);
}
input.order-input:focus {
    border-color: var(--c2);
}
select.order-input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #d1ad9f87;
    padding: 5px 10px;
    transition: .4s;
	color: #646464;
}
select.order-input:hover {
    border-color: var(--c1);
}
select.order-input:focus {
    border-color: var(--c2);
}
input.order-input::placeholder {
    color: #646464;
}
select.order-input::placeholder {
    color: #646464;
}
textarea.order-input {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    outline: none;
    border: 2px solid #d1ad9f87;
    padding: 5px 10px;
    transition: .4s;
}
textarea.order-input:hover {
    border-color: var(--c1);
}
textarea.order-input:focus {
    border-color: var(--c2);
}
textarea.order-input::placeholder {
    color: #646464;
}
input.order-input-submit {
    background: var(--c1);
    color: #fff;
    padding: 8px 35px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    border: none;
    outline: none;
    text-transform: uppercase;
}
section.section-service-area {
    position: relative;
    padding: 80px 0px;
}
.service-area-map iframe {
    width: 100%;
    height: 600px;
}
section.section-reclaim {
    position: relative;
    padding: 80px 0px;
}


li.menu-item-271 ul.sub-menu {
    /* width: 258px; */
}
ul.sub-menu {
    position: absolute;
    top: 53px;
    left: 0;
    display: block;
    background: #fff;
    width: 260px;
    z-index: 999999;
    padding: 0;
    transition: .2s;
    visibility: hidden;
    opacity: 0;
}
.header-left ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
ul.sub-menu li a {
    display: block;
    color: #fff;
    padding: 7px 12px !important;
    background: var(--c1);
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: var(--c2);
    color: #fff;
}
.header-left ul li {
    position: relative;
}
.header-left ul li.menu-item-254 a {
    padding-bottom: 40px;
}
.service-inner-btn {
    margin: 40px 0px;
}
.header-left ul li.menu-item-163 a {
    padding-bottom: 40px;
}
.refer-image img {
    width: 100%;
}
section.section-refer .row {
    align-items: center;
}

section.section-refer {
    position: relative;
    padding: 80px 0px;
}
.refer-form-heading {
    text-align: center;
    margin-bottom: 50px;
}
.refer-form-box {
    padding: 40px;
    background: var(--c2);
    width: 100%;
    border-radius: 10px;
}
section.section-refer-form {
    position: relative;
    padding: 80px 0px;
    background: #eee;
}
section.section-quote {
    position: relative;
    padding: 80px 0px;
}
.home-slider-image {
    width: 100%;
    height: 900px;
    position: relative;
}
.home-slider-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 29%;
}
.phone-btn a {
    display: inline-block;
    margin: 3px 0px;
}



section.section-rc .row {
    justify-content: center;
}
.rc-box-3{
	margin-top: 30px;
}
/* .menu-item-has-children .sub-menu {
  display: none;
} */
section.section-signup .row {
    background: var(--c2);
    padding: 70px 40px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: -90px;
    z-index: 999;
    position: relative;
}
.sign-up-heading h2 {
    color: #000;
}
.sign-up-form button.btn.btn-primary {
    background: #000;
    border: 1px solid #000;
}



.partner-logo {
    width: 55%;
    height: 215px;
    margin: 0 auto;
    border-radius: 90%;
    overflow: hidden;
    border: 1px solid #000;
}
.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partner-company-name h3 {
    font-size: 30px;
    color: var(--c1);
}
.partner-service-type span {
    font-size: 18px;
}
.partner-company-location p i {
    font-size: 18px;
    margin-right: 6px;
    color: var(--c1);
	margin: 0 auto;
}
.partner-service-type
 {
    margin: 12px 0;
}
.partner-btns {
    margin-top: 30px;
}
section.section-partners {
    position: relative;
    padding: 90px 0px;
}
.partner-row {
    background: #fff;
    border: 2px solid var(--c3);
    border-radius: 10px;
    padding: 30px 0px 42px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 30px;
}
.partner-other-detail-box.active {
    margin: 70px auto 0;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.partner-other-detail-box {
    width: 90%;
    margin: 0px auto 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
	transition: .3s;
}
.partner-contact-information ul li strong {
    width: 18%;
    font-size: 18px;
    color: #000;
}
.partner-contact-information ul li {
    display: flex;
    column-gap: 32px;
    line-height: 45px;
}
.about-partner-company h3 {
    font-size: 30px;
    color: var(--c2);
}
.partner-contact-information h3 {
    font-size: 30px;
    color: var(--c2);
}
.partner-contact-information ul li span a.partner-social:hover {
    background: var(--c1);
}

.partner-contact-information ul li span a.partner-social {
    display: block;
    width: 35px;
    height: 35px;
    background: var(--c2);
    text-align: center;
    color: #fff;
    border-radius: 35px;
    transition: .3s;
    line-height: 35px;
}








