﻿html{
    overflow-x:hidden;
}
.tbs-form input[type=date],
.tbs-form input[type=number]{
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border-radius: 45px;
    height: 45px;
    width:100%;
    padding:2px 10px;
    border:0;
}
.tbs-btn-holder{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.tbs-form .madina-btn {
    border-radius: 26px;
    background: #bd8e02;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border: #bd8e02;
    color: #fff;
    margin-top: 0;
    padding: 9px 10px;
    width: 100%;
}
.tbs-form .mk-btn {
    border-radius: 26px;
    background: #fff;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border: #bd8e02;
    color: #333;
    margin-top:0;
    padding: 9px 10px;
    width: 100%;
    margin-right:15px;
}
.inner-banner {
    min-height: 426px;
    background-color: #575757;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.inner-banner span {
   font-size: clamp(0.75rem, 0.729vw, 0.875rem);
   font-weight: 600;
   color: #bd8e02;
   letter-spacing: 2.80px;
   text-transform: uppercase;
   margin-bottom:10px;
}
.inner-banner h2 {
   /*font-size: clamp(2rem, 3vw, 3.75rem);*/
   font-size: calc(28px + (60 - 28) * ((100vw - 300px) / (1920 - 300)));
   font-weight: 400;
   color: #fff;
   line-height:1;

}
.inner-banner .breadcrumb .breadcrumb-item {
    font-size: clamp(0.75rem, 0.833vw, 1rem);
    font-weight:400;
   
} 
.inner-banner .breadcrumb-item + .breadcrumb-item::before{
      color: #A3A3A3;
}
.inner-banner .breadcrumb a {
    color: #A3A3A3;
    text-decoration: none;
}
.inner-banner .breadcrumb-item.active {
    color:#fff;
}


/* Common Classes */
.label-box{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}
.label-box img {
    margin-right:10px;
  /*  width:50px;
    height:50px;*/
}
.label-box span{
   font-size: 15px;
   font-weight: 400;
   font-weight: 900;
   color: #bd8e02;
   text-transform:uppercase;
   letter-spacing: 2.80px;
}
.common-title-na {
    /*font-size: clamp(2rem, 3vw, 3.75rem);*/
    font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-family: Scheherazade;
    font-weight: 400;
    color: #131313;
}
.common-text-na {
    /*font-size: clamp(0.80rem, 0.833vw, 1rem);*/
    font-weight: 400;
    color: #5E5E5E;
    line-height: 24px;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.abt-list-na{
    padding:0;
    margin:10px 0;
}
.abt-list-na li{
    list-style:none;
    margin-bottom:12px;
    padding-left:25px;
    font-size:16px;
    font-weight: 400;
    color: #5E5E5E;
    position:relative;
}
.abt-list-na li:before{
    content:"";
    background-image:url('/assets/images/icons/check-icon.png');
    background-repeat:no-repeat;
    background-size:contain;
    width:18px;
    height:17px;
    position:absolute;
    left:0;
    top:4px;
    
    
}
.cm-btn-na {
    text-decoration: none;
    padding: 15px 30px;
    background: #bd8e02;
    box-shadow: 0px 12px 24px rgba(19, 19, 19, 0.15);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    position: relative;
    color: #fff;
    margin-top: 20px;
    transition: 0.7s;
    display:inline-block;
}
.cm-btn-na:hover {
    background-color:#000;
}
.cm-btn-na:hover i{
   color:#fff;
}
.wt-btn-na {
    text-decoration: none;
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0px 12px 24px rgba(19, 19, 19, 0.15);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    position: relative;
    color: #131313;
    font-weight:600;
    margin-top: 20px;
    transition: 0.7s;
}
.wt-btn-na:hover {
    background-color:#000;
    color:#fff;
}
.wt-btn-na:hover i{
   color:#fff;
}
/* Common Classes */
.guiding-sec-na {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.guiding-box-na {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:auto;
    border:0;
    border-radius:12px;
}
.guid-text-gbox-na {
    min-height: 120px;
    padding: 20px 24px 24px 24px;
    background: #bd8e02;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #E5E5E5;
    backdrop-filter: blur(16px);
    margin-bottom: 25px;
    border-right: 0;
}
.guid-text-gbox-na:nth-child(2n+2) {
   border-top-left-radius: 12px;
   border-top-right-radius: 0px;
   border: 1px solid #E5E5E5;
     border-right:0;
}
.guid-text-gbox-na:nth-child(2n+3) {
  border-top-left-radius: 12px; 
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border: 1px solid #E5E5E5;
  border-right:0;
  margin-bottom:0;
  border-bottom:0;
}
.guid-text-gbox-na span{
    font-family: Scheherazade;
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
    color:#fff;
    margin-bottom:15px;
}
.guid-text-gbox-na h6{
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}
.guid-text-gbox-na p{
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:#fff;
    margin-bottom:0;
}
.guid-text-wbox-na{
    width: 100%;
    min-height: 280px;
    padding:40px 40px 24px 40px;
    background: #FAFAFA; 
    border-top-left-radius: 0px;
    border-top-right-radius: 12px; 
    border: 1px #E5E5E5;
    max-width:800px;
}
.guid-text-wbox-na p {
    margin:0;
}
.guid-img-box-na img {
  position:relative;
  top:0;
  left:100px;
}
.servi-colorbox-na {
    background-color: #bd8e02;
    min-height: 500px;
    padding: 70px 30px 40px 30px;
    position: relative;
}
.servi-fillbox-na {
    background-color: #bd8e02;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 50px 25px;
    position: relative;
    text-align: center;
    /*transition: all 0.5s ease;*/
    cursor: pointer;
    overflow: hidden;
}
.servi-fillbox-na::before {
    content:"";
    /*background-color:#131313;
    opacity:0.5;*/
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
   /* background-image: url(/assets/images/service-overlay.png);
    background-repeat: no-repeat;*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}
.servi-fillbox-na .servi-fillbox-text{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;

}
.servi-fillbox-na .servi-fillbox-text h6{
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-family: Scheherazade;
    font-weight: 400;
    
}
.servi-fillbox-na .servi-fillbox-hide {
    display: none;
}
.servi-fillbox-na:hover {
/*    transform: scale(1.1);
     z-index: 9;*/
    background-color:#000;
    


    
}
.servi-fillbox-na:hover .servi-fillbox-hide{
    display:block;

}
.servi-fillbox-na:hover .servi-fillbox-text {
  
 /*  background: rgb(0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(209,155,86,0.7763480392156863) 100%);*/
 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(70,65,58,0.7763480392156863) 100%);
   /* background-image:url('/assets/images/service-overlay.png');*/
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   padding: 30px;
   left: 0;
   right: 0;
    top: 0;
/*    transition: .35s ease;*/
    /*transition: all 0.2s linear;*/
 /*  background-color:#131313;*/
}
.make-box-na {
    min-height: 210px;
    padding: 24px;
    background: #FAFAFA;
    border-radius: 12px; 
    overflow: hidden;
    border: 1px #E5E5E5 solid;
   
}
.make-bar{
    margin-top:60px;
}
.make-box-na .make-box-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items:center;
}
.make-box-na .make-box-head span{
      font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1920 - 300)));
      font-weight:700;
      color:#131313;
      margin:0;
}
.make-box-na .make-box-body{
   height: auto;
   padding: 15px; 
   background: rgba(209, 155, 86, 0.05);
   border-radius: 8px; 
   justify-content: center;
   align-items: flex-start; 
   gap: 10px; 
   display: inline-flex;
   font-size:14px;
   font-weight:400;
   color:#5E5E5E;
}
.cta-bg-na{
    background-repeat:no-repeat;
    background-size:cover;
    border:0;
    border-radius:12px;
    min-height:400px;
    position:relative;
    padding:40px 60px;
}
.cta-bg-na .cta-na-img{
    position:absolute;
    margin:0 auto;
    bottom:0;
    right:100px;
   
}
.explore-box-na {
    width: 100%;
    min-height:430px;
    background: #FAFAFA;
    border-radius: 12px;
    border: 1px #E5E5E5 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}
.explore-box-na .explore-box-img{
    position:relative;
    border-radius:12px;
   
}
.explore-box-na .explore-box-img img{
    width:100%;
    min-height:200px;
    object-fit:fill;
    border:0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.explore-box-na .explore-box-img::before{
       content: "";
    background-image: url(/assets/images/package-img-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    background-color: #000;
}
.explore-box-na .explore-box-img label{
    position:absolute;
    top:50px;
    left:0;
    background-color:#fff;
    padding:10px 40px 10px 20px;
    border:0;
    border-radius: 0 10px 10px 0;
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color:#131313;
    margin:0;

}
.explore-box-na .explore-box-img p{
    position:absolute;
    bottom:15px;
    left:12px;
    padding:10px 10px 10px 20px;
    border:0;
    border-radius: 0 10px 10px 0;
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:#fff;
    margin:0;

}
.explore-box-na .explore-box-img p em{
    color:#fff;
    font-style:normal;
    font-weight:bold;
}
.explore-box-na .explore-box-img label i{
    margin-right:10px;
}


.explore-box-na .explore-box-text {
    padding: 20px;
    position: relative;
    min-height: 180px;
}
.explore-box-na .explore-box-text h5{
    font-size: calc(20px + (27 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color:#131313;
    margin-bottom:10px;
}

.explore-box-na .explore-box-foot a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:15px;
}

.explore-box-na .explore-box-foot {
    width: 92%;
    margin: 0 auto;
}

.testimonial-box-na {
    min-height: 300px;
    padding: 32px;
    background: #FAFAFA;
    box-shadow: 8px 8px 16px rgba(192, 192, 192, 0.15);
    border-radius: 12px;
    border: 1px #E5E5E5 solid;
    margin:0 15px;
}

.testimonial-box-na .testimonial-box-head{
    display:flex;
   /*justify-content:space-between;*/
    align-items:center;
    margin-bottom:15px;
}
.testimonial-box-na .testimonial-box-head .testimonial-box-head-img{
    margin-right:30px;
    border: 3px solid #BF8B49;
    border-radius:50%;

}
.testimonial-box-na .testimonial-box-head-text span {
    display:block;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #bd8e02;
}
.testimonial-box-na .testimonial-box-head-text label {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color:#5E5E5E;
    letter-spacing: 2.40px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.testimonial-box-na h3{
    font-size:22px;
    font-weight:700;
    color:#131313;
}

.testimonial-box-na .testimonial-box-body{
     padding: 12px;
     background: rgba(209, 155, 86, 0.05);
     border-radius: 8px;
     justify-content: center;
     align-items: flex-start; 
     gap: 10px; 
     display: inline-flex;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color:#5E5E5E;

}
.cont-list-na {
    padding: 0;
    margin:30px 0 0;
}
.cont-list-na li{
    list-style:none;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:#131313;
    margin-bottom:25px;
}
.cont-list-na li i{
    margin-right:20px;
}
.cont-list-na li a{
    text-decoration:none;
    color:#131313;
}
.follow-list-na {
    padding:0;
    margin:0 0 30px;
    list-style:none;
    
}
.follow-list-na h5{
    display: block;
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:#131313;
    margin-bottom:30px;
}
.follow-list-na li{
    display:inline-block;
}

.follow-list-na li a {
    color: #fff;
    list-style: none;
    background-color: rgba(209, 155, 86, 1);
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s linear;
    text-decoration:none;
}
.follow-list-na li a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7494%) hue-rotate(339deg) brightness(105%) contrast(99%);
}
.follow-list-na li a:hover{
    background-color:#131313;
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-box-na {
    background-image:url('/assets/images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding: 24px;
    border: 0;
    border-radius: 16px;
    margin-bottom: 20px;
    background-color: #bd8e02;
    border: 1px #E5E5E5 solid;
}
.contact-box-na h2 {
    font-size: calc(26px + (56 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-family: Scheherazade;
    font-weight: 400;
    color:#fff;
    margin-bottom:25px;
}
.contact-box-na p {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color:#fff;
    margin-bottom:25px;
}
.contact-box-na input{
    width:100%;
    background: #FAFAFA; 
    border:0;
    border-radius: 8px; 
    height:56px;
    padding:5px 16px;
}
.contact-box-na textarea{
    width:100%;
    background: #FAFAFA; 
    border:0;
    border-radius: 8px; 
    height:120px;
    padding:5px 16px;
}
.contact-box-na .sbt-na{
    background-color:#131313;
    border:0;
    border-radius:16px;
    padding:12px 40px;
    display:flex;
    justify-content:center;
    text-align:center;
    width:100%;
    color:#fff;
    font-weight:500;
}
.contact-back-sec{
    position:relative;
    min-height:520px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    
}
.contact-shape {
    position: absolute;    
    top: -6px;
    width: 100%;
}

.contact-shape svg {
    width: 100%;
}
.contact-cta-na{
    position:relative;
    margin-top:-300px;
}

.thankyou-sec h3{
    color:#000;
}
.thankyou-sec p{
    color:#000;
}
.custim-sec-na {
    position: relative;
    min-height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cutzmo-shapetp {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

.cutzmo-shapetp svg {
    width: 100%;
}

.cutzmo-shapebt {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.cutzmo-shapebt svg{
    width:100%;
}
.faqs-sec-na .row{
    box-shadow: 16px 16px 32px rgba(191.67, 191.67, 191.67, 0.15);
}
.fat-tp{
    margin-top:-250px;
    position:relative;
}
/* Popup Css Start*/
.promo-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.7;
    z-index: 999;
}
.promo-popup .promo-form-box{
    padding:20px; 
    margin-top:20px;
}
.promo-popup .promo-form-box input{
    position:relative;
    border-radius: 8px;
    border: 1px solid  #E5E5E5;
    background: #FAFAFA;
    height:50px;
    width:100%;
    padding:12px 20px;

}
.promo-popup .promo-img{
    position:relative;
}
.promo-popup .promo-img img{
    border:0;
    border-radius:12px;
}
.promo-popup .promo-img::before {
    content:"";
    background-image:url('/assets/images/promo-overly.png');
    background-position:center;
    background-size:cover;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
}
.promo-popup .promo-img .promo-shape{
    position:absolute;
    bottom:-2px;
}
.promo-popup .promo-img .promo-shape svg{
    width:100%;
}
.promo-popup .cm-btn-na {
    padding: 12px 10px;
    margin: 0;
    border: 0;
}
.contact-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.7;
    z-index: 999;
}
.contact-popup .modal-body{
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:12px;
}
.contact-popup .contact-form-box{
    padding:20px 30px;
    position:relative;
}
.contact-popup .contact-form-box input,
.contact-popup .contact-form-box select{
    position:relative;
    border-radius: 8px;
    border: 1px solid #ccc;
    background:  #FAFAFA;
    height:50px;
    width:100%;
    padding:12px 20px;
}
.contact-popup .contact-form-box h5{
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-family: Scheherazade;
    font-weight: 500;
    color:#131313;
    margin-bottom:10px;
   
}
.contact-popup .contact-form-box p{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color:#131313;
}
.contact-popup .cm-btn-na {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 0;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    padding: 12px;
}
.contact-popup .form-select{
    appearance:auto;
    
}
.contact-popup img{
    width:100%;
}
/* Popup Css Start*/
@media(max-width:991px) {
    .cta-bg-na{
        padding:30px 25px;
        min-height:auto;
    }
    .cta-bg-na .cta-na-img {
        display: none;
    }
}