/*new-letter*/
.new-letter{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.5s ease-in;
	-webkit-animation: fadeIn 0.5s ease-in;
	-moz-animation: fadeIn 0.5s ease-in;
}


.new-letter-box{
	position: relative;
	width: 1000px;
	height: auto;
	min-height: 550px;
	background-color: #fff;
	background-image: url(../img/mmj-dsg.png);
	background-size: 300px;
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr 400px;
}
@media screen and (max-width:1200px){
	.new-letter-box{
		width: 90% !important;
	}
}
@media screen and (max-width:800px){
	.new-letter-box{
		grid-template-columns: 1fr 1fr !important;
	}
}
@media screen and (max-width:700px){
	.new-letter-box{
		display: block !important;
		background-image: none !important;
		min-height: 0px !important;
		padding-bottom: 30px !important;
	}
	.n-letter-vid{
		height: auto !important;
	}
	.new-letter-dlts{
		padding: 20px !important;
	}
	.nees-soosp{
		margin-top: 40px !important;
	}
}
.n-letter-vid{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	background-color: #000;
}

.new-letter-dlts{
	position: relative;
	width: 100%;
	height: auto;
	padding:30px 30px;
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.new-letter-dlts img{
	max-width: 100px;
}
.nees-soosp{
	position: relative;
	width: 100%;
	height: auto;
}
.nees-soosp h2{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}
@media screen and (max-width:400px){
	.nees-soosp h2{
		font-size: 25px !important;
	}
}
.subss-form{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
	background-color: #F0F0F0;
	overflow: hidden;
	border-radius: 30px !important;
}
@media screen and (max-width:330px){
.subss-form{
	flex-direction: column !important;
	justify-content: center !important;
	background-color: transparent !important;
}
.subss-form input{
	border-radius: 30px !important;
}
.subss-form button{
	margin-top: 10px !important;
	width: 100% !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
}
.subss-form input{
	position: relative;
	width: 100%;
	height: 45px;
	background-color: #F0F0F0;
	padding: 0px 15px;
}
.subss-form button{
	position: relative;
	width: auto;
	height: 45px;
	padding: 0px 20px;
	background-color: #04471C;
	color: #fff;
	border-radius: inherit;
	border:2px solid #04471C;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.subss-form button:hover{
	background-color: #066F2B;
	border-color: #066F2B;
}

.close-news-letter{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 200;
	left: 30px;
	top: 30px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border:1px solid #2A2A2A;
	transition: all 0.3s ease-in-out;
}
.close-news-letter:hover{
	background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width:500px){
	.close-news-letter{
		width: 30px !important;
		height: 30px !important;
	}
	.close-news-letter i{
		font-size: 15px !important;
	}
}
.close-news-letter i{
	font-size: 17px;
	font-weight: 800;
}



/*site-header*/
.site-header{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50vh;
	background-color: #182222;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 0px;
	color: #fff;
}
@media screen and (max-width:1000px){
	.site-header{
		display: flex !important;
		flex-direction: column !important;
	}
	.hero-txt h1{
		line-height: 100% !important;
	}
	.header-hero{
		padding: 130px 0px !important;
		padding-bottom: 30px !important;
	}
}

.headerAnim-Banner{
	position: relative;
	width: auto;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top:20px;
}
.headerAnim-Banner img{
	position: relative;
	max-width: 100%;
}

.headerAnim-Banner img.Anim_Main_Img{
	position: absolute;
	left: -30px;
	max-width: 130px;
	top: 50%;
    -webkit-animation:hero-bounce 2.5s both infinite;
    -moz-animation:hero-bounce 2.5s both infinite;
    animation:hero-bounce 2.5s both infinite;
}

@media screen and (max-width:1000px){
	.headerAnim-Banner img.Anim_Main_Img{
		left: 30% !important;
		top: 40% !important;
	}
}
@media screen and (max-width:700px){
	.headerAnim-Banner{
		overflow: hidden !important;
	}
	.headerAnim-Banner img.Anmi_Img_1{
		right: -70px !important;
		bottom: -40px !important;
	}
	.headerAnim-Banner img.Anim_Main_Img{
		max-width: 80px !important;
	}
	.CEO-INtro{
		top: 0% !important;
	}
}

@media screen and (max-width:400px){
	.CEO-INtro{
		width: 90% !important;
		right: 5% !important;
	}
}

@keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  @-webkit-keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  @-moz-keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

.header-hero{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 50px;
	display: flex;
	align-items: center;
	padding-top: 150px;
}
.header-hero h1{
	 margin-bottom: 20px;
    line-height: 60px;
}
.header-hero h1 span{
	font-family: "Sedan", serif;
  font-weight: 400;
  font-style: italic;
}
.header-hero p{
	display: block;
	margin-top: 10px;
}

.hero-btns{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	grid-gap: 10px;
}

@media screen and (max-width:330px){
	.hero-btns{
		flex-direction: column !important;
	}
	.hero-btns a{
		width: 100% !important;
		justify-content: center !important;
	}
}
.hero-btns a{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 500;
	background-color: #04471C;
	color: #fff;
	border-radius: 8px;
	border:2px solid #04471C;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
@media screen and (max-width:500px){
	.hero-btns a{
		font-size: 14px !important;
		padding: 15px !important;
	}
}
.hero-btns a:hover{
	background-color: #066628;
	border-color: #066628;
}
.hero-btns a:last-child{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.hero-btns a:last-child:hover{
	background-color: #E9EDF4;
	border-color: #E9EDF4;
}

/*CEO-INtro*/
.CEO-INtro{
	position: absolute;
	z-index: 100;
	right: 7%;
	top: 80%;
	width: auto;
	max-width: 400px;
	height: auto;
	min-height: 50px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(25px);
	-moz-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	color: #fff;
}

.CEO-INtro-1{
	position: relative;
}
.CEO-INtro-1 img{
	position: relative;
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}
@media screen and (max-width:500px){
	.CEO-INtro-1 img{
		width: 40px !important;
		height: 40px !important;
	}
}
.CEO-INtro-2{
	position: relative;
	width: 100%;
	height: auto;
}
.CEO-INtro-2 h4{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 500;
	grid-gap: 10px;
	gap: 10px;
}
.CEO-INtro-2 h4 span{
	display: inline-flex;
	align-items: center;
	gap: 3px;
	grid-gap: 3px;
	font-size: 13px;
}
.CEO-INtro-2 h4 span i{
	color: #FEF267;
}
.CEO-INtro-2 p{
	font-size: 13px !important;
	display: block;
	margin-top: 3px;
	opacity: 0.7;
}




/*Mart-Bot-sec*/
.Mart-Bot-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
@media screen and (max-width:600px){
	.Mart-Bot-sec{
		margin-top: 20px !important;
	}
}

.Mart-Bot-header{
	position: sticky;
	top: 20px;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 50px;
	z-index: 1;
}
@media screen and (max-width:800px){
	.Mart-Bot-header{
		position: relative !important;
		top: 0px !important;
	}
}
.Mart-Bot-header ul{
	position: relative;
	width: 100%;
	height: auto;
	  display: grid;
  grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));
  grid-template-rows:auto;
  grid-gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width:1000px){
	.Mart-Bot-header ul{
		display:flex !important;
	 align-items: center !important;
	 overflow-x: auto !important;
	}
	.Mart-Bot-header ul li p{
		white-space: nowrap !important;
	}
	.Mart-Bot-header ul li{
		width: auto !important;
	}
	.Mart-Bot-header ul li a{
		padding-right: 20px !important;
	}
}
.Mart-Bot-header ul li{
	position: relative;
	width: 100%;
	height: auto;
}
.Mart-Bot-header ul li a{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #F5FAFA;
	padding: 10px;
	border-radius: 50px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	transition: all 0.3s ease-in-out;
}
.Mart-Bot-header ul li a:hover{
	background-color: #E3F0F0;
}
.Mart-Bot-header ul li p{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width:600px){
	.Mart-Bot-header ul li p{
		font-size: 13px !important;
	}
	.Mart-Bot-header ul li img,
.Mart-Bot-header ul li video{
	width: 30px !important;
	height: 30px !important;
}
}
.Mart-Bot-header ul li img,
.Mart-Bot-header ul li video{
	position: relative;
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.Mart-Bot-header h2{
	font-size: 23px;
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 10px;
	gap: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width:600px){
	.Mart-Bot-header h2{
		font-size: 20px !important;
	}
	.Mart-Bot-header h2 span{
		padding: 5px 10px !important;
		font-size: 12px !important;
	}
}
@media screen and (max-width:400px){
	.Mart-Bot-header h2 span{
		display: none !important;
	}
}
.Mart-Bot-header h2 span{
	font-size: 14px;
	padding: 7px 15px;
	background-color: #FBB85E;
	border-radius: 30px;
}


.Mart-Bot-main{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.Mart-Bot-Box{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #F5FAFA;
	border-radius: 20px;
	margin-top: 20px;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	overflow: hidden;
	 -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 6px 4px hsl(0deg 0% 64% / 6%);
}
@media screen and (max-width:800px){
	.Mart-Bot-Box{
		display: block !important;
	}
}

.Mart-Bot-Box:nth-child(2){
	z-index: 2;
	background-color:#F2F8FD;
}
.Mart-Bot-Box:nth-child(3){
	z-index: 4;
	background-color:#F4FCFD;
}
.Mart-Bot-Box:nth-child(4){
	z-index: 6;
	background-color: #FAF7F2  ;
}
#navigation1:not(.sticky1) {
    position:relative;
    top:0;
}
.sticky1{
    position: sticky;
    top: 190px;
}
#navigation2:not(.sticky2) {
    position:relative;
}
.sticky2{
    position: sticky;
    top: 220px;
}
#navigation3:not(.sticky3) {
    position:relative;
}
.sticky3{
    position: sticky;
    top: 250px;
}

#navigation4:not(.sticky4) {
    position:relative;
}
.sticky4{
    position: sticky;
    top: 280px;
}

