@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all .2s linear;

}
a{
 text-decoration: none!important;
}

.form-inputs form input[type="submit"] {
    background-color: #f6a30a!important;
}
.product-page .box-container .box .content p {
  font-size: 1.7rem!important;
  color: #a1a0a0;
  line-height: 1.8;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}



section {
  padding: 7rem 7%;
}

.heading {
  text-align: left;
  margin: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
  text-transform: capitalize;
 color:  #000;
 border-left: 6px solid #d193ee;
    padding-left: 2rem;
}
.small-title{
font-size: 16px;
    font-weight: 700;
    color: #a5b7d2;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}





.btn-2{
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  /* padding-right: .5rem; */
  cursor: pointer;
  background: #d193ee;
  /* box-shadow: 8px 8px 18px 0 rgba(254, 76, 28, .3); */
  border-radius: 3rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
  /* min-width: 170px; */
  margin: 0 1rem;
  border: 1px solid #d193ee;
}
.btn-2 i{
background: #fff;
    color: #d193ee;
    padding: 1rem;
    border-radius: 50%;
    /* margin-left: 1rem; */
}
.btn-2.blue{
  background: #0160e7;
  border: 1px solid #45b7ff;
  box-shadow: 12px 12px 20px 0 rgba(1,96,231,.3);
}
.btn-2.white{
  background: #fff;
  border: 1px solid #fff;
  color: #444;
  padding: 1rem 3rem;
  /* box-shadow: 12px 12px 20px 0 rgba(1,96,231,.3); */
}

.btn-2.blue i{
  color: #0160e7;
}




.header .main-navbar {
  padding: 1rem 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000!important;
 
  position: relative;
  z-index: 1000;
}
.header .main-navbar .links


{
  display: flex;
  align-items: center;
}
.header .main-navbar .links li


{
 list-style-type: none;
 text-decoration:none!important;;
}
.header .main-navbar .links li:hover


{  
  text-decoration:none!important;;


}
.header .main-navbar .links li a:hover{
  text-decoration: none!important;

}

.header .main-navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .main-navbar .logo {
  font-size: 2.4rem;
  text-transform: capitalize;
  color: #fff!important;
  font-weight: bolder;
  /* background: #fff; */
}

.header .main-navbar .logo i {
  color: #296dff;
}

.header .main-navbar .links a {
  margin-left: 2rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #fff!important;
}

.header .main-navbar .links a:hover {
  text-decoration: underline;
  color: #2597f4;
}
header.header-active{
  background:#fff;
}

.header .main-navbar .links .dropdown-menu a{
  color: #444 !important;;
  padding: 1rem 2rem;
  margin: 0!important;

}


.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  display: none;
}
.background{
  background: url(../images/header-2.png) no-repeat;
    
    background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}
@keyframes fadeIn {
  0%{
     transform: translateY(-4rem) scale(0);
     opacity: 0;
  }
}
.home {
   
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;

  gap: 3rem;
  min-height: 90vh;
  padding-top: 0;
  

}


.home .content {
  /* -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem; 
          flex: 1 1 42rem; */
          width: 55%;
          /* margin: auto; */
          text-align: left;
          
}
.home .content h3 span{
  color: #f6a30a !important;
    font-weight: 400;

}

.home .content {
  /* width:45%; */
  /* -webkit-box-flex: 1;
      -ms-flex: 1 1 22rem;
          flex: 1 1 22rem; */
}
.home .content .s-title {
  color:#F46B45;
  position: relative;
}
.home .content .s-title::before{
  content:'';
  width:20px;
  height: 2px;
  position: absolute;
  background:#F46B45;
}


.home .content h3 {
  font-size: 7rem;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px #111;
}
.home .content h3 span{
  color:#F17D44;
  font-size: inherit;


}

.home .content p {
  font-size: 1.7rem;
  line-height: 2;
  color: #ddd;
  text-transform: capitalize;
  padding: 1rem 0;
}

.home .consult-form{
  background: #fff;
    padding: 2rem;
    margin-left: auto;
    width: 300px;
    border-radius: 1rem;
}

.home .consult-form input{
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}

.swiper-button-next,
.swiper-button-prev{
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: #ffffff61;
  color: #111;
  border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
  background: var(--peru);
  color:#fff;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  font-size: 2rem;
}
.project{

  min-height: auto;

  padding-bottom: 7rem;

}

