@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proximanova_regular.woff2') format('woff2'),
		url('../font/proximanova_regular.woff') format('woff');
	font-weight: 400 500 600 700;
	/*font-stretch: 75% 125%; */
}

@font-face {
	font-family: 'Veronica';
	src: url('../font/Veronica.ttf') format('woff2');
	font-weight: 400 500 600 700;
	/*font-stretch: 75% 125%; */
}

@media (max-width: 768px) {
	:root {
		--font-main: 'Proxima Nova';
		--font-size-h1: 38px;
		--font-size-h2: 32px;
		--font-size-h3: 26px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--line-height-h1: 42px;
		--line-height-h2: 36px;
		--line-height-h3: 32px;
		--line-height-h4: 30px;
		--line-height-h5: 26px;

	}
}

@media (min-width: 768px) {
	:root {
		--font-main: 'Proxima Nova';
		--font-size-h1: 38px;
		--font-size-h2: 32px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 20px;
		--line-height-h1: 46px;
		--line-height-h2: 42px;
		--line-height-h3: 38px;
		--line-height-h4: 30.6px;
		--line-height-h5: 32px;
	}
}

@media (min-width: 992px) {
	:root {
		--font-main: 'Proxima Nova';
		--font-size-h1: 56px;
		--font-size-h2: 42px;
		--font-size-h3: 38px;
		--font-size-h4: 28px;
		--font-size-h5: 20px;
		--line-height-h1: 62.4px;
		--line-height-h2: 52px;
		--line-height-h3: 42px;
		--line-height-h4: 42px;
		--line-height-h5: 32px;
	}
}

/**** heading ***/
h1 {
	font-family: 'Veronica';
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
	font-weight: 700;
}

h2 {
	font-family: 'Veronica';
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	font-weight: 700;

}

h3 {
	font-family: 'Veronica';
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	font-weight: 700;

}

h4 {
	font-family: 'Veronica';
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
	font-weight: 600;

}

h5 {
	font-family: 'Veronica';
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
	font-weight: 500;

}

/**** paragraph****/
p,
li {
	font-family: var(--font-main);
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
}

/* a{ font-weight: 400;} */
.fs-20 {
	font-size: 20px;
	line-height: 28px;
}

.fs-22 {
	font-size: 22px;
	line-height: 30px;
}

@media (min-width: 1200px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}

	a {
		font-size: 16px;
	}
}

@media (min-width: 1440px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}

	a {
		font-size: 16px;
	}
}

a {
	font-family: var(--font-main);
	text-decoration: none;

}

.fs-16 {
	font-size: 16px;
}

.fs-14 {
	font-size: 14px;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.spt-100 {
	padding-top: 100px;
}

.spb-100 {
	padding-bottom: 100px;
}

.sp-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.spt-60 {
	padding-top: 60px;
}

.spb-60 {
	padding-bottom: 60px;
}

.spt-90 {
	padding-top: 90px;
}


@media screen and (min-width:1200px) {
	.mh-53 {
		min-height: 53px;
	}

	.desk-none {
		display: none;
	}

	.db {
		display: block;
	}

	.max-1000 {
		max-width: 1000px;
		margin: auto;
	}

	.w-80 {
		width: 80%;
	}

	.max-900 {
		max-width: 900px;
		margin: auto;
	}

	.h-80 {
		height: 90vh;
	}
}

@media screen and (min-width:768px) and (max-width:1080px) {
	.sp-60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.spt-60 {
		padding-top: 50px;
	}

	.spt-90 {
		padding-top: 80px;
	}

	.spb-60 {
		padding-bottom: 50px;
	}

	p,
	li {
		font-size: 18px;
		line-height: 26px;
	}

	.fs-20 {
		font-size: 18px;
		line-height: 26px;
	}
}


@media screen and (max-width:500px) {
	.sp-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.spt-90 {
		padding-top: 60px;
	}

	.spt-60 {
		padding-top: 40px;
	}

	.spb-60 {
		padding-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px !important;
	}
}

.fs-24 {
	font-size: 24px;
	line-height: 34px;
}

.text-red {
	color: #AD2121;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #666666;
}

.text-l-grey {
	color: #4C4C4C;
}

.bg-grey {
	background-color: #F8F8F8;
}

.bg-gray {
	background-color: #F9F9F9;
}

.bg-black {
	background-color: #000;
}

.lh-28-8 {
	line-height: 28.8px;
}

.fw-600 {
	font-weight: 600;
}

.lh-26 {
	line-height: 26px;
}

.lh-25-2 {
	line-height: 25.2px;
}

.lh-22-4 {
	line-height: 22.4px;
}

.lh-39-6 {
	line-height: 39.6px;
}

.lh-33-6 {
	line-height: 33.6px;
}

.lh-36-4 {
	line-height: 36.4px;
}

.lh-16 {
	line-height: 16px;
}

.fs-24 {
	font-size: 24px;
}

.lh-36 {
	line-height: 36px;
}

.bg-lblack {
	background-color: #333333;
}

.lh-36 {
	line-height: 36px;
}

.lh-24 {
	line-height: 24px;
}

.bg-footer {
	background-color: #ECECEC;
}

.fw-500 {
	font-weight: 500;
}

.lh-21 {
	line-height: 21px;
}


@media (max-width: 600px) {
	.spm-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.homepage h1 {
		font-size: 32px !important;
		line-height: 42px !important;
		font-weight: 700 !important;
	}
}

.text-red-bright {
	color: #ff4242 !important;
}

/* newly_added_css for m_square START */
@media (min-width: 1400px) {
	.container {
		max-width: 1301px !important;
	}
}

.text-bronze {
	color: rgba(239, 183, 163, 1);
}

.text-d-bronze {
	color: rgba(179, 100, 73, 1);
}

.bg-pale-bronze {
	background: rgba(250, 244, 242, 1);
}

.text-para-leader {
	color: rgba(95, 105, 128, 1);
}

.w-45 {
	width: 55%;
}
.bg-d-blue{background: rgba(11, 16, 29, 1);}
/* newly_added_css for m_square END*/

@media (max-width: 767px) {
    
.homepage p, li {
	font-family: var(--font-main);
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}
}

/*Start: font styles */
.fs-22 {
	font-size: 22px;
	line-height: 32px;
}
.fs-42 {
    font-size: 42px;
    line-height: 50px;
}
.fs-28 {
	font-size: 28px;
	line-height: 38px;
}
.ff-veronica {
font-family: 'Veronica';
}

.homepage h1, h2, h3, h4, h5, h6 {
  font-weight: 400;  
}
.cus-fs-22 {
	font-size: 22px;
	line-height: 32px;
}
.fs-18{
    font-size: 18px;
    line-height: normal;
}
.cus-fs-24 {
    font-size : 24px;
    line-height: 34px;
}
@media (max-width: 767px) {
    
.cus-fs-22 {
	font-size: 18px;
	line-height: 32px;
} 
 .cus-fs-24 {
    font-size : 20px;
    line-height: 30px;
} 
.fs-28 {
	font-size: 24px;
	line-height: 38px;
}

}
/* ends  font styles */




