
.hero h2{
    position: relative;
    font-size: 40px;
    margin: 0px 0px 32px;
    letter-spacing: -1.5px;
    font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.25;
    font-weight: 700;
        
}
.hero h3{
    font-size: 24px;
}
.slick-initialized .slick-slide {
    display: flex !important;
}
.HGS a{
    cursor: pointer;
    color: #6b44e0 !important; 
}
.HGS a i{
   margin-top: 10px !important;
}
.hero h6 {
    font-size: 18px;
    margin: 0px 0px 12px;
    position: relative;
}
.hero h4 {
    font-size: 22px;
    position: relative;
}
.hero h4::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 20px;
    top: calc(100% - 1px);
    left: -70px;
    background: url("https://10015.io/assets/pages/home/highlight.svg") center center / contain no-repeat;
}

.hero h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: calc(100% - 8px);
    left: 0px;
    background: url("https://10015.io/assets/pages/home/highlight.svg") center center / contain no-repeat;
}
.dropdown-content a{
    border-bottom: 0px solid #fff !important;
    justify-content: center;
    /* text-align: center; */
}
.contant {
    max-width: 1400px;
    margin: 0 auto;
}

.rows {
    display: flex;
}

.rows .cl {
    margin: 0 10px;
    /* border-left: 4px #6b44e0 solid; */

}
.row .cl{
    /* border-left: 4px #6b44e0 solid; */
}
.cl .cd {
    box-shadow: 0 0 20px rgb(185, 179, 179);
    padding: 8px;
    border-radius: 8px;
    padding-left: 20px;
}

.cl h3{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 8px;
}
.myAgencytitle{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 8px; 
}
.myAgencydescription{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 30px;
}
.cl p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 25px;
    font-size: 15px;

}

@media screen and (max-width: 790px) {
    .rows {
        display: block;
        margin: 0 auto;

    }

    .rows .cl {
        margin: 15px 0;
    }

}

a {
    color: black;
}











a, h2, h1, h3, p, h4 {
    color: #111 !important;
    text-decoration: none !important;
}
.t-center{
     /* text-align: center; */
 }
.cd .fa-2xl{
    font-size: 60px;
    color: #111 !important;
 }

 @media screen and (max-width: 700px) {
   .margin-top{
     margin-top: 20px !important;
   }
   .mx-auto{
      margin: 0 auto !important;
   }
 }

 @media screen and (max-width: 700px) {
    .row .col-md-3{
        margin-bottom: 20px !important;
    }
 }

 .contant .cd{
      border: 2px solid #6b44e0;
      border-radius: 20px;
 }
 .exbtn {
    background-color: #6b44e0;
    width: 159px;
    padding: 10px 15px;
    margin: 10px 0px !important;
    border: 2px solid #23105a;
    /* padding: 10px; */
    box-shadow: 4px 4px;
    cursor: pointer;
    transition: .3s;
 }
 .exbtn:hover{
    box-shadow: 0px 0px;
 }

 .exbtn span{
    color: #fff !important;
    font-weight: 600;
 }
 .exbtn i{
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    margin: auto 3px !important;
 }
 .adweb{
    display: none !important;
 }

