html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0; 
    overflow-x: hidden;
    background-color: #000000;
   font-family: "Alata", sans-serif;
  font-weight: 400 !important;
}



p{
  font-weight: 200 !important;
  font-family: 'AbadiMTPro' !important;


}


@font-face {
    font-family: 'AbadiMT';
    src: url('../fonts/AbadiMT-Light.eot');.rv-items h4
    src: url('../fonts/AbadiMT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbadiMT-Light.woff2') format('woff2'),
        url('../fonts/AbadiMT-Light.woff') format('woff'),
        url('../fonts/AbadiMT-Light.ttf') format('truetype'),
        url('../fonts/AbadiMT-Light.svg#AbadiMT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbadiMTPro';
    src: url('../fonts/AbadiMTPro-ExtraLight.eot');
    src: url('../fonts/AbadiMTPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbadiMTPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/AbadiMTPro-ExtraLight.woff') format('woff'),
        url('../fonts/AbadiMTPro-ExtraLight.ttf') format('truetype'),
        url('../fonts/AbadiMTPro-ExtraLight.svg#AbadiMTPro-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}








a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


.stable {
    color: #a72121 !important;
}


/* loader */
.ip-loader {
        bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loader {
  width: 150px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.loader {
  /* width: 100%; */
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: #eb333a63;
  overflow: hidden;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background:#dd1c23;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.c-leaf {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff;
  transform: scale(1);
  border-radius: 15px;
}

.c-leaf__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 107px;
  fill: white;
}

.c-leaf__fill {
  width: 100px;
  height: 100px;
  background: #2060AD;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}




/* width */
::-webkit-scrollbar {
 width:3px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #0000; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #0000;
 border-radius:0px;
}



a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


.fr-position-outside{
    display:none !important;
}


.fr-info-padder{
    font-family: 'AbadiMTPro' !important;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}


#panel-one{
  float:left;
  width:100%;
  background-color:#000000;
  padding-top:78px;
  padding-bottom:78px;
}

.cntr-wd{
  max-width: 1185px;
}

.title-awards{
    width: 95px;
    margin-left: auto;
    margin-right: auto;
}

.title-awards p{
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    color: white;
    font-family: 'AbadiMT';
    margin-bottom: 0px;
    font-size: 18px;
    margin-bottom: 14px;

}

.title-awards p span{
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 8px;
}

#panel-one h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 40px;
}

#panel-one h1 span{
  font-weight: normal;
}

.b3-bx{
  float:left;
  width:100%;
}

.owl-awards img{
  border-radius:15px;
  width: 100%;
}


#panel-two h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom:45px;
    text-align: left;
}

#panel-two h2 span{
  font-weight: normal;
}


#panel-two {
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 40px;
    padding-bottom: 78px;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
  --color: #fff;
  --hover: #fff;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

button {
  color: var(--color);
  transition: 0.25s;
}
button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}


.hide-web{
    display:none !important;
}

.kn-nav{
    font-family: 'AbadiMT';
    text-transform: uppercase;
    border-radius: 50px;
    width: 165px;
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 10px;
    padding-right: 17px;
    float: right;
    margin-top: -115px;
}

.kn-nav:hover{
  background:#fff;
  color:black;
}

.kn-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 6px;
    margin-left: 15px;
}

.kn-nav:hover span{
  border: solid 2px #000;
  background:black;
}


.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.single-img img{
  width:100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgb(0 0 0 / 38%); */
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
display:none;    
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  /* font-family: poppins; */
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  width: 100%;
  float: left;
  text-align: center;
 font-family: 'AbadiMT';
}
.text span{
  font-weight: 400;
 font-family: 'AbadiMT';
}

#panel-three {
  float:left;
  width:100%;
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 78px;
}

#panel-three h2{
    float: left;
    width: 100%;
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#panel-three h2 span{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

#panel-three h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom:45px;
    text-align: left;
}

#panel-three h3 span{
  font-weight: normal;
}


.sm-nav{
    font-family: 'AbadiMT';
    text-transform: uppercase;
    border-radius: 50px;
    width: 145px;
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 10px;
    padding-right: 17px;
    float: right;
    margin-top: -90px;
}

.sm-nav:hover{
  background:#fff;
  color:black;
}

.sm-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 6px;
    margin-left: 15px;
}

.sm-nav:hover span{
  border: solid 2px #000;
  background:black;
}

.publications{
  float:left;
  width:100%;
  border:solid 2px #000000;
  margin-bottom: 25px;
}

.publications img{
  width:100%;
}

.public-bg{
  width:292px;
  background:white;
  height:143px;
  float:left;
  position: absolute;
  padding-left: 15px;    
  top: 178px;
   text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.public-bg img{
  width: 210px;
    margin-top: 15px;
}

.publications:hover{
  border:solid 2px #f4da29;
}

.public-nav{
    color: black;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    float:left;
    margin-top: 40px;
}

.publications:hover .public-bg{
  background-color:#f4da29;
     text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.wd90{
  width:90px !important;
}

.wd160{
  width:160px !important;
}

.wd125{
  width:125px !important;
}

.wd110{
  width:110px !important;
}

.wd80{
  width:80px !important;
}

.wdlg{
  height:65px;
  float:left;
  width:100%;
}

.pad7{
  padding:7px;
}


#panel-three h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 45px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 45px;
}


#panel-four {
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top:70px;
    padding-bottom: 78px;
}


#panel-four h2{
    float: left;
    width: 100%;
   font-family: "Alata", sans-serif;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform:uppercase;
}

#panel-four h2 span{
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50px;
    display: none;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

#panel-four h3{
    float: left;
    width: 38%;
    text-align: center;
    font-size: 37px;
    font-family: 'AbadiMTPro';
    color: white;
    letter-spacing: 1px;
    line-height: 41px;
    margin-bottom:45px;
    text-align: left;
}

#panel-four h3 span{
  font-weight: normal;
}



.vap-nav{
    font-family: 'AbadiMTPro' !important;
    text-transform: uppercase;
    border-radius: 50px;
    width: 215px;
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 11px;
    padding-right: 17px;
    float: right;
    margin-top: -115px;
}

.vap-nav:hover{
  background:#fff;
  color:black;
}

.vap-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 6px;
    margin-left: 15px;
}

.vap-nav:hover span{
  border: solid 2px #000;
  background:black;
}


.spacer {
      height: 120vh;
    }

    .section {
      padding-top: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      /* padding: 40px; */
    }

    .scroll-text {
      font-size: 48px;
      font-weight: 500;
      line-height: 65px;
      /* max-width: 1100px; */
      padding-left: 45px;
      padding-right: 45px;
    }

    /* WORD ANIMATION */
    .word {
      opacity: 0;
      color: #555;
      display: inline-block;
      transform: translateY(20px);
      transition: all 0.5s ease;
      margin-right: 6px;
    }

    .word.active {
      opacity: 1;
      color: #ffffff;
      transform: translateY(0);
    }

    /* IMAGE ANIMATION */
    .inline-img {
      width: 48px;
      height: 48px;
      object-fit: cover;
      vertical-align: middle;
      margin: 0 10px;
      border-radius: 10px;
      opacity: 0;
      transform: scale(0.8);
      transition: all 0.6s ease;
    }

    .inline-img.active {
      opacity: 1;
      transform: scale(1);
    }

    .owl-projects{
      float:left;
      width:100%;
    }




.single-img-project {
  position: relative;
  width: 100%;
  float: left;
}

.single-img-project img{
  width:100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay-project {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img-project:hover .img-overlay-project {
  height: 100%;
}

.text-project {
 position: absolute;
    top: 84%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    /* font-family: poppins; */
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    width: 342px;
    height: 100px;
    -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
    border-radius: 15px;
    text-align: center;
    font-family: 'AbadiMTPro' !important;
    padding: 16px;
    border: solid 1px rgb(186 140 106 / 24%);
}
.text-project span{
    font-weight: 400;
    font-family: 'AbadiMTPro' !important;
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: none;
    text-align: left;
    margin-top: 6px;
}

.text-project h4{
    float: left;
    width: 100%;
    text-align: left;
    color: white;
   font-family: 'AbadiMTPro' !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    padding-top: 5px;
}

.text-project h4 span{
  float:right;
  width:auto;
   font-size: 16px !important;
   font-weight: 400 !important;
}


#panel-five{
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top:15px;
    padding-bottom: 78px;
}

#panel-five img{
  float:right;
  margin-left: 25px;
}


#panel-five h2{
    font-family: "Alata", sans-serif;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 70px;
    text-transform:uppercase;
}

