.text-justify {
    text-align: justify !important;
}
.custom_title {
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #e30b18;
    font-size: 30px;
    margin-bottom: 19px;
}
/* testimonial begins here  */

.testimonial_area {
    background-image: url(../../storages/img/bg/banner27.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 142px 0 137px 0;
}

@media (max-width: 767px) {
    /* line 2, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
    .testimonial_area {
        padding: 50px 0;
    }
}

/* line 13, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin: 34px 0;
}

@media (min-width: 320px) and (max-width: 1500px) {
    /* line 19, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
    .testimonial_area .single_testmonial p br {
        display: none;
    }
}

/* line 27, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author .thumb {
    width: 128px;
    height: 125px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    margin: auto auto 15px auto;
}

/* line 34, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* line 40, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

/* line 47, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* line 51, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

/* line 55, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div {
    left: 0;
}
.border_radius50 {
    border-radius: 50%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.wtsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wtsapp-icon {
    margin-top: 16px;
}
.wtsapp:hover {
    color: #fff;
}
.newletter-popup img {
    min-width: 300px;
    min-height: 270px;
}
.newletter-popup .box {
    width: 335px;
    height: 310px;
}
@media only screen and (min-width: 768px) {
    .newletter-popup {
        margin-top: -450px;
    }
}
@media only screen and (min-width: 768px) {
    .newletter-popup {
        margin-top: -180px;
    }
}
/* product_modal secondary image  */
.modal_tab_img:hover .product_thumb a.secondary_img {
    opacity: 1;
    visibility: visible;
}

.footer_show_button .footer_button {
    height: 50px;
    line-height: 45px;
    padding: 0px 40px;
    text-align: center;
    background: #e30b18;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.footer_show_button .footer_button:hover {
    background: #ff6a28;
    text-decoration: none;
    color: #fff;
}
.fa-eye:hover {
    color: #fff;
}

.footerClosebtn {
    float: right;
    margin-bottom: 0px;
    margin-top: -13px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .footerButton {
        display:none;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        padding-top: 361px;
    }
    .footer_top {
        height: 84vh;
    }
    .subscribe-bottom {
        margin-top: -20px !important;
    }
    .left_side_img img {
        height: 100%;
        object-fit: cover;
        object-position: 25% !important;
    }
    .right_side_img img {
        height: 100%;
        object-fit: cover;
        object-position: 75% !important;
    }
}

.custom_dbtn_white {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff !important;
    margin-top: 35px;
    display: inline-block;
    text-decoration: none;
}
