/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #30A9D9;
	--cnvs-themecolor-rgb: 48, 169, 217;
        --cnvs-primary-font: 'Roboto', sans-serif;
        --cnvs-font-size-h2: 1.425rem;
	--cnvs-font-size-h2: 1.525rem;
}

.bg-overlay .portfolio-desc h3 {
	--cnvs-portfolio-desc-title-size: 30px;
}

.op-gradient-icon {
  
    background: linear-gradient(90deg, rgba(48,169,217,1) 0%, rgba(43,175,217,1) 50%, rgba(64,64,63,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.portfolio-desc span, .portfolio-desc span a {
	    color: #111;

}

