/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/
/*cust*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

body header .container {
	width: 100%;
	display: flex !important;
}

body #navigation.header-6 .container {
	text-align: right;
	height: 71px;
	max-width: 1440px;
	margin: auto;
}


body #navigation.header-6 .menu li a>svg {
	top: 3px;
	position: relative;
}

body #navigation.header-6 {
	height: 72px;
	display: block;
	align-items: center;
	border: none;
	background-color: rgba(251, 252, 255, 0.95);
	color: #0f185c;
}

body .is-sticky #navigation {
	box-shadow: none;
	background-color: rgba(251, 252, 255, 0.95);
}


body #navigation.header-6 .menu {
	float: none;
	display: inline-block;
}

body #navigation.header-6 .menu>li>a,
body #navigation.header-6 ul.menu>li>a {
	line-height: 40px;
}

body #navigation ul.menu>li,
body #navigation .menu>ul>li {
	display: inline-block;
	float: left;
}

body #navigation .menu li a {
	color: #303030;
	font-family: Poppins,Lato, sans-serif !important;
}

body #navigation.header-6 ul.menu>li.header-signup-1>a {
	line-height: 22px;
}

body #navigation.header-6 ul.menu>li.header-signin>a {
	position: relative;
	line-height: 30px;
	padding: 0 10px 0 20px;
}

body #navigation.header-6 ul.menu>li.header-signin>a:hover {
	text-decoration: underline;
}



body .header-dashboard,
body .header-signup-1,
body .header-signin {
	line-height: 40px !important;
}

body button:hover a.search-click svg path {
	fill: #fff !important;
	fill-opacity: 1;
}

#left_menu{
	margin-left: 11%;
    margin-right: auto;
}
body .left_menu ul {
	display: flex !important;
	flex-direction: column;
}
body .left_menu ul li {
	padding: 0 16px;
	border-bottom: 2px solid transparent;

}
body .left_menu > ul > li:hover {
	border-bottom: 2px solid #00C086;
}
body .right-menu-data ul {
	display: flex !important;
	flex-direction: column;
}

body #header-search-plugin-sticky {
	margin: 19px 28px 0 0;
	display: block;
	float: left;
}

body #navigation .menu li a:hover,
body #navigation .menu li.current-menu-item>a,
body #navigation .menu>li.current_page_item>a,
body #navigation .menu li:hover>a,
body #navigation .menu>li.current-menu-ancestor>a,
body #navigation .menu>li.current-menu-item>a {
	color: #0f185c;
}

body #navigation.header-6 #logo {
	float: left;
	display: inline-block;
	margin-left: 15px;
	text-align: left;
}

body #navigation.header-6 #logo img {
	height: 100% !important;
	margin-right: 35px;
	margin-top: 7px;
	margin-left: 15px;
	padding: 12px 0;
	max-height: 80px;
	border: none;
	width: auto;
}

body #navigation.header-6 #logo a {
	display: flex;
	align-items: center;
	min-height: 72px;
}

body #navigation.header-6 ul.menu>li>a,
body #navigation.header-6 .menu>ul>li>a {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 40px;
	font-family: Poppins,'Lato', sans-serif;
	font-weight: normal;
	text-transform: none !important;
	transition: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

body #navigation .left_menu ul.menu>li {
	position: inherit;
}

body #navigation .right_menu ul.menu>li {
	margin-right: 15px;
	position: inherit;
}

body #navigation .right_menu ul.menu>li.menu-item-parent {
	margin-right: 30px;
}

body #navigation ul.menu>li.header-signin>a:hover::before {
	content: none;
}


body .header-6 .mashvisor-search-button {
	background: transparent;
	box-shadow: none;
	width: 25%;
	border-radius: 0 4px 4px 0;
	border: 1px solid #8c8c8c;
	min-width: 33px;
	font-family: Poppins,Lato, proximanovaregular, sans-serif;
	text-decoration: none;
	display: table-cell;
	height: 33px;
	font-size: 12px;
	color: #fff;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
}

body .header-6 .mashvisor-search-input {
	width: 75%;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #8c8c8c;
	outline: none;
	font-family: Poppins, Lato, Tahoma, verdana, sans-serif;
	display: table-cell;
	height: 33px;
	padding: 6px 15px;
	font-weight: 700;
	position: absolute;
	top: 0;
	color: #414562;

	background: #fff;
}

body .header-6 .mashvisor-search-container {
	width: 128px !important;
	display: block;
	position: relative;
}

body .is-sticky #navigation.header-6 .mashvisor-search-container {
	display: block;
	width: 128px;
	height: 0;
}

body .header-dashboard a {
	background: #16227b;
	text-decoration: none !important;
	padding: 7px 24px !important;
	border-radius: 20px;
	color: #fff !important;
	margin-right: 0px;
	transition: all 400ms;
}

body .header-dashboard a:hover {
	background: #1799f1;
}


body .header-signup-1 a {
	background: #00A372;
	font-size: 14px;
	text-decoration: none !important;
	padding: 7px 24px !important;
	border-radius: 20px;
	color: #fff !important;
	margin-right: 0px;
	transition: all 400ms;
}


body .header-signup-1 a:hover {
	background: #065a41;
}

body .penci-top-bar {
	display: none !important;
}

body .submenu {
	transform: scaleY(0);
	transform-origin: 0 0;
	opacity: 0;
	position: absolute;
	top: 75px;
	width: auto;
	z-index: 10;
	left: -148px;
	min-width: 372px;
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
	box-shadow: 0px 0px 10px rgba(94, 94, 94, 0.1);
	max-height: 680px;
	overflow-y: auto;
	scrollbar-gutter: stable both-edges;
}

body .submenu .flcols {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
}

body .blogbox {
	width: 100%;
	background-color: #16227B;
	clear: both;
	display: block;
	position: relative;
	z-index: 9;
}

body .blogbox ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center
}


body .link_sign svg {
	margin-bottom: 2px;
	vertical-align: middle;
}

body .blogbox ul li {
	display: inline-block !important;
	width: auto !important;
}

body .blogbox ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 55px !important;
	font-size: 18px;
	line-height: 25px;
	text-transform: capitalize;
}

body .blogbox ul li a:hover {
	text-decoration: underline
}

body #navigation ul.menu li.opened .submenu {
	transform: scaleY(1);
	opacity: 1;
}

body .submenu .flcols>div {
	flex-basis: auto;
	text-align: left;
	padding: 30px 30px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body .submenu .flcols div.sub_2 {
	min-width: 250px;
	flex: 1;
}

body #navigation #menu-item-1 ul li {
	margin: 0 1% 0 0;
	display: block;
	float: left;
}

body #menu-item-1 .submenu .flcols div.sub_2 {
	min-width: min-content;
}


body .menu-item {
	position: relative !important;
}

body .submenu .flcols div.sub_3 {
	flex: 1;
}

body .submenu,
body .submenu p,
body .submenu li,
body .submenu li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 140%;
}

body .submenu li {
	padding: 0 0;
}

body .submenu h5 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}

body .submenu a.link_cta {
	display: block !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 0.2px !important;
	text-decoration: underline !important;
	margin-top: 20px;
	color: #1799f1 !important;
}

body .submenu>a.link_cta:after {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px;
	font-size: 90%;
	transform: rotate(0deg) !important;
}

body .submenu a.link_cta:hover:after {
	margin-left: 15px;
}

body .submenu .flcols .sub_1 {
	flex-basis: 480px;
	background-color: #1799f1;
	color: #fff;
}

body .submenu .flcols .sub_1 p {
	font-size: 19px;
	font-weight: 700;
}

body .submenu .flcols .sub_1 h5 {
	font-size: 21px;
	font-weight: 900;
}

html body .submenu .flcols .sub_1 a.link_cta {
	font-size: 19px !important;
	color: #fff !important;
}

body .submenu .flcols .sub_4 {
	flex-basis: 320px;
}

body .submenu a {
	line-height: normal !important;
}

#sticky_search_header {
	transition: all 400ms;
}

#sticky_search_header:hover,
#sticky_search_header:focus {
	width: 140px;
	margin-left: -44px;
	color: #262626 !important;
}

input#sticky_search_header:hover::placeholder,
input#sticky_search_header:focus::placeholder {
	color: #262626 !important;
}

#header-search-plugin-sticky:hover input,
#header-search-plugin-sticky:hover button {
	border: 1px solid #0f185c;
}

#header-search-plugin-sticky button {
	transition: all 300ms;
}

#header-search-plugin-sticky:hover button {
	background-color: #1799f1;
}

#header-search-plugin-sticky:hover button {
	background-color: #1799f1;
}

#header-search-plugin-sticky:hover i.fa-search {
	color: #fff;
}

body #sidebar-nav .menu-item-parent>a:after {
	right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	width: 15px;
	height: 15px;
	content: "";
	left: auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.96059 5.18555C4.57151 5.44953 4.03762 5.40914 3.69285 5.06437L0.864426 2.23594C0.473902 1.84542 0.473902 1.21225 0.864426 0.821729C1.25495 0.431204 1.88812 0.431204 2.27864 0.821729L4.39996 2.94305L6.52131 0.821702C6.91184 0.431178 7.545 0.431177 7.93553 0.821702C8.32605 1.21223 8.32605 1.84539 7.93553 2.23592L5.1071 5.06434C5.10221 5.06923 5.09729 5.07406 5.09232 5.07882C5.05082 5.11868 5.00672 5.15425 4.96059 5.18555Z' fill='%230F185C'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	transition: .3s all;
}

body #sidebar-nav .mobile-main-element-opened:after {
	transform: rotate(180deg);
}



body #navigation ul.menu .submenu ul a {
	border-bottom: 0px;
	min-width: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 140%;
	text-decoration: none;
}

body #navigation ul.menu .submenu a {
	padding: 0 !important;
}

body #navigation ul.menu .submenu ul a:hover {
	text-decoration: underline;
}

body #navigation ul.menu .submenu ul a:after {
	display: none;
}

body .menu li a.link_cta {
	text-underline-offset: 4px;
}

body .submenu .flcols .sub_1 div.back {
	content: "";
	display: inline-block;
	width: 22px;
	height: 23px;
	background-position: left center;
	padding: 0;
	float: right;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 11.5781L11.5 1.07813M1 1.07812L11.5 11.5781' stroke='white' stroke-width='1.96875' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	margin: 0 -20px 0 0 !important;
	cursor: pointer;
}

body #sidebar-nav::-webkit-scrollbar {
	display: none;
	/* Chrome, Opera, Safari */
}