.project .box-container{
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 1.5rem; */
-webkit-columns: 2 25rem;
columns: 2 25rem;
-webkit-column-gap: 1.5rem;
column-gap: 1.5rem;

gap: 1.5rem;
}



.project .box-container .box{

overflow: hidden;

border-radius: .5rem;

/* width:33rem; */

height:25rem;

box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);

position: relative;
margin-bottom: 1.5rem;

/* margin:1rem; */

}



.project .box-container .box img{

height: 100%;

width:100%;

object-fit: cover;

}
/* .project .box-container .box img:hover{
transform: scale(1.2);

} */
.project .box-container .box .title{

  position: absolute;
  bottom: 0;
  left: 0;
  top: 180px;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, .9));
  padding: 1rem 2rem;
  margin: 0;
  border-top: 3px solid #d193ee;
  

}



.project .box-container .box:hover .title{

  /* top: -100%; */

}



.project .box-container .box .info{

  /* background:#fff; */

  text-align: center;

  border-radius: .5rem;

  padding:1.5rem;

  position: absolute;

  bottom:-50%; left:50%;

  transform:translateX(-50%);

  width:90%;

}
.project .box-container .box .info .btn-1{
  color: #fff;
  background: #d193ee;
  padding: 1rem;
  border-radius: 2px;
}



.project .box-container  .box:hover .title{

  /* bottom:8rem; */
  background: #d193ee;
  transition-delay: .3s;

}

.project .box-container .box:hover img{

  /* bottom:8rem; */
  /* background: #d193ee;
  transition-delay: .3s; */
  transform: scale(1.2);

}



.project .box-container .box .info h3{

  color:var(--orange);

  font-size: 2rem;

}



.project .box-container .box .info p{

  color:#999;

  font-size: 1.3rem;

  padding:1rem 0

}



.project .box-container .box .info a{

  color:#666;

  font-size: 1.4rem;

}



.project .box-container .box .info a:hover{

  color:var(--green);

}















.accordion {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    /* background: rgb(194 194 194 / 10%); */
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    /* border: 1px solid rgb(0 0 0 / 11%); */
    background: #fdfaff;
    /* padding: 3rem 2rem; */
    border: 1px solid #f3d8ff;

}
.accordion .icon{
 background: #010102;
   width: 35px;
   text-align: center;
   color: #fff;
}
.accordion:hover {
  background: #fcf4ff;
    border: 1px solid #ebdef1;
}
.panel {
  max-height: 0px;
  overflow: hidden;
  transition: all 1s ease;
}
.panel p {
  margin: 2rem 0;

font-size: 1.7rem;line-height: 2;
}


.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 5rem;
  
  min-height: 100vh;
  /* background: linear-gradient(45deg, #6154f8, #6d45fb); */
  background:url(../images/about-bg.jpg);
  background-position:center;
  background-size: cover;
  
    

}
.about.bottom{
  margin-bottom: 25rem;
}

.about.bottom-end{
  background:url(../images/about-bg-3.jpg);
  background-position:center;
  background-size: cover;
}
.about.bottom-end .content ul{
  list-style-type: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about.bottom-end .content ul li{
font-size: 1.7rem;
  line-height: 2;
  color: #777;
 
}
.about.bottom-end .content .box{

display: flex;
align-items: flex-start;
justify-content: center;
}
.about.bottom-end .content .box i{
  width: 3rem;
  /* height: 3rem; */
  line-height: 3rem;
  border: 1px solid #d193ee;
  border-radius: 50%;
  text-align: center;
  color: #d193ee;
  margin-right: 1rem;
  margin-top: 1rem;
}
.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}
.about .content span
{
  font-size: 16px;
    font-weight: 700;
    color: #a5b7d2;
    letter-spacing: 1px;

  text-transform: uppercase;
  
}

.about .content h3 {
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
  line-height: 1.4;
  padding-bottom: .5rem;
}

.about .content p {
font-size: 1.7rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}
.about .content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20rem;
      flex: 1 1 20rem;

}

.about .content-box.two {
  margin-top: -10rem;
}
.about .content-box .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}

