* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-size: calc(0.5vw + 1vh + 0.5vmin);
}
body {
   margin: 0;
    overflow-x: hidden;

 font-family: 'Clash Grotesk' !important;
}
html{
     overflow-x: hidden;  scroll-behavior: smooth;
}
@font-face {
  font-family: 'ClashGrotesk-Extralight';
  src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Extralight.woff') format('woff'),
       url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Light';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Light.woff') format('woff'),
       url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Regular';
    font-weight: 400;
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Regular.woff') format('woff'),
       url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');

  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Medium';
  src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Medium.woff') format('woff'),
       url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Semibold';
  src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Semibold.woff') format('woff'),
       url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Bold.woff') format('woff'),
       url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'ClashGrotesk-Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
       url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}


.mob-menu-btn-f{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.mob-menu-btn-f a img{
    float: none;
    display: inline-block;
    width: 35px;
    margin: 0px 8px;
    
}






.menu-btn-mob{
    display:none;
}

.menu-btn-mob {
    float: right;
    margin-top: 54px;
    width: 125px;
}
.menu-btn-mob a {
   font-family: 'ClashGrotesk-Regular';
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    width: 90px;
    height: 36px;
    border: 1px solid #e8d975;
    border-radius: 40px;
    padding: 2px 0px;
    text-decoration: none;
    background: transparent;
}
.menu-btn-mob a img {
    margin-left: 6px;
    width: 33px;
    margin-top: -3px;
}
.menu-btn-mob a img {
  margin-left: 20px;
    width: 33px;
    margin-top: 0;
    position: relative;
    top: 4px;
}

.uae-site1 {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 20px);
    transition: all .5s ease-out;
    background: white;
    color: black !important;
    border: 1px solid transparent !important;
    margin-top: 5px;
}
.menu-btn-mob:hover .uae-site1{
    border: 1px solid #e8d975 !important;
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    
    
}












.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
      font-family: 'ClashGrotesk-Regular';
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: -6px;
}.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}




.menu-btn {
    float: right;
    margin-top: -14px;
    width: 125px;
}
.menu-btn a {
    font-family: 'ClashGrotesk-Regular';
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    width: 139px;
    height: 36px;
    border: 1px solid #e8d975;
    border-radius: 40px;
    padding: 2px 0px;
    text-decoration: none;
    background: #e8d975;
}
.menu-btn a img {
    margin-left: 6px;
    width: 33px;
    margin-top: -3px;
}
.menu-btn a img {
    margin-left: 6px;
    width: 30px;
    margin-top: 0;
    position: relative;
    top: 4px;
}

.uae-site {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 20px);
    transition: all .5s ease-out;
    background: white;
    color: black !important;
    border: 1px solid transparent !important;
    margin-top: 5px;
}
.menu-btn:hover .uae-site{
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    
    
}




/*

.preloader {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: var(--tj-black-2);
}

.preloader .preloader-heading .load-text {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20;
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
*/
/* END: Preloader */



/*body .cursor {
  pointer-events: none;
}
body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
body .cursor__ball circle {
  fill: #ddcf70;
}*/
/*
.intro {
  position: relative;
  margin: 2em;
  padding: 0.2em 0.6em;
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  max-width: 26em;
}*/
/*.intro h1 {
font-weight: bold;
font-size: 50px;
color: #e8d975;
float: left;
width: 100%;
text-align: center;
}
.intro p {
font-size: 400;
font-size: 15px;
color: #e8d975;
float: left;
width: 100%;
text-align: center;
}*/

#CrossFade {
  background: black;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#CrossFade img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  background: #000;
  top: -90px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transform: scale(1.4) rotate(12deg);
  -webkit-animation: CrossFade 11s infinite;
          animation: CrossFade 11s infinite;
}
#CrossFade img:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#CrossFade img:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#CrossFade img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}


#CrossFade img:nth-child(6) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#CrossFade img:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#CrossFade img:nth-child(4) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
/* 

$duration = 12
$slides = 4
$step = $duration/$slides
setDelayRevers($duration, $slides)
  
  for index in (2..$slides)
    &:nth-child({index -1}) 
      animation-delay ($step*index)s

#CrossFade
  height 100vh
  overflow hidden
  position relative
  
  display flex
  img
    align-self center
    position absolute
    
    min-width 100%
    min-height 100%
    height auto
    
    backface-visibility hidden
    opacity 0
  
    transform scale(1.4) rotate(12deg)
    animation CrossFade ($duration)s infinite 
    setDelayRevers($duration, $slides)   
@keyframes CrossFade
  25%
    opacity 1
    transform scale(1) rotate(0)
  40%
    opacity 0
    
*/
@-webkit-keyframes CrossFade {
  25% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  40% {
    opacity: 0;
  }
}
@keyframes CrossFade {
  25% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  40% {
    opacity: 0;
  }
}


.banner-captions{
    width: 100%;
    position: absolute;

    top: 36%;
    left: 0;
}

.baner-hed {
    float: left;
    width: 100%;
    text-align: center;
    /* padding-top: 260px; */
}
.baner-hed h2 {
    line-height: 73px;
    float: left;
    width: 100%;
    font-size: 65px;
    color: white;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #e8d975;
    font-family: 'ClashGrotesk-Bold';
}.baner-hed h5 {
    opacity: .5;
    line-height: 28px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: white;
    margin-top: 25px;
    color: #e8d975;
    font-family: 'ClashGrotesk-Regular';
}

.ban-img{
    position: absolute;
    bottom: 0px;
    float: left;
    width: 100%;
    max-width: 100%;
        background-color: #000;

}
.ban-img img{
    width: 100%;
    object-fit: cover;

}

.mainheader{
    width: 100%;
    float: left;
    background: white;
    position: absolute;
    z-index: 11;
    height: 0px;
}
.total-header{
    width: 100%;
padding-top: 10px}
.logopart{
    width: auto;
    padding: 15px 0px 0px 0px;
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 130px;
}


.buttonarea {
     float: right;
    margin-top: -12px;
    margin-left: 40px;
}


.buttonarea a {
   
       float: right;
   }
.buttonarea a:hover {
  
   
}
.buttonarea img{
    width: 35px;
    margin-top: 12px;
}
.menuarea{width: auto;padding: 66px 0px 0px 100px;float: left;text-align: center;}


.menuarea > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
    background: #1b1259;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #1a1259;;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #1a1259;;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     width: auto;
    display: inline-block;
    vertical-align: middle;
       padding-left: 0px;
margin-bottom: 0px;
    float: left;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 33px 0px 0px;
    
}

.menuarea > ul > li > a{
    padding: 0px 0px 10px 0px;
    /* border-bottom: 3px solid transparent; */
    width: auto;
    color: #c2b261;
    font-weight: 400;
    font-family: 'ClashGrotesk-Regular';
    float: left;
    position: relative;
    font-size: 15px;
    letter-spacing: 0px !important;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
    text-shadow: -.25px -.25px 0 transparent, 
                .25px .25px transparent;
}
.menuarea > ul > li > a:hover{

 text-shadow: -.25px -.25px 0 #c2b261, 
                .25px .25px #c2b261;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
}

.activeli{
  text-shadow: -.25px -.25px 0 #c2b261, 
                .25px .25px #c2b261 !important;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
}


.menu li:hover > ul {
     columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}


.tgmenu__navbar-wrap > ul > li .sub-menu {
   
}

/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
        overflow: hidden;
    height: 250px;
    position: absolute;
    left: -385px;
    top: 100%;
    min-width: 900px;
    background:#000;
    margin: 0;/* -webkit-transform: scale(1, 0); */
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    /* transition: all 0.3s ease-out 0s; */
    -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.menu ul li {

    
        padding: 13px 13px;
        display: block;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        margin: 0;
        text-align: left;
}




.menu ul li a {
     color: #c2b261;
     font-weight: 400;
     font-family: 'ClashGrotesk-Regular';
     font-size: 16px;
     font-weight: 400;
     /* padding: 35px 10px; */
     /* line-height: 1; */
     position: relative;
     z-index: 1;
       text-shadow: -.25px -.25px 0 transparent, 
                .25px .25px transparent;
                   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu ul li a:hover {

     text-shadow: -.25px -.25px 0 #c2b261, 
                .25px .25px #c2b261 !important;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
    
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
  
}
/*.sp-li {
    padding: 0px 80px 0px 0px !important;
}*/






@media(max-width:1024px) 
{


.header_menu_area {
    position: inherit;
}

 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
        padding-top: 26px;
        border-bottom: none;
   display: none;
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;

    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0px;
    text-align: center;
}

.menuarea > ul > li > a:hover{
  
    border-bottom: none!important;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.activeli {
    border-bottom: none !important;
   
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.menuarea > ul > li {
    width: 100%;
    padding: 0px;
    }


.sp-li {
    padding: 0px 0px 0px 0px !important;
}
.menuarea ul.view {
          background-color: #000000eb;
    margin-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
        padding-top: 30px;
    padding-bottom: 30px;
  visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
}
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
   display: none;
}

.menuarea > ul > li > a {
    font-size: 17px;
    width: 100%!important;
    padding: 17px 17px 17px 17px;

}
.header_menu_area > ul > li > a {
    margin: 8px 0px 0px 0px;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
border-radius: 0px;
}

/*.buttonarea{
width: 164px;
    padding: 11px 0px;
    text-align: center;
    float: none;
        margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.buttonarea a{
    font-size: 15px;
    font-weight: 600;
    float: none;
    display: inline-block;
padding: 0px;
}*/
.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}



}

.close-img{
    width: 35px;
}


