body { margin: 0; padding: 0;  box-sizing: border-box;}
 
a:hover { text-decoration:none; }
.form-control:focus, button:focus, button:focus-visible, .form-control:focus-visible { outline:unset; box-shadow:unset; }




.panel ul li a { display: none;}
.h-header-mobile-logo { display: none;}

/* close button  */
.m-overlay-bg { display: none;}
.line-card-close { width: 2px; height: 30px; background: #ffff;}
.line-card-close-main .five { transform: rotate(41deg) translate(1px, 8px); }
.line-card-close-main .sixe { transform: rotate(133deg) translate(-14px, 19px);}
.line-card-close-main {
    display: flex;
    flex-direction: column;
    align-items: end;
	position: relative;
	right: 10px;
}
/* close button  */ 

/* header css start */
.h-home-wapper {
    position: relative;
    height: 110px;
background-color:#ffffff !important;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);
}
.h-toggle-btn { display: none; }
.h-header-nav {
   display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    justify-content: space-between;
    height: 110px;
}
.h-header-logo a img  {
	width: 118px;
	height:99px;
}

.h-main-menu ul { padding: 0; margin: 0; display: flex; align-items: center;  }
.h-main-menu ul>li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 0;
    position: relative;
    font-size: 16px;
}

.h-main-menu ul li:last-child { margin-right: 0; }
.h-main-menu ul>li>a {
    position: relative;
    padding: 0 16px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 28px;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    color: #000;
    font-family: 'Open Sans';
}
.menu-right-wapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}
.h-header-card>ul>li.sub-menu-card>a:after {
    content: '';
    background-image: url(../img/arrow-s-left.svg);
    width: 9px;
    height: 10px;
    transform: rotate(-93deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 1px;
    top: 27%;
}
.submenu-wapper {
     visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    height: auto;
    width: 150px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1000;
}
.submenu-wapper>ul { padding:0; margin:0;  display: flex; flex-direction: column; align-items: start !important;}
.submenu-wapper ul>li { list-style-type:none; display:block; list-style-type:none; }
.submenu-wapper>ul>li>a {
    position: relative !important;
    display: block !important;
    padding: 7px 13px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: unset !important;
    font-weight: normal !important;
}
.submenu-wapper>ul>li:hover>a {
	color: #4db2ec !important;
}
.h-header-card ul>li:hover .submenu-wapper { visibility: visible; opacity:1; }
.h-header-card ul>li:hover a:after {
    transform: rotate(90deg);
}
.h-header-card>ul>li:hover>a:before { width: 100%; margin: auto;}
.h-header-card>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: #4db2ec;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.m-overlay-bg i {
    color: #fff;
    font-size: 40px;
    text-align: end;
    width: 100%;
    font-weight: 600;
    margin-top: 0;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
}

/* search css start */
.search-input, .search-b{ display:none; }
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:#284b84eb;
}
.search-popup .close-search {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 26px;
	color: #fff;
	z-index: 3;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 0;
}
.search-popup .search-inner {
	position: relative;
	display: block;
	top: 40%;
	height: auto;
	z-index: 1;
	width: calc(100% - 60px);
	max-width: 800px;
	margin: auto;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.moblie-search-active .search-popup .search-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.moblie-search-active .search-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 0%;
}
input:focus, button:focus, button:focus-visible, input:focus-visible { outline:unset; }