.about .content-box .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background: #fff;
          border-radius: 1rem;
  padding:   3rem;
  text-align: center;
 
}
.about .content-box .box-container .box .icon i{
  background: #fff;
    font-size: 3rem;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 50%;
    margin-bottom: 2rem;

}
.about .content-box .box-container .box.blue{
  background: #E5F9FF;
}
.about .content-box .box-container .box.blue .icon i{ 
  color: #17C8FF;
  box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.27);

}
.about .content-box .box-container .box.dark .icon i{ 
  color: #0160E7;
  box-shadow: 10px 10px 30px 0px rgba(1, 96, 231, 0.26);

}
.about .content-box .box-container .box.orange .icon i{ 
  color: #d193ee;
  box-shadow: 10px 10px 30px 0px rgba(254, 76, 28, 0.31);

}
.about .content-box .box-container .box.yellow .icon i{ 
  color: #FF9C27;
  box-shadow: 10px 10px 30px 0px rgba(255, 156, 39, 0.29);

}

.about .content-box .box-container .box.dark{
  background: #E7F1FF;
}
.about .content-box .box-container .box.orange{
  background: #ffebe6;
}
.about .content-box .box-container .box.yellow{
  background: #FFF3E9 ;
}



.about .content-box .box-container .box h3 {
  font-size: 2.2rem;
  color: #444;
  /* background: linear-gradient(45deg, #ff93c0, #f7637a); */
 
  margin:0;
}
.about .content-box .box-container .box p {
font-size: 1.7rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}
/* .about .content-box .box-container .box p {
font-size: 1.7rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
} */

.about .content-box .box-container .box h3 i {
  padding-right: 1.5rem;
  color: #333;
}


.banner  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  text-align: left;

  /* min-height: 100vh; */

  /* min-height: 70vh; */

  background:aliceblue;
  background-position: center;
  background-size: cover;

 
}



.banner  .image {
 width: 90%;
 margin: auto;
 height: auto;
 padding: 4rem;
 margin-top: -20rem;
 
 background: url(../images/banner.jpg)no-repeat;
 background-position: center;
 background-size: cover;

  text-align: center;
  border-radius: 2rem;
  box-shadow: 23px 0px 32px 0px rgba(254, 76, 28, 0.42);
}


.banner  .image p {
  font-size: 1.7rem;
    color: #f5f5f5;
    line-height: 1.6;
    margin-bottom: 2rem;

 
 
}.banner  .image h3{
  /* text-align: left; */
  line-height: 1.6;
  color:#fff;
  font-size: 5rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
}.banner  .image .heading span{
  text-align: left;
  line-height: 1.6;
   color:#FDC800;;
}
.services {
  background: #F0F8FF;
   

}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1rem;
}

.services .box-container .box {
  text-align: center;
  padding: 1rem;
  margin-top:5rem;
  
}
.services .box-container .box .box-top{
    display:flex;
    
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.services .box-container .box .content{
    text-align: left;
    /* padding-left: 2.5rem; */
}

.services .box-container .box h3 {
  font-size: 2.4rem;
  color: var(--black);
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
}

.services .box-container .box p {
font-size: 1.7rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;

}
.services .box-container .box i{
  font-size: 9.5rem;
    color: #c7e5ff;
    margin-right: -2rem;
    margin-top: -3rem;
}




.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  gap: 8rem;
  text-align: left;
  /* min-height: 100vh; */

  min-height: 50vh;

  background:url(../images/bottom.png) no-repeat;
  background-position: left;
  background-size: cover;

 
}




.feature .image {
 width: 50rem;
  text-align: left;
}
.feature .image h2{
font-size: 6rem;
    color: #fff;
    font-weight: 600;
}


.feature .image p {
font-size: 1.7rem;
    color: #f5f5f5;
    line-height: 1.6;

 
 
}
.feature .image .heading{
  text-align: left;
  line-height: 1.6;
  color:#fff;
}
.feature .image .heading span{
  text-align: left;
  line-height: 1.6;
   color:#2597f4;
}

.feature .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45rem;
          flex: 1 1 45rem;
          background: #010102;
    border-radius: 2rem;
    padding: 4rem;
}
.feature .content .box{
  display: flex;
  align-items: flex-start;
  margin-top: 2rem
}
.feature .content .box .icon i{

  width: 3rem;
  height: 3rem;
  background: #d193ee;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  border-radius: 5rem;
  text-align: center;


}
.feature .content .box .content{
  padding: 0 2rem;
  
}
.feature .content .box .content h2{
color: #fff;
margin: 0;
  margin-bottom: 1rem;
    font-size: 2rem;
}
.feature .content span {
  font-size: 2rem;
  color:#3740B0;
  
}

.feature .content .title {
  font-size: 4rem;
  color: #fff;
  margin-top: .5rem;
  line-height: 1.7;
 
}

