*{
	scroll-behavior: smooth;
}

body{
    max-width: 1440px;
    margin: 0 auto;
	overflow-x: hidden;
}



a:focus{
	outline: none !important;
}

/* Header Start */
#main-header .logo img{
	width: 220px;
	min-height: 118px;
	object-fit: contain;
	object-position: center;
}


#main-header .cta{
    margin-bottom: -3px;
}

#main-header .cta li:first-child a {
	color: #484848;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1.6px;
}
#main-header .cta li:first-child a:hover{
	color: #1a1a1a;
}

#main-header .cta li:last-child a {
	background-color: #006034;
	padding: 16px 28px;
	border-radius: 64px;
	font-size: 14px;
	font-weight: 800;
}
#main-header .cta li:last-child a:hover{
	background-color: #ffffff;
}

#main-header .cta li:last-child a span{
	color: #fff;
}
#main-header .cta li:last-child a:hover span{
	color: #006034;
}

/* Tab/Mobile DropDown Menu*/
#main-header .hfe-nav-menu__layout-horizontal.hfe-dropdown{
	width: 150px !important;
	right: 0 !important;
	left: unset !important;
}
/* Header End */
