*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none!important;
    padding:0;
    margin:0;
    top:0;
    bottom:0;
    left:0;
    right:0;
  
  }

  html,body{
    overflow-x: hidden;
        }
        body{
            position: relative;
        }

  @font-face {
    font-family: "Helvetica Neue";
    src: url("/font/HelveticaNeue.woff2") format("woff2"),
         url("/font/HelveticaNeue.ttf") format("truetype"),
         url("/font/HelveticaNeueLight.ttf") format("truetype"),
         url("/font/HelveticaNeueMedium.ttf") format("truetype"),
         url("/font/FontsFree-Net-HelveticaNeueBold.ttf") format("truetype");
        
}

.herosection-logo {
  margin-top: -53.5px;
}

button:focus {
  
  outline: none!important;
}

.effect {
  position: relative;
  width: 194px;
  height: 50px;
  overflow: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #151414;
  border-radius: 100px;
  font: normal normal 300 18px/33px Poppins;
  letter-spacing: 0px;
  color: #151414;
  opacity: 1;
}

/* effect-1 styles */
.effect.effect-1 {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.effect.effect-1:before {
  content: "";
  background: url(../images/downloadbutton.svg);
  background-size: 37px;
  background-repeat: no-repeat;
  position: absolute;
  right: -1px;
  top: 35px;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transform: translate(146px, -31px);
  text-indent: 0px;
}

.effect.effect-1:hover {
  text-indent: -60px;
}
.effect.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
  height:100px;
  width: 100%;
 
  
}



  .herosection-content h1 {
    font-family: "Helvetica Neue";
    font-weight: bold;
    letter-spacing: 0px;
    color: #151414;
    opacity: 0.8;
    font-size: 60px;
    font-style: normal;
    text-align: left;
    line-height: 75px;
    /* margin: 0rem 0rem 2rem 2.5rem; */
}

.boxmargintop {
  margin-top: 2.5rem!important;
}

.herosection-content p {
  text-align: left;
  font-family: poppins;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
  font-style: normal;
  line-height: 33px;
  margin-top: 2rem;
  width: 91%;
  margin-bottom: 8rem;
}

.btn.focus, .btn:focus ,.btn-outline-dark.focus, .btn-outline-dark:focus{
    outline: none!important;
    box-shadow: none!important;
}

  .herosection-wrap {
    text-align: center;
      }

.herosection-content {
    margin: 2.5rem 0 0 0;
}


.btndesign {
    border-radius: 50px!important;
    border:2px solid #000!important;
    /* padding: 0.9rem 3rem!important; */
       transition: .3s ease;
      width:200px;
      height:50px;
}

.btndesign:hover {
    background: transparent!important;
    color: #000!important;
    
   
    }

.btndesign:hover:before {
    float: right;
    content: "";
    background: url(../images/downloadbutton.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: scale(1.5);
   box-shadow: 0px 0px 25px #00000014;
    margin-left: 30px;
    
}
    


   

.herosection-thrid , .herosection-thrid img {
  position: absolute;
  height: 747px;
  top: 7%;
  left: 14.5%;
}

.herosection-second  , .herosection-second img{
  position: absolute;
  height: 634px;
  top: 16.5%;
  left: 5%;
}

#nav-icon1 span {
    display: block;
     position: relative;
    height: 4px;
    width: 100%;
    background: #151414;
    border-radius: 100px;
    opacity: 1;
  
    /* -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; */
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
    width: 53px;
    cursor: pointer;
     transform : translateX(0px);
     transition: all 1s;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 10px;
    width: 38px;
    cursor: pointer;
    transform : translateX(0px);
    transition: all 1s;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 20px;
    width: 21px;
    cursor: pointer;
    transform : translateX(0px);
    transition: all 1s;
  }

  #nav-icon1 span:nth-child(4) {
    top: 2px;
     width: 14px;
    cursor: pointer;
    background: #00000066;
    transform : translateX(0px);
    transition: all 1s;
  }

  #nav-icon1 span:nth-child(5) {
    top: 12px;
    /* left: 44px; */
    transform : translateX(0px);
    width: 12px;
    cursor: pointer;
    background: #00000066;
    transition: all 1s;
  }
  #nav-icon1 span:nth-child(6) {
    top: 8px;
    /* left: 26px; */
    transform : translateX(0px);
    width: 12px;
    cursor: pointer;
    background: #00000066;
    transition: all 1s;
  } 
  
  #nav-icon1 span:nth-child(7) {
    top: -10px;
    /* left: 15px; */
    transform : translateX(0px);
    width: 15px;
    cursor: pointer;
    background: #00000066;
    transition: all 1s;
  }

  #nav-icon1 span:nth-child(8) {
    top: 11px;
    transform : translateX(0px);
    /* left: 26px; */
    width: 12px;
    cursor: pointer;
    background: #00000066;
    transition: all 1s;
  }

  #nav-icon1 span:nth-child(9) {
    top: 20px;
    /* left: 26px; */
    width: 12px;
    transform : translateX(0px);
    cursor: pointer;
    background: #00000066;
    transition: all 1s;
  }



  #nav-icon1:hover span:nth-child(4) + span.hidden {
    display: block;
    /* margin-left: 41px!important;
    transition: 1s ease; */
    transition: all .5s;
    transform : translateX(41px);
}

