body { margin:0; padding:0; }
a:hover { text-decoration:none; }
*, ::after, ::before { box-sizing: border-box; }

.header-wapper .container, .footer-wapper .container {
	width: auto !important;
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
	margin: auto;
}
.header-wapper {
	background: #3f3f3f;
	position: relative;
	padding: 40px 0 0;
}
.header-top-menu{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header-logo { max-width: 290px; width: 100%; padding-bottom: 20px; }
.header-logo img { width:100%; height:auto; }
.top-header-menu { display:flex; align-items:center; gap:16px; }
.m-toggle-btn { display:none; }
.m-sidebar-wrapper>ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.m-sidebar-wrapper>ul>li { list-style-type: none; position: relative; display: inline-block; padding:0 20px 20px; }
.m-sidebar-wrapper>ul>li>a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	font-family:Roboto;
	color: #fff;
	text-align: left;
	position: relative;
	text-decoration: none;
}
.m-sidebar-wrapper>ul>li.sub-menu-card>a:before{
	content:'';
	background-image: url('../images/dropdown-arrow.svg');
	width: 16px;
	height: 16px;
	transform: rotate(0deg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -20px;
	top: 10%;
}
.submenu-wapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	height: auto;
	width: 250px;
	background-color: rgb(255 255 255);
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1000;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
}
.submenu-wapper>ul { padding:0; margin:0; }
.submenu-wapper>ul>li { list-style-type:none; display:block; list-style-type:none; }
.submenu-wapper>ul>li>a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #3b3b3b;
	text-align: left;
	position: relative;
	display: block;
	padding: 8px 10px;
	font-family: Roboto;
}
.m-sidebar-wrapper>ul>li:hover .submenu-wapper { visibility: visible; opacity:1; }

/* search popup css start */
.search-box { padding-bottom:20px; }
.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:rgba(0, 0, 0, 0.5);
}
.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;
}
.search-popup .form-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search-popup .form-group input[type=search], .search-popup .form-group input[type=text] {
	position: relative;
	display: block;
	line-height: 20px;
	color: #291622;
	font-family:Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: 100%;
	height: 50px;
	border: 1px solid #e1e6dc;
	padding: 15px 20px;
	color: #707070;
	background: #ffffff;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search-popup .form-group button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 40px;
	width: 40px;
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	border-radius: 5px;
	font-weight: normal;
	background: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 0;
}
.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; }
/* search css end */


