@media only screen and (min-width: 993px) {
    .sidebar-icon {
        display: none;
    }
}

.text-justify {
    text-align: justify;
}
@media (max-width: 767px) {
    .text-justify-mb{
        text-align: justify;
    }
}
@media (max-width: 991px){
    .br-desktop{
        display: none;
    }
}

@media (min-width: 992px){
    .br-desktop{
        display: block;
    }
}
.footer-widget h3 {
    font-family: var(--tl-ff-heading);
    color: var(--tl-color-theme-primary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
}

.icon-footer {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--tl-color-theme-primary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.icon-why {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--tl-color-theme-primary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.icon-footer i {
    font-size: 20px;
}

.icon-why i {
    font-size: 30px;
    font-weight: 100;

}

.footer-links li {
    margin-right: 20px;
    background-color: var(--tl-color-theme-primary);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-links li i {
    font-size: 20px;
    color: #fff;
}

.footer-links li:hover {
    background-color: #fff;
}

.footer-links li:hover i {
    color: var(--tl-color-theme-primary);
}

.pad {
    padding: 22px 24px;
}

.float {
    z-index: 3;
    position: fixed;
    right: 55px;
    bottom: 130px;
}

@media only screen and (max-width: 992px) {
    .float {
        right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .float {
        bottom: 100px;
        right: 25px
    }
}

.pad:before {
    background-color: var(--tl-color-common-white);
}

.pad {
    color: #fff;
}

.pad:hover {
    color: var(--tl-color-heading-primary)
}

.para p {
    width: 40%;
}

@media(max-width: 1199px) {
    .para p {
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    .para p {
        width: 100%;
    }
}

.flex-1 {
    flex-basis: 25%;
}

.flex-2 {
    flex-basis: 18%;
}

.flex-3 {
    flex-basis: 18%;
}

.flex-4 {
    flex-basis: 25%;
}

@media (max-width: 1399px) {
    .flex-1 {
        flex-basis: 28%;
    }

    .flex-2 {
        flex-basis: 18%;
    }

    .flex-3 {
        flex-basis: 18%;
    }

    .flex-4 {
        flex-basis: 25%;
    }
}

@media (max-width: 1199px) {
    .flex-1 {
        flex-basis: 40%;
    }

    .flex-2 {
        flex-basis: 40%;
    }

    .flex-3 {
        flex-basis: 40%;
    }

    .flex-4 {
        flex-basis: 40%;
    }
}

@media (max-width: 991px) {
    .flex-1 {
        flex-basis: 45%;
    }

    .flex-2 {
        flex-basis: 45%;
    }

    .flex-3 {
        flex-basis: 45%;
    }

    .flex-4 {
        flex-basis: 45%;
    }
}

@media (max-width: 767px) {
    .flex-1 {
        flex-basis: 100%;
        padding-right: 100px!important;
    }

    .flex-2 {
        flex-basis: 100%;
    }

    .flex-3 {
        flex-basis: 100%;
    }

    .flex-4 {
        flex-basis: 100%;
    }
}
.footer-address div:hover .icon-footer {
    background-color: white;
    color: var(--tl-color-theme-primary);
}

.brand {
    font-weight: bold;
    color: #fff;
}

.brand:hover a {
    color: var(--tl-color-heading-primary);
}
.counter-item .icon{
    padding-left: 5px;
}

.odometer-digit{
    padding:0 3px;
}
@media (max-width: 992px){
    .page-header .page-header-content .title{
        font-size: 50px;
    }
}
blockquote .content span{
    font-size: 14px;
    font-weight: 500;
}
blockquote .testi-author{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
blockquote .testi-author .author-img{
    height: 64px;
    width: 64px;
}
blockquote .testi-author .author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #000;
}
blockquote .testi-author .author-content{
        margin-bottom: -3px
}
blockquote .testi-author .author-content .name{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1;
}
blockquote .testi-author .author-content span{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.nice-select{
    width: 100%;
    background-color:#fff;
    color: #9f9fa4;
    padding: 17px 20px;
    margin-bottom: 30px;
    border: none;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: 60px;
}
.nice-select .option{
    transition: all 0.3s ease;
}

.nice-select .option:hover{
    background-color: var(--tl-color-theme-primary);
    color: #ffffff;
    padding-left: 18px;
}

.nice-select .option.selected{
    background-color: var(--tl-color-theme-primary);
    color: #ffffff;
}
.service-details-content .service-details-items .service-details-item .icon i{
    color: #fff;
    font-size: 30px;
}
.service-details-content .service-details-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.service-details-content .service-details-items .service-details-item {
    display: flex;
}
.gallery-sub-heading .section-heading .section-title{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    overflow: hidden
}

@media(max-width: 1199px) {
    .gallery-sub-heading .section-heading .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 992px) {
    .gallery-sub-heading .section-heading .section-title {
        font-size: 32px;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .gallery-sub-heading .section-heading .section-title {
        font-size: 26px
    }
}