﻿/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

html{scroll-behavior: smooth;}

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

#popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}


#popup-ad {
  margin-top: -300px;
  transition: margin-top 0.5s ease;
  position: relative;


  width: min(95vw, 1500px);  
}


#popup-overlay.show #popup-ad {
  margin-top: 12vh;
}


#popup-ad img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}


#close-popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
}

/*--- HEADER STYLES ---------------------*/
header {}


.cs-header{
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    align-items: center;
    padding: 10px 4.166665%;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 100;
}
#cs-logo{
	z-index: 101;
}

.cs-wrap{
	padding-left: 8.33333vw;
	padding-right: 8.33333vw;
}
.pad-top{
	padding-top: 60px;
}
.pad-bottom{
	padding-bottom: 60px;
}
.pad-left{
	padding-left: 8.33333vw;
}
.pad-right{
	padding-right: 8.33333vw;
}
.flex{display: flex;}
.thirds{width: 33.333%;}

.cs-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: calc(100% - 48px);
    height: 30px !important;
    line-height: 30px !important;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    color: #555;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 10px !important;
    border: none;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
	box-sizing: border-box;
}
.cs-search button{
	-webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    float: right !important;
    width: 38px;
    height: 30px;
	line-height: 30px;
    text-align: center;
    border: none;
    padding: 0;
    font-weight: 800;
    font-size: 12px;
    color: #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffca0a;
	appearance: none;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
    flex-shrink: 0;
}
.cs-search form{
    display: flex;
	min-width: 200px;
}
.cs-search-popup {
    position: absolute;
    right: 0;
    top: 90%;
}


/*---BODY--------------------------------*/

body{
	position: relative;
	font-family: "poppins", sans-serif;
	font-weight: 300;
}

