body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}

img {
    max-width: 100%;
    height: 0 auto;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

/* Fonts Outfit Family */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
    background-color: #fff;
}
.darkHeader {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-top {
    border-bottom: 2px solid #d4d4d4;
    padding: 10px 10px;
    text-align: left;
    transition: all 500ms ease-in-out;
}
.darkHeader .header-top {
    padding: 6px 0 6px 10px;
}
.header-top {
    border-bottom: 2px solid #d4d4d4;
    padding: 10px 0 10px 10px;
    text-align: left;
}

.header-line {
    border-right: 2px solid #d4d4d4;
}
.header-info a, .header-info span {
    display: inline-block;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-info a {
    margin-right: 20px;
}
.header-info a:hover {
    color: #8cc540;
}
.header-info img {
    margin-right: 5px;
}
.header-social-link {
    float: inline-end;
}
.header-social-link a {
    margin-right: 5px;
}

.header-social-link a:last-child {
    margin-right: 0;
}
.rmp-menu-title-image {
    width: 50%;
    height: 100%;
}
#rmp-menu-wrap-180 .rmp-submenu .rmp-menu-item-link {
    white-space: nowrap;
}
.header-logo {
    padding: 5px 0;
}
.header-logo img {
    width: 260px;
    height: auto;
    transition: all 500ms ease-in-out;
}
.darkHeader .header-logo img {
    width: 158px;
    height: auto;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.header-menu {
    padding: 25px 0;
    transition: all 500ms ease-in-out;
}
.header-menu, .header-btn {
    display: inline-block;
    vertical-align: middle;
}
.header-btn {
    text-shadow: 1px 1px 3px grey;
    margin-left: 50px;
    margin-right: 10px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 35px;
}
.sub-menu li a::before{
	display: none;
}
.header-menu ul li:last-child {
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
	padding: 0;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #03aeef;
}
.header-menu ul li a::before {
    width: 0;
    height: 2px;
    background: #f79421;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translatex(-50%);
    content: "";
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    width: 100%;
}
.header-btn img {
    vertical-align: text-top;
    position: relative;
    z-index: 1;
}
.header-btn span::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    background-color: #f79421;
    width: 50px;
    height: 100%;
    z-index: -1;
}
.header-link {
    display: inline-grid;
}
.header-btn span {
    position: relative;
    max-width: 110px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: -10px;
    font-weight: normal;
    background-color: #03aeef;
    padding: 2px 15px 2px 20px;
    border-radius: 30px 30px 0 0;
}
.header-btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: -25px;
    padding: 5px 12px 6px 30px;
    border-radius: 0 30px 30px 0;
    font-weight: 600;
    background-color: #8cc540;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn a:hover {
    color: #2c2c2c;
}
.get-link {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    background-color: #f79421;
    padding: 12px 30px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-link:hover {
    background-color: #8cc540;
}
.banner-sec {
    background: url("../images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 180px;
    margin-top: 126px;
}
.banner-title {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 15px;
    border: 1px dashed #03aeef;
    position: relative;
    margin-bottom: 20px;
}
.shine {
    position: absolute;
    right: -50px;
    top: 0;
}
.bounce-in {
    animation: bounce-in 1s ease infinite;
}
@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
.banner-head {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.banner-head strong {
    position: relative;
    font-weight: normal;
}
.banner-head strong::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 240px;
    height: 100%;
    background: url("../images/banner-round-img.png") no-repeat center left;
    background-size: 100%;
}
.banner-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    background-color: #f79421;
    padding: 12px 25px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child {
    background-color: #8cc540;
    padding: 12px 40px;
    margin-left: 10px;
}
.banner-btn a:hover {
    background-color: #03aeef;
}
.about-sec {
    padding-bottom: 100px;
    background: url("../images/about-bg-img.png") no-repeat top left;
    background-size: 100%;
}
.info-part {
    position: relative;
    padding: 40px 30px;
    background-color: #2f5000;
    border-radius: 30px;
    margin-top: -50px;
}
.info-part::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/info-pattan-img.png") no-repeat top center;
    background-size: cover;
    border-radius: 30px;
    mix-blend-mode: color-burn;
}
.info-sec .info-area {
    position: relative;
    z-index: 1;
}
.info-head {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.info-txt {
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.about-area {
    padding-top: 80px;
}
.about-left {
    position: relative;
}
.about-left .about-img{
	width: 100%;
}
#circle{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
}
#circle svg {
    width: 240px;
    height: 240px;
    font-size: 22px;
    text-shadow: 1px 1px 3px grey;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(360deg);
    }
}
.about-left::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #8cc540;
    width: 135px;
    height: 135px;
    border-radius: 50%;
}
.about-us{
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 15px;
    border: 1px dashed #03aeef;
    position: relative;
    margin-bottom: 15px;
}
.broom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.about-head{
    font-size: 40px;
    color: #424242;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-check ul{
    margin: 0;
    padding: 0;
}
.about-check ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #404446;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.about-txt{
   font-size: 17px;
   color: #424242;
   font-weight: normal;
   margin-bottom: 20px;
}
.about-btn{
    margin-top: 30px;
}
.about-btn a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    background-color: #f79421;
    padding: 12px 30px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:last-child{
    background-color: #03aeef;
    margin-left: 10px;
}
.about-btn a:hover{
    background-color: #8cc540;
}
.cleaning-video{
	text-align: end;
}
.services-sec{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/serv-broom-img.png") no-repeat top left;
    background-size: 100%;
}
.services-sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/services-bg-img.png") no-repeat top left;
    background-size: auto;
    mix-blend-mode: multiply;
}
.services-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 488px;
    background-color: #2f5000;
	z-index: -1;
}
.services-sec .container{
    position: relative;
    z-index: 1;
}
.our-services-wrap{
    text-align: center;
}
.our-services-txt{
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 5px 20px;
    border: 1px dashed #fff;
    margin-bottom: 15px;
}
.services-head{
    font-size: 51px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
#service_slide .owl-stage {
	display: flex;
	padding-bottom: 0;
}
#service_slide .owl-item {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px !important;
}
#service_slide .item {
	flex: 0 0 auto;
	max-width: 100%;
}
.services-part{
    position: relative;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    background-color: #fff;
    filter: drop-shadow(0px 1px 10.5px rgba(0,0,0,0.31));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	overflow: hidden;
    min-height: 100%;
} 
.services-part:hover{
    background-color: #63a50b;
}
.services-part p{
	margin-bottom: 0;
}
.services-part .skew-part {
    border-radius: inherit;
    transform-origin: left;
    transform: skewY(0);
    overflow: hidden;
    position: relative;
}
.services-part .skew-part .skew-inner {
    display: block;
    transform-origin: inherit;
    transform: skewY(-3deg);
}
.services-part .skew-part .skew-inner img{
	width: 100%;
}
.inr-srv-wrap{
	text-align: center;
	margin-bottom: 40px;
}
.inr-srv{
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 15px;
    border: 1px dashed #03aeef;
    position: relative;
    margin-bottom: 10px;
}
.services-part img{
     border-radius: 10px;
}
.leaf{
   position: absolute;
   bottom: -10px;
   right: 20px;
   padding: 10px;
   background-color: #8dc641;
   border-radius: 0 30px 30px 30px;
   -moz-transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.services-part:hover .leaf{
    background-color: #fff;
}
.leaf img{
    width: auto !important;
    border-radius: 0;
    filter: brightness(0) invert(1);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .leaf img{
    filter: none;
}
.services-title{
    font-size: 22px;
    color: #03aeef;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-title{
    color: #fff;
}
.services-para{
    font-size: 16px;
    color: #353535;
    font-weight: normal;
    padding-right: 65px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-para{
     color: #fff;
}
.srv-btn{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px 0 0 0;
    box-shadow: rgb(197, 197, 197) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.srv-btn img{
   width: auto !important;
   background-color: #f79421;
   padding: 10px;
   -moz-transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.owl-carousel.owl-drag .owl-item{
    margin-bottom: 20px;
}
.srv-btn img:hover{
    background-color: #03aeef;
}
.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dots button.owl-dot{
    border: 2px solid #8dc641;
    width: 42px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
}
.owl-dots button.owl-dot.active{
    background-color: #8dc641;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/choose-ng-img.jpg") no-repeat top left;
    background-size: cover;
}
.choose-wrap{
    text-align: center;
}
.choose-txt{
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 20px;
    border: 1px dashed #03aeef;
    margin-bottom: 15px;
}
.choose-head{
    font-size: 51px;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.choose-part{
    padding: 20px 15px;
    border-radius: 15px;
    filter: drop-shadow(0px 2px 3.5px rgba(0,0,0,0.43));
    background: url("../images/choose-pattan-img01.png") #f3ffe4 no-repeat top left;
    background-size: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-height: 100%;
}
.choose-part:hover{
    background-color: #8dc541;
}
.choose-part-02{
    background: url("../images/choose-pattan-img02.png") #f3ffe4 no-repeat top left;
    background-size: 100%;
}
.choose-part-03{
    background: url("../images/choose-pattan-img03.png") #f3ffe4 no-repeat top left;
    background-size: 100%;
}
.choose-part-04{
    background: url("../images/choose-pattan-img04.png") #f3ffe4 no-repeat top left;
    background-size: 100%;
}
.choose-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #f79421;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.choose-title{
    font-size: 26px;
    color: #101010;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-part:hover .choose-title{
    color: #fff;
}
.choose-icon-txt{
    font-size: 16px;
    color: #101010;
    font-weight: normal;
    margin-top: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-part:hover .choose-icon-txt{
    color: #fff;
}
.choose-right{
    border-radius: 22px;
    filter: drop-shadow(0px 2px 3.5px rgba(0,0,0,0.43));
    min-height: 100%;
    position: relative;
    background: url("../images/choose-right-img.jpg") no-repeat top left;
    background-size: cover;
}
.choose-right::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/wave-img.png") no-repeat bottom left;
    background-size: 100%;
    border-radius: 0 0 22px 22px;
}
.choose-right img{
    width: 100%;
    border-radius: 22px 22px 0 0;
}
.choose-content{
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px 15px;
}
.choose-get-head{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.choose-info img{
    width: 82px;
    margin-right: 5px;
    z-index: 1;
}
.choose-info{
    display: flex;
    align-items: center;
}
.choose-info strong{
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
}
.choose-info a{
    display: inline-block;
    border-radius: 0 30px 30px 0;
    background-color: #ffffff;
    padding: 3px 40px 3px 35px;
    font-size: 26px;
    color: #2c2c2c;
    font-weight: 600;
    position: relative;
    margin-left: -30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-info a:hover{
    color: #f79421;
}
.help-sec{
    background: url("../images/help-bg-img.jpg") no-repeat top left;
    background-size: cover;
}
.help-left{
	padding: 40px 0;
}
.help-head{
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.help-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.help-btn a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #f79421;
    padding: 10px 25px 10px 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.help-btn a:last-child{
    background-color: #03aeef;
    padding: 12px 40px;
    margin-left: 7px;
}
.help-btn a:hover{
    background-color: #101010;
}
.help-btn a img{
    margin-right: 10px;
}
.help-right img{
	width: 100%;
}
.working-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/work-bg-img.png") no-repeat top center;
    background-size: auto;
}
.working-wrap{
    text-align: center;
}
.working-it-head{
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 20px;
    border: 1px dashed #03aeef;
    margin-bottom: 15px;
}
.working-head{
    font-size: 51px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
}
.working-part{
    text-align: center;
}
.work-icon{
    position: relative;
    padding-top: 13%;
}
.work-icon::before{
    position: absolute;
    content: "";
    top: 0;
    left: 28%;
    transform: rotate(15deg); 
    width: 150px;
    height: 150px;
    background-color: #63a50b;
    border-radius: 6px;
    z-index: -1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.working-part:hover .work-icon::before{
    background-color: #f79421;
}
.working-title{
    margin-top: 80px;
    font-size: 22px;
    color: #03aeef;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.working-txt{
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
}
.working-area{
    background: url("../images/rocket-img.png") no-repeat top 20px center;
    background-size: 100%;
    position: relative;
    z-index: 1;
}
.appointment-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #517f14;
}
.appointment-box .appointment-part{
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    padding: 15px 0;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: scroll 35s linear infinite;
}
@keyframes scroll {
    0% { transform: translate3d(0%, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}
.appointment-box .appointment-part span img{
    margin: 0 5px 0 12px;
}
.testimonial-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/testi-bg-img.png") no-repeat top left;
    background-size: 100%;
	overflow-x: hidden;
}
.testimonial-wrap{
    text-align: center;
	margin: 0 -120px !important;
}
.testimonial-title{
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #f79421;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 20px;
    border: 1px dashed #03aeef;
    margin-bottom: 15px;
}
 .testimonial-head{
    font-size: 51px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
} 
.sp-testimonial-free{
	border-radius: 12px !important;
	filter: drop-shadow(1.312px 1.509px 2.5px rgba(0,0,0,0.2)) !important;
	padding: 20px 10px !important;
	margin: 10px 0 !important;
	background: url("../images/quote-img.png") #ffffff no-repeat top 50% left 50% !important;
	background-size: auto !important;
	min-height: 250px !important;
}
.sp-testimonial-client-testimonial p {
	font-size: 16px !important;
	color: #2a2a2a !important;
	font-weight: normal !important;
}
.sp-testimonial-client-name{
	font-size: 20px !important;
	color: #03aeef !important;
	font-weight: 600 !important;
}
.sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #8dc641 !important;
}
.sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{
	border: 2px solid #8dc641 !important;
    width: 42px !important;
    height: 13px !important;
    border-radius: 7px !important;
    margin: 0 5px !important;
}


.reliable-sec{
    background: url("../images/reliable-bg-img.png") no-repeat top left;
    background-size: cover;
    margin: 0 40px;
    border-radius: 30px;
    filter: drop-shadow(3.936px 4.528px 3.5px rgba(0,0,0,0.36));
    margin-bottom: -70px;
}
.reliable-head{
    font-size: 33px;
    color: #fafafa;
    font-weight: bold;
    line-height: 1.2;
}
.reliable-part{
    padding-top: 30px;
    padding-bottom: 30px;
}
.reliable-btn a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #03aeef;
    padding: 12px 40px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.reliable-btn a:last-child{
    margin-left: 4px;
    padding: 12px 25px;
    background-color: #f79421;
	margin-top: 10px;
}
.reliable-btn a:hover{
    background-color: #101010;
}
footer{
    padding-top: 60px;
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.page-id-7 footer{
	padding-top: 120px;
}
.footer-txt{
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 10px;
    hyphens: auto;
    margin-bottom: 20px;
}
.footer-social a{
    margin-right: 8px;
}
.footer-social a img{
    width: 36px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-title{
    display: inline-block;
    font-size: 22px;
    line-height: 1.2;
    color: #03aeef;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid #8bc53f;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    background: url("../images/list-img02.png") no-repeat;
    background-position: top 4px left;
    background-size: 18px;
    padding-left: 28px;
    list-style: none;
    padding-bottom: 8px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #f79421;
}
.footer-info {
    padding-bottom: 15px;
}
.footer-info:last-child {
    padding-bottom: 0;
}
.footer-info img{
    margin-right: 5px;
}
.footer-info span{
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    display: inline-grid;
    vertical-align: middle;
    line-height: 1.3;
}
.footer-info span a{
    display: inline-block;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-info span a:hover{
    color: #f79421;
}
.footer-info .footer-email{
     font-size: 15px;
     text-transform: none;
}
.footer-info strong{
    display: inline-block;
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    background-color: #03aeef;
    padding: 12px 0;
}
.footer-copyright a {
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;   
}
.footer-copyright a:hover {
    color: #f79421;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #8cc540;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 200px !important;
    margin: 126px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #f79421;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f79421;
} 
.info-area .frm_fld input {
    width: 100%;
    margin-top: 15px;
    border: none;
    outline: 0;
    border-radius: 3px;
    background-color: #fff; 
    border: 1px solid #ebebeb !important;
    padding: 18px 15px;
	font-size: 16px;
    font-weight: normal;
    color: #000 ;
}
.info-area .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #000 ;
}
.info-area .frm_fld select {
    width: 100%;
    margin-top: 15px;
    border: none;
    outline: 0;
    border-radius: 3px;
    background-color: #fff; 
    border: 1px solid #ebebeb !important;
    padding: 16px 15px;
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	font-size: 16px;
    font-weight: normal;
    color: #040404;
	appearance: none;
}
.info-area .frm_fld textarea {
    width: 100%;
    margin-top: 15px;
    border: none;
    outline: 0;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ebebeb !important;
    padding: 18px 15px;
    height: 120px;
}
.info-area .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #040404;
}
.info-area .appointment_btn input {
	width: 100%;
    margin-top: 18px !important;
    text-transform: capitalize !important;
    background: #f79421 !important;
    color: #fff !important;
    padding: 18px 22px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 30px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-area .appointment_btn input:hover {
    background-color: #8cc540 !important;
}
.info-area .frm_fld p, .info-area .appointment_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #f79421 !important;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #424242;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.core-box .inner_titl{
   font-size: 24px;
}
.inner_titl strong {
    color: #f79421;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #03aeef;
}
.inner_txt {
    color: #424242;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #03aeef;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}

.contact_page_heading {
    color: #424242;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #03aeef;
}
.contact_page_heading strong {
    color: #f79421;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #f79421;
}
.cv-title{
	font-size: 18px;
	font-weight: 500;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	font-size: 16px;
    font-weight: normal;
    color: #666;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 15px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 12px 15px;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    appearance: none;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #03aeef !important;
	border-radius: 30px !important;
    color: #fff !important;
    padding: 14px 35px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #f79421 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}

.review-content {
    padding: 30px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
}
.review-content .review-txt{
    color: #424242;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #03aeef;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #f79421;
    width: 35px;
    height: 3px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #8bc53f;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #f79421;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #03aeef;
    text-align: center;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
	border-radius: 30px;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #f79421;
}
.error_page {
    padding: 40px 0 80px;
}

.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #f79421;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 217px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #8cc540;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.faq_home {
  width: 100%;
  padding: 0 0 50px;
}
.faq_home h3 {
  margin: 0;
}


.header-btn { margin-left: 20px;}
.header-menu ul li { margin-right: 20px;}

.gallery_home{ width: 100%; padding: 0 0 50px; }
.gallery_top h3{ margin:0px; }
.gallery_img{ width: 100%; overflow: hidden; transition: 0.5s; padding: 15px 0 }
.gallery_img img{ width: 100%; border-radius: 3px; transition: 0.5s; }
.gallery_innr .reliable-btn{ display: flex; justify-content: center; padding-top: 10px; }
.gallery_innr .reliable-btn a{padding: 10px 30px; }
.gallery_img:hover img{ transform: scale(0.8);} 


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn, .get-link, .banner-head strong::after{
	    display: none;
	}
	.header-line{
		border-right: none;
	}
	.header-logo img, .darkHeader .header-logo img{
		width: 140px;
		height: auto;
	}
	.header-logo {
		padding: 0;
	}
	.header-sec{
		padding: 5px 0;
	}
	.banner-sec{
		margin-top: 78px;
	}
	.info-part{
		padding: 30px 20px;
		margin-top: 0;
	}
	.banner-sec{
		padding: 130px 0;
	}
	.about-sec, .services-sec, .choose-sec, .working-sec, .testimonial-sec{
		padding: 40px 0;
	}
	footer{
		padding-top: 40px;
	}
	.info-head, .about-head, .services-head, .choose-head, .help-head, .working-head, .testimonial-head, .reliable-head{
		font-size: 30px;
	}
	.reliable-head{
		text-shadow: 1px 1px 3px #000;
	}
	.about-area {
		padding-top: 40px;
	}
	.banner-title, .about-us, .services-title, .our-services-txt, .choose-txt, .working-it-head, .testimonial-title{
	   font-size: 20px;
	}
	.choose-title{
	    font-size: 24px;
		width: 100%;
	}
	.banner-head{
	   font-size: 32px;
	   margin-bottom: 25px;
	   text-shadow: 1px 1px 3px black;
	}
	.banner-btn a, .about-btn a, .help-btn a, .reliable-btn a{
		font-size: 15px;
	}
	.banner-btn a:last-child{
		 margin-left: 5px;
	}
	.services-para{
		padding-right: 0;
		padding-bottom: 40px;
	}
	.testimonial-wrap{
		margin: 0 !important;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 78px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.choose-content{
		position: relative;
		z-index: 1;
		padding: 40px 15px;
		border-radius: 15px;
	}
	.choose-content::after{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #486f12c9;
		border-radius: 15px;
	}
	.choose-info, .choose-get-head{
		position: relative;
		z-index: 1;
	}
	.choose-right::after{
		display: none;
	}
	.choose-info a{
		margin-left: 0;
		display: table;
		border-radius: 30px;
		padding: 5px 20px;
	}
	.working-area{
		background-image: none;
	}
	.reliable-btn{
		margin-top: 20px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
	.reliable-sec{
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media only screen and (max-width : 320px) {
   .cleaning-video{
		text-align: left;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.work-icon::before{
		top: 10%;
		left: 30%;
		transform: none;
	}
	.working-head{
		margin-bottom: 30px;
	}
	.working-title {
		margin-top: 60px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.banner-title{
		font-size: 15px;
	}
	.banner-btn a{
		padding: 12px 20px;
	}
	.reliable-btn a{
		padding: 12px 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .cleaning-video{
		text-align: left;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.work-icon::before{
		top: 10%;
		left: 30%;
		transform: none;
	}
	.working-head{
		margin-bottom: 30px;
	}
	.working-title {
		margin-top: 60px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.banner-title{
		font-size: 15px;
	}
	.banner-btn a{
		padding: 12px 20px;
	}	
	.reliable-btn a{
		padding: 12px 30px;
	}
	.reliable-btn a:last-child{
		margin-left: 0;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
   .cleaning-video{
		text-align: left;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.work-icon::before{
		top: 15%;
		left: 35%;
		transform: none;
	}
	.working-head{
		margin-bottom: 30px;
	}
	.working-title {
		margin-top: 60px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .header-btn{
	   margin-left: 20px;
	}
	.header-menu ul li{
	   margin-right: 12px;
	}
	.header-btn a{
	   font-size: 15px;
	}
	.choose-get-head{
		font-size: 30px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.choose-title{
		width: 100%;
	}
	.footer-info .footer-email {
		font-size: 12px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
   .header-btn{
	   margin-left: 20px;
	}
	.header-menu ul li{
	   margin-right: 12px;
	}
	.header-btn a{
	   font-size: 15px;
	}
    .choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.choose-title{
		width: 100%;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
    .header-btn{
	   margin-left: 20px;
	}
	.header-menu ul li{
	   margin-right: 12px;
	}
	.header-btn a{
	   font-size: 15px;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.choose-title{
		width: 100%;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header-btn{
	   margin-left: 20px;
	}
	.header-menu ul li{
	   margin-right: 12px;
	}
	.header-btn a{
	   font-size: 15px;
	}
	.choose-get-head{
		font-size: 24px;
	}
	.choose-info a{
		font-size: 18px;
	}
	.choose-info img {
		width: 60px;
	}
	.choose-info strong {
		font-size: 13px;
	}
	.choose-title{
		width: 100%;
	}
}

@media screen and (min-width: 1424px) {
   .services-sec .container-fluid, .testimonial-sec .container-fluid {
        padding: 0 4% !important;
    }
	.testimonial-wrap {
		margin: 0 !important;
	}
	.reliable-sec{
		margin: 0 4% !important;
	}
   .services-sec::before{
		height: 100%;
	}
	.services-sec::after{
		background-size: cover;
	}
	.work-icon::before{
		top: 10%;
        left: 30%;
	}
	.sp-testimonial-free{
		min-height: 280px !important;
	}
}

@media screen and (min-width: 1624px) {
    .services-sec .container-fluid, .testimonial-sec .container-fluid {
        padding: 0 10% !important;
    }
	.testimonial-wrap {
		margin: 0 !important;
	}
	.reliable-sec{
		margin: 0 10% !important;
	}
   .services-sec::before{
		height: 100%;
	}
	.services-sec::after{
		background-size: cover;
	}
	.work-icon::before{
		top: 10%;
        left: 30%;
	}
	.sp-testimonial-free{
		min-height: 280px !important;
	}
}

@media screen and (min-width: 1920px) {
  .services-sec .container-fluid, .testimonial-sec .container-fluid {
        padding: 0 16% !important;
    }
	.testimonial-wrap {
		margin: 0 !important;
	}
	.reliable-sec{
		margin: 0 16% !important;
	}
   .services-sec::before{
		height: 100%;
	}	
	.services-sec::after{
		background-size: cover;
	}
	.work-icon::before{
		top: 10%;
        left: 30%;
	}
	.sp-testimonial-free{
		min-height: 280px !important;
	}
}

@media screen and (min-width: 2048px) {
  .services-sec .container-fluid, .testimonial-sec .container-fluid{
        padding: 0 18% !important;
    }
	.testimonial-wrap {
		margin: 0 !important;
	}
	.reliable-sec{
		margin: 0 18% !important;
	}
   .services-sec::before{
		height: 100%;
	}
	.services-sec::after{
		background-size: cover;
	}
	.work-icon::before{
		top: 10%;
        left: 30%;
	}
	.sp-testimonial-free{
		min-height: 280px !important;
	}
}

@media screen and (min-width: 2550px) {
    .services-sec .container-fluid, .testimonial-sec .container-fluid{
        padding: 0 24% !important;
    }
	.testimonial-wrap {
		margin: 0 !important;
	}
	.reliable-sec{
		margin: 0 24% !important;
	}
	.services-sec::before{
		height: 100%; 
	}
	.services-sec::after{
		background-size: cover;
	}
	.work-icon::before{
		top: 10%;
        left: 30%;
	}
	.sp-testimonial-free{
		min-height: 280px !important;
	}
}


@media only screen and (max-width: 1199px) {
.header-btn {margin-left: 10px;}
.header-menu ul li { margin-right: 5px; }
.header-menu ul li a {font-size: 15px;}
.get-link {padding: 10px 25px;}
.header-btn { margin-right: 5px;}


}