.feature .content p {
font-size: 1.7rem;
  color: #f5f5f5;
  
  line-height: 1.6;
}

.feature .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.feature .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
          background: linear-gradient(130deg, #fff 93%, transparent 90%);
  padding:   2.4rem;

}


.feature .content .box-container .box:hover .fa-solid{
    color:#fff;
}


.feature .content .box-container .box h3 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color:#444;
 
 
  margin:0;
}

.feature .content .box-container .box  .fa-solid {
  background: linear-gradient(45deg, rgb(103, 75, 249), rgb(71 171 234));
  box-shadow: rgb(76 154 236 / 42%) 0px 7px 18px;
 
  color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.feature .content .heading{
 
    text-align: center;
    margin-bottom: 5rem;
    font-size: 3rem;
    text-transform: capitalize;
    color: #334;
    line-height: 1.6;
    padding: 0 4rem;
  
  }
  
  .feature .content .heading span {
    color: var(--brown);
    font-size: inherit;
    font-weight: inherit;
  }




.features {
       /* background: #F5F5F5; */
       padding: 5rem 7%;
       margin-top: -10rem;
       z-index: 2;
       position: relative;
   

}

.features .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 3rem;
}

.features .box-container .box {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);;
 
  /* border-right: 1px solid rgba(0,0,0,0.2); */
  /* background: #fff; */
  /* -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow); */
  /* border: var(--border); */
}
.features .box-container .box.blue{
background: url(../images/card-blue.jpg)no-repeat;
background-size: cover;
background-position: top;
}
.features .box-container .box.dark{
  background: url(../images/card-dark.jpg)no-repeat;
  background-size: cover;
  background-position: bottom;
  }
  .features .box-container .box.org{
    background: url(../images/card-org.jpg)no-repeat;
    background-size: cover;
    background-position: top;
    }
.features .box-container .box .box-top{
    display:flex;
    align-items: center;
    
}
/* .features .box-container .box:last-child{
    border:none;

} */

.features .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.features .box-container .box:hover{
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
} 


.features .box-container .box .content{
    text-align: left;
    padding-left: 2.5rem;
}

.features .box-container .box h3 {
  font-size: 2.2rem;
  color: #444;
  text-transform: capitalize;
 /* padding-bottom: 1rem; */
  margin-bottom: 1rem;
}

.features .box-container .box p {
  font-size: 1.4rem;
  color: #777;
  /* line-height: 2; */
}
.features .box-container .box.dark .icon h2{
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: #d193ee;
  margin:0
}
.features .box-container .box .icon h2{
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: #d193ee;
  border-radius: 50%;
  /* box-shadow: 0 1px 10px rgb(211 215 217); */
  /* border-radius: 0 29px 1px; */
  width: 6rem;
  line-height: 6rem;
  height: 6rem;
  margin:0

}
.features .box-container .box .icon img{
  width:100%;

}


  
  





.review {
 text-align: center
  /* min-height: 70vh; */
  /* background: #fafbf7; */
}



.review span {
  font-size: 2rem;
  color: #F19D3B;
  text-transform: capitalize;
}

.review h3 {
  font-size: 3rem;
  color: #444;
  padding-top: 1rem;
}

