html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Montserrat';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-family: 'Inter', sans-serif;
}

.ff-montsert{
	font-family: 'Montserrat', sans-serif;
}
.ff-inter{
	/*font-family: 'Inter', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}
.dropdown-toggle{
	position: relative;
	padding-right: 22px !important;
}
.dropdown-toggle::after{
	position: absolute;
	content: '';
	right: 0;

	background: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.21459 9.29794C5.52524 8.98729 6.01135 8.95905 6.35389 9.21322L6.45203 9.29794L14 16.8455L21.5479 9.29794C21.8586 8.98729 22.3447 8.95905 22.6872 9.21322L22.7854 9.29794C23.096 9.60858 23.1243 10.0947 22.8701 10.4372L22.7854 10.5354L14.6187 18.702C14.3081 19.0127 13.8219 19.0409 13.4794 18.7868L13.3813 18.702L5.21459 10.5354C4.87289 10.1937 4.87289 9.63965 5.21459 9.29794Z" fill="black"/></svg>');
	background-size: 15px 15px;
	border: none;
    width: 17px;
    height: 17px;
    background-size: 17px;
}
.sub-heading{
	color: rgba(0, 0, 0, 0.10);
	font-size: 70px;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
}
.sub-heading2{
	color: #939393;
	font-size: 70px;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.btn-wrpr{
	display: flex;
	padding: 10px 0;
	/*margin-top:-11px;*/
	margin-right:44px;
}

.btn-wrpr a{
	position: relative;
	min-width: 180px;
	display: flex;
	color: #000;
	font-size: 19px;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	border-radius: 28px;
	transition: all 0.3s;
	border: 1px solid #306CD9;
	justify-content: center;
    padding: 12px 10px;
	overflow: hidden;
	text-decoration: none;
}
.btn-wrpr a.w-140{
min-width: 140px;
}
.btn-wrpr a.bg-yellow{
	background-color: #FFFF00;
	border: 1px solid #FFFF00;
}
.btn-wrpr a span{
	position: relative;
	z-index: 2;
}
.btn-wrpr a::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #306CD9;
	transition: all 0.3s;
	transform: scale(0);
	top: 0;
	left: 0;
	z-index: 1;
}
.btn-wrpr a:hover{
	color: #fff;
	border: 1px solid #306CD9;
}
.btn-wrpr a:hover::before{
	transform: scale(1);
}

.slick-slider-arrow .slick-prev {
	left: 0;
	width: 74px;
	height: 74px;
	z-index: 2;
}
.slick-slider-arrow .slick-next {
	right: 0;
	transform: translate(0,-50%) rotate(180deg);
}

 
 .slick-slider-arrow .slick-arrow{
	width: 50px;
	height: 50px;
	z-index: 2;
	background-size: 50px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="74" height="74" viewBox="0 0 74 74" fill="none"><path d="M-1.61732e-06 37C-2.51008e-06 16.576 16.613 -7.26177e-07 37 -1.61732e-06L38.0351 0.0142195C57.9811 0.562993 74 16.9222 74 37C74 57.387 57.424 74 37 74C16.613 74 -7.26177e-07 57.387 -1.61732e-06 37ZM26.677 37C26.677 37.74 26.973 38.443 27.491 38.961L40.404 51.8C40.922 52.355 41.625 52.614 42.328 52.614C43.068 52.614 43.771 52.355 44.326 51.8C45.399 50.69 45.399 48.951 44.289 47.878L33.374 37L44.289 26.122C45.399 25.049 45.399 23.273 44.326 22.2C43.216 21.09 41.477 21.09 40.404 22.2L27.491 35.039C26.973 35.557 26.677 36.26 26.677 37Z" fill="%2349AFFA"/></svg>');
 }
 .slick-slider-arrow .slick-arrow::before{
	background-image: none;
	content: '';
}

@media screen and (max-width:1900px) {
	.sub-heading {
		font-size: 66px;
	}
	.sub-heading2 {
		color: #939393;
		font-size: 62px;
	}
}

@media screen and (max-width:1599px) {
	.sub-heading {
		font-size: 56px;
	}
	.sub-heading2 {
		font-size: 56px;
	}
}

@media screen and (max-width:1439px) {
	.sub-heading {
		font-size: 50px;
	}
	.sub-heading2 {
		font-size: 50px;
	}
	.btn-wrpr a{
		min-width: 146px;
		font-size: 15px;
		padding: 10px 8px;
	}
}

@media screen and (max-width:1279px) {
	.sub-heading {
		font-size: 40px;
	}
	.sub-heading2 {
		font-size: 40px;
	}
	.slick-slider-arrow .slick-arrow {
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		background-size: 35px 35px;
	}
}

@media screen and (max-width:1023px) {
	.sub-heading {
		font-size: 30px;
	}
	.sub-heading2 {
		font-size: 30px;
	}
}