#panel-five h2 span{
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
    display: none;
}

#panel-five h3{
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 41px;
    margin-bottom:25px;
    font-family: 'AbadiMTPro';
    text-align: left;
}

#panel-five h3 span{
  font-weight: normal;
}

#panel-five p{
    color: rgb(255 255 255 / 84%);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
}


.kw-nav{
   font-family: 'AbadiMT';
    text-transform: uppercase;
    border-radius: 50px;
    width: 160px;
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 9px;
    padding-right: 17px;
    float: left;
    margin-top:20px;
}

.kw-nav:hover{
  background:#fff;
  color:black;
}

.kw-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 8px;
    margin-left: 15px;
}

.kw-nav:hover span{
  border: solid 2px #000;
  background:black;
}

#panel-six{
  float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 40px;
    padding-bottom: 78px;
}


#panel-six h2{
    float: left;
    width: 100%;
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
    text-transform:uppercase;
}

#panel-six h2 span{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

#panel-six h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom:45px;
    text-align: left;
}

#panel-six h3 span{
  font-weight: normal;
}

#panel-six P{
  float:left;
  width:100%;
  font-size: 16px;
  line-height: 27px;
  color: rgb(255 255 255 / 84%);
  padding-top: 12px;
  margin-bottom: 0px;
}

.owl-frame{
  float:left;
  width:100% !important;
  margin-top: 20px;
}


#panel-eight{
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top:15px;
    padding-bottom:40px;
}


#panel-eight  h2{
    float: left;
    width: 25%;
    text-align:left;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    font-family: 'AbadiMTPro';
    margin-bottom: 40px;
}


#panel-eight  h2 span{
  font-weight: normal;
}


.title-clients {
    float: left;
    width: 100%;
}

.title-clients p {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    color: white;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Alata", sans-serif !important;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.title-clients p span {
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 9px;
    position: relative;
    display:none;
    top:10px;
}

.strip-brnd{
  float:left;
  width:100%;
  border-bottom:solid 1px #2e2e2e;
}

.strip-brnd img{
  float:left;
}

.mxd20{
  max-width:20%;
  flex: 20%;
  border-right: solid 1px #2e2e2e;
  padding-bottom: 30px;
  padding-top: 27px;
}

.br-none{
  border-right:none !important;
}

.mx-pd20{
  padding-bottom:0px !important;
}

#panel-nine{
  float:left;
  width:100%;
  background-color: #000000;
  padding-top: 70px;
  padding-bottom: 40px;
}


#panel-nine h2{
    float: left;
    width: 100%;
   font-family: "Alata", sans-serif;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform:uppercase;
}

#panel-nine h2 span{
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 9px;
    display:none;
    margin-right: 10px;
}


#panel-nine h3{
    float: left;
    width: 34%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 41px;
    margin-bottom:45px;
    font-family: 'AbadiMTPro';
    text-align: left;
}

#panel-nine h3 span{
  font-weight: normal;
}


.owl-test{
  float:left;
  width:100%;
}

.owl-testmoneal{
  float:left;
  width:100%;
  margin-top: 40px;
}

.owl-testmoneal .owl-nav button{
    position: relative;
    top: 0px !important;
    transform: none !important;
    background: none !important;
}

.rv-items{
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px rgb(255 255 255 / 32%);
}

.rv-items h4{
  float:left;
  width:100%;
  color:white;
  font-size:18px;
  font-weight:300;
  font-family: 'AbadiMTPro';
  letter-spacing: 1px;
}

.rv-items p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: rgb(255 255 255 / 84%);
    padding-top: 5px;
    margin-bottom: 0px;
}

.item-rvt{
    float: right;
    padding-right: 0px;
    margin-top: -400px;
}

.rv-items h5{
    float: left;
    width: 100%;
    font-size:19px;
    color: white;
    font-weight: 400;
    padding-top: 165px;
    /* letter-spacing: 1px; */
    margin-bottom: 0px;
    font-family: 'AbadiMTPro' !important;
}


.overlay-bg{

}

.item-rvt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 289px;
    bottom: 0;
    z-index: 11;
    background: rgb(0 0 0 / 85%);
    opacity: 0.9;
    height: 400px;
}


.owl-ts-thumb{
  float:left;
  width:100%;
}


#panel-ten{
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 70px;
    padding-bottom: 40px;
}


#panel-ten h2{
    float: left;
    width: 100%;
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
    text-transform:uppercase;
}

#panel-ten h2 span{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

#panel-ten h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom:45px;
    text-align: left;
}

#panel-ten h3 span{
  font-weight: normal;
}

.owl-videos{
  float:left;
  width:100%;
}



.single-img-vd {
  position: relative;
  width: 100%;
  float: left;
}

.single-img-vd img{
  width:100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay-vd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 38%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img-vd:hover .img-overlay-vd {
  height: 100%;
}

.text-vd {
  position: absolute;
  top: 86%;
  left: 34%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 22px;
  /* font-family: poppins; */
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'AbadiMT';
}
.text-vd span{
  /* font-weight: 400; */
  font-family: 'AbadiMT';
}


.vd-btn{
    height: 69px;
    width: 69px;
    border-radius: 50%;
    /* float: left; */
    position: absolute;
    z-index: 9999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(15px);
    border: solid 1px rgb(255 255 255 / 24%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 38%;
    top: 38%;
}

.vd-btn:hover{
  background-color:white;
}

.vd-btn:hover.vd-btn img{
  -webkit-filter: initial;
    filter: initial;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


.vd-btn img{
    width: 23px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    float: none;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    left: 2px;
    position: relative;
}

#footer{
  float:left;
  width:100%;
  background-color: #000000;
  border-bottom: solid 1px #2e2e2e;
  border-top: solid 1px #2e2e2e;
}

.ftr-navigation{
  float:left;
  width:100%;
  border-right: solid 1px #2e2e2e;
  padding-top:76px;
  height: 470px;
}

.navftr{
    float: left;
    width: 100%;
    color: #bebcbc;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 16px;
    letter-spacing: 1px;
}

.navftr:hover{
  color:white;
  padding-left: 5px;
}

.ftr-navigation h2{
      float: left;
    width: 100%;
    color: white;
    font-size: 24px;
    font-weight: 400;
    /* font-family: "Jost", sans-serif !important; */
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.ftr-navigation p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: rgb(255 255 255 / 66%);
    padding-top: 8px;
}

.address-section{
  float:left;
  margin-bottom: 22px;
  width:100%;
  padding-left: 45px;
}

.call-tell{
  color:rgb(255 255 255 / 66%);
}

.ftrlogo{
  float:left;
  width:100%;
      padding-top: 76px;
  text-align:center;
}


#copyright{
    float:left;
    width:100%;
    padding-top:30px;
    padding-bottom:30px;
    background-color: #000000;
    position: relative;
    z-index: 1111;
    border-top: solid 1px #2e2e2e;
}

.social-nav{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align:center;
    border: solid 1px rgb(255 255 255 / 64%);
    margin-right: 10px;
}

.social-nav:hover{
  background-color:white;
}

.social-nav:hover.social-nav img{
  -webkit-filter: initial;
    filter: initial;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}



.social-nav img{
   width: 16px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-top: 2px;
    /* left: -1px; */
    position: relative;
}

.terms-policy{
  float:left;
  /* width:100%; */
  text-align:center;
  margin-top: 5px;
  padding-left: 15px;
}

.policy-nav{
   color: rgb(255 255 255 / 72%);
    font-size: 15px;
    font-family: 'AbadiMTPro' !important;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.terms-social{
    float:right;
}

.policy-nav:hover{
  color:white;
}

#copyright p{
  float:left;
  width:100%;
  color: rgb(255 255 255 / 66%);
    font-size: 15px;
   font-family: 'AbadiMT';
    text-align:right;
        padding-top: 9px;
}

.tnm{
    color:rgb(255 255 255 / 66%);
}

.tnm:hover{
        color: rgb(255 255 255 / 84%);
}


.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.slide.active {
    opacity: 1;
}

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

/* Overlay */

.overlay {
    position: absolute;
    bottom: 50px;
    left: 60px;
    color: white;
    max-width: 600px;
}

.overlay h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    display:none;
}

.slide.active .overlay h1 {
    opacity: 1;
    transform: translateY(0);
}

/* Navigation */

.dots {
    position: absolute;
    bottom: 30px;
    left: 60px;
    display: flex;
    display:none;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: white;
}

/* Scroll Arrow */

.wp-20{
    width:20px;
}

.wp-bottom{
    bottom: 99px !important;
}

