*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    background-color: #000000;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    cursor: none;
    overflow-x: hidden !important;
}
@media screen and (max-width:991px){
    body{
        cursor: pointer !important;
    }
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color: #ffffff;
}
a,button{
    outline: none;
}

/*site-slider*/
.site-slider,
.carousel,
.carousel-inner,
.carousel-item{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
}
.carousel-item-text{
    position: absolute;
    right: 80px;
    bottom: 40px;
    height: auto !important;
    padding:40px;
    width:600px;
    -webkit-background-color:rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0.6);
    text-align: left;
    z-index: 1;
}
.carousel-item-text h1{
    font-size:64px;
    font-weight: 300;
    font-style: normal;
    animation:fadeInUp 1s;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.carousel-item-text p{
    animation:fadeInUp 1.7s;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    line-height: 21.6px;
    font-weight: 400;
}
.carousel-item-text a{
    width: 200px;
    height: 54px;
    display:inline-flex;
    align-items: center;
    border:1px solid #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius:7px;
    overflow: hidden;
}
.carousel-item-text a span{
    position: absolute;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.carousel-item-text a span i{
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
}
.carousel-item-text a:hover span i{
    margin-left: 20px;
}
.carousel-item-text a:before{
    content: '';
    position: relative;
    width:0%;
    height:100%;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
    left: 0;
    transition: all 0.8s;
}
.carousel-item-text a:hover:before{
    width: 100%;
}
.slider-control{
    color: #ffffff;
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 100;
}
.slider-control a{
    margin-left: 20px;
    margin-right: 20px;
    width:40px;
    height: 40px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border:1px solid #ffffff;
}
/*site-section*/
.site-section{
    width: 100%;
    height: auto;
    padding: 60px;
}
.section-txt{
    width: 100%;
    height: auto;
}
.section-txt h3{
    font-size: 58px;
    text-transform: uppercase;
    line-height: 69.6px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom:20px;
}
.section-txt p{
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400;
}
.sec-icon--1{
    width: 100%;
    height: auto;
    padding:50px 0px;
    font-size: 50px;
    color: #640094;
}
.sec-icon--2{
    width: 100%;
    height: auto;
    padding:20px 0px;
    font-size: 70px;
    color: #ED1C24;
}
.sec-icon--2 i{
    position: absolute;
    left:-87px;
}
/*right-sec-cnt*/
.right-sec-cnt{
   width: 100%;
   height: auto;
   margin-top: 50px;
   padding: 40px;
   overflow-x: hidden;
}
.right-sec-cnt:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border:3px solid #ffffff;
    border-radius: 50%;
    right: 10px;
}
.img-cnt-1{
    width:30em;
    height: 25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-cnt-2{
    width:20em;
    height: 25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:5em;
    margin-top: -3em;
}
.img-cnt-3{
    width:18em;
    height: 25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:25em;
    position: absolute;
    margin-top:-35em;
}
.img-cnt-3 img,
.img-cnt-2 img,
.img-cnt-1 img{
    width:inherit;
    height:inherit;
    object-fit: cover;
     -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.8s ease-in-out;
   cursor: pointer;
      -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
     box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.img-cnt-3:hover img,
.img-cnt-2:hover img,
.img-cnt-1:hover img{
         -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
       -o-filter: grayscale(0%);
       -ms-filter: grayscale(0%);
       filter: grayscale(0%);
}


.img-cnt-3 img:last-child,
.img-cnt-2 img:last-child,
.img-cnt-1 img:last-child{
    position: absolute;
}
.active_animate.img-cnt-1 img:last-child{
 opacity:0;
}
.active_animate.img-cnt-2 img:last-child{
 opacity: 0;
}
.active_animate.img-cnt-3 img:last-child{
 opacity: 0;
}
/*sub-sec*/
.sub-sec{
    width: 100%;
    height: auto;
    padding:60px 10px;
}
.sec-header{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.sec-header:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border:3px solid #ed1c24;
    border-radius: 50%;
    right: 80px;
}
.f-sec-header:before{
    border-color: #640094;
}
.sec-header span{
    display: block;
    width: 100px;
    height:3px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
    margin-bottom: 20px;
}

.sec-header h3{
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.sub-sec ul{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    margin-top: 60px;
    position: relative;
    left: 0;
}
.sub-sec ul li,
.sub-sec ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
#slt{
    position: absolute;
    font-size:18em;
    white-space: nowrap;
    left: -100px;
    transition: all 0.8s ease-in-out;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: #ffffff;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: #ffffff;
    -ms-text-stroke-width: 1px;
    -ms-text-stroke-color: #ffffff;
    font-family: 'Helvetica Neue LP Pro',sans-serif;
    color: transparent;
    font-weight: 700;
    opacity:0;
}
.sub-sec ul li a:hover #slt{
    opacity: 0.1;
    margin-left:50px;
}
#tls{
    display:inline-flex;
    width: 100%;
    position: relative;
    z-index: 100;
    line-height:1;
}
#ppt{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: #ffffff;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: #ffffff;
    -ms-text-stroke-width: 1px;
    -ms-text-stroke-color: #ffffff;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    z-index: 1;
    display: inline-block;
    opacity: .5;
    margin: 0;
    font-size: 7em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out;
    color: #ffffff;
}
#ppt::before {
  transition: height 0.8s ease;
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  height:1em;
  color: #090909;
  top: 0;
  transition: all 0.8s ease-in-out;
}
.sub-sec ul li a:hover #ppt:before {
  height: 0;
}
.sub-sec ul li a:hover #ppt{
    opacity: 1;
}
.ttls{
    position: absolute;
    margin-left: -40px;
    width:30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
}
.ttls span{
    margin-top: 60px;
    transition: all 0.8s ease-in-out;
}
.sub-sec ul li a:hover .ttls span{
    margin-top: 0px;
}
/*banner-section*/
.banner-section{
    width: 100%;
    height: auto;
    padding:60px 0px;
    position: relative;
    z-index: 1;
    display: block;
}
/*btl-section*/
.btl-section{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.btl-cotainer{
    width: 100%;
    height: 100vh;
    position:relative;
    background-color: #000000;
    overflow: hidden;
}
.btl-nav{
    position: absolute;
    width: 100%;
    height:55px;
    display: flex;
    align-items: center;
    padding:0px 60px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.5em;
    background-color: #000000;
    z-index: 100;
}
.btl-nav p{
    margin: 0;
    padding: 0;
    opacity:0.7;
}
.btl-nav span{
    position: absolute;
    right: 80px;
    opacity: 0.7;
    font-weight: 600;
}
.btl-main{
    width: 100%;
    height:100%;
}
.btl-main img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease-in-out;
    position: absolute;
}
.btl-main img:hover{
    transform: scale(1.1);
}
.btl-main-txt{
    position: absolute;
    z-index: 3;
    padding:0px 60px;
    margin-top: 150px;
    text-transform: uppercase;
}
.btl-main-txt h1{
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 5em;
    line-height: .9;
}
.btl-main-txt p{
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: 600;
}
.btl-main-txt a{
    position: absolute;
    margin-top:50px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width:100px;
    height: 100px;
    border-radius:50%;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.btl-main-txt a img{
    max-width:80%;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

.btl-main-txt a:hover img{
    transform: scale(1.2);
}
.s-btl-cnt{
    /*margin-top: -10vh;*/
    /*padding-top:55px;*/
    background-color: transparent;
}
.s-btl-cnt img{
    /*margin-top: 55px;*/
}
.th-btl-cnt{
    /*margin-top: -15vh;*/
    /*padding-top:110px;*/
    background-color: transparent;
}
.th-btl-cnt img{
    margin-top:55px;
}
#navigation1:not(.sticky1) {
    position:relative;
    top:0;
}
.sticky1.f-btl-cnt{
    position: sticky;
    top: 0px;
}
#navigation2:not(.sticky2) {
    position:relative;
}
.sticky2.s-btl-cnt{
    position: sticky;
    top:0px;
}
#navigation3:not(.sticky3) {
    position:relative;
}
.sticky3.th-btl-cnt{
    position: sticky;
    top: 0px;
}
.client-section-owl .client-section-card,
.client-section-owl .item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-section-owl .item img{
    width: 100%;
    height:120px;
    object-fit: contain;
     transition: all 0.5s ease-in-out;
     -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity:0.3;
}
.client-section-owl .item img:hover{
     -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   opacity:1;
   transform:scale(1.2);
}
.client-section-owl:hover .owl-nav{
    display: block;
}
.client-section-owl .owl-nav{
    display: none;
}
.client-section-owl .owl-nav .owl-next,
.client-section-owl .owl-nav .owl-prev{
  position:absolute !important;
  background-image: linear-gradient(to  right, #da0505,#640094) !important;
  width:33px !important;
  height:33px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform:translate(0%, -50%);
  top: 50%;
  outline: none;
}
.client-section-owl .owl-nav .owl-next span,
.client-section-owl .owl-nav .owl-prev span{
  font-size:14px !important;
  color:#fff !important;
}
.client-section-owl .owl-nav .owl-prev{
    left:8px;
}
.client-section-owl .owl-nav .owl-next{
    right:8px;
}
.client-section-owl .owl-nav .owl-next:hover,
.client-section-owl .owl-nav .owl-prev:hover{
    background-color: rgba(12,139,246,0.7) !important;
}


.client-section-owl  .owl-item.active.center .item img{
      -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   opacity:1;
   transform:scale(1.2);
}

.sec-icon--3{
    width: 100%;
    height: auto;
    padding:10px 0px;
    color: #da0505;
    display: flex;
    align-items: center;
}
.sec-icon--3 i{
    visibility: hidden;
}
.sec-icon--3:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius:50%;
    border:2px solid #640094;
    right:80px;
}