body #sidebar-nav {
	width: 50%;
	z-index: 100;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	z-index: 99999;
	top: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	overflow-y: scroll;
	scrollbar-width: none;
	/* Firefox ? */
	-ms-overflow-style: none;
	/* IE, Edge */
	left: -100%;
	display: none;
	background-color: transparent;
}

body nav#sidebar-nav .bar-font {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
	height: 100%
}

.open-sidebar-nav {
	height: 100%;
	overflow: hidden;
}

.open-sidebar-nav.opensub #sidebar-nav ul.menu li .submenu.opensm {
	height: 100%;
	overflow: auto;
}

body #navigation,
body .inner-header {
	padding: 0;
	display: none
}




body #navigation.header-6 ul.menu>li.menu-item-parent>a {
	padding: 0 14px 0 0;
}

body #navigation ul.menu>li.menu-item-parent>a:after {
	content: "";
	width: 10px;
	height: 10px;
	right: 0px;
	left: auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.96059 5.18555C4.57151 5.44953 4.03762 5.40914 3.69285 5.06437L0.864426 2.23594C0.473902 1.84542 0.473902 1.21225 0.864426 0.821729C1.25495 0.431204 1.88812 0.431204 2.27864 0.821729L4.39996 2.94305L6.52131 0.821702C6.91184 0.431178 7.545 0.431177 7.93553 0.821702C8.32605 1.21223 8.32605 1.84539 7.93553 2.23592L5.1071 5.06434C5.10221 5.06923 5.09729 5.07406 5.09232 5.07882C5.05082 5.11868 5.00672 5.15425 4.96059 5.18555Z' fill='%230F185C'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 18px;
	transition: .3s all;
}



