.bg-rainbow {
    background-image: url(/images/bg.png) !important;
    background-repeat: repeat !important;
}
section.section{
    margin: 0 !important;
}
section.section.section-height-5{
    padding: 90px;
}
.bg-brolyz{
    background: #514CDF;
background: -webkit-linear-gradient(157deg, rgba(81, 76, 223, 1) 1%, rgba(135, 145, 242, 1) 73%);
background: -moz-linear-gradient(157deg, rgba(81, 76, 223, 1) 1%, rgba(135, 145, 242, 1) 73%);
background: linear-gradient(157deg, rgba(81, 76, 223, 1) 1%, rgba(135, 145, 242, 1) 73%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514CDF", endColorstr="#8791F2", GradientType=0);
}
.bg-gold{
    background: #DCA024;
background: -webkit-linear-gradient(141deg, rgba(220, 160, 36, 1) 0%, rgba(254, 226, 122, 1) 50%, rgba(193, 123, 1, 1) 100%);
background: -moz-linear-gradient(141deg, rgba(220, 160, 36, 1) 0%, rgba(254, 226, 122, 1) 50%, rgba(193, 123, 1, 1) 100%);
background: linear-gradient(141deg, rgba(220, 160, 36, 1) 0%, rgba(254, 226, 122, 1) 50%, rgba(193, 123, 1, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DCA024", endColorstr="#C17B01", GradientType=0);
}


.tp-caption{
    font-family: "Poppins", Arial, sans-serif !important;
}