@charset "UTF-8";


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
#service {
  color: var(--white);
  background-color: var(--color-primary);
  text-align: center;
}

#service .container {
  margin-top: 62px;
}

#service .service-title{
  color: #FFF;
  font-size: 1.875rem;
  font-family: 'barlow-bold';
  font-weight: 700;
  letter-spacing: 0.09375rem;
}

#service .service-desc {
  color: #FFF;
  font-family: 'barlow-regular';
  line-height: 1.5625rem;
  margin: 0 30px 0px 30px;
  text-align: left;
}

#service .our-services{
  margin-top: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#service .our-services .service-box{
  align-items: center;
}

#service .service-box-item{
  cursor: pointer;
  margin: 0 14px 0px 14px;
  text-align: center;
  border-radius: 23px;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 19%);
  background-color: var(--white);
  padding: 25px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;  
}

#service .products-bg{
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../../images/products-bg.svg);
  background-repeat: no-repeat;
  /* background-position-y: top;
  background-position-x: right;   */
  background-size: contain;
  transition: all ease-in-out 1s;
}

#service .products-bg:hover{
  background: url(../../images/products-bg.svg);  
  /* background-position-y: top;
  background-position-x: right; */
  background-size: contain;
  transition: all ease-in-out 1s;
}

#service .service-box-item img{
  color: #242424;
  font-family: 'barlow-regular';
}

#service .service-box-item h4{    
  margin-top: 10px;
  color: #FFF;
  font-size: 3.125rem;
  font-family: 'barlow-bold';
  font-weight: 700;
  letter-spacing: 0.15625rem;
  background-color: none;
}

/* #service .see-more-detail{    
  margin-top: 21px;
} */
#service .see-more-detail a{
  width: 270px;  
}

#service .service-get-a-free-consultation-now-btn{
  margin-top:52px;    
  text-align: center;
}
#service .service-get-a-free-consultation-now-btn{
  height: 70px;
  width: 420px;
}

#service div.service-box-item:hover i {
  right: 20px;
}
#service a.btn-common4:hover{
  color: white;
}

/* --------------------------------------------------
TABLET AND MOBILE SCREENS
--------------------------------------------------*/

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}


/* --------------------------------------------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/
/* ================================================
min-width: 992px
================================================*/
@media (min-width: 992px) {
  #service .service-box-item {
    margin: 0 30px 0px 30px;
    padding: 50px 30px 30px 30px;
    width: 430px;
    height: 287px;
  }
  #service .service-desc{
    width: 430px;
    line-height: 2.7rem;
    font-size: 1.7rem;
  }
  #service .service-box-item img {
    height: 4rem;
  }
  #service .service-box-item h4 {
    font-size: 3rem;
  }
  #service .see-more-detail a.btn-common4 {
    line-height: 3.5rem;
  }
  #service .see-more-detail a {
      width: 220px;
  }

  #service .btn-common2 {
    font-size: 1rem;
    line-height: 3rem;
    border-radius: 50px;
  }

  #service .btn-common2:hover {
    font-size: 1rem;
  }

  #service .service-get-a-free-consultation-now-btn {
    margin: 55px auto 0 auto;
    width: 350px;    
  }

}
/* ================================================
min-width: 1100px
================================================*/
@media (min-width: 1100px) {

  #service .service-title {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
  }
  #service .service-box-item img {
    height: 65px;
  }
  #service .service-box-item h4 {
    margin-top: 6px;
    font-size: 3rem;
  }
  #service .see-more-detail a {
    width: 309px;
    font-size: 1.5rem;
  }

  #service .see-more-detail a.btn-common4 {
    margin-top: 19px;
    line-height: 2.5rem;
  }

  #service .service-box-item {
    margin: 0 30px 0px 30px;
    padding: 50px 30px 30px 30px;
    width: 450px;
    height: 300px;
  }
  #service .service-desc{
    width: 450px;
  }
  #service .our-services a {
    line-height: 2.7rem;
    font-size: 1.7rem;    
    text-align: left !important;
  }
  #service .our-services {
    margin-top: 45px;
  }
  #service .btn-common2 {
    font-size: 0.9rem;
    line-height: 2rem;
  }
  #service .service-get-a-free-consultation-now-btn {
    margin: 46px auto 0 auto;
  }
  #service .btn-common2:hover {
    font-size: 1rem;
  }




}
/* ================================================
min-width: 1200px
================================================*/
@media (min-width: 1200px) {
  #service .service-box-item img {
    height: 3rem;
  }
  #service .service-box-item h4 {
      font-size: 3rem;
  }
  #service .see-more-detail a {
    width: 315px;
    font-size: 1.5rem;
  }
  #service .btn-common2:hover {
    font-size: 1rem;
  }
  
}
/*===============================================================

===============================================================*/
@media (min-width: 1400px) {
  #service .btn-common2 {
    font-size: 1.5rem;
    height: 4rem;
}
#service .btn-common2:hover {
  font-size: 1.6rem;
}
  #service .service-get-a-free-consultation-now-btn {
    width: 35rem;
  }

  
}
/*===============================================================
1920px
===============================================================*/
@media (min-width: 1920px) {
  

}


/*===============================================================
2133px
===============================================================*/
@media (min-width: 2133px) {
  
}

/*===============================================================
2400px
===============================================================*/
@media (min-width: 2400px) {
  

}