/* footer css start */
.footer-wapper { padding:30px 0 0; }
.footer-top-wapper { padding-bottom:40px; border-bottom: 1px solid #dddddd; }
.footer-top-row { display:flex; flex-flow: row wrap; margin: 0 -15px; }
.footer-top-col {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 24px;
	padding-left: 24px;
	position: relative;
	width: 100%;
}
.footer-top-col:nth-child(2), .footer-top-col:nth-child(3), .footer-top-col:nth-child(4) { border-left:1px solid #eaeaea; }
.footer-top-title h3 {
	color: #000000;
	font-family: EB Garamond !important;
	font-size: 26px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
.footer-top-text p {
	color: #000000;
	font-family: Roboto !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	margin-bottom: 21px;;
}
.footer-social-icon { padding:0; margin:0; display:flex; flex-direction:row; gap:10px; margin-top:20px; }
.footer-social-icon li { list-style-type:none; }
.footer-social-icon li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	width: 44.2px;
	height: 44.2px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.footer-social-icon li a:hover { background: #309b65; }
.footer-top-about p a { color:#4db2ec; text-decoration:none; }
.footer-top-text ul { margin:0; padding:0; }
.footer-top-text ul li { list-style-type:none; display:block; padding-bottom: 15px; margin-bottom: 12px; border-bottom:1px solid #eaeaea!important; }
.footer-top-text ul li:last-of-type { border-bottom:0 !important; margin:0; padding:0; }
.footer-top-text ul li a {
	color: #000000;
	box-shadow: inset 0 0 0 0 #000;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	margin: 0px;
	font-family: EB Garamond !important;
	font-size: 16px !important;
	line-height: 1.1 !important;
	font-weight: 600 !important;
	text-decoration: none;
}
.footer-top-text ul li a:hover { color:#309b65; }
.footer-bottom-wapper {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin: 20px;
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.footer-logo { max-width:250px; width:100%; height:auto; }
.footer-logo img { max-width:100%; height:auto; object-fit:contain; }
.footer-menu ul { 
	padding:0; 
	margin:0; 
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.footer-menu ul li { list-style-type:none; display:inline-block; }
.footer-menu ul li a {
	color: #000000;
	text-decoration: none;
	font-family: Roboto !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.footer-menu ul li a:hover { color:#309b65; }
.footer-copy-wapper {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-top: 1px solid  #dddddd;
	position: relative;
}
.footer-copy-wapper p { 
	margin:0;
	color: #000000;
	font-family: Roboto !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	text-align: center; 
}
/* footer css end */

@media(max-width:991px){
	.header-wapper .container, .footer-wapper .container { padding-right:15px; padding-left:15px; }
	.top-header-menu { order:3; }
	.header-wapper { padding:20px 0; }
	.header-top-menu { align-items:center; }
	.search-box { padding:0; }
	.header-logo { padding:0; }
	.m-toggle-btn { display:block; }
	.m-toggle-btn {
		margin-right: 0;
		width: 18px;
		position: relative;
		-webkit-transition: .5s ease-in;
		-o-transition: .5s ease-in;
		transition: .5s ease-in;
		cursor: pointer;
		display: inline-block;
		z-index: 10000;
	}
	.line-card {
		width: 100%;
		height: 3px;
		background: #fff;
		margin: 4px auto;
		transition: all 0.3s;
		backface-visibility: hidden;
	}
	#m-toggle-btn.open .one { transform: rotate(45deg) translate(2px, 5px); }
	#m-toggle-btn.open .two { opacity: 0; }
	#m-toggle-btn.open .three { transform: rotate(-45deg) translate(5px, -8px); }
	.m-sidebar-wrapper {
		z-index: 1000;
		position: fixed;
		right: 0;
		width: 0;
		height: 100vh;
		margin-left: 0;
		background-color:#3f3f3f !important;
		-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;
		overflow-y: scroll;
		overflow-x: hidden;
		top: 139px;
	}
	.m-sidebar-wrapper>ul {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
		padding-top: 20px;
	}
	.m-sidebar-wrapper>ul>li { list-style-type: none; position: relative; display:block; width:100%; border-top: 1px solid #3b3b3b; padding:0px 10px; }
	.m-sidebar-wrapper>ul>li>a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		font-family: Roboto;
		color: #fff;
		text-align: left;
		position: relative;
		padding:10px 20px;
		display: block;
	}
	.m-sidebar-wrapper>ul>li.sub-menu-card>a:before { top:29%; }
	.m-sidebar-wrapper>ul>li:first-child{ border-top:0; }
	.submenu-wapper>ul>li>a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		color: #fff;
		text-align: left;
		position: relative;
		display: block;
		padding: 10px 10px;
		font-family: Roboto;
	}
	.submenu-wapper>ul>li:last-child>a { border-bottom:0; }
	.submenu-wapper { position:relative; display:none; padding-top:0; padding-bottom:0; background-color:#3f3f3f; box-shadow:unset; }
	.m-sidebar-wrapper>ul>li:hover .submenu-wapper { visibility: visible; opacity:1; display:block; }
	.m-sidebar-wrapper.m-menu-active { width:270px; opacity: 1; visibility: visible; }
	.m-overlay-bg {  display: none; position: fixed; width: 100%; height: 100%; background: rgba(86, 86, 86, 0.4); z-index: 1000; transition: all 0.5s ease-in-out; }
	.m-overlay-bg.m-bg-active { display: block; width: 100%; left: auto; top: 0; cursor: pointer; }
	.open-nav { overflow: hidden; }
	.m-sidebar-wrapper>ul>li.sub-menu-card>a:before { right:0; }


	/* footer css start */
	.footer-top-col { padding-right:14px; padding-left:14px; }
	.footer-menu ul { justify-content:flex-start; gap:10px; }
	/* footer css end */
}
@media(max-width:767px){
	.header-logo { max-width:180px; }
	.m-sidebar-wrapper { top:104px; }

	.footer-bottom-wapper { flex-flow:row wrap; }
	.footer-top-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
