* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

@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: #daa520;
}
.header-style-one .main-menu .navigation>li>a:hover,
.header-style-one .main-menu .navigation>li>a.active{
    color: #daa520;
}
.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;
}
.theme-btn.style-guest{
    background-color: #127a39;
}

.theme-btn.style-guest:hover {
	color: #fff;
	background-color: #1dbe5b;
}
.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%;
    }
}



.contact-form-section-two {
    padding: 50px 0;
  }
  .contact-form-section-two .row {
    row-gap: 30px;
  }
  .contact-form-section-two .contact-form {
    margin: 0;
    padding: 15px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  }
  .contact-form-section-two .contact-info {
    padding: 0 !important;
  }
  
.contact-form {
    position: relative;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea {
    position: relative;
    height: 70px;
    width: 100%;
    border: 2px solid rgb(218 165 32 / 20%);
    padding: 0 28px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    direction: unset;
}

.contact-form i {
    position: absolute;
    top: 22px;
    right: auto;
    left: 45px;
    color: #daa520;
    font-size: 22px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form textarea {
    position: relative;
    height: 220px;
    padding: 22px 28px;
}

/* contact form section */

.contact-form-section {
    position: relative;
    padding: 120px 0;
    background: var(--theme_dark);
}

.contact-form-section .contact-form {
    background: #fff;
    padding: 40px 55px 10px;
    border-radius: 10px;
}

.contact-form-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 66%;
    background-size: cover;
}

.contact-form-section .shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34%;
    background-size: cover;
}

.contact-form-section .theme-btn {
    width: 100%;
}

/* Contact form section two */

.contact-form-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.contact-form-section-two .contact-form {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.contact-form-section-two .contact-info {
    position: relative;
    padding-left: 70px;
}

.contact-form-section-two .contact-info .info-block {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
}

.contact-form-section-two .contact-info .info-block .icon {
    background: #EBF2F3;
    position: absolute;
    top: 7px;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 84px;
    text-align: center;
    border-radius: 5px;
    font-size: 40px;
    color: #daa520;
}

.contact-form-section-two .contact-info .info-block h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 7px;
}

.contact-form-section-two .contact-info .info-block p {
    margin: 0;
}

.contact-form-section-two .contact-info .info-block p a {
    color: #565872;
    transition: .5s;
}

.contact-form-section-two .contact-info .info-block p a:hover {
    color: #daa520;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a {
	color: #daa520;
}
a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none;
}



.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	padding: 13px 35px;
	font-weight: 700;
	overflow: hidden;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	min-width: 160px;
	background: #daa520;
	transition: .5s;
	border-radius: 5px;
	z-index: 1;
}
.theme-btn:hover {
	color: #fff;
	background-color: #daa520;
}
.theme-btn:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: "";
	background-color: #000;
	transition: .5s;
	border-radius: 5px;
	z-index: -1;
}
.theme-btn:hover:before {
	width: 100%;
}
.theme-btn span {
	position: relative;
}
.theme-btn i {
	margin-right: 5px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
    position: relative;
    top: -2px;
}


.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}


.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}