h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.container {
    width: 1100px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.align-items {
    align-items: center;
}

.content-justify {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mx-auto {
    margin: 0 auto;
}

.text-dark {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #95b629;
}

.bg-gray {
    background: #f2f1ec;
}

.bg-white {
    background-color: #fff;
}

.btn-money {
    background: #95b629;
}

.btn-blue {
    background: #207da2;
}

.mt-50 {
    margin-top: 50px;
}

.btn {
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: none;
    text-decoration: none;
}

.bg-dark-gray {
    background: #3c3c3c;
}

.bg-green {
    background: #95b629;
}

.text-hading-h1 {
    font-size: 37px;
    line-height: 49px;
    font-weight: 500;
}

.text-hading-h2 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
	color: #000;
	margin-top: 25px;
}

.text-hading-h3 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
}

.text-peragrapht {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 10px;
}

.pd-box {
    padding: 70px 0 60px;
}

.banner-heading h2 {
    line-height: 1.5;
}

.banner-img-content {
    padding: 30px 0px 0px;
}

.banner-img-content img {
    width: 700px;
    margin-top: 30px;
}

.service-section {
    width: 644px;
}

.service-section h2 {
    line-height: 40px;
}

.service-contant {
    padding-top: 45px;
}

.card-box {
    width: 25%;
    margin: 0 auto;
    padding: 30px;
}

.card-box span {
    font-size: 18px;
    font-weight: 600;
}

.card-box span {
    font-size: 18px;
    font-weight: 600;
}

.card-box p {
    margin-top: 15px;
}

.about-contant {
    width: 50%;
    height: 411px;
}

.about-contant img {
    width: 100%;
    height: 411px;
    object-fit: cover;
}

.about-padding-box {
    padding: 55px;
    width: 40%;
}

.footer-section {
    padding: 60px 0 0;
}

.footer-num-link {
    font-size: 35px;
    color: #fff;
    text-decoration: none;
}

.icon-phone {
    font-size: 35px;
}

.footer-section .menu-link {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    margin: 20px auto 40px;
    max-width: 680px;
	width: fit-content;
    width: -moz-fit-content;
}

.footer-section .menu-link li {
    margin: 0 35px;
}

.footer-section .menu-link li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer-p {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-p a {
    text-decoration: none;
}

.social-links {
    padding: 0;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: fit-content;
    width: -moz-fit-content;
}

.social-links li {
    margin: 0 15px;
}

.social-links li a {
    text-decoration: none;
}

.social-links li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
}

.social-links li a i:hover {
    background: #95b629;
    border-color: #95b629;
}

.copy-right {
    padding: 10px 0px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}


