.theme-Ecommerce-menu .right-content .user-profile-action .dropdown-menu ul li a:hover .icon path {
    fill: #614ef8;
}
.single-block:hover{
    background: #6654f8;
    color: white;
    border-radius: 6px;
    /* padding-bottom: 10px; */
}
.single-block:hover .more-button{
   color:white !important;
   /* text-decoration:underline !important; */
}
.single-block:hover h5{
    color:white !important;
 }
.services-container{
    position: relative;
   padding: 135px 0 50px;
}
.fs-40{
    font-size: 40px;
}
.d-flex-centered{
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper-title{
    color: #614ef8;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.seperator-block{
    height: 90px;
}
.theme-color{
    color: #614ef8 !important;
}

.agn-what-we-do .single-block .icon {
    position: relative;
    height: 63px !important;
}

.c-cta-link {
    font-size: 17px;
    line-height: 26px;
    color: #3076ff !important;
    text-decoration: none !important;
    font-family: "Inter",sans-serif;
    font-weight: 400;
}
.c-cta-link::after {
    content: "";
    background: url(//f.hubspotusercontent30.net/hubfs/1559785/raw_assets/public/main_website/img/icons/S/dropdown-link.svg) center center no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(
-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    left: 5px;
    top: 4px;
}
.mx-650{
    max-width: 650px;
}
.mx-800{
    max-width: 800px !important;
}
.fs-23{
    font-size: 23px;
}
.my-75{
    margin:75px 0px;
}
.fs-700{
    font-weight: 700;
}
.people-success{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    /* margin: 10px 174px; */
}
.gcard{
    box-shadow: 0px 40px 77px rgb(0 0 0 / 4%);
    background: white;
    border-radius: 6px;
    padding: 24px 44px 24px 24px;
    position: relative;
    max-width: calc(100% - 16px);
    margin-bottom: 12px;
}
.gcard::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border: 8px solid #d3e1fc;
    border-radius: 100%;
    background: #3076ff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
}
.gcard .descr {
    color: black;
    font-size: 19px;
    line-height: 28px;
}
#word{
    font-family: Soll, sans-serif;
    font-size: 6rem;
    line-height: 80px;
    color: #333;
    font-weight: 700;
}
.single-block a{
    text-decoration:none !important;   
}
.single-block a:after{    
    bottom: 15px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .single-block a:hover:after {
    width: 20%;
    margin-left:159px; 
    left: 0; 
  }
  .h-140{
      height: 140px !important;
  }
  .fw-800{
      color:#333;
      font-weight: 800;

  }
  .s-msg p{
      text-align: justify;
  }
  .bg-gray{
    background-color: #f5f5f5 !important;
  }
  .d-flex-between{
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .h2-heading {
    color: #000;
    font-weight: 800;
    font-size: 40px;
    font-family: 'Tungsten A', 'Tungsten B', 'Khand', sans-serif;
    line-height: 70px;
}
.para-txt {
    font-size: 30px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
}
.light-gray {
    color: #7E7E7E!important;
}
.offerings-row {
    border-top: 1px
    solid #858585;
    margin-left: 15%;
    padding-top: 40px;
    padding-bottom: 55px;
    opacity: 1;
    transition: 0.5s all;
    margin-top:40px;
}
.offering-title {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1px;
}
ul.offering-list li {
    line-height: 26px;
    padding-bottom: 10px;
}
ul.offering-list li {
    list-style-type: none;
    font-size: 18px;
    padding-left: 40px;
    background-position: 3px 10px;
    transition: all 0.5s;
    line-height: 32px;
}
.txt-request {
    font-size: 19px;
    margin-top: 10px;
    text-align: justify;
}
.black-heading{
    color: #000000;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .order-xs-0 {
        order: 0 !important
    }

    .order-xs-1 {
        order: 1 !important
    }

    .order-xs-2 {
        order: 2 !important
    }

    .order-xs-3 {
        order: 3 !important
    }

    .order-xs-4 {
        order: 4 !important
    }

    .order-xs-5 {
        order: 5 !important
    }

    .order-xs-6 {
        order: 6 !important
    }

    .order-xs-7 {
        order: 7 !important
    }

    .order-xs-8 {
        order: 8 !important
    }

    .order-xs-9 {
        order: 9 !important
    }
    .text-xs-center{
        text-align: center;
    }
    .hide-xs{
        display: none;
    }
    .show-xs{
        display: block;
    }
    .mt-xs-16{
        margin-top: 16px;
    }
    p{
        padding:10px !important;
    }
}
@media screen and (min-width: 768px) {
    .hide-lg{
      display: none;          
    }
    .text-md-center{
        text-align: center !important;
    }
}