body #navigation ul.menu>li.menu-item-parent.opened>a:after {
	transform: rotate(180deg);
	transition: .3s all;
	margin-top: -2px;
}

body #navigation.header-6 ul.menu>li.header-signup-1>:before {
	content: none;
}

/* Scroll header 6 */
body .is-sticky #navigation.header-6 {
	height: 72px;
}

body .is-sticky #navigation.header-6 #logo img {
	max-height: 58px;
	padding: 12px 0;
}

body .is-sticky #navigation.header-6 .menu>li>a,
body .is-sticky #navigation.header-6 ul.menu>li>a {
	line-height: 40px;
}

body .is-sticky #navigation.header-6 ul.menu>li>a:before,
body .is-sticky #navigation.header-6 .menu>ul>li>a:before {
	bottom: 18px;
}

body .is-sticky #navigation.header-6 .show-search,
body .is-sticky #navigation.header-6 .penci-menuhbg-toggle {
	height: 70px;
}

body .is-sticky #navigation.header-6 #top-search>a,
body .is-sticky #navigation.header-6 .show-search a.close-search {
	height: 70px;
	line-height: 40px;
}

body .is-sticky #navigation.header-6 .show-search #searchform input.search-input {
	height: 70px;
	padding: 15px 35px 15px 0;
}

