.main-logo {
    width: 250px;

}

.footer-tours {
    column-count: 3;
}

.footer-tours li:before {
    margin-bottom: 0;
}

.theme-btn.style-two .fa-whatsapp,
a.theme-btn.style-two .fa-whatsapp {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(-45deg);
    transform: 0;
}

.page-banner-area {
    background-image: url(../breadcrumb.jpg);
}
.footer-widget {
    color: white;
}
.main-footer a {
    color: white;
}


@media screen and (max-width: 600px) {
    .footer-tours {
        column-count: 1;
    }

    .main-header {
        padding: 15px 0;
    }



}