#nav-icon1:hover span:nth-child(5) + span.hidden {
    display: block;
    /* margin-left: 27px!important; */
    transition: all .5s;
    transform : translateX(25px);
    
}

#nav-icon1:hover span:nth-child(6) + span.hidden {
    display: block;
    /* margin-left: 41px!important; */
    transition: all .5s;
    transform : translateX(41px);
    
}


#nav-icon1:hover span:nth-child(7) + span.hidden {
  
    /* margin-left: 15px!important; */
    transition: all .5s;
    transform : translateX(15px);
  
}

#nav-icon1:hover span:nth-child(8) + span.hidden {
    display: block;
    /* margin-left: 47px!important; */
    transition: all .5s;
    transform : translateX(47px);
 
}

#nav-icon1:hover span:nth-child(9) + span.hidden {
   
    /* margin-left: 50px!important; */
    transition: all .5s;
    transform : translateX(50px);
    
}

  div#nav-icon1 {
    position: relative;
    cursor: pointer;
    margin: 2rem;
    
}


.herosection-logo h2 {
  letter-spacing: 1.24px;
  color: #151414;
  opacity: 1;
  font-family: adobe Arbic;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  margin-left: 37px;
  margin-top: -38px;
  line-height: 90px;
}

.herosection-logofooter h2 {
    letter-spacing: 1.24px;
    color: #151414;
    opacity: 1;
    font-family: adobe Arbic;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    margin-left: 37px;
    margin-top: -100px;
    line-height: 99px;
}


.herosection-logo img , .herosection-logofooter img   {
    width: 150px;
}

.hidden {
    display: none;
  }
  
  /* div#nav-icon1:hover .hidden {
    display: block;
  } */

.herosection-logo img {
    width: 125px;
    height: 131px;
    margin-top: 3rem;
}

.secondsectioneasy:hover {
    box-shadow: 0px 0px 25px #00000014;
    border-radius: 5px;
    opacity: 1;
    transition: .3s ease;
  }

  section.secondsection {
    margin: 5rem 3rem;
}

.secondsectioneasy  {
    border-radius: 5px;
    opacity: 1;
    margin-right: 5rem;
    margin-left: 5rem;
    padding: 0.5rem 1rem;
    text-align: center;
}


.thirdsectionultimatebox:hover ,  .thirdsectionultimatebox:hover {
  
    box-shadow: 2px 3px 10px rgba(112, 112, 112, 1);
 
  
}



.secondsectioneasy h6 {
    color: #151414;
    opacity: 0.7;
    font-size: 25px;
    font-family: Helvetica Neue;
    margin: 1rem auto;
    font-style: normal;
    line-height: 35px;
}

.thirdsectionultimate h6 , .fivesectionultimate H6{
    color: #151414;
    opacity: 0.7;
    font-size: 20px;
    font-family: Helvetica Neue;
    margin: 1rem auto;
    font-style: normal;
    line-height: 35px;
    font-weight: normal;
}

.secondsectioneasy p {
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 26px;
    font-style: normal;
}

.thirdsectionultimate p , .fivesectionultimate p{
    color: #000000;
    opacity: 0.5;
    letter-spacing: 0px;
    font: normal normal 300 16px/22px Poppins;
    
}