body .is-sticky #navigation.header-6 #header-search-plugin-sticky {
	margin: 19px 28px 0 0;
	float: left;
}

body .iuser {
	display: inline-block;
	float: left;
	width: 15px;
	height: 68px;
	line-height: 68px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0737 12.7714C13.7158 11.9236 13.1964 11.1535 12.5444 10.5041C11.8945 9.85272 11.1245 9.33341 10.2771 8.97481C10.2695 8.97102 10.262 8.96912 10.2544 8.96533C11.4364 8.11153 12.2048 6.72079 12.2048 5.15171C12.2048 2.55238 10.0988 0.44635 7.49945 0.44635C4.90012 0.44635 2.7941 2.55238 2.7941 5.15171C2.7941 6.72079 3.56251 8.11153 4.74454 8.96722C4.73695 8.97102 4.72937 8.97291 4.72178 8.97671C3.87178 9.3353 3.10905 9.84948 2.45448 10.506C1.80314 11.1559 1.28384 11.9258 0.925236 12.7733C0.572945 13.6029 0.382947 14.4923 0.365526 15.3935C0.36502 15.4137 0.368571 15.4338 0.375972 15.4527C0.383373 15.4716 0.394473 15.4887 0.408619 15.5032C0.422764 15.5177 0.439668 15.5293 0.458336 15.5371C0.477003 15.545 0.497056 15.549 0.517312 15.549H1.6557C1.73919 15.549 1.80559 15.4826 1.80749 15.401C1.84544 13.9363 2.43361 12.5645 3.47334 11.5248C4.54912 10.449 5.9778 9.85707 7.49945 9.85707C9.02111 9.85707 10.4498 10.449 11.5256 11.5248C12.5653 12.5645 13.1535 13.9363 13.1914 15.401C13.1933 15.4845 13.2597 15.549 13.3432 15.549H14.4816C14.5019 15.549 14.5219 15.545 14.5406 15.5371C14.5592 15.5293 14.5761 15.5177 14.5903 15.5032C14.6044 15.4887 14.6155 15.4716 14.6229 15.4527C14.6303 15.4338 14.6339 15.4137 14.6334 15.3935C14.6144 14.4865 14.4266 13.6043 14.0737 12.7714ZM7.49945 8.4151C6.62858 8.4151 5.80894 8.07548 5.19231 7.45885C4.57568 6.84222 4.23606 6.02258 4.23606 5.15171C4.23606 4.28084 4.57568 3.46119 5.19231 2.84456C5.80894 2.22794 6.62858 1.88831 7.49945 1.88831C8.37033 1.88831 9.18997 2.22794 9.8066 2.84456C10.4232 3.46119 10.7628 4.28084 10.7628 5.15171C10.7628 6.02258 10.4232 6.84222 9.8066 7.45885C9.18997 8.07548 8.37033 8.4151 7.49945 8.4151Z' fill='%230F185C'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}

body #sidebar-nav .bar-font .menu li.header-signin,
body #sidebar-nav .bar-font .menu li.header-signup-1 {
	width: 100%;
	padding: 20px 8px 0px 8px;
	margin: 0;
}

body #sidebar-nav .bar-font .menu li.header-signin a,
body #sidebar-nav .bar-font .menu li.header-signup-1 a {
	width: 100%;
	display: block !important;
	border: 1px solid #16227B;
	border-radius: 23px;
	line-height: 48px !important;
	height: 48px;
	padding: 0 15px !important;
	text-align: center;
	color: #16227b;
	font-size: 17px;
}

.nav-signin a {
	width: 100%;
	display: block;
	line-height: 48px;
	height: 48px;
	padding-right: 24px;
	text-align: center;
	color: #16227b;
	font-size: 17px;
}