.lki-bottom{
    bottom: 158px !important;
}

.scroll-down {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 7;
}

.scroll-down:hover {
    background: white;
    color: black;
}

.scroll-down img{
  width:18px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.scroll-down:hover.scroll-down img{
  -webkit-filter: initial;
    filter: initial;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


@media(max-width:768px){

.overlay{
    left:20px;
    right:20px;
}

.overlay h1{
    font-size:28px;
}

}



#header{
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
    padding-top: 30px;
}



#abt-bnr{
    display:none;    
  float:left;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/abt-bnr.WEBP);
  padding-top: 270px;
  padding-bottom: 140px;
}

#abt-bnr h1{
    float: left;
    width: 100%;
    color: white;
    text-align: left;
    font-family: 'AbadiMT';
    font-size: 50px;
    font-weight: 600;
}

#abt-bnr span{
  float: left;
  padding-bottom: 7px;
  letter-spacing: 1px;
  width: 100%;
  text-transform:uppercase;
  font-family: 'DunbarTall' !important;
   font-weight: 500 !important;
   color:white;
}

#abt-bnr strong {
  width: 8px;
    height: 8px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 8px;
}

.logo-white{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
        width: 230px;
}

#abt-panel{
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 78px;
    padding-bottom:0 px;
}


#abt-panel h2{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    line-height: 53px;
    margin-bottom: 40px;
    font-family: 'AbadiMTPro';
}

#abt-panel h2 span{
  font-weight: normal;
}

.short-desc{
  float:left;
  width:100%;
  margin-top: 190px;
}

.short-desc p{
  float:left;
  width:100%;
  color: rgb(255 255 255 / 84%);
  font-size: 16px;
  line-height: 26px;
      margin-bottom: 89px;
}

.short-imgs{
  float:left;
  margin-top:15px;
 
}

.short-imgs img{
    border-radius: 10px;
    border: solid 3px #2d2c2c;
    margin-right:9px;
}

.abt-lsd{
  float:left;
  width:100%;
  margin-top: 60px;
}

.abt-lsd p{
  float:left;
  width:100%;
  font-size: 17px;
  line-height: 28px;
  color:rgb(255 255 255 / 84%);
}

.abt-lsd span{
  float: left;
  padding-bottom: 7px;
  letter-spacing: 1px;
  width: 100%;
  text-transform:uppercase;
  font-family: 'DunbarTall' !important;
  font-weight: 500 !important;
  color:white;
  margin-left: 20px;
  margin-top: -7px;
}

.abt-lsd strong {
  width: 8px;
    height: 8px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 8px;
}

.psh-lft{
  float:left;
}

.mission-sec{
    float: left;
    width: 100%;
    margin-top: 50px;
    border-top: solid 1px rgb(255 255 255 / 20%);
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-top: 40px;
    padding-bottom: 40px; 
}

.mission-sec h3{
    float: left;
    /* width: 100%; */
    text-align: center;
    font-size: 17px;
    color: white;
    letter-spacing: 1px;
    text-align: left;
    background: #201f1f;
    border-radius: 50px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 18px;

    position: relative;
    overflow: hidden;
    z-index: 1;
}


.mission-sec h3::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #201f1f;
    border-radius: 50px;
    z-index: -1;
}


.mission-sec h3::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background: conic-gradient( from 0deg, transparent, transparent, #878986, transparent, transparent );
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
}

/* Rotation animation */
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mission-sec h3 span {
    font-weight: normal;
}

.mission-sec p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: rgb(255 255 255 / 84%);
}

.awcnt{
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #252323;
    padding: 20px;
    margin-top: 75px;
    padding-bottom: 9px;
    padding-left: 40px;
    padding-right: 40px;
}

.awcnt h3{
     float: left;
     width: 100%;
     color: white;
     font-size: 25px;
     font-weight: 300;
     font-family: 'AbadiMT';
     margin-bottom: 0px;
     line-height: 35px;
     padding-top: 10px;
}

.mb-0 {
    font-size: 65px;
    color: white;
    font-weight: 400;
    float: left;
    width: 100%;
}

.mb-0 strong {
    font-weight: 300;
    font-size: 38px;
    top: -22px;
    position: relative;
    left: 11px;
}

.our-teams{
  float:left;
  margin-top:85px;
  width:100%;
}

.our-teams h2{
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 0px;
    text-transform:uppercase;
}

.our-teams h2 span{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.our-teams h3{
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom:25px;
    text-align: left;
}


.our-teams h3 span{
  font-weight: normal;
}


.our-teams img {
    float: right;
    margin-left: 25px;
}


.our-teams p {
    color: rgb(255 255 255 / 84%);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
}


#team-scroll{
     float: left;
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    /* background: url(../images/about-r-1.webp); */
    /* padding-top: 270px; */
    /* background-attachment: fixed; */
    /* padding-bottom: 140px; */
}


.sc-frm{
  float:left;
  width:100%;
}

.abt-scrp{
  border-radius: 0px !important;
    border: none !important;
    height: 50vmin;
}

.socail-media__item {
    gap: 20px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.socail-media__item .icon {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 22px;
    align-items: center;
    border-radius: 20px;
    transition: all 0.3s;
    color: var(--primary);
    justify-content: center;
    border: 1px solid ;
    border-color: rgb(255 255 255 / 23%);
}

.socail-media__item .text-social a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white;
    letter-spacing: 1px;
}

.socail-media__item .text-social span {
    display: block;
    font-size: 16px;
    font-weight: 400;
   font-family: 'AbadiMT';
    color: #979494;
    display: none;
}

.icon img{
    width: 25px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.frm-brd{
   float: left;
    width: 100%;
    border-bottom: solid 1px rgb(255 255 255 / 23%);
    padding: 23px 30px 14px;
    /* border-radius: 10px; */
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}


.frm-brd label {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom:7px;
   font-family: 'AbadiMTPro' !important
}

.frm-brd input {
    width: 100%;
    border: none;
   font-family: 'AbadiMTPro' !important;
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: rgb(255 255 255 / 84%);
    font-size: 18px;
    font-weight:400;    padding-left: 0;

}

.frm-brd textarea{
    width: 100%;
    border: none;
        font-family: 'AbadiMTPro';
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: rgb(255 255 255 / 84%);
    font-size: 18px;
    font-weight: 400;
}


.msg-nav{
       font-family: 'AbadiMTPro';
    text-transform: uppercase;
    border-radius: 50px;
    /* width: 160px; */
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 3px;
    padding-right: 17px;
    float: left;
    /* margin-top:20px; */
    background: black;
    margin-bottom: 40px;
    cursor: pointer;
}

.msg-nav:hover{
  background:#fff;
  color:black;
}

.msg-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 6px;
    margin-left: 13px;
}

.msg-nav:hover span{
  border: solid 2px #000;
  background:black;
}

.sc-address{
  float:left;
  width:100%;
  margin-top:25px;
  margin-bottom:45px;
}

.sc-address p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: rgb(255 255 255 / 90%);
    line-height: 29px;
    margin-bottom:0px !important;
}

.address-border{
    float: left;
    width: 100%;
    /* padding: 24px; */
    /* border: solid 1px rgb(255 255 255 / 23%); */
    border-radius: 9px;
    /* background: #111010; */
    /* height: 170px; */
    color: white;
}

.address-border h3{
   float: left;
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
   font-family: "Alata", sans-serif;
}

.map-frame{
  float:left;
  width:100%;
  margin-bottom: 50px;
  margin-top: 15px;
}

.map-frame iframe{
  border-radius:10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.px-blur-bottom {
    backdrop-filter: blur(10px);
    bottom: 0;
    display:none;
    flex: none;
    height: 80px;
    left: 0;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}






/* Empty sections with grey background */

.card {
  position: sticky;
  top: 0;
  padding-top: 60px !important;
  filter: grayscale(100%);
  text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.card:hover{
      filter: grayscale(0%);
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.card__inner {
  will-change: transform;
  background: black;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
  border: solid 1px rgb(255 255 255 / 14%);
}

.cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
   object-fit: cover;
  /* aspect-ratio: 1; */
}

.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.card__title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 12px;
    font-family: 'DunbarTall';
    /* letter-spacing: 1px; */
    font-family: "Alata", sans-serif;
}

.card__description {
  line-height: 25px;
  font-size: 16px;
  font-family: 'AbadiMT';
  color: #ffffff;
}

.space {
  height: 90vh;
}

.space--small {
  height: 40vh;
}

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

.flex-md-row {
    flex-direction: row!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

.sv-points li{
  float:left;
  color:white;
  font-size:16px;
  margin-bottom: 8px;
  font-weight:400;
  font-family: 'AbadiMTPro';
}

.sv-points{
  float:left;
  width:100%;
      padding-left: 20px;
}

/* Empty sections with grey background */


#srv-process{
  float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 78px;
    padding-bottom: 0px;
}


.title-process {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
}

.title-process p {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    color: white;
    font-family: 'AbadiMT';
    margin-bottom: 0px;
    font-size: 18px;
    margin-bottom: 14px;
}

.title-process p span {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 8px;
}

#srv-process h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 50px;
}

