/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body, p, a, ul, li, span, h1, h2, h3, h4, h5, h6, button {
	font-family: "Poppins", sans-serif !important;
}

.container90 { max-width: 100% !important; padding: 0 5% !important; }

.fcblack { color: black !important; } .fcwhite { color: white !important; } .fcblue { color: #186fed !important; }

.fitalik { font-style: italic !important; }

.fs90 { font-size: 90px !important; } .fs75 { font-size: 75px !important; } .fs72 { font-size: 72px !important; } .fs60 { font-size: 60px !important; } .fs45 { font-size: 45px !important; } .fs42 { font-size: 42px !important; } .fs36 { font-size: 36px !important; } .fs30 { font-size: 30px !important; } .fs27 { font-size: 27px !important; } .fs24 { font-size: 24px !important; } .fs21 { font-size: 21px !important; } .fs18 { font-size: 18px !important; } .fs16 { font-size: 16px !important; } .fs15 { font-size: 15px !important; } .fs13 { font-size: 13px !important; } .fs12 { font-size: 12px !important; } 

.fw200 { font-weight: 200 !important; } .fw300 { font-weight: 300 !important; } .fw400 { font-weight: 400 !important; } .fw500 { font-weight: 500 !important; } .fw600 { font-weight: 600 !important; } .fw700 { font-weight: 700 !important; } .fw800 { font-weight: 800 !important; } .fw900 { font-weight: 900 !important; }

.lh100 { line-height: 100% !important; }
.lh110 { line-height: 110% !important; }
.lh120 { line-height: 120% !important; }
.lh130 { line-height: 130% !important; }
.lh150 { line-height: 150% !important; }

.w10 { width: 10% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w50 { width: 50% !important; }
.w90 { width: 90% !important; }
.w100 { width: 100% !important; }

.marg0 { margin: 0 !important; }
.padd0 { padding: 0 !important; }
.padd1 { padding: 1% !important; }
.padd5 { padding: 5% !important; }

.secpadd0 { padding: 0 !important; }
.secpadd5 { padding: 5% !important; }
.secpadd70 { padding: 7% 0% !important; }

.dview { display: block !important; }
.mview { display: none !important; }

input, textarea { background-color: #161614 !important; border: none !important; color: white !important; padding: 15px 15px 5px !important; font-size: 12px !important; border-radius: 9px !important; }

@media (max-width: 1600px){
	.is-expanded-menu .menu-link { --cnvs-primary-menu-padding-x: 15px !important; }
}
@media (max-width: 1470px){
	.is-expanded-menu .menu-link { --cnvs-primary-menu-padding-x: 10px !important; }
}
@media (max-width: 1400px){
	.is-expanded-menu .menu-link { --cnvs-primary-menu-padding-x: 5px !important; }
}

@media (max-width: 991px){
	.container { max-width: 100% !important; }
}

@media (max-width: 767px){

	.dview { display: none !important; }
	.mview { display: block !important; }

	p, h1, h2, h3, h4, h5, h6, a { text-align: center !important; }
	.margbtmmob { margin-bottom: 30px !important; }
	.lh100 { line-height: 120% !important; }
	.lh110 { line-height: 120% !important; }
	.lh120 { line-height: 120% !important; }
	.lh130 { line-height: 120% !important; }
	.lh150 { line-height: 120% !important; }
	.bkgsomos { background-position: left center !important; }
	.allcenter { text-align: center !important; padding: 5% !important; }
	.flexcenter { justify-content: center !important; }
}