.nav-signin a:hover {
	text-decoration: underline;
}

body #navigation .left_menu ul.menu>li {
	margin-right: 40px;
	position: inherit;
}

body #navigation .left_menu ul.menu>li:last-child {
	margin-right: 0 !important;
	position: inherit;
}

/* resp */
@media only screen and (max-width: 1450px) {
	body #navigation.header-6 #logo img {
		margin: 10px 0px 0px;
	}

	body .header-dashboard a,
	body .header-signup-1 a {
		margin-right: 0px;
	}

	body #navigation {
		font-family: Poppins,Lato, sans-serif !important;
	}

	body .submenu div {
		flex-basis: auto;
	}

	body .submenu .flcols .sub_1 {
		flex-basis: 480px;
	}

	body .submenu .flcols .sub_4 {
		flex-basis: 320px;
	}
	body #navigation.header-6 .container {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1175px) {
	body .header-6 .mashvisor-search-container {
		display: none
	}
}

@media only screen and (max-width: 1091px) {
	body #header-search-plugin-sticky {
		display: none;
		margin: 22px 0;
	}

	body .submenu .flcols .sub_1 {
		flex-basis: 384px;
	}

	body .submenu .flcols .sub_4 {
		flex-basis: 256px;
	}
}

@media only screen and (min-width: 1091px) {

	body #navigation,
	body .inner-header {
		padding: 0;
	}
}

