* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100%;
}
body{
    overflow-x: hidden;
}



:root {
    --bs-title: rgb(255, 255, 255) !important;
    --text-para:grey;
    --text-head: rgb(69, 69, 69);
    --theme-color:rgb(255, 255, 255);
    /* --theme-color:linear-gradient(51deg, rgba(58,83,180,1) 0%, rgba(29,214,253,1) 50%, rgba(40,122,219,1) 100%); */
    --theme-color2:linear-gradient(225deg, rgba(218,93,9,1) 48%, rgba(255,192,0,1) 100%);
    --blog-blue:rgb(49,153,224);
    /* --body_div_color:#090b22; */
    --body_div_color:linear-gradient(0deg, rgba(1, 1, 88, 0.9), rgba(1, 1, 88, 0.9)), url("https://static-gcp.freepikcompany.com/freepik/ai-image-generator-2023/gam/noise.png");
    --theme_color_heading:rgb(0, 26, 255);
}
p{
    margin: 0px;
}
.theme_color{
    color: var(--theme_color_heading);
}

h1,h2{
    font-weight: bolder;
}
p ,ul li,h1,h2,h3,span{

    /* word-break: break-all; */
    line-height: 1.4;
    list-style: none;
    word-spacing: 1.2;
}
.text_animate{
    margin-bottom: 50px;
}
.container1{
    display: inline-block;
    font-family: "arial";
    font-size: 24px;
  }
  
  #typed {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    animation: typing 4s infinite;
    animation-fill-mode: forwards;
  }
    
  @keyframes typing {
    0% ,100% { width: 0 }
    50% { width: 100% }
  }

.btn{
    font-size: 15px;
    font-weight: bold;
}
/* animation of banner start */
/* ---- reset ---- */