#srv-process h2 span{
  font-weight: normal;
}

.step-process{
      float: left;
    width: 100%;
    padding: 30px;
    /* border: solid 1px rgb(255 255 255 / 23%); */
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #100f0f;
}

.step-process h3{
   float: left;
   width: 100%;
   color: white;
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 9px;
   letter-spacing: 1px;
}

.step-process p{
  float:left;
  width:100%;
  font-weight: 400;
  font-family: 'AbadiMT';
  font-size:16px;
  color:white;
  margin-bottom: 2px;
}


.mt40{
  margin-top:40px;
}

#journey{
  float:left;
  width:100%;
  padding-top: 60px;
  background-color: #000000;
  padding-bottom:10px;
}

#journey h2 {
    float: left;
    width: 100%;
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#journey h2 span {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

#journey h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 60px;
    text-align: left;
}

#journey h3 span {
    font-weight: normal;
}

.journey-lists{
  float: left;
    width: 100%;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.jlr{
  float: left;
    width: 33%;
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
}

.jlm{
  float: left;
    width: 67%;
    color: white;
}

.jlm h4{
  float: left;
    width: 100%;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 6px;
}

.jlm p{
  float: left;
    width: 100%;
    font-weight: 400 !important;
   font-family: 'AbadiMT';
    font-size: 16px;
    padding-right: 170px;
}

.prv-lnk{
  float: left;
    color: rgb(255 255 255);
    font-size: 17px;
    font-family: 'AbadiMT';
    padding-right: 15px;
    border-right: solid 1px rgb(255 255 255 / 46%);
    padding-left: 15px;

}

.br-none{
  border:none;
}

.pl-none{
  padding-left:0px;
}

.project-list{
  float:left;
  width:100%;
  padding-top: 90px;
}



.image-project {
  /*background: white; */
    /* box-shadow: 3px 10px 10px rgb(0 0 0 / 25%); */
    /* border: 8px solid #303030; */
    /* border-width: 1vmin 1vmin 10vmin 1vmin; 
    height: 50vmin;*/
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}
.image-project img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transform: none !important;
}

.view-case{
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
   font-family: 'AbadiMTPro' !important;
    margin-top: 10px;
    color: white;
    letter-spacing:0px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 90px;
    text-align: center;
}

.view-case span{
  color: rgb(255 255 255 / 84%);
    font-size: 16px;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'AbadiMT';
    font-weight: 600;
    float: right;
    position: relative;
    top: 5px;
    display:none;
}

.view-case span img{
  width: 17px;
    float: right;
    margin-left: 11px;
    position: relative;
    top: 3px;
}

.view-case:hover{
  /* background-color: #3d3b3b; */
}

.tags-case{
    display:none;
      position: relative;
    bottom: 30px;
    right: 20px;
    /* display: flex; */
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: 60%;
    top: -100px;
    float: right;
}

.nwd-ro{
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    height:100%;

}

.nwd-ro img{
      height: auto;
    object-fit: inherit;
}

.card_case__studies-tag{
      display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #ffffff !important;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
   font-family: 'AbadiMT';
    letter-spacing: 0px;
    float: right;
    margin-bottom: 9px;
    margin-left: 9px;
}


.psh-left{
  float:left;
}

.thread{
    float: left;
    width: 100%;
    color: #cfcfcf;
    font-weight: 300;
   font-family: 'AbadiMTPro' !important;
    font-size: 16px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin-bottom: 20px;
}

.thread a{
  color: #cfcfcf;  
}

.thread a:hover{
   color: white;  
}



.custom-section {
    position: relative;
}

.outside-content {
    position: absolute;
    left: 51%;
    width: 50vw;
}

.thread-titels{
    float:left;
    width:100%;
}


#pro-bnr{
  float: left;
  position: relative;
  width: 100%;
  padding-top: 78px;
  padding-bottom:0px;
    background-color: #000000;
    
}

#pro-bnr h1 {
    float: left;
    width: 100%;
    color: white;
    text-align: left;
    font-family: "Alata", sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

#pro-bnr span {
    float: left;
    padding-bottom: 7px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'DunbarTall' !important;
    font-weight: 500 !important;
    color: white;
}


#pro-bnr h2{
    float: left;
    padding-bottom: 7px;
    letter-spacing: 1px;
    width: 100%;
    font-family: 'DunbarTall' !important;
    font-weight: 500 !important;
    color: white;
    font-size: 19px;
    margin-top: 45px;
    border-bottom: solid 1px rgb(255 255 255 / 15%);
    padding-bottom: 26px;
}

#pro-bnr strong {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-right: 12px;
    position: relative;
    top: 8px;
}

.intro-panel{
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    /* justify-content: space-between!important; */
    /* display: flex!important; */
    /* border-bottom: solid 1px rgb(255 255 255 / 15%); */
    float: left;
    width: auto;
    margin-right: 20px;
}

.ip-font{
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    /* font-family: 'DunbarTall' !important; */
    font-weight: bold;
    float: left;
    font-family: 'AbadiMTPro' !important;
}

.ip-detail{
    font-size: 16px;
    color: white;
   font-family: 'AbadiMTPro' !important;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    float: left;
    padding-left: 6px;
    font-style: italic;
    /* letter-spacing: 1px; */
}

.mt15{
  margin-top: 16px;
}

.mt155{
    margin-top: -80px;
}

#prd-panel{
    float: left;
    width: 100%;
    background-color: #000000;
    padding-top: 50px;
}

#prd-panel h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 29px;
    color: white;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 40px;
}


#prd-panel p {
    float: left;
    width: 100%;
    color: rgb(255 255 255 / 84%);
    font-size: 20px;
    line-height: 30px;
}

.thumb-lg1{
  float:left;
  width:100%;
  margin-top:0px;
}

.thumb-lg1 img{
  width:100%;
}

.clients-take{
  float:left;
  margin-top: 15px;
  width:100%;
}


.clients-take h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 29px;
    color: white;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 20px !important;
}



.th-imgs{
  width:100% !important;
  float:left;
}


.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


.osk-owl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}


.osk-owl .img {
  position: relative;
  width: min(80vw, 900px);
}
.osk-owl .img-container {
  width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.osk-owl .img-container img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  transform-origin: 50% 50%;
}

#osaka-review{
  float:left;
  width:100%;
  background-color: #000000;
  padding-top: 40px;
  padding-bottom:0px;
}

#osaka-review h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 45px;
    text-align: left;
}

#osaka-review h3 span {
    font-weight: normal;
}

#osaka-review h2 {
    float: left;
    width: 100%;
    font-family: 'AbadiMT';
    color: white;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#osaka-review h2 span {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}


.rv-items-new{
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.rv-items-new h4{
  float:left;
  width:100%;
  color:white;
  font-size:20px;
  font-weight:400;
  letter-spacing: 1px;
}

.rv-items-new p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: rgb(255 255 255 / 84%);
    padding-top: 5px;
    margin-bottom: 0px;
}

.rv-items-new h5 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 500;
    padding-top: 20px;
    /* letter-spacing: 1px; */
    margin-bottom: 0px;
    font-family: 'AbadiMT';
}

.rv-items-new h5 span{
    float: left;
    width: 100%;
    font-size: 16px;
    padding-top: 5px;
    color: #55585a;
}

.rv-items-new img{
    width: 45px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 25px;
    opacity: 0.3;
}


#global{
  float:left;
  width:100%;
  display: none;
  background-color: #000000;
  border-bottom: solid 1px #2e2e2e;
  border-top: solid 1px #2e2e2e;
  /* padding-top:35px; */
  /* padding-bottom:35px; */
}

.section-title-2-wrapper {
    display: grid;
    gap: 20px 80px;
    grid-template-columns: 300px 1fr;
    grid-template-columns: 275px 1fr;
}


@media only screen and (max-width: 1919px) {
.section-title-2-wrapper { grid-template-columns: 275px 1fr;}
}

#global .info {
    border-right: 1px solid #2e2e2e;
}

#global .info .text-wrapper {
    margin-top: 70px;
}

