/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.abt_text p {
    text-align: justify;
}

.wt-tilte p {
    text-align: justify;
}

.wt-post-readmore a {
    font-family: 'Crete Round', serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    text-decoration: NONE;
}

.pricing-table-style-4 .pricingtable-title * {
    color: black;
}

.constrot-strip {
    background-image: url(../images/footer-strip-green.png);
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.253);
}

.text-secondry1 {

    font-size: 22px !important;
    line-height: 24px !important;
    text-align: justify !important;
    margin-top: 58px !important;
}

@media only screen and (max-width: 600px) {
    .text-secondry1 {

        font-size: 11px !important;
        line-height: 13px !important;
        text-align: justify !important;
        margin-top: -32px !important;
    }
}

.head_banner_img {
    width: 100%;
    height: 350px;

}

.head_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.wt-icon-box-wraper.center {
    min-height: 282px;
}

.ft_box {
    min-height: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;

}