body {
    margin: 0;
    /* font:normal 75% Arial, Helvetica, sans-serif; */
  }
  
  canvas {
    display: block;
    vertical-align: bottom;
  }
  
  /* ---- particles.js container ---- */
  
  #particles-js {
    /* position: absolute; */
    width: 100vw;
    height: 80vh;
    background-color: #000000;
    background-image: url("./images/computer.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  /* ---- stats.js ---- */
  
  .count-particles{
   
    position: absolute;
    width: 100vw !important;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .js-count-particles{
    font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
    -webkit-user-select: none;
  }
  
  #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  
  .count-particles{
    border-radius: 0 0 3px 3px;
  }
  .text-ani{
    width: max-content;
    left: 0;
    right: 0;
  }
/* animation of banner end */
/* header scroll open */
header {
    background: rgba(0, 0, 0, 0);
    transition: 1s;
    position: fixed;
}

header .head_title img {
    width: 85px;
    transition: 1s;
}

.actives {
    background-color: rgb(255, 255, 255);
    background: rgb(0, 81, 115);
    /* background: linear-gradient(24deg, rgba(0,81,115,1) 0%, rgba(41,109,252,1) 0%, rgba(112,218,255,1) 100%);
    transition: 1s; */
    background: rgb(82, 58, 180);
    background: var(--theme-color);
}
.actives ul li a{
    color: black;
}
.actives h2 {
    /* color: rgb(0, 102, 255) !important;  */
    font-size: 20px;
    transition: 1s;
    margin: 0px;
}
.head_title{
    max-width: 120px;
}
/* header scroll close */


.banner_video {
    height: 100vh;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.banner_video video{
   width: 100vw;
   height: 100vh;
    object-fit: cover;
    
}

.header_links li a{
    color: white;
}
.actives .header_links li a:after{
    background: black;
}
.header_links li a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .header_links li a:hover:after  { 
    width: 100%; 
    left: 0; 
  }
  
  .header_links li a{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.10em;
  display: inline-block;
  padding: 21px 20px;
  position: relative;
  }

.banner_text h1 {
    color: var(--bs-title);
    font-size: 50px;
}

.banner_text p {
    color: var(--bs-white);

}

.banner_img {
    transform: translatey(0px);
    transition: 1.5s  cubic-bezier(0.4, 0.42, 0, 3.85);;

}

.banner_img:hover {
    transform: translatey(-50px) !important;
    bottom: 10px;
}

.text_para {
    color: var(--text-para)
}
.text_head{
    color:var(--text-head)
}

/* increment sec start */
.increment_sec{
    border-bottom:2px solid rgba(171, 171, 171, 0.671);
}
.inc_sec{
    display: flex;
    flex-direction: column;
    text-align: center;
    
}
.inc_sec .num_inc,.num_inc_symbol{
    font-size: 30px;
    color: rgb(0, 102, 255);
}

/* increment sec stoped */

/* parrel img start */
.parallel_img{
    background-image: url('./images/back_png.jpg');
    /* Full height */
    height: 70vh; 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.86);
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallel_img h1{
    color: white;
    font-size: 70px;
    background-color: rgba(0, 0, 0, 0.664);
}

/* parrel img ends */
/* read more */
#more_text{
    display: none;
    transition: all 1s ease-in-out;
    
}
#more_text2{
    display: none;
    transition: all 1s ease-in-out;
    
}
.btn_read_1{
    /* background: rgb(37,174,176); */
    background: #050611;
    border: 0 !important;
    color: rgb(0, 0, 0);
    background: linear-gradient(to right, var(--theme_color_heading) 50%, rgb(255, 255, 255) 50%);
    /* background: linear-gradient(to left,  rgba(58,83,180,1) , rgba(29,214,253,1) , rgba(40,122,219,1)) right; */
    background-size: 200% 100%;
    background-position: right bottom;
    transition: .5s ease-out;
}
.btn_read_1:hover{
    background-position: left;
    color: white;
}


/* read more close */

/* client sec open */
.client_sec{
    padding: 50px 0px;
    background: rgb(218,93,9);
    background: var(--theme-color2);
    clip-path: polygon(0 14%, 100% 0%, 100% 85%, 0% 100%);}
.client_sec p{
    color:white;
}
.client_dp{
    max-width: 50px;
    min-width: 45px;
}
.quote img{
    width: 10%;
    opacity: 0.8;
}
/* client sec close */

/* blog sec start */


.blog_sec p{
    color: white !important;
}
.blog_sec .sec_1{
    height: 500px;
    width: 100%;
}
.blog_sec .sec_1 img{
    height: 100%;
    width: 100%;
}
.blog_sec .sec_2{
    height: 250px;
}
.blog_sec .sec_2 img{
    height: 100%;
}
.blob_para{
    background: var(--blog-blue);
}
.blog_image::after{
        content:"";
        position:absolute;
        background: linear-gradient(0deg,rgba(0,0,0,1) 0%, rgba(255,255,255,0)100%);
        z-index:2;
        height:100%;
        width:100%;
        top:0;
        left:0;
}
/* blog sec end */

/* sign up starts */
.sign_up{
    background: var(--body_div_color);
    /* clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%); */

}
.sign_up h1, .sign_up p{
    color: white;
}
.sign_up .form-outline .form-control~.form-notch div {
    border: 0 !important;
}
.sign_up .form-outline .form-control {
    border-radius: 20px;
    background-color: white;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sign_up .form-outline .form-control:focus~.form-notch .form-notch-trailing,.sign_up .form-outline .form-control:focus~.form-notch .form-notch-middle,.sign_up .form-outline .form-control:focus~.form-notch .form-notch-leading {
    box-shadow: none;
}
.sign_up .form-outline .form-control:focus~.form-label {
    top: -13px;
    color: white;
    font-size: 20px;
}
.form-outline .form-control~.form-label {
    top: 3px;
    color: rgba(58, 58, 58, 0.521);
}
/* sign up ends */

/* footer starts */
footer{
    background-color: rgb(253, 253, 253);
}
footer h3, footer p ,footer ul li a{
    color: rgb(0, 0, 0);
    transition: 0.5s ;
}
footer .icons li{
    padding: 10px;
    transition: 1s ;


}
footer li{
    list-style: none;
}
footer .icons i{
    font-size: 25px;
}

footer ul li a:hover{
    color:  rgba(218,93,9,1);
    transition: 0.5s ;
}
footer h3{
    padding-bottom:4px;
    color: #142bdf;
}
/* footer ends */
/* footer nav start */
    .footer_icons{
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(210, 210, 210);
    }
    .footer_icons ul li{
        font-size: 15px;
    }
    .footer_icons ul li a{
        color: white;
        transition: 0.5s;
    }
    .footer_icons ul li a i{
        color: black;
    }
    .footer_icons ul li a:hover{
        color: rgb(9, 177, 255);
        transition: 0.5s;
    }
    footer ul{
        padding: 0px;
        font-size: 13px;
    }
/* footer nav ends */

/* floting icons start */
.floting_icons{
    bottom: 10%;
}
.floting_icons ul{
    margin: 10px;
}
.floting_icons ul li{
    padding: 10px;
    width: 42px;
}
.floting_icons ul li img{
    opacity: 0.8;
    transition: 1s;
}
.actives img{
    transition: 1s;
}
.floting_icons ul li:hover img{
    transform: rotate(360deg);
    transition: 1s;
    opacity: 1;
}
/* floting icons ends */
@media (max-width:992px) {
    .banner {
        padding-top: 100px;
        padding-bottom: 20px;
        height: auto;
    }

    .banner .img-fluid {
        max-width: 65% !important;
    }

    .banner_text h1 {
        font-size: 30px;
    }
    .quote img{
        width: 6%;
    }
    #typed{
        font-size: 30px;
    }
    .banner_text .p2{
        width: 100% !important;
    }
    .parallel_img h1{
        color: white;
        font-size: 50px;
    }
    .inc_sec .num_inc,.num_inc_symbol{
        font-size: 20px;
    }
}

/* carousal */
.card {
    border: none;
    border-radius: 0;
    box-shadow: none !important;
  }
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev:hover,
  .carousel-control-next:hover{
    color: var(--theme_color_heading);
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e100;
    width: 6vh;
    color: #000000;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev span,
  .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
  }
  .image-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
  }
  @media screen and (min-width: 577px) {
    .cards-wrapper {
      display: flex;
    }
    .card {
      margin: 0 0.5em;
      width: calc(100% / 2);
    }
    .image-wrapper {
      max-height: 150px;
      margin: 0 auto;
      height: 100%;
    }
  }
  @media screen and (max-width: 576px) {
   
    .card {
      margin: 0 0.5em;
      width: calc(100%);
    }
  }
  
  .image-wrapper img {
    max-width: 100%;
    height: 100%;
  }

  /* div selector starts */
 .div_selector button{
    border: 0px;
    background: none;
    padding: 2px;
    color: white;
 }