.client-slider,
.clients-owl-slider{
    width: 100%;
    height: auto;
}
.clients-owl-slider .item{
    width: 100%;
    height: auto;
    padding:10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;justify-content: center;
}
.item-main{
    width: 600px;
    height: auto;
    padding: 10px;
    border-radius: 10px;
}
.item-top{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.item-top p{
    margin: 0;
    padding: 0;
    font-size: 30px;
}
.item-bottom{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-bottom-img{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.item-bottom-img img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.item-bottom-txt{
    width: auto;
    height: auto;
    margin-left: 15px;
}
.item-bottom-txt p{
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.clients-owl-slider .owl-dots {
  text-align: center;
  padding-top: 5px;
}
.clients-owl-slider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.clients-owl-slider .owl-dots button.owl-dot.active {
  background-color: #da0505;
}
.clients-owl-slider .owl-dots button.owl-dot:focus {
  outline: none;
}



/*site-alert-header*/
.site-alert-header{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.9);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    z-index: 9999;
    cursor: pointer;
}
.alert-you-hero-box{
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
     display: inline-flex;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
    animation: fadeIn 1s ease-in-out;
}
.box-banner{
    margin: 0;
    padding: 0;
      -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
    -moz-animation: heartbeat 2.5s ease-in-out infinite both;
    -o-animation: heartbeat 2.5s ease-in-out infinite both;
    animation: heartbeat 2.5s ease-in-out infinite both;
    animation-delay: 2.5s;
}
.box-banner img{
    max-width: 250px;
    object-fit: contain;
}
@media screen and (max-width: 260px){
    .box-banner img{
    max-width: 100% !important;
}
}
.box-txt{
    margin-top: -30px;
}
.box-txt h1{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size:20px;
    font-weight: 600;
    text-transform: uppercase;
}
.box-txt h1 span{
   background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:40px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: none;
}

.box-txt p{
    margin: 0;
    padding: 0;
}
.box-txt button{
    padding:10px 50px;
    background-color: transparent;
    border:1px solid #ffffff;
    display:inline-flex;
    margin-top: 20px;
    border-radius:5px;
    transition:all 0.5s ease-in-out;
    position: relative;
    z-index: 10000;
    color: #ffffff;
    outline: none;
}
.box-txt button:hover{
      background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}

@keyframes heartbeat{
0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
10% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.91);
    transform: scale(.91);
}
17% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}
33% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(.87);
    transform: scale(.87);
}
45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}