.body {
    font-family: Arial, Helvetica, sans-serif;
  }

  .navbar {
    height: 120px;
    
  }

  .icon {
    padding-right: 15px;
  }

  .outline-success {
    text-decoration: none;
    font-weight: 700;
  }

  .back2 {
    background-image: url(/images/dddd.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 700px;
    padding-top: 40px;
    width: 100%;
    
    /* background-color: antiquewhite; */
  }

  .back3 {
    height: 100px;
    background-color: #ff4136;
  }
  .back6{
    height: 200px;
    justify-content: center;
    margin-left: 30%;
  }

  .text-header{
    text-align: center;
    align-items: center;
    color: rgb(235, 235, 235);
    margin-top: -10%;
  }
  .text-header h1{
    font-size: 55px;
    margin-top: 200px;
  }
  .text-header p{
    font-size: 30px;
    margin-top: 20px;
  }

  .b11 {
    font-family: Arial, Helvetica, sans-serif;
    color: azure;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
  }

  .last-3rd {
    font-family: Arial, Helvetica, sans-serif;
    color: azure;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    align-content: center;
    margin-top: 20px;

  }

  .back22 {

    /* background-color: aliceblue; */
    height: 600px;
    /* border-radius: 20px; */
    /* border: 6px solid#ff4136; */
    font-size: 45px;
    font-weight: 600;
    text-align: center;


  }
  .box-top-2, .mobiel-b1 {
    background-color: aliceblue;
border-radius: 20px;
    border: 6px solid#ff4136;
  }
  .box-top-1{
    background-color: aliceblue;
    
    border-radius: 20px;
    border: 6px solid#ff4136;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    
  }

  .greenspan {
    color: #ff4136;
    font-weight: 900;
  }

  .new1,
  .new2 { 
    text-align: center;
    font-size: 30px;
  }

  .newsub3 {
    padding-top: 40px;
    background-color: rgb(243, 242, 241);
    height: 320px;
    width: 80%;
    margin-left: 70px;
    border-radius: 15px;
    border: 4px dotted #ff4136;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 5px 10px 20px 0 rgba(0, 0, 0, 0.19);

  }
  .newsub-1{
    background-color: grey;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 5px;
  }
  .n-10{
    text-align: left;
    padding-left: 3%;
    background-color: #ff4136;
    color: aliceblue;
    border-radius: 5px;
  }
  .fom-p{
    margin-top: 25px;
    font-size: 18px;
  }
  .fom-pp,.btn-pp{
    font-size: 18px;
    
  }
.btn-pp{

  background-color: #ff4136;
    padding: 10px 55px 10px 55px;
    border-radius: 35px;
    color: aliceblue;
    font-weight: 900;
    font-size: 20px;
    border: none;
}
  .newli {
    padding-bottom: 10px;
  }

  .item-5 {
    background-color: aliceblue;
    height: 750px;
    

  }
  .Our-Product{
    background-color: aliceblue;
    height: 1400px;
  }

  .item-5-1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
  }

  .card-box {
    padding-left: 20%;
    margin-bottom: 30px;
  }

  .card {
    background-color: rgb(227, 236, 245);
    height: 550px;
    width: 350px;
    margin-left: 25px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 5px 10px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 45px;
    margin-top: 15px;



  }

  .btn-one {
    background-color: #ff4136;
    padding: 10px 25px 10px 25px;
    border-radius: 35px;
    color: aliceblue;
    font-weight: 900;
    font-size: 20px;
    align-content: center;
    border: none;
    margin-left: 41%;
    margin-top: 35px;
  }

  .btn-one:hover ,.btn-pp:hover {
    background-color: #db180e;
    transition: 0.40s;
  }

  /* Core functionality */
  #animated-text-strip {
    display: flex;
    flex-flow: row nowrap;
    align-items: right;
    overflow: hidden;
    /* display: flexbox; */
  }

  #animated-text-strip .marquee {
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    max-width: 100%;
  }

  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(+140%, 0);
    }
  }

  /* Styles for the sake of the demonstration */
  #animated-text-strip {
    background: #ff4136;
    padding-left: 15px;
    height: 50px;
    align-items: center;

  }

  .marquee {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: white;
    display: inline;
  }

  .footer {
    background-color: black;
    height: 250px;
    color: aliceblue;
  }

  .bottom-icon-1,
  .bottom-icon-2 {
    background-color: #ff4136;
    padding: 10px;
    border-radius: 100%;
    color: white;
  }

  .bottom-icon-1 {
    margin-right: 10px;

  }

  .bottom-icon-2:hover,
  .bottom-icon-1:hover {
    color: #ff4136;
    background-color: aliceblue;
    transition: 0.50s;
  }
  .Process-boxes{
    text-align: center;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;

  }
  .Process-para,.Process-para-2,.Product-p2 {
    list-style: none;
    font-size: 23px;
    text-align: center;
    margin-left: 15px;
    padding-right: 15px;
    font-weight: 500;
  }
  .Process-para-2{
    color: rgb(54, 51, 51);
    font-size: 17px;
    font-weight: 700;
  }
  .Product-images{
    width: 120px;
    margin-top: 45px;
    margin-left: 30%;
  }
  .Product-p1{
    font-size: 30px;
    color: #ff4136;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
  }
  .Product-p2{
    font-size: 17px;
    color: rgb(75, 73, 73);
  }
  .btn-Product{
    background-color: #ff4136;
    padding: 10px 25px 10px 25px;
    border-radius: 35px;
    color: aliceblue;
    font-weight: 700;
    font-size: 20px;
    align-content: center;
    border: none;
    width: 320PX;
  }
  .btn-Product:hover {
    background-color: #c70b01;
    transition: 0.40s;
  }
  .new2-list-items{
    color: #ff4136;
    padding-right: 5px;
  }
