
/*header*/

.powered_bytext {
	text-align: right;
}

/*.menu_active {
	color :#bd463f !important;
} */ 

a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline: none;
}
.ftgreenHover:hover{
	color: #add026;
}
.headerFirst {
    background-color: #ffe0b9;
    padding: 11px 0;
}
.headerscroll{
	top: -38px!important;
}
.headerfixed {
    transition: all ease-in-out 0.5s;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #1a1615;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-backface-visibility: hidden;
}

.darkHeader {
    transition: all ease-in-out 0.5s;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index:99999;
    background: transparent;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
    box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 9%);
}

.logo{
	transition: all ease-in-out 0.3s;
}
.header_width{
	width: 80%;
	margin: 0 auto;
}
.contactheader {
    display: inline-block;
    margin-left: 12px;
}
.webmenuul li:first-child{
	padding-left: 0!important;
	padding-bottom: 0!important;
	padding-top: 0!important;
}
#header ul {
    padding: 0;
    list-style: none;
}
.header_padd {
    padding: 11px 0;
}
.searchBar::placeholder{
	color: #fff;
	opacity: 0.8;
}
.searchBar{
	background-color: transparent;
	border: 1px solid rgb(247 247 247 / 30%);
	border-radius: 3px;
	padding: 9px 20px 9px 40px;
	width: 100%;
}
.searchIcon img{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.headerRight_ul li{
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	float: none;

}
.search_li{
	padding: 0 23px!important;
	width: 51%;
}
/*#header.style_02 .header_padd .header_second_menu_container {
    float: right;  
}*/
#header .header_padd .second_header_nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
#header .header_padd .header_second_menu_container .second_header_nav>ul>li {
    padding: 0px 28px;
}
.menu_hover > ul > li > a:focus{
	color: #fff;
}
.hover_green, .hover_black{
    transition: all ease 0.4s;
}
.hover_pink:hover, .hover_pink:focus{
    color: #bd463f!important;
}
.hover_black:hover, .hover_black:focus{
    color: #131313 !important;
}
button:focus {
    outline: none;
}
.menu_hover ul li:hover .hover_pink{
	color: #bd463f;
}

/*submenu web*/
.menu_hover ul li {
    position: relative;
    cursor: pointer;
}
.menu_hover > ul > li > a {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu_hover ul.submenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    width: max-content;
    text-align: left;
    background-color: #f9f9f9;
    z-index: 9999;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 8px 0px!important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid #bd463f;
}
.menu_hover ul.submenu li a:hover,
.menu_hover ul.submenu li a:focus{
	color: #fff;
	background-color: #bd463f;
	/*background-image: linear-gradient(to bottom, #bd3f32, #c33a40, #c7374e, #ca355c, #cb356b); */
}
.menu_hover ul.submenu:before {
    border: 9px solid transparent;
    border-bottom-color: #bd463f;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -19px;
    width: 0;
    transform: translateX(-50%);
}
.submenu li a{
	padding: 5px 15px;
	display: block;
}
.menu_hover ul.submenu li:first-child {
    border-top: none;
}
.menu_hover ul.submenu > li > a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu_hover ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}

/*footer*/
footer{
	font-family: 'antonregular';
}
.footerWrapper{
	background-color: #1a1615;
}
.footerContainer{
	width: 80%;
	margin: 0 auto;
}
.footerfont16{
	font-size: 16px;
}
.footerTop {
    padding: 70px 0;
}
.info_col{
	padding-right: 0px;
	padding-left: 30px;
}
.sell_col {
    padding-left: 30px;
}
.partner_col {
    padding-left: 30px;
}
.contact_col {
    padding-left: 50px;
}
.footerTitle {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 18px;
}
.socialIcons li{
	display: inline-block;
	padding-right: 7px;
}
.socialIcons li:last-child{
	padding-right: 0;
}
.ftList{
	padding-top: 18px;
}
.ftList li{
	padding-bottom: 12px;
}
.copyright p{
	opacity: 0.5;
}
.footerBottom{
	padding: 11px;
	border-top: 1px solid rgb(255 255 255 / 10%);
}
@media only screen and (max-width: 1680px) {

	#header .header_padd .header_second_menu_container .second_header_nav>ul>li {
	    padding: 0px 18px;
	}
	.search_li {
	    width: 60%;
	}
	
	/*footer*/
	

}

