@charset "utf-8";
html {
	scroll-behavior: smooth;
	scroll-padding:50px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #939598;
	font-weight: 400;
	line-height: 24px;
}
a {
	color: #0978be;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #868686;
	font-weight: 400;
	line-height: 24px;
}
.pad-bottom{
	padding-bottom:20px;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #414141;
	font-weight: 700;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	font-size: 18px;
	color: #414141;
	line-height:28px;
	font-weight: 700;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	font-size: 18px;
	color: #d1ab67;
	line-height:28px;
	font-weight: 700;
}
#wrap {
	float: left;
	width: 100%;
}
:root {
	--container-width: 1300px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}
.container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#header {
	float: left;
	width: 100%;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 5;
}
#header * {
 transition: all .3s ease-in-out;
}
#header .top_row {
	display: flex;
	width: 100%;
	background: #e0ecf8;
}
#header .top_row .top_social {
	float: left;
	width: auto;
	margin-right: 50px;
	padding: 3px 0px 3px 230px;
}
#header .top_row .top_social ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#header .top_row .top_social ul li {
	float:left;
	padding:2px 5px;
}
#header .top_row .bnt_row {
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 100px;
}
#header .top_row .bnt_row .donate_btn {
	display:inline-block;
	width: auto;
	padding: 7px 20px;
	background: #cead69;
	font-size: 15px;
	color:#ffffff;
	font-weight: 700;
	line-height: 24px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
#header .top_row .bnt_row .donate_btn:hover {
	background:#bd903f;
}
#header .top_row .bnt_row .shop_from {
	display:inline-block;
	width: auto;
	padding: 7px 18px;
	margin-left: 10px;
	background: #3080d1;
	font-size: 15px;
	color:#ffffff;
	font-weight: 700;
	line-height: 24px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
#header .top_row .bnt_row .shop_from:hover {
	background:#0565a1;
}
#header .top_row .language {
	float: right;
	width: auto;
}
#header .top_row .language a {
	float: left;
	padding: 8px 12px;
	border-right: 1px solid #cfd8df;
	font-size: 14px;
	color: #a5a5a5;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}
#header .top_row .language a:last-of-type {
	border-right: none;
}
#header .top_row .language a:hover {
	color: #0978be;
	text-decoration: none;
}
.top_row .container div:last-child {
	float: right !important;
	width: auto !important;
}
.wpml-ls-legacy-list-horizontal {
	border: none !important;
	padding: 0 !important;
	height: 32px;
	margin-top: 5px;
	display: flex;
	align-items: center;
	margin-left: 35px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}
