:root {
	/* fonts */
	--heading-text-font:'playfair_displayregular';
	--heading-text-font-bold:'playfair_displaybold';
	--body-text-font: 'Barlow', sans-serif;
	--cursive-name:'Rochester', cursive;
	/****header start****/
	--header-background:'';
	--header-text:#ffffff;
	--scrollheader-background:#181D24;
	--scrollheader-text:#ffffff;
	/****header end****/
	/****common start***/
	--text-hover1:#EFB784;
	--text-hover2:#986B42;
	--button-bgcolor1:#20262F;
	--button-bgcolor2:#EFB784;
	--button-bgcolor1-hover:#ffffff;
	--button-bgcolor2-hover:#986B42;
	/****common end***/
	/****texr color start****/
	--text-black:#181D24;
	--text-white:#ffffff;
	--text-purple:#986B42;
	--text-orange:#EFB784;
	--text-brown:#986B42;
	--red: #c41414;
	/****texr color end****/
	/****footer start***/
	--footer-background:#EFEFED;
	--footer-text-color:#181D24;
	--webinfo-title:#ffffff;
	--webinfo-description:#ffffff;
	/****footer end***/
	/*****body start****/
	--webinfo-bgcolor:#181D24;
	--webinfo-bgcolor2:#20262F;
	/*****body end****/
	--innerpage-bg:#EFEFED;
	--addressbar_detailpage:#263140;
	--addressbar_text1:#ffffff;
	--addressbar_text2:#EFB784;
	--addressbar_textactive:#986B42;
	--addressbar_tabs:#181D24;

	--off-white-bg:#EFEFED;
	--lightblack-text:'';
	--light-bg:'';
	--white-background:#ffffff;
	--black-background: #181D24;
	--background-color: #20262F;
/*************************/
/*************************/
	--lightblack-text:rgba(0, 0, 0, 70%);
	--light-bg:#F1F5F6;
  }