.hiring{
  margin-left: 100%;
}
.review{
  margin-top: 100px;
  margin-left: 100%;
}
.call-email .icall {
  background-color: #ff4136;
  margin-left: 20px; 
  color: white;
  padding: 18px 15px 18px 15px;
  border-radius: 70%;
}

  @media screen and (max-width:700px)
  {
    .navbar img{
      margin-top: 10px;
      
    }
    .hiring{
      margin-left: 70%;
    }
    .hiring a img{
      height: 100px;
      width: 100px;
    }
    .review{
      margin-left: 70%;
      margin-top: 30px;
    }
    
    .Comming a{
      font-size: 16px;
      
    }
    .text-header{
      margin-top: -40%;
    }
    .outline-success{
      font-size: 8px;
    }
    .item-5, .item-5-1 {
      background-color: aliceblue;
      width: 100%;
      
    }
    .item-5-1{
      margin-left: 95px;
    }
    
    .navbar-brand-1 img{
      height: 50px;
    }
    .navbar-brand-2 img{
      height: 50px;
      margin-left: 70px;
      
    }
    .navbar-brand-2{
      text-align: left;
      margin-left: -90px;

    }
    .call-email{
      text-align: right;
      
    }
    .last-3rd{
      display: block;
    }
    .box-top-1{
      font-size: 35px;
    }
    
    .box-top-2{
      display:none;
    }
    .new1{
      padding-top: 20px;
      padding-bottom: 15px;
      font-size: 30px;
      
    }
    .card-box{
      width: 100%;
    }
    .back3{
      position: relative;
      display: inline-block;
      height: 120px;
      width: 100%;
      
    }
    .back3 img{
      float: left;
      width: 70px;
      margin-left: 130px;
      text-align: left;
    }
    .b11{
      text-align: center;
    }
    .item-5, .Our-Product{
      height: 100%;
      display: inline-block;
      width: 100%;
      justify-content: center;
      margin-left: -10%;
      
    }
    .Our-Product{
      margin-left: -10px;
    }
    .btn-one{
      padding-left: 15px;
      margin-bottom: 25px;
      margin-left: 100px;
    }
    .images11{
      display: inline-block;
    }
    .card{
      margin-bottom: 50px;
      
    }
    .card button{
      margin-bottom: 50px;
    }
    .footer {
      height: 500px;
      
    }
    .footer h6{
      text-align: left;
      margin-left: 20px;
    }
    .footer img{
      margin-left: px;
      margin-bottom: 20px;
    }
    .imgslide{
      animation: slideshow 25s linear infinite;

    }
  }
  @media screen and (max-width:2650px) and (min-width: 700px)
  {
    .mobiel-b1{
      display: none;
    }
  }

 


  .text-header a button{
    margin-left: 10px;
    margin-top: 0px;
  
  }

  .button-red1{
    margin-left: 20px;
    margin-right: 50px;
  }
  .button-red2{
    margin-left: 80px;
    margin-right: 50px;
  }
  .button-red3{
    margin-left: 80px;
    margin-right: 50px;
  }
  
  .Comming{
  background-color: #020292;
  color: rgb(224, 224, 224);
  font-weight: 800;
  font-size: larger;
  text-align: center;
  
  }
  .Comming a{
    text-decoration: none;
    color: rgb(224, 224, 224);
  }
  .Comming a:hover{
    
    color: #ff4136;
    transition: 0.40s;
  }
  .process-card {
   height: 450px;

  }
  /* -------------Contact------------------ */