.wpml-ls-legacy-list-horizontal>ul {
	margin-bottom: 0 !important;
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 2px 5px !important;
}
#header .top_row .wpml-ls-legacy-dropdown {
	display: none;
}
#header .top_row .legacy-list {
	position: absolute;
	right: 0px;
	top: 45%;
	transform: translateY(-50%);
}
#header .top_row .legacy-list ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .top_row .legacy-list ul li {
	padding: 2px 5px;
	line-height: 0px;
}
#header .top_row .legacy-list ul li a {
	display: inline-block;
}
#header .top_row .legacy-list ul li.wpml-ls-slot-languages-widgets {
	padding: 0px 0;
	opacity: 50%;
}
#header .top_row .legacy-list ul li.wpml-ls-slot-languages-widgets:hover,
#header .top_row .legacy-list ul li.wpml-ls-slot-languages-widgets.wpml-ls-current-language {
	opacity: 1;
}
#header .logo {
	float: left;
	width: 215px;
	padding:0px;
	background:#ffffff;
	margin-bottom: 0;
	margin-top: -50px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .btm_row {
	display: flex;
	width: 100%;
	transition: none;
}
#header .btm_row.sticky {
    margin-bottom: 50px;
}
#header .btm_row .top_right {
	float: right;
	width: auto;
	margin-top: 15px;
}
#header .btm_row .membership_menu {
	float: left;
	width: auto;
	margin-right: 35px;
}
#header .btm_row .membership_menu ul {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .btm_row .membership_menu ul li {
	float: left;
	width: auto;
}
#header .btm_row .membership_menu ul li:not(:first-child) {
	margin-left: 15px;
}
#header .btm_row .membership_menu ul li a {
	display: inline-block;
	width: auto;
	padding: 12px 18px;
	background: #3080d1;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
}
#header .btm_row .membership_menu ul li a:hover {
	background: #0565a1;
}
#header .btm_row .search_fild {
	position: relative;
	float: left;
	width: 337px;
}
#header .btm_row .search_fild label {
	display: none;
}
#header .btm_row .search_fild .search-field {
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 5px 15px 5px 50px;
	margin-bottom: 0px;
	border: 2px solid #ebebeb;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: none;
	font-size: 17px;
	color: rgb(0 0 0 / 50%);
	font-weight: 400;
	text-transform: none;
}
 #header .btm_row .search_fild .search-field::placeholder {
	 color: rgb(0 0 0 / 50%);
}
#header .btm_row .search_fild .search-field:focus {
	outline: 0;
	box-shadow: none;
}
#header .btm_row .search_fild .search-submit {
	position: absolute;
	padding: 0 3px 0 0;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0px solid;
	border-right: 1px solid #f2f2f2;
	background-color: transparent;
	box-shadow: none;
	color: #d1ab67;
}
#header .btm_row .search_fild .search-submit i {
	display: flex;
	font-size: 25px;
}
#header .btm_row .search_fild .search-submit .screen-reader-text {
	display: none;
}
.menu_box {
	display: flex;
	width: 100%;
	background: #3080d1;
}
.menu_box.sticky {
	position: fixed;
	top: 0;
}
.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_box ul.menu li {
	position:relative;
	float: left;
	width: auto;
	padding: 0px 0px;
	cursor: pointer;
}
.menu_box ul.menu li:after {
	position:absolute;
	display:block;
	content: '';
	width: 1px;
	height: 100%;
	background:url(../images/menu-border.png) right top;
	right: 0px;
	top:0px;
}
.menu_box ul.menu li:last-child:after {
	background: none;
}
.menu_box ul.menu li a {
	display: block;
	padding: 13px 20px 13px 20px;
	margin-right: 2px;
	background: transparent;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	z-index: 2;
	position: relative;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li:hover > a,
.menu_box ul.menu > li.current_page_item > a,
.menu_box ul.menu > li.current-menu-parent > a,
.menu_box ul.menu > li.current_menu_parent > a,
.menu_box ul.menu > li.current-page-ancestor > a,
.menu_box ul.menu > li.current_page_ancestor > a {
	background: #cdac69;
}
.menu_box ul.menu li a svg {
	display:none;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
	box-shadow: 0px 0px 5px 0px #cecece;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	top: 68px!important;
}
.menu_box ul.menu > li:hover > ul.sub-menu:before {
	content:"\F360";
	width: 100%;
	position: absolute;
	left: 0px;
	top: -21px;
	font-family: "Material Design Icons";
	font-size: 70px;
	color: #fff;
	text-shadow: 0px -2px 3px #cecece!important;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 220px;
	background-color: rgba(255, 255, 254, 0.95);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1 !important;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 8px 0px;
	margin: 0 7%;
	font-size: 16px;
	color: #3080d1;
	text-transform: none;
	background: none;
	border-bottom:1px solid #dcdcdc;
}
.menu_box ul.menu li ul.sub-menu li:after {
	display: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover,
.menu_box ul.menu li ul.sub-menu li.current_page_item > a,
.menu_box ul.menu li ul.sub-menu li.current-page-parent > a,
.menu_box ul.menu li ul.sub-menu li.current-menu-item > a,
.menu_box ul.menu li ul.sub-menu li.current_page_parent > a {
	color: #cdac69;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu > li > ul > li > ul > li:hover > ul.sub-menu {
	display: block;
}

.mobile_menu {
	display: none;
}
.mobile_menu a {
	display: inline-block;
	padding: 10px;
	background: #0978be;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.menuhide {
	display: none;
}

/* ---------- Mobile Menu CSS Start ---------- */
#header .btm_row .m-top-right {
	position: relative;
	float: left;
	width: calc(100% - 150px);
	padding: 20px 45px 5px 0;
}
#header .btm_row .m-top-right .m-top-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .btm_row .m-search-field {
	position: relative;
	float: left;
	width: auto;
	padding: 0 10px 0 0;
}
#header .btm_row .m-search-field .field-group {
	position: relative;
	float: left;
	width: 100%;
}
#header .btm_row .m-search-field .search-cont label {
	display: none;
}
#header .btm_row .m-search-field .search-icon {
	font-size: 25px;
	color: #d1ab67;
}
#header .btm_row .m-search-field .search-cont {
	position: absolute;
	display: none;
	width: calc(100vw - 30px);
	padding: 15px;
	margin: 0;
	background-color: #ffffff;
	background-clip: padding-box;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
	border: 0;
	border-radius: 7px;
	top: 40px;
	z-index: 3;
	right: calc(100% - var(--container-width) - 45px);
}
#header .btm_row .m-search-field .search-cont.show {
	display: block;
}
#header .btm_row .m-search-field .search-cont .search-field {
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 5px 15px 5px 50px;
	margin-bottom: 0px;
	border: 2px solid #ebebeb;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: none;
	font-size: 17px;
	color: rgb(0 0 0 / 50%);
	font-weight: 400;
	text-transform: none;
}
#header .btm_row .m-search-field .search-cont .search-field::placeholder {
	 color: rgb(0 0 0 / 50%);
}
#header .btm_row .m-search-field .search-cont .search-field:focus {
	outline: 0;
	box-shadow: none;
}
#header .btm_row .m-search-field .search-cont .field-group  .search-submit {
	position: absolute;
	padding: 0 9px 0 0;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 0px solid;
	border-right: 1px solid #f2f2f2;
	background-color: transparent;
	box-shadow: none;
	color: #d1ab67;
}
#header .btm_row .m-search-field .search-cont .field-group .search-submit i {
	font-size: 18px;
}
#header .btm_row .m-search-field .search-cont .field-group .screen-reader-text {
	display: none;
}
#header .btm_row .hamburger	{
	position: relative;
	float: left;
	width: auto;
	z-index: 2;
	margin: 0;
}
#header .btm_row .hamburger #nav-btn, 
#header .btm_row .hamburger #nav-btn+label {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background-color: #cdac69;
	border-radius: 7px;
	margin: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .btm_row .hamburger #nav-btn { 
	position: relative; 
	opacity: 0; 
	z-index: 3;
}
#header .btm_row .hamburger #nav-btn+label span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	z-index: 99;
	transition: all .3s ease-in-out;
}
#header .btm_row .hamburger #nav-btn+label span::before, 
#header .btm_row .hamburger #nav-btn+label span::after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition: all .3s ease-in-out;
}
#header .btm_row .hamburger #nav-btn+label span::before {
	top: 8px;
}
#header .btm_row .hamburger #nav-btn+label span::after {
	bottom: 8px;
}
/* ---------- Mobile Menu CSS End ---------- */

