/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
	--ash_color: #234f79;
	--dark_color: #18222d;
	--white: #ffffff;
	--mini_white: #ffffffe5;
	--clr1: rgba(240, 54, 54, 0.705);
	--clr2: #00000028;
	--clr3: #10ff38;
	--clr4: #0d1320;
	--clr5: #ececec;


	/* background color */
	/* --bgColor01: #191e24; */
	--bgColor01: #020f23;
	/* --bgColor01: #030712fd; */
	--bgColor02: #232325;


	/* text color */
	--textColor01: #ffffffc7;
	--textColor02: #4CAF50;


	/* button txt color */
	--btnTxtColor01: #ffffffc9;
	--btnTxtColor02: #181818;


	/* button txt color :HOVER */
	--btnTxtColorOnHover01: #181818c9;
	--btnTxtColorOnHover02: #ffffff;


	/* button background color */
	--btnBgColor01: #000000d7;
	--btnBgColor02: #ffffff;
	/* --btnBgColor01: #000000; */


	/* button border color */
	--btnBorderColor01: #ffffff5b;
	/* --btnBgColor02: #ffffff; */
	/* --btnBgColor01: #000000; */


	/* button background color :hover */
	--btnBgColorOnHover01: #ffffffd5;
	--btnBgColorOnHover02: #000000d7;


	/* header background color */
	--headerBgColor02: #ffffff;
	/* --headerBgColor01: #15191e; */
	--headerBgColor01: #020f23;
	/* --headerBgColor01: #111827; */

	
	/* header box-shadow color */
	--headerBoxShadowColor01: #ffffff1a;


	/* box-shadow color */
	/* --boxShadowColor01: #ffffff1a; */
	--boxShadowColor01: #0000004d;
	--boxShadowColor02: #18ff0333;


	/* footer credit text color */
	--footerCreditTxtColor01: #ffffff85;
	--footerCreditTxtColor02: #0663b9;
	/* --footerCreditTxtColor01: #0663b9;  */


	/* inline <a href> tag text colir*/
	--inlineAHrefTagTextColor01: #1f9aff;
	--inlineAHrefTagTextColor02: #00ff999d;
	/* --inlineAHrefTagTextColor01: #1ae635e7; */


	/* <a href> tag text color */
	--aHrefTagTextColor01: #ffffffb9;
	/* --aHrefTagTextColor01: #000000ef; */


	/* <a href> tag text color :hover */
	--aHrefTagTextColorOnHover01: #3385ff;
	/* --aHrefTagTextColorOnHover01: #085edf; */


	/* mapline  " >> "  color*/
	--maplineIndicatorColor: #ffffff75;
	/* --maplineIndicatorColor: #000000b6; */


	/* card background color */
	/* --cardBgColor01: #191e24; */
	--cardBgColor01: #020f23;


	/* pricing chart > all border color */
	--pricingChartBorderColor01: #afd9ff2f;
	/* --pricingChartBorderColor01: #006dd3; */


	/* pricing chart > header background color */
	--pricingChartHeaderBgColor01: #001e3a;
	/* --pricingChartHeaderBgColor01: #006dd3; */


	/* pricing chart > odd body background color */
	--pricingChartOddBodyBgColor01: #293a5728;
	/* --pricingChartOddBodyBgColor01: #f3fcf8; */


	/* pricing chart > even body background color */
	--pricingChartEvenBodyBgColor01: #f5c5c511;
	/* --pricingChartEvenBodyBgColor01: #fff9f0; */


	/* pricing chart > text color */
	--pricingChartTextColor01: #ffffff;
	/* --pricingChartTextColor01: #ffffff; */


	/* pricing chart > sub-text color */
	--pricingChartSubTextColor01: #dfdfdf;
	/* --pricingChartSubTextColor01: #dfdfdf; */


	/* footer border top color */
	--footerTopBorderColor01: #ffffff27;
	;
	/* --footerTopBorderColor01: #00000046;; */


	/* details section border color */
	--detailsBorderColor01: #ffffff27;
	;
	/* --footerTopBorderColor01: #00000046;; */


}

.inline_link {
	padding: 0px 2px;
	color: var(--inlineAHrefTagTextColor01);
	white-space: nowrap;
	
}

.box_shadow_01 {
	-webkit-box-shadow: 0 2px 10px #18ff0333;
	box-shadow: 0 2px 10px #18ff0333;
}