@media only screen and (max-width: 1090px) {
	.show-for-desktop {
		display: none;
	}

	body .sidenav-container,.main-mobile-menu {
		display: flex;
		flex-direction: column;
		flex: 1;
		background: #fff;
	}

	.mobile-content-ul{
		height: calc(100vh - 164px);
		overflow: auto;
	}
	#navigation.header-6 #logo img {
		max-height: 32px;
		margin: 0 !important;
		line-height: 64px;
	}

	body #navigation.header-6 .container {
		padding: 0 24px;
		height: 64px
	}

	#navigation .button-menu-mobile {
		display: inline-block !important;
	}

	ul#menu-main-menu li:last-child {
		width: 100%;
	}

	ul#menu-main-menu li a img {
		margin-right: 10px;
	}

	body #sidebar-nav .blogbox ul li {
		display: block !important;
		width: 100% !important;
	}

	body #navigation .menu {
		display: none !important;
	}

	body .submenu .flcols>div {
		display: block;
	}

	body #sidebar-nav {
		display: block;
		position: fixed
	}

	body #sidebar-nav .menu .blogbox li a {
		color: #fff;
	}

	body .header-social.sidebar-nav-social a i,
	body #sidebar-nav .menu li a,
	body #sidebar-nav .menu li a .indicator {
		color: #0F185C;
	}

	body #logo a.mobile__only {
		display: none !important;
	}

	body #logo a.dektop__only {
		display: block !important;
	}



	body #navigation ul.menu>li.header-signin>a:hover::before,
	body #navigation ul.menu>li.header-signup-1>a:hover::before,
	body #navigation ul.menu>li.header-dashboard>a:hover::before {
		display: none;
	}

	body #sidebar-nav .blogbox ul li a {
		padding: 14px 25px !important;
	}

	body .submenu .sub_1 h5 {
		margin-bottom: 30px;
	}

	body .submenu .flcols .sub_1 p {
		font-size: 18px;
		font-weight: 400;
	}

	body .submenu .sub_4 p {
		line-height: 180%;
		padding-top: 5px;
	}

	body #logo a.mobile__only {
		display: block !important;
	}
	

	body #logo a.dektop__only {
		display: none !important;
	}

	body .submenu {
		margin-top: 0px;
	}

	body ul#menu-main-menu {
		padding-bottom: 20px;
	}

	body #navigation.header-6 #logo img {
		max-height: 32px !important;
		padding: 0 !important;
		margin: 0 0 0 0 !important;
	}

	body #navigation.header-6 #logo {
		margin-left: 15px;
	}

	body header .container {
		display: table !important;
	}

	body .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page.sumome-share-client-small {
		display: none;
	}

	body #navigation .button-menu-mobile {
		float: right;
		padding-right: 20px;
		z-index: 101;
	}

	body #navigation .button-menu-mobile:not(.open) {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.60938 1.57812H15.3906M1.60938 12.0781H15.3906H1.60938ZM1.60938 6.82812H15.3906H1.60938Z' stroke='%2316227B' stroke-width='1.96875' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: left center;
	}

	body #navigation .button-menu-mobile.open {
		background-image: url("data:image/svg+xml,%3Csvg viewPort='20 20 12 12' width='17' height='14' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='11' x2='11' y2='1' stroke='black' stroke-width='2'/%3E%3Cline x1='1' y1='1' x2='11' y2='11' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: left center;
	}

	body #close-sidebar-nav {
		left: auto;
		padding-top: 12px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 11.5781L11.5 1.07813M1 1.07812L11.5 11.5781' stroke='%230F185C' stroke-width='1.96875' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		z-index: 101;
		max-height: 100px;
		height: 70px;
		padding: 20px 20px 0 20px !important;
	}

	body #top-search>a,
	body #navigation .button-menu-mobile {
		color: #16227b;
		line-height: 40px;
		width: 40px;
		height: 70px;
		position: relative;
		left: 0px;
	}

	body #sidebar-nav .menu li {
		border-bottom: 1px solid #5fc4fe;
	}

	body #sidebar-nav .menu li>a {
		min-width: auto;
		padding: 0;
		margin: 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.2px;
		line-height: 140%;
		text-transform: none;
	}

	body.open-sidebar-nav #close-sidebar-nav {
		opacity: 1;
		z-index: 999;
	}

	body #sidebar-nav-logo {
		padding: 13px 25px 13px 25px;
		height: 72px;
		background-color: #fff;
	}

	body #sidebar-nav-logo>a>img {
		width: auto;
		height: auto;
	}

	body.open-sidebar-nav #sidebar-nav {
		left: 0;
		height: 100vh;
	}

	body .sidenav-container {
		padding: 0px;
		height: 100%;
	}

	body .top-sidenav {
		display: none;
	}

	body #sidebar-nav-logo {
		border-bottom: 1px solid #1799f1;
	}

	body #sidebar-nav .menu li a {
		padding: 20px 20px 20px 8px;
	}

	body #sidebar-nav .menu li a.link_cta {
		padding: 0px;
		margin-top: 20px;
		text-transform: none;
		text-underline-offset: 4px;
	}

	body .blogbox {
		display: none;
	}

	body #sidebar-nav .blogbox {
		display: block
	}

	body #sidebar-nav .menu .submenu .blogbox ul li {
		display: block !important;
		width: 100% !important;
	}

	body #sidebar-nav ul.menu li .submenu {
		transform: scaleY(1);
		left: -350px;
		width: 320px;
		top: 0;
		position: absolute;
		padding: 0;
		transition: left 0.35s;
		transform-origin: unset;
		opacity: 1;
		filter: none;
	}

	body #sidebar-nav ul.menu li .submenu.opensm {
		transform: scaleY(1);
		left: 0;
		width: 320px;
		top: 0;
		position: absolute;
		padding: 0;
		transition: left 0.35s;
		transform-origin: unset;
		opacity: 1;
		filter: none;
	}

	body .submenu .flcols {
		flex-wrap: wrap;
		height: 100%;
		align-content: flex-start;
	}

	body .submenu .flcols>div {
		flex: 0 0 100%;
		flex-basis: 100% !important;
	}



	body #sidebar-nav .menu li.header-signin {
		border-bottom: 0px;

	}

	body .active .submenu {
		transform: scaleY(1);
		transform-origin: 1;
		opacity: 1;
		position: relative;
	}

	body .active .submenu .flcols {
		flex-wrap: wrap;
	}

	body .active .submenu .flcols>div {
		flex: 0 0 100%;
	}

	body .sticky-mobile-search .sticky {
		display: none;
	}

	body #sidebar-nav .menu .submenu li {
		border-bottom: 0px;
	}

	body #sidebar-nav .menu .submenu li a {
		padding: 8px 0px;
		line-height: 140% !important;
	}

	body #sidebar-nav .menu .submenu li a:after {
		display: none;
	}

	body .submenu .flcols .sub_1 p,
	body .submenu .flcols .sub_4 p {
		font-size: 16px;
		font-weight: 400;
		line-height: 160%;
		padding-top: 10px;
	}

	body .submenu .flcols h5 {
		font-size: 18px;
	}

	.mobile-log-in-container {
		display: flex;
		justify-content: space-between;
		margin-top: auto;
		padding-top: 20px;
		align-items: flex-end;

	}

	.mobile-log-in-container .nav-signin a {
		color: #16227b;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 36px !important;
		line-height: 36px !important;
		border: 1px solid #16227b;
		border-radius: 25px;
		min-width: 50%;
		margin-right: 12px;
		padding-right: 0;
	}

	.mobile-log-in-container .nav-signin a:hover {
		color: #1799f1;
		border-color: #1799f1;
		text-decoration: none;

	}

	.mobile-log-in-container .header-signup-1 a , .mobile-log-in-container .header-dashboard a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 36px !important;
		line-height: 36px !important;
		border-radius: 25px;
		min-width: 50%;
		margin-top: 0;
		text-align: center;
		margin-left: 12px;
		line-height: 20px !important;

	}

	
	

	.mobile-log-in-container li {
		min-width: 50%;
		max-width: 100%;

	}

	body .submenu .flcols .sub_2 h5,
	body .submenu .flcols .sub_3 h5,
	body .submenu .flcols .sub_4 h5 {
		color: #0F185C;
	}

	body #sidebar-nav .submenu .flcols .sub_2 a,
	body #sidebar-nav .submenu .flcols .sub_3 a,
	body #sidebar-nav .submenu .flcols .sub_4 a {
		color: #0F185C;
	}

	body .submenu .flcols .sub_2 p,
	body .submenu .flcols .sub_3 p,
	body .submenu .flcols .sub_4 p {
		color: #0F185C;
	}

	body .submenu .flcols div {
		padding: 30px 30px 30px;
	}

	body .left_menu #logo,
	body #navigation.header-6,
	body #navigation .button-menu-mobile {
		height: 64px;
	}

	body #navigation.header-6 #logo a {
		min-height: 64px;
		padding-top: 13px;

	}

	body #navigation.header-6 #logo {
		margin: 0;

	}

	body #navigation .button-menu-mobile {
		width: 20px;
		padding-right: 0;
	}


}


