@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratBold.woff2') format('woff2'),
         url('../fonts/MontserratBold.woff') format('woff'),
         url('../fonts/MontserratBold.ttf') format('truetype'),
         url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}
@font-face {
    font-family: 'MontserratExtraBold';
    src: url('../fonts/MontserratExtraBold.eot');
    src: url('../fonts/MontserratExtraBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratExtraBold.woff2') format('woff2'),
         url('../fonts/MontserratExtraBold.woff') format('woff'),
         url('../fonts/MontserratExtraBold.ttf') format('truetype'),
         url('../fonts/MontserratExtraBold.svg#MontserratExtraBold') format('svg');
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/MontserratSemiBold.eot');
    src: url('../fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratSemiBold.woff2') format('woff2'),
         url('../fonts/MontserratSemiBold.woff') format('woff'),
         url('../fonts/MontserratSemiBold.ttf') format('truetype'),
         url('../fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}
@font-face {
    font-family: 'OutfitBold';
    src: url('../fonts/OutfitBold.eot');
    src: url('../fonts/OutfitBold.eot') format('embedded-opentype'),
         url('../fonts/OutfitBold.woff2') format('woff2'),
         url('../fonts/OutfitBold.woff') format('woff'),
         url('../fonts/OutfitBold.ttf') format('truetype'),
         url('../fonts/OutfitBold.svg#OutfitBold') format('svg');
}
@font-face {
    font-family: 'OutfitMedium';
    src: url('../fonts/OutfitMedium.eot');
    src: url('../fonts/OutfitMedium.eot') format('embedded-opentype'),
         url('../fonts/OutfitMedium.woff2') format('woff2'),
         url('../fonts/OutfitMedium.woff') format('woff'),
         url('../fonts/OutfitMedium.ttf') format('truetype'),
         url('../fonts/OutfitMedium.svg#OutfitMedium') format('svg');
}
@font-face {
    font-family: 'OutfitRegular';
    src: url('../fonts/OutfitRegular.eot');
    src: url('../fonts/OutfitRegular.eot') format('embedded-opentype'),
         url('../fonts/OutfitRegular.woff2') format('woff2'),
         url('../fonts/OutfitRegular.woff') format('woff'),
         url('../fonts/OutfitRegular.ttf') format('truetype'),
         url('../fonts/OutfitRegular.svg#OutfitRegular') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'OutfitRegular';overflow-x: hidden;box-sizing: border-box;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn {
    display: inline-block;
    position: relative;
    background-color: #93c23f;
    color: #060225;
    border-radius: 0;
    border: 1px solid #93c23f;
    padding: 10px 24px;
    font-size: 18px;
    transition: 0.5s;
}
.btn-secondary{
    background-color: #47a9d8;
    border-color: #47a9d8;
    color: #ffffff;
}
.btn:hover, .btn-secondary:hover{
    background-color:#060225;
    border-color: #060225;
    color: #ffffff;
}
.enquery-media {
   margin: 0;
	padding: 0;
}
.enquery-media a {
    padding: 10px 30px;
    background: #52bbee;
    display: inline-block;
    margin: 0 4px;
    border-radius: 0 0 0 0;
}
.enquery-media a:last-child {
    background: #93c23f;
}
.enquery-media a:hover {
    background: #000;
}




@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-- header area start --*/
/* .header-area{
    overflow: hidden;
} */
.header-body-area .logo {
    width: 100%;
    max-width: 156px;
    position: relative;
    padding: 10px;
    background-color: #070225;
    height: 145px;
}
.header-body-area .logo::before{
    content: '';
    position: absolute;
    top: 0;
    left: -4000px;
    width: 4000px;
    height: 100%;
    background-color: #070225;
}
.header-body-area .logo img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.header-right-area {
    width: 100%;
}
.header-contact-box{
    background-color: #070326;
    padding: 15px 0;
    position: relative;
}
.header-contact-box::after{
    content: '';
    position: absolute;
    top: 0;
    right: -4000px;
    width: 4000px;
    height: 100%;
    background-color: #070326;
}
.contact ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact ul li {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
}
.contact ul li img{
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(7deg) brightness(103%) contrast(104%);
}
.contact ul li a {
    color: #ffffff;
    margin-left: 5px;
}
.header-contact-box .contact{
    padding-left: 30px;
}
.social-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.social-link ul li:last-child{
    margin-right: 0;
}
.social-link ul li a{
    display: inline-flex;
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #47a9d8;
    padding: 10px;
    transition: 0.5s;
}
.social-link ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(7deg) brightness(103%) contrast(104%);
}
.menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 30px;
}
.menu ul li a {
    display: inline-block;
    color: #0e0e0e;
    font-size: 18px;
    transition: 0.5s;
    padding: 23px 0;
    text-transform: capitalize;
}
.menu ul li a:hover{
    color: #47a9d8;
}
.menu {
    padding-left: 100px;
}
.header-area.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 91;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.header-area.fix .header-contact-box{
    display: none !important;
}
.header-area.fix .header-body-area .logo {
    max-width: 145px;
    height: 79px;
    padding: 5px 0 5px;
}
.gmbico img{
    width: 40px;
    display: inline-block;
    vertical-align: -13px;
}
.side_btn {
    position: fixed;
    right: -115px;
    z-index: 99;
    bottom: 230px;
    transform: rotate(90deg);
}
.side_btn a {
    padding: 10px 30px;
    background: #52bbee;
    display: inline-block;
    margin: 0 4px;
    border-radius: 0 0 0 0;
}
.side_btn a:last-child {
    background: #93c23f;
}
.side_btn a:hover {
    background: #000;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    height: 768px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://sspropertymaintenanceservice.com/wp-content/uploads/2025/12/banne_img.jpg);
	position: relative;
}
.banner-area::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(2 0 14 / 25%);
}
.banner-area .banner-content{
    width: 100%;
    max-width: 540px;
	position:relative;
	z-index:1;
}
.banner-area .banner-content .tagline {
    color: #fff;
    font-size: 21px;
    font-family: 'OutfitBold';
    line-height: 31px;
    margin: 0 0 10px;
}
.banner-area .banner-content .heading {
    color: #ffffff;
    font-size: 40px;
    font-family: 'MontserratBold';
    line-height: 50px;
    margin: 0 0 20px;
}
.banner-area .banner-content .text{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}
.banner-area .banner-content .btn-box .btn{
    margin-right: 10px;
}
.banner-area .banner-content .btn-box .btn:last-child{
    margin-right: 0;
}
/*-- banner area stop --*/
/*-- banner bottom list area start --*/
.banner-bottom-list-media .media-icon {
    width: 100%;
    max-width: 92px;
    height: 92px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}