.overlay {
  height: 0%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color:black;
  overflow-y: scroll;
  transition: 0.5s;
  z-index: 111;
  /* background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  /* z-index: 111111111111111111111; */
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  z-index: 11;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size:40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.left-bg{
  /* background-color: #ffffff; */
  padding:0px !important;
  float:left;
}

.right-bg{
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
}


.hd-address{
  width: 100%;
  float: left;
  text-align: left;
  padding: 50px 40px;
  background-color: #000;
  height: 100vh;
}


.hd-tel{
  float:left;
  width:100%;
}

.hd-tel h1{
  letter-spacing: 1px;
  float:left;
  width:100%;
  font-size: 27px;
  font-weight: 700;
  color: #e8d975;
  margin-bottom: 34px;
  font-family: 'ClashGrotesk-Bold';
}

.hd-tel h6{
  letter-spacing: 1px;
  float:left;
  width:100%;
  font-size: 25px;
  color: #e2c758;
  margin-bottom: 18px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;}

.hed-tel-hvr{  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;float: left;width: 100%;font-size: 24px !important;color: white !important;font-weight: 500;padding: 0px !important;padding-bottom: 17px !important;}

.hed-tel-hvr:hover{
  color: #e6d36c !important;
}

.hd-presence{
  float: left;
  width: 100%;
  padding: 19px;
  border: solid 1px rgb(255 255 255 / 19%);
  border-radius: 20px;
  /* margin-top:15px; */
  /* background: #112e4a; */
}

.hd-presence p{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #a7c1dd;
    line-height: 27px;
    padding-top: 5px;
      font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
}

.hd-presence span{

  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: 100;
  color: #e4c85a;
  padding-bottom: 10px;
  border-bottom: solid 1px rgb(255 255 255 / 19%);
  margin-bottom: 15px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  letter-spacing: 1px;
}

.hd-tel p{
    float: left;
    width: 100%;
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 25px;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
      font-family: 'ClashGrotesk-Regular';
}

.title-white{
  color:white !important; 
}

.top-thumb{
      font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
      font-size: 30px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    cursor:pointer !important;
    padding-top: 43px;
}
.enq-bg form{
  float:left;
  width:100%;
}

.frm-enq{
  float:left;
  width:100%;
  margin-top: 30px;
}

.frmq-title{
  float:left;
  width:100%;
  color:black;
  font-size:14px;
  font-weight:500;
  padding-top: 0px;
}

.field-enq{
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  font-size: 13px;
  /* text-transform: uppercase; */
  height: 55px;
  margin-bottom:2px !important;
  padding: 0 20px;
  outline: none;
  background: #2f2f2f;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  /* border: solid 1px #d4d3d3; */
  margin-top: 3px;
  width: 100%;
  float: left;
  padding: 15px;
  margin-top: 9px;
  border-radius: 10px;
}

.error-message {
    color: red;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.subscribe-btn {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 100%;
    /* margin-top: 20px; */
    background: transparent;
    font-family: 'ClashGrotesk-Regular';
    float: left;
    border-radius: 50px;
    width: auto;
    color: #e8d975;
    font-weight: 400;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #e8d975;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-top: 0px;
 }

.subscribe-btn:hover {
  text-decoration: none;
  color: white;
  background: #e0c85c;
  color: #17150b;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}





@media(min-width: 1025px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px)
{
    
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #2a291f;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}.navItem ul li a {
    width: 100%;
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'ClashGrotesk-Regular';
    text-align: center;
    padding: 12px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}



/*
 .cursor {
  pointer-events: none;
}
 .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
 .cursor__ball circle {
  fill: #f7f8fa;
}
 .left,
 .right {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 .right {
  background: #fff;
}
 .right a {
  border-bottom: 2px solid #000;
}
 .right h1,
 .right p,
 .right a {
  color: #000;
}
*/















    /***************************menu******************/

.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  margin: 0px 15px;
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-img{
    width: 35px;

}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 92px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
     top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #e8d975;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
background-color: #000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;

}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

}
.b2{
    float: left;
    width: 100%;
    background-color: #000;
    padding: 115px 0px;
}
.b21{
    width: 40%;
    float: left;
    align-items: center;
    display: flex;
}
.b22{
    float: left;
    width: 20%;
}
.b2 h2{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 42px;
    font-weight: 700;
    color: #e8d975;
    padding-right: 50px;
    margin-bottom: 0px;
      font-family: 'ClashGrotesk-Bold';
}
.b2 img{
    float: none;
    margin:auto;
    width: 100%;
    display: block;
}
.b2 p{
    font-size: 15px;
    font-weight: 400;
    color:#7f7741;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 50px;
    line-height: 30px;
      font-family: 'ClashGrotesk-Regular';
}

#fixed-nr-header {
    width: 100%;
    background-color: black;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 111;
    height: 139px;
}
.scroll-clr{
    /* color: #b31666 !important; */
}

.menuarea-scroll{
       padding: 55px 0px 0px 130px !important;
}
.menuarea-scroll > ul > li > a:hover {
    /* color: #581b6a !important; */
}

.menuarea-scroll > ul > li > a{

    padding: 0px 0px 33px 0px;
}

.logopart-scroll {
    width: auto;
    padding: 0px 0px 0px 0px;
}



.logopart-scroll img{
    width: 117px;
}