.div_selector h1, .div_selector p{
    color: rgb(204, 204, 204);
}
 .div_box h1 ,.div_box p {
    color: white;
 }
 .div_change_btn{
    text-align-last: left;
 }
 .div_selector .div_box .box{
    border-radius: 20px;
    background-position: center;
    min-height: 300px;
    z-index: 99;
    background-repeat:repeat;
 }
 .div_selector .div_box{
    min-height: 300px;
    background-color: #00000067;
    z-index: 100;
 }
 .div_selector_btn button{
    transition: 0.3s;
    display: block;
 }
 .div_selector_btn button:hover{
    color:var(--theme_color_heading);
    transition: 0.4s;
 }
 .div_selector_btn button:focus{
    color:var(--theme_color_heading)
 }
 .div_selector{
    background-color: var(--body_div_color);
    background: linear-gradient(0deg, rgba(0, 0, 40, 0.9), rgba(10, 10, 41, 0.9)), url(./images/spots.png);
 }
 .it_div{
    background: url(./images/itTech22.jpg);
    transition: 1s ;
    height: 100%;
 }

  .ct_div{
    display: none;
    transition: 1s ease-in-out;
    background: url(./images/industrie.jpg);
  }
  /* div selector ends */

  /* div_slideshow start */
  .div_slideshow{
    height: 600px;
    
  }
  .slide_more a{
    color: #142bdf;
  }
  .slide_more a i{
    transition: 0.5s;
  }
  .slide_more a:hover{
    color: #0d60c8;
  }
  .slide_more a:hover i{
    transform:  translateX(5px);
    transition: 0.5s;
  }
  .div_slideshow p, .div_slideshow h2{
     color: white;
  }
.slides_border{
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    width: 99%;
    align-items: center;
    
}
.slides_border .row{
    margin-left: 20px;
}
  .slide3 {
    animation: fade 15s 10s infinite ease-in-out;
    height: 100%;
    background-color: teal;
  }

  .slide2 {
    animation: fade 15s 5s  infinite ease-in-out;
    height: 100%;
    background-color: rgb(0, 128, 55);
  }
  .slide1 {
    animation: fade 15s infinite ease-in-out;
    height: 100%;
    background-color: rgb(102, 0, 128);
  }
  
  @keyframes fade {
    0% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    98% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .div_slide_img{
    height: 300px;
  }
  .div_slide_img img{
    height: 100%;
  }

  @media (max-width:776px){
    .div_slideshow{
        height: 600px;
    }
  }
  /* div_slideshow ends */