#contact{
  margin-top:0 ;
  background-color: rgba(51, 51, 53, 0.11);
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-div{
  text-align: center;
  color: #ff4136;
  font-weight: bolder;
}
.contact-left{
  flex-basis: 35%;
}
.contact-right{
  flex-basis: 60%;
}
.contact-left p{
  margin-top: 30px;
}
.contact-left p i{
  color: #ff4136;
  margin-right:15px ;
  font-size: 25px;
}
.social-icons a{
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  margin-top: 30px;
  color: rgba(0, 0, 255, 0.527);
  display: inline-block;
  transition: transform 0.5s;
}
.social-icons a:hover{
  color: #ff4136;
  transform: translateY(-5px);


}
.btn.btn2{
  display: inline-block;
  background:#ff4136 ;
  cursor: pointer;
}
.contact-right form{
  width: 100%;
}
form input, form textarea{
  width: 100%;
  border: 0;
  outline: none;
  background: #262626;
  padding: 15px;
  margin: 15px 0;
  color: #fff;
  font-size: 18px;
  border-radius: 6px; 
}
form btn2{
  padding: 14px 60px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}
.cpoyright{

  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: #262626;
  font-weight: 300;
  margin-top: 20px;

}



.slideshow {
  position: relative;
  overflow: hidden;
  /* Here is where you set a size so it will be visible. */
  width: 100%;
  height: 400px;
}

.imgslide {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: slideshow 25s linear infinite;
}

.ctr, .ctr-b{
  background-color: #fff;
  height: 100px;
  color: aliceblue;
  padding-top: 5px;
}
.ctr-1, .ctr-c{
  background-color: black;
  font-weight: 700; 
  border-radius: 30px;
  align-items: center;
  margin-top: 20px;
  height: 70px;
  width: 50%;
  margin-left: 25%;
  
  
}
.ctr-p, .ctr-k{
  
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.ctr-b{
  display: none;
}

@keyframes slideshow {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@media screen and (max-width:500px){
    
  .navbar img{
    height: 30px;
    margin-top: 5px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    
        
  }
  .navbar-brand-2{
    padding-left: 90px;
  }

  .hiring a img{
    height: 80px;
    width: 80px;
  }
  .outline-success{
    font-size: 6px;
  }
  .call-email .icall {
    padding: 12px 9px 12px 9px;
  }
  .marquee{
    font-size: 15px;

  }
  .Comming a{
   font-size: 14px;
  }
  .back2 h1{
    font-size: 35px;
  }
  .back2 p{
    font-size: 25px;
  }
  .btn-one{
    font-size: 15px;
  }
  .item-5-1{
    font-size: 40px;
    margin-left: 15%;
  }
  .card-box .process-card .p12{
    height: 80px;
    width: 80px;
  }
  .card-box .process-card ul li {
    font-size: 20px;
  }
  .card .Product-images{
    height: 80px;
    width: 80px;
  }
   a .btn-Product{
    display: none;
  }
  .card h5{
    font-size: 20px;
  }
  .extras{
    display: none;
  }
  .gx-5 p{
    font-size: 18px;
  }
  .item-5{
    width: 400px;
  } 
  .process-card{
    margin-right: 20px;
  }
  .footer {
    height: 550px;
    
  }
  .ctr-1, .ctr-c{
    margin-top: 20px;
    height: 70px;
    width: 80%;
    margin-left: 13%;
    
    
  }
  .ctr-p, .ctr-k{
    font-size: 14px;
  }
  .ctr{
    display: none;
    
  }
  .ctr-k{
    margin-top: 5px;
  }
  .qoute-btn{
    background-color: #ff4136;
    padding: 20px 30px 20px 30px;
    border-radius: 35px;
    color: aliceblue;
    font-weight: 700;
    font-size: 18px;
    align-content: center;
    border: none;
    width: 280PX;
    margin-left: 10px;
    margin-bottom: 20px;
    
  }
  .qoute-btn:hover {
    background-color: aliceblue;
    color: #ff4136;
    transition: 0.40s;
  }
  .ctr-b{
    display: contents;
    
  }
  .ctr-c{
    background: none;
  }
}