#global .info .text-pro {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

#global .info span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 126px;
    color: white;
    letter-spacing:1px;
    padding-bottom: 70px;
}

#global .title-wrapper {
    margin-top: 60px;
    margin-bottom: 95px;
}

.section-title-2 {
    font-size: 44px;
    line-height: 60px;
    color: white;
    width: 80%;
    font-weight: 400;
}



.dap-nav{
    font-family: 'AbadiMT';
    text-transform: uppercase;
    border-radius: 50px;
    /* width: 160px; */
    height: 47px;
    border: solid 2px #fff;
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    text-align: left;
    padding-top: 11px;
    padding-right: 17px;
    float: left;
    margin-top: 30px;
}

.dap-nav:hover{
  background:#fff;
  color:black;
}

.dap-nav span{
    height: 9px;
    width: 9px;
    float: right;
    background: black;
    border-radius: 50px;
    border: solid 2px #ffff;
    position: relative;
    top: 6px;
    margin-left: 15px;
}

.dap-nav:hover span{
  border: solid 2px #000;
  background:black;
}


.crf{
  float:left;
  width:100%;
  margin-top:20px;
  margin-bottom: 30px;
}



.career-frmcnt {
    border: 1px solid rgb(255 255 255 / 31%) !important;
    color: white;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 52px;
    margin-bottom: 5px !important;
    padding: 0 20px;
    outline: none;
    background-color: #000000 !important;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px rgb(255 255 255 / 32%); */
    margin-top: 3px;
    width: 100%;
    border-radius: 8px !important;
    float: left;
    padding: 7px 10px;
   font-family: 'AbadiMTPro';
    margin-top: 3px;
    border-radius: 2px;
}

.tlt-hlp {
    float: left;
    width: 100%;
    color: white;
    font-size: 16px;
    padding-bottom: 14px;
    font-weight: 500;
    margin-top: 9px;
    font-family: 'AbadiMTPro';
    font-weight: 400;
}

.form-lists{
  float:left;
  width:100%;
  margin-bottom: 25px;
}


.public-list{
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}



.publications-new{
  float:left;
  width:100%;
  border:solid 2px #000000;
  margin-bottom: 25px;
}

.publications-new img{
  width:100%;
}

.public-bg-new{
  width: 100%;
  background:white;
  /* height:143px; */
  float:left;
  /* position: absolute; */
  padding-left: 15px;
  /* top: 178px; */
  text-decoration: none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  padding-right: 15px;
}

.public-bg-new img{
  width: 160px;
    margin-top: 15px;
}

.publications-new:hover{
  border:solid 2px #f4da29;
}

.public-nav-new{
    color: black;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    float: left;
    margin-top: 30px;
    margin-bottom:20px;
}

.panel-content{
   float:left;
   width:100%;
}

.aw-lrf{
    float:left;
    margin-bottom:20px;
}

.aw-lrf img{
    width: 100%;
    float:left;
}


.publications-new:hover .public-bg-new{
  background-color:#f4da29;
     text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.date-tag{
    float: left;
    /* width: 100%; */
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 9px;
    background: #1f2022;
    letter-spacing: 1px;
    margin-bottom: 28px;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
   
}


.id-90{
  width:90px !important;
}

.wd120{
  width:120PX !important;
}

.id-60{
  width:60px !important;
}

.enlarge-co{
         float: right;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 11;
    border-bottom-left-radius: 9px;
    text-align: center;
    padding-top: 6px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    right:15px;    
    background: rgb(0 0 0 / 64%);
}

.enlarge-co img{
    width: 27px;
    left: 1px;
    position: relative;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    object-fit: unset;
    height: auto;
    top: 4px;
}


.rv-rate{
  float:left;
  width:100%;
}

.rv-rate img{
  width:65px;
  -webkit-filter: initial;
    filter: initial;
    opacity: 1;
}

.bg-pro{
  background: url(../images/projects-bnr.WEBP) !important;
  background-position-x: 90% !important;
}

.bg-srv{
  background: url(../images/srv-bnr.webp) !important;
  background-position-x: 90% !important;
}

.bg-crt{
  background: url(../images/crt-bnr.webp) !important;
  background-position-x: 90% !important; 
}


.bg-cnt{
  background: url(../images/cnt-bnr.WEBP) !important;
  background-position-x: center !important; 
}


/* TEXT animations */
.fadeInUp {
    animation: fadeInUp 1s ease forwards;
}
.fadeOutDown {
    animation: fadeOutDown 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-40px);
    }
}

/* IMAGE animations */
.zoomIn {
    animation: zoomIn 1s ease forwards;
}
.zoomOut {
    animation: zoomOut 0.8s ease forwards;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
[data-aos="fire"] {
  opacity: 0;
  transform: scale(0.3) translateY(100px);
  filter: brightness(2) blur(10px);
  transition-property: transform, opacity, filter;
}

[data-aos="fire"].aos-animate {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: brightness(1) blur(0);
}


[data-aos="flash"] {
  opacity: 0;
  filter: brightness(5);
  transform: skewX(-20deg);
  transition-property: transform, opacity, filter;
}

[data-aos="flash"].aos-animate {
  opacity: 1;
  filter: brightness(1);
  transform: skewX(0);
}

.abt-pblic{
  padding-top:60px;
}

@media only screen and (max-width:1160px) {
.overlay-abt{bottom:330px !important;}
}

@media only screen and (max-width:1030px) {
.overlay-abt{bottom:270px !important;}
}

@media only screen and (max-width:944px) {
.overlay-abt{bottom:200px !important;}
}

@media only screen and (max-width:900px) {
.overlay-abt{bottom:0px !important; max-width: 100% !important; float: left;}
.duo-sty{bottom:0px !important; max-width: 100% !important; float: left;}
#abtteams{height:100% !important;}
.owl-duo{height:100% !important; overflow: auto !important;}
.overlay-abt h2{text-align: left !important; padding-top:30px!important; padding-bottom:10px!important;}
}


@media only screen and (max-width:750px) {
#abt-panel h2{font-size:30px; line-height:44px; margin-bottom: 23px;}
#prd-panel h2{font-size:30px; line-height:44px; margin-bottom: 19px;}
#osaka-review h3{font-size:30px; line-height:44px; margin-bottom: 35px;}
#journey h3{font-size:30px; line-height:44px;}
#panel-three h3{font-size:30px; line-height:44px;}
.our-teams h3{font-size:30px; line-height:44px; margin-bottom: 15px;}

#panel-one h1{font-size:30px; line-height:44px;} 

#panel-four h3{font-size:30px;} 
#panel-three h2{margin-bottom:12px;}
#panel-two h2{font-size:30px; line-height:44px;}
#panel-five h3{font-size:30px; line-height:44px;}
#panel-six h3{font-size:30px; line-height:44px;}
#panel-eight h2{font-size:30px; line-height:44px;}
#panel-nine h3{font-size:30px; line-height:44px;}
#panel-ten h3{font-size:30px; line-height:44px;}
}



@media only screen and (max-width:950px) {
.address-border{ height:100%; padding-bottom:15px;}
}

@media only screen and (max-width:767px) {
.address-border{margin-bottom:15px;}
}

@media only screen and (max-width:930px) {
.cntr-wd{max-width:100%;}
.cards{max-width: 100%; padding-left: 15px; padding-right: 15px;}
}


@media only screen and (max-width:767px) {
.space--small{height:20vh;}
.project-list{margin-top:30px;}
.tags-case{top: -120px !important;}
.pro-50{width:50%; max-width:50%;}
.public-50{width:50%; max-width:50%;}
.count-50{width:50%; max-width:50%;}
.awcnt{margin-top:45px;}
#panel-three h4{padding-left:25px !important; padding-right:25px !important;   
  font-size:30px; letter-spacing:0px; line-height:50px; padding-top:0px; margin-bottom: 0px;}


.ftr-dv50{width:50%; max-width:50%; float:left;}
.ftr-navigation{ padding-top: 35px; height: auto; border:none;}
.ftrlogo{display:none;}
#copyright p{text-align:left; padding-top:10px;}
.terms-policy{text-align:left; padding-top:20px;}

.mt40{margin-top:0px;}
}


@media only screen and (max-width:370px) {
.ftr-dv50{width:100%; max-width:100%;}
}