.banner-bottom-list-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-bottom-list-area {
    background-color: #93c23f;
    padding: 40px 0;
}
.banner-bottom-list-media .media-body {
    color: #060225;
    font-size: 22px;
    font-family: 'OutfitBold';
    line-height: 32px;
    padding-left: 15px;
}
/*-- banner bottom list area stop --*/
/*-- welcome area start --*/
.welcome-heading .tagline {
    color: #060225;
    font-size: 22px;
    line-height: 32px;
    font-family: 'OutfitBold';
    margin: 0 0 8px;
}
.welcome-heading .heading {
color: #000000;
    font-size: 36px;
    font-family: 'MontserratBold';
    line-height: 46px;
    margin-top: 0;
}
.welcome-heading {
    border-left: 5px solid #8ec351;
    padding-left: 10px;
    margin: 0 0 25px;
}
.welcome-area .welcome-text{
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 15px;
}
.welcome-area .welcome-media-box-area {
    display: flex;
    align-items: center;
    padding: 15px 0 45px;
}
.welcome-media .media-icon img{
    width:auto;
    height:75px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(66%) sepia(67%) saturate(670%) hue-rotate(169deg) brightness(85%) contrast(99%);
}
.welcome-media .media-body {
    color: #000000;
    font-size: 22px;
    font-family: 'MontserratSemiBold';
    line-height: 32px;
    padding-left: 20px;
}
.welcome-media {
    border-right: 3px solid #93c23f;
    padding-right: 40px;
    margin-right: 40px;
}
.welcome-media:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.welcome-contact-box .btn{
    margin-right: 25px;
}
.call-media-box .media-icon{
    width: 100%;
    max-width: 58px;
    height: 58px;
    border-radius: 100%;
    background-color: #47a9d8;
    padding: 14px;
}
.call-media-box .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.call-media-box .media-body{
    padding-left: 15px;
}
.call-media-box .media-body .small-text{
    color: #060225;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    line-height: 18px;
}
.call-media-box .media-body .btn-call{
    color: #000000;
    font-size: 30px;
    font-family: 'MontserratSemiBold';
}
.call-media-box .media-body .btn-call:hover{
    color: #47a9d8;
}
.welcome-img{
    position: relative;
}
.welcome-img img{
    width: 100%;
    object-fit: cover;
    position: relative;
}
.welcome-img::before {
    content: '';
    position: absolute;
    bottom: 65px;
    left: -50px;
    width: 100%;
    max-width: 333px;
    height: 364px;
    border: 7px solid #93c23f;
}
/*-- welcome area stop --*/
/*-- service area start --*/
.service-contain-box {
    width: 100%;
    max-width: 930px;
    position: relative;
    left: 9%;
    margin-bottom: 50px;
}
.service-contain-box .media-heading {
    width: 100%;
    max-width: 360px;
    border-left: 6px solid #47a9d8;
    padding-left: 12px;
}
.service-contain-box .media-heading .tagline{
    color: #93c23f;
    font-size: 24px;
    font-family: 'OutfitBold';
    line-height: 34px;
}
.service-contain-box .media-heading .heading{
font-size: 35px;
    font-family: 'MontserratBold';
    line-height: 45px;
    color: #ffffff;
}
.service-contain-box .media-body {
    font-size: 17px;
    line-height: 27px;
    padding-left: 45px;
    color: #ffffff;
}
.service-box{
    height: 440px;
    position: relative;
    overflow: hidden;
}
.service-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.service-box:hover img{
    transform: scale(1.15);
}
.service-box .service-box-contain {
background-color: #060228;
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
    font-family: 'MontserratSemiBold';
    position: absolute;
    bottom: 2.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 95%;
    z-index: 91;
}
.service-box .service-box-contain .text {
    font-size: 14px;
    font-family: 'OutfitRegular';
    line-height: 24px;
    padding-top: 8px;
}
.service-box .icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    max-width: 98px;
    height: 106px;
    border-radius: 50px;
    background-color: #47a9d8;
    border-top-left-radius: 5px;
    padding: 15px;
    z-index: 91;
}
.service-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
}

.service-box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.service-box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.page_cta h4{
	font-size: 28px!important;
	color:#000;
	margin: 0!important;
	padding-bottom: 20px;
}



@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.service-area{
    position: relative;
}
.service-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 499px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/service-bg.jpg);
}
.service-carousel{
    position: relative;
}
.service-carousel .owl-nav {
    position: absolute;
    top: -150px;
    right: 9%;
    display: inline-flex;
}
.service-carousel .owl-nav .owl-prev span, .service-carousel .owl-nav .owl-next span{
    display: none;
}
.service-carousel .owl-nav .owl-prev, .service-carousel .owl-nav .owl-next {
    width: 100%;
    min-width: 39px;
    max-width: 39px;
    height: 39px;
    border-radius: 100%;
    background-color: #ffffff !important;
    background-size: 48% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.service-carousel .owl-nav .owl-prev{
    background-image: url(../images/left-arrow.png) !important;
}
.service-carousel .owl-nav .owl-next{
    background-image: url(../images/right-arrow.png) !important;
}
/*-- service area stop --*/

.faq_section{
	background-color: #dbf2ff;
}
.faq_section h2{
	margin:0!important;
}


/*-- enquery area start --*/
.enquery-area{
    height: 433px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2025/08/image.jpg);
    background-attachment: fixed;
    position: relative;
}
.enquery-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6 2 40 / 85%);
}
.enquery-area .enquery-content{
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.enquery-area .enquery-content .heading{
    color: #ffffff;
    font-size: 42px;
    font-family: 'MontserratBold';
    margin: 0 0 15px;
}
.enquery-area .enquery-content .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 35px;
}
.enquery-media .media-icon{
    width: 100%;
    max-width: 58px;
}
.enquery-media .media-icon img{
    width: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(66%) sepia(94%) saturate(1306%) hue-rotate(169deg) brightness(89%) contrast(89%);
}
.enquery-media .media-body{
    padding-left: 10px;
    text-align: left;
}
.enquery-media .media-body .tagline {
    color: #93c23f;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    line-height: 20px;
}
.enquery-media .media-body .btn-call{
color: #ffffff;
    font-size: 30px;
    font-family: 'MontserratSemiBold';
    background: transparent;
    padding:0; 
}
.enquery-media .media-body .btn-call:hover{
    color: #48a9d8;
}
.enquery-content .enquery-media{
    margin-right: 25px;
}