/* new css*/
.bg-green-linear {
    font-family: 'Source Sans Pro', sans-serif;
    background: #9bbd2f;
    background: -webkit-gradient(linear, left top, left bottom, from(#9bbd2f), color-stop(95%, #71920a), color-stop(95%, #71920a), color-stop(99%, #71920a), color-stop(99%, #71920a), color-stop(99%, #71920a));
    background: linear-gradient(to bottom, #9bbd2f 0, #71920a 95%, #71920a 95%, #71920a 99%, #71920a 99%, #71920a 99%);

}

.bg-green-linear:hover {
    background: linear-gradient(to bottom, #71920a 1%, #71920a 1%, #71920a 1%, #71920a 5%, #71920a 5%, #9bbd2f 100%) !important;
    color: #fff;
}

.banner-image {
    max-width: 600px;
    margin: auto;
    padding-top: 15px;
}

.banner-img {
    width: 100%;
}

.text-success {
    color: #8fb024;
}

.banner-text {
    margin: 50px 100px;
}

.box {
    padding: 0px 15px;
    margin: auto;
    max-width: 630px;
}

.full-width {
    width: 100%;
}

.service-box1 {
    padding: 30px;
}

.call-btn {
    padding: 20px 0px;
}

.banner-texts {
    padding: 10px 0px;
}

.box li {
    list-style-type: none;
    padding-right: 20px;
}

.property-srction {
    padding: 0px 0 50px;

}

.property-srction .property-bg-img {
    background: url(../../assets/images/image_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 33% top 2px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.property-srction .property-claime {
    width: 39%;
    background: #000000b0;
    margin-left: auto;
    padding: 130px 67px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text-haeding-h5 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

.block-box {
    width: 30%;
    margin: 0 auto;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.block-card {
    width: 23% !important;

}

.block-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.padding-box {
    padding: 10px;
}

.block-section {
    padding: 0px 0 65px;
}

.block-img {
    width: 100%;
    height: 300px;
}

.block-body {
    padding: 0px 20px 20px;
}

.service-box-1 {
    width: 44%;
    padding: 30px;
    border-radius: 10px;
}

.service-box-1 {
    width: 44%;
    padding: 30px;
    border-radius: 8px;
    height: 300px;
}

.service-box {
    width: 50%;
    height: 300px;
}

.service-box img {
    width: 100%;
    height: 359px;
}

.mr-bttom {
    margin-bottom: 50px;
}

.img-laptop-girl {
    width: 500px;
    margin-top: 30px;
    height: 250px;
    object-fit: cover;
}

.bg-white {
    background: #fff;
}

.text-black {
    color: #000;
}

.bottom-section {
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 10px;
    width: 100%;
	padding: 25px 0;
    margin: 20px auto;
}
.bottom-btn{
    font-size: 12px;
}
.span-1 {
    font-size: 25px;
    background-color: #8fb024;
    margin-right: 15px;
    color: #fff;
    padding: 0px 10px 0px 20px;
    border-radius: 0px 18px 20px 0px;
}

@media (max-width: 1191px) {

    .container {
        width: 100%;
    }

    .banner-section .overlay-box {
        padding: 0 15px 45px;
    }

    .pd-box {
        padding: 50px 15px 40px;
    }

    .about-contant {
        width: 49%;
        height: 380px;
    }

    .about-contant img {
        height: 382px;
    }
}

@media (max-width: 991px) {
    .banner-section .overlay-box .banner-contant-box {
        padding-top: 25px;
    }

    .banner-section .overlay-box .banner-contant-box .banner-contant-from {
        width: 100%;
        margin: 0 auto;
    }

    .text-hading-h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-section .overlay-box .banner-contant-box .banner-from-login .banner-form {
        padding: 20px;
    }

    .banner-section .overlay-box .banner-contant-box .banner-from-login .banner-form form .form-control {
        width: 87%;
    }

    .service-section h2 {
        line-height: 33px;
    }

    .pd-box {
        padding: 30px 15px 30px;
    }

    .card-box {
        width: 28%;
        padding: 15px;
    }

    .about-contant {
        width: 49%;
        height: auto;
    }

    .about-contant img {
        height: auto;
    }

    .about-padding-box {
        padding: 30px;
        width: 43%;
    }

    .banner-section .overlay-box img {
        width: 213px;
    }

    .text-hading-h2 {
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
    }

    .service-section {
        width: 100%;
    }

    .property-srction .property-claime {
        width: 45%;
        padding: 67px 22px;
    }

    .service-box-1 {
        width: 44%;
        padding: 23px;
        height: 223px;
    }

    .service-box img {
        height: 269px;
    }

    .property-srction {
        padding: 0px 0 30px;
    }

    .banner-img-content img {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .banner-section .overlay-box .banner-contant-box .banner-contant-from {
        width: 100%;
        margin-bottom: 31px;
    }
	
	.call-btn .button{
		font-size:12px;
	}
    .text-hading-h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .text-hading-h3 {
        line-height: 1.5;
        
    }

    .text-peragrapht {
        text-align: left;
    }

    .banner-section .overlay-box .banner-contant-box .banner-from-login {
        width: 100%;
    }

    .banner-section .overlay-box .banner-contant-box .banner-from-login .banner-form form .form-control {
        width: 91%;
    }

    .card-box {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .about-contant {
        width: 100%;
        height: auto;
    }

    .about-padding-box {
        padding: 20px 15px;
        width: 100%;
    }

    .banner-heading h2 {
        padding: 0px 17px 0px;
    }

    .footer-section .menu-link li {
        margin: 0 12px;
    }

    .footer-num-link {
        font-size: 25px;
    }

    .icon-phone {
        font-size: 25px;
    }

    .footer-section {
        padding: 40px 0 0;
    }

    .order-2 {
        order: 2;
    }

    .order-1 {
        order: 1;
    }

    .footer-section .menu-link {
        width: 100%;
        flex-wrap: wrap;
    }

    .text-hading-h2 {
        font-size: 22px;
        line-height: 35px;
        padding: 50px 15px 40px;
    }

    .property-srction .property-claime {
        width: 100%;
        padding: 28px 14px;
    }

    .block-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-box-1 {
        width: 100%;
        padding: 15px;
        height: auto;
        order: 2;
    }

    .service-box {
        width: 100%;
        height: auto;
    }

    .service-box img {
        height: auto;
    }

    .property-srction .property-claime {
        width: 94%;
    }

    .banner-section .overlay-box {
        padding: 0 15px 0px;
    }

    .img-laptop-girl {
        width: 100%;
    }

    .block-card {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .banner-section .overlay-box .banner-contant-box .banner-from-login .banner-form form .form-control {
        width: 89%;
    }

    .footer-section .menu-link li {
        margin: 0 7px;
    }
}

@media (max-width: 320px) {
    .banner-section .overlay-box .banner-contant-box .banner-from-login .banner-form form .form-control {
        width: 87%;
    }
}