body{
 overflow-x: hidden;
 font-family: "Host Grotesk", serif;
 background-color: #000;
}
:root {
    --brand-color: #18ada3;
    --white-color:#fff;
    --btn-bg:#79CDC8;
 
  }
p{
    font-size: 1rem;
    color: var(--white-color);
}
/* banner */
@media screen and (min-width: 992px) {
    .navbar {
      padding: 0;
    }
    .navbar .navbar-nav .nav-link {
      padding: 1em 0;
    }
    .navbar .navbar-nav .nav-item {
      margin: 0 3vw;
    }
  }
  header{
    position: absolute;
    top: 0;
  }
  .navbar{
    background-color: transparent;
    padding: 10px 50px;
  }
  .navbar .navbar-nav .nav-item {
    position: relative;
  }
  
  .navbar .navbar-nav .nav-link{
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 1rem;
  }
  .navbar-brand img{
    height: 7vh;
    width: auto;
  }
  .navbar-expand-lg .navbar-collapse{
    justify-content: end;
  }
  /* banner */
  .banner-about{
background: url(../images/bgs/1.svg);
background-repeat: no-repeat;
background-size: contain;
  } 
   /* background: radial-gradient(
        circle at 100% 20.9%, 
        var(--brand-color) 0%,         
        #262a36 60%,         
        #000000 100%          
      ); */
 
  .banner{
    height: 100vh;
    display: flex;
    align-items: center;

  }
  .banner h1{
    color: var(--white-color);
    font-size: 6rem;

  }
  .banner span{
    font-size:3rem;
  }
  .banner p{
    padding: 20px 0;
  }
  .main-btn{
    background-color: var(--btn-bg);
    border-radius: 50px;
    color: #000;
    padding:15px 70px;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.5s all ease;
  }
  .main-btn:hover{
    transition: 0.5s all ease;
    background-color: transparent;
    border: 1px solid var(--btn-bg);
    color: var(--white-color);
  }
  .border-btn{
    transition: 0.5s all ease;
    background-color: transparent;
    border: 1px solid var(--btn-bg);
    color: var(--white-color);
    padding:15px 70px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 50px;
    margin-left: 10px;
  }
  .border-btn:hover{
    background-color: var(--btn-bg);
    color: #000;
    border: none;
  }
  .banner-round{
    height: 500px;
    width: 500px;
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: 50%;
  
  }
  
  .banner-imgs{
    position: relative;
    /* float: right; */
    animation: rotateInfinite 10s linear infinite;
  }
  .banner-round::before,
.banner-round::after {
    content: "";
    height: 10px; /* Adjust size of the dots */
    width: 10px;
    background-color: var(--white-color); /* Color of the dots */
    border-radius: 50%; /* Makes them circular */
    position: absolute;
}

.banner-round::before {
    top: -3px;
    left: 50%
}

.banner-round::after {
    bottom: -3px;
    left: 50%
}
.banner-round::before,
.banner-round::after {
    content: "";
    height: 10px; /* Adjust size of the dots */
    width: 10px;
    background-color: #fff;
    border-radius: 50%; /* Makes them circular */
    position: absolute;
}

.banner-round::before {
    top: -3p;
    left: 45%;
}

.banner-round::after {
    bottom: -3px;
    left: 45%;
}
/* @keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */
@media(min-width:1450px){
     .navbar{
    background-color: transparent;
    padding: 20px 50px;
  }
}
/* counter */
.counter{
    background-color: #216160;
    padding: 30px 0;
background-color: rgb(33 97 96 / 10%);
}
.counter h2{
    font-size: 3rem;
    color: var(--white-color);
    font-weight: bold;
    text-align: center;
}
.counter h5{
    color: #fff;
    text-align: center;
}
.counter-box h2[data-count="300"]::after,
.counter-box h2[data-count="100"]::after {
    content: "+"; /* Add the plus sign */
}
section{
    padding: 40px 0;
    
}
.section-content{
  position: relative;
  z-index:3;
}
.section-title h2{
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 3rem;
}
.about-content p{
    text-align: justify;
}
.about-content{
    padding: 0 150px;
}
.about-content h6{
    color: #fff;
    font-size: 1.5rem;
}

.about{
   background-color:  rgba(135, 226, 207, 0.14);
   margin: 50px 0;

   backdrop-filter: blur(50px) brightness(94%);
}

