/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #ECA201; /*#DE6262;*/
	--cnvs-themecolor-rgb: 236,162,1;/*222, 98, 98;*/
	
	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-secondary-font: 'Montserrat', sans-serif;
	--bs-bg-opacity: 1;
	--cnvs-header-height: 70px;
}

body
{
	overflow-y: scroll; overflow-x: hidden;

}

.col-xs-2{
    background:#00f;
    color:#FFF;
}
.col-half-offset{
    margin-left:4.166666667%
}

.slider-textbox
{
	background-color: rgb(255 255 255 / 85%);
	padding:10px;
	border-radius: 5px;
}

.team-image img
{
	display:initial;
}dasd
.team-image
{
	display: initial;
}
.dark .slider-textbox
{
	background-color: rgb(100 100 100 / 85%);
}

.dark .bg-color
{
	background-color: rgb(140 100 1) !important;;
}
