/*******************Reset Css****************/
/* ----------------------------------------------------------------------------
------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Tahu!';
	src: url('../fonts/Tahu.woff2') format('woff2'),
		url('../fonts/Tahu.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Founders Grotesk – Regular */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

/* Founders Grotesk – Regular Italic */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-RegularItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

/* Founders Grotesk – Light */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

/* Founders Grotesk – Light Italic */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

/* Founders Grotesk – Medium */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

/* Founders Grotesk – Medium Italic */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
}

/* Founders Grotesk – Semibold */
@font-face {
	font-family: 'Founders Grotesk';
	src: url('Founders_Grotesk/FoundersGrotesk-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

/* Founders Grotesk */

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/Founders_Grotesk/FoundersGrotesk-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

/* Founders Grotesk Condensed */
@font-face {
	font-family: 'Founders Grotesk Condensed';
	src: url('../fonts/Founders_Grotesk/FoundersGroteskCond-Lt.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

/* Founders Grotesk X-Condensed */
@font-face {
	font-family: 'Founders Grotesk X-Condensed';
	src: url('../fonts/Founders_Grotesk/FoundersGroteskXCond-Lt.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk X-Condensed';
	src: url('../fonts/Founders_Grotesk/FoundersGroteskXCond-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Black.eot');
    src: url('../fonts/Helvetica-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Black.woff2') format('woff2'),
        url('../fonts/Helvetica-Black.woff') format('woff'),
        url('../fonts/Helvetica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Rupee';
	src: url('../fonts/Rupee.woff2') format('woff2'),
		url('../fonts/	Rupee.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



/* --------------------------
		Font Face
-------------------------- */
.ff_helvetica_black {
	font-family: 'Helvetica';
	font-weight: 900 !important;
}

.ff_tahu {
	font-family: 'Tahu!';
	font-weight: normal;
}


.ff_FG_500 {
	font-family: 'Founders Grotesk';
	font-weight: 500;
}

.ff_FG_700 {
	font-family: 'Founders Grotesk';
	font-weight: bold;
}

.ff_FG_400 {
	font-family: 'Founders Grotesk';
	font-weight: normal;
}

.ff_FG_600 {
	font-family: 'Founders Grotesk';
	font-weight: 600;
}


.ff_hel_900 {
	font-family: 'Helvetica';
	font-weight: 900;
}


.ff_rupee_I {
	font-family: 'Indian Rupee';
	font-weight: normal;
}


.ff_rupee {
	font-family: 'Rupee';
	font-weight: normal;
}



* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

html,
body {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-size: 18px;
	color: #000000;
	background-color: #fff;
	font-family: 'Founders Grotesk';
	font-weight: 400;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	outline: none !important;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
}

input {
	width: 100%;
}

img,
figure {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica';
}

input,
textarea {
	padding: 5px 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #97a4af;
	font-weight: 400;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	opacity: 1;
	color: #97a4af;
	font-weight: 400;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
	opacity: 1;
	color: #97a4af;
	font-weight: 400;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #97a4af;
	font-weight: 400;
}

.noradius {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
	supported by Chrome and Opera */
}

.pointerNone {
	pointer-events: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
	width: 100%;
}

.bg_area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

p {
	color: #000000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Founders Grotesk';
}

p:empty {
	display: none !important;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul:not(:last-child) {
	margin-bottom: 20px;
}

ul li {
	color: #000000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-family: 'Founders Grotesk';
}

ul li:not(:last-child) {
	margin-bottom: 10px;
}

ul.m_0 li {
	margin-bottom: 0 !important;
}

.ttc {
	text-transform: capitalize !important;
}

.ttu {
	text-transform: uppercase !important;
}

.ttn {
	text-transform: none !important;
}

/* ------Color------------ */
.whiteText {
	color: #ffffff !important;
}

.blackText {
	color: #000000 !important;
}

.blueText {
	color: #284996 !important;
}

.greyText {
	color: #6D6E71 !important;
}

.redText {
	color: #E83638 !important;
}

.yellowBg{
	background-color: #FB0 !important;
}

.yellowText{
	color: #FB0 !important;
}

.whiteBg {
	background-color: #fff !important;
}

.blueBg {
	background-color: #284996 !important;
}

.orangeBg {
	background-color: #ee7e2f !important;
}

.bg_f18121 {
	background-color: #f18121 !important;
}

.redGrad {
	position: relative;

	&:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background: linear-gradient(90deg, #fdf8f2 0%, #fefaf2 100%);
	}

	.contentBox {
		z-index: 1;
		position: relative;
	}
}

.redGrad-2 {
	position: relative;

	&:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background: linear-gradient(90deg, #fff7ea 0%, #fdeedf 100%);
	}

	.contentBox {
		z-index: 1;
		position: relative;
	}
}

.textGrad {
	font-size: 72px;
	background: -webkit-linear-gradient(0deg, #e73539 0%, #443d6a 35%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* background-image: linear-gradient(90deg, #e73539 0%, #443d6a 100%); */
}

.head-bottom {
	position: relative;
}

.noBr {
	border: 0 !important;
}

.noBr:before,
.noBr:after {
	content: normal !important;
}

.noBrLeft {
	border-left: 0 !important;
}

.noBrRight {
	border-right: 0 !important;
}

.noBrTop {
	border-top: 0 !important;
}

.noBrBottom {
	border-bottom: 0 !important;
}


.ttu {
	text-transform: uppercase;
}

.ttc {
	text-transform: capitalize;
}

.ttl {
	text-transform: lowercase;
}

.ttn {
	text-transform: none;
}

.fz_13 {
	font-size: 13px !important;
}

.fz_14 {
	font-size: 14px !important;
}

.fz_16 {
	font-size: 16px !important;
}

.fz_17 {
	font-size: 17px !important;
}

.fz_18 {
	font-size: 18px !important;
}

.fz_20 {
	font-size: 20px !important;
}

.fz_22 {
	font-size: 22px !important;
}

.fz_24 {
	font-size: 24px !important;
}

.fz_25 {
	font-size: 25px !important;
}

.fz_26 {
	font-size: 26px !important;
}

.fz_28 {
	font-size: 28px !important;
}

.fz_30 {
	font-size: 30px !important;
}

.fz_32 {
	font-size: 32px !important;
}

.fz_35 {
	font-size: 35px !important;
}

.fz_36 {
	font-size: 36px !important;
}

.fz_40 {
	font-size: 40px !important;
}

.fz_44 {
	font-size: 44px !important;
}

.fz_50 {
	font-size: 50px !important;
}

.fz_65 {
	font-size: 65px !important;
}

.fz_74 {
	font-size: 74px !important;
}

.lh_32 {
	line-height: 32px;
}

.lh_1_2{
	line-height: 1.2;
}

.lh_1_3{
	line-height: 1.3;
}

.lh_1_4{
	line-height: 1.4;
}

.lh_1_5{
	line-height: 1.5;
}

.lh_1_6{
	line-height: 1.6;
}

.customBlock {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fix {
	position: fixed;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fw_100 {
	font-weight: 100 !important;
}

.fw_200 {
	font-weight: 200 !important;
}

.fw_300 {
	font-weight: 300 !important;
}

.fw_400 {
	font-weight: 400 !important;
}

.fw_500 {
	font-weight: 500 !important;
}

.fw_600 {
	font-weight: 600 !important;
}

.fw_700 {
	font-weight: 700 !important;
}

.fw_800 {
	font-weight: 800 !important;
}

.fw_900 {
	font-weight: 900 !important;
}

.fltLft {
	float: left;
}

.fltRgt {
	float: right;
}

.db {
	display: block !important;
}

.dib {
	display: inline-block !important;
}

.df {
	display: flex !important;
}

.fw {
	flex-wrap: wrap !important;
}

.aifs {
	align-items: flex-start !important;
}

.aic {
	align-items: center !important;
}

.aife {
	align-items: flex-end !important;
}

.jcc {
	justify-content: center !important;
}

.jcfs {
	justify-content: flex-start !important;
}

.jcfe {
	justify-content: flex-end !important;
}

.jcfe {
	justify-content: end !important;
}

.jcsb {
	justify-content: space-between !important;
}

.jcsa {
	justify-content: space-around !important;
}

.jcse {
	justify-content: space-evenly !important;
}

.fdrr {
	flex-direction: row-reverse;
}

.fdc {
	flex-direction: column;
}

.fdcr {
	flex-direction: column-reverse;
}

.l-0 {
	left: 0 !important;
}

.r-0 {
	right: 0 !important;
}

.r-30 {
	right: 30px !important;
}

.t-0 {
	top: 0 !important;
}

.t-_20 {
	top: -20px !important;
}

.b-0 {
	bottom: 0 !important;
}


/* padding */
.p_15 {
	padding: 15px;
}

.p_20 {
	padding: 20px;
}

.p_25 {
	padding: 25px;
}

.p_30 {
	padding: 30px;
}

.px_15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px_20 {
	padding-left: 20px;
	padding-right: 20px;
}

.py_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py_105 {
	padding: 105px 0;
}

/* Padding-Top */
.pt_200 {
	padding-top: 200px !important;
}

.pt_140 {
	padding-top: 140px !important;
}

.pt_100 {
	padding-top: 100px !important;
}

.pt_90 {
	padding-top: 90px !important;
}

.pt_80 {
	padding-top: 80px !important;
}

.pt_75 {
	padding-top: 75px !important;
}

.pt_70 {
	padding-top: 70px !important;
}

.pt_60 {
	padding-top: 60px !important;
}

.pt_55 {
	padding-top: 55px !important;
}

.pt_50 {
	padding-top: 50px !important;
}

.pt_45 {
	padding-top: 45px !important;
}

.pt_40 {
	padding-top: 40px !important;
}

.pt_35 {
	padding-top: 35px !important;
}

.pt_30 {
	padding-top: 30px !important;
}

.pt_25 {
	padding-top: 25px !important;
}

.pt_20 {
	padding-top: 20px !important;
}

.pt_15 {
	padding-top: 15px !important;
}

.pt_10 {
	padding-top: 10px !important;
}

.pt_05 {
	padding-top: 5px !important;
}

/* Padding-Right */
.pr_100 {
	padding-right: 100px !important;
}

.pr_90 {
	padding-right: 90px !important;
}

.pr_80 {
	padding-right: 80px !important;
}

.pr_75 {
	padding-right: 75px !important;
}

.pr_70 {
	padding-right: 70px !important;
}

.pr_60 {
	padding-right: 60px !important;
}

.pr_55 {
	padding-right: 55px !important;
}

.pr_50 {
	padding-right: 50px !important;
}

.pr_45 {
	padding-right: 45px !important;
}

.pr_40 {
	padding-right: 40px !important;
}

.pr_35 {
	padding-right: 35px !important;
}

.pr_30 {
	padding-right: 30px !important;
}

.pr_25 {
	padding-right: 25px !important;
}

.pr_20 {
	padding-right: 20px !important;
}

.pr_15 {
	padding-right: 15px !important;
}

.pr_10 {
	padding-right: 10px !important;
}

.pr_05 {
	padding-right: 5px !important;
}

/* Padding-Bottom */
.pb_1000 {
	padding-bottom: 1000px !important;
}

.pb_900 {
	padding-bottom: 900px !important;
}

.pb_800 {
	padding-bottom: 800px !important;
}

.pb_700 {
	padding-bottom: 700px !important;
}

.pb_600 {
	padding-bottom: 600px !important;
}

.pb_500 {
	padding-bottom: 500px !important;
}

.pb_400 {
	padding-bottom: 400px !important;
}

.pb_300 {
	padding-bottom: 300px !important;
}

.pb_200 {
	padding-bottom: 200px !important;
}

.pb_120 {
	padding-bottom: 120px !important;
}

.pb_100 {
	padding-bottom: 100px !important;
}

.pb_90 {
	padding-bottom: 90px !important;
}

.pb_80 {
	padding-bottom: 80px !important;
}

.pb_70 {
	padding-bottom: 70px !important;
}

.pb_60 {
	padding-bottom: 60px !important;
}

.pb_55 {
	padding-bottom: 55px !important;
}

.pb_50 {
	padding-bottom: 50px !important;
}

.pb_45 {
	padding-bottom: 45px !important;
}

.pb_40 {
	padding-bottom: 40px !important;
}

.pb_35 {
	padding-bottom: 35px !important;
}

.pb_30 {
	padding-bottom: 30px !important;
}

.pb_25 {
	padding-bottom: 25px !important;
}

.pb_20 {
	padding-bottom: 20px !important;
}

.pb_15 {
	padding-bottom: 15px !important;
}

.pb_10 {
	padding-bottom: 10px !important;
}

.pb_05 {
	padding-bottom: 5px !important;
}

/* Padding-Left */
.pl_100 {
	padding-left: 100px !important;
}

.pl_90 {
	padding-left: 90px !important;
}

.pl_80 {
	padding-left: 80px !important;
}

.pl_75 {
	padding-left: 75px !important;
}

.pl_70 {
	padding-left: 70px !important;
}

.pl_60 {
	padding-left: 60px !important;
}

.pl_55 {
	padding-left: 55px !important;
}

.pl_50 {
	padding-left: 50px !important;
}

.pl_45 {
	padding-left: 45px !important;
}

.pl_40 {
	padding-left: 40px !important;
}

.pl_35 {
	padding-left: 35px !important;
}

.pl_30 {
	padding-left: 30px !important;
}

.pl_25 {
	padding-left: 25px !important;
}

.pl_20 {
	padding-left: 20px !important;
}

.pl_15 {
	padding-left: 15px !important;
}

.pl_10 {
	padding-left: 10px !important;
}

.pl_05 {
	padding-left: 5px !important;
}

.py_90 {
	padding: 90px 0;
}

/* margin */
.mx_15 {
	margin-left: 15px;
	margin-right: 15px;
}

/* Margin-Top */
.mt_100 {
	margin-top: 100px !important;
}

.mt_90 {
	margin-top: 90px !important;
}

.mt_80 {
	margin-top: 80px !important;
}

.mt_70 {
	margin-top: 70px !important;
}

.mt_60 {
	margin-top: 60px !important;
}

.mt_55 {
	margin-top: 55px !important;
}

.mt_50 {
	margin-top: 50px !important;
}

.mt_45 {
	margin-top: 45px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_35 {
	margin-top: 35px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_25 {
	margin-top: 25px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_05 {
	margin-top: 5px !important;
}


/* Margin-Right */
.mr_100 {
	margin-right: 100px !important;
}

.mr_90 {
	margin-right: 90px !important;
}

.mr_80 {
	margin-right: 80px !important;
}

.mr_70 {
	margin-right: 70px !important;
}

.mr_60 {
	margin-right: 60px !important;
}

.mr_50 {
	margin-right: 50px !important;
}

.mr_50 {
	margin-right: 50px !important;
}

.mr_45 {
	margin-right: 45px !important;
}

.mr_40 {
	margin-right: 40px !important;
}

.mr_35 {
	margin-right: 35px !important;
}

.mr_30 {
	margin-right: 30px !important;
}

.mr_25 {
	margin-right: 25px !important;
}

.mr_20 {
	margin-right: 20px !important;
}

.mr_15 {
	margin-right: 15px !important;
}

.mr_10 {
	margin-right: 10px !important;
}

.mr_05 {
	margin-right: 5px !important;
}


/* Margin-Bottom */
.mb_120 {
	margin-bottom: 120px !important;
}

.mb_105 {
	margin-bottom: 105px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

.mb_90 {
	margin-bottom: 90px !important;
}

.mb_80 {
	margin-bottom: 80px !important;
}

.mb_75 {
	margin-bottom: 75px !important;
}

.mb_70 {
	margin-bottom: 70px !important;
}

.mb_60 {
	margin-bottom: 60px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_35 {
	margin-bottom: 35px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_18 {
	margin-bottom: 18px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_05 {
	margin-bottom: 5px;
}


/* Margin-Left */
.ml_100 {
	margin-left: 100px !important;
}

.ml_90 {
	margin-left: 90px !important;
}

.ml_80 {
	margin-left: 80px !important;
}

.ml_70 {
	margin-left: 70px !important;
}

.ml_60 {
	margin-left: 60px !important;
}

.ml_50 {
	margin-left: 50px !important;
}

.ml_55 {
	margin-left: 55px !important;
}

.ml_40 {
	margin-left: 40px !important;
}

.ml_35 {
	margin-left: 35px !important;
}

.ml_30 {
	margin-left: 30px !important;
}

.ml_25 {
	margin-left: 25px !important;
}

.ml_20 {
	margin-left: 20px !important;
}

.ml_15 {
	margin-left: 15px !important;
}

.ml_10 {
	margin-left: 10px !important;
}

.ml_05 {
	margin-left: 5px !important;
}


.h_100vh {
	height: 100vh;
}

.w_100vw {
	width: 100vw;
}

/* ======Width======= */
.wid_10 {
	width: 10%;
}

.wid_15 {
	width: 15%;
}

.wid_20 {
	width: 20%;
}

.wid_25 {
	width: 25%;
}

.wid_30 {
	width: 30%;
}

.wid_33 {
	width: 33.333333%;
}

.wid_35 {
	width: 35%;
}

.wid_40 {
	width: 40%;
}

.wid_45 {
	width: 45%;
}

.wid_50 {
	width: 50%;
}

.wid_55 {
	width: 55%;
}

.wid_66 {
	width: 66.666666%;
}

.wid_60 {
	width: 60%;
}

.wid_65 {
	width: 65%;
}

.wid_70 {
	width: 70%;
}

.wid_85 {
	width: 85%;
}

.wid_80 {
	width: 80% !important;
}

.wid_90 {
	width: 90% !important;
}

.wid_100 {
	width: 100% !important;
}


/* ======Width in Spl======= */
.wid_1b2 {
	width: calc((100% / 2) - 10px)
}

.wid_1b3 {
	width: calc((100% / 3) - 10px)
}

.wid_1b4 {
	width: calc((100% / 4) - 10px)
}

.wid_1b5 {
	width: calc((100% / 5) - 10px)
}

.wid_1b6 {
	width: calc((100% / 6) - 10px)
}

.wid_1b7 {
	width: calc((100% / 7) - 10px)
}

.wid_1b8 {
	width: calc((100% / 8) - 10px)
}

.wid_1b9 {
	width: calc((100% / 9) - 10px)
}

.wid_1b10 {
	width: calc((100% / 10) - 10px)
}


.rad_50P {
	border-radius: 50%;
}

.rad_50 {
	border-radius: 50px;
}

.rad_20 {
	border-radius: 20px;
}

.radTL_50 {
	border-radius: 50px 0 0 50px;
}

.radTL_30 {
	border-radius: 30px 0 0 30px;
}


.tac {
	text-align: center !important;
}

.taj {
	text-align: justify !important;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}


.container-max {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-mid {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.titleText:after {
	left: 0;
	bottom: 0;
	width: 95px;
	height: 4px;
	content: "";
	position: absolute;
	border-radius: 30px;
	background-color: #EF7F21;
}

.titleText.blueText {
	color: #034ea2;
}

.titleText.blueText:after {
	background-color: #034ea2;
}

h2,
.h2 {
	font-size: 48px !important;
}

h3,
.h3 {
	font-size: 40px !important;
}

h4,
.h4 {
	font-size: 30px !important;
}

h5,
.h5 {
	font-size: 24px !important;
}

h6,
.h6 {
	font-size: 20px !important;
}

.z_1 {
	z-index: 1;
}

.z_2 {
	z-index: 2;
}

.z_3 {
	z-index: 3;
}

.gap_20 {
	row-gap: 20px;
}

.gap_30 {
	row-gap: 30px;
}

.f_none {
	filter: none !important;
}

.tdu {
	transition: all 0.5s;

	&:hover {
		text-decoration: underline;
	}
}

.tableWrap{
	width: 100%;
	overflow-y: auto;
}

table{
	width: 100%;
}

.greyBor{
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.greyBorTop{
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.greyBorBtm{
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* --------------------------
		Font Face
-------------------------- */

/* Responsive */

@media (max-width: 1440px) {

	body {
    	font-size: 16px;
	}

	.container-mid {
		max-width: 95%;
	}

	h2,
	.h2 {
		font-size: 35px !important;
	}

	h4,
	.h4 {
		font-size: 25px !important;
	}

	ul li{
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.customBlock {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pageTitle {
		margin-bottom: 40px !important;

		br {
			display: none;
		}
	}

	h2,
	.h2 {
		font-size: 35px !important;
	}

	h5,
	.h5 {
		font-size: 20px !important;
	}
}

@media (max-width: 575px) {
	.customBlock {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	h2,
	.h2 {
		font-size: 30px !important;
	}

	.pageTitle {
		margin-bottom: 22px !important;
	}
}

@media (max-width: 768px){
	p{
		margin-bottom: 10px;
	}
}