@media screen and (min-width: 1091px) {
	#logo a.mobile__only {
		display: none !important;
	}

	#logo a.dektop__only {
		display: block !important;
	}
}


@media screen and (max-width: 1090px) {
	#logo a.mobile__only {
		display: block !important;
	}

	#logo a.dektop__only {
		display: none !important;
	}
}


/*cust-end*/


#menu-main-menu .menu-item:not(.visible) {
	display: none;
}


.with_icons_menu {
	display: flex;
	justify-content: space-between;
	width: 790px;
}

.with_icons_menu ul {
	width: 340px;
}

.with_icons_menu .icon-item {
	margin-bottom: 26px;
	border-radius: 8px;
	height: 44px;
	display: flex !important;
	justify-content: flex-start;
	text-align: start;
	align-items: center;
	text-decoration: none !important;
}

.with_icons_menu .icon-item:last-child {
	margin-bottom: 0;
}

.with_icons_menu .icon-item a {
	display: flex !important;
	width: 100%;
	justify-content: flex-start;
	text-align: start;
	align-items: center;
	text-decoration: none !important;
}

.with_icons_menu .icon-item:hover {
	background-color: #F1F6FF;
	color: #0050B3;
}

.with_icons_menu .icon-item:hover a {

	color: #0050B3 !important;
}

.with_icons_menu .icon-item .element-icon {
	display: flex;
	align-items: center;
	margin-right: 25px;
	padding: 8px;
	background-color: #F1F6FF;
	color: #0050B3;
	border-radius: 8px;
	width: 44px;
	height: 44px;
}


.simple_menu ul {
	width: 340px;
}

.simple_menu ul li {
	margin-bottom: 26px;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	text-align: start;
	align-items: center;
	text-decoration: none !important;
}

.simple_menu ul li:last-child {
	margin-bottom: 0;
}

.simple_menu ul li a {
	text-decoration: none !important;
}

.simple_menu ul li a:hover {
	color: #0050B3 !important;
}

.demo_element {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 8px 16px !important;
	background: #E0EBFF;
	border-radius: 8px;
	align-items: center;
	cursor: pointer;
}

.demo-text p {
	font-size: 13px !important;
	color: rgb(0, 0, 0);
	font-weight: 400;
	text-align: start;
	line-height: 1.25rem;
}