.td-search-input {
    margin: 0 5%;
    position: relative;
}
.td-search-input:before, .td-search-input:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--td_mobile_text_color, #ffffff);
    bottom: 0;
    left: 0;
    opacity: 0.2;
}
.td-search-input span {
    opacity: 0.8;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
#td-header-search-mob {
    width: 100%;
    color: var(--td_mobile_text_color, #ffffff);
    font-weight: bold;
    font-size: 26px;
    height: 40px;
    line-height: 36px;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 8px 0;
    padding: 0;
    text-align: center;
}
.td-search-input:after {
    transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
}

 .td-search-input:after {
    opacity: 0.8;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s;
}

/* search css end */
/* header css end */


@media(max-width:991px){
	/*mobile header start*/
	.search-box { display:block;}
	.h-header-logo img {  width:100%; height:auto; object-fit:contain; }
	.h-toggle-btn { display: block; }
	.h-toggle-btn {
		margin-right: 0;
		position: relative;
		width: 16px;
		height: 16px;
		position: relative;
		-webkit-transition: .5s ease-in;
		-o-transition: .5s ease-in;
		transition: .5s ease-in;
		cursor: pointer;
	}
	.h-toggle-btn .line-card {
		width: 100%;
		height: 2px;
		background:#000;
		margin: 4px auto;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 10px;
	}
	.h-toggle-btn .line-card:first-child { margin:0; }
	.h-toggle-btn .line-card:last-child { margin:0; }
	#h-toggle-btn.open .one { transform: rotate(45deg) translate(1px, 6px); }
	#h-toggle-btn.open .two { opacity: 0; }
	#h-toggle-btn.open .three { transform: rotate(-45deg) translate(3px, -8px); }
	#h-sidebar-wrapper {
		z-index: 1000;
		position: fixed;
		left: 0;
		width: 0;
		height: 100vh;
		margin-left: 0;
		background: #284b84eb;
		/* background: linear-gradient(to bottom,  #313b45) 0%,  #3393b8 100% ; */
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		visibility: hidden;
		opacity: 0;
		top: 0;
		padding: 24px 16px 32px;
	}
	#h-sidebar-wrapper.h-menu-active { width:100%; opacity: 1; visibility: visible; }
	#h-sidebar-wrapper ul { 
		margin: 0; 
		padding: 0 !important; 
		flex-direction:column; 
		display: flex;
		gap: 0px;
	}
	#h-sidebar-wrapper ul li {
		list-style-type: none;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	#h-sidebar-wrapper ul li a {  
		display: block;
        line-height: 21px;
        font-size: 21px;
        color:  #ffffff;
        margin-left: 0;
        padding: 12px 30px 12px 12px;
        font-weight: bold;
		text-transform: capitalize;
	}
	.m-overlay-bg {  
		display: none; 

	}
	.m-overlay-bg.h-bg-active { display: block; }
	.open-nav { overflow: hidden; }
	.search-box { order:1; }
	.menu-right-wapper{ flex-direction:row-reverse; gap:16px; }
	/* mobile header end */


	.submenu-wapper {display: none;}
	.h-header-card>ul>li.sub-menu-card>a:after  {display: none;}
	.h-header-card>ul>li>a:before {
		display: none;
	} 

	
	.accordion-categories-header {    transition: cubic-bezier(0.55,0,0.1,1) right 0.3s}
    .accordion-menu li.menu-item>a
    .submenu-wapper>ul { padding:0; margin:0; }
    .submenu-wapper>ul>li { display:block; list-style: none; }
    .submenu-wapper>ul>li>a {
    	color: #fff;
    	font-family: var(--font_2);
    	font-size: 16px;
    	font-style: normal;
    	font-weight: 400;
    	line-height: 25px;
    	letter-spacing: 0.32px;
    	text-transform: capitalize;
    	display: block;
    	padding: 8px 10px;
    
    }
    .panel { display: none; overflow: hidden;  width: 100%;}
	.panel ul li a {
		padding: 9px 26px 9px 36px !important;
        line-height: 19px !important;
        font-size: 16px !important;
        font-weight: normal !important;

	}
    .accordion-categories-header:after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        float: right;
        position: relative;
    }
    .accordion-categories-header.active:after { content: "\f078";  color: #fff;    font-family: "Font Awesome 5 Free"; font-weight: 900;}
 

}

@media(max-width:767px){
	.h-header-nav {  padding: 10px 0;
    height: 55px;}
	.h-home-wapper {	height: 55px;}
    .h-header-logo {display: none;}
	.h-header-mobile-logo {display: block;}
	.h-header-mobile-logo img {
		width: 49px;
		height: 35px;
	}

	.h-header-card {
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding-top: 10px;
	}
	.sub-menu-card ul {gap: 0 !important;}   
}





@media(min-width:1300px){
	.container.w-1068 { 
        max-width:1068px!important;
            padding: 0;
    }
}

