.mainfeatures .perfeature {
border-radius: 25px 0px;
background: linear-gradient(90deg, rgba(4,46,71,1) 0%, rgba(12,80,120,1) 100%);
}
.mainfeatures .perfeature .icon svg path {
fill: #fff;
}
.mainfeatures .perfeature .text {
color: #ffd700;
}
.mainfeatures .perfeature .subtext {
color: #fff;
}
.mainproducts .mainbanner a {
border-radius: 9px;
border: double 3px #353534;
}
.header {
background: linear-gradient(90deg, rgba(4,46,71,1) 0%, rgba(12,80,120,1) 100%);
}

.footer .rowcon {
background: linear-gradient(90deg, rgba(4,46,71,1) 0%, rgba(12,80,120,1) 100%);
}
.mainproducts .mainvotes .title {
color: #003085;
}
.footer .perrow.row1 .text, .footer .perrow .title {
color: #F7D104;
}
.footer .perrow a {
color: #FFF;
}

@media (min-width: 300px) and (max-width: 500px) {
.footer.defaultPattern .rowcon {
padding-bottom: 13px;
}
}
.content .article .racricle img {
border-radius: 15px;
border: double 3px #3a362e;
}
.header {
border-bottom: double 3px #373737;
}
.header .logo .img {
background-position: left;
scale: 1.5;
}
.header .btns {
margin-top: 15px;
}
.header .nav ul li svg path, .header .btns .perbtn svg path {
fill: white !important;
}