.sigma_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0048;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 1s ease-in;
}

.sigma_preloader.visible {
    opacity: 1;
    visibility: visible;
}

.sigma_preloader.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-out;
}

.history-words{
    line-height: 35px;
}

.about-words{
    line-height: 35px;
}


.bg-semi-white {
    background-color: #f3f3f3; }

.section-ptb {
    padding-top: 150px;
    padding-bottom: 150px; }
@media (min-width: 768px) and (max-width: 991px) {
    .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px; } 
}
@media (max-width: 768px) {
    .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px; } 
}
@media (max-width: 575px) {
    .section-ptb {
    padding-top: 60px;
    padding-bottom: 60px; } 
}
@media (max-width: 575px) {
    .services-area .filter-wrapper {
        padding-left: 0.7rem; } 
    }

.services-area .single-service {
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s; }

.services-area .single-service:hover {
    background-color: #ff8b45 !important;
    color: #fff; }

.services-area .single-service:hover p {
    color: #fff; }

.services-area .single-service:hover .heading-3 {
    color: #fff; }

.services-area .single-service:hover .read-more-btn {
    color: #fff; }

/* .services-area .single-service:hover .icon-container img {
    -webkit-filter: brightness(2) invert(1);
    filter: brightness(2) invert(1); } */

    .services-area .single-service:hover .icon-container img {
        filter: sepia(0.3) hue-rotate(10deg) saturate(1.2);
        transition: all 0.3s ease;
    }
    
.service-info{
    margin-left: 20px;
    color: #000000; 
}

.inner-pb {
padding-bottom: 80px; }

@media (min-width: 768px) and (max-width: 991px) {
.inner-pb {
padding-bottom: 50px; } }

@media (max-width: 768px) {
.inner-pb {
padding-bottom: 40px; } }

@media (max-width: 575px) {
.inner-pb {
padding-bottom: 35px; } }

.heading-2 {
color: #001659;
font-size: 45px;
font-weight: 600;
margin-bottom: 0; }
.heading-2 span {
color: #f4772a; }

@media (min-width: 768px) and (max-width: 991px) {
.heading-2 {
font-size: 35px; } }

@media (max-width: 768px) {
.heading-2 {
font-size: 35px; } }

@media (max-width: 575px) {
.heading-2 {
font-size: 35px; } }

.light-comma:after {
    content: ".";
    color: #f4772a; }

    .img-fluid {
        max-width: 100%;
        height: auto
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
    }
    .my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
.page-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    
    .page-wrapper main.flex-fill {
        flex: 1;
    }

.property-image img{
    height:200px;
    width:250px;
}




.indexpara{
    font-size: 17px;
    line-height: 30px;
}

/*kc*/

.event-box {
    width: 350px;
}

