/* Custom Scroll Bar  */
::-webkit-scrollbar {width: 0.625rem;}
::-webkit-scrollbar-track {background-color: #fff; -webkit-border-radius: 0.625rem; border-radius: 0.625rem;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 0.625rem; border-radius: 0.625rem; background: #C1C1C1;}



a{text-decoration: none;}

/* font size  */
.text-10{font-size: 10px;}
.text-11{font-size: 11px;}
.text-12{font-size: 12px;}
.text-14{font-size: 14px;}
.text-16{font-size: 16px;}
.text-18{font-size: 18px;}
.text-20{font-size: 20px;}
.text-24{font-size: 24px;}
.text-26{font-size: 26px;}
.text-28{font-size: 28px;}
.text-30{font-size: 30px;}
.text-32{font-size: 32px;}
.text-40{font-size: 40px;}
.text-48{font-size: 48px;}
.text-52{font-size: 52px;}
.text-64{font-size: 64px;}
.text-72{font-size: 72px;}
.text-82{font-size: 82px;}


/* Font wegiht */
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}


/* Color */
.text-blue{
    color: #14132B;
}
.text-color{
    color: #3985C6;
}
.text-blue{
    color: #3985C6;
}

/* margin  */
.mt-80{
    margin-top: 80px;
}

/* padding */
.py-80{
    padding-top: 60px;
    padding-bottom: 80px;
}


.w-6{
    width: 6%;
}