@media only screen and (max-width:839px) {
[data-widget="tabs"] [data-type="fancy"].tabs-controls::before{
  height: 50% !important; background-color: rgb(255 255 255 / 0%) !important;}
  [data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control[aria-selected="true"]{
        color: #fffbac !important; text-decoration: underline !important;}
 [data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control{ height: 35px !important; padding-left:15px !important; padding-right:15px !important; }

[data-widget="tabs"] [data-type="fancy"].tabs-controls{padding-top: 17px;
    padding-bottom: 17px;}


}


@media only screen and (max-width:460px) {
.awcnt{ padding-left:18px; padding-right:18px;}
.awcnt h3{font-size:19px; line-height: 25px;}
.mb-0{font-size:50px;}
.mb-0 strong{font-size:30px; top:-20px; left:7px;}
}

@media only screen and (max-width:317px) {
.count-50{width:100%; max-width:100%;}
.awcnt{margin-top:15px;}
}

@media only screen and (max-width:768px) {
#abt-bnr h1{font-size:40px;}
#abt-bnr{padding-top: 140px; padding-bottom: 80px; background-position: center;}
.jlm p{padding-right:1px;}
}

@media only screen and (max-width:767px) {
#panel-six h3{margin-bottom:3px; }
#panel-six P{margin-bottom:25px; padding-bottom:2px;}
#panel-six{padding-bottom: 5px;}
}


@media only screen and (max-width:600px) {
.cards{grid-template-rows: auto;}
.card__title{font-size:27px;}
.card{padding-top:15px !important;}
}


@media only screen and (max-width:650px) {
.jlr{width:100%; font-size: 14px; line-height:25px;}
.jlm{width:100%; margin-top:12px;}
}


@media only screen and (max-width:1052px) {
.tags-case{top: -185px;}
}


@media only screen and (max-width:931px) {
.prv-lnk{float:left; width:100%; border-right:none; padding-left:0px; padding-right:0px;}
}


@media only screen and (max-width:526px) {
.tags-case{max-width: 93%;}
}


@media only screen and (max-width:440px) {
.card_case__studies-tag{font-size:12px;}
.tags-case{top: -97px !important;}
}


@media only screen and (max-width:346px) {
.tags-case{max-width:100% !important; top: -110px !important; right: 9px;}

}


@media only screen and (max-width:1170px) {
.public-bg{width:100%; float:left; position:relative; top:0px;}
}


@media only screen and (max-width:500px) {
.slider{height:70vh;}
.overlay h1{text-align:center; line-height:34px; font-size:25px;}
.dots{display:none;}
.scroll-down{display:none;}
.overlay{bottom:35px;}
.logo-head img{width:165px;}
}

@media only screen and (max-width:590px) {
.owl-duo{ margin-top:70px;}
 .logo-white  {width: 180px;} 
 #header{padding-top: 20px;}
 #abt-panel{padding-top:70px;}
}


@media only screen and (max-width:550px) {
.pub-dsk{display:none;}
.sm-nav{margin-top:0px; float:left;}
#panel-three h3{ margin-bottom: 30px;}
.public-bg{padding-right:15px;}
.our-teams img{width:100%;}
.public-bg img{width:166px;}
.wd90{width:70px !important;}
.wd160{width:120px !important;}
.wd125{width:87px !important;}
.wd110{width:90px !important;}
.wd80{width:60px !important;}

.awrda-dsk{display:none;}
.kn-nav{margin-top:0px; float:left;}
}

 
@media (min-width:551px) and (max-width:4500px) {
.pub-dsk-2{display:none;}
.awrda-dsk-2{display:none;}
}


@media only screen and (max-width:600px) {
.pro-desk{display:none;}
.vap-nav{margin-top:0px !important; float:left;}
}

@media (min-width:601px) and (max-width:4500px) {
.pro-desk-2{display:none;}
}


@media only screen and (max-width:730px) {
.text-vd{position:relative; left:0px; top:74%;
  -webkit-transform: none;
    -ms-transform: none;
    transform: none;}
.vd-btn{width:50px; height:50px;}
.vd-btn img{width:17px; left:2px; margin-top:15px;}
}


@media only screen and (max-width:425px) {
.public-50{width:100% !important; float:left !important; max-width:100% !important;}
}


@media only screen and (max-width:850px) {
.our-teams h2{float:left; width:100%;}
.our-teams h3{float:left; width:100%;}
.our-teams p{float:left; width:100%;}
.our-teams img{float:left; margin-left:0px; margin-bottom:25px;}
}


@media only screen and (max-width:880px) {
#panel-five h2{float:left; width:100%;}
#panel-five h3{float:left; width:100%;}
#panel-five p{float:left; width:100%;}
#panel-five img{float:left; margin-left:0px;}
}

@media only screen and (max-width:598px) {
#panel-five img{width:100%;}
}

@media only screen and (max-width:1040px) {
.strip-brnd img{width:139px; float:none;}
.mxd20{text-align: center;}
}

@media only screen and (max-width:789px) {
.strip-brnd img{width:117px;}
}


@media only screen and (max-width:700px) {
.mxd20{width:50%; flex:50%; float:left; max-width:50%; border-top: solid 1px #2e2e2e;}
.strip-brnd img{width:auto;}
.cl-logo-wd{width:100%; flex:100%; float:left; max-width:100%;}
}


@media only screen and (max-width:470px) {
.strip-brnd img{width:165px;}
}


@media only screen and (max-width:370px) {
.strip-brnd img{width:140px;}
}


@media only screen and (max-width:600px) {
.bg-pro{ background-position-x: 90% !important;}
.bg-cnt{ background-position-x: 90% !important;}
}


@media only screen and (max-width:1070px) {
.tes-slri{ float: left; width: 100%; max-width: 100%;}
.item-rvt{margin-top:15px;}
.item-rvt:before{display:none;}
.rv-items h5{padding-top:25px;}
}


@media only screen and (max-width:1150px) {
.address-section{padding-left: 10px;}
}

@media only screen and (max-width:900px) {
.ftrlogo img{width:200px;}
.address-section{padding-left:0px;}
}


@media only screen and (max-width:980px) {
#panel-two{padding-top: 0px;}
#panel-three{padding-top:5px;}
#panel-six{padding-top:0px;}
}

@media only screen and (max-width:1110px) {
.text-project{width:100%;}
}


@media only screen and (max-width:897px) {
.section-title-2{font-size:30px; line-height:45px;}
}


@media only screen and (max-width:643px) {
.section-title-2-wrapper{display: contents;}
#global .info span{margin-top:10px; padding-bottom:10px; color:#b8b1b1; font-size: 15px;}
#global .title-wrapper{margin-top:8px;}
#global .info .text-wrapper{margin-top:30px;}
.dap-nav{margin-bottom:40px;}
.section-title-2{font-size:29px; line-height:40px;}
#global .info{border-right:none;}
}


@media only screen and (max-width:880px) {
.reveal-text-new{font-size:30px !important;}
.text-container{line-height:40px !important;}
.sticky-wrapper{padding-top:0px !important;}
}


@media only screen and (max-width:500px) {
.reveal-text-new{font-size:25px !important;}
.text-container{line-height:30px !important;}
.sticky-wrapper{padding-top:0px !important; padding-left:10px !important; padding-right:10px !important;}
.stick-panesl{padding-bottom: 25px !important;}
}



.page-loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    top: 0;
}

.page-loader .page-loader-logo {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bar {
    width: 10vw;
    height: 105vh;
    background: #000000;
}

.page-loader-logo img{
  width:210px;

}

.fadeinout
{
  animation: fadeinout 4s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}








/* Section Wrapper */
  .oval-section {
    position: relative;
    width: 100%;
    /* padding: 12px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding-bottom: 30px;
    padding-top:25px;
  }

  /* Oval Container */
  .oval-container {
    position: relative;
    width: 100%;
    /* max-width: 1400px; */
    height: 114px;
    /* border: 2px solid #fff; 
    border-radius: 999px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Continuous Scroll Track */
  .scroll-track {
    position: absolute;
    white-space: nowrap;
    display: flex;
    gap: 60px;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    animation: scrollLoop 55s linear infinite;
  }

  .scroll-item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    letter-spacing: 1px;
    font-size: 50px;
    font-family: 'AbadiMTPro';
  }

  .line {
    width: 45px;
    height: 14px;
    background: #fff;
  }

  /* Center Image */
  .center-image {
    position: relative;
    z-index: 2;
    background: #000;
    padding: 10px 20px;
  }

  .center-image img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
  }

  /* Animation */
  @keyframes scrollLoop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Pause on Hover */
  .oval-container:hover .scroll-track {
    animation-play-state: paused;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .oval-container {
      height: 160px;
    }

    .scroll-track {
      font-size: 22px;
      gap: 40px;
    }

    .line {
      width: 40px;
      height: 3px;
    }

    .center-image img {
      max-width: 160px;
    }
  }



  .well-imgs{
    width:225px;
  }



  .shining{
      position: relative;
    overflow: hidden;
    
}
.shining:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.shining:before {
    position: absolute;
    top: 0;
    left: -92%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.mxd20:hover img{
  animation-name: zoomIn;
    animation-duration: .2s;
    animation-iteration-count: 1
}


.owl-testmoneal .owl-nav{position: absolute; top: -94px;  right: 16%;}
.owl-testmoneal .owl-prev{margin-right: 10px;}
.owl-testmoneal .owl-next img{width: 40px;}
.owl-testmoneal .owl-prev img{width: 40px;}


.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}


.stable {
    color: #ccc1c1 !important;
}

.stable::before {
    content: "";
    position: absolute;
   width: 8px;
    height: 8px;
    background: white;
    border-radius: 50px;
    top: 4px;
    left: -19px;
    display:none !important;
}




.demo {  }
.demo h3 {  }
.panel-content {  }
.panel-content h2 {  }
.panel-content p { }

/* ========================================= */
/* [Widget] Tabs Ã¢â‚¬â€ Core                      */
/* ========================================= */

/* Scrollbar hidden */
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar { height: 0; }
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-track,
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-thumb { display: none; }

/* Controls wrapper */
[data-widget="tabs"] .tabs-controls {
   margin-bottom: var(--gap-500, 24px);
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
  gap: var(--gap-500, 24px);
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

/* Individual control button */
[data-widget="tabs"] .tabs-control {
  width: auto;
  position: relative;
  padding-block: var(--gap-200, 8px);
  font-family: var(--ff-heading, sans-serif);
  font-size: var(--fs-300, 13px);
  color: var(--color-text, #4D6B8C);
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  outline: none;
}

/* Underline indicator (default) */
[data-widget="tabs"] .tabs-control[aria-selected]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-accent, #014A99);
  transition: var(--trans, all 250ms ease-in-out);
}

/* Active state */
[data-widget="tabs"] .tabs-control[aria-selected="true"] {
  color: var(--color-heading, #014A99);
}
[data-widget="tabs"] .tabs-control[aria-selected="true"]::before {
  height: 2px;
}

/* Panel visibility */
[data-widget="tabs"] .tabs-panel[aria-selected="false"] { display: none; }
[data-widget="tabs"] .tabs-panel[aria-selected="true"]  { display: flex; }

/* Description text */
[data-widget="tabs"] .tabs-panel .item__description {
  color: var(--color-text, #4D6B8C);
}

/* Desktop: allow buttons to shrink */
@media (min-width: 1025px) {
  [data-widget="tabs"] .tabs-control { flex-shrink: 1; }
}

/* ========================================= */
/* [Widget] Tabs Ã¢â‚¬â€ Fancy Indicator           */
/* ========================================= */

/* Controls wrapper with pill background */
[data-widget="tabs"] [data-type="fancy"].tabs-controls {
  width: auto;
  position: relative;
  /* display: inline-flex; background-color: #111010; */
  gap: 0;
  text-align: center;
  border-radius:0px;
  isolation: isolate;
  /* float: left; */
  /* width: 100%; */
  margin-bottom: 45px;
  margin-top: 10px;
  border-top: solid 1px rgb(255 255 255 / 19%);
    border-bottom: solid 1px rgb(255 255 255 / 19%);
}

/* Sliding indicator (pseudo-element driven by JS vars) */
[data-widget="tabs"] [data-type="fancy"].tabs-controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--active-button-offset, 0px);
  width: var(--active-button-width, 0px);
  height: 100%;
   /* background-color: #fff; */
  border-radius: var(--br-elements, 32px);
  transition: var(--trans, all 250ms ease-in-out);
  transition-duration: var(--trans-duration-500, 375ms);
  z-index: -1;
}

/* Fancy control buttons */
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control {
 padding-left:33px;
    padding-right:33px;
    font-family: 'AbadiMTPro' !important;
  height: var(--height-form-items, 56px);
  /* font-family: var(--ff-heading-500, sans-serif); */
  font-size: 14px;
  color: #fff;
  transition-delay: calc(var(--trans-duration-500, 375ms) / 2);
  letter-spacing: 1px;
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control[aria-selected="true"] {
  color:#fbfbd4; text-decoration: underline;
}

/* Remove default underline on fancy controls */
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control::before {
  content: unset;
}







 
 .section-rvtx {
      /* height: 200vh; */ /* Scroll space */
      /* position: relative; */
      float: left;
      width: 100%;
      background: black;
    }

    .sticky-wrapper {
    /* position: sticky; */
    top: 0;
    /* height: 100vh; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* padding: 40px; */
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 45px;
    }

    .text-container {
      /* max-width: 1200px; */
      text-align: center;
      font-weight: 600;
    line-height: 60px;
    }

    .reveal-text-new {
      background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #555555 50%, #555555 100%);
      background-size: 200% 100%;
      background-position: 100% 0;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline;
      font-size: 45px;
    }

    .inline-img-rvtx {
     width: 73px;
    height: 48px;
    }


    .awrd-lg{
    width: 27px !important;
    left: 20px;
    top: 20px;
    position: relative;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    object-fit: unset;
    }
    
    
    
     /*spinner */
 .spinner {
  border: 2px solid #f3f3f3; /* Light gray */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

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

.button-text.loading .msg-nav {
    color: transparent; /* hides "Send Message" */
}

.button-text .form-loader {
    display: none;
}

.button-text.loading .form-loader {
    display: flex !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}



@media only screen and (max-width:500px) {
#journey h2 span{display: none;}
#panel-three h2 span {display: none;}
.our-teams h2 span {display: none;}
.title-awards p span {display: none;}
.abt-lsd strong {display: none;}
.abt-lsd span{margin-left: 0px ;}
#panel-four h2 span {display: none;}
#panel-five h2 span {display: none;}
#panel-six h2 span {display: none;}
.title-clients p span {display: none;}
#panel-nine h2 span {display: none;}
}

.our-teams h2 strong{
    font-weight: 400;
}

#copyright p strong{
    font-weight: 400;
}

@media only screen and (max-width:416px) {
.our-teams h2 strong{width: 100%;
    float: left;
    line-height: 26px;}
}


@media only screen and (max-width:1075px) {
.terms-policy{padding-left:0px;}
}

@media only screen and (max-width:1018px) {
#copyright p{padding-top: 28px;}
}

@media only screen and (max-width:840px) {
.copy-50{float:left; flex:100%; width:100%; max-width:100%; min-width:100%;}
#copyright p{text-align: left;}
.terms-policy{float:left; width:100%;}
.policy-nav{float:left; padding-top:0px;}
#copyright p {padding-top:13px; margin-bottom:0px;}
}

@media only screen and (max-width:540px) {
#copyright p strong{display:none;}
#copyright p span{float:left; width:100%;}
}




.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.ih-item.square {
   position: relative;
    /* width: 316px; */
    /* height: 216px; */
    /* border: 8px solid #fff; */
    /* box-shadow: 1px 1px 3px rgb(0 0 0 / 30%); */
    margin-bottom: 35px;
}

.address-border p{
    float:left;
    width:100%;
    margin-bottom: 5px;
}


.faq-container {
    padding: 15px;
        width: 100%;
    float: left;
}

.accordion-header{
    float:left !important;
    width:100% !important;
    margin-bottom:0px !important;
}

.accordion-button {
    background-color: #201f1f;
    color: #fff;
    border: none !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    font-size:19px;
    cursor: pointer;
    padding-left: 15px;
}
.accordion-button:not(.collapsed) {
    background-color:#3f3f44;
    color: white;
}
.accordion-button:focus {

}

.accordion-button:hover, .accordion-button:focus {
  border-color: black !important;
    color: #fff !important;
    border: none !important;
}


.accordion-collapse{
    float:left;
    width:100%;
}

.accordion-body {
    background-color: #242323;
    /* border-left: 4px solid #242323; */
    animation: slideDown 0.3s ease-out;
    color: white;
    font-size: 17px;
    font-weight: 400;
   font-family: 'AbadiMTPro';
    float: left;
    width: 100%;
    padding: 19px;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-icon {
    margin-right: 10px;
    color: #edbe00;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}


.mt90{
    margin-top: 90px;
}

.faq-icn{
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}


.accordion
  .accordion-button.show
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.thread-intro-panels{
    float:left;
    width:100%;
}

.owl-edp{
    float:left;
    width:100%;
}

.owl-edp .item img{
    width:100%;
}



.owl-dots {
  text-align: right;
  padding-top: 15px;
  top: 50%;
  position: absolute;
  z-index: 11;
  left: 90%;
  /* padding-right: 23px; */
  transform: rotate(90deg);
  /* margin-left: 20px; */
  width: 108px;
}
.owl-dots button.owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #fff !important;
  margin: 0 3px;
  /* transform: rotate(90deg); */
  float: right;
}
.owl-dots button.owl-dot.active {
  background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/*span {
    font-size: 70px; */
    /* position: relative; */
    /* top: -5px;
}*/

.owl-nav button:focus {
    outline: none;
}


#abtteams{
  float:left;
  width:100%;
  height:100vh;
  background: #000000;
}

.overlay-abt {
    position: relative;
    bottom: 530px;
    /* right: 113px; */
    color: white;
    max-width: 500px;
    margin-left: auto;
}

.duo-sty{
  bottom: 610px;  
}

.overlay-abt h2 {
    font-size: 19px;
    font-family: "Alata", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
}

.overlay-abt p{
    color: rgb(255 255 255 / 84%);
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.owl-duo{
    float:left;
    width:100%;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.owl-duo .item img{
    width:100%;
}



 .owl-duo .owl-dots {
  text-align: right;
  padding-top: 15px;
  top: 60%;
  position: absolute;
  z-index: 11;
  left: 0;
  /* padding-right: 23px; */
  transform: rotate(0);
  /* margin-left: 20px; */
  width: 100%;
  text-align: center;
  /* margin-left: auto; */
  /* margin-right: auto; */
  float: none;
}
.owl-duo .owl-dots button.owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #fff !important;
  margin: 0 3px;
  /* transform: rotate(90deg); */
  float: none;
}
.owl-duo.owl-dots button.owl-duo .owl-dot.active {
  background-color: #000 !important;
}
.owl-duo .owl-dots button.owl-duo .owl-dot:focus {
  outline: none;
}
.owl-duo .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/*span {
    font-size: 70px; */
    /* position: relative; */
    /* top: -5px; 
}*/

.owl-duo .owl-nav button:focus {
    outline: none;
}


@media only screen and (max-width:767px) {
.awr-50{width: 50% !important;float:left !important;max-width:100% !important;}
}


.awards-date{
    float:left;
    width:100%;
    margin-top: 25px;
    margin-bottom: 20px;
}

.awards-date span{
    float:left;
    width:100%;
    font-family: "Alata", sans-serif;
    color:white;
    font-size:20px;
}

.awr-list{
    float:left;
    width:100%;
    padding-left: 40px;
    padding-top: 11px;
}

.awr-list p{
    font-family: 'AbadiMT';
    float:left;
    width:100%;
    color:white;
    font-size: 16px;
    margin-bottom: 5px;
}

#intro-sldr{
    position: relative;
    width: 100%;
    height: 100vh;
    background: black;
    overflow: hidden;
}

.owl-insldr{
   float:left;
    width:100%; 
}

.owl-insldr img {
    width: 100%;
    height: 100vh;
    /* height: 100%; */
    object-fit: cover;
}

@media (min-width:1400px) and (max-width:1600px) {
.overlay-abt{bottom: 530px;}
.duo-sty{bottom: 620px;}
}

@media (min-width:1601px) and (max-width:1800px) {
.overlay-abt{bottom:600px;}
.duo-sty{bottom: 680px;}
}

@media (min-width:1801px) and (max-width:2300px) {
.overlay-abt{bottom:745px;}
.duo-sty{bottom: 810px;}
}

@media (min-width:2301px) and (max-width:2500px) {
.overlay-abt{bottom:740px;}
.duo-sty{bottom: 810px;}
}

@media (min-width:1600px) and (max-width:2500px) {
.short-desc{margin-top: 290px;}
.short-desc p{margin-bottom: 140px;}
}

@media (min-width:1440px) and (max-width:1559px) {
.short-desc{margin-top: 247px;}
}

@media (min-width:1996px) and (max-width:2500px) {
.short-desc{margin-top: 247px;}
}


@media only screen and (max-width:1160px) {
.mt155{ margin-top:80px;}
}

@media only screen and (max-width:999px) {
.owl-dots{display:none;}
.scroll-down{display:none;}
}

@media only screen and (max-width:770px) {
.outside-content{ position:relative; left:0px; width:100%; max-width:100%; flex:100%; margin-top:0px;}
.short-desc p{ margin-bottom:25px;}   
.short-desc{margin-top:19px;}
.mt90{margin-top:50px;}
.tab-prv{float:left; width:100%; flex:100%; max-width:100%;}
}

@media only screen and (max-width:590px) {
.mt90{margin-top: 8px;}
 .thread{ margin-bottom:10px;}   
 .project-list{margin-top:8px; padding-top:0px !important;}
}

@media only screen and (max-width:840px) {
.terms-social{margin-top: 15px; float:left;}
}

@media only screen and (max-width:750px) {
.terms-policy{padding-top: 0px;}
#copyright{padding-top: 19px;}    
}


@media only screen and (max-width:1036px) {
#intro-sldr{height:100vh;}
.owl-insldr img{height:100vh;}
}

@media only screen and (max-width:1350px) {
.owl-insldr img{height:100vh;}
}


@media only screen and (max-width:767px) {
.proj-50{width: 50%;}
.cnt50{width: 50%;}
}


@media only screen and (max-width:980px) {
.project-list{padding-top:50px;}
}


@media only screen and (max-width:590px) {
.form-lists{margin-bottom: 10px;}
}

@media only screen and (max-width:612px) {
#panel-four h3{width: 50%;}
}

@media only screen and (max-width:600px) {
#panel-four h3{width:100%;}
.vap-nav{margin-top:45px !important;}
#panel-four{padding-bottom: 20px;}
#panel-eight h2{width:100%;}
}

@media only screen and (max-width:648px) {
#panel-nine h3{width:100%;}
}

@media only screen and (max-width:1299px) {
.mt155{margin-top: 70px;}
}

@media only screen and (max-width:1200px) {
.mt155{margin-top:0px;}
}

@media only screen and (max-width:999px) {
.short-desc{margin-top:50px;}
}

@media only screen and (max-width:768px) {
.short-desc{margin-top:25px;}
}

@media only screen and (max-width:769px) {
.mt155{margin-bottom:30px;}
}

@media only screen and (max-width:790px) {
.ih-item.square.effect6 .info h3{display: none;}
}

@media only screen and (max-width:880px) {
#panel-five h2{padding-top: 35px;}
}

@media only screen and (max-width:974px) {
#panel-eight h2{width: 100%;}
}

@media only screen and (max-width:1075px) {
.owl-insldr img{height:100vh;}
}

@media only screen and (max-width:1200px) {
.duo-sty{ bottom: 550px;  }
}

@media (min-width:900px) and (max-width:1160px) {
.duo-sty{ bottom: 450px !important;  }
}

@media (min-width:230px) and (max-width:768px) {
.bx1{ background-position: 50% !important;} 
.bx2{ background-position: 50% !important;}
.bx3{ background-position: 70% !important;}
.bx4{ background-position: 40% !important;}
.bx5{ background-position: 70% !important;}
.bx6{ background-position: 60% !important;}
.bx7{ background-position: 70% !important;}
.bx8{ background-position: 30% !important;}
.bx9{ background-position: 80% !important;}
}

@media (min-width:230px) and (max-width:500px) {

.owl-insldr .owl-dots{bottom: 120px !important;}

.owl-insldr .owl-dots button.owl-dot{width:8px; height:8px;}

 .owl-insldr .owl-dots button.owl-dot{
    float: none !important;
    margin-left:10px;}   
}

.bx1{background: url(../images/t1n.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx2{background: url(../images/fl2.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx3{background: url(../images/fl3.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    
    .bx4{background: url(../images/fl4.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx5{background: url(../images/fl5.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx6{background: url(../images/fl6.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx7{background: url(../images/fl7.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx8{background: url(../images/fl8.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
    .bx9{background: url(../images/fl9.png);
    float: left;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    /* padding-top: 50%; */
    /* padding-bottom: 50%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    /* background-origin: content-box;*/} 
    
.owl-insldr .owl-dots{transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    text-align: center;
    top: 90%;
    position: relative;
    z-index: 20;
    left: 0;
    width: 100%;
    bottom: 60px;}
   
.owl-insldr .owl-dots button.owl-dot{
    float: none !important; 
    width: 8px;
    height: 8px;
    margin: 0 6px;
}

.owl-insldr .owl-dots button.owl-dot span{
    display:none !important;
}


