/* Replace header image and leaves with gradient */
.skin-header-background {
background: linear-gradient(135deg, #011930 0%,#011930 13%,#032240 43%,#011122 79%,#000b16 100%) !important;
}

/* Replace footer image and leaves with gradient */
.skin-footer-background {
background: linear-gradient(135deg, #011930 0%,#011930 13%,#032240 43%,#011122 79%,#000b16 100%) !important;
}

/* Remove left and right leaves */
.border-wrapper {
 background-image: none !important; 
}

/* Change Default Border Module Color */
.containers-v2.rounded-outline
{
border: 2px solid #084476;
}

/* Change Default Border Title Color */
.containers-v2.rounded-outline .container-title {
color: #084476;
}
/*social media icon color*/
header .social li span {
     color: #ffffff;
}
