/* ________________ */

.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fw-500{
    font-weight:500;
}
.fw-600{
    font-weight:600;
}
.text-pink{
    color:#ec008c !important;
}
.text-green{
    color:#a3da0e;
}
.pink-bg{
    background-color: #ec008c;
}
.violet-bg{
    background-color: #7771d8;
}
.bg-grey{
    background-color: #efefef;
}
.bg-dark-grey{
    background-color: #D9D9D9;
}
.text-justify{
    text-align: justify;
}
.w-fit{
    width: fit-content;
}

/* ________________ */

/* HEADER */

.bdr-right-white{
    border-right:2px solid white;
}
/* HEADER */

/* SECTION_1 */
.section-1-bg{
    background-image: url('../assets/bg\ \(6\).png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
/* SECTION_1 */

/* ____________________________________________ */

/* SECTION_3 */
.section-3-bg{
    background-color: #7771d8;
}

/* SECTION_3 */

/* ____________________________________________ */

/* SECTION_4 */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: white !important;
    color:#ec008c !important;
    border-radius: 50px;
}

#pills-tab{
    margin-top: -20px;
}
/* SECTION_4 */

/* ____________________________________________ */
/* ____________________________________________ */

/* SECTION_6 */
.ac{
    background-color: #ace01d;
    padding:10px 15px;
    border-radius: 7px;
}
.gv{
    background-color: #7771d8;
    padding:10px 15px;
    border-radius: 7px;
}
.acbg{
    background-color: #e9ffae;
}
.gvbg{
    background-color: #dad8fa;
}
/* SECTION_6 */

/* ____________________________________________ */
/* ____________________________________________ */

/* SECTION_7 */
.section-7-bg{
    background-color: #ecf2ff;
}
.ach-img{
    height:70px;
    width:70px;
}
/* SECTION_7 */

/* ____________________________________________ */
/* SECTION_8 */
.exc{
    background-color: #f2ffce;
}
.box-shadow{
    box-shadow: 5px 5px 15px #cdcdcd;
}
/* SECTION_8 */

/* ____________________________________________ */
/* ____________________________________________ */
/* FOOTER */
.social-media{
    background-color: #ec008c;
    color:white;
    margin:5px;
    border-radius: 30px;
    height:35px;
    width:35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-top{
    position: fixed;
    bottom:10px;
    right:20px;
}
.modal-dialog{
    position:fixed !important;
    bottom:80px;
    right:30px;
    width:320px !important;
}
.popup-insta{
    position: fixed;
    bottom:60px;
    right:20px;
    background-image: linear-gradient(180deg, #DE8827 0%, #D52E5C 100%);
}
.insta-popup-btn{
    background-image: linear-gradient(180deg, #DE8827 0%, #D52E5C 100%);
    border-radius: 7px;
}
/* FOOTER */

/* ____________________________________________ */