@media only screen and (max-width: 1440px) {

	
	.sectitle p br{
		display: none;
	}
	
	#header .header_padd .header_second_menu_container .second_header_nav>ul>li {
	    padding: 0px 12px;
	}
	.header_width {
	    width: 85%;
	}

	/*footer*/
	.footerContainer {
	    width: 85%;
	}
	.contact_col {
	    padding-left: 35px;
	}
}

@media only screen and (max-width: 1366px) {

	#header .header_padd .second_header_nav>ul>li>a {
	    font-size: 14px;
	}
	
	/*footer*/

	.info_col, .sell_col, .partner_col{
		padding-left: 15px;
	}
	
}

@media only screen and (max-width: 1280px) {

	.search_li {
	    padding: 0 10px!important;
	    width: 50%;
	}
	.header_width {
	    width: 90%;
	}
	
	/*footer*/
	.info_col, .sell_col, .partner_col{
		padding-left: 0px;
	}
	.contact_col {
	    padding-left: 15px;
	}
	.footerfont16 {
	    font-size: 14px;
	}
}

@media only screen and (max-width: 1152px){

	#header .header_padd .header_second_menu_container .second_header_nav>ul>li {
	    padding: 0px 8px;
	}
	#header .header_padd .second_header_nav>ul>li>a {
	    font-size: 14px;
	}
	.search_li {
	    width: auto;
	}
	.headerRight_ul li {
	    padding: 0 7px;
	}

	/*footer*/
	.footerContainer {
	    width: 90%;
	}
}

@media only screen and (max-width: 1024px) {

	#header .header_padd .second_header_nav>ul>li>a {
	    font-size: 13px;
	}
	#header .header_padd .header_second_menu_container .second_header_nav>ul>li {
	    padding: 0px 6px;
	}
	.logo_li{
		width: 20%;
	}
	.search_li {
	    width: 58%;
	}
	.searchBar{
		font-size: 12px;
	}
	/*footer*/
	
	
}

