
/*Regin-Vidao-Sec*/
.Regin-Vidao-Sec{
	position: relative;
	width: 100%;
	height: auto;
	background-color:#006633;
	padding-top: 50px;
	color: #fff;
}
.Regin-Vidao{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
@media screen and (max-width:1000px){
	.Regin-Vidao{
		display: block !important;
		padding: 0px 0px !important;
	}
	.Regin-Vidao-Vid img{
		max-width: 100% !important;
	}
}
.Regin-Vidao-Vid{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.Regin-Vidao-Vid img{
	position: relative;
	max-width: 80%;
	object-fit: cover;
	object-position: center;
}
.Regin-Vidao-Txt{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
@media screen and (max-width:1000px){
	.Regin-Vidao-Txt{
		padding: 0px !important;
		padding-bottom: 30px !important;
	}
}

.Regin-Vidao-Txt h6{
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
}
.Regin-Vidao-Txt h2{
	line-height: 60px;
	font-size: 60px;
	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: 40px !important;
}
}
@media screen and (max-width:450px){
.Regin-Vidao-Txt h2{
     font-size: 35px !important;
}
}
.Regin-Vidao-Txt p{
	display: block;
	margin-top: 20px;
}
.Geg_Btnx{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	grid-gap: 10px;
	gap: 10px;
	margin-top: 20px;
}
@media screen and (max-width:320px){
	.Geg_Btnx{
		flex-direction: column !important;
	}
	.Geg_Btnx  a{
		width: 100% !important;
	}
}
.Geg_Btnx  a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 14px 30px;
	background-color: #fff;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}
.Geg_Btnx  a:hover{
	background-color: #F6F6F6;
}
.Geg_Btnx  a:last-child{
	background-color: #FFCC00;
}
.Geg_Btnx  a:last-child:hover{
	background-color: #E8B900;
}
@media screen and (max-width:1000px){
	.Geg_Btnx  a{
		font-size: 15px !important;
	}
}
.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: 15px;
}

@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;
	}
}




/*Main-Dd-Search-Sec*/
.Main-Dd-Search-Sec{
	position: sticky;
	z-index: 200;
	top: 75px;
	width: 100%;
	height: auto;
	background-color:#fff;
	border-bottom: 1px solid #DFE1EC;
	padding: 20px 0px;
}
@media screen and (max-width:1200px){
	.Main-Dd-Search-Sec{
		top: 58px !important;
	}
}
@media screen and (max-width:1000px){
	.Main-Dd-Search-Sec{
		position: relative !important;
		top: 0px !important;
	}
}
.Dd-Form-Sch{
	position: relative;
	width: 100%;
	height: auto;
	 display: grid;
  grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  grid-template-rows:auto;
}
@media screen and (max-width:450px){
	.Dd-Form-Sch{
		display: flex !important;
		flex-direction: column !important;
		grid-gap: 10px !important;
		gap: 10px !important;
	}
}
.Dd-input-form{
	position: relative;
	width: 100%;
	height: auto;
}

