@import 'bootstrap.min.css';
@import 'jquery-ui.css';
@import 'bootstrap-icons.css';
@import 'animate.min.css';
@import 'jquery.fancybox.min.css';
@import 'swiper-bundle.min.css';
@import 'slick.css';
@import 'slick-theme.css';
@import 'daterangepicker.css';
@import 'boxicons.min.css';
@import 'style.css';
@font-face {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FiraGO-Regular.ttf) format('woff');
  }

.single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-contact .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-contact .content {
    line-height: 1;
}
.single-contact .content span {
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

 .single-contact .content a {
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s;
}

header.style-1 .main-menu > ul > li > a {
    color: var(--title-color);
    display: block;
    letter-spacing: 0.4px;
    padding: 20px 15px;

}

.topbar-area .topbar-wrap .topbar-right .support-and-language-area .language-area .language-btn span {
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
    text-transform: uppercase;
}

.footer-section .footer-menu-wrap {
    padding: 70px 0 30px;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    margin-bottom: 30px;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin-top: 20px;
    margin-bottom: 20px;
}

header.style-1.two .main-menu > ul > li > a {
    color: var(--white-color);
    font-feature-settings: 'case' on;
}

.shortsss p{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
    height: 50px;
    overflow: hidden;
}


.topbar-area .topbar-wrap .topbar-right .primary-btn1 {
    font-feature-settings: 'case' on;
    font-size: 13px; 
}