.banner3{
    float: left;
    width: 100%;
    padding: 120px 0px;
    background-image: url("../images/white-bg-pattern.webp");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.b31{
    float: left;
    width: 100%;
}
.b31 img{
    width: 100%;
    object-fit: cover;
    float: left;

}
.count2{
    padding-top: 43px;
    padding-left: 45px;
    float: left;
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.count2 .item1:after {
    content: '+';
    position: absolute;
    color: #383838;
    font-size: 80px;
    font-weight: 700;
    top: 0px;
    font-family: 'ClashGrotesk-Bold';
}
.count2 .item1 {
 color: #383838;
 font-size: 80px;
 font-weight: 700;
 float: left;
 width: 100%;
 line-height: 1;
 /* text-align: center; */
 position: relative;
 font-family: 'ClashGrotesk-Bold';
 }
.count2 .item p {
    color: #545454 !important;
    font-size: 15px !important;
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -14px;
    float: left !important;
    /* text-align: center; */
    line-height: 41px;
    font-family: 'ClashGrotesk-Regular';
}
.counter-img{
    float: left;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
}
.counter-img img{
    max-width: 100%;
    object-fit: contain;
}
.b33{
    float: left;
    width: 100%;
    padding-left: 25px;
}
.b33 h1{
    float: left;
    width: 100%;
    font-size:50px;
    color: #383838;
    font-weight: bold;
    font-family: 'ClashGrotesk-Bold';
    margin-bottom: 25px;
}
.b33 p{
    float: left;
    width: 100%;
    color: #424242;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    font-family: 'ClashGrotesk-Regular';
    margin-bottom: 0px;
}

.banner5 h1{
     line-height: 73px;
     float: left;
     width: 100%;
     font-size: 50px;
     color: white;
     font-weight: 700;
     text-align: center;
     color: #e8d975;
     font-family: 'ClashGrotesk-Bold';
}
.banner5 p{
      float: left;
      width: 100%;
      color: #a69b55;
      font-weight: 400;
      font-size: 15px;
      line-height: 29px;
      font-family: 'ClashGrotesk-Regular';
      text-align: center;
     
}
.banner5{
    background-position-x: 6%;
    padding: 80px 0px 80px 0px;
    float: left;
    width: 100%;
    background-image: url("../images/services.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ss a::before{
   position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    z-index: 999;

}
.ss a {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.ss{ margin-top: 10px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.ss a:hover::before{
  webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}
/*.ss a:hover img {
    transform: scale(1.05);
    overflow: hidden;
}*/
.ss img{
    width: 100%;
       margin-top: 10px;
    object-fit: cover;
    height: 252px;
        transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b5-1-serv{
        border-left: 1px solid #e8d975;

    padding: 0px 25px 0px 25px !important;
}


.b5-1{

    margin-top: 20px;
        position: relative;

    float: left;
    padding: 0px 10px 0px 10px;
    width: 100%;
}
.b5-1 h2{
        margin-top: -4px;
    float: left;
    font-size: 70px;
    color: #1e1d13;
    font-family: 'ClashGrotesk-Bold';
    font-weight: 700;
     transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-1:hover h2{
    color:#e8d975 ;
 transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-1 h6{
    line-height: 30px;
    float: left;
    font-size: 25px;
    color: #e8d975;
    font-family: 'ClashGrotesk-Bold';
    font-weight: 700;
    margin-left: 20px;
}
.b5-1 h6 span{
    font-weight: 400;
    font-size: 26px;
    font-family: 'ClashGrotesk-Regular';
}

.bord{
       margin-top: 50px;
       border-left: 1px solid #e8d975;
       /* position: relative; */
       /* top: -165px; */
       margin-bottom: 50px;
}
.tc{
    justify-content: center;
    align-items: center;
    /* display: flex; */
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
.banner7{
    float: left;
    width: 100%;
    background-color: #000;
    padding-bottom: 30px;
}.bord1{
       border-left: 1px solid #e8d975;
       position: relative;
       top: -177px;
}
.t-c{
    text-align: center;
}
.btn-1{
    float: none;
    /* margin-top: 25px; */
    /* top: -120px; */
    /* position: absolute; */
    text-align: center;
    display: inline-block;
    font-family: 'ClashGrotesk-Regular';
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50px;
    color: #e8d975;
    font-weight: 400;
    font-size: 15px;
    padding-left: 36px;
    padding-right: 36px;
    /* padding-top: 14px; */
    /* padding-bottom: 14px; */
    border: 1px solid #e8d975;
}
.btn-1 span{
    color: #fff;
    display: inline-block;
    padding: 13px 0;
    opacity: 0;
    color: #e8d975;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 0.3s ease 0s;
}

.btn-a{
    width: 169px;
    position: relative;
    float: right;
      overflow: hidden;
}
.btn-see{
    width: 169px;
    position: relative;
    overflow: hidden;
}
.btn-con{
  width: 169px;
    position: relative;
  overflow: hidden;}
.btn-car{
    position: relative;
      overflow: hidden; 
}
.btn-1:hover {
    background: #e2c252;
    border: 1px solid #e2c252;
}
.btn-1:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn-1:hover span {
    opacity: 1;
    color: #f7c645;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn-1:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s;
}
.btn-1:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.btn-1:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.btn-1:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.btn-1:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.btn-1:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
.btn-1:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.btn-1:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; }
.btn-1:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.btn-1:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s; }
.btn-1:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.btn-1:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
/*.primary-btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.primary-btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.primary-btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.primary-btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.primary-btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.primary-btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}*/.book:before{
        transition: all 0.3s ease 0s;
        color: #fff;
        content: 'Book Now' !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 13px 0;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        color: #000000 !important;
}
.btn-1:before {
        transition: all 0.3s ease 0s;
        color: #fff;
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 13px 0;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        color: #e8d975;
}
/*.call-action {
    float: left;
    width: 100%;
padding-bottom: 90px;
    background-image: url(../images/cta-bg-pattern.webp);
    background-size: cover;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-color:#000000e0;
}


.call-bg {
    padding-top: 80px;
}


.call-bg h1{
line-height: 73px;
     float: left;
     width: 100%;
     font-size: 50px;
     color: white;
     font-weight: 700;
     text-align: center;
     color: #e8d975;
     font-family: 'ClashGrotesk-Bold';
}
.call-bg p{
      float: left;
      width: 100%;
      color: #a69b55;
      font-weight: 400;
      font-size: 15px;
      line-height: 29px;
      font-family: 'ClashGrotesk-Regular';
      text-align: center;
   
}
 */ 

.banner8{
    float: left;
    width: 100%;
    background-color: #0a0909;
    background-image: url("../images/cta-bg-pattern.webp");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.banner8 h1{
line-height: 73px;
     float: left;
     width: 100%;
     font-size: 50px;
     color: white;
     font-weight: 700;
  
     color: #e8d975;
     font-family: 'ClashGrotesk-Bold';
}
.banner8 p{
      float: left;
      width: 100%;
      color: #a69b55;
      font-weight: 400;
      font-size: 15px;
      line-height: 29px;
      font-family: 'ClashGrotesk-Regular';
  
}.btn-2{
   
float: right;
   
width: 100%;
   
/* text-align: right; */
   
/* display: block; */
   
/* display: flex; */
   
align-items: center;
}
.btn-2 a{
     font-family: 'ClashGrotesk-Regular';
     float: none;
     border-radius: 50px;
     width: auto;
     color: #e8d975;
     font-weight: 400;
     font-size: 15px;
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 16px;
     padding-bottom: 16px;
     border: 1px solid #e8d975;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
.flex-rm{
    margin-top: 40px;
    height: 60px;
    overflow: hidden;
    /* display: flex; */
    /* float: right; */
    /* text-align: right; */
    align-items: center;
}



.banner-9{
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
}
.banner-9 h1{
    margin-bottom: 17px;
    float: left;
    width: 100%;
    text-align: center;
    color: #383838;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    font-size: 50px;
}
.banner-9 h6{
    float: left;
    width: 100%;
    color: #494949;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'ClashGrotesk-Regular';
    text-align: center;
}

.panel1{
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0px;
}



.loop-box{
    display: table;
    margin: auto;
    float: none;
    width: 73%;
    background-color: #Fff;
    border: 2px solid #646464;
    padding: 40px 65px 47px 65px;
    height: auto;
    margin-bottom: 99px;
}
.quote-img{
    margin: auto;
    display: block;
    float: none;
    width: 35px !important;
    margin-bottom: 37px;
}
.loop-box p{
      text-align: center;
      float: left;
      width: 100%;
      color: #494949;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      font-family: 'ClashGrotesk-Regular';
}
.test{
    float: left;
    width: 100%;
    margin-bottom: -117px;
    bottom: -136px;
    margin-top: 20px;
}
.testimonal-img{
    float: none;
    width: 100px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.test h2{
         font-family: 'ClashGrotesk-Bold';
         float: left;
         width: 100%;
         margin-top: 10px;
         text-align: center;
         font-size: 20px;
         font-weight: 700;
         color: #2b2b2b;
}

.p1-carousel .owl-nav {
 float: left;
 width:100%;
 position: absolute;
 left: 0;
 top: 38px;
}

.p1-carousel .owl-prev img {
  object-fit: cover;
  float: left;
  top: 111px;
  left: -6px;
  position: relative;
  width: 65px;
}
.p1-carousel .owl-next img {
    object-fit: cover;
    right: -5px;
    float: right;
    position: relative;
    top: 49px;
    width: 65px;
}

.p1-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 100%;
    float: left;
      outline: none !important;
}
.banner10{
    float: left;
    width: 100%;
    background-color: #161513;
    background-image: url("../images/Rectangle 22.png");
    background-position-x: 173%;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.b10-box1{
    float: left;
    width: 100%;
    padding: 40px 20px;
    
}
.b10-1 img{
   
float: none;
   
margin:auto;
   
display: block;
   
width: 88px;
}

.b10-box1 h5{
    color: #e8d975;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    font-size: 25px;
    margin-top: 20px;
}
.b10-box1 p{
    margin-bottom: 0px;
      color: #a49955;
      float: left;
      width: 100%;
      line-height: 28px;
      text-align: center;
      font-weight: 400;
      font-family: 'ClashGrotesk-Regular';
      font-size: 15px;
      margin-top: 12px;
}
.bor-r8{
    border-right: 1px solid #26251b;
}

.banner11{
    float: left;
    width: 100%;
    /* height: auto; */
    background-image: url(../images/cta-dubai.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 746px;
    padding: 100px 0px;
}


.banner11 h2{
line-height: 73px;
     float: left;
     width: 100%;
     font-size: 50px;
     color: white;
     font-weight: 700;
  text-align: center;
     color: #e8d975;
     font-family: 'ClashGrotesk-Bold';
}
.banner11 p{
    padding-bottom: 20px;
      float: left;
      width: 100%;
      color: #e2d372;
      font-weight: 400;
      font-size: 15px;
      text-align: center;
      line-height: 29px;
      font-family: 'ClashGrotesk-Regular';
  
}.btn-3{
   
float: left;
text-align: center;
   
width: 100%;
margin-top: 20px;
}
.btn-3 a{
     font-family: 'ClashGrotesk-Regular';
     float: none;
     border-radius: 50px;
     width: auto;
     color: #e8d975;
     font-weight: 400;
     font-size: 15px;
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 16px;
     padding-bottom: 16px;
     border: 1px solid #e8d975;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}


.footer{
    padding: 0px 0px;
    float: left;
    width: 100%;
    background-color: #f5f6fa;
    position: relative;
}

.go-top{
    float: right;
    width: 40px;
    object-fit: cover;
    height: auto;
    margin-top: -11px;
}

.footer-in{
    float: left;
    width: 100%;
    /* border-radius: 30px; */
    background-color: #080808;
    padding: 70px 0px;
}
.ftr-logo{
    float: left;
    width: 175px;
    object-fit: cover;
}
.ftr-a-links{
    float: left;
    width: 100%;
    padding: 30px 0px 30px 0px;
}
.ftr-a{
   
margin-right: 70px;
   
font-size: 15px;
   
font-weight: 400;
   
color: #b9ae5f;
   
font-family: 'ClashGrotesk-Regular';
}

.ftr-a:hover{
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    text-decoration: none;
    color: #e0a930;


}
.no-mar{
    margin-right: 0px;
}


.ftr-last{
    float: left;
    width: 100%;
    border-top: 1px solid #262416;
    padding: 50px 0px 0px 0px;
    margin-top: 50px;
}
.last-1{
    padding: 40px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #262416;
}
.last-1 h6{
     float: left;
   
    font-size: 15px;
     
font-weight: 400;
   
color: #b9ae5f;
   
font-family: 'ClashGrotesk-Regular';
    }


    .last-1 h2{
    float: right;
   
    font-size: 15px;
     
font-weight: 400;
   
color: #b9ae5f;
   
font-family: 'ClashGrotesk-Regular';
    }
.last-1 a{
font-weight: 400;
   
color: #b9ae5f;
   
font-family: 'ClashGrotesk-Regular';
}
    
    .last-1  a:hover{
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    text-decoration: none;
    color: #e0a930;


}
.img-custom-anim-right {
  animation: img-anim-right 2.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }



}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}













/*media*/

@media(min-width:1024px) and (max-width:1200px)
{
    .banner11{
        background-position-x: 40%;
    }
    .sp-li{
        padding: 0px 28px 0px 0px !important;
    }


.menuarea > ul > li 
    {
        padding: 0px 17px 0px 0px;

    }
    .buttonarea img {
    margin-top: 12px;
}

.b2 h2 {
      padding-right: 30px;
    font-size: 39px;
}
.b2 h2 br{
    display: none;
}
.b2 p {
      padding-left: 30px;
}
.b2 {
    padding: 90px 0px;
}
.count2 {
    padding-top: 88px;
    padding-left: 45px;
    }
    .b33 h1 {
 
    font-size: 40px;

    margin-bottom: 2px;
}
.banner3 {

    padding: 75px 0px;
}
.b5-1 h2 {
    margin-top: -2px;
    font-size: 54px;
    }
.b5-1 h6 {

    font-size: 22px;
   
    margin-left: 10px;
}
.b5-1 h6 span {
    font-size: 22px;
    }



.banner8 p {
    padding-right: 164px;
}
.ftr-a {
    margin-right: 48px;
    }
    .last-1 {
    padding: 32px 0px;
}
}

@media(min-width:990px) and (max-width:1024px)
{

    .banner-captions {
    width: 100%;
    position: absolute;
    top: 34%;
}
#CrossFade img {
    width: 100%;
    object-fit: cover;
    }
    .b2 h2 {
   
    font-size: 38px;

    padding-right: 30px;
}
.b2 h2 br{
    display: none;

}
.b2 p{
    padding-left: 30px;
}
.b2{
        padding: 90px 0px;
}


.b33 h1 {
 
    font-size: 39px;
   
    margin-bottom: 7px;
}
.count2 {
    padding-top: 84px;
    }
    .b5-1 h2 {
    margin-top: -2px;
    font-size: 54px;
    }
.b5-1 h6 {

    font-size: 22px;
   
    margin-left: 10px;
}
.b5-1 h6 span {
    font-size: 22px;
    }

.banner8 p {
    padding-right: 164px;
}
.ftr-a {
    margin-right: 48px;
    }
    .loop-box{
            padding: 40px 40px 25px 40px;
    }
    .banner11 {
    background-position-x: 74%;
}
.last-1 {
padding-bottom: 0px;
}


  .go-top{
            margin-top: -18px;
}
}

@media(min-width:776px) and (max-width:990px)
{

    .b21 {
    width: 100%;
    text-align: center;
}
.b2 h2 {
    
    text-align: center;
    padding-bottom: 32px;
    padding-right: 0px;
    }
.b22{
    width: 100%;

}
.b22 img{
    width: 226px;
    float: none;
    display: block;
    margin:auto;
}
.b23{
    width: 100%;
}
.b2 p {
    padding-top: 30px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.b2 {
  
    padding: 80px 0px;
}
.banner3{
        padding: 80px 0px;
        background-position-x: 2%;
}
.count2 {
    padding-top: 95px;
}

.b33 h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 42px;
    }
    .b33 p {
    text-align: center;
    margin-bottom: 50px;
}
.b5med img {
    width: 100%;
   
    height: 300px;
    margin-bottom: 20px !important;
}
.bord{
    border-left: 0px;
}
.bord1{
    border-left: 0px;

    top: -273px;
}
.banner8 h1 {
    text-align: center;
    }
    .banner8 p {
    text-align: center;
}
.flex-rm {
    width: 100%;
    /* display: flex; */
    /* float: right; */
    text-align: center;
    align-items: center;
    margin-top: 20px;
}
.banner8{
        padding: 60px 0px 45px 0px;
}

.loop-box {
    display: table;
    margin: auto;
    float: none;
    width: 79%;
    background-color: #Fff;
    border: 2px solid #646464;
    padding: 30px 30px 20px 30px;
    height: auto;
    margin-bottom: 99px;
}
.p1-carousel .owl-nav {
  
    top: 50px;
}
.banner11 {
    background-position-x: 49%;
    }
    .ftr-logo {
    float: left;
    width: 100%;
}
.ftr-a{
    margin-right: 33px;
    font-size: 14px;
}
.last-1 {
padding-bottom: 0px !important;
}
.last-1 h6 {
   
    width: 100%;
    text-align: center;
}
.last-1 h2 {
   
    width: 100%;
    text-align: center;
}
.sp-ft{
    display: flex;
    align-items: center;
}
 #CrossFade img{
    width: 100%;
    object-fit: cover;
 }
}

@media(max-width:990px)
{
    .sp-med{
        display: block;
    }
    .sp-desk{
        display: none;
    }
}
@media(min-width:990px)
{
    .sp-med{
        display: none;
    }
     .sp-desk{
        display: block;
    }
}
.sp-med{
    float: left;
    width: 100%;
}
.sp-desk{
    float: left;
    width: 100%;
}


@media(min-width:575px) and (max-width:767px)
{
  
    .baner-hed h2 {
    line-height: 63px;
    float: left;
    width: 100%;
    font-size: 48px;
}
   .baner-hed h5 br {
    display: none;
}
.banner-captions {
    width: 100%;
    position: absolute;
    top: 38%;
    }
 #CrossFade img{
    width: 100%;
    object-fit: cover;
 }
    .b21 {
    width: 100%;
    text-align: center;
}
.b2 h2 {
    
    text-align: center;
    padding-bottom: 32px;
    padding-right: 0px;
    }
.b22{
    width: 100%;

}
.b22 img{
    width: 250px;
    float: none;
    display: block;
    margin:auto;
}
.b23{
    width: 100%;
}
.b2 p {
    padding-top: 30px;
  
    text-align: center;
padding-left: 100px;
    padding-right: 100px;
}
.b2 {
  
    padding: 80px 0px;
}
.banner3 {
    padding: 80px 0px;
    background-position-x: 12%;
}
.count2 {
    padding-top: 30px;
}

.b33 h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 42px;
    }
   
.b5med img {
    width: 100%;
   
    height: auto;
}
.bord{
    border-left: 0px;
}
.bord1{
    border-left: 0px;

    top: -273px;
}
.banner8 h1 {
        line-height: 58px;
    float: left;
    width: 100%;
    font-size: 42px;
    text-align: center;
    }
    .banner8 p {
    text-align: center;
}
.banner-9 h1{
        font-size: 44px;
    line-height: 50px;
}
.banner-9 h6 br{
    display: none;
}
.flex-rm {
    width: 100%;
    /* display: flex; */
    /* float: right; */
    text-align: center;
    align-items: center;
    margin-top: 20px;
}
.banner8{
        padding: 60px 0px 55px 0px;
}

.loop-box {
       display: table;
       margin: auto;
       float: none;
       width: 100%;
       background-color: #Fff;
       border: 2px solid #646464;
       padding: 30px 20px 20px 20px;
       height: auto;
       margin-bottom: 99px;
}
.p1-carousel .owl-prev img{
    display: none;
    width: 33px;
}
.p1-carousel .owl-next img{
    width: 50px;
    display: none;
}
.p1-carousel .owl-nav {
  
    top: 50px;
}
.banner11 {
    background-position-x: 37%;
    }
 .ftr-logo {
    float: none;
    width: 200px;
    margin: auto;
    display: block;
}
 .ftr-a {
    margin-right: 0px;
}
.ftr-a {
    text-align: center;
    width: 100%;
    /* margin-right: 28px; */
    font-size: 15px;
    /* float: left; */
    /* margin-left: 28px; */
    /* padding-top: 40px; */
    /* margin-bottom: 34px; */
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.go-top {
    float: none;
    width: 40px;
    object-fit: cover;
    height: auto;
    margin-top: 0px;
    margin: auto;
    display: block;
}
.last-1 {
padding-bottom: 0px !important;
}
.last-1 h6 {
   
    width: 100%;
    text-align: center;
}
.last-1 h2 {
   
    width: 100%;
    text-align: center;
}
.sp-ft{
    display: block;
}
.banner4 p br{
    display: none;
}
.banner10{
    background-position-x: 28%;
}
.bor-r8 {
    border-right: 0px;
}
.b10-box1 {
    float: left;
    width: 100%;
    padding: 25px 20px;
}
.banner11 h2 {
    line-height: 63px;
  
    font-size: 39px;
}
.footer-in {
    padding: 40px 0px;
}
}
@media(min-width:350px) and (max-width:418px)
{
    .banner-captions {

    top: 34% !important;
    }
}


@media(min-width:450px) and (max-width:575px)
{
    
    .go-top {
        margin-top:0px;
    }
    .baner-hed h2 {
    line-height: 51px;
    float: left;
    width: 100%;
    font-size: 38px;
}
   .baner-hed h5 br {
    display: none;
}
.banner-captions {
    width: 100%;
    position: absolute;
    top: 41%;
    }
 #CrossFade img{
    width: 100%;
    object-fit: cover;
 }
    .b21 {
    width: 100%;
    text-align: center;
}
.b2 h2 {
    
text-align: center;
    
padding-bottom: 32px;
    
padding-right: 0px;
    
font-size: 35px;
    }
.b22{
    width: 100%;

}
.b22 img{
    width: 207px;
    float: none;
    display: block;
    margin:auto;
}
.b23{
    width: 100%;
}
.b2 p {
    padding-top: 30px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.b2 {
  
padding: 70px 0px;
}
.banner3 {
    padding: 70px 0px;
    background-position-x: 11% !important;
}


.b33 h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 35px;
    }
    .b33 p {
    text-align: center;
    margin-bottom: 0px;
}
.b5-1 img {
    width: 100%;
         height: 250px;
    margin-bottom: 10px;
}
.bord{
    border-left: 0px;
}
.bord1{
    border-left: 0px;

    top: -273px;
}
.banner8 h1 {
        line-height: 45px;
        float: left;
        width: 100%;
        font-size: 36px;
        text-align: center;
    }
    .banner8 p {
    text-align: center;
}
.banner-9 h1{
        font-size: 36px;
        line-height: 46px;
}
.banner-9 h6 br{
    display: none;
}
.flex-rm {
    width: 100%;
    /* display: flex; */
    /* float: right; */
    text-align: center;
    align-items: center;
    margin-top: 20px;
}
.banner8{
             padding: 60px 0px 34px 0px;
}

.loop-box {
       display: table;
       margin: auto;
       float: none;
       width: 100%;
       background-color: #Fff;
       border: 2px solid #646464;
       padding: 30px 20px 20px 20px;
       height: auto;
       margin-bottom: 99px;
}
.p1-carousel .owl-prev img{
    display: none;
    width: 33px;
}
.p1-carousel .owl-next img{
    width: 50px;
    display: none;
}
.p1-carousel .owl-nav {
  
    top: 50px;
}
.banner11 {
  
        background-position-y: 75%;
    padding: 66px 56px;
    }
    .banner11  p br{
        display: none;
    }
 .ftr-logo {
    float: none;
    width: 155px;
    margin: auto;
    display: block;
}
.ftr-a {
    text-align: center;
    width: 100%;
    /* margin-right: 28px; */
    font-size: 15px;
    /* float: left; */
    /* margin-left: 28px; */
    /* padding-top: 40px; */
    /* margin-bottom: 34px; */
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
/*.go-top {
    float: none;
    width: 40px;
    object-fit: cover;
    height: auto;
    margin-top: 0px;
    margin: auto;
    display: block;
}*/
.last-1 {
padding-bottom: 0px !important;
}
.last-1 h6 {
   
    width: 100%;
    text-align: center;
}
.last-1 h2 {
   
    width: 100%;
    text-align: center;
}
.sp-ft{
    display: block;
}
.banner4 p br{
    display: none;
}
.banner10{
    background-position-x: 28%;
}
.bor-r8 {
    border-right: 0px;
}
.b10-box1 {
    float: left;
    width: 100%;
    padding: 25px 20px;
}
.banner11 h2 {
    line-height: 50px;
    font-size: 38px;
}
.footer-in {
    padding: 40px 0px;
}
.counter-img {
    float: left;
    width: 100%;
    position: unset;

    }
    .counter-img img {
    /* display: none; */
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
    .b31 {
    float: left;
    width: 100%;
    display: none;
}
    .ftr-a {
    margin-right: 0px;
}
}






/*about*/

.abt-banner1 {
    /* padding: 104px 0px; */
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 380px;
    background-color: #161513;
    background-image: url("../images/Rectangle 22.png");
    background-position-x: 173%;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.abt-banner1 h1 {
    text-align: center;
    float: left;
    width: 100%;
    color: #e8d975;
    font-size: 55px;
    line-height: 67px;
    padding-top: 185px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
}
.abt-banner1 h2{
    width: 100%;
    text-align: center;
    float: left;
    color:#a69b57 ;
     font-weight: 400;
         font-size: 15px;
    font-family: 'ClashGrotesk-Regular';
}
.abt-banner1  a{
    font-size: 15px;
    text-decoration: none;
       color:#a69b57 ;
     font-weight: 400;
    font-family: 'ClashGrotesk-Regular';
}
.abt-banner1 img{
        margin-top: -5px;
        margin-right: 0px;
        float: none;
        width: 15px;
}
.abt-banner2{
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-color: #000;
}
.abt-banner2 img{
    float: left;
    width:555px;
    margin-right: 60px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.abt-banner2 h2{
    font-size: 50px;
    color: #e8d975;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
  
}
.abt-banner2 p{

font-weight: 400;
    color: #b7ab5d;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    font-family: 'ClashGrotesk-Regular';
    margin-bottom: 0px;
    margin-top: 10px;
}
.abt-banner3{
     float: left;
     width: 100%;
     padding: 50px 0px;
     background-image: url("../images/bg.png");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: right;
}
.abt-banner3 h2{margin-bottom: 45px;float: left;width: 100%;text-align: center;color: #383838;font-weight: 700;font-family: 'ClashGrotesk-Bold';font-size: 50px;}
.mision{
    border: 1px solid #efefef;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 40px 30px 50px 30px;
    background-color: #fff;
}
.mision img{
    float: none;
    width: 130px;
    margin:auto;
    display: block;
    /* margin-bottom: 30px; */
}
.mision h3{

    text-align: center;
        float: left;
    width: 100%;
        font-size:30px;
    color: #383838;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
}
.mision p{
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 400;
    color: #393737;
    font-size: 15px;
    line-height: 27px;
    font-family: 'ClashGrotesk-Regular';
    margin-bottom: 0px;
    margin-top: 10px;
}
.service1{
    float: left;
    width: 100%;
    padding: 80px 0px 60px 0px;
    background-color: #000;
}
.serv-1{
    padding-right: 35px;
    float: left;
    width: 100%;
}
.serv1-img{
        height: 260px;
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.serv-1 h1{
    margin-bottom: 20px;
      font-size: 50px;
    color: #e8d975;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    float: left;
    width: 100%;
}
.serv-1 p{

font-weight: 400;

color: #b7ab5d;

font-weight: 400;

font-size: 15px;

line-height: 32px;

font-family: 'ClashGrotesk-Regular';

float: left;

width: 100%;
}
.form-sec{
    float: left;
    width: 100%;

}
.form-sec h2{
       font-size: 40px;
       color: #e8d975;
       font-weight: 700;
       font-family: 'ClashGrotesk-Bold';
       float: left;
       width: 100%;
}
.form-control {
    font-family: 'ClashGrotesk-Regular';
    font-weight: 400;
    height: 60px;
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    padding-top: 19px;
    line-height: 1.5;
    color: #8c8c8c;
    background-color: #2f2f2f;
    background-clip: padding-box;
    border: 0px;
   border-radius: 0.25rem 0.25rem 0rem 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #a2a2a2;
    background-color: #2f2f2f;
    border-bottom: 2px solid #e8d975;
    outline: 0;
     box-shadow:unset;
}
.frm-enq2{
    float: left;
overflow: hidden;
    position: relative;
    margin-top: 15px;
}
.submit-btn {
    margin-bottom: 2px;
        width: 193px;
        cursor: pointer;
        /* float: left;
   text-align: center;
   width: 100%;*/
        /* margin-top: 20px; */
        background: transparent;
        /* font-family: 'ClashGrotesk-Regular';
   float: left;
   border-radius: 50px;
   width: auto;
   color: #e8d975;
   font-weight: 400;
   font-size: 15px;
   padding-left: 70px;
   padding-right: 70px;
   padding-top: 12px;
   padding-bottom:12px;
   border: 1px solid #e8d975;*/
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
 }

.serv-2{
    float: left;
    width: 100%;
    padding: 0px 0px 80px 0px;
    background-color: #000;
}

.serv-2 h5{
    margin-bottom: 20px;
      font-size: 50px;
    color: #e8d975;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    float: left;
    width: 100%;
    text-align: center;
}
.panel2{
    width: 100%;
    float: left;
    padding-top: 40px;
}
/*contactus*/
 .contact-full{

width: 100%;

float: left;

padding: 70px 0;

background: #000;
}
.ct-box:after{
    position:absolute;
    content:'';
}
.ct-box:before{
    position:absolute;
    content:'';
}
.ct-box:hover::after{
    
}.ct-box:hover::before{
    
}
   .ct-box{

align-items: center;

display: flex;

margin-top: 10px;

width: 100%;

float: left;

border: 1px solid #2e2d28;

padding: 52px 29px;

margin-bottom: 18px;

border-radius: 10px;

position: relative;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
   .ct-box h6{

color: #e5d26a;

position: absolute;

top: -9px;

z-index: 9;

background: #000000;

padding: 0px 12px;

border-radius: 5px;

font-size: 16px;
font-weight: 400;
font-family: 'ClashGrotesk-Regular';

letter-spacing: 2px;
}
   .ct-box h5{

color: white;
font-weight: 400;
   font-family: 'ClashGrotesk-Regular';

font-size: 15px;

line-height: 28px;
}
   .ct-box img{

width: 50px;

height: 50px;

float: left;

margin-right: 30px;

/* margin-bottom: 57px; */

/* filter: invert(1); */

background: #e5d26a;

padding: 13px;

border-radius: 10px;
} 
   .ct-box:hover{
    
   }
   .form-sec2{

width: 100%;

float: left;

background: #161513;

padding: 30px;

border-radius: 10px;
}
   .form-sec2 h1{

font-size: 30px;

color: #e2c655;
   font-family: 'ClashGrotesk-Bold';
margin-bottom: 20px;

font-weight: 700;
}.form-sec2 .contact-field textarea{
       width: 100%;
       float: left;
       padding: 10px;
       border: 0;
     font-family: 'ClashGrotesk-Regular';
       border-radius: 5px;
       height: 78px;
       font-weight: 400;
       font-size: 15px;
}
   .form-sec2 form{

width: 100%;

float: left;

}
   .form-sec2 .contact-field{

width: 100%;

float: left;

margin-bottom: 20px;

}
   .contact-field input{

width: 100%;

float: left;

padding: 10px;
   font-weight: 400;
   font-family: 'ClashGrotesk-Regular';

border: 0;

font-size: 15px;

border-radius: 5px;
} .contact-field label{
       font-weight: 400;
   font-family: 'ClashGrotesk-Regular';    
font-size: 15px;
    
width: 100%;
    
float: left;
    
color: white;
   }
 
.career{
    padding: 80px 0px;
    float: left;
    width: 100%;
    background-color: #000;
}
.career h1{
    margin-bottom: 15px;
    float: left;
    width: 100%;
    text-align: center;
    color: #e3c758;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    font-size: 50px;
}
.career h1 span{
    font-weight: 400;
    font-family: 'clashGrotesk-regular';
}
.career p{
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 400;
    color: #8d7d47;
    font-size: 15px;
    line-height: 27px;
    font-family: 'ClashGrotesk-Regular';
    margin-bottom: 30px;
    margin-top: 10px;
}
.extra{
    float: none;
    margin: auto;
    display: block;
    }
    button:focus {
    outline: none !important;
}
.submit-btn:hover{
    background-color:#e3c758 ;
    color: #000;
     transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;

}
.ct-box:before {
    position: absolute;
    content: '';
}
@media(min-width:990px){
.img-custom-anim-right{
    animation-duration:1s !important;
}
.img-custom-anim-left {
    animation-duration: 1s !important;
}
.img-custom-anim-top{
    animation-duration:1s !important;
}
}

@media(max-width:990px)
{
    .img-custom-anim-right{
    animation-duration:0.5s !important;
}
.img-custom-anim-left {
    animation-duration: 0.5s !important;
}
.img-custom-anim-top{
    animation-duration:0.5s !important;
}



}
@media(min-width:1024px) and (max-width:1200px)
{
    .go-top{
            margin-top: -16px;
    }
    .abt-banner2 img {
    float: left;
    width: 420px;
    margin-right: 37px;
}
.mision{
        padding: 25px 20px 25px 20px;
}
.abt-banner3 h2 {
    margin-bottom: 20px;
}
.mision img {
    float: none;
    width: 110px;
    }
    .abt-banner3{
            background-position-y: 28px;
}
.menu ul{
        left: -469px;
}
.overlay {
    height: 0%;
    width: 65%;
}
.flex-rm {
    margin-top: 58px;
    }
}
@media(min-width:990px) and (max-width:1024px)
{
    .abt-banner2 img {
    float: left;
    width: 426px;
    margin-right: 30px;
}
.mision{
        padding: 25px 20px 25px 20px;
}
.abt-banner3 h2 {
    margin-bottom: 20px;
}
.mision img {
    float: none;
    width: 110px;
    }
    .abt-banner3{
            background-position-y: 28px;
}
}

@media(min-width:767px) and (max-width:990px)
{
    #CrossFade img {
    object-fit: cover;
    width: 100%;
}
.ban-img img {
    height: 27px;
    }
.b2 h2 {
 padding-right: 0px;
 font-size: 32px;
}
.b2 p {
 /* padding-left: 0px; */
}
.b2 h2 br{
    display: none;
}
.b2 {
  
    padding: 80px 0px;
}
.banner3 {

    padding: 70px 0px;
    }
    .b33 h1 {
    text-align: center;
 
    font-size: 45px;
}
.b33 p{
    text-align: center;
}
.b33 {
padding-bottom: 20px;
    padding-left: 25px;
}
.count2 {
    padding-top: 92px;
    padding-left: 65px;
    }
    .bord {
        border-left: 0px;
      margin-top: 0px;
}
    .banner5 {
        background:#000;
    }
    .banner5 p {
    margin-bottom: 40px;
}
.banner8 h1 {
    text-align: center;
    }
    .banner8 p {
    text-align: center;
    padding: 0px 80px;
}
.btn-a {
   
    float: none;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
}
.flex-rm{
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner-9 h1{
        font-size: 42px;

}
.loop-box {
 
    width: 77%;
   
    padding: 40px 50px 25px 50px;

    }
    .p1-carousel .owl-nav {
  
    top: 92px;
}
.b10-box1 {
  
    padding: 25px 12px 20px 12px;
}
.banner11 {
    background-position-x: 50%;
    }
    .ftr-a {
    margin-right: 33px;
    font-size: 14px;
}
.go-top{
                margin-top: -16px;
}
.last-1 h6 {
    width: 100%;
    text-align: center;
    }
    .last-1 h2 {
        margin-top: 10px;
    width: 100%;
    text-align: center;
}
.footer-in{
    padding: 60px 0px 60px 0px;

}
.ftr-logo {
    margin-top: 16px;
    }
    .abt-banner1 h1 {
    padding-top: 172px;
    font-size: 50px;
  
    margin-bottom: 15px;
}
.abt-banner2 img {
    display: block;
    float: none;
    width: 68%;
    margin-right: auto;
    margin-left: auto;
    }
    .abt-banner2 h2 {
        font-size: 43px;
    text-align: center;
    float: left;
    width: 100%;
}
   .abt-banner2 p {
    text-align: center;
  
}
    .abt-banner3 h2 {
        font-size: 43px;
 
}
.mision{

    padding: 15px 15px 25px 15px;
}
.mision img {
    float: none;
    width: 90px;
    }
    .mision h3 {
   
    font-size: 27px;
    margin-bottom: 0px;
}
.abt-banner3{
        background-position-y: 20px !important;
background-position: top;
}
.serv-1 h1 {
    text-align: center;
    }
    .serv-1 {
    padding-right: 0px;
}
.form-sec h2 {
    margin-top: 20px;
    text-align: center;
    }
    .serv-1 p {
    text-align: center;
}
.b5-1-serv h6 {

    font-size: 21px;
    }
    .frm-enq{
        width: 100%;
        text-align: center;
    }
    .form-sec2 {
    margin-top: 30px;
}
}







@media(min-width:575px) and (max-width:767px)
{
    #CrossFade img {
    object-fit: cover;
    width: 100%;
}
.ban-img img {
    height: 27px;
    }

.banner3 {

    padding: 70px 0px;
    }
    .b33 h1 {
    text-align: center;
 
    font-size: 45px;
}
.b33 p{
    text-align: center;
}
.b33 {
padding-bottom: 20px;
    padding-left:0px;
}
.count2 {
    text-align: center;
    padding-top: 30px;
    padding-left: 0px;
}
    .bord {
        border-left: 0px;
      margin-top: 0px;
}
    .banner5 {
        background:#000;
            padding: 65px 0px 80px 0px;
    }
    .banner5 p {
    margin-bottom: 40px;
}
.banner8 h1 {
    text-align: center;
    }
    .banner8 p {
    text-align: center;
    padding: 0px 0px;
}
.btn-a {
   
    float: none;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
}
.flex-rm{
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner-9 h1{
        font-size: 42px;

}

  .b10-box1 p {
    padding: 0px 40px;

margin-top: 0px;
}
.b10-box1 {
  
    padding: 25px 12px 20px 12px;
}

    .ftr-a {
    margin-right: 16px;
    font-size: 14px;
}
.go-top{
        margin-top: -9px;

}
.last-1 h6 {
    width: 100%;
    text-align: center;
    }
    .last-1 h2 {
        margin-top: 10px;
    width: 100%;
    text-align: center;
}
.footer-in{
    padding: 16px 0px 32px 0px;
}
.ftr-logo {
    margin-top: 30px;
    }
.abt-banner1 h1 {
    padding-top: 187px;
    font-size: 43px;
    margin-bottom: 5px;
}
.abt-banner2 img {
    display: block;
    float: none;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    }
    .abt-banner2 h2 {
        font-size: 43px;
    text-align: center;
    float: left;
    width: 100%;
}
   .abt-banner2 p {
    text-align: center;
  
}
    .abt-banner3 h2 {
        font-size: 43px;
 
}
.mision{

   margin-bottom: 20px;
}
.frm-enq2 {

    width: 100%;
    text-align: center;
}
.b5-1-serv {
    border-left: 0px;
}
.abt-banner3{
        background-position-y: 20px !important;
background-position: top;
}
.serv-1 h1 {
    text-align: center;
    }
    .serv-1 {
    padding-right: 0px;
}
.form-sec h2 {
    margin-top: 20px;
    text-align: center;
    }
    .serv-1 p {
    text-align: center;
}
.b5-1-serv h6 {

    font-size: 21px;
    }
    .frm-enq{
        width: 100%;
        text-align: center;
    }
    .form-sec2 {
    margin-top: 30px;
}
.career h1{
    font-size: 42px;

}
.career p br{
    display: none;
}
}






@media(min-width:450px) and (max-width:575px)
{
    #CrossFade img {
    object-fit: cover;
    width: 100%;
}
.ban-img img {
    height: 27px;
    }



.b33 p{
    text-align: center;
}
.b33 {
padding-bottom: 20px;
    padding-left:0px;
}
.count2 {
  text-align: center;
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;

}
.banner5 p br{
    display: none;
}
    .bord {
        border-left: 0px;
      margin-top: 0px;
}
    .banner5 {
        background:#000;
    }
    .banner5 p {
            padding: 0px 15px;
    margin-bottom: 40px;
}
.banner8 h1 {
    text-align: center;
    }
    .banner8 p {
    text-align: center;
    padding: 0px 0px;
}
.btn-a {
   
    float: none;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
}
.flex-rm{
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner-9 h1{
        font-size: 42px;

}

  .b10-box1 p {
    padding: 0px 40px;

margin-top: 0px;
}
.b10-box1 {
  
    padding: 25px 12px 20px 12px;
}

    .ftr-a {
    margin-right: 16px;
    font-size: 14px;
}
/*.go-top{
        margin-top: -9px;

}*/
.last-1 h6 {
    width: 100%;
    text-align: center;
    }
    .last-1 h2 {
        margin-top: 10px;
    width: 100%;
    text-align: center;
}
.footer-in{
    padding: 25px 0px 25px 0px;
}
.ftr-logo {
    margin-top: 16px;
    }
.abt-banner1 h1 {
       padding-top: 203px;
    font-size: 40px;
    margin-bottom: 5px;
}
.abt-banner2 {
 
    padding: 65px 0px;
    }
.abt-banner2 img {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    }
    .abt-banner2 h2 {
      padding-top: 20px;
    font-size: 38px;
    text-align: center;
    float: left;
    width: 100%;
}
   .abt-banner2 p {
    text-align: center;
  
}
    .abt-banner3 h2 {
        font-size: 38px;
 
}
.mision{

   margin-bottom: 20px;
}
.frm-enq2 {

    width: 100%;
    text-align: center;
}
.b5-1-serv {
    border-left: 0px;
}
.abt-banner3{
        background-position-y: 20px !important;
background-position: top;
}
.serv-1 h1 {
    padding-top: 10px;
    font-size: 38px;
    text-align: center;
    }
    .serv-1 {
    padding-right: 0px;
}
.form-sec h2 {
    margin-top: 20px;
    text-align: center;
    }
    .serv-1 p {
    text-align: center;
}
.b5-1-serv h6 {

    font-size: 21px;
    }
    .frm-enq{
        width: 100%;
        text-align: center;
    }
    .form-sec2 {
    margin-top: 30px;
}
.career h1{
    font-size: 42px;

}
.career p br{
    display: none;
}
}


















/* ===== Scrollbar CSS ===== */

 

 
.overlay::-webkit-scrollbar-track
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
       border-top-left-radius: 50px;
}

.overlay::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #000;
}

.overlay::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
}









@media (max-width:450px)
{
    .ct-box {
   
    padding: 35px 29px;
    }
    .last-1 h6 span{
        width:100%;
        float:left;
        padding-top:10px;
    }
    
    .banner5 p br{
    display: none;
}
.serv-2 h5 {
    margin-bottom: 0px;
    font-size: 43px;
}
.service1 {
    float: left;
    width: 100%;
    padding: 80px 0px 30px 0px;
    }


    .logopart img {
    float: left;
    width: 112px;
}
.menu {
  
    top: 86px !important;
    }
    .baner-hed h2 {
    line-height: 51px;
    float: left;
    width: 100%;
    font-size: 38px;
}
   .baner-hed h5 br {
    display: none;
}
.banner-captions {
    width: 100%;
    position: absolute;
    top: 41%;
    }
 #CrossFade img{
    width: 100%;
    object-fit: cover;
 }
    .b21 {
    width: 100%;
    text-align: center;
}
.b2 h2 {
    
text-align: center;
    
padding-bottom: 32px;
    
padding-right: 0px;
    
font-size: 35px;
    }
.b22{
    width: 100%;

}
.b22 img{
    width: 207px;
    float: none;
    display: block;
    margin:auto;
}
.b23{
    width: 100%;
}
.b2 p {
    padding-top: 30px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.b2 {
  
padding: 70px 0px;
}
.banner3 {
    padding: 60px 0px;
    background-position-x: 11%;
}
.count2 {
    padding-top: 0px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 35px;
}

.b33 h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 35px;
    }
    .b33 p {
    text-align: center;
    margin-bottom: 0px;
}
.b5-1 img {
    width: 100%;
   
        height: 250px;
    margin-bottom: 30px;
}
.bord{
    margin-top: 10px;

    margin-bottom: 0px;
    border-left: 0px;
}
.bord1{
    border-left: 0px;

    top: -273px;
}
.banner8 h1 {
        line-height: 45px;
        float: left;
        width: 100%;
        font-size: 36px;
        text-align: center;
    }
    .banner8 p {
    text-align: center;
}
.banner-9 h1{
        font-size: 36px;
        line-height: 46px;
}
.banner-9 h6 br{
    display: none;
}
.flex-rm {
    width: 100%;
    /* display: flex; */
    /* float: right; */
    text-align: center;
    align-items: center;
    margin-top: 20px;
}
.banner8{
        background-position-x: 68%;
        padding: 60px 0px 60px 0px;
}

.loop-box {
       display: table;
       margin: auto;
       float: none;
       width: 100%;
       background-color: #Fff;
       border: 2px solid #646464;
       padding: 30px 20px 20px 20px;
       height: auto;
       margin-bottom: 99px;
}
.p1-carousel .owl-prev img{
    display: none;
    width: 33px;
}
.p1-carousel .owl-next img{
    width: 50px;
    display: none;
}
.p1-carousel .owl-nav {
  
    top: 50px;
}
.banner11 {
      background-position-x: 31%;
      padding: 62px 17px;
    }
    .banner11  p br{
        display: none;
    }
 .ftr-logo {
    float: none;
    width: 155px;
    margin: auto;
    display: block;
}
    .ftr-a {
    margin-right: 0px;
}
.ftr-a {
    text-align: center;
    width: 100%;
    /* margin-right: 28px; */
    font-size: 15px;
    /* float: left; */
    /* margin-left: 28px; */
    /* padding-top: 40px; */
    /* margin-bottom: 34px; */
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
/*.go-top {
    float: none;
    width: 40px;
    object-fit: cover;
    height: auto;
    margin-top: 0px;
    margin: auto;
    display: block;
}*/
.last-1 {padding-top: 30px;padding-bottom: 0px !important;}
.last-1 h6 {
   
    width: 100%;
    text-align: center;
}
.last-1 h2 {
   
    width: 100%;
    text-align: center;
}
.sp-ft{
    display: block;
}
.banner4 p br{
    display: none;
}
.banner10{
    background-position-x: 28%;
}
.bor-r8 {
    border-right: 0px;
}
.b10-box1 {
    float: left;
    width: 100%;
    padding: 25px 20px;
}
.banner11 h2 {
    line-height: 50px;
    font-size: 38px;
}
.footer-in {
    padding: 40px 0px 20px 0px;
}
.counter-img {
    float: left;
    width: 100%;
    position: unset;

    }
    .counter-img img {
    /* display: none; */
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
    .b31 {
    float: left;
    width: 100%;
    display: none;
}
.b5-1 h2 {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .b5-1 h6 {
 
    margin-left: 0px;
    width: 100%;
    text-align: center;
}
.b5-1 h6 br{
    display: none;
}
.loop-box p {
    text-align: justify;
    }

    #CrossFade img {
    object-fit: cover;
    width: 100%;
}
.ban-img img {
    height: 27px;
    }



.b33 p{
    text-align: center;
}
.b33 {
padding-bottom: 20px;
    padding-left:0px;
}
.count2 {
  text-align: center;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 30px;
}
.banner5 p br{
    display: none;
}
    .bord {
        border-left: 0px;
      margin-top: 0px;
}
    .banner5 {
        background:#000;
        padding: 60px 0px;
    }
    .banner5 p {
            padding: 0px 15px;
    margin-bottom: 40px;
}
.banner8 h1 {
    text-align: center;
    }
    .banner8 p {
    text-align: center;
    padding: 0px 0px;
}
.btn-a {
   
    float: none;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
}
.flex-rm{
    margin-top: 10px;
    /* margin-bottom: 20px; */
}
.banner-9 h1{
        font-size: 38px;
}

  .b10-box1 p {
    padding: 0px 40px;

margin-top: 0px;
}
.b10-box1 {
  
    padding: 25px 12px 20px 12px;
}

    .ftr-a {
    margin-right: 16px;
    font-size: 14px;
}
.go-top{
        margin-top: 0px;

}
.last-1 h6 {
    width: 100%;
    text-align: center;
    }
    .last-1 h2 {
                margin-top: 10px;
    width: 100%;
    text-align: center;
}
.footer-in{
    padding: 0px 0px 25px 0px;
}
.ftr-logo {
    margin-top: 38px;
    }
.abt-banner1 h1 {
         line-height: 44px;
         padding-top: 188px;
         font-size: 40px;
         margin-bottom: 9px;
}
.abt-banner2 {
 
    padding: 65px 0px;
    }
.abt-banner2 img {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    }
    .abt-banner2 h2 {
      padding-top: 20px;
    font-size: 38px;
    text-align: center;
    float: left;
    width: 100%;
}
   .abt-banner2 p {
    text-align: center;
  
}
    .abt-banner3 h2 {
        font-size: 38px;
 
}
.mision{

   margin-bottom: 20px;
}
.frm-enq2 {

    width: 100%;
    text-align: center;
}
.b5-1-serv {
    border-left: 0px;
}
.abt-banner3{
        background-position-y: 20px !important;
background-position: top;
}
.serv-1 h1 {
    padding-top: 10px;
    font-size: 38px;
    text-align: center;
    }
    .serv-1 {
    padding-right: 0px;
}
.form-sec h2 {
    margin-top: 20px;
    text-align: center;
    }
    .serv-1 p {
    text-align: center;
}
.b5-1-serv h6 {

    font-size: 26px;
    }
    .frm-enq{
        width: 100%;
        text-align: center;
    }
    .form-sec2 {
    margin-top: 30px;
}
.career h1{
    font-size: 42px;

}
.career p br{
    display: none;
}
.banner-9 {
    padding: 60px 0px 50px 0px;
}
.banner11 p {
    padding: 15px 0px;
    }
    .ct-box img{
            margin-bottom: 4px;
    }
}

@media(min-width:1600px) {
    .banner5 {
    background:#000;
}
}

.floating-label{
  font-family: 'ClashGrotesk-Regular';
    font-weight: 400;
}




@media(min-width:767px) and (max-width:990px)
{
    .ss img {
    width: 100%;
    object-fit: cover;
    
    }
    #CrossFade img {
        height:1000px;
    }
    #CrossFade{
        height:1000px;
    }
    .frm-enq2 {
    width: 100%;
    text-align: center;
}
    .serv-2 {
    float: left;
    width: 100%;
    padding: 30px 0px 80px 0px;
    }
}

@media(max-width: 1024px){
    .menu-btn-mob{
    display:block;
}
}








@media(min-width:575px) and (max-width:767px)
{
    #CrossFade img {
        height:850px;
    }
    #CrossFade{
        height:850px;
    }
    
    .serv-2 {
    float: left;
    width: 100%;
    padding: 30px 0px 80px 0px;
    }
}
.hh{
    float: right;
}
@media(max-width:767px)
{

.hh{
    float: left;
    width: 100%;
    text-align: center;
}
.hh a{
    float: none;
    display: inline-block;
}
}
@media(max-width:575px)
{
.fleet-full p{
    padding:0 !important;
}.custom-select {
    position: relative;
    display: inline-block;
    float: left !important;
    margin-top: 20px !important;
    margin-bottom: 45px;
    width: 170px;
    background: transparent;
}
.count2 .item1 {
    left:-15px;
    }
    .banner3{
        background-image: url("../images/pattern.png");
    }

.banner11{
    background-image: url("../images/footer.webp");
    padding: 66px 30px;
    height: 441px;
}

    .serv-2 {
    float: left;
    width: 100%;
    padding: 30px 0px 40px 0px;
    }
    #CrossFade img {
        height:550px;
    }
    #CrossFade{
        height:550px;
    }
    
    .ban-img{
        position:relative !important;
    }
    
    
}



@media(min-width:576px) and (max-width:999px){
#CrossFade{height:650px !important;}
#CrossFade img{height:650px !important;}
.ban-img{position:relative !important;}    
}


@media(min-width:230px) and (max-width:1024px){
.wrapper {display:none;}
}


@media(min-width:1025px) and (max-width:9999px){
.mobile-menu-tag {display:none;}
}


@media(min-width:230px) and (max-width:1149px){
#CrossFade img{top:0px !important;}
}




.mobile-menu-tag{float:right;}


/*@media(max-width:575px)
{
    .m-img{
        display: block;
    }
    .d-img{
        display: none;
    }
}
@media(min-width:575px)
{
    .m-img{
        display: none;
    }
    .d-img{
        display: block;
    }
}
*/

@media(max-width:990px)
{
    .form-sec2 {
  
    padding: 30px 10px;
}
}
@media(min-width:767px)
{
    .mision {
    height: 370px;
    }
}
@media(min-width:767px) and (max-width:1024px)
{
.cd-dropdown {

    right: 0 !important;
    width: 43% !important;
    left: unset !important;
}
    .cd-dropdown .cd-close {
        top: 25px !important;
    }

}

@media(min-width:1400px) and (max-width:1500px){
#CrossFade img{min-height: auto; top: 0;}
}

@media(min-width:1501) and (max-width:2500px){
.desk-bnr-hide {display:none;}
}

@media(min-width:230) and (max-width:1399px){
.desk-bnr-hide {display:none;}
}

.grecaptcha-badge { 
    visibility: hidden;
}


@media (min-width:1025px) and (max-width:1200px){
    
    .menuarea {
    padding: 66px 0px 0px 58px !important;
}
.logopart img {
    width:90px;
}

.menuarea-scroll {
padding: 45px 0px 0px 58px !important;
    }

}




.fleet-full{
    
float: left;
    
width: 100%;
    
padding: 70px 0px;
    
background-color: #000;
}
.fleet-full h1{
    
font-size: 50px;
    
color: #e8d975;
    
font-weight: 700;
    
font-family: 'ClashGrotesk-Bold';
    
text-align: center;
}
.fleet-full p{
    
color: #b7ab5d;
    
font-weight: 400;
    
font-size: 15px;
    
line-height: 29px;
    
font-family: 'ClashGrotesk-Regular';
    
margin-bottom: 0px;
    
margin-top: 10px;
    
text-align: center;
    
padding: 0 200px;
}


.custom-select {
  position: relative;
  display: inline-block;
  float: right;
  margin-bottom: 45px;
  width: auto;
  background: transparent;
  border: 0;
}

.selected-option {
  cursor: pointer;
  padding: 6px 34px 6px 29px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'ClashGrotesk-Regular';
  position: relative;
  background: #e8d975;
}

.options {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #171717;
  list-style: none;
  width: 210px;
  left: -24px;
  padding: 0px;
  margin: 0;
  border: 0;
  top: 40px;
  border-top: none;
  border-radius: 10px;
  box-shadow: 10px 2px 6px -3px rgba(0,0,0,0.05);
}

.options li {
  padding: 10px;
  border-bottom: 1px solid #444444;
  font-size: 14px;
  font-family: 'ClashGrotesk-Regular';
}

.options li:hover {
  background-color: #e8d975;
}

.options li input[type="radio"] {
  display: none;
}

.options li input[type="radio"] + label {
  cursor: pointer;
  color: #fff;
}

.options li input[type="radio"]:checked + label {
  font-weight: bold;
}



.fleet-box{
    width: 100%;
    float: left;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding-bottom: 10px;
    background: #0e0e0e;
    margin-bottom: 20px;
}
.fleet-box img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fleet-text{
    width: 100%;
    float: left;
}.fleet-text h6:last-child{
    border:0;
}
.fleet-text h6{
    font-size: 15px;
    color: #fff;
    padding: 10px;
    font-family: 'ClashGrotesk-Regular';
    border-bottom: 1px solid #323232;
    float: left;
    width: 100%;
}

.fleet-text h6 span{
    float: right;
    font-weight: 600;
}




.fleet-btn{
    width: 100%;
    float: left;
    padding: 10px;
}
.book span{
    color:#000 !important;
}
.fleet-btn .book{
    font-size: 15px;
    color: #000000;
    padding: 5px;
    height: 44px;
    font-family: 'ClashGrotesk-Regular';
    float: left;
    background: #f6bf2e;
    border: #f6bf2e;
    width: 48%;
    text-align: center;
    border-radius: 30px;
    line-height: 20px;
    text-transform: uppercase;
}
.fleet-btn .ct-fleet{
    font-size: 15px;
    color: #000000;
    padding: 15px;
    font-family: 'ClashGrotesk-Regular';
    float: left;
    background:#0e0e0e;
    height: 44px;
    width: 48%;
    text-align: center;
    border-radius: 30px;
    margin-left: 2%;
    text-transform: uppercase;
}


.fleet-btn .ct-fleet:hover{
     padding: 0 !important;
     font-family: 'ClashGrotesk-Regular';
}.fleet-btn .book:hover{
    padding: 0 !important;
    font-family: 'ClashGrotesk-Regular';
}

.ct-fleet:before{
        transition: all 0.3s ease 0s;
        color: #fff;
        content: 'Contact' !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 13px 0;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        color: #e8d975 !important;
}.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 14%);
    transform: translate(0, 4%) !important;
}
#fleet-mod .modal-content{
    background:#000;
    padding: 10px;
}
#fleet-mod  .modal-dialog {
        max-width: 550px;
}
.fleet-modal{

}
.fleet-modal h1{
    font-size: 30px;
    font-family: 'ClashGrotesk-Regular';
    color: #e8d975;
    margin-bottom: 10px;
    font-weight: 700;
}
.fleet-modal p{
    font-size: 16px;
    color: #fff;
    font-family: 'ClashGrotesk-Regular';
    line-height: 28px;
    font-weight: 400;
}.fleet-field p{
    float: left;
    margin-right: 20px;
}
    .fleet-field{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.fleet-field label{
    font-family: 'ClashGrotesk-Regular';
    font-size: 16px;
    width: 100%;
    color: #fff;
}
.fleet-field input{
    font-family: 'ClashGrotesk-Regular';
    width: 100%;
    float: left;
    padding: 15px;
    background: #000000;
    border: 1px solid #57564e;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.fleet-modal .sub-btn{
    cursor: pointer;
    font-size: 18px;
    font-family: 'ClashGrotesk-Regular';
    color: #fff;
    width: 100%;
    float: left;
    background: #e8d975;
    border: 0;
    color: #000;
    padding: 17px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 20px;
}
.fleet-check{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.fleet-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.fleet-check label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: 'ClashGrotesk-Regular';
  color: #fff;
}

.fleet-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e8d975;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.fleet-modal [type="radio"]:checked,
.fleet-modal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.fleet-modal [type="radio"]:checked + label,
.fleet-modal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
}
.fleet-modal [type="radio"]:checked + label:before,
.fleet-modal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #000000;
}
.fleet-modal [type="radio"]:checked + label:after,
.fleet-modal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e8d975;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fleet-modal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.fleet-modal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fleet-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}.fleet-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e8d975;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}
.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #000000;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #000000;
    border: 2px solid #484848;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}.datepicker-dropdown td:hover{
    background: #e8d975;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #000000;
    border: 2px solid #484848;
    padding: 3px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}
.sub-btn{
    
}
.fleet-text h5{
    font-size: 20px;
    color: #fff;
    background:#000;
    padding: 11px 0px;
    font-family: 'ClashGrotesk-Regular';
    border-bottom: 1px solid #323232;
    float: left;
    width: 100%;
    text-align: center;
}

.fleet-text h5 span{
    float: left;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding-top: 11px;
    border-top: 1px solid #323232;
    margin-top: 10px;
}

.fleet-home{
        width: 100%;
    float: left;
    padding: 60px 0;
}
.fleet-home h3{
        float: left;
    width: 100%;
    text-align: center;
    color: #383838;
    font-weight: 700;
    font-family: 'ClashGrotesk-Bold';
    font-size: 50px;
}
.fleet-home p{
    float: left;
    width: 100%;
    color: #494949;
    font-weight: 400;margin-top:10px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'ClashGrotesk-Regular';
    text-align: center;
}
.fleet-carousel{
        float: left;
    margin-top: 30px;
}
 .options li:last-child{
    border:0;
}.options li:hover label{
    color: #000 !important;
}
.spinner {
    border: 3px solid black;
    border-top: 3px solid vlack;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;  /* Hide spinner initially */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
