body{
    font-family: 'Poppins', sans-serif;
    
}

.active{
    color:#6c63ff !important;
}
.nav-link{
    font-size: 18px;
    color: black;

}

.nav-link:hover{
    color: #6c63ff;
}

.mycolor{
    color: #6c63ff;
    font-weight: 700;
    font-size: 24px;
    line-height: 2;
}
.myfull_story{
    width: 175px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: #6c63ff;
    color: white;
    border: 1px solid #6c63ff;
    border-radius: 29px;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgb(8 0 140 / 19%);
    position: relative;
    z-index: 1;
}

.banner_text{
    line-height: 1.2;
    font-size: 43px; 
    font-weight:700
}
.banner_subtitle{
    line-height: 1.4;
    font-size: 17px;
    font-weight: 400;
    color: #666666;

}
.myfull_story:hover{
    /*border: 1px solid #6c63ff;
    background-color: white;*/
    color: #6c63ff;
    cursor: pointer;
}
.myfull_story::before{
    transition: 0.5s all ease;
    position: absolute;
    top:0;
    left:50%;
    right:50%;
    bottom: 0;
    opacity: 0;
    content: "";
    border: 1px solid #6c63ff;
    background-color: white;
    border-radius: 29px;
}
.myfull_story:hover:before{
    transition: 0.5s all ease;
    left:0;
    right: 0;
    opacity: 1;
    z-index: -1;
}
.myimg_banner{
    margin-top: -13px;
}

.about_text{
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.about_subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    color: #666666;
    word-wrap: break-word;
    word-break: break-all;
}
.about_img{
    margin-left: -141px;
    height: 441.5px;
    width: 585px;
    margin-top: -29px;
}

.about_link{
    color: black;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
}


.about_link:hover{
    color: black;
}

.about_line{
    width: 130px;
    color: #6c63ff;
}

.service_img{
    background-color: #f3f9fb;
    border-radius: 50%;
    width: 450px;
    height: 450px;
}

.service_subtitle{
    font-size: 21px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}
.mylist_icons{
    padding: 15px;
    background-color: #6c63ff;
    color: white;
    border-radius: 50%;
    line-height: 60px;
    font-size: 21px;
    width: 60px;
    height: 60px;
}

.service_text{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.check_icon{
    width: 30px;
    height: 30px;
    color:  #6c63ff;
}

.why_us_img{
    width: 600px;
    height: 467px;
    margin-left: -60px;
    margin-top: -46px;
}

.product{
    box-shadow: 0px 3px 24px 3px rgb(7 7 7 / 4%);
    border-bottom: 3px solid #6c63ff;
}

.product_link{
    text-decoration: none;
    color: black;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.product_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.product_color{
    background-color: white;
}

.featrues_t{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.features_icon{
    background-color: #6c63ff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 5px;
}


.news_imgs{
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.team_news{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 28px;
}
.font-italic {
    font-style: italic !important;
}

.news_pic{
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}

/*.partner_link{
    color:#666666;
}
whyyy!!!!!!!!!!!!!!!!!!!!1
.partner_link:hover{
    color: black;
}*/


.card_news{
    text-decoration: none;
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.card_news:hover{
    background-color: white;
    color: #0d6efd;
}

.card_date{
    color: #99999999;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
 th {
    padding-top: 5px;
    padding-bottom: 7px;
    text-align: left;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    width: 115px;
  }

  .ptb {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #f0f6fb;
    padding-left: 20px;
    padding-right: 10px;
    border: 0 !important;
    width: 100%;
}

.ptext{
    padding-top: 17px;
    padding-bottom: 165px;
    background: #f0f6fb;
    border: 0;
    padding-left: 20px;
    width: 100%;

}

.submit_button{
    font-weight: 600;
    border: 1px solid #6c63ff;
    box-shadow: 0px 5px 15px 0px rgb(8 0 140 / 19%);
    border-radius: 28px;
    color: #fff;
    padding: 8px 35px;
    font-size: 14px;
    background: #6c63ff;
    text-align: center;
}