
/*-------------   Color variable  --------------*/


// Font-color and Heading

	$heading-color:#0e132a;
	$heading_color2: #242b5e;

//Theme color

	$theme-color: #ff5f13;
	$theme-color2: #1f2b7b;
	$theme-color3: #f27420;
	$theme-color4: #ff3500;

	$body-text-color: #555;
	$hr-border-color:#eceff8;

// btn and Section color
	$btn_bg: #ff5f13;

// Section Bg
	$section_bg1: #454545;





.white-bg{
	background: #ffffff;
}
.gray-bg{
	background: #f5f5f5;
}

	$gray-color: #bebebe;
	$gray-color-2: #bdbdbd;
	$gray-color3:#5c5c5c;
	$white_color:#fff;


// font color
	$font_color1: #506172;

	$border_color: #fdcb9e;
	$footer_bg: #303030;
	$sidebar_bg: #fbf9ff;


// bg
	$brand-bg: #f1f4fa;
	$testimonial-bg:#f9fafc;


// Soft color
	$black-soft:#7e7e7e;

// Section Bg color
	$blue-bg1:#00163e;




/*-------------Color include--------------*/

//Colors
	$white: #ffffff;
	$black: #16161a;
	$gray:#f7f7fd;

/*-- Background color---*/

	.gray-bg {
		background: $gray;
	}
	.white-bg {
		background:$white;
	}
	.black-bg {
		background: $black;
	}
	.theme-bg {
		background:$theme-color;
	}
	.brand-bg{
		background: $brand-bg;
	}
	.testimonial-bg{
	background: $testimonial-bg;
	}


/*--- color------*/
	.white-color {
		color: $white;
	}
	.black-color {
		color: $black;
	}
	.theme-color {
		color: $theme-color;
	}