@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
body{
    overflow-x: hidden;
}
.about-p p{
  font-family: Helvetica !important;
  font-size: 17px !important;
  color: rgb(62, 62, 62) !important; 
}
.store-title{
  font-family: 'Concert One', sans-serif !important;
   font-weight: bold !important;
   color: #79c2f3 !important;
  }
.about-right{
    margin-top: -4rem !important;
}
.about-main{
    width: 100%;
    margin: 0 0;
}
.bi-check-lg{
    color: #ff5a96;
}
.about-p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
@media (max-width: 767px) {
    .logo-none{
        display: block !important;
    }
    .logo-none-2{
        display: none;
    }
}
.about-list {
    position: relative;
    display: block;
  }
  .about-list li {
    font-size: 17px;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
  }
  .service-item {
    position: relative;
    text-align: center;
    padding: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    background-color: #ff5a96;
    border-radius: 10px;
  
  }
  .service-item:hover {
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  }
  .service-content {
    position: relative;
  }
  .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    background: #79c2f3;
    margin-left: auto;
    margin-bottom: 20px ;
    margin-right: auto;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
  }
  .abt-title{
    font-family: 'Courier New', Courier, monospace !important;
    color: #ff5a96;
    font-weight: bold !important;
    font-size: 30px;
  }
  .service-icon img{
    width: 50px;
  }
  .service-item:hover .service-icon img {
    transform: rotate(360deg);
  }
  .service-arrow {
    margin-top: 20px;
  }
  .service-title a {
    text-decoration: none;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: white;
  }
  .service-text{
    color: white;
  }
  .service-title a:hover {
    color: #49bef2;
  }
  .service-arrow .service-btn {
    font-weight: 600;
    color: #ff5a96;
    transition: all 0.5s ease-in-out;
  }
  .service-arrow .service-btn i {
    margin-left: 5px;
  }
  .service-arrow .service-btn:hover {
    color: #49bef2;
  }
  .service-area2 .service-img {
    padding: 5px;
  }
  .service-area2 .service-img img {
    border-radius: 10px;
  }
  .service-area2 .service-icon {
    margin-top: -50px;
  }
  .service-single-list i {
    color: #ff5a96;
    margin-right: 10px;
  }
  .service-download a {
    border: 2px solid #ff5a96;
    padding: 10px 20px;
    color: #0b2154;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
  }
  .service-download a i {
    margin-right: 10px;
  }
  .service-download a:hover {
    background-color: #ff5a96;
    color: #fff;
  }
  .about-list i{
    color: #49bef2 ;
  }
  .call-btn{
    color: white;
    background: #2db2d9;
    border-radius: 60px;
    display: inline;
    text-decoration: none !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
  }
  