
@font-face {
    font-family: "Hacen Tunisia Regular";
    src: url(../fonts/Hacen_Tunisia_Regular.ttf);
}
@font-face {
    font-family: "Hacen Tunisia Bd";
    src: url(../fonts/Hacen_Tunisia_Bd_Regular.ttf);
}
@font-face {
    font-family: "Hacen Tunisia Bold";
    src: url(../fonts/Hacen_Tunisia_Bold_Regular.ttf);
}

.banner-section .text-block h2{
    font-family: "Hacen Tunisia Bold";
}
.rtl .banner-section .text-block h5{
    font-family: "Hacen Tunisia Bold";
}



body{
    font-family: 'Cairo', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.banner-section .text-block h5{
    font-family: 'Cairo', sans-serif;
}

.sticky-header{
    height: 120px;
    box-shadow: 0 10px 20px 5px rgba(255, 255, 255, 0.10);
}
.header-upper{
    height: 100%;
}
.main-footer .top-info .logo{
    padding: 0;
}
.header-top .social-links li a:hover{
    color: #000;
}

.contact-form textarea{
    resize: none;
}
.theme-btn{
    background: none;
    background-color: var(--theme_primary);
}
.header-style-one .main-menu .navigation>li>a:hover,
.header-style-one .main-menu .navigation>li>a.active{
    color: var(--theme_primary);
}
.rtl .main-footer .top-info .info-block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rtl .main-footer .top-info .info-block .icon{
    top: 50%;
    transform: translateY(-50%);
}
.rtl .about-widget .icon{
    top: 50%;
    transform: translateY(-50%);
}
.service-block h4{
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
}
.service-block .image img{
    border-radius: 10px 10px 0 0;
}
.service-block .inner-box{
    background: #000;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.10);
}


.popup-img {
    text-align: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999;
    display: none; }
    .popup-img .overlay-popup{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 0;
    }
    .popup-img .overlay{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }
    .popup-img iframe {
        height: 80%;
        width: 80%;
        z-index: 9999;
    }
    .popup-img .btn-close {
      position: absolute;
      left: 30px;
      top: 30px;
      background-color: #e7a624;
      height: 40px;
      width: 40px;
      border: 1px solid #e7a624;
      color: #e7a624;
      transition: all ease-in-out 0.5s;
      display: flex;
      justify-content: center;
      align-items: center;
      outline: none;
      box-shadow: none;
      cursor: pointer;
      background: none; }
      .popup-img .btn-close:hover {
        color: #e7a624;
        background-color: transparent;
        border-color: #e7a624; }
  
  .popup-img.active {
    visibility: visible;
    opacity: 1; }
.service-block .lower-content{
    padding: 0 15px 15px;
}
.mobile-menu .nav-logo{
    text-align: right;
    margin-bottom: 0;
}
.newsletter-section img{
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.10);
}
.features-section .wrapper-box{
    margin-top: -200px;
}
.about__section .content__block .text{
    color: #4c4040;
    font-size: 17px;
}
.theme-btn.style-two{
    padding-left: 90px;
    padding-right: 35px;
}
.theme-btn.style-two i{
    right: auto;
    left: 0;
    border: 0;
    border-right: 2px solid rgb(0 89 99 / 10%);
    font-size: 20px;
}
.feature-block{
    width: 20%;
}
.team-blcok .inner-box,
.team-blcok .image img{
    width: 100%;
}
.header-upper .right-column{
    margin-right: auto;
}
.header-upper .left-column{
    margin-left: auto;
}
.feature-block .icon{
    margin-bottom: 0;
}
.features-section .outer-box{
    padding: 30px 30px 0;
}


@media (max-width: 1199px){
    .service-block h4{
        font-size: 12px;
    }
    .about__section .image__block{
        margin-top: -60px;
    }
}
@media (max-width: 991px){
    .feature-block{
        width: 50%;
    }
    .about__section .image__block{
        margin-top: 0;
        z-index: -1;
    }
    .contact-form-section .bg-image{
        display: none;
    }
    .contact-form-section .shape{
        width: 100%;
    }
    .team-blcok .overlay{
        opacity: 1;
    }
    .team-blcok .inner-box .social-icon:before{
        transform: scaleY(1);
    }
}
@media (max-width: 575px){
    .feature-block{
        width: 100%;
    }
}