@media only screen and (max-width: 991px) {

	.header_width {
	    width: 90%;
	    margin: 0 auto;
	}
	.updown1 .cp{
		text-align: left;
	}
	.logomob{
		width: 52%;
	}
	/*mobile menu start*/

	.mobile_header_list a:focus, .mobile_header_list a:hover {
	    color: #fff;
	}
	.mobile_header_wrapper{
	   display: flex;
	   align-items: center;
	}
	.mobile_header_logo {
	   width: 32%;
	}
	.nav_right_btn {
	   margin-left: auto;
	}
	.sidebar-item a{
		font-size: 32px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.mobile_header_list_wrapper{
	   position: fixed;
	   top: 0;
	   overflow-y: auto;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   opacity: 0;
	   z-index: 999;
	   background-color: transparent;
	   transform: translateX(-100%);
	   transition: all ease 0.3s;
	   visibility: hidden;
	   padding: 160px 20px 40px 20px;
	}
	.mobile_header_list_wrapper_background{
	   background-color: #fff6ed;
	   position: fixed;
	   top: 0;
	   opacity: 0;
	   left: 0;
	   width: 100%;
	   height: 0;
	   z-index: 99;
	   transition: all ease 0.3s;
	   -webkit-backdrop-filter: blur(5px);
	   backdrop-filter: blur(5px);
	}
	.mobile_header_list_wrapper_background.active{
	   height: 100%;
	   transition: all ease 0.3s;
	   opacity: 1;
	}
	.mobile_header_list ul li{
	   padding: 12px 0;
	   width: 100%;
	   color: #000;
	   font-size: 16px;
	}
	.mob_menu_active{
		color: #45b64a!important;
	}
	.toggle_example ul li{
		padding: 8px 0;
	}
	.toggle_example ul{
		padding: 0 20px;
	}
	.toggle_example ul li a{
		font-size: 20px;
	}
	.mobile_header_list_wrapper.active{
	   transform: scale(1);
	   opacity: 1;
	   transition: all ease 0.6s;
	   visibility: visible;
	}
	html.overflow_mobile{
	   overflow: hidden;
	}
	.mobile_header.header_change{
	   -webkit-box-shadow: 0px 5px 11px -1px rgba(0,0,0,0.20);
	   -moz-box-shadow: 0px 5px 11px -1px rgba(0,0,0,0.20);
	   box-shadow: 0px 5px 11px -1px rgba(0,0,0,0.20);  
	}
	.mobile_header_list_wrapper_relative{
	   position: relative;
	   height: 100%;
	}
	.mobile_header_social_wrapper{
	   position: absolute;
	   bottom: 0%;
	   left: 0;
	   right: 0;
	   text-align: center;
	}
	.mobile_header_social_wrapper p{
	   color: #fff;
	   font-size: 16px;
	   margin-bottom: 0;
	}
	html.overflow_mobile{
	   overflow: hidden !important;
	   position: fixed;
	   top: 0;
	   width: 100%;
	}
	.bar {
	   display: block;
	   height: 3px;
	   width: 24px;
	   background: #fff;
	   margin: 5px auto;
	}
	.nav_btn.active .middle {
	   width: 0;
	}
	.nav_btn.active .top {
	    -webkit-transform: translateY(11px) rotateZ(45deg);
	    -moz-transform: translateY(11px) rotateZ(45deg);
	    -ms-transform: translateY(11px) rotateZ(45deg);
	    -o-transform: translateY(11px) rotateZ(45deg);
	    transform: translateY(11px) rotateZ(45deg);
	}
	.nav_btn.active .bottom {
	    -webkit-transform: translateY(-13px) rotateZ(-45deg);
	    -moz-transform: translateY(-13px) rotateZ(-45deg);
	    -ms-transform: translateY(-13px) rotateZ(-45deg);
	    -o-transform: translateY(-13px) rotateZ(-45deg);
	    transform: translateY(-13px) rotateZ(-45deg);
	}
	.bar {
	    -webkit-transition: all .7s ease;
	    -moz-transition: all .7s ease;
	    -ms-transition: all .7s ease;
	    -o-transition: all .7s ease;
	    transition: all .7s ease;
	}
	.mobile_header_list {
	    padding-bottom: 20px;
	}	   
	#scorllmenu {
	  width: 100%;
	  margin: 0 auto;
	  padding: 12px 0 12px 0;
	  position: fixed;
	  z-index: 9999;
	  background: #1a1615;
	  box-shadow: 6px 4px 26px -7px rgb(0 0 0 / 75%);
	  transition: all ease-in-out 0.3s;
	  -moz-transition: all ease 0.3s;
	  -webkit-transition: all ease 0.3s;
	  -ms-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}
	
	/*mobile menu end*/
	
	
	/*footer*/
	.footerTop {
	    padding: 50px 0;
	}
	.footerLogo {
	    margin-bottom: 50px;
	}
	.contact_col {
	    padding-left: 0px;
	    margin-top: 50px;
	}
		
}

@media only screen and (max-width: 767px){

	.sidebar{
		width: 85% !important;
	}
	.mobile_header_logo {
	    width: 35%;
	}	
	.mobile_header_list_wrapper {
	    padding: 125px 20px 40px 20px;
	}
	.sidebar-item a {
	    font-size: 26px;
	}
	.logomob {
	    width: 72%;
	}


	/*footer*/
	.footerLogo {
	    margin-bottom: 40px;
	    width: 50%;
	}
	.partner_col, .contact_col{
		margin-top: 40px;
	}
	.footerTop {
	    padding: 32px 0;
	}
}

@media only screen and (max-width: 400px){

	.footermenumob {
	    width: 80%;
	}
	.menuList2 {
	    margin-left: 25px;
	}
	.mail_div {
	    width: 95%;
	}
}

@media only screen and (max-width: 360px){

	.mobile_header_list_wrapper {
	    padding: 105px 20px 40px 20px;
	}
	

}

@media only screen and (max-width: 320px){

	
}