.yellow{
	color: #ffca0b;
}
.blue{
	color: #00b4ff;
}
.bg-yellow{
	background-color: #ffca0b;
}
.bg-offwhite{
	background-color: #f0f0f0;
}
.bg-black{
	background-color: #000;
}
.bg-black a, .bg-black ul li{
	color: #ccc;
}
.bg-gradient-to-right{
	background: linear-gradient(to right, #F5F5F5, #fff);
}
.bg-gradient-to-left{
	background: linear-gradient(to left, #F5F5F5, #fff);
}

.heading, .heading-lg, .heading-xl{
	font-family: "urw-din-condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}

.heading{
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
    line-height: 1.1;
}
.heading-lg{
	display: block;
	font-size: 6vh;
	line-height: 7vh;
}
.paragraph{
    line-height: 24px;
    font-size: 16px;
	font-weight: 300;
}



.btn-pill{
	font-family: "poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 90px;
	background: #000;
	color: #fff;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.btn-pill:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	background: #ffca0b;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-pill:hover:before{
	transform: scaleX(1);
}
.btn-pill:hover{
	background: transparent;
	color: #000;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}


.btn-pill.btn-yellow{
	background: #ffca0b;
	color: #000;border: solid 3px #000;
}
.btn-pill.btn-yellow:before{
	background: #000;
}
.btn-pill.btn-yellow:hover{
	color: #fff;
}


.btn-pill.outline{
	background: transparent !important;
	border: solid 1px #ddd;
	color: #000;
}


.btn-pill.outline:hover{
	border: solid 1px #ddd;
	color: #fff;
}
.btn-pill.outline:before{
	background: #000 !important;
}

.btn-simple{
	color: #555;
	font-size: 16px;
	
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.btn-simple i{
	padding-left: 5px;
	transition: ease all 0.2s;
}
.btn-simple:hover i{
	transform: translateX(10px);
}

.col-row p{
	line-height: 24px; font-size: 16px;
}
.border-left {
    padding-left: 20px;
    border-left: solid 5px #ffca0b;
    margin: 30px 0;
}
.col-row hr{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: solid 1px #ddd !important;
}

.bullet-list{
	list-style: disc;
	padding-left: 24px;
	font-weight: 700;
}
.bullet-list li{
	margin-bottom: 10px;
}

/*-------- FOOTER STYLES ----------------*/
footer{}


.cs-footer{
	font-family: "poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #000;
	color: #fff;
    box-sizing: border-box;
}
.cs-footer p{
    line-height: normal;
}

.cs-footer ul li{
	line-height: 36px;
}



/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 12px 20px;
	font-weight: 400;border-radius: 10px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f0f0f0;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: 'Poppins', sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f0f0f0;font-family: 'Poppins', sans-serif !important;
}
.custom-form button{
	cursor: pointer;
}
.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 5px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}

/**********SWIPER************/
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      object-fit: cover;
    }
	
.swiper-button-next, .swiper-button-prev{
	color: #FFFFFF!important;
}



/* CUSTOM */

.categoryslider a > div:nth-of-type(1){
    background: #000;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-sizing: border-box;
    width: 191px;
    height: 191px;
    margin: 0 auto 20px;
	transition: ease all 0.3s;
}
.categoryslider a > div:nth-of-type(2){
	color: #000;
}
.categoryslider a.slick-current > div:nth-of-type(1){
    background: #ffca0b;
}
.categoryslider a.slick-current > div img{
	filter: invert(0);
	transition: ease all 0.3s;
}
.categoryslider a > div img{
	padding: 0;
	margin: 0;
	display: block;
	filter: invert(1);
}

.img-grid{
	  line-height: 0;
   
  -webkit-column-count:5;
  -webkit-column-gap:   10px;
  -moz-column-count:    5;
  -moz-column-gap:      10px;
  column-count:         5;
  column-gap:           10px;
}

.img-grid img{  width: 100% !important;
  height: auto !important;
	margin-bottom: 10px;
	border-radius: 4px;
}





@media screen and (max-width: 991px){

	.img-grid{
		  line-height: 0;

	  -webkit-column-count:2;
	  -webkit-column-gap:   10px;
	  -moz-column-count:    2;
	  -moz-column-gap:      10px;
	  column-count:         2;
	  column-gap:           10px;
	}
}
	.social-side-tab{
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		z-index: 10;
		padding: 10px;
		border-radius: 10px;
		background: #fff;
		position: absolute;
		right: 4.166665%;
		top: 12vw;
		z-index: 300;
	}
	.social-side-tab a{
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		align-items: center;
		height: 50px;
		width: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #000 !important;
	}


	
	.hero{
		position: relative;
		
	}
	.hero div{
		position: relative;
		
	}
	.hero:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to right, rgba(0,0,0,0.7), transparent);
		
	}

  #cs-countdown {
	  min-height: 120px;
	  align-items: center;
	  background: #000;
	  color: #fff;
	  padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
	  gap: 20px;
  }
  #cs-countdown .countdown-box-group {
	  display: flex; justify-content: center;
	  gap: 10px;
	  flex-wrap: wrap;
	}
  #cs-countdown .countdown-box {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  text-align: center;
	  padding: 12px;
	  border-radius: 5px;
	  background: #222;
	  width: 100px;
	  height: 100px;
	  box-sizing: border-box;
  }
  #cs-countdown .countdown-box span:nth-of-type(1){
	  animation-name: counterFadeIn;
	  animation-duration: 1s;
	  animation-fill-mode: forwards;
	  animation-iteration-count: 1;
	  opacity: 0;
  }
  #cs-countdown .countdown-box:nth-of-type(1) span:nth-of-type(1) {
	  animation-delay: 0s;
  }
  #cs-countdown .countdown-box:nth-of-type(2) span:nth-of-type(1) {
	  animation-delay: 0.05s;
  }
  #cs-countdown .countdown-box:nth-of-type(3) span:nth-of-type(1) {
	  animation-delay: 0.1s;
  }
  #cs-countdown .countdown-box:nth-of-type(4) span:nth-of-type(1) {
	  animation-delay: 0.15s;
  }
  #cs-countdown .countdown-box span:nth-of-type(1) {
	  font-size: 30px;
	  color: #fff;
	  display: block;
  }
  #cs-countdown .countdown-box span:nth-of-type(2) {
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 0.2em;
	  color: #fff;
	  opacity: 0.8;
	  display: block;
  }
#cs-countdown .btn-pill{
	background-color: #fff;
	color: #000;
}
@keyframes counterFadeIn{
	from{opacity: 0;}
	to{ opacity: 1;}
}




.cs-banner {
  text-align: center;
}

.cs-banner img {
  width: 60%;
  height: auto;
  display: block;
  margin: 20px auto 0;
}




.mv-search{
    display: flex;
    border-radius: 5px;
	position: relative;
}
	
.search-toggle.open i:before{
	content: "\f00d";
}
.mv-search form{
	width: 100%;
	margin: 0 !important;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
	box-sizing: border-box;
    height: 48px !important;
	font-family: 'Poppins', sans-serif;

    font-size: 16px;
	font-weight: 300;
    line-height: 48px !important;
    color: #222529;
	background: #ededed;
    text-transform: none;
	letter-spacing: 0.025em;
    padding-right: 20px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
}
.mv-search button{
	font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0 10px 0 0;
    font-size: 16px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
	color: #222;
}



@media only screen and (min-width: 1440px) {

	.hero > .col-row{
		min-height: calc(100vh - 252px);
		padding-top: 100px;
	}
}
@media only screen and (max-width: 1439px){
	#cs-countdown{
		min-height: unset;
	}
	  #cs-countdown .countdown-box {
		  padding: 8px;
        width: 70px;
        height: 70px;
	  }
	  #cs-countdown .countdown-box span:nth-of-type(2) {
		  font-size: 9px;
	  }
	  #cs-countdown .btn-pill.cta-white {
		  display: none;
	  }
		#cs-countdown .btn-pill{
			line-height: 40px;
			width: 180px;
			font-size: 16px;
		}
	
	
	.hero > .col-row{
		min-height: 300px;
		padding-top: 100px;
	}
	
}
@media only screen and (max-width: 1150px){
	.flex{display: block;}
	.thirds{width: 100%!important;}
}


