.about-area .section-title{
    margin-bottom: 15px;
}
.language-option{
    padding-bottom: 0;
    margin-bottom: 0;
    height: 30px;
    margin-top: 18px;
    margin-left: 30px;
}
.language-option .language-dropdown-menu img{
    width: 16px;
    vertical-align: text-top;
}
.language-option > button {
    background: #0a0a0a;
    color: #fff;
}
.language-option i{
    color: #ebd9a6;
    vertical-align: bottom;
}
.footer {
    background-color: rgb(7, 7, 7);
    color: #fff;
    padding-top: 130px !important;
    padding-bottom: 50px !important;
}
.listSocial, .footer__list {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
.listSocial li, .footer__list li {
    display: inline-block;
    margin-right: 12px;
}
.listSocial li a {
    margin: 0px;
    color: rgb(7, 7, 7);
    list-style-type: none;
    font-feature-settings: normal;
    line-break: auto;
    text-decoration: none;
    border-radius: 50%;
    background: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: border-color 0.1s ease-in 0s;
    text-align: center;
}
.listSocial li a i {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.listSocial li a:hover i,
.listSocial li a:focus i{
    color: #dac070;
}
.footer__list-item {
    border-bottom: 1px solid transparent;
}
.footer__list-item:hover {
    color: #000;
    border-bottom: 1px solid #ebd9a6;
}
.footer__list li a:hover {
    color: #fff;
}
.footer__list li a {
    color: #fff;
}
.address-block {
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 300;
}
.address-block address {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.address-block p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer__copyrights {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.66667em;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    color: #a2a2a2;
}
.services-details-area .scrives-item-3 .social-link {
    line-height: 1;
    padding: 0;
    margin: 0;
}
.services-details-area .scrives-item-3 .social-link li {
    display: inline-block;
    margin-right: 5px;
}
.services-details-area .scrives-item-3 .social-link li a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    background-color: #beab7b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.subtitle-ambassador{
    color: #ac9966 !important;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.services-details-area .scrives-item-3 .social-link li a i {
    font-size: 16px;
}
.services-details-area .scrives-item-3 .share {
    float: right;
}
.services-details-area .scrives-item-3 .share a {
    font-size: 18px;
    font-weight: 600;
    color: #beab7b;
}
.services-details-area .scrives-item-3 .share a i {
    font-size: 18px;
    position: relative;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pull-right{
    float: right;
}
.language-option button{
    outline: none !important;
    border: none !important;
}
.gallery-area .my-list-row .col-md-3,
.gallery-area .my-list-row .col-md-2{
    padding-right: calc(var(--bs-gutter-x) * 0.15) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.15) !important;
}
.single-testimonials-box .image-block{
    width: 112px;
    margin: 0 auto;
}
.single-testimonials-box .image-block img{
    border-radius: 50%;
    border: 2px solid #ac9966;
}
@media screen and (max-width: 768px) {
    .hero-slides-item{
        padding-top: 100%;
    }
    .hero-slides-content{
        top: 45%;
    }
    .hero-slides-content span{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .hero-slides-content h1{
        font-size: 2.5rem;
    }
    .hero-slides-content p{
        margin-top: 10px;
        font-size: .9375rem;
        max-width: 23.125rem;
        color: rgba(255,255,255,.6);
    }
    .footer{
        padding-top: 50px !important;
    }
    .about-area.pt-75{
        padding-bottom: 45px;
    }
    .hero-slide-mob .listSocial{
        position: absolute;
        z-index: 1;
        bottom: 10px;
        right: 0;
    }
    .mean-container .mean-nav ul li.language-option{
        margin-top: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 15px !important;
    }
    .listSocial li, .footer__list li{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .hero-slides-content h1{
        font-size: 40px;
    }
    .mean-container .mean-nav ul li{
        float: inherit;
    }
    .language-option{
        margin-left: 0 !important;
        margin-bottom: 20px;
        float: inherit !important;
        width: auto !important;
        border: none !important;
        outline: none !important;
    }
    .language-option > button{
        width: auto !important;
        border: none !important;
        outline: none !important;
        margin-left: 0px !important;
    }
}