/* Text Color */
.color-yellow {color: #ffc30d !important;}
.color-darkness-blue{color: #262262 !important}
.color-dark-blue {color: #00a1df !important;}
.color-blue{color:#00b9e7!important}
.color-light-blue{color:#F7F8FA !important}
.color-soft-light-blue{color:#94d8ef !important}
.color-orange{color:#F47421!important}
.color-red{color:#ed1c24!important}
.color-black{color:rgb(22, 22, 22)!important}
.color-white{color:rgb(255, 255, 255) !important}
.color-gray{color:rgb(129, 129, 129) !important}
.color-purple{color:rgb(138, 26, 138) !important;}

/* Background Color */
.bg-yellow {background-color: #ffc30d !important;}
.bg-darkness-blue{background-color: #13324a !important}
.bg-dark-blue {background-color: #274684 !important;}
.bg-blue{background-color:#027bb9!important}
.bg-light-blue{background-color:#F7F8FA!important}
.bg-gray{background-color:#D9D9D9!important}
.bg-light-gray{background-color:#EDEFF2!important}
.bg-orange{background-color:#F47421!important}
.bg-red{background-color:#ed1c24!important}
.bg-black{background-color:rgb(0, 0, 0)!important}
.bg-white{background-color:rgb(255, 255, 255) !important}
.bg-transparent{background-color: inherit !important;}

/* Gradient */
.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.fa-instagram {
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}