.secondsectioneasy img , .thirdsectionultimate img{
    width: 200px;
}


.section-thirdsection-content {
    background: #151414 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0px 40px 40px 0px;
    opacity: 1;
    position: relative;
    height: 700px;
}

.section-thirdsection img  {
    position: absolute;
    left: 75%;
    top: 5%;
}

.section-fivesection img  {
    position: absolute;
    left: -24%;
    top: 5%;
}

.section-thirdsection-content , .section-fivesection-content  {
    background: #151414 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0px 40px 40px 0px;
    opacity: 1;
    position: relative;
    height: 700px;
}

.section-thirdsection-content p{
  text-align: left;
  font: normal normal 300 16px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.7;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 12rem;
}

.section-fivesection-content p{
    text-align: left;
    font: normal normal 300 16px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.7;
    padding-top: 2rem;
    padding-left: 10.5rem;
    padding-right: 2rem;
}


.section-thirdsection-content h4{
    padding-top: 10rem;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 2rem;
    padding-right: 15rem;
    line-height: 50px;
    font-size: 35px;
    /* font-family: 'HELVETICA NEUE'; */
    font-style: normal;
    font-weight: normal;
}

.section-fivesection-content h4{
  padding-top: 12rem;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 35px;
  /* font-family: 'HELVETICA NEUE'; */
  font-style: normal;
  font-weight: normal;
  padding-left: 10.5rem;
  padding-right: 0rem;
  line-height: 50px;
  letter-spacing: 0px;
}

.thirdsectionultimatebox {
       height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 2px 3px 10px rgba(112, 112, 112, 1); */
    border: 0.25px solid #0000001F;
    border-radius: 5px;
    text-align: center;
    padding-top: 1rem;
    /* padding-bottom: 0.9rem; */
}
.thirdsectionultimatebox {
    margin: 0 1.3rem;
}


.thirdsectionultimatebox320 {
  height: auto;
background: #FFFFFF 0% 0% no-repeat padding-box;
/* box-shadow: 2px 3px 10px rgba(112, 112, 112, 1); */
border: 0.25px solid #0000001F;
border-radius: 5px;
text-align: center;
padding-top: 2rem;
padding-bottom: 1rem;
}
.thirdsectionultimatebox320 {
margin: 0 1rem;
}

/*.boxspacetwo {
    margin: 0rem 2rem;
}*/

.wrapsecondcolforthirdsection  {
   /*margin-right: 4rem;
    margin-left: 16rem;*/
    margin-right: -10rem;
    margin-left: 10rem;
    margin-top: 1rem;
}


.boxmargintop {
  margin-top: 2.5rem!important;
}

.wrapfirstcolforfivesection {
  margin-right: -1.5rem;
  margin-left: 2rem;
  margin-top: 1.5rem;
}

.ultimate-image-one, .ultimate-image-two , .ultimate-image-three , .ultimate-image-four ,.ultimate-image-five, .ultimate-image-six {
    padding: 3.1rem;
    width: fit-content;
    position: relative;
    color: #fff;
    border-radius: 500px;
    opacity: 1;
    height: 100%;
    margin: auto;
    border: 1px solid #707070;
}

.ultimate-image-one {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/files.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}