@media screen and (max-width:800px){
	.sticky1{
		top: 20px !important;
	}
	.sticky2{
		top: 40px !important;
	}
	.sticky3{
		top: 60px !important;
	}
	.sticky4{
		top: 80px !important;
	}
}

/*Mart-Bot-Box-Dlt*/
.Mart-Bot-Box-Dlt{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px;
	display: flex;
	align-items: center;
}
@media screen and (max-width:600px){
	.Mart-Bot-Box-Dlt{
		padding: 25px !important;
	}
	.Mart-Bot-Box-Dlt h2{
		font-size: 20px !important;
	}
}
.Mart-Bot-Box-Dlt h2{
	font-size: 25px;
	font-weight: 500;
}
.Mart-Bot-Box-Dlt ul{
	position: relative;
	margin-top: 30px;
}
.Mart-Bot-Box-Dlt ul li{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	margin-top: 10px;
}
.Mart-Bot-Box-Dlt ul li i{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 10px;
	margin-top: 5px;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.Mart-Bot-Box-Dlt ul li span{
	font-size: 18px;
}
@media screen and (max-width:500px){
	.Mart-Bot-Box-Dlt ul li span{
	font-size: 15px !important;
}
}
.aFHrf-Btn{
	position: relative;
	display: inline-grid;
	grid-template-columns: 1fr auto;
	margin-top: 30px;
	font-size: 17px;
	font-weight: 600;
	border:1px solid #04471C;
	padding: 10px 18px;
	border-radius: 8px;
}
@media screen and (max-width:500px){
	.aFHrf-Btn{
		font-size: 15px !important;
	}
}
@media screen and (max-width:400px){
	.aFHrf-Btn{
		display: block !important;
		text-align: center !important;
	}
	.aFHrf-Btn span{
		display: none !important;
	}
}
.aFHrf-Btn span{
	position: relative;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #04471C;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.aFHrf-Btn span i{
	font-size: 13px;
	position: relative;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out;
}
.aFHrf-Btn:hover span{
	background-color: #F48C06;
	color: #000;
}
.aFHrf-Btn:hover span i{
	transform: rotate(0deg);
}

.Mart-Bot-Box-Img{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
.Mart-Bot-Box-Img img,
.Mart-Bot-Box-Img video{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*Qualt-sec*/
.Qualt-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.Qualt-sec-Grid{
	  position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  grid-template-rows:auto;
}
@media screen and (max-width:700px){
	.Qualt-sec-Grid{
		display: flex !important;
		flex-direction: column !important;
		gap: 20px !important;
		grid-gap: 20px !important;
	}
}

.Qualt-Card{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	background-color: #F9F9F9;
	border-radius: 10px;
}
.Qualt-Card h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.Qualt-Card span{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	grid-gap: 10px;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
}
.Qualt-Card span img{
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	object-fit: contain;
	padding: 5px;
	-webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}



/*Regin-Vidao*/
.Regin-Vidao{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color:#04471C;
	border-radius: 20px;
	margin-top: 30px;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	overflow: hidden;
}
@media screen and (max-width:1000px){
	.Regin-Vidao{
		display: block !important;
	}
	.Regin-Vidao-Vid{
		background-color: #000 !important;
		margin-bottom: -10px !important;
	}
}
.Regin-Vidao-Vid{
	position: relative;
	width: 100%;
	height: auto;
}
.Regin-Vidao-Vid video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.Regin-Vidao-Txt{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px;
	color: #fff;
}
@media screen and (max-width:1000px){
	.Regin-Vidao-Txt{
		padding: 30px !important;
	}
}

.Regin-Vidao-Txt h6{
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
}
.Regin-Vidao-Txt h2{
	line-height: 70px;
	font-size: 70px;
	font-weight: 700;
	font-family: "Sedan", serif;
}
@media screen and (max-width:1200px){
	.Regin-Vidao-Txt h2{
		font-size: 60px !important;
		line-height: 60px !important;
	}
}
@media screen and (max-width:1000px){
.Regin-Vidao-Txt h2{
     font-size: 50px !important;
     line-height: 100% !important;
}
}
@media screen and (max-width:500px){
.Regin-Vidao-Txt h2{
     font-size: 35px !important;
}
}
@media screen and (max-width:450px){
.Regin-Vidao-Txt h2{
     font-size: 30px !important;
}
}
.Regin-Vidao-Txt p{
	display: block;
	margin-top: 20px;
}

.Regin-Vidao-Txt ul{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
	padding: 20px 0px;
	border-top: 1px solid #fff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.Regin-Vidao-Txt ul li{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 17px;
}

@media screen and (max-width:1000px){
	.Regin-Vidao-Txt ul li{
		font-size: 15px !important;
	}
}

@media screen and (max-width:700px){
	.Regin-Vidao-Txt ul{
		display: flex !important;
		flex-direction: column !important;
		margin-top: 40px !important;
		grid-gap: 10px !important;
		gap: 10px !important;
	}
}



/*Cc-Advtry*/
.Cc-Advtry{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.Cc-Advtry-Main{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 30px;
	background-color: #F9F9F9;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 30px;
}

.Cc-Advtry-1{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.Cc-Advtry-1 h2 span{
	font-family: "Sedan", serif;
}

.Cc-Advtry-2{
	position: relative;
	width: auto;
	height: auto;
}
.Cc-Advtry-2 img{
	max-width: 250px;
}

@media screen and (max-width:1000px){
	.Cc-Advtry-2 img{
	max-width: 150px !important;
}
}
@media screen and (max-width:700px){
	.Cc-Advtry-2{
	display: none !important;
}
}