@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&amp;display=swap');
*{
    font-family: "cairo";
}
a{
    font-family: "cairo" !important;
}
.client-carousel__one__item img {
    transition: all 500ms ease;
    max-width: 100%;
    width: auto !important;
    cursor: pointer;
    height: 100%;
}
.tours-one .container-fluid {
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto !important;
}
.main-header--three .main-header__nav {
    margin-right: auto;
    margin-left: auto;
}
.benefit-one__item__text

 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 219%;
    margin-bottom: 0px !important;
    padding-bottom: 0;
    transition: all 0.4s ease-in-out;
    color: var(--solinom-text-gray, #7D8B90);
}
.footer-widget__text {
    margin: 0;
    margin-top: -5px;
    margin-bottom: 15px;
    max-width: 290px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 214%;
    color: #c6c8c9;
}
.footer-widget__links {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 184%;
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #c6c8c9;
}
.footer-widget__info__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    color: #c6c8c9;
    padding-bottom: 0;
}
.footer-widget__social a {
    width: 47px;
    height: 47px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: var(--solinom-gray2, #283E46);
    font-size: 20px;
    color: var(--solinom-white, #fff);
    transition: all 500ms ease;
    border-radius: 50%;
}

.main-slider-one {
    position: relative;
    background-color: var(--solinom-text-dark, #15262C);
  
    padding: 0px !important;
}
.main-slider-one .banner-form{
    bottom: 0px !important;
}
.about-one__thumb__item {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
}