.ultimate-image-two {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/folder.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-three {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/ftp.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-four {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/smb.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-five{
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/setting.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-six {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/refresh.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}

.ultimate-image-one-five, .ultimate-image-two-five , .ultimate-image-three-five , .ultimate-image-four-five ,.ultimate-image-five-five, .ultimate-image-six-five {
    padding: 3.1rem;
    width: fit-content;
    position: relative;
    color: #fff;
    border-radius: 500px;
    opacity: 1;
    height: 100%;
    margin: auto;
    border: 1px solid #707070;
}

.ultimate-image-one-five {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}

.ultimate-image-two-five {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-three-five {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-four-five {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-five-five{
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}
.ultimate-image-six-five {
    background: #fff 0% 0% no-repeat padding-box;
     background-image: url(../images/vedioicon.svg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}


.wrapperallScreenshotsection{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  
}


.fivesectionultimatep {
    text-align: center;
    font: normal normal 300 12px/22px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
}

section.sixsection , section.foursection {
    display: flex;
    flex-direction: column;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-bottom: 0.5rem;
    /* padding: 2rem 0; */
}

section.thirdsection {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
}

section.fivesection {
    padding: 6rem 0;
}


.section-fivesection-content {
    background: #151414 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 40px 0px 0px 40px;
    opacity: 1;
    position: relative;
    height: 700px;
}

.screenshottetx h3  {
  
    font: normal normal bold 90px/35px Helvetica Neue;
    letter-spacing: 5.4px;
    color: #FF4646;
    text-shadow: 0px 0px 6px #00000066;
    opacity: 0.12;
}

 .screenshottetxfour h3 {
  
  font: normal normal bold 90px/35px Helvetica Neue;
  letter-spacing: 5.4px;
  color: #FF4646;
  text-shadow: 0px 0px 6px #00000066;
  opacity: 0.12;
}

.screenshottetxsix h3 {
  
  font: normal normal bold 90px/35px Helvetica Neue;
  letter-spacing: 5.4px;
  color: #FF4646;
  text-shadow: 0px 0px 6px #00000066;
  opacity: 0.12;
}


.screenshottetx {
    float: left;
    position: relative;
    top: 187%;
    left: -3%;
}

.screenshottetxfour {
  float: right;
  position: relative;
  top:117%;
  left: -2%;
}

.screenshottetxsix {
  float: left;
  position: relative;
  top: 118%;
  left: 4%;
}

.Screenshotsection-one , .Screenshotsection-second , .Screenshotsection-three, .Screenshotsection-four , .Screenshotsection-five{
    margin: auto 1.2rem;
    position: relative;
    top: -0.9rem;
}

.footer-bottom-line {
    background: #151414 0% 0% no-repeat padding-box;
    padding: 10px;
    opacity: 1;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

footer {
    text-align: center;
}

footer img {
    width: 258px;
    height: 192px;
    margin: 4rem;
}

section.sevensection {
    background: #151414 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 2rem;
    margin: auto;
    margin-top: 6rem;
    
}


/* <side menu bar> */

.sidenav {
    display: none;
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
     }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
  }
  
  .sidenav a:hover {
    color: #FF4646;
    list-style: none;
        /* width: 35px; */
    }

    .closebtn a:hover{
        filter: invert(77%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(72%) contrast(97%);
        
                 }

                 .wrapallimagesandcontent img:hover {
                  /* filter: invert(77%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(72%) contrast(97%);
                  margin-left: 35px;
                  transition: .5s all; */
                  filter: invert(77%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(72%) contrast(97%);
    margin-left: 35px;
    transition: .5s all;
              }
  
  .sidenav .closebtn {
    font-size: 50px;
    height: 31px;
    float: right;
    color: #fff;
    margin-right: 1rem;
  }

  .closeicon a:hover {
    filter:  invert(76%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(95%) contrast(97%);
   
}
  
  .webpagemenu {
    margin-top: 150px;
    text-align: left;
  }

.webpagemenu a:hover {
    margin-left: 25px;
    transition: .5s all;
}

.closeicon img {
    width: 20px;
    height: 20px;
    transition: .5s all;
}

.closeicon:hover img {
    width: 40px;
    height: 40px;
    /* margin-left: 1rem;
    z-index:999; */
    transform: translate(10px, 5px);
    
}


/* slider */

.container-slider{ 
    position: relative;
   left: 19%;
    top: -7%;}

.background-slider{
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 99;

}

.shadowboxthree {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000004D;
    border-radius: 5px;
    opacity: 0.6;
    width: 1069px;
    height: 360px;
    position: absolute;
    left: 2%;
    top: 25%;
    z-index: 9;
    margin: auto;
}

.shadowboxtwo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000004D;
    border-radius: 5px;
    opacity: 0.4;
    width: 1069px;
    height: 360px;
    position: absolute;
    left: 4%;
    top: 17%;
    z-index: 9;
    margin: auto;
}

.shadowboxone {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000004D;
    border-radius: 5px;
    opacity: 0.2;
    width: 1069px;
    height: 360px;
    position: absolute;
    left: 6%;
    top: 9%;
    z-index: 9;
    margin: auto;
}

.secondsectioneasy {
    height: 391px;
}

.box-1{
    position: relative;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;}

.box-1:before{content: "";position: absolute;display: block;transform: skew(-7deg, -10deg) translate(-50%, -50%);top: 50%;left: 40%;}

.box-1 img{position: absolute;width: 426px;max-width: 100%;height: auto;margin-top: -25px;margin-bottom: -4px;left: -150%;transition: .5s;opacity: 0;}

.box-1 img.active{position: relative;left: 0;opacity: 1;}

.box-2{color: #000;
    overflow: hidden;
    width: 1069px;
    height: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000004D;
    border-radius: 5px;
    opacity: 1;
    padding: 3rem;}


    .box-quote{
    text-align: left;
font: normal normal bold 370px/93px Helvetica Neue;
letter-spacing: 0px;
color: #FF4646;
opacity: 0.3;
position: relative;
top: -3rem;
}



.testi-quote{position: absolute;padding-left: 20px;opacity: 0;left: -150%;}

.testi-quote.active{position: relative;opacity: 1;left: 0;transition: .75s;}

.testi-quote svg{position: absolute;width: 30px;height: auto;top:0;left: 0;}

.testi-words{    text-align: left;
    font: normal normal 300 18px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    margin-top: 1rem;}

.testi-name{text-align: left;
    font: normal normal normal 25px/30px Helvetica Neue;
    letter-spacing: 0px;
    color: #151414;
    opacity: 1;
    margin-top: 1rem;
}

.control-slider{right: 0;bottom: 0;color: white;margin:0;display: flex;justify-content: center;align-items: center;height: 75px;width: 75px;cursor: pointer;transition: background .25s;user-select: none;}

/* .control-slider:hover{background: #41227d;} */
.control-slider span{transform: scaleY(2);font-size: 20px;}

@media(max-width: 750px){
  .background-slider{flex-wrap: wrap;}
  .box-1, .box-2{width: 100%;}
  .box-1{max-height: 350px;}
}


.wrap-buttonnextprev {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
}

.wrapthesebox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: auto;
   
}
.ProductBlock.slick-slide{
padding: 0 3rem;
}

.wrap-buttonnextprev {
      position: relative;
    top: 50%;
    z-index: 999;
}


/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }
  
  .slick-list {
    position: relative;
    display: inline-block;
    color: #000;
    overflow: hidden;
    width: 1069px;
    height: 360px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #0000004D;
    border-radius: 5px;
    opacity: 1;
    margin-top: auto;
    margin-right: 24rem;
    margin-bottom: auto;
    margin-left: auto;
  }
  
  .slick-list:focus {
    outline: none
  }
  
  .slick-list.dragging {
    cursor: hand
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''
  }
  
  .slick-track:after {
    clear: both
  }
  
  .slick-loading .slick-track {
    visibility: hidden
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
  }
  
  .slick-slide.dragging img {
    pointer-events: none
  }
  
  .slick-initialized .slick-slide {
    display: block
  }
  
  .slick-loading .slick-slide {
    visibility: hidden
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }
  
  .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  .img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none
  }
  /* Slider Theme Style */
  
  /* .Container {
    padding: 0 15px;
  } */
  
  .Container:after,
  .Container .Head:after {
    content: '';
    display: block;
    clear: both;
  }
  span.Arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 99999999;
    top: 31%;
}

  /* .Container .Head {
    font: 20px/50px NeoSansR;
    color: #222;
    height: 52px;
    over-flow: hidden;
    border-bottom:1px solid rgba(0,0,0,.25);
  } */
  
  /* .Container .Head .Arrows {
    float: right;
  } */
  
  .Container .Head .Slick-Next {
    width: 55px;
    height: 60px;
    cursor: pointer;
    background-image: url(../images/nextbutton.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0  15rem;
  }

  .herosection-logofooter {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

  .hidedesk{
    display: none;
  }


  .hide320showdesk{
    display:block;
  }
  .Container .Head .Slick-Prev {
    width: 55px;
    height: 60px;
    cursor: pointer;
    background-image: url(../images/prebutton.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 19rem;
  }

  .contentslider h5 {
    font: normal normal 40px/75px Helvetica Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: auto;
}
  

.contentslider {
    position: relative;
    transform: translate(46%, -97px);
    margin-top: 5.5rem;
}
  /* .Container .Head .Slick-Next:hover,
  .Container .Head .Slick-Prev:hover {
    background: #33687a;
  } */
  
  .Container .Head .Slick-Next:before {
    background-image: url(../images/nextbutton.png);
    background-repeat: no-repeat;
    background-position: center;
   
  }
  
  .Container .Head .Slick-Prev:before {
    background-image: url(../images/prebutton.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .SlickCarousel {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 99;
    margin: auto;
  }
  
  .ProductBlock {
    padding: 0 7.5px;
  }
  
  .ProductBlock .img-fill {
    height: 200px;
  }
  
  .ProductBlock h3 {
    font: 15px/36px RalewayR;
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .25);
  }


  /* slider style */



  section.section-container {
    background-color: #EADBC9;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cards-container {
    width: 100%;
    max-width: 290px;
    position: relative;
}

.cards-container .cards-wrapper {
    width: 100%;
    position: relative;
}


.cards-container .card.active {
    opacity: 1;
}


.cards-container .card {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 55px;
    background: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 40px -30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 8px 40px -30px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 8px 40px -30px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    z-index: 50;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
}






  
  /* *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  } */


 /* Contact Us Page*/

 .herosection-leftcontent {
    position: absolute;
    text-align: center;
    padding: 3rem;
}

.herosection-leftcontent h1 {
    font: normal normal bold 100px/166px Poppins;
    letter-spacing: 2px;
    color: #FF4646;
    opacity: 0.7;
}

.herosection-leftcontent p {
        text-align: center;
    font: normal normal 300 15px/26px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
    width: 68%;
    margin: auto;
    margin-bottom: 7rem;
}

.herosection-leftcontent h3 a {
    font: normal normal normal 25px/35px Helvetica Neue;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 0.8;
}

/* .wrapallimagesandcontent {
    margin: 5rem;
} */

/* .wrapallimagesandcontent img {
    width: 41px;
    height: 31px;
    opacity: 1;
} */

.wrapallimagesandcontent h3 {
    margin: 1rem;
      font: normal normal normal 25px/35px Helvetica Neue;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 0.8;
}

.herosection-content {
  margin-top: 5rem;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
}

input#userName , input#userEmail , textarea#userMessage{
        border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 2px solid #00000066;
    border-right: 0px solid transparent;
    /* opacity: 1; */
    border-radius: 0;
    margin-top: -2rem;
}


.form-control:focus{
   /* border:none!important;*/
    outline:none!important;
   box-shadow: none!important;

}

input#submitBtn {
   border-radius: 100px!important;
    border: 3px solid #151414!important;
    width: 194px;
    height: 50px;
    background-color: #fff!important;
    margin: 5rem 0;
    font: normal normal 300 18px/33px Poppins;
    letter-spacing: 0px;
    color: #151414;
    opacity: 1;
}
form {
  margin: 2em 0;
}
/**
* Make the field a flex-container, reverse the order so label is on top.
*/
 
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}

input {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #707070;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
input:placeholder-shown + label {
  cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translateY(20px);
    text-align: left;
    font: normal normal 300 20px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: capitalize;
    color: #707070;
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
    color: #707070;
    font: normal normal 300 12px Poppins;
    letter-spacing: 0px;
}
/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
input:not(:placeholder-shown) + label,
input:focus + label {
 transform: translate(0, 0) scale(1);
    cursor: pointer;
    text-align: left;
    font: normal normal 300 20px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: capitalize;
}

textarea:focus + label {
 transform: translate(0, 0) scale(1);
    cursor: pointer;
    text-align: left;
    font: normal normal 300 20px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: capitalize;
}

input#submitBtn {
    border-radius: 50px!important;
    border:2px solid #000!important;
    /* padding: 0.9rem 3rem!important; */
       transition: .3s ease;
      width:200px;
      height:50px;
}

input#submitBtn:hover {
    background: transparent!important;
    color: #000!important;
    
   
    }

    textarea#Message {
    border: none;
    border-bottom: 1px solid #707070;
}
:focus {
    outline: none;
}



span.redme {
  text-align: left;
  font: normal normal 300 20px/70px Poppins;
  letter-spacing: 0px;
  color: #FF4646;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translateY(20px);
    text-align: left;
    font: normal normal 300 20px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: capitalize;
    color: #707070;
}

input#submitBtn:hover:before {
    float: right;
    content: "";
    background: url(../images/downloadbutton.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: scale(1.5);
   box-shadow: 0px 0px 25px #00000014;
    margin-left: 30px;
    }