/* services */
.services{
    /* background: radial-gradient(ellipse at 48.1% 1.2%, #04847b 0%, #262a36 60%, #000 100%); */
    background: url(../images/bgs/2.svg);
    background-repeat: no-repeat;
    background-size:cover;
padding: 0;
}
.services .section-title h2{
    text-align: center;
    font-size: 3.2rem;
}
.services .section-title h2 span{
    color: #7B8685;
}
.service-box{

       background:#001614;
    border-radius: 28px;
    padding-bottom: 50px;
    padding-top: 150px;
    padding-left: 150px;
    padding-right: 150px;
    position:relative;
}
.service-logo{
position: absolute;
top: 3vh;
left: 5vw;
height: 60px;
width: auto;
}
.single-service-box{
    color: #fff;
  
    border-radius: 19px;
    background: linear-gradient(180deg, rgba(190, 255, 244, 0.37) 0%, rgba(0, 42, 40, 0.37) 100%); /* Gradient with 34% opacity */
    backdrop-filter: blur(50px) brightness(96%); 
    background-color: rgba(0, 0, 0, 0.34);

    text-align: center;
    margin: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;

}
.single-service-box h6{
    font-size:22px;
    font-weight: normal;
}
.section-service{
    padding: 0;
}
.single-service-box.light{
    background: linear-gradient(180deg, rgb(150, 251, 237, 0.37) 67%, rgb(0, 42, 40, 0.37) 109%);
    backdrop-filter: blur(50px) brightness(35%); 
}
/* gallery */
.gallery{
padding-bottom:239px;
  /* background: radial-gradient(ellipse at 48.1% 1.2%, #04847D 0%, #262a36 38%, #000 52%); */
background:url(../images/bgs/3.svg);
background-repeat: no-repeat;
background-size: cover;
}
.gallery-content{
  padding: 0 150px;
}
.gallery-box{
  background-color: #5f7462;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
padding: 20px;
border-radius: 24px;
margin-top: 20px;
}
.gallery-box img{
  width: 100%;
  height: 250px;
    object-fit: cover;
}
.caption h6{
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.gall-col:nth-child(2) .gallery-box{
  background-color: #528186;
}
.gall-col:nth-child(4) .gallery-box{
  background-color: #344e5a;
}
.gall-col:nth-child(5) .gallery-box{
  background-color: #3e5b4a;
}
.gall-col:nth-child(6) .gallery-box{
  background-color: #395655;
}
/* team */
.team {
 
  background: #000;
}
.team .section-title h2{
  text-align: center;
}
.wrapper{
  padding: 0px 8vw;
}
/* Default slide */
.center-slider .slick-slide{

  color: #FFF;

  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  position: relative;
  top: -100px;
  background-color: #000000;
}
.center-slider .slick-current.slick-active{
margin-bottom: 100px;
  background-color: #000000;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-list{
  padding-top: 100px !important;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.team-slide img{
  border-radius: 100px;
  height: 56vh;
  object-fit: cover;
  z-index: -2;
  position: relative;
}
.slick-slide{
  border-radius: 100px;
  height: auto !important;

}
.team .section-title h2{
  margin-bottom: 0;
}
.team-slide{
  position: relative;
}
.caption-background{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffffff 0%, #00332d 100%);
  mix-blend-mode: multiply;
  isolation: isolate; 
  z-index: -1;
 
}
.caption{

 position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
display: flex;
justify-content: end;
flex-direction: column;
visibility: hidden;
}
.caption p,.caption h4{
  text-align: center;
}
.center-slider .slick-center .caption{
  visibility: visible;
}
.slick-dots li button:before{
  color: #fff !important;
  font-size: 11px !important;
}
.slick-dots{
  width: 300px; /* Adjust size */
  height: 80px; /* Adjust size */
  position: relative !important;
}
.slick-dots:after{
  border-radius: 50%; /* Makes it elliptical like the SVG */
  background: radial-gradient(ellipse at center, #05291e 0%, #00685d 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Optional shadow */
  filter: blur(50px);
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
  content: "";
  position: absolute
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
/* products */
.team-prdcts{
  position: relative;
}
.team-prdcts .shape{
  position: absolute;
  top: 0;
  left: -27vw;
   
}
.team-prdcts .shape svg {
  transform: rotate(11deg); /* Rotate the SVG 11 degrees */
  transform-origin: center; /* Set the rotation point to the center */
}
.products{
  background-color: #000;

}
.products .pdct-logo{
  height: 60px;
}
.products .section-title h2{
  margin-bottom: 0;
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 10px;  /* Adds rounded corners to images */
}

.owl-nav button {
  background-color: rgba(0, 0, 0, 0.5);  /* Adds background to nav buttons */
  color: white;  /* Changes nav buttons color */
}

.owl-dots .owl-dot span {
  background-color: #ccc;  /* Changes the color of the dots */
}

.owl-dots .owl-dot.active span {
  background-color: #007bff;  /* Color for active dot */
}
/* careers */
/*.career{*/
/*  background-color: #000;*/
/*  background: url(../images/bgs/4.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
  /* padding:100px 0; */
/*}*/
.career .section-content{
  /* background: radial-gradient(ellipse at 48.1% 98.2%, #04847D 0%, #262a36 38%, #000 52%); */

}
.career .section-title h2{
  text-align: center;
  
}
.career p{
  text-align: center;
}
.career p span{
  font-weight: bold;
}
.career .main-btn{
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
}
/* clients */
/*.clients{*/

/*  background: url(../images/bgs/5.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-color: #000;*/

/*}*/
.clients .section-content{
  /* background: radial-gradient(ellipse at 48.1% 1.2%, #04847D 0%, #262a36 38%, #000 52%); */
  padding: 0 150px;

}

/* testinonials */
.testimonials{
  /* background-color: #000; */
}
.testi-box {
  
  border-radius: 25px; /* Matches the corner radius of the SVG */
  background: linear-gradient(86.14deg, rgb(24, 46, 44, 0.41) 0%, rgba(49, 255, 241, 0.41) 100%); /* Matches the gradient in the SVG */

  mix-blend-mode: screen; /* Applies the blending effect */
  isolation: isolate; /* Ensures the blending mode works properly */
  padding: 50px;
}
.testi-box h4{
  color:#fff;
}
/* contact */
.contact-us{
  
  /* background-color: #000; */
}
.contact-us .section-title h2{
  margin-bottom: 0;
}
.c-box i{
  color: #fff;
  font-size: 40px;
}
.c-box{
  padding:30px 20px;
  backdrop-filter: blur(5px) brightness(71%);
  background-color: rgba(250, 250, 250, 0.10);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 15px;
}
.c-box i{
  margin-right: 20px;
}
.testi-contact{
  background-color: #000;
  background: url(../images/bgs/8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.testi-contact:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(64, 120, 113, 0.09);
  backdrop-filter: blur(15px) brightness(78%); 
}
 .c-content p{
  margin-bottom: 0;
 }

 
 .home-contact form {
  display: flex;
  flex-direction: column;
  width: 80%;
  backdrop-filter: blur(5px) brightness(71%);
    background-color: rgba(34, 240, 198, .10);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 100px;
}

.home-contact label {
  margin-bottom: 8px;
}

.home-contact input {
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.card-footer {
  text-align: left;
  padding: 15px;
}

button {
  padding: 10px 20px;
  background-color: #18ada3;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #18ada3;
}

@media (max-width: 600px) {
  .card {
    width: 90%;
  }
}
.contact-us .main-btn{
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
/* footer */
footer{

  background-color: #000;
  position: relative;
  background: url(../images/bgs/7.svg);
  background-repeat: no-repeat;
  background-size:cover;
  padding: 50px 0;
}
footer:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(250, 250, 250, 0);
  backdrop-filter: blur(5px) brightness(71%); 
}

footer .shape{
  position: absolute;
  top: -30vh;
  left: -29vh;
  
}
.footer-content{
  position: relative;
  z-index: 4;
  
}
.map{
  padding: 20px;
  background-color: rgba(250, 250, 250, 0);
  backdrop-filter: blur(10px) brightness(71%); 
  border-radius: 20px;
}
.quote{
  margin: 100px 0;
}
.quote p{
  font-style: italic;
  text-align: center;
  font-size: 20px;
}
footer .links li a{
  color: #fff;
}
footer .links li{
  display: inline-block;
  margin:20px 10vh;
  font-size: 18px;
  
}
.cpyright{
  position: relative;
  z-index: 4;
  margin-top: 100px;
}
.cpyright img{
  height: 50px;
  margin: 0 auto;
  display: flex;

}






.social-footer ul li a {
    
  color:#fff;
  background: var(--brand--color);
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
    display: flex
;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.social-footer ul li a:hover {
  background: #009688;
}
.social-footer ul li{
  list-style-type: none;
}
/* pop-up text */

.social-footer ul li a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.social-footer ul li a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.social-footer ul li a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

.social-footer ul li:nth-of-type(1) a:before {
content:'\f09a';
}
.social-footer ul li:nth-of-type(2) a:before {
content:'\f16d';
}
.social-footer ul li:nth-of-type(3) a:before {
content:'\f167';
}
.social-footer ul li:nth-of-type(4) a:before {
content:'\e61b';
}


.social-footer ul{
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
    justify-content: end;
}
.ds{
  color:var(--brand-color);
}

/*  */
.banner-imgs{
  position:relative;
}
.banner-round{
  position: absolute;
}
.banner-imgs .img1{
border-radius:25px;
}
.banner-imgs .img-box{
  margin-top: 10px;
}
.banner-imgs .img3{
  border-radius: 25px;
  width: 100%;
}
.img-box{
  width: 100%;
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0);
  backdrop-filter: blur(10px) brightness(71%); 
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.img-box img{
  width: 100%;
  border-radius:10px;
}
.year-box{
  position: relative;
    display: flex
;
    align-items: center;
 
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
    padding: 10px;
    z-index: 1;
    justify-content: center;

}
.year .line-shape{
  position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid var(--brand-color);
    border-radius: 45px;
    z-index: 0;
}
.year{
  position:relative;
  margin-top: 20px;
}
.year-box h4 span{
  font-size: 40px;
  font-weight: 600;
  color: var(--brand-color);
}
.year-box img{
  height: 50px;
  width: 50px;
}
.flex-direction-column{
  flex-direction: column;
}
.tagline{
  background: linear-gradient(to right, #0c7475, #0eae57);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 30px !important;
  font-family: "Lobster Two", serif;
text-align: center;
}


/* team */


.screenshot_slider{
padding-top: 100px;
padding-left: 8vw;
padding-right: 8vw;
}
.screenshot_slider .owl-stage{
  padding-top: 100px;
}
 .screenshot_slider .owl-item .item img {
   -webkit-transition: 0.3s;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
   -o-transition: 0.3s;
   transition: 0.3s;
   -webkit-transform: scale(0.80);
   -ms-transform: scale(0.80);
   transform: scale(0.80);
}

.screenshot_slider .owl-item.center .team-slide .team-box {
position: relative;
top: -100px;
}
.screenshot_slider .owl-item.center .team-slide .team-box .caption{
  visibility: visible;
  transition: 0.5s all ease;
}
.screenshot_slider .owl-nav {
   text-align: center;
    margin: 40px 0;
}
.screenshot_slider .caption h4{
  color: #fff;
}
.screenshot_slider .owl-nav button {
 font-size: 24px !important;
 margin: 10px;
 color: #fff !important;
} 
.screenshot_slider .team-slide{
  margin: 0 20px;
}


footer .shape-img{
  position: absolute;
  height: 2000px;
  top: -39vh;
  left: -12vw;


}
footer{
  overflow: hidden;
}
.service-gallery {
  /* background: radial-gradient(ellipse at 48.1% 1.2%, #04847b 0%, #262a36 60%, #000 100%); */
  background: url(../images/bgs/gall-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.screenshot_slider .owl-nav:after{
  border-radius: 50%; /* Makes it elliptical like the SVG */
  background: radial-gradient(ellipse at center, #05291e 0%, #00685d 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Optional shadow */
  filter: blur(50px);
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
  content: "";
  position: absolute
}
.screenshot_slider .owl-nav{
  position: relative;
}
.owl-nav button{
    position:relative;
    z-index:4;
}
header.scrolled{
 background-color: rgba(250, 250, 250, 0);
  backdrop-filter: blur(20px) brightness(71%); 

    position: fixed;
    top: 0;
    z-index: 99;
}

 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .links{
      display: flex
;
    align-items: center;
    justify-content: center;
    margin-top:40px;
  }
  .links a{
      margin:20px 0;
      color:#fff;
  }




  /* inner banner */


.hero__bitcoin {
  min-height: 790px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__bitcoin {
      min-height: 750px; } }
  @media (max-width: 1199px) {
    .hero__bitcoin {
      min-height: 700px; } }
  @media (max-width: 991px) {
    .hero__bitcoin {
      min-height: 575px; } }
.hero__bitcoin-content {
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px); }
  @media (max-width: 991px) {
    .hero__bitcoin-content {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); } }
  .hero__bitcoin-content .title {
    font-size: 102px;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -3.06px; }
    @media (max-width: 1199px) {
      .hero__bitcoin-content .title {
        font-size: 80px; } }
    @media (max-width: 991px) {
      .hero__bitcoin-content .title {
        font-size: 50px; } }
    .hero__bitcoin-content .title span {
      display: inline-block; }
  .hero__bitcoin-content p {
    font-size: 20px;
    line-height: 29px; }
  .hero__bitcoin-content .btc-btn {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -0.18px;
    max-width: 412px;
    width: 100%;
    padding: 22px 50px; }
    .hero__bitcoin-content .btc-btn:hover i {
      right: 45px; }
    .hero__bitcoin-content .btc-btn i {
      right: 50px; }
.hero__img {
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 1270px;
  z-index: -2; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__img {
      top: 67px;
      max-width: 900px; } }
  @media (max-width: 1199px) {
    .hero__img {
      top: 100px;
      max-width: 700px; } }
  @media (max-width: 991px) {
    .hero__img {
      top: 131px;
      max-width: 650px;
      right: -100px; } }
  @media (max-width: 767px) {
    .hero__img {
      top: 92px;
      max-width: 450px;
      right: -120px; } }
.hero__ico {
  min-height: 1080px;
  padding-top: 220px; }
  @media (max-width: 1199px) {
    .hero__ico {
      min-height: 930px; } }
  @media (max-width: 991px) {
    .hero__ico {
      min-height: 1270px; } }
  @media (max-width: 767px) {
    .hero__ico {
      padding-top: 180px; } }
.hero__blockchain {
  /* min-height: 1060px; */
  padding-top: 205px;
  }
  @media (max-width: 1199px) {
    .hero__blockchain {
      min-height: 820px; } }
  @media (max-width: 991px) {
    .hero__blockchain {
      padding-top: 160px;
      min-height: 780px; } }
  @media (max-width: 767px) {
    .hero__blockchain {
      padding-top: 130px;
      min-height: 300px; } }
.hero__bg {
  background-position: center 250px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__bg {
      background-position: center 422px; } }
  @media (max-width: 1199px) {
    .hero__bg {
      display: none; } }
.hero__content .title {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: -2.4px; }
  @media (max-width: 991px) {
    .hero__content .title {
      font-size: 54px;
      line-height: 69px; } }
  @media (max-width: 767px) {
    .hero__content .title {
      font-size: 43px;
      line-height: 57px; } }
  .hero__content .title span {
    background: linear-gradient(270deg, #5E2FF4 0%, #8CA7FF 17.47%, #E4DAFF 39.54%, #C570FB 60.49%, #C3B1FE 84.44%, #5E2FF4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.hero__shape .shape {
  position: absolute;
  z-index: -2; }
  .hero__shape .shape--1 {
    top: 0;
    left: 0; }
  .hero__shape .shape--2 {
    top: 0;
    left: 0; }
  .hero__shape .shape--3 {
    bottom: -100px;
    right: 0; }
.hero__coin .coin {
  position: absolute; }
  .hero__coin .coin--1 {
    left: 1%;
    bottom: 15.5%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__coin .coin--1 {
        bottom: 20.5%; } }
    @media (max-width: 1199px) {
      .hero__coin .coin--1 {
        bottom: 7.5%; } }
    @media (max-width: 767px) {
      .hero__coin .coin--1 {
        bottom: 3.5%;
        left: 0; } }
  .hero__coin .coin--2 {
    left: 26%;
    bottom: 17.7%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__coin .coin--2 {
        bottom: 21.7%; } }
    @media (max-width: 1199px) {
      .hero__coin .coin--2 {
        bottom: 9.7%; } }
    @media (max-width: 767px) {
      .hero__coin .coin--2 {
        bottom: 4.7%;
        left: 36%; } }
  .hero__coin .coin--3 {
    right: 43%;
    bottom: 16%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__coin .coin--3 {
        right: 41.5%;
        bottom: 21%; } }
    @media (max-width: 1199px) {
      .hero__coin .coin--3 {
        bottom: 8%; } }
    @media (max-width: 767px) {
      .hero__coin .coin--3 {
        right: 3%;
        bottom: 5%; } }
  .hero__coin .coin--4 {
    right: 35%;
    bottom: 57%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__coin .coin--4 {
        right: 32%;
        bottom: 53%; } }
    @media (max-width: 991px) {
      .hero__coin .coin--4 {
        right: 19%;
        bottom: 64%; } }
  .hero__coin .coin--5 {
    right: 13%;
    top: 22%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__coin .coin--5 {
        top: 36%; } }
    @media (max-width: 1199px) {
      .hero__coin .coin--5 {
        right: 3%;
        top: 20%; } }
    @media (max-width: 767px) {
      .hero__coin .coin--5 {
        right: 0;
        top: 24%; } }
  .hero__coin .coin--6 {
    right: 3%;
    bottom: 36%; }
    @media (max-width: 1199px) {
      .hero__coin .coin--6 {
        bottom: 21%; } }
    @media (max-width: 767px) {
      .hero__coin .coin--6 {
        bottom: 28%; } }
.hero__explore span {
  color: var(--color-white);
  font-size: 20px;
  margin-top: 13px;
  display: inline-block; }
.hero__explore .scroll-down {
  width: 22px;
  height: 33px;
  border: 1px solid var(--color-white);
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .hero__explore .scroll-down:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    transform: translateX(-50%);
    background: var(--color-white);
    animation: scrollDown 1.5s ease infinite; }
  .hero__explore .scroll-down:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    width: 2px;
    height: 8px;
    border-radius: 3px;
    transform: translateX(-50%);
    background: var(--color-white); }
.hero__countdown h6 {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.96px; }
.hero__countdown .countdown .single {
  min-width: 100px;
  height: 100px;
  background-color: #1F1F48;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px; }
  @media (max-width: 1199px) {
    .hero__countdown .countdown .single {
      min-width: 80px;
      height: 80px; } }
  .hero__countdown .countdown .single:not(:last-child) {
    margin-right: 10px; }
  .hero__countdown .countdown .single h1 {
    font-size: 30px;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 2px; }
    @media (max-width: 1199px) {
      .hero__countdown .countdown .single h1 {
        font-size: 20px; } }
  .hero__countdown .countdown .single p {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600; }
.hero__explore-wrap {
  -webkit-transform: translate(24%, 31%);
  -ms-transform: translate(24%, 31%);
  transform: translate(24%, 31%); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__explore-wrap {
      -webkit-transform: translate(-2%, 63%);
      -ms-transform: translate(-2%, 63%);
      transform: translate(-2%, 63%); } }
  @media (max-width: 1199px) {
    .hero__explore-wrap {
      -webkit-transform: translate(0, 5%);
      -ms-transform: translate(0, 5%);
      transform: translate(0, 5%); } }
  @media (max-width: 991px) {
    .hero__explore-wrap {
      margin-top: 30px; } }
.hero__explore {
  margin-bottom: 260px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__explore {
      margin-bottom: 200px; } }
  @media (max-width: 1199px) {
    .hero__explore {
      margin-bottom: 100px; } }
.hero__progress {
  max-width: 672px; }
  .hero__progress .progress {
    overflow: unset;
    height: 6px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background: rgba(255, 255, 255, 0.1); }
  .hero__progress .progress-bar {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    background: var(--gardient, linear-gradient(270deg, #5E2FF4 0%, #8CA7FF 17.47%, #E4DAFF 39.54%, #C570FB 60.49%, #C3B1FE 84.44%, #5E2FF4 100%));
    height: 8px;
    top: -1px;
    position: relative; }
  .hero__progress .progress-title {
    margin-bottom: 22px; }
    .hero__progress .progress-title span {
      color: var(--color-white);
      font-weight: 600;
      font-size: 14px; }
      .hero__progress .progress-title span span {
        color: #B3B3C0; }
  .hero__progress ul {
    margin-top: 38px; }
    .hero__progress ul li {
      font-size: 14px;
      color: var(--color-white);
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      .hero__progress ul li::before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 2px;
        height: 10px;
        background-color: var(--color-white);
        top: -18px; }
.hero__blockchain-icon .icon span {
  display: inline-block;
  -webkit-transform: translate(32px, -10px);
  -ms-transform: translate(32px, -10px);
  transform: translate(32px, -10px); }
.hero__blockchain-icon .icon--1 {
  top: -176px;
  left: 25%; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__blockchain-icon .icon--1 {
      top: -170px;
      left: 20%; } }
  @media (max-width: 1199px) {
    .hero__blockchain-icon .icon--1 {
      left: 0; } }
  @media (max-width: 991px) {
    .hero__blockchain-icon .icon--1 {
      top: auto;
      bottom: -135px; } }
.hero__blockchain-icon .icon--2 {
  bottom: -207px;
  left: 4%; }
.hero__blockchain-icon .icon--3 {
  top: -188px;
  right: -43%; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__blockchain-icon .icon--3 {
      top: -170px;
      right: 0; } }
  @media (max-width: 1199px) {
    .hero__blockchain-icon .icon--3 {
      right: 0; } }
  @media (max-width: 991px) {
    .hero__blockchain-icon .icon--3 {
      top: auto;
      bottom: -100px; } }
.hero__blockchain-icon .icon--4 {
  bottom: -222px;
  right: -24%; }
  .hero__blockchain-icon .icon--4 span {
    -webkit-transform: translate(-32px, -10px);
    -ms-transform: translate(-32px, -10px);
    transform: translate(-32px, -10px); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__blockchain-icon .icon--4 {
      right: 0; } }
  @media (max-width: 1199px) {
    .hero__blockchain-icon .icon--4 {
      right: 0; } }
  @media (max-width: 991px) {
    .hero__blockchain-icon .icon--4 {
      bottom: -208px; } }

@media (max-width: 1199px) {
  .blockchain-hero__content .title {
    font-size: 60px; } }
@media (max-width: 767px) {
  .blockchain-hero__content .title {
    font-size: 40px; } }

@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0; }
  50% {
    transform: translate(-50%, 4px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 7px);
    opacity: 0; } }

    .absolute{
      position:absolute;
    }
    .pos-rel{
      position: relative;
    }
    header{
      z-index:99;
    }
    .inner-header{
      background-color: #0B0E13;
    box-shadow: 0px 8px 77px 0px rgba(0, 0, 0, 0.71);
    }
    .inner-banner h4{
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 40px;
    }
    .inner-banner ul li{
      display: inline-block;
    }
    .inner-banner ul li a{
      color: #fff;
    }
    .inner-banner ul{
      text-align: center;
    }
    .inner-banner ul li a.home{
      color:var(--brand-color);
    }


    /* about inner page */
    .rts-title-area h2{
      color: #fff;
    
    }
    .rts-title-area .pre-title{
      color: var(--brand-color);
    }
    .about-inner .disc{
      text-align: justify;
      padding: 30px 0;
    }
    .about-success-wrapper .single {
      display: flex
  ;
      align-items: center;
      margin-bottom: 5px;
      align-items: flex-start;
  }
  .about-success-wrapper .single i {
    padding: 4px;
    background: var(--brand-color);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;

}

/* contact page */
.contact__two-left h3{
  color: #fff;
}
.contact__two-right h3{
  color: #fff;
}
.contact__two-content {
  max-width: 600px;
  margin: 0 auto;
}
.contact__two{
  background-color: #131313;
}
.contact__two-box {
  box-shadow: 0 0 80px #151718;
  padding: 90px 70px;
  margin: 0;
  background: #101010;
  position: relative;
  z-index: 2;
}
.contact__two-left {
  margin-right: 50px;
}
.contact__two-left-item {
  border-bottom: 1px solid var(--brand-color);
  margin-bottom: 28px;
  padding-bottom: 25px;
  display: flex;
  gap: 20px;
}
.contact__two-left-item-icon img {
  max-width: 45px;
}
.contact__two-left-item-info span {
color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.contact__two-left-item-info p {
  text-transform: lowercase;
  line-height: 27px;
  color: #fff;
  font-weight: 600;
  max-width: 240px;
}
.contact__two-left-item-info p a {
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
}
.contact__two-left-item-socialIcon h6{
  color: #fff;
}
.contact__two-left-item-info p a:hover {
  color:var(--brand-color);
}
.contact__two-left-item-socialIcon ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.contact__two-left-item-socialIcon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.contact__two-left-item-socialIcon ul li:last-child {
  margin: 0;
}
.mb-30{
  margin-bottom: 30px;
}
.contact__two-left-item-socialIcon ul li a i {
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--brand-color);
  font-size: 15px;
  border-radius: 50%;
  transition: 0.4s;
}
.contact__two-left-item-socialIcon ul li a i:hover {
  background: var(--brand-color);
  color: #fff;
}
.contact__two-right p {
  max-width: 500px;
  margin-bottom: 30px;
}
.contact__two-right-form-item textarea {
  height: 177px;
}
.contact__two-map {
  margin-top: -150px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}
.contact__two-map iframe {
  width: 100%;
  height: 700px;
  display: block;
  filter: grayscale(1);
}
.conbix-contact-item {
  position: relative;
}
.conbix-contact-item span {
  position: absolute;
  right: 16px;
  top: 23px;
  color: var(--brand-color);
  font-weight: 400;
}   
.conbix-contact-item input,
.conbix-contact-item textarea {
  font-size: 15px;
}.contact__page {
  position: relative;
  z-index: 2;
}
.conbix-contact-item input, .conbix-contact-item textarea{
  border-radius: 6px;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  padding: 0 15px;
  background: var(--bg-white);
}
.conbix-contact-item textarea{
  padding:15px;
}
.contact__two-right-form-item textarea {
  height: 177px;
}
.contact__page-form {
  background: var(--brand-color);
  padding: 70px;
}
.contact__page-form-item textarea {
  height: 180px;
}
.contact__page-info {
  margin-left: 100px;
}
.contact__page-info-item {
  display: flex;
  margin-bottom: 40px;
}
.contact__page-info-item:last-child {
  margin: 0;
}
.contact__page-info-item h6 span {
  margin-left: 25px;
}
.contact__page-info-item > span {
  max-width: 290px;
  margin-left: 45px;
  margin-top: 1px;
}
.contact__page-info-item > span a {
  text-transform: lowercase;
  display: block;
  transition: 0.4s;
}
.contact__page-info-item > span a:hover {
  color: var(--brand-color);
}
.contact__page-map {
  margin-top: -180px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}
.contact__page-map iframe {
  width: 100%;
  height: 600px;
  display: block;
  filter: grayscale(1);
}
/* projects inner */
.project-inner .item {
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 20px;
}
.project-inner .item::before {
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  transition: all 0.4sease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
}
.project-inner .item .portfolio-wrapper .img-fluid img {
  width: 100%;
  border-radius: 20px;
}
.project-inner .item .portfolio-wrapper .single-portfolio {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: scale(1);
  transition: all 0.4s;
  z-index: 9;
}
.project-inner .item .portfolio-wrapper .single-portfolio span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.project-inner .item .portfolio-wrapper .single-portfolio .portfolio-title {
  font-size: 22px;
  font-weight: 700;
}
.project-inner .item .portfolio-wrapper .pf-btn {
  background-color: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display:flex;
  border-radius: 50%;
  position: absolute;
  bottom: 16%;
  left: 15%;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 9;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.project-inner .item::after {
  content: "";
  position: absolute;
  background-color: var(--brand-color);
  opacity: 0.902;
  clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
  width: 100%;
  height: 0;
  transition: all 0.4sease 0s;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 1;
}
.project-inner .item:hover::before {
  background: #125975;
  opacity: 0.902;
  clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
}
.project-inner .item:hover .portfolio-wrapper .single-portfolio {
  top: 8%;
  bottom: unset;
}
.project-inner .item:hover .portfolio-wrapper .pf-btn {
  transform: scale(1);
}
.project-inner .item:hover::after {
  visibility: visible;
  height: 100%;
}
/* career inner page */
.job-box{
  padding: 20px 30px;
  border: 1px solid #fff;
  border-left: 1px solid var(--brand-color);
  border-radius: 10px;
}
.job-title{
  color:#fff;
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.job-title:after{
  position: absolute;
content: "";
height: 2px;
width: 10%;
left: 0;
bottom:0;
background-color: var(--brand-color);
}
.job-title:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  left: 10%;
  bottom:0;
  background-color: var(--white-color);
  }
  .job-desc h6{
    color:#fff;
  }
  .job-desc{
    margin-top: 1.5rem;
  }
  
.job-desc .main-btn{
  display: block;
  text-align: center;
}
.form-container{
  font-family: 'Merriweather Sans', sans-serif;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.form-container:after{
  content: '';
  background-color: var(--brand-color);
  height: 80%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -46px;
  z-index: -1;
}
.form-container .form-horizontal{
  background-color: #fff;
  padding: 15px 0;
}
.form-container .form-horizontal .heading{
  color: var(--brand-color);
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
.form-container .form-horizontal span{
  color: rgba(0,0,0,.7);
  font-size: 18px;
  margin: 0 0 30px 0;
  display: block;
}
.form-container .form-horizontal .form-group{
  width: 70%;
  margin: 0 auto;
  border: 1px solid var(--brand-color);
  border-bottom: none;
  position: relative;
}
.form-container .form-horizontal .form-group{
  border-bottom: 1px solid var(--brand-color);
  margin: 0 auto 15px;
  border-radius: 5px;
}
.form-container .form-horizontal i.icon{
  color: var(--brand-color);
  font-size: 18px;
  transform: translateY(-50%);
  position: absolute;
  left: 8px;
  top: 50%;
}
.form-container .form-horizontal .form-control{
  height: 50px;
  font-size: 15px;
  padding: 10px 8px 10px 40px;
  border: none;
}
.form-container .form-control::placeholder{ color: rgba(0,0,0,0.5); }
.form-container .form-horizontal .form-control:focus{ box-shadow: none; }
.form-container .form-horizontal .btn{
  color: #fff;
  background-color: var(--brand-color);
  padding: 7px 23px;;
  border: 2px solid transparent;
  transition: all 0.5s;
}
.form-container .form-horizontal .btn:hover{
  color: var(--brand-color);
  background-color: #fff;
  border: 2px solid var(--brand-color);
}
.form-container .login-form ul{
  list-style: none;
  padding: 25px 0;
  margin: 0;
}
.form-container .login-form ul li{
  margin: 0 5px;
  display: inline-block;
}
.form-container .login-form ul li:first-child{ border-right: 1px solid #fff; }
.form-container .login-form ul li a{
  color: #fff;
  padding: 0 10px 0 0;
  transition: all 0.5s;
}
.form-container .login-form ul li a:hover{ text-decoration: underline; }
@media screen and (max-width: 576px){
  .form-container{ padding: 0 10px; }
  .form-container .form-horizontal span{ font-size: 15px; }
  .form-container .form-horizontal .form-group{ width: 90%; }
}
.modal-dialog{
  max-width: 800px;
}
.modal-content{
  background-color: transparent;
}
.btn-close{
  float: right;
  margin-right: 20px;
}

/* project page */
.project-inner .page-content{
  margin-top: 1.5rem;
}
.project-inner .page-content h2{
  color: #fff;
}
.widget {
  padding: 40px;
  background-color: #131313;
  margin-bottom: 40px;
  position: relative;
  border-radius: 0px;
}
.widget_title{
  position: relative;
  font-size: 24px;
  font-weight: 700;
color: #fff;
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 40px 0;
}
.widget_title:after, .widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #CDCDCD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_title:after {
  background-color: var(--brand-color);
  width: 40px;
}
.info-list {
  margin-top: -16px;
}
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list li {
  border-bottom: 1px dashed #D3DBEB;
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.info-list strong {
  font-weight: 600;

  display: block;
  font-size: 18pxx;
}


/* service page */
.background-service {

  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-one-inner {
  display: flex
;
  padding: 52px 35px 40px 64px;
  position: relative;
  height: 100%;
}
.service-one-inner.one::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 13%;
}
.service-one-inner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  right: -15px;
}
.service-one-inner .thumbnail {
  margin-right: 37px;
}
.service-one-inner .thumbnail img {
  max-width: 65px;
  height: auto;
}
.service-one-inner .service-details .title {
  margin-bottom: 30px;
}
.service-one-inner .service-details p {
  margin-bottom: 20px;
}
.rts-read-more.btn-primary {
  background: transparent;
  color: #fff;
}
.rts-read-more {
  font-weight: 600;
  color: #1C2539;
  transition: 0.5s all ease;
  color: #fff;
}
.rts-read-more i {
  padding: 13px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
  color: #1C2539;
  line-height: 12px;
  font-size: 14px;
  transition: var(--transition);
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.rts-read-more:hover i {
  background: var(--brand-color);
  color: var(--white-color);
}
.rts-read-more:hover {
  color: var(--brand-color);
}
.service-one-inner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  right: -15px;
}
.service-one-inner.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.service-one-inner.three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  bottom: 0;
  left: 0;
}
.service-details  a{
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
}
.service-one-inner.four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.service-one-inner.five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.service-one-inner.six::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.service-one-inner.five{
  position: relative;
}
.service-one-inner.six{
  position: relative;
}
.background-service .col-xl-4{
  padding: 0;
}


.service-detials-step-1 h4{
  color:#fff;
  margin-top: 2rem;
}
.rts-single-wized {
  background: #131313;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
.wized-header h5{
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}
.rts-single-wized .single-categories li a {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #000;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
  text-decoration: none;
}
.rts-single-wized .single-categories li a:hover {
  background: var(--brand-color);
  transform: translateY(-5px) scale(1.03);
  color: var(--white-color);
}
.rts-single-wized .single-categories li{
list-style-type: none;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 30px 0;
}
.wized-body{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wized-header a img{
  display: flex;
  margin: 0 auto;
  width: 60%;
}

/* clients inner page */
.clients-inner .box{
  background: linear-gradient(315deg,var(--brand-color) 0%,#0a5d4d 100%);;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  position: relative;
}
.clients-inner .box:before,
.clients-inner .box:after{
  content: "";
  height: 100%;
  width: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.clients-inner .box:after{
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.clients-inner .box:hover:before{
  opacity: 1;
  left: 10px;
  top: 10px;
}
.clients-inner .box:hover:after{
  opacity: 1;
  right: 10px;
  bottom: 10px;
}
.clients-inner .box img{
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: all 600ms ease;
}
.clients-inner .box:hover img{
  opacity: .4;
  transform: scale(1.3) rotate(15deg);
}
.clients-inner .box .box-content{
  color: #fff;
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.clients-inner .box .title{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 4px;
}
.clients-inner .box .post{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: block;
}
.clients-inner .box .title,
.clients-inner .box .post{
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.5s ease 0s;
}
.clients-inner .box:hover .title,
.clients-inner .box:hover .post{
  opacity: 1;
  transform: translateX(0);
}
.clients-inner .box .icon{
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.clients-inner .box .icon li{
  margin: 0 7px 0 0;
  display: inline-block;
  transform: rotateX(90deg);
  transition: all 0.5s ease 0s;
}
.clients-inner .box .icon li:nth-child(2){ transition: all 0.5s ease 0.15s; }
.clients-inner .box:hover .icon li{ transform: rotateX(0); }
.clients-inner .box .icon li a{
  color: #7303c0;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.3s ease;
}
.clients-inner .box .icon li a:hover{
  color: #fff;
  background-color: #ec38bc;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.clients-inner .box .icon li a i{ line-height:inherit; }
@media only screen and (max-width:990px){
  .clients-inner .box{ margin: 0 0 30px; }
}


.inner-page{
  background-image: linear-gradient(109deg, var(--brand-color) -47%, #000 46%);
}
.career-clients{
 
    /* background: radial-gradient(ellipse at 48.1% 1.2%, #04847D 0%, #262a36 38%, #000 52%); */
    background: url(../images/career-client-bg.png);
    background-repeat: no-repeat;

        background-size: contain;
    background-position: center;
}
form textarea{
        border-radius: 5px;
    padding: 8px;
}

.active{
    /*color:yellow !important;*/
}
@media(min-width:1200px){
    a.nav-link.active {
        border-bottom: white 3px solid;
    }
    .navbar .navbar-nav .nav-item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-color: var(--white-color);
    width: 0%;
    height: 4px;
    transition: all 0.5s;
  }
  .navbar .navbar-nav .nav-item:hover::before {
    width: 100%;
  }
}