.Dd-input-form label{
	position: relative;
	font-size: 14px;
	font-weight: 500;
}
.input-Main{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.input-Main img{
	width: 20px;
	position: absolute;
	z-index: 10;
	left: 10px;
}
.input-Main select,
.input-Main input{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #F6F6F6;
	border-radius: 8px;
	padding-left: 35px;
	border:none;
	outline: none;
	border:1px solid transparent;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}
.input-Main select:focus,
.input-Main input:focus{
	border-color: #006633;
}

.submit-Inpt img{
	position: relative !important;
	margin-right: 10px;
}
.input-Main button{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: transparent;
	border:none;
	outline: none;
}
.submit-Inpt{
	background-color: #006633 !important;
	color: #fff !important;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.submit-Inpt:hover{
	background-color: #008442 !important;
}

.Sec-Header{
	position: relative;
	width: 100%;
	height: auto;
}
.Sec-Header ul{
	position: relative;
}
.Sec-Header ul li{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 10px;
}
.Sec-Header ul li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.Sec-Header ul li a:hover{
	color: #006633;
}
.Sec-Header ul li a.active-Aa{
	background-color: #F6F6F6;
	color: #000 !important;
}


/*ToptoP-Slider*/
.ToptoP-Slider{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
}



.new-AniPro-slider{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.new-AniPro-owl{
	position: relative;
	width: 100%;
	height: auto;
}
.new-AniPro-owl .item{
	position: relative;
	width: 100%;
	height: auto;
}
.new-AniPro-Card{
	position: relative;
	width: 100%;
	min-height: 350px;
	max-height: 400px;
	background-color: #fff;
	display: block;
	z-index: 1;
	color: #fff !important;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.new-AniPro-Card:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -10;
	background:linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,0.8));
}
.new-AniPro-Card video,
.new-AniPro-Card img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -100;
}
.new-AniPro-dlt{
	position: relative;
	width: 100%;
	height: auto;
}
.new-AniPro-dlt h3{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.new-AniPro-Card:hover .new-AniPro-dlt h3{
	text-decoration: underline !important;
}

.new-AniPro-dlt h4{
	font-size: 13px;
	margin-bottom: 10px;
}
.new-AniPro-dlt h4 span{
	display: inline-flex;
	align-items: center;
	margin-left: -4px;
}
.new-AniPro-dlt h4 span i{
	margin: 0px 2px;
}
.new-AniPro-dlt h4 span i.on-star{
	color: #FFCA39 !important;
}
.new-AniPro-dlt h4 span i.off-star{
	color: rgba(255,255,255,0.5) !important;
}

.new-AniPro-dlt p{
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	background-color: rgba(255,255,255,0.2);
	padding: 5px 10px;
	border-radius: 30px;
	-webkit-backdrop-filter: blur(20px);
	-moz-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
.new-AniPro-dlt p i{
	margin-right: 10px;
}
.new-AniPro-owl .owl-nav{
	display: inline-flex !important;
	align-items: center;
	margin-top: 20px;
}
.new-AniPro-owl .owl-nav .owl-next, 
.new-AniPro-owl .owl-nav .owl-prev {
    position: relative !important;
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    z-index: 20;
    border-radius: 50% !important;
    color: #111827 !important;
    border:2px solid #006633 !important;
}
.new-AniPro-owl .owl-nav .owl-next span, 
.new-AniPro-owl .owl-nav .owl-prev span{
	font-size: 14px !important;
	font-weight: 500;
}
.new-AniPro-owl .owl-nav .owl-next{
    margin-left: 10px;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   border-color: #E1E7EC !important;
}









/*Anim-CartLgy*/
.Anim-CartLgy{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

/*AnimPro_Card*/

.AnimPro_Card{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    display: block;
    border:1px solid #E9E9E9;
}
.AnimPro_Card:hover{
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 /10%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 /10%);
    box-shadow: 0 0 10px rgb(0 0 0 /10%);
}


.Top_S_card{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    gap: 10px;
}

.Top_S_card_1{
    position: relative;
}
.Top_S_card_1 img{
    position: relative;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.Top_S_card_2{
    position: relative;
    width: 100%;
    height: auto;
}
.Top_S_card_2 h3{
    font-size: 15px;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 7px;
    gap: 7px;
    color: #006633;
    margin-bottom: -2px;
}
.Top_S_card_2 h3 b{
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}

.Top_S_card_2 h3 button{
    position: relative;
    width:auto;
    height: 23px;
    background: #006633;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    padding: 0px 7px;
    color: #ffffff;
    font-size: 8px;
    grid-gap: 2px;
    gap:2px;
    z-index: 2;
    white-space: nowrap;
}
.Top_S_card_2 h3 button span{
    font-weight: normal;
    margin-left: 2px;
}
.Top_S_card_2 h3 img{
    width: 70%;
}
.Top_S_card_2 h3 button i{
    font-size: 9px;
    color: #FFC43F;
}
.Top_S_card_2 p{
    font-size: 14px !important;
}
.Top_S_card_2 p i{
    color: #265840;
}

.Sub_S_card{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.Sub_S_card p{
    font-size: 14px !important;
   display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Sub_S_card h6{
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #006633;
}
.Sub_S_card h6 i{
	position: relative;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	width: 10px;
	height: 10px;
	background: #FFCC00;
	margin-top: 2px;
}
.Sub_S_card h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 700;
    color: #265840;
}
.Sub_S_card h4 .prog-logo{
	max-width: 50px;
}
.Sub_S_card h4 span{
    background: #FFE0B3;
    color: #904317;
    font-size: 12px !important;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    grid-gap: 5px;
    white-space: nowrap;
    font-weight: normal;
}
.Sub_S_card h4 span img{
    width: 15px;
}

.Sub_S_card h4 span.pro_tag{
    background: #2E25AD !important;
    color: #fff !important;
}





/*Abt_Brf*/
.Abt_Brf{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	background-color: #F9F9F9;
	padding: 50px 0px;
}

.Abt_Brf_Grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
@media screen and (max-width:1000px){
.Abt_Brf_Grid{
	display: flex !important;
	flex-direction: column !important;
	grid-gap: 30px !important;
	gap: 30px !important;
}
.Abt_Brf_1 img{
	border-radius: 10px !important;
}
}
.Abt_Brf_1{
	position: relative;
	width: 100%;
	height: auto;
}
.Abt_Brf_1 img{
	max-width: 100%;
	border-radius: 20px;
}
.Abt_Brf_Grid h2{
	margin-bottom: 15px;
}
.Abt_Brf_Grid ul{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.Abt_Brf_Grid ul li{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
}


.Abt_Brf_Grid ul li span{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #006633;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.Abt_Brf_Grid ul li div h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.Abt_Brf_Grid ul li div p{
	opacity: 0.8;
}


/*Glow_Gtt_Sec*/
.Glow_Gtt_Sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.Glow_Gtt_Grid{
	 position: relative;
   width: 100%;
   height: auto;
   margin-top: 50px;
   display: grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  grid-template-rows:auto;
}
@media screen and (max-width:300px){
	.Glow_Gtt_Grid{
		display: flex !important;
		flex-direction: column !important;
	}
}

.Glow_Gtt_Card{
	position: relative;
	width: 100%;
	height: auto;
}

.Glow_Gtt_Card span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100px;
	height: 100px;
	background-color: #E6FFE8;
	border-radius: 50%;
	margin-bottom: 20px;
}
.Glow_Gtt_Card span img{
	max-width: 50%;
}
@media screen and (max-width:1000px){
	.Glow_Gtt_Card span{
		width: 70px !important;
		height: 70px !important;
	}
}
.Glow_Gtt_Card h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}




/*Sec_ifee-secoo*/
.Sec_ifee-secoo{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.ifee-secoo{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 60px;
    border-radius:10px;
    background-color: #006633;
    color: #fff;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
@media screen and (max-width:1000px){
    .ifee-secoo{
        display: block !important;
        padding: 30px !important;
    }
}


.ifee-secoo-2{
    position: relative;
    width: 100%;
    height: auto;
}
.ifee-secoo-2 p{
    color: #fff !important;
}
.ifee-secoo-2 a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    color: #111827;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:1000px){
	.ifee-secoo-2 a{
		font-size: 15px !important;
	}
}
.ifee-secoo-2 a:hover{
    background-color:#DDE2E8;
}