.review .information p {
font-size: 1.7rem;
  line-height: 2;
  color: #666;
  padding: 1rem 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {

     /* box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
     border: 1px solid rgba(0,0,0,0.2); */
  padding: 2rem 3rem;
  background: #fff;
  text-align: center;
}

.review .review-slider .slide p {
  font-size: 1.7rem;
  line-height: 2;
  color: #666;
  text-align: center;
  min-height: 400px;
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  flex-direction: column;
  text-align: center;
}

.review .review-slider .slide .user img {
  height: 9rem;
  width: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color: #f6a30a;
}

.review .review-slider .slide .user span {
  color: #999;
font-size: 1.7rem;
}

.review .review-slider .slide i {
  font-size: 5rem;
 
  color: #f3f3f3;
  text-align: center;
}


.footer {
  /* background: url(../images/footer-bg.png) no-repeat;
  background-position: top;
  background-size: cover;*/

  padding-bottom: 12rem; 
  background:#000;
 }
 
 .footer .box-container {
   /* padding-top: 30rem; */
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
       grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
   gap: 2rem;
 }
 
 .footer .box-container .box h3 {
   font-size: 2.2rem;
   text-transform: capitalize;
   color: #fff;
   padding: 1rem 0;
 }
 
 .footer .box-container .box .link {
   display: block;
   padding: .5rem 0;
 font-size: 1.7rem;
   line-height: 2;
   color: #f5f5f5;
 }
 
 .footer .box-container .box .link i {
   padding-right: .5rem;
   color: #A686B5;
 }
 
 .footer .box-container .box .link:hover {
   color: #A686B5;
 }
 
 .footer .box-container .box .link:hover i {
   padding-right: 2rem;
 }
 
 .footer .box-container .box p {
   padding: .5rem 0;
 font-size: 1.7rem;
   line-height: 2;
   color: #777;
 }
 
 .footer .box-container .box p span {
   color: #A686B5;
 }
 
 
 
 .footer .box-container .box .share {
   margin-top: 2rem;
 }
 
 .footer .box-container .box .share a {
   height: 4.5rem;
   width: 4.5rem;
   line-height: 4.5rem;
   font-size: 1.7rem;
   background: #A686B5;
   color: #fff;
   border-radius: 50%;
   margin-right: 0.3rem;
   text-align: center;
 }
 
 .footer .box-container .box .share a:hover {
   background: #A686B5;
 }
 
 .footer .credit {
   font-size: 1rem;
     text-transform: capitalize;
     color: #999;
     margin-top: 3rem;
     padding-top: 1rem;
     border-top: 0.2rem solid #334;
     text-align: center;
 }
 
 .footer .credit span {
   color: #A686B5;
 }
  .arrow-2 {
    box-shadow: 8px 0 39px 0 rgb(0 0 0 / 44%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* padding: 15px 20px 15px 20px; */
    background-color: #551772;
    color: #fff;
    width: 100%;
    padding: 5px 7%;
    border-radius: 0px;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: 600;
    /* opacity: 0.8; */
    position: fixed;
    bottom: 0px;
    /* left: 28px; */
    /* right: 28px; */
    /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); */
    z-index: 10000;
    
  }
  .arrow-2  a{
    color:#fff;
  }
.arrow {
  /* background-color: #fff; */
    color: #03be3c;
    background: none;
    /* padding: 16px 20px; */
    /* border-radius: 50%; */
    border: none;
    cursor: pointer;
    /* opacity: 0.8; */
    position: fixed;
    bottom: 20px;
    right: 28px;
    z-index: 20000;
    /* box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2); */
    /* padding: 2rem 1.5rem; */
  
}
.arrow i{
  font-size: 4rem;
  background: none;
  /* width: 7rem;
  height: 7rem;
  
  line-height: 7rem; */
  text-align: center;
  
}

.home-img{
  padding-left:0!important;
}

@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .main-navbar {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .main-navbar {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .header .main-navbar .links {
    position: absolute;
    flex-direction: column;
    top: 99%;
    left: 0;
    right: 0;
    align-items: flex-start;
    background: #fff;
    border-top: 0.2rem solid #334;
    border-bottom: 0.2rem solid #334;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .main-navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 500%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 500%);
  }
  .header .main-navbar .links a {
    display: block;
    color: #444 !important;
    margin: 2rem;
    font-size: 2rem;
    text-align: left;
  }
  .arrow{
    bottom: 80px;
  }
  .home{
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .home .content{
    flex:1;
    width: 100%;
    /* text-align: center; */
  }
  .home .image{
    margin-top:0;
  }
  .home-img{
    padding-left: 15px!important;
  }
  .features .box-container {
    grid-template-columns: 1fr;
  }
  .feature
  {
    flex-direction: column;
  }
  .feature .image{
    width: 100%;
  }
  .accordion  .title{
    width: 90%;
  }
  .about{
    flex-direction: column;
    
  }
  .about .image{
    margin-bottom: -8rem;;
  }
  .about .content-box.two {
    margin-top: 0;
  }
  .product-page .box-container .box .image-container .small-image img {
    box-shadow: 0 0.3rem 0.5rem #3337;
    border: 0.5rem solid #fff;
    /* padding: 1rem; */
    background: #eee;
    margin: .2rem;
    height: 6.5rem!important;
    width: 6.5rem!important;
    cursor: pointer;
    /* transition: transform 0.3s ease-in-out; */
}
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content h3 {
    font-size: 4rem;
  }
  .contact .row form .inputBox input {
    width: 100%;
  }
  .heading {
    font-size: 3rem;
  }
}