#middle {
	float: left;
	width: 100%;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 35px;
	background-color: #333333;
}
#footer .ftr-arrow  { 
	position: absolute;
	display: flex;
	right: 50px;
	top: -25px;
	background-color: #3080d1;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
}
#footer .ftr-arrow img {
	margin: -55px 0 0 0;
}
#footer .footer-top {
	float: left;
	width: 100%;
	padding: 0 0 65px 0;
}
#footer .footer-top h5 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #ffffff;
	font-weight: 700;
	line-height: 35px;
}
#footer .footer-top .ftr-menu {
	float: left;
	width: 100%;
}
#footer .footer-top .ftr-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footer-top .ftr-menu ul li {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
}
#footer .footer-top .ftr-menu ul li a {
	display: inline-block;
	font-size: 19px;
	color: #aaaaaa;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footer-top .ftr-menu ul li a:hover {
	color: #cead69;
}
#footer .footer-top .online-security {
	float: left;
	width: 80%;
	background-color: #2c2c2c;
	padding: 20px 20px 20px 20px;
	border-radius: 7px;
	flex-wrap: wrap;
}
#footer .footer-top .online-security h5 {
	margin: 0 0 15px 0;
	font-size: 19px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 700;
}
#footer .footer-top .online-security ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}
#footer .footer-top .online-security ul li {
	display: flex;
}
#footer .footer-top .online-security ul li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
#footer .footer-top .online-security p {
	margin: 15px 0 0 0;
	font-size: 17px;
	color: #aaaaaa;
	line-height: 26px;
	font-weight: 400;
}
#footer .footer-bottom {
	float: left;
	width: 100%;
}
#footer .footer-bottom .container {
	border-top: 1px solid #434343;	
	padding-top: 40px;
}
#footer .footer-bottom .ftr-copyright {
	float: left;
	width: 100%;
}
#footer .footer-bottom .ftr-copyright p {
	margin: 0;
	font-size: 19px;
	color: #aaaaaa;
	line-height: 26px;
	font-weight: 400;
}
#footer .footer-bottom .ftr-copyright p strong {
	color: #cead69;
	font-weight: 700;
}
#footer .footer-bottom .copyright-link {
	float: left;
	width: 100%;
	text-align: right;	
}
#footer .footer-bottom .copyright-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footer-bottom .copyright-link ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
}
#footer .footer-bottom .copyright-link ul li:last-child {
	padding: 0;
}
#footer .footer-bottom .copyright-link ul li:after {
	position: absolute;
	content: '|';
	color: #414141;
	right: 5px;
}
#footer .footer-bottom .copyright-link ul li:last-child::after {
	content: none;
}
#footer .footer-bottom .copyright-link ul li a {
	position: relative;
	display: inline-block;
	font-size: 19px;
	color: #aaaaaa;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footer-bottom .copyright-link ul li a:hover {
	color: #cead69;
}