.query_text{
	max-width:100%!important;
}
.query_text .text{
	font-size:17px!important;
	line-height: 24px!important;
}

/*-- enquery area stop --*/
/*-- whychoose area start --*/
.list-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-box ul li {
    padding: 0;
    padding-left: 28px;
    color: #000000;
    font-size: 17px;
    font-family: 'OutfitMedium';
    position: relative;
    margin: 0 0 12px;
}
.list-box ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/check.png);
    filter: brightness(0) saturate(100%) invert(64%) sepia(45%) saturate(482%) hue-rotate(45deg) brightness(100%) contrast(91%);
}
.whychoose-area .tag-box {
    background-color: #47a9d8;
    color: #0a0e04;
    font-size: 16px;
    font-family: 'OutfitMedium';
    line-height: 24px;
    text-align: center;
    padding: 15px 15px 0px;
}
.whychoose-area .tag-box .btn-box .btn {
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0;
    max-width: 85%;
}
.welcome-area.whychoose-area .welcome-text {
    margin: 0 0 30px;
}
.whychoose-area .tag-box .btn-box .btn img{
    width: auto;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
}
.whychoose-area .tag-box .btn-box .btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(66deg) brightness(108%) contrast(98%);
}
.whychoose-area .tag-box .btn-box .btn:nth-child(2){
    background-color: #ffffff;
    border-color: #ffffff;
    color: #060225;
}
.whychoose-area .tag-box .btn-box .btn:hover:nth-child(2){
    border-color: #060225;
    background-color: #060225;
    color: #ffffff;
}
.whychoose-img{
    position: relative;
}
.whychoose-img img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.whychoose-img::after {
    content: '';
    position: absolute;
    bottom: 65px;
    right: -50px;
    width: 100%;
    max-width: 333px;
    height: 364px;
    border: 7px solid #93c23f;
}
/*-- whychoose area stop --*/
/*-- webtext start --*/
.webtext .tagline{
    color: #060225;
    font-size: 24px;
    font-family: 'OutfitBold';
    line-height: 34px;
    margin: 0 0 0;
}
.webtext .heading{
    color: #000000;
    font-size: 42px;
    font-family: 'MontserratBold';
    line-height: 52px;
    margin: 0 0 0;
}
.webtext{
    margin-bottom: 50px;
}
/*-- webtext stop --*/
/*-- works area start --*/
.works-area{
    background-color: #dbf2ff;
}
.works-box{
    text-align: center;
    position: relative;
}
.works-box::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -76px;
    width: 100%;
    max-width: 140px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon.png);
}
.works-box .contain-box .heading{
    color: #000000;
    font-size: 22px;
    font-family: 'MontserratBold';
    line-height: 32px;
    margin: 0 0 5px;
}
.works-box .contain-box .text{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.works-box .icon {
    width: 100%;
    max-width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #060228;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    position: relative;
    margin: 0 0 15px;
}
.works-box .icon .icon-number {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    max-width: 25px;
    height: 25px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #93c23f;
    color: #000000;
    font-size: 14px;
    font-family: 'OutfitMedium';
}
.works-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(26%) hue-rotate(252deg) brightness(107%) contrast(100%);
}
.works-main-box:last-child .works-box::after{
    display: none;
}
/*-- works area stop --*/
/*-- testimonial area start --*/
.testimonial-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/testimonial-bg.jpg);
    padding-bottom: 0;
}
.testimonial-area .google-review{
    width: 100%;
    max-width: 145px;
    display: flex;
}
.testimonial-area .google-review img{
    width: 100%;
    object-fit: cover;
}
.testimonial-area .welcome-heading{
    margin-bottom: 35px;
}
.testimonial-box{
    width: 745px;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section{
    margin: 0;
    position: relative;
    padding-bottom: 100px !important;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .testimonial-nav-arrow {
    position: absolute;
    bottom: 0px;
    top: auto;
    width: 40px;
    height: 40px;
    background-color: #33a8d5 !important;
    border-color: #33a8d5 !important;
    color: #000000 !important;
    border-radius: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .testimonial-nav-arrow:hover{
    background-color: #93c23f !important;
    border-color: #93c23f !important;
}
.testimonial-box .sp-testimonial-free {
    background-color: #ffffff !important;
    padding: 50px 20px 20px;
    border-radius: 15px !important;
    filter: drop-shadow(0px 0px 6px rgb(0,0,0,0.2));
    position: relative;
}
.testimonial-box .sp-testimonial-item{
    padding: 10px;
}
.testimonial-box .sp-testimonial-free .sp-testimonial-content p{
    padding: 0;
    margin: 0;
    text-align: left;
}
.testimonial-box .sp-testimonial-free .sp-testimonial-client-testimonial{
    text-align: left;
    margin-bottom: 10px;
}
.testimonial-box .sp-testimonial-free .sp-testimonial-client-name{
    text-align: left;
    color: #232323;
    font-size: 18px;
    font-family: 'OutfitBold';
    font-weight: normal;
    margin-bottom: 0;
}
.testimonial-box .sp-testimonial-free .sp-testimonial-client-designation {
    color: #93c23f !important;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
    text-align: left;
}
.testimonial-box .sp-testimonial-free .sp-testimonial-client-rating {
    position: absolute;
    top: 26px;
    left: 20px;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
    left: 44%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
    right: 44%;
}
/*-- testimonial area stop --*/
/*-- need area start --*/
.need-area {
    text-align: center;
    padding: 25px 0;
    background-color: #47a9d8;
    color: #000000;
    font-size: 25px;
    font-family: 'MontserratBold';
    line-height: 35px;
}
.need-area a{
    color: #000000;
}
.need-area a:hover{
    color: #060225;
}
.page_cta a:hover{
    color: #fff!important;
}
.page_cta .btn_1{
	background: #fff!important;
}
.page_cta .btn_1:hover{
	background: #060225!important;
}
/*-- need area stop --*/
/*-- footer area start --*/
.footer-area{
    padding: 50px 0 30px;
    background-color: #060225;
}
.footer-logo{
    width: 100%;
    max-width: 114px;
    margin-bottom: 10px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-area .about-footer{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.footer .heading{
    color: #93c23f;
    font-size: 24px;
    font-family: 'MontserratSemiBold';
    line-height: 34px;
    margin: 0 0 12px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li{
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.footer ul li img{
    width: auto;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(77%) sepia(62%) saturate(473%) hue-rotate(29deg) brightness(86%) contrast(85%);
}
.footer ul li a{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    transition: 0.5s;
}
.footer ul li a:hover{
    color: #94c13f;
}
.footer-social {
    padding-top: 20px;
}
.footer-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
.footer-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #ffffff;
    transition: 0.5s;
    padding: 9px;
}
.footer-social ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(83%) sepia(38%) saturate(5156%) hue-rotate(169deg) brightness(88%) contrast(91%);
}
.footer-social ul li a:hover{
    background-color: #47a9d8;
}
.footer-social ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(238%) hue-rotate(280deg) brightness(110%) contrast(101%);
}
.copyright-area{
    padding: 10px 0;
    text-align: center;
    background-color: #47a9d8;
    color: #1c1c1c;
    font-size: 14px;
}
.copyright-area a{
    color: #1c1c1c;
}
.copyright-area a:hover{
    color:#060225;
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #33a8d5;
    z-index: 99;
    width: 100%;
    max-width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 12px;
}
.back-to-top img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.back-to-top:hover{
    background-color: #060225;
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("/wp-content/uploads/2025/09/inner-banner.jpg") #eee no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #33a8d5;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #33a8d5;
}
.breadcrumb-container a:hover{
    color: #070326;
}
.page {
	margin-top: 0 !important;
}
.contact_page_info {
    position: relative;
    padding-left: 42px;
    color: #666;
    margin-bottom: 15px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
    display: block;
}
.contact_page_info img {
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
}
.inner-heading {
    font-size: 28px;
    font-family: 'MontserratBold';
    line-height: 38px;
    margin: 0 0 15px;
}
.contact_page_info a{
    text-decoration: none;
}
.form-group p{
    margin: 0;
}
.form-group input, .form-group select, .form-group textarea {
    border-radius: 0;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    color: #000000;
    height: 50px;
}
.form-group textarea{
    height: 110px;
    resize: none;
}
.map{
    height: 400px;
    margin-top: 50px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.page-id-22 .hentry{
    margin-bottom: 0;
}
.thankyou_text {
    font-size: 17px;
    color: #000000;
    margin: 0 0 20px;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.more-link {
    display: block;
    background: #8ec351;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 0;
    color: #000;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none !important;
}
.more-link:hover{
	background: #060225 !important;
	color: #fff !important;
}
.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
}
.blog-details-container{
    display: flex;
    flex-wrap: wrap;
}
.inner-service-area.p-80{
	padding:60px 0;
}
.inner-content {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
	color:#000000;
}
.inner-service-area:nth-of-type(2n){
	background-color:#f0eff5;
}
.inner-service-area.call-now-box {
    text-align: center;
    padding: 50px 0;
    background-color: #8ec351;
}
.inner-service-area.call-now-box .inner-heading, .inner-service-area.call-now-box .inner-content{
	color:#ffffff;
}
.inner-service-area ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-service-area ul li{
	padding:0;
	margin:0 0 10px;
	position:relative;
	padding-left:30px;
	font-size: 17px;
    line-height: 27px;
	color:#000000;
}
.inner-service-area ul li:last-child{
	margin-bottom:0;
}
.inner-service-area ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/check.png);
    filter: brightness(0) saturate(100%) invert(64%) sepia(45%) saturate(482%) hue-rotate(45deg) brightness(100%) contrast(91%);
}
.blog_page_header{
	background-image:url('https://webdevau.com/devsite/ss-property-maintenance/wp-content/uploads/2025/07/inner-banner.jpg');
	margin-bottom:50px !important;
}
.blog .content-area{
	padding-bottom:50px;
}
.page-id-22 .entry-header{
	margin-bottom:50px !important;
}
.inner-img-box{
	display:flex;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.enquery-form-box {
    background-color: #e5e1ff;
    padding: 40px 30px;
}
.enquery-form-box .inner-heading{
	margin-bottom:25px;
}
.form-group .wpcf7-spinner{
	display:block;
}
.page-id-46 .entry-header{
	margin-bottom:50px !important;
}
.inner-service-content-box-area {
    text-align: center;
    margin-bottom: 30px;
}
.inner-service-box {
    background-color: #f4f2ff;
    margin-bottom: 20px;
    text-align: center;
	width: 100%;
}
.inner-service-box .heading {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 7px;
    font-family: 'MontserratBold';
    padding: 0 20px;
}
.inner-service-box .content {
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
    padding-top: 0;
}
.inner-service-box .content br{
	display:none;
}
.inner-service-box .img-box {
    overflow: hidden;
    height: 300px;
    background-color: #000000;
    margin-bottom: 22px;
    display: flex;
}
.inner-service-box .img-box img{
	width:100%;
	object-fit:cover;
}
.inner-content br{
	display:none;
}
.footer-mobilecontact-area{
	display:none;
	flex-wrap:wrap;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:91;
}
.footer-mobilecontact-area .mobile-contact {
	width: 100%;
	max-width: 50%;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #93c23f;
	color: #fff;
	font-size: 14px;
}
.footer-mobilecontact-area .call {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 41px;
	height: 41px;
	background-color: #fff;
	padding: 8px;
	border-radius:50%;
}
.footer-mobilecontact-area .call img{
	width:100%;
	height:100%;
}
.footer-mobilecontact-area .mobile-contact:nth-child(2){
	background-color:#130b55;
}
.area_sec {
    padding: 70px 0;
}
.areaheading {
    color: #000000;
    font-size: 42px;
    font-family: 'MontserratBold';
    line-height: 52px;
    text-align: center;
    margin-bottom: 40px;
}
.area_sec ul {
    margin: 0;
    padding: 0;
}
.area_sec ul li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.area_sec ul li a {
    background: #52bbee;
    padding: 10px 13px 10px 40px;
    border-radius: 30px;
    background-image: url(https://sspropertymaintenanceservice.com/wp-content/uploads/2025/12/loc.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 20px;
    background-position: 15px 12px;
    color: #fff;
}
/*-- responsive css start --*/
@media only screen and (max-width : 320px) {
.header-contact-box {
	display: none !important;
}
.header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.header-right-area {
	display: none;
}
.banner-area {
	height: 360px;
	width: 100%;
}
.banner-area .banner-content .heading {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}
.banner-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.banner-area .banner-content .text {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.btn {
	padding: 6px 12px;
	font-size: 12px;
}
.banner-area .banner-content .btn-box .btn {
	margin-right: 5px;
}
.banner-bottom-list-area {
	padding: 20px 0;
}
.banner-bottom-list-media .media-icon {
	max-width: 60px;
	height: 60px;
	padding: 12px;
}
.banner-bottom-list-media .media-body {
	font-size: 17px;
	line-height: 22px;
	padding-left: 5px;
}
.banner-bottom-list-media{
	margin-bottom:10px;
}
.p-80 {
	padding: 25px 0;
}
.welcome-img::before {
	bottom: 20px;
	left: 12px;
	max-width: 210px;
	height: 230px;
	border-width: 2px;
}
.welcome-img {
	margin-bottom: 20px;
}
.welcome-heading .tagline {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
}
.welcome-heading .heading {
	font-size: 22px;
	line-height: 32px;
}
.welcome-heading {
	border-left-width: 2px;
	padding-left: 5px;
	margin: 0 0 12px;
}
.header-area.fix .header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.welcome-area .welcome-text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.welcome-area .welcome-media-box-area {
	display: block;
	padding: 0;
}
.welcome-media .media-icon {
	width: 70px;
}
.welcome-media .media-icon img{
	width:100%;
	object-fit:cover;
}
.welcome-media .media-body {
	font-size: 20px;
	line-height: 28px;
	padding-left: 10px;
}
.welcome-media {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.call-media-box{
	padding-top:20px;
}
.call-media-box .media-icon {
	max-width: 45px;
	height: 45px;
	padding: 9px;
}
.call-media-box .media-body {
	padding-left: 8px;
}
.call-media-box .media-body .small-text {
	font-size: 15px;
}
.call-media-box .media-body .btn-call {
	font-size: 22px;
}
.service-contain-box {
	max-width: 100%;
	left: 0;
	margin-bottom: 20px;
	display: block !important;
}
.service-contain-box .media-heading {
	max-width: 100%;
	border-left-width: 2px;
	padding-left: 10px;
}
.service-contain-box .media-heading .tagline {
	font-size: 18px;
	line-height: 28px;
}
.service-contain-box .media-heading .heading {
	font-size: 25px;
	line-height: 35px;
}
.service-contain-box .media-body {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-top:15px;
}
.service-box .icon {
	max-width: 75px;
	height: 80px;
}
.service-box .service-box-contain {
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.service-box {
	height: auto;
}
.enquery-area .enquery-content .heading {
	font-size: 25px;
	margin: 0 0 10px;
}
.enquery-area .enquery-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.enquery-media .media-icon {
	max-width: 45px;
}
.enquery-media .media-body .tagline {
	font-size: 14px;
	line-height: 18px;
}
.enquery-media .media-body .btn-call {
	font-size: 20px;
}
.enquery-area {
	height: auto;
	padding: 20px 0;
}
.whychoose-img {
	margin-bottom: 25px;
}
.whychoose-img::after {
	bottom: 25px;
	right: 25px;
	width: 100%;
	max-width: 170px;
	height: 170px;
	border-width: 3px;
}
.welcome-area.whychoose-area .welcome-text {
	margin: 0 0 15px;
}
.list-box ul li {
	font-size: 15px;
	margin: 0 0 8px;
}
.webtext .tagline {
	font-size: 18px;
	line-height: 28px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
}
.webtext {
	margin-bottom: 20px;
}
.works-box::after{
	display:none;
}
.works-box .icon {
	max-width: 90px;
	height: 90px;
	margin: 0 0 12px;
}
.works-box .contain-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.works-box {
	margin-bottom: 20px;
}
.testimonial-area .welcome-heading {
	margin-bottom: 20px;
}
.testimonial-box {
	width: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
	left: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
	right: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	padding-bottom: 90px !important;
}
.whychoose-area .tag-box {
	margin-top: 20px;
}
.whychoose-area .tag-box .btn-box .btn {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.need-area {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.footer-area {
	padding: 30px 0 25px;
}
.footer-logo {
	max-width: 90px;
}
.footer-area .about-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.copyright-area {
	font-size: 12px;
	padding: 10px 0 50px;
}
.footer-mobilecontact-area{
	display:flex;
}
.page .entry-header, .blog_page_header {
	padding: 35px 0 !important;
	margin-bottom: 20px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 25px;
}
.inner-service-area.p-80 {
	padding: 20px 0;
}
.inner-img-box{
	margin-bottom:15px;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inner-service-area ul li {
	font-size: 15px;
	line-height: 25px;
}
.map {
	height: 300px;
	margin-top: 0px;
}
.area_sec ul li {
    width: 100%;
}	
}/*-- iphone 5 --*/

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header-contact-box {
	display: none !important;
}
.header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.header-right-area {
	display: none;
}
.banner-area {
	height: 360px;
	width: 100%;
}
.banner-area .banner-content .heading {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}
.banner-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.banner-area .banner-content .text {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.btn {
	padding: 6px 12px;
	font-size: 12px;
}
.banner-area .banner-content .btn-box .btn {
	margin-right: 5px;
}
.banner-bottom-list-area {
	padding: 20px 0;
}
.banner-bottom-list-media .media-icon {
	max-width: 60px;
	height: 60px;
	padding: 12px;
}
.banner-bottom-list-media .media-body {
	font-size: 17px;
	line-height: 22px;
	padding-left: 5px;
}
.banner-bottom-list-media{
	margin-bottom:10px;
}
.p-80 {
	padding: 25px 0;
}
.welcome-img::before {
	bottom: 20px;
	left: 12px;
	max-width: 210px;
	height: 230px;
	border-width: 2px;
}
.welcome-img {
	margin-bottom: 20px;
}
.welcome-heading .tagline {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
}
.welcome-heading .heading {
	font-size: 22px;
	line-height: 32px;
}
.welcome-heading {
	border-left-width: 2px;
	padding-left: 5px;
	margin: 0 0 12px;
}
.header-area.fix .header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.welcome-area .welcome-text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.welcome-area .welcome-media-box-area {
	display: block;
	padding: 0;
}
.welcome-media .media-icon {
	width: 70px;
}
.welcome-media .media-icon img{
	width:100%;
	object-fit:cover;
}
.welcome-media .media-body {
	font-size: 20px;
	line-height: 28px;
	padding-left: 10px;
}
.welcome-media {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.call-media-box{
	padding-top:20px;
}
.call-media-box .media-icon {
	max-width: 45px;
	height: 45px;
	padding: 9px;
}
.call-media-box .media-body {
	padding-left: 8px;
}
.call-media-box .media-body .small-text {
	font-size: 15px;
}
.call-media-box .media-body .btn-call {
	font-size: 22px;
}
.service-contain-box {
	max-width: 100%;
	left: 0;
	margin-bottom: 20px;
	display: block !important;
}
.service-contain-box .media-heading {
	max-width: 100%;
	border-left-width: 2px;
	padding-left: 10px;
}
.service-contain-box .media-heading .tagline {
	font-size: 18px;
	line-height: 28px;
}
.service-contain-box .media-heading .heading {
	font-size: 25px;
	line-height: 35px;
}
.service-contain-box .media-body {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-top:15px;
}
.service-box .icon {
	max-width: 75px;
	height: 80px;
}
.service-box .service-box-contain {
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.service-box {
	height: auto;
}
.enquery-area .enquery-content .heading {
	font-size: 25px;
	margin: 0 0 10px;
}
.enquery-area .enquery-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.enquery-media .media-icon {
	max-width: 45px;
}
.enquery-media .media-body .tagline {
	font-size: 14px;
	line-height: 18px;
}
.enquery-media .media-body .btn-call {
	font-size: 20px;
}
.enquery-area {
	height: auto;
	padding: 20px 0;
}
.whychoose-img {
	margin-bottom: 25px;
}
.whychoose-img::after {
	bottom: 25px;
	right: 25px;
	width: 100%;
	max-width: 170px;
	height: 170px;
	border-width: 3px;
}
.welcome-area.whychoose-area .welcome-text {
	margin: 0 0 15px;
}
.list-box ul li {
	font-size: 15px;
	margin: 0 0 8px;
}
.webtext .tagline {
	font-size: 18px;
	line-height: 28px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
}
.webtext {
	margin-bottom: 20px;
}
.works-box::after{
	display:none;
}
.works-box .icon {
	max-width: 90px;
	height: 90px;
	margin: 0 0 12px;
}
.works-box .contain-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.works-box {
	margin-bottom: 20px;
}
.testimonial-area .welcome-heading {
	margin-bottom: 20px;
}
.testimonial-box {
	width: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
	left: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
	right: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	padding-bottom: 90px !important;
}
.whychoose-area .tag-box {
	margin-top: 20px;
}
.whychoose-area .tag-box .btn-box .btn {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.need-area {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.footer-area {
	padding: 30px 0 25px;
}
.footer-logo {
	max-width: 90px;
}
.footer-area .about-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.copyright-area {
	font-size: 12px;
	padding: 10px 0 50px;
}
.footer-mobilecontact-area{
	display:flex;
}
.page .entry-header, .blog_page_header {
	padding: 35px 0 !important;
	margin-bottom: 20px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 25px;
}
.inner-service-area.p-80 {
	padding: 20px 0;
}
.inner-img-box{
	margin-bottom:15px;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inner-service-area ul li {
	font-size: 15px;
	line-height: 25px;
}
.map {
	height: 300px;
	margin-top: 0px;
}
.area_sec ul li {
    width: 100%;
}		
}/*-- iphone 4 --*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.header-contact-box {
	display: none !important;
}
.header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.header-right-area {
	display: none;
}
.banner-area {
	height: 360px;
	width: 100%;
}
.banner-area .banner-content .heading {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}
.banner-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.banner-area .banner-content .text {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.btn {
	padding: 6px 12px;
	font-size: 12px;
}
.banner-area .banner-content .btn-box .btn {
	margin-right: 5px;
}
.banner-bottom-list-area {
	padding: 20px 0;
}
.banner-bottom-list-media .media-icon {
	max-width: 60px;
	height: 60px;
	padding: 12px;
}
.banner-bottom-list-media .media-body {
	font-size: 17px;
	line-height: 22px;
	padding-left: 5px;
}
.banner-bottom-list-media{
	margin-bottom:10px;
}
.p-80 {
	padding: 25px 0;
}
.welcome-img::before {
	bottom: 20px;
	left: 12px;
	max-width: 210px;
	height: 230px;
	border-width: 2px;
}
.welcome-img {
	margin-bottom: 20px;
}
.welcome-heading .tagline {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
}
.welcome-heading .heading {
	font-size: 22px;
	line-height: 32px;
}
.welcome-heading {
	border-left-width: 2px;
	padding-left: 5px;
	margin: 0 0 12px;
}
.header-area.fix .header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.welcome-area .welcome-text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.welcome-area .welcome-media-box-area {
	display: block;
	padding: 0;
}
.welcome-media .media-icon {
	width: 70px;
}
.welcome-media .media-icon img{
	width:100%;
	object-fit:cover;
}
.welcome-media .media-body {
	font-size: 20px;
	line-height: 28px;
	padding-left: 10px;
}
.welcome-media {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.call-media-box{
	padding-top:20px;
}
.call-media-box .media-icon {
	max-width: 45px;
	height: 45px;
	padding: 9px;
}
.call-media-box .media-body {
	padding-left: 8px;
}
.call-media-box .media-body .small-text {
	font-size: 15px;
}
.call-media-box .media-body .btn-call {
	font-size: 22px;
}
.service-contain-box {
	max-width: 100%;
	left: 0;
	margin-bottom: 20px;
	display: block !important;
}
.service-contain-box .media-heading {
	max-width: 100%;
	border-left-width: 2px;
	padding-left: 10px;
}
.service-contain-box .media-heading .tagline {
	font-size: 18px;
	line-height: 28px;
}
.service-contain-box .media-heading .heading {
	font-size: 25px;
	line-height: 35px;
}
.service-contain-box .media-body {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-top:15px;
}
.service-box .icon {
	max-width: 75px;
	height: 80px;
}
.service-box .service-box-contain {
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.service-box {
	height: auto;
}
.enquery-area .enquery-content .heading {
	font-size: 25px;
	margin: 0 0 10px;
}
.enquery-area .enquery-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.enquery-media .media-icon {
	max-width: 45px;
}
.enquery-media .media-body .tagline {
	font-size: 14px;
	line-height: 18px;
}
.enquery-media .media-body .btn-call {
	font-size: 20px;
}
.enquery-area {
	height: auto;
	padding: 20px 0;
}
.whychoose-img {
	margin-bottom: 25px;
}
.whychoose-img::after {
	bottom: 25px;
	right: 25px;
	width: 100%;
	max-width: 170px;
	height: 170px;
	border-width: 3px;
}
.welcome-area.whychoose-area .welcome-text {
	margin: 0 0 15px;
}
.list-box ul li {
	font-size: 15px;
	margin: 0 0 8px;
}
.webtext .tagline {
	font-size: 18px;
	line-height: 28px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
}
.webtext {
	margin-bottom: 20px;
}
.works-box::after{
	display:none;
}
.works-box .icon {
	max-width: 90px;
	height: 90px;
	margin: 0 0 12px;
}
.works-box .contain-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.works-box {
	margin-bottom: 20px;
}
.testimonial-area .welcome-heading {
	margin-bottom: 20px;
}
.testimonial-box {
	width: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
	left: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
	right: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	padding-bottom: 90px !important;
}
.whychoose-area .tag-box {
	margin-top: 20px;
}
.whychoose-area .tag-box .btn-box .btn {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.need-area {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.footer-area {
	padding: 30px 0 25px;
}
.footer-logo {
	max-width: 90px;
}
.footer-area .about-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.copyright-area {
	font-size: 12px;
	padding: 10px 0 50px;
}
.footer-mobilecontact-area{
	display:flex;
}
.page .entry-header, .blog_page_header {
	padding: 35px 0 !important;
	margin-bottom: 20px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 25px;
}
.inner-service-area.p-80 {
	padding: 20px 0;
}
.inner-img-box{
	margin-bottom:15px;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inner-service-area ul li {
	font-size: 15px;
	line-height: 25px;
}
.map {
	height: 300px;
	margin-top: 0px;
}
}/*-- iphone 6, 7, 8 --*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.header-contact-box {
	display: none !important;
}
.header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.header-right-area {
	display: none;
}
.banner-area {
	height: 360px;
	width: 100%;
}
.banner-area .banner-content .heading {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}
.banner-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.banner-area .banner-content .text {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.btn {
	padding: 6px 12px;
	font-size: 12px;
}
.banner-area .banner-content .btn-box .btn {
	margin-right: 5px;
}
.banner-bottom-list-area {
	padding: 20px 0;
}
.banner-bottom-list-media .media-icon {
	max-width: 60px;
	height: 60px;
	padding: 12px;
}
.banner-bottom-list-media .media-body {
	font-size: 17px;
	line-height: 22px;
	padding-left: 5px;
}
.banner-bottom-list-media{
	margin-bottom:10px;
}
.p-80 {
	padding: 25px 0;
}
.welcome-img::before {
	bottom: 20px;
	left: 12px;
	max-width: 210px;
	height: 230px;
	border-width: 2px;
}
.welcome-img {
	margin-bottom: 20px;
}
.welcome-heading .tagline {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
}
.welcome-heading .heading {
	font-size: 22px;
	line-height: 32px;
}
.welcome-heading {
	border-left-width: 2px;
	padding-left: 5px;
	margin: 0 0 12px;
}
.header-area.fix .header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.welcome-area .welcome-text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.welcome-area .welcome-media-box-area {
	display: block;
	padding: 0;
}
.welcome-media .media-icon {
	width: 70px;
}
.welcome-media .media-icon img{
	width:100%;
	object-fit:cover;
}
.welcome-media .media-body {
	font-size: 20px;
	line-height: 28px;
	padding-left: 10px;
}
.welcome-media {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.call-media-box{
	padding-top:20px;
}
.call-media-box .media-icon {
	max-width: 45px;
	height: 45px;
	padding: 9px;
}
.call-media-box .media-body {
	padding-left: 8px;
}
.call-media-box .media-body .small-text {
	font-size: 15px;
}
.call-media-box .media-body .btn-call {
	font-size: 22px;
}
.service-contain-box {
	max-width: 100%;
	left: 0;
	margin-bottom: 20px;
	display: block !important;
}
.service-contain-box .media-heading {
	max-width: 100%;
	border-left-width: 2px;
	padding-left: 10px;
}
.service-contain-box .media-heading .tagline {
	font-size: 18px;
	line-height: 28px;
}
.service-contain-box .media-heading .heading {
	font-size: 25px;
	line-height: 35px;
}
.service-contain-box .media-body {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-top:15px;
}
.service-box .icon {
	max-width: 75px;
	height: 80px;
}
.service-box .service-box-contain {
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.service-box {
	height: auto;
}
.enquery-area .enquery-content .heading {
	font-size: 25px;
	margin: 0 0 10px;
}
.enquery-area .enquery-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.enquery-media .media-icon {
	max-width: 45px;
}
.enquery-media .media-body .tagline {
	font-size: 14px;
	line-height: 18px;
}
.enquery-media .media-body .btn-call {
	font-size: 20px;
}
.enquery-area {
	height: auto;
	padding: 20px 0;
}
.whychoose-img {
	margin-bottom: 25px;
}
.whychoose-img::after {
	bottom: 25px;
	right: 25px;
	width: 100%;
	max-width: 170px;
	height: 170px;
	border-width: 3px;
}
.welcome-area.whychoose-area .welcome-text {
	margin: 0 0 15px;
}
.list-box ul li {
	font-size: 15px;
	margin: 0 0 8px;
}
.webtext .tagline {
	font-size: 18px;
	line-height: 28px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
}
.webtext {
	margin-bottom: 20px;
}
.works-box::after{
	display:none;
}
.works-box .icon {
	max-width: 90px;
	height: 90px;
	margin: 0 0 12px;
}
.works-box .contain-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.works-box {
	margin-bottom: 20px;
}
.testimonial-area .welcome-heading {
	margin-bottom: 20px;
}
.testimonial-box {
	width: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
	left: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
	right: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	padding-bottom: 90px !important;
}
.whychoose-area .tag-box {
	margin-top: 20px;
}
.whychoose-area .tag-box .btn-box .btn {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.need-area {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.footer-area {
	padding: 30px 0 25px;
}
.footer-logo {
	max-width: 90px;
}
.footer-area .about-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.copyright-area {
	font-size: 12px;
	padding: 10px 0 50px;
}
.footer-mobilecontact-area{
	display:flex;
}
.page .entry-header, .blog_page_header {
	padding: 35px 0 !important;
	margin-bottom: 20px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 25px;
}
.inner-service-area.p-80 {
	padding: 20px 0;
}
.inner-img-box{
	margin-bottom:15px;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inner-service-area ul li {
	font-size: 15px;
	line-height: 25px;
}
.map {
	height: 300px;
	margin-top: 0px;
}
}/*-- iphone 6, 7, 8 plus --*/

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header-contact-box {
	display: none !important;
}
.header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.header-right-area {
	display: none;
}
.banner-area {
	height: 360px;
	width: 100%;
}
.banner-area .banner-content .heading {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}
.banner-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.banner-area .banner-content .text {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.btn {
	padding: 6px 12px;
	font-size: 12px;
}
.banner-area .banner-content .btn-box .btn {
	margin-right: 5px;
}
.banner-bottom-list-area {
	padding: 20px 0;
}
.banner-bottom-list-media .media-icon {
	max-width: 60px;
	height: 60px;
	padding: 12px;
}
.banner-bottom-list-media .media-body {
	font-size: 17px;
	line-height: 22px;
	padding-left: 5px;
}
.banner-bottom-list-media{
	margin-bottom:10px;
}
.p-80 {
	padding: 25px 0;
}
.welcome-img::before {
	bottom: 20px;
	left: 12px;
	max-width: 210px;
	height: 230px;
	border-width: 2px;
}
.welcome-img {
	margin-bottom: 20px;
}
.welcome-heading .tagline {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
}
.welcome-heading .heading {
	font-size: 22px;
	line-height: 32px;
}
.welcome-heading {
	border-left-width: 2px;
	padding-left: 5px;
	margin: 0 0 12px;
}
.header-area.fix .header-body-area .logo {
	max-width: 70px;
	height: auto;
	padding: 5px;
}
.welcome-area .welcome-text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.welcome-area .welcome-media-box-area {
	display: block;
	padding: 0;
}
.welcome-media .media-icon {
	width: 70px;
}
.welcome-media .media-icon img{
	width:100%;
	object-fit:cover;
}
.welcome-media .media-body {
	font-size: 20px;
	line-height: 28px;
	padding-left: 10px;
}
.welcome-media {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.call-media-box{
	padding-top:20px;
}
.call-media-box .media-icon {
	max-width: 45px;
	height: 45px;
	padding: 9px;
}
.call-media-box .media-body {
	padding-left: 8px;
}
.call-media-box .media-body .small-text {
	font-size: 15px;
}
.call-media-box .media-body .btn-call {
	font-size: 22px;
}
.service-contain-box {
	max-width: 100%;
	left: 0;
	margin-bottom: 20px;
	display: block !important;
}
.service-contain-box .media-heading {
	max-width: 100%;
	border-left-width: 2px;
	padding-left: 10px;
}
.service-contain-box .media-heading .tagline {
	font-size: 18px;
	line-height: 28px;
}
.service-contain-box .media-heading .heading {
	font-size: 25px;
	line-height: 35px;
}
.service-contain-box .media-body {
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-top:15px;
}
.service-box .icon {
	max-width: 75px;
	height: 80px;
}
.service-box .service-box-contain {
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.service-box {
	height: auto;
}
.enquery-area .enquery-content .heading {
	font-size: 25px;
	margin: 0 0 10px;
}
.enquery-area .enquery-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.enquery-media .media-icon {
	max-width: 45px;
}
.enquery-media .media-body .tagline {
	font-size: 14px;
	line-height: 18px;
}
.enquery-media .media-body .btn-call {
	font-size: 20px;
}
.enquery-area {
	height: auto;
	padding: 20px 0;
}
.whychoose-img {
	margin-bottom: 25px;
}
.whychoose-img::after {
	bottom: 25px;
	right: 25px;
	width: 100%;
	max-width: 170px;
	height: 170px;
	border-width: 3px;
}
.welcome-area.whychoose-area .welcome-text {
	margin: 0 0 15px;
}
.list-box ul li {
	font-size: 15px;
	margin: 0 0 8px;
}
.webtext .tagline {
	font-size: 18px;
	line-height: 28px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
}
.webtext {
	margin-bottom: 20px;
}
.works-box::after{
	display:none;
}
.works-box .icon {
	max-width: 90px;
	height: 90px;
	margin: 0 0 12px;
}
.works-box .contain-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.works-box {
	margin-bottom: 20px;
}
.testimonial-area .welcome-heading {
	margin-bottom: 20px;
}
.testimonial-box {
	width: 100%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-prev {
	left: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .swiper-button-next {
	right: 35%;
}
.testimonial-box #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	padding-bottom: 90px !important;
}
.whychoose-area .tag-box {
	margin-top: 20px;
}
.whychoose-area .tag-box .btn-box .btn {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.need-area {
	padding: 15px 0;
	font-size: 16px;
	line-height: 26px;
}
.footer-area {
	padding: 30px 0 25px;
}
.footer-logo {
	max-width: 90px;
}
.footer-area .about-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.copyright-area {
	font-size: 12px;
	padding: 10px 0 50px;
}
.footer-mobilecontact-area{
	display:flex;
}
.page .entry-header, .blog_page_header {
	padding: 35px 0 !important;
	margin-bottom: 20px !important;
}
.page .entry-title, .blog_page_title {
	font-size: 25px;
}
.inner-service-area.p-80 {
	padding: 20px 0;
}
.inner-img-box{
	margin-bottom:15px;
}
.inner-img-box img{
	width:100%;
	object-fit:cover;
}
.inner-heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inner-service-area ul li {
	font-size: 15px;
	line-height: 25px;
}
.map {
	height: 300px;
	margin-top: 0px;
}
}

/*-- iPad Mini --*/
@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) {

}

/* 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) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}