@media only screen and (max-width: 767px){
		
	.hero > .col-row{
		min-height: calc(100vh - 332px);
	}
	.hero .heading-lg{
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px){
	#cs-countdown{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}



#is-toggles .btn-pill.outline:hover{
	box-shadow: none;
	background: #f1f1f1 !important;
	color: #181b24;
}
#is-toggles .btn-pill.outline.active{
	border-color: #ffca0a !important;
}
#is-toggles .btn-pill.outline:before{
	content: none;
}


@keyframes ToggleFadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}

#is-toggles {
	display: flex; flex-wrap: wrap; gap: 10px;
}
#is-forms form{
	position: relative;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 3%;
	border-radius: 90px;
	font-size: 23px;
	background: #f1f1f1;
}
#is-forms .view-all-btn{
	color: #555;
	position: absolute;
	bottom: -60px;
	font-size: 18px;
	
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
#is-forms .view-all-btn i{
	padding-left: 5px;
	transition: ease all 0.2s;
}
#is-forms .view-all-btn:hover i{
	transform: translateX(10px);
}
#is-forms form:before{
	content: '';
	z-index: 100;
	position: absolute;

	border-radius: 90px;
	opacity: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f1f1f1;
	  animation: ToggleFadeOut 0.3s normal forwards ease-in-out;
	  animation-iteration-count: 1;

	pointer-events: none;

}
#is-forms form > div{
	display: flex;
	width: 100%;
}
#is-forms form > div > div:not([class^="col-lg"]):not(.c-vertical-divider){
	width: 100%;
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms form > div > div[class^="col-lg"]{
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms form input, #is-forms form select, #is-forms form button{
	width: 100%;
	display: block;
}
#is-forms form input, #is-forms form select{
	line-height: 48px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: none !important;
	border: none !important;
	height: 48px;
	width: 100%;
	outline: none;
}

#is-forms .btn-pill{
	background: #ffca0a;
	outline: none;
	color: #000;
	border: none !important;
	cursor: pointer;
    white-space: nowrap;
}
#is-forms .btn-pill:hover{
	color: #fff;
}


#is-forms .btn-pill:before{
	
	background: #000;
}

#is-forms .col-xs-12{
	position: relative;
}
#is-forms .col-xs-12 input, #is-forms .col-xs-12 select{
	padding-left: 26px;
}
#is-forms .input-icon{
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 16px;
	opacity: 0.66;
}



@media screen and (max-width: 768px){
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	
.heading, .heading > *{
	font-size: 24px;
	letter-spacing: 0.1em;
}
.heading-lg{
	font-size: 36px;
	line-height: 1;
}
	
	#is-widget{
		padding-bottom: 60px !important;
	}
	#is-forms .view-all-btn {
		font-size: 14px;
	}
}



@media (min-width: 992px) and (max-width: 1339px){
			#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
#is-forms form > div{
	flex-wrap: wrap;
}
	#is-forms form{
		border-radius: 20px;
	}
	#is-forms form:before{
		border-radius: 20px;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
	
		.social-side-tab{
			right: 4.166665%;
			top: 15%;
		}
	.social-side-tab a{
		line-height: 36px;
		font-size: 16px;
		height: 36px;
		width: 30px;
	}
	
		.social-side-tab{
			right: 4.166665%;
			top: 12vw;
		}
	.social-side-tab a{
		line-height: 36px;
		font-size: 16px;
		height: 36px;
		width: 30px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px){
			#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
#is-forms form > div{
	flex-wrap: wrap;
}
	#is-forms form{
		border-radius: 20px;
		padding: 20px;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
		.social-side-tab{
			right: 4.166665%;
			top: 120px;
		}
	.social-side-tab a{
		line-height: 36px;
		font-size: 16px;
		height: 36px;
		width: 30px;
	}
	
}
@media (max-width: 991px){
	
	.cs-banner img {width: 80%;}

	#is-forms form:before{
		border-radius: 20px;
	}
	#is-forms{padding-bottom: 60px;}
	
	.col-sm-12 img {height:200px;}
	.remove991{display: none;}
	
}
@media (max-width: 767px){	
	
	.cs-banner img {width: 90%;}
	
	.social-side-tab {
			display: none;
		}
		#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	
	#is-forms form > div{
		flex-wrap: wrap;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
	#is-forms form{
		border-radius: 20px;
		padding: 20px 10px;
	}

	

}

@media (max-width: 575px){		
	.social-side-tab {
			display: none;
		}
	#hero .col-lg-hidden{	
    	transform: translateY(-16vw) !important;margin-bottom: -14vw !important;
	}
}












