@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/PoppinsExtraBold.eot');
    src: url('../fonts/PoppinsExtraBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsExtraBold.woff2') format('woff2'),
         url('../fonts/PoppinsExtraBold.woff') format('woff'),
         url('../fonts/PoppinsExtraBold.ttf') format('truetype'),
         url('../fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayBold';
    src: url('../fonts/PlayfairDisplayBold.eot');
    src: url('../fonts/PlayfairDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayBold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayBold.woff') format('woff'),
         url('../fonts/PlayfairDisplayBold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'PoppinsRegular';font-weight: normal;background-color: #fff;overflow-x: hidden;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-weight: 700;padding: 0;margin: 0;}
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 {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'PoppinsSemiBold';
    border: 1px solid;
    transition: 0.5s;
    outline: none;
    text-transform: uppercase;
    border-radius: 30px;
}
.btn-primary{
    border-color: #768a76;
    background-color: #768a76;
    color: #ffffff;
}
.btn-secondary{
    border-color: #737072;
    background-color: #737072;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus{
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
}
@-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{
    background-color: #ffffff;
}
.header-area .header-top {
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
}
.header-top-body .icon {
    width: 100%;
    max-width: 20px;
    height: 24px;
    padding-right: 2px;
}
.header-top-body .icon img {
    width: 80%;
    object-fit: contain;
}
.header-top-body .body{
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-family: 'PoppinsRegular';
}
.header-top-body .header-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-top-body .header-social ul li{
    display: inline-block;
}
.header-top-body .header-social ul li a{
    display: inline-block;
}
.header-top-body .header-social ul li img{
    width: 100%;
    max-width: 16px;
}
.header-top-body .header-social {
    padding-left: 20px;
}
.header-body-area .logo{
    width: 100%;
    max-width: 310px;
}
.header-body-area .logo img{
    width: 100%;
    object-fit: cover;
}
.header-body-area {
    padding: 20px 0;
}
.header-body-contact .icon{
    width: 100%;
    max-width: 30px;
    height: 30px;
}
.header-body-contact .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-body-contact .body{
    padding-left: 10px;
}
.header-body-contact .body small{
    color: #0c121d;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0;
}
.header-body-contact .body a {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    display: block;
}
.header-body-contact .body a:hover{
    color: #768a76;
}
.header-body-right .header-body-contact {
    margin-right: 30px;
}
.menu-area{
    background-color: #737072;
}
.menu-area .menu{
    text-align: center;
}
.menu-area .menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-area.fix .menu-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header-area.fix .menu-area .menu ul li {
    margin-right: 45px;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    width: 100%;
}
.banner-area .master-slider-parent{
    width: 100%;
    position: relative;
}
.banner-area .ms-inner-controls-cont{
    max-width: 100% !important;
}
.banner-area .ms-view, .banner-area .ms-slide{
    width: 100% !important;
    height: 664px !important;
}
.banner-area img{
    width: 100%;
    object-fit: cover;
}
.banner-area .master-slider .ms-slide-info {
    position: absolute !important;
    top: 0;
    left: 9%;
    margin: 0;
    max-width: 590px;
    display: flex;
    align-items: center;
    height: 100%;
}
.banner-area .master-slider h2{
    margin: 0 0 0;
    text-align: left !important;
}
.banner-area .master-slider p{
    text-align: left !important;
}
.banner-area .master-slider .small-tag {
    font-family: 'PlayfairDisplayBold';
    color: #080808;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
}
.banner-area .master-slider h2{
    font-family: 'PlayfairDisplayBold';
    font-size: 52px;
    line-height: 62px;
    color: #080808;
    margin: 0 0 18px;
}
.banner-area .master-slider p{
    color: #080808;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 25px;
}
.banner-area .ms-skin-default .ms-nav-prev {
    top: 85%;
    left: 120px;
    background-color: #7e8287;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background-position: -82px -21px;
}
.banner-area .ms-skin-default .ms-nav-next{
    right: auto;
    top: 85%;
    left: 180px;
    background-color: #7e8287;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background-position: -78px -98px;
}
/*-- banner area stop --*/
/*-- webtext area start --*/
.webtext .heading {
    color: #080808;
    font-size: 38px;
    font-family: 'PlayfairDisplayBold';
    line-height: 48px;
    margin: 0 0 20px;
}
.webtext .text {
    color: #080808;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
}
/*-- webtext area start --*/
/*-- about area start --*/
.webtext.about-content .btn{
    margin-top: 10px;
}
.about-img-box {
    width: 100%;
	max-width:540px;
    height: 540px;
    border-radius: 100%;
    position: relative;
}
@keyframes rotateCircles {
    from {
        transform: rotate(0);
    } to {
        transform: rotate(360deg);
    }
}
.about-img-box .circle1 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid #736f71;
    border-radius: 100%;
    animation: rotateCircles 15s linear infinite;
}
.about-img-box .circle1::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 45%;
    width: 100%;
    max-width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: #736f71;
}
.about-img-box .circle1::after {
    content: '';
    position: absolute;
    bottom: 26%;
    right: 3.5%;
    width: 100%;
    max-width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: #736f71;
}
.about-img-box .circle2 {
    content: '';
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 84%;
    height: 84%;
    border: 1.5px solid #736f71;
    border-radius: 100%;
    margin: 0 auto;
}
.about-img-box .about-img {
    width: 100%;
    max-width: 370px;
    height: 370px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #000000;
}
.about-img-box .about-img img{
    width: 100%;
    object-fit: cover;
}
.webtext.about-content{
    padding-left: 30px;
}
/*-- about area stop --*/
/*-- service area start --*/
.service-area{
    background-color: #efefef;
}
.service-area .webtext{
    margin-bottom: 45px;
}
.service-box {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 29px 50px 0 rgb(7 22 32 / 6%);
    transition: 0.5s;
	display: flex;
    flex-wrap: wrap;
	align-items: end;
}
.service-box:hover {
    transform: translate(0px, -8px);
}
.service-box .service-body-box{
    padding: 35px;
}
.service-body-box .service-box-top {
    margin-bottom: 25px;
}
.service-body-box .service-box-top .icon{
    width: 100%;
    max-width: 53px;
    height: 53px;
}
.service-body-box .service-box-top .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-body-box .service-box-top .number{
    color: #e6e6e6;
    font-size: 68px;
    font-family: 'PoppinsBold';
    line-height: 78px;
}
.service-box .service-body-box .heading {
    font-family: 'PlayfairDisplayBold';
    color: #080808;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.service-box .service-body-box .text {
    color: #080808;
    font-size: 13px;
    line-height: 23px;
}
.service-box .btn {
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 15px;
}
.service-area .btn-box{
    padding-top: 50px;
}
/*-- service area stop --*/
/*-- whychooseus area start --*/
.whychooseus-body{
    position: relative;
    height: 521px;
}
.whychooseus-body::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 58px;
    width: 100%;
    max-width: 560px;
    height: 481px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/whychooseus-img1.png);
    margin: 0 auto;
}
.whychooseus-body .whychooseus-list-box {
    width: 100%;
    max-width: 320px;
    padding-top: 50px;
}
.whychooseus-box .icon{
    width: 100%;
    max-width: 71px;
    height: 71px;
    background-color: #768a76;
    border-radius: 100%;
    padding: 15px;
}
.whychooseus-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.whychooseus-box .body {
    padding-left: 15px;
}
.whychooseus-box .body .heading{
    color: #080808;
    font-size: 18px;
    font-family: 'PlayfairDisplayBold';
    line-height: 28px;
    margin: 0 0 5px;
}
.whychooseus-box .body .text {
    color: #080808;
    font-size: 13px;
    line-height: 23px;
}
.whychooseus-area .webtext{
    margin-bottom: 10px;
}
.whychooseus-box {
    margin: 0 0 40px;
}
.whychooseus-body .whychooseus-list-box:last-child .whychooseus-box{
    flex-direction: row-reverse;
}
.whychooseus-body .whychooseus-list-box:last-child .whychooseus-box .body{
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
}
/*-- whychooseus area stop --*/
/*-- testimonial area start --*/
.testimonial-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/testimonial-bg.jpg);
}
.getintouch-form {
    background-color: #ffffff;
    box-shadow: 0px 29px 50px 0px rgb(7 22 32 / 6%);
    padding: 45px;
    border-radius: 15px;
}
.testimonial-area .sp-testimonial-title{
    display: none;
}
.testimonial-area .sp-testimonial-free-section{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.testimonial-area .sp-testimonial-free{
    position: relative;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-client-rating {
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
    font-size: 15px !important;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-client-image {
    width: 74px;
    height: 74px;
    margin: 0 auto 55px;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-client-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-content p {
    padding: 0;
    color: #080808;
    font-size: 16px;
    line-height: 26px;
}
.testimonial-area .sp-testimonial-free .sp-testimonial-client-name {
    text-align: right;
    margin: 0;
    font-style: italic;
}
.testimonial-area .sp-testimonial-free-section .testimonial-pagination{
    bottom: 0;
}
.testimonial-area .sp-testimonial-free-section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #737072 !important;
}
.testimonial-area .webtext{
    margin-bottom: 40px;
}
/*-- testimonial area stop --*/
/*-- getintouch area start --*/
.getintouch-img{
    position: relative;
    width: 689px;
    right: 55px;
}
.getintouch-img img{
    position: relative;
    width: 100%;
    object-fit: cover;
}
.getintouch-img::before{
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    right: -72px;
    margin: 0 auto;
    width: 100%;
    max-width: 676px;
    height: 635px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/getintouch-shape1.png);
}
/*-- getintouch area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #737072;
}
.footer-body-area{
    padding: 90px 0 50px;
}
.footer-logo{
    width: 100%;
    max-width: 190px;
    margin: 0 0 40px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(135deg) brightness(103%) contrast(104%);
}
.footer-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social ul li{
    display: inline-block;
    margin-right: 5px;
}
.footer-social ul li:last-child{
    margin-right: 0;
}
.footer-social ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 7px;
}
.footer-social ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(92%) saturate(28%) hue-rotate(198deg) brightness(107%) contrast(100%);
}
.footer-social ul li a:hover{
    background-color: #ffffff;
}
.footer-social ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7476%) hue-rotate(145deg) brightness(102%) contrast(100%);
}
.footer .heading{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'PoppinsBold';
    margin: 0 0 10px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li{
    padding: 0;
    margin: 0;
    margin: 0 0 5px;
}
.footer ul li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.footer ul li a:hover{
    color: #000000;
}
.footer .footer-contact-media {
    margin-bottom: 10px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    padding: 9px;
}
.footer .footer-contact-media .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%);
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}
.footer .footer-contact-media .media-body a:hover{
    color: #000000;
}
.copyright{
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
}
.copyright a{
    color: #ffffff;
    font-size: 14px; 
}
.copyright a:hover{
    color: #000000;
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #ffffff;
    z-index: 1;
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 12px;
}
.back-to-top img{
    width: 100%;
    object-fit: contain;
}
.back-to-top:hover{
    background-color: #000000;
}
.back-to-top:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 0 50px !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: #748a77;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #748a77;
}
.page {
	margin-top: 0 !important;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.error_container img {
    margin-bottom: 20px;
}
.form-group p{
    margin-bottom: 0;
}
.form-group{
    margin: 0 0 20px;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    height: 54px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #efefef;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #010101;
}
.form-group input::placeholder, .form-group textarea::placeholder{
    font-size: 14px;
    color: #010101;
}
.form-group textarea{
    height: 110px;
    resize: none;
}
.inner-text-heading{
    color: #080808;
    font-size: 38px;
    font-family: 'PlayfairDisplayBold';
    line-height: 48px;
    margin: 0 0 20px;
}

.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;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:30px;
}
.thankyou_text {
    font-size: 16px;
    color: #000000;
    margin: 0 0 25px;
}
.inner-content-list{
	margin-bottom:50px;
}
.inner-heading {
    color: #080808;
    font-size: 38px;
    font-family: 'PlayfairDisplayBold';
    line-height: 48px;
    margin: 0 0 20px;
}
.inner-content {
    color: #080808;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 12px;
}
.inner-content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-content ul li{
	color: #080808;
    font-size: 14px;
    line-height: 24px;
	margin: 0 0 10px;
	position:relative;
	padding-left:24px;
}
.inner-content ul li:before {
    background: url("/wp-content/uploads/2025/04/check.png") no-repeat;
    background-size: 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
}
.inner-callus-content {
    text-align: center;
    padding: 50px 150px;
    background-color: #f3f3f3;
}
.inner-callus-content .inner-content{
	margin:0;
}
.inner-heading.small-heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
}
.more-link {
    display: block;
    background: #748a77;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none !important;
}
.more-link:hover{
	background: #000000 !important;
	color: #fff !important;
}

.post .entry-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: 'PlayfairDisplayBold';
    line-height: 40px;
}
.post .entry-header, .post .entry-summary{
	background-color: #f3f3f3 !important;
}
.post .entry-summary{
	padding-bottom:20px !important;
}
.widget {
    background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 0 !important;
}
.content-sidebar.widget-area{
	left: -90px;
}
.widget h2 {
    margin-top: 0 !important;
}
#block-7{
	padding-bottom:0;
	padding-top:0;
}
#block-7 .wp-block-heading{
	margin-bottom:0;
}
#block-8{
	padding-top:5px;
}
#block-6{
	padding-top:0;
}
.category-3 .archive-header{
	display:none;
}
.category-3 .content-sidebar.widget-area {
    left: -45px;
}
.single-post .entry-content{
	background-color: #f3f3f3 !important;
}
.service-box p{
	margin:0;
	width:100%;
	display: flex;
    align-items: end;
}
.inner-review-box {
    padding: 25px;
    background-color: #f3f3f3;
}
.inner-review-box .text {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.inner-review-box .text-heading {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: right;
}
.inner-review-box .icon {
    width: 100%;
    max-width: 74px;
    height: 74px;
    border-radius: 100%;
    display: flex;
    margin: 0 auto 20px;
	overflow: hidden;
}
.inner-review-box .icon img{
	width:100%;
	object-fit:cover;
}
.inner-review-box .rating {
    width: 100%;
    max-width: 80px;
    margin: 0 auto 10px;
}
.inner-review-box .rating img{
	width:100%;
	object-fit:cover;
}
.mobile-contact {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
	left: 0;
}
.mobile-contact .mobile-link {
	width: 100%;
	max-width: 50%;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	background-color: #768a76;
	color: #ffffff;
}
.mobile-contact .mobile-link:nth-child(2){
	background-color: #000000;
}
.mobile-contact .mobile-phone{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	max-width:44px;
	height:44px;
	border-radius:100%;
	background-color:#ffffff;
	padding:10px;
}
.inner-heading.inner-heading-small {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px;
}
.mobile-contact .mobile-phone img{
	width:100%;
	height:100%;
	object-fit:content;
}
/*-- responsive css start --*/
@media (max-width:991.98px){
	.header-area .header-top {
		display: none;
	}
	.header-body-right .header-body-contact {
		display: none !important;
	}
	.menu-area {
		display: none;
	}
	.header-area.fix .header-body-area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 991;
		background-color: #ffffff;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
	}
	.header-body-area {
		padding: 10px 0;
	}
	.header-body-area .logo {
		max-width: 220px;
	}
	.header-body-area .logo img {
		height: auto;
	}
	.btn {
		padding: 10px 20px;
		font-size: 14px;
	}
	.header-body-right{
		padding-right:45px;
	}
	.banner-area .ms-view, .banner-area .ms-slide {
		height: 380px !important;
	}
	.banner-area .master-slider .small-tag {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.banner-area .master-slider h2 {
		font-size: 38px;
		line-height: 48px;
		margin: 0 0 10px;
	}
	.banner-area .master-slider p {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 20px;
	}
	.banner-area .ms-skin-default .ms-nav-next, .banner-area .ms-skin-default .ms-nav-prev {
		display:none;
	}
	.about-img-box {
		max-width: 540px;
		height: 540px;
		margin: 0 auto 30px;
	}
	.p-80 {
		padding: 40px 0;
	}
	.webtext.about-content {
		padding-left: 0;
		text-align: center;
	}
	.webtext .heading {
		font-size: 34px;
		line-height: 44px;
		margin: 0 0 12px;
	}
	.webtext .text {
		margin: 0 0 12px;
	}
	.service-area .webtext {
		margin-bottom: 30px;
	}
	.service-box .service-body-box {
		padding: 25px;
	}
	.service-body-box .service-box-top .icon {
		max-width: 48px;
		height: 48px;
	}
	.service-body-box .service-box-top .number {
		font-size: 55px;
		line-height: 65px;
	}
	.service-body-box .service-box-top {
		margin-bottom: 15px;
	}
	.service-box .btn {
		letter-spacing: 2px;
		padding: 12px;
	}
	.service-area .btn-box {
		padding-top: 40px;
	}
	.whychooseus-body {
		height: auto;
	}
	.whychooseus-body::before{
		display:none;
	}
	.whychooseus-box {
		margin: 0 0 20px;
	}
	.whychooseus-box .body {
		padding-left: 12px;
	}
	.whychooseus-box .icon {
		max-width: 65px;
		height: 65px;
		padding: 12px;
	}
	.whychooseus-body .whychooseus-list-box:last-child .whychooseus-box .body {
		text-align: left;
		padding-left: 12px;
		padding-right: 0;
	}
	.whychooseus-body .whychooseus-list-box:last-child .whychooseus-box {
		flex-direction: row;
	}
	.whychooseus-box .body .text {
		font-size: 12px;
		line-height: 22px;
	}
	.testimonial-area .webtext {
		margin-bottom: 30px;
	}
	.testimonial-area .sp-testimonial-free .sp-testimonial-content p {
		font-size: 14px;
		line-height: 24px;
		margin:0 0 15px;
	}
	.sp-testimonial-free-section .sp-testimonial-client-name {
		font-size: 15px;
	}
	.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.getintouch-form {
		padding: 30px;
		margin-bottom:70px;
	}
	.getintouch-img {
		width: 100%;
		right: auto;
	}
	.footer-body-area {
		padding: 40px 0 10px;
	}
	.footer-logo {
		max-width: 250px;
		margin: 0 0 20px;
	}
	.footer-social {
		margin-bottom: 20px;
	}
	.footer {
		margin-bottom: 20px;
	}
	.copyright {
		padding: 12px 0 55px;
	}
	.mobile-contact{
		display:flex;
	}
	.back-to-top{
		bottom:60px;
	}
	.page .entry-header, .blog_page_header {
		padding: 55px 0 !important;
		margin: 0 0 35px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 28px;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.inner-content-img {
		margin: 0 0 20px;
	}
	.inner-heading {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 12px;
	}
	.inner-content-list {
		margin-bottom: 20px;
	}
	.inner-content ul li {
		margin: 0 0 5px;
	}
	.inner-callus-content {
		padding: 40px;
	}
	.content-sidebar.widget-area {
		left: -15px;
	}
	.widget {
		padding: 18px;
	}
	.widget h2 {
		font-size: 17px;
	}
	.post .entry-title {
		font-size: 24px !important;
		line-height: 34px;
	}
	.post .entry-summary {
		padding-bottom: 20px !important;
		padding-top: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size:14px;
	}
	.site-content .entry-header {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.more-link {
		margin: 15px 0 0;
		padding: 12px 20px;
	}
	.blog .hentry {
		margin: 0 auto 25px !important;
	}
	.blog .widget {
		padding: 20px;
	}
	.single-post .entry-content {
		padding-right: 20px !important;
		padding-left: 20px !important;
		font-size: 15px;
		line-height:25px;
		padding-top: 0 !important;
	}
	.inner-heading.small-heading {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 10px;
	}
	p {
		margin-bottom: 20px;
	}
	.comments-area {
		margin: 0 auto 0 !important;
		max-width: 100%;
		padding: 0 !important;
	}
	.inner-text-heading {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 12px;
	}
	.contact_page_info img {
		top: 7px;
		left: 0;
		width: 25px;
	}
	.contact_page_info strong {
		font-size: 15px;
	}
	.contact_page_info {
		margin-bottom:12px;
		font-size: 15px;
	}
	.inner-map {
		margin-top: 15px;
	}
}
@media (max-width:767.98px){
	.header-body-area .logo {
		max-width: 210px;
	}
	.header-body-right {
		padding-right: 10px;
	}
	.banner-area .master-slider .ms-slide-info {
		max-width: 86%;
	}
	.banner-area .ms-view, .banner-area .ms-slide {
		height: 322px !important;
	}
	.banner-area .master-slider h2 {
		font-size: 34px;
		line-height: 44px;
	}
	.banner-area .master-slider p {
		margin: 0 0 10px;
	}
	.about-img-box {
		max-width: 500px;
		height: 500px;
		margin: 0 auto 25px;
		min-width: 500px;
	}
	.webtext .heading {
		font-size: 30px;
		line-height: 40px;
	}
	.service-box .service-body-box {
		padding: 20px;
	}
	.service-body-box .service-box-top {
		margin-bottom: 10px;
	}
	.service-body-box .service-box-top .icon {
		max-width: 42px;
		height: 42px;
	}
	.service-body-box .service-box-top .number {
		font-size: 45px;
		line-height: 55px;
	}
	.service-box .service-body-box .heading {
		font-size: 18px;
		line-height: 28px;
	}
	.service-box .service-body-box .text {
		color: #080808;
		font-size: 12px;
		line-height: 22px;
	}
	.whychooseus-body .whychooseus-list-box {
		max-width: 100%;
		padding-top: 0;
	}
	.whychooseus-area .webtext {
		margin-bottom: 25px;
	}
	.whychooseus-box .body .heading {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 8px;
	}
	.whychooseus-box .body .text {
		font-size: 14px;
		line-height: 24px;
	}
	.getintouch-img::before {
		max-width: 640px;
		height: 482px;
	}
	.inner-heading {
		font-size: 27px;
    	line-height: 37px;
		margin: 0 0 10px;
	}
	.inner-callus-content {
		padding: 25px;
	}
	#content-sidebar {
		width: 100%;
		max-width: 81%;
		margin: 0 auto 35px;
		padding: 0;
	}
}
@media (max-width:639.98px){
	.banner-area .master-slider .ms-slide-info {
		max-width: 93%;
		left: 2.5%;
	}
	.banner-area .ms-view, .banner-area .ms-slide {
		height: 238px !important;
	}
	.banner-area .master-slider .small-tag {
		font-size: 16px;
		line-height: 25px;
		margin: 0 0 5px;
	}
	.banner-area .master-slider h2 {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 5px;
	}
	.about-img-box {
		min-width: 450px;
		max-width: 450px;
		height: 450px;
	}
	.about-img-box .about-img {
		max-width: 320px;
		height: 320px;
	}
	.header-body-area .logo {
		max-width: 205px;
	}
	.header-body-right {
		padding-right: 50px;
	}
	.p-80 {
		padding: 30px 0;
	}
	.webtext .heading {
		font-size: 26px;
		line-height: 36px;
	}
	.service-body-box .service-box-top .icon {
		max-width: 45px;
		height: 45px;
	}
	.service-box .service-body-box .heading {
		font-size: 22px;
		line-height: 32px;
	}
	.service-box .service-body-box .text {
		color: #080808;
		font-size: 14px;
		line-height: 24px;
	}
	.getintouch-form {
		padding: 20px;
	}
	.getintouch-img::before {
		max-width: 435px;
		height: 408px;
		right: 0px;
	}
	.page .entry-header, .blog_page_header {
		padding:35px 0 !important;
		margin: 0 0 20px !important;
	}
	.inner-heading {
		font-size: 24px;
		line-height: 34px;
	}
	.inner-content-list {
		margin-bottom: 10px;
	}
	#content-sidebar {
		max-width: 95%;
	}
	.inner-heading.small-heading {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 5px;
	}
	.contact_page_info {
		padding-left: 35px;
	}
	.inner-text-heading {
		font-size: 26px;
		line-height: 36px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 8px 18px !important;
		font-size: 14px !important;
	}
	.inner-map {
		margin-top: 0;
	}
}
@media (max-width:479.98px){
	.banner-area .master-slider .small-tag {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 2px;
	}
	.banner-area .master-slider h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 2px;
	}
	.banner-area .master-slider p {
		font-size: 14px;
	}
	.banner-area .master-slider .ms-slide-info {
		margin-top: 0 !important;
	}
	.btn {
		padding: 8px 16px;
		font-size: 12px;
	}
	#rmp_menu_trigger-196 {
		top: 10px !important;
		padding: 0 !important;
	}
	.header-body-area .logo {
		max-width: 190px;
	}
	.about-img-box {
		min-width: 370px;
		max-width: 370px;
		height: 370px;
		margin: 0 auto 20px;
	}
	.about-img-box .about-img {
		max-width: 265px;
		height: 265px;
	}
	.service-body-box .service-box-top .number {
		font-size: 50px;
		line-height: 60px;
	}
	.getintouch-img::before {
		max-width: 350px;
		height: 328px;
	}
	.header-body-right {
		padding-right: 48px;
	}
	.whychooseus-box .body .heading {
		font-size: 20px;
		line-height: 30px;
	}

	.service-box .service-body-box .text {
		font-size: 13px;
		line-height: 23px;
	}
	.webtext .text {
		font-size: 13px;
		line-height: 23px;
	}
	.footer ul li {
		margin: 0 0 2px;
	}
	.back-to-top {
		max-width: 40px;
		height: 40px;
	}
	.inner-heading {
		font-size: 22px;
		line-height: 32px;
	}
	.hentry {
		margin: 0 auto 25px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 22px;
	}
	.breadcrumb-container {
		font-size: 12px;
	}
	.post .entry-title {
		font-size: 22px !important;
		line-height: 32px !important;
		margin: 0 0 10px !important;
	}
	.list-view .site-content .post-thumbnail img {
		float: none !important;
		width: 100% !important;
	}
	.site-content .entry-header {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	#content-sidebar {
		max-width: 94%;
	}
	.single-post .hentry {
		margin: 0 auto 20px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 10px 20px !important;
		font-size: 13px !important;
	}
	.single-post .comment-notes, .single-post .comment-form-cookies-consent{
		margin-bottom:15px;
	}
	.single-post .comment-form-cookies-consent{
		font-size:15px;
	}
	.site-content .has-post-thumbnail .entry-header {
		padding-bottom: 10px !important;
	}
	.single-post .entry-content p{
		margin-bottom:15px !important;
	}
}
@media (max-width:375px){
	.header-body-area .logo {
		max-width: 160px;
	}
	.btn {
		padding: 7px 14px;
		font-size: 11px;
	}
	#rmp_menu_trigger-196 {
		top: 7px !important;
	}
	.header-body-right {
		padding-right: 42px;
	}
	.about-img-box {
		min-width: 340px;
		max-width: 340px;
		height: 340px;
	}
	.about-img-box .about-img {
		max-width: 240px;
		height: 240px;
	}
	.p-80 {
		padding: 20px 0;
	}
	.service-box .service-body-box .heading {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.service-box .btn {
		padding: 10px;
	}
	.whychooseus-box .body .heading {
		font-size: 18px;
		line-height: 28px;
		margin:0 0 5px;
	}
	.whychooseus-box .body .text {
		font-size: 13px;
		line-height: 23px;
	}
	.service-area .webtext {
		margin-bottom: 20px;
	}
	.getintouch-img::before {
		max-width: 320px;
		height: 300px;
	}
	.whychooseus-box .icon {
		max-width: 60px;
		height: 60px;
	}
	.copyright {
		font-size: 13px;
		line-height: 23px;
	}
	.inner-heading {
		font-size: 20px;
		line-height: 30px;
	}
	.inner-content {
		margin: 0 0 10px;
	}
	#content-sidebar {
		max-width: 88%;
	}
}
/*-- responsive css stop --*/