.demo-svg-element {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-mobile-menu {
	padding: 0 16px;
	padding-bottom: 0;
	padding-top: 24px;
}

.mobile-main-element {
	display: flex;
	flex: 1;
	text-align: left;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	border: unset;
	cursor: pointer;
	padding: 16px 8px;
	padding-right: 25px;
	color: #061178;
	font-family: Poppins,Lato,sans-serif;
	font-size: 16px;
	background: #F5F9FF;
	border-radius: 8px;
	margin-bottom: 8px;

}



.submenu_mobile {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;

}

.sub-opened {
	display: block !important;
	max-height: 1000px !important;
}



.dt-main-element {
	height: 40px;
	color: #061178 !important;
}



.left_menu {
	display: flex !important;
	align-items: center;
}

@media screen and (max-width: 1090px) {
	.mobile-main-element {
		color: #061178;
		font-size: 16px;
		padding: 0 16px;
		height: 57px;
	}

	.with_icons_menu {
		width: 100%;
	}

	.with_icons_menu a,
	.simple_menu a {
		width: 100%;
		font-size: 16px !important;
		color: #303030 !important;
		font-weight: 400;
	}

	.with_icons_menu ul {
		width: 100%;
		padding: 30px 16px;

	}

	.with_icons_menu .icon-item {
		height: 34px;
	}

	.with_icons_menu .icon-item:last-child {
		margin-bottom: 0;
	}

	.with_icons_menu .icon-item .element-icon {
		margin-right: 16px;
		padding: 8px;
		width: 34px;
		height: 34px;
	}

	.simple_menu ul {
		width: 100%;
		padding: 30px 16px;
		font-size: 16px !important;
		color: #303030;
	}

	.simple_menu ul li:last-child {
		margin-bottom: 0;
	}
}

.logo-container_mobile {
	height: 64px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
}

.logo-container_mobile img {
	height: 32px;

	width: auto;

}

#sidebar-nav{
	font-family: Poppins,Lato,sans-serif !important;
}
#sidebar-nav *{
	font-family: Poppins,Lato,sans-serif !important;
}

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

body #sidebar-nav {
	width: 100%;
}
}


  
  .submenu::-webkit-scrollbar {
	width: 8px;
	}
	.submenu::-webkit-scrollbar-track {
	background : transparent;
	border-radius: 10px;
	}
	.submenu::-webkit-scrollbar-thumb { 
	background : rgb(86 84 84 / 50%);
	border-radius: 10px;
	}

.collapse{
padding :0 !important;
}
.collapse_menu {
	transition: max-height 0.3s ease-out;
}

.collapse_closed ul{
    max-height: 0 !important;
	overflow: hidden;
}

.collapse-item{
	border-radius: 5px;
	min-height:54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 25px !important;
	padding-left: 8px !important;
	color: #061178;
    font-size: 16px !important;
	cursor: pointer;
}
.collapse-item:hover{
	background-color: #f5f9ff;
}

.collapse-arrow{
	width: 14px;
	transition: transform 0.4s; /* Set up the transition */

}

.collapse_menu li {
    padding: 12px 8px !important;
    display: flex;
    align-items: center;
}

.collapse_menu li  a{
	font-size: 14px !important;
	color: #303030 !important;
	text-decoration: none !important;

}
.collapse_menu li  a:hover{
	color: #0050b3 !important;
}
.collapse_opened .collapse-item {
	background-color: #f5f9ff;

}
.collapse_opened .collapse-arrow {
	transform: rotate(180deg);

}
@media only screen and (max-width: 1350px) 

{
	body #navigation.header-6 .container{
		padding: 0 30px;
	}
	body #navigation .left_menu ul.menu>li {
	margin-right: 20px;
	}
	#left_menu {
		margin-left: 6%;
	}
}
@media only screen and (max-width: 1250px) and (min-width:1091px) 

{
	.body .left_menu ul li{
		padding: 0 10px;

	}
	body #navigation.header-6 .container{
		padding: 0 ;
	}
	body #navigation .left_menu ul.menu>li {
	margin-right: 10px;
	}
}


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

	.collapse{
		padding : 0 16px !important;
		padding-top:5px !important;
	}
	.flcols_mobile .collapse:first-child{
		padding-top:30px !important;

	}
}
