@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{
     font-family: "DM Sans", sans-serif;
}
.top-slogn {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.top-slogn span {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0 15px;
}
.whatapp-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #25D366;
    right: 30px;
    bottom: 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    z-index: 9;
}
.contact-page-wrap .contact-form-warp{
    padding:60px 0;
}
.main-top-header{
    background-color: #181c20;
}
.inner-top-header,.inner-header-wrap {
    display: flex;
    justify-content: space-between;
}
.index-wrap a.pri-btn {
    margin: 20px 0px;
}
.main-top-header p{
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    
    direction: ltr;
}
.top-address-wrap p {
    color: #777777;
}
.top-address-wrap p:hover {
    color: #fff;
}
.work-wrap span {
    color: #777777;
}
.inner-header-wrap {
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.logo-wrap {
    position: relative;
    width: 270px;
        margin-top: 10px;
}

.logo-wrap img {
    width: 100%;
}

.slogan-wrapper p {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #191919;
    display: inline-block;
    padding: 0 60px;
    margin: 0;
    background: #fff;
    z-index: 9;
    position: relative;
}
.slogan-wrapper {
    position: relative;
    text-align: center;
        padding: 20px 0;
}
.slogan-wrapper:after {
    position: absolute;
    background: #99999955;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#main-menu-wrapper > ul > li ul{
        min-width: 320px;
    border-top: 3px solid #976d4c;
}
.about-wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.about-wrap {
    margin-bottom: 40px;
}
/*.company-logo {*/
/*    min-height: 121px;*/
/*}*/
.about-wrap .company-logo img {
    width: 300px;
}
.about-wrap .about-1 .company-logo img {
    width: 210px;
}
.company-content p{
    font-size: 18px;
    word-spacing: 1px;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
       line-height: 29px;
    color: #181C20;

}
.index-wrap .company-logo img {
    width: 80%;
    height: 210px;
    object-fit: contain;
}
.pri-btn{
    padding: 0px 35px 0px 35px;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-radius: 50rem 50rem 50rem 50rem;
    background: #000;
    display: inline-flex;
    gap: 10px;
}
.pri-btn:hover{
    background: #FF8851;
    box-shadow: 7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
        transform: translateY(-2px);
}
.pri-btn svg {
    width: 12px;
}
.pri-btn .arrow-top-rotate {
    position: relative;
    bottom: -3px;
}
.category-wrapper{
    padding:10px 0 50px;
}
.category-wrapper .row{
        display: flex;
    flex-wrap: wrap;
        row-gap: 30px;
}
.category-wrapper .inner-service {
    background: #fff8f5;
    border-radius: 20px;
    min-height: 100%;
    padding: 40px;
    transition: 0.45s;
}
.category-wrapper .inner-service:hover {
    background-color: transparent !important;
    box-shadow: 0px 1px 7px #ddd;
}
.category-wrapper .inner-service h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    color: #191919;
    margin-top: 0;
   font-family: 'Geologica';
}
.category-wrapper h1 {
    font-size: 52px;
    color: #000;
    opacity: 0.21;
       font-family: 'Geologica';
           margin-bottom: 50px;
}
.category-wrapper .service-content {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 20px 0px 30px 0px;
    display: block;
    color: #191919;
}
.inquiry-wrapper{
    position: relative;
    padding-top: 40px;
    padding-left: 40px;
}
.inquiry-wrapper:after {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.inquiry-wrapper .inner-inquiry{
    background: #000;
    width: 470px;
    padding: 50px;
    position: relative;
    z-index: 9;
}
.inquiry-wrapper .inner-inquiry h2{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 50px 0px;
    line-height: 1;

}
.inquiry-wrapper .inner-inquiry a{
     background: #FF8851;
}
.letter-form{
    padding:40px 0;
}
.letter-form form{
    display: flex;
    gap: 10px;
}
.letter-form form input{
        width: 100%;
       border: 1px solid #ddd;
       padding-left:20px;
}
.letter-form form button{
    border:none;
}
#bottom-footer-wrapper .text{
    text-align:center;
}
#bottom-footer-wrapper .text a{
    color:#fff;
}
#bottom-footer-wrapper .text span{
    margin:0;
    font-size: 18px;
        opacity: 0.5;
}
#bottom-footer-wrapper .text p {
    font-size: 18px;
}
#bottom-footer-wrapper .text a:hover{
    color:#FF8851;
}
.top-slogn {
    position: relative;
}
.top-slogn:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #99999955;
    top: 50%;
    transform: translateY(-50%);
}
.banner-wrapper {
    position: relative;
        height: 400px;
}
.banner-caontent {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 9;
        max-width: 700px;
}
.banner-caontent.arabic-content {
    right: 0;
}
.banner-wrapper .container {
        position: relative;
    height: 100%;
}
.banner-caontent h2 {
     font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1;
}
.banner-caontent p {
    font-size: 18px;
    color: #fff;
}
.banner-wrapper .pri-btn {
    margin-top: 20px;
}
.banner-wrapper:after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}
.owl-carousel .banner-wrapper .owl-item img {
    position: absolute;
    object-fit: cover;
}
 .main-top-service-wrap h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .main-top-service-wrap .description {
      font-size: 16px;
      color: #666;
      line-height: 1.6;
      margin-bottom: 40px;
    }
    .main-top-service-wrap .audit-types {
      display: flex;
      gap: 40px;
      font-size: 25px;
      font-weight: bold;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    
    .main-top-service-wrap .services {
      display: flex;
      gap: 40px;
      font-size: 25px;
      font-weight: bold;
    }

    .main-top-service-wrap .service-item {
      flex: 1 1 40%;
    }

    .main-top-service-wrap .sub-services {
      font-size: 18px;
      font-weight: normal;
      color: #555;
      margin-top: 10px;
      padding-left: 20px;
    }

    .main-top-service-wrap .sub-services li {
      list-style-type: none;
    }
.category-wrapper h1.d-none {
    opacity: 0;
    margin-bottom: 0;
    }
@media(max-width:768px){
 
    .slogan-wrapper p{
            padding: 0 10px;
    }
    .index-wrap .company-logo img {
     height: 100px;
    }
    .category-wrapper .inner-service {
    padding: 30px;
    }
    .category-wrapper h1 {
    margin-bottom: 10px;
            font-size: 30px;
}
   .work-wrap,
   .top-address-wrap,
   .top-phone-wrap{
       display:none;
   }
   .inner-top-header{
       justify-content: flex-end;
   }
}
@media(max-width:767px){
  
.contact-wrap {
    display: none;
}
.logo-wrap {
    position: relative;
    width: 40%;
}
div#main-menu-wrapper {
    width: 60%;
}
}
@media(max-width:576px){
    .banner-caontent h2 {
    font-size: 30px;
    }
.inquiry-wrapper .inner-inquiry {
    width: 100%;
}
   .main-top-service-wrap .audit-types {
    font-size: 20px;
    flex-wrap: wrap;
}
.main-top-service-wrap .service-item {
    flex: 100%;
}
}
.container.d-none,
.slogan-wrapper.d-none{
    display: none;
}