body {
	font-size: 16px;
	max-width: 100%;
	/* overflow: hidden; */
}
body, html {
	overflow-x: hidden;
}
body img {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto
}
/* <navbar> */
a:hover {
	text-decoration: none;
}
.img-height_auto {
	width: 100%;
	height: auto;
}
.big-contain-nav {
	transition: all 0.3s ease;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgb(255, 255, 255);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0 8px;
}

.max-width-fix {
	max-width: 1200px !important;
	overflow: hidden;
	margin: 0 auto !important;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
	.max-width-fix {
		max-width: 940px !important;
	}
}

.vsses-a-tag-nonestyle {
	text-decoration: none !important;
	font-size: 16px;
	color: #fff;
}

div.big-contain-nav.nav-on-scroll {
}

div.img-nav > a > img {
	height: 60px;
	width: 120px;
	transition: all 0.3s ease;
}

div.img-nav > a > img.nav-on-scroll {
	height: 48px;
	width: 96px;
	margin: 0;
}

.navbar-container > .nav-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	transition: all 0.3s ease;
	padding-left: 8px;
}

.nav-content-container > div {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.info-part {
	margin-bottom: 8px;
}

.info-part.nav-on-scroll {
	margin-bottom: 4px;
}

.contact-icons {
	font-size: 18px;
	margin-bottom: 2px;
}

.info-part > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
	font-size: 14px !important;
	color: #2b3990;
}

.info-part > span > a.vsses-a-tag-nonestyle {
	color: #2b3990 !important;
}

.info-part.nav-on-scroll .material-icons {
	font-size: 16px;
	margin-bottom: 3px;
}

.info-part.nav-on-scroll > span > a {
	font-size: 14px;
}

.list-page-nav {
	text-transform: uppercase;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	transition: all 0.3s ease;
}

ul.vsses-green-dots-list {
	font-family: Frutiger55Roman;
	padding-left: 1em;
	font-size: 16px;
	list-style: none; /* Remove default bullets */
}

ul.vsses-green-dots-list > li:not(:last-child) {
	margin-bottom: 8px;
}

ul.vsses-green-dots-list li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #2bb673; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-size: 16px;
}

ul.list-page-nav > li {
	display: inline-block;
}

@media only screen and (max-width: 1280px) and (min-width: 1040px) {
	ul.list-page-nav > li {
		margin-bottom: 8px;
	}
}

button.btn-vsses-color.nav-on-scroll {
	font-size: 12px;
}
ul.list-page-nav > li a {
	color: #0c3056;
	margin-right: 24px;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-bottom: 3px;
}

ul.list-page-nav.nav-on-scroll > li > a {
	font-size: 14px;
	margin-right: 40px;
	padding-bottom: 3px;
}

ul.list-page-nav > li.current-menu-item > a {
	color: #2bb673;
	border-bottom: 3px solid #2bb673;
}

ul.list-page-nav > li a:not(.current-menu-item):hover {
	color: #2bb673;
	padding-bottom: 6px;
	/* border-bottom: 3px solid #2BB673; */
}


/* burger  */

.icon-burger-nav {
	display: none;
}

.icon-burger-nav > .nav-mobile-menu {
	position: absolute;
	transition: width 0.5s ease-in-out;
	width: 100%;
	height: 0;
	right: 0;
	background: #fff;
	top: -100%;
	z-index: 1000;
	transition: height 0.4s ease-in-out;
	/* overflow-x: hidden; */
	overflow: hidden;
	padding: 30px 0;
}

.nav-mobile-menu > div {
	max-width: 320px;
	margin: 0 auto;
}

.nav-mobile-menu > div#custom-vsses-nav-dropdown-1 {
	max-width: 200px;
	font-size: 16px;
}

.nav-mobile-menu > div#custom-vsses-nav-dropdown-1 > button {
	font-size: 16px;
}

.nav-mobile-menu > div#custom-vsses-nav-dropdown-1 > button > img {
	width: 43px;
	height: 23px;
}

.nav-mobile-menu > div#custom-vsses-nav-dropdown-1 > button::after {
	width: 15px;
	height: 15px;
}

.nav-mobile-menu > div.divider-nav-burger-mobile {
	border-top: 1px solid #e4eaec;
	margin-top: 20px;
	margin-bottom: 10px;
}

.nav-mobile-menu > .nav-part > ul.list-page-nav > li {
	display: block;
	margin-bottom: 32px;
}

.nav-mobile-menu > .nav-part > ul.list-page-nav > li a {
	margin-right: 0;
}

/* config */

div.dropdown.custom-vsses > button {
	background: transparent;
	border-left: 1px solid #2bb673;
	border-radius: 0;
	vertical-align: middle;
	outline: none;
	box-shadow: none;
	color: #626a73;
	text-align: left;
	width: 180px;
	padding: 4px 8px;
	font-size: 14px;
	display: flex;
}

div.dropdown.custom-vsses.nav-on-scroll > button {
	font-size: 10px;
	padding: 0 4px;
	width: 140px;
	transition: width 0.5s ease;
}

div.dropdown.custom-vsses.nav-on-scroll > button.dropdown-toggle::after {
	top: 20%;
}

#vsses-logo-branch-nav {
	cursor: pointer;
}

div.dropdown.custom-vsses.nav-on-scroll > .dropdown-menu > .dropdown-item {
	font-size: 10px;
}

div.dropdown.custom-vsses > button.dropdown-toggle::after {
	position: absolute;
	top: 30%;
	right: 0;
	border: none;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../logo/dropdown-vsses.svg) no-repeat 0 0;
	background-size: 100%;
	transition: transform 0.3s ease-in-out;
}

.scoll-to-top-button {
	opacity: 0.7;
	padding: 14px;
	position: fixed;
	bottom: 54px;
	right: calc((100% - 1200px) / 2);
	z-index: 10;
	background: #2bb673;
	display: flex;
	border: none;
	border-radius: 0;
	outline: none !important;
	box-shadow: none;
	cursor: pointer;
	visibility: hidden;
}

div.dropdown.custom-vsses > button.dropdown-toggle.open-menu::after {
	transform: rotate3d(0, 0, 1, 180deg);
}

div.dropdown.custom-vsses > .dropdown-menu {
	padding: 6px 0;
	width: 100%;
	border-radius: 0;
}

#prevSliderArrow {
	margin-left: 32px;
}

#nextSliderArrow {
	margin-right: 32px;
}

div.dropdown.custom-vsses > .dropdown-menu > .dropdown-item {
	padding: 9px 13px;
	cursor: pointer;
	color: #626a73;
	font-size: 14px;
}

div.dropdown.custom-vsses > .dropdown-menu > .dropdown-item.active {
	background: #e4eaec;
}

div.dropdown.custom-vsses > .dropdown-menu > .dropdown-item:hover {
	background: #e4eaec;
}

div.dropdown.custom-vsses img.flag-icon {
	margin-right: 10px;
	/* width: 40px; */
	margin-left: 16px;
	height: 20px;
}

/* <config> */

.btn-vsses-color {
	outline: none;
	background-image: linear-gradient(252.26deg, #2bb673 0%, #2b3990 100%);
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 40px 16px;
	font-family: Frutiger55Roman;
	/* padding-bottom: 14px; */
	transition: all 0.5s ease-in-out;
	background-size: 150% auto;
	border: none;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04) !important;
}

.btn-vsses-color:hover {
	color: #fff;
	background-position: right;
}

.btn-vsses-green-color {
	font-size: 14px;
	padding: 16px 40px;
	border-radius: 30px;
	/* background-image: linear-gradient(252.26deg, #2BB673 0%, #2B3990 100%) ;  */
	padding-bottom: 14px;
	outline: none;
	background-size: 150% auto;
	color: #2bb673;
	border: 1px solid #2bb673;
	background: #fff;
	transition: 0.5s;
}

.btn-vsses-green-color:hover {
	color: #fff;
	background: #2bb673;
}

.btn-vsses-white {
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	cursor: pointer;
	font-family: Frutiger55Roman;
	padding: 16px 40px;
	/* padding-bottom: 14px; */
	outline: none;
	box-shadow: none !important;
	transition: background 0.3s ease-in-out;
}

.btn-vsses-white.vsses-dark-gray:hover {
	background: #8b8d8e;
	color: #fff !important;
	box-shadow: #fff !important;
}

.btn-vsses-white.vsses-green:hover {
	background: #2bb673;
	color: #fff !important;
	box-shadow: #fff !important;
}

.black-filter {
	top: 0;
	left: 0;
	position: absolute;
	background: black;
	opacity: 0.15;
	width: 100%;
	height: 100%;
	z-index: 0;
}
ul.list-page-nav>li a:not([href]):not([class]){
	color: #0c3056;
}
.content-container {
	padding: 36px 0px;
	max-width: 1200px;
	margin: auto !important;
}
.nav-part>button.btn {
	padding: 6px 40px;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
	.content-container {
		max-width: 940px;
	}

	/* .scale-mini-8{
		transform: scale(0.8);
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	} */

	.scoll-to-top-button {
		right: calc((100% - 940px) / 2 + 24px) !important;
	}
}

.content-container-p0 {
	max-width: 1200px;
	margin: auto !important;
}

.vsses-dark-prussian {
	color: #003359 !important;
}

.vsses-blue {
	color: #2b3990;
}

.vsses-dark-gray {
	color: #8b8d8e !important;
}

.vsses-green {
	color: #2bb673 !important;
}

.vsses-common-bg {
	background: linear-gradient(252.26deg, #2bb673 0%, #2b3990 100%);
}

.vsses-font-42-title {
	font-size: 40px !important;
}

.vsses-color-common {
	background-image: linear-gradient(256.27deg, #2bb673 0%, #2b3990 100%);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body {
	padding-top: 85px;
}

.hiddenScroll::-webkit-scrollbar {
	display: none !important;
	/* Chrome Safari */
}

.hiddenScroll {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}

.btn-submit-footer {
	max-width: 138px;
}

a.vsses-a-tag {
	color: #2bb673;
}

/* Style the list */
.post-header {
	background: #f8fafb;
}

ul.breadcrumb {
	padding: 8px 0px;
	list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    display: block;
    color: #8d8d86;
    padding-left: 0px;
}
ul.breadcrumb p {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	ul.breadcrumb {
		padding-left: 15px
	}
	.contact-icons {
		margin-bottom: unset;
	}

	ul.breadcrumb > li > a,
	ul.breadcrumb > li {
		font-family: Frutiger;
		font-size: 12px !important;
		line-height: 150%;
	}

	.back-ground-breadcrumb {
		padding: 0 24px;
	}

	.padding-custom-8-0 > span:last-child {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.navbar-container.nav-on-scroll {
		padding: 20px 24px;
	}
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	text-transform: capitalize;
	font-size: 14px;
	color: #8d8d86 !important;
	font-family: Frutiger;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
	padding: 8px;
	position: relative;
	top: -1px;
	color: #e0e1dd;
	content: url(../logo/breadscrum-icon.svg);
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #2bb673;
	text-transform: capitalize;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.contact-icons {
		margin-bottom: unset;
	}

	ul.breadcrumb > li > a,
	ul.breadcrumb > li {
		font-family: Frutiger;
		font-size: 12px !important;
		line-height: 150%;
	}

	.back-ground-breadcrumb {
		padding: 0 24px;
	}

	.padding-custom-8-0 > span:last-child {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* Display list items side by side */
ul.breadcrumb span {
	display: inline;
	text-transform: capitalize;
	font-size: 14px;
	color: #8e8e8e;
	font-family: Frutiger;
}
ul.breadcrumb span a {
	color: #2bb673;
	/*text-transform: capitalize;*/
	text-decoration: none;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
	padding: 8px;
	position: relative;
	top: -1px;
	color: #e0e1dd;
	content: url(../logo/breadscrum-icon.svg);
}


/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	text-decoration: underline;
}

body {
	/* overflow-x: hidden; */
	max-width: 100%;
}

.form-control.form-control-custom-vsses {
	width: 100%;
	background-color: #fafafa;
	font-weight: normal;
	font-family: Frutiger55Roman;
	font-size: 14px;
	outline: none;
	box-shadow: none !important	;
	border-radius: 0;
	padding-top: 8px;
	border: 1px solid #e4eaec;
}

.form-control.form-control-custom-vsses:not(textarea) {
	height: 40px;
}

.form-control.form-control-custom-vsses::placeholder {
	color: #d4d4d4;
}

.form-control.form-control-custom-vsses:focus {
	border-image-source: linear-gradient(rgba(0, 51, 102, 0.5), rgba(0, 0, 51, 0.5)) !important;
	border-width: 1px !important;
	border-image-slice: 1 !important;
}

.devider-box-shadow {
	position: absolute;
	z-index: 200000;
	width: 100%;
	left: 0;
	top: -16px;
	height: 13px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.wpcf7 form .wpcf7-response-output {
	display: none !important;
}
ul.list-page-nav>li.menu-item-has-children {
	position: relative;
	padding-right: 5px;
}
ul.list-page-nav>li.current-menu-parent > a, ul.list-page-nav>li.current-menu-parent .current-menu-item a {
	color: #2bb673;
    border-bottom: 3px solid #2bb673;
}

ul.list-page-nav>li.menu-item-has-children:before {
	content: "\f107";
    position: absolute;
    right: 15px;
    z-index: 999;
    color: #000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 5px;
}
ul.nav-on-scroll.list-page-nav >li.menu-item-has-children:before {
	right: 25px;
}
ul.nav-on-scroll.list-page-nav >li.menu-item-has-children a {
	font-size: 14px;
}
ul.list-page-nav>li.menu-item-has-children .sub-menu {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -20px;
    top: 100%;
    background: #fff;
    list-style: none;
    padding-left: 15px;
    width: 200px;
}
ul.list-page-nav>li.menu-item-has-children .sub-menu li {
	padding: 5px 0px;
}
ul.list-page-nav>li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.item-projects .contain-inner-text {
	overflow: hidden;
}
.footer .wpcf7 form .wpcf7-response-output {
	display: block !important;
	border:  none;
}
@media (max-width: 1200px) {
	
	.scoll-to-top-button {
		right: 24px;
	}

	.content-container {
		padding: 45px 8px;
	}

	.content-container-p0 {
		padding: 0 16px;
	}
	ul.list-page-nav > li a {
		font-size: 20px;
	}
	ul.list-page-nav > li.menu-item-has-children:before {
		right: 90px;
	}
}
@media (max-width: 1300px) {

	ul.list-page-nav>li.menu-item-has-children:before {
		right: 8px;
	}
	ul.list-page-nav.nav-on-scroll>li.menu-item-has-children:before {
		right: 6px;	
	}
}

@media (max-width: 1040px) {
	.content-container {
		padding: 45px 24px;
	}
	ul.list-page-nav>li.menu-item-has-children .sub-menu {
		width: unset;
		left: 0px;
	}
	.icon-burger-nav {
		display: block;
	}

	.nav-content-container {
		display: none !important;
	}

	div.img-nav > a > img {
		height: 40px !important;
		width: 96px !important;
		margin: 0 !important;
	}

	body {
		padding-top: 80px;
	}
	div.dropdown.custom-vsses > button {
		border-left: none;
	}
	ul.list-page-nav>li.menu-item-has-children:hover .sub-menu {
		position: relative;
	}
	ul.list-page-nav>li.menu-item-has-children:hover .sub-menu li:not(last-child) {
		padding-top: 22px;
	}
}

@media only screen and (min-width: 1920px) {
	.vsses-a-tag-nonestyle {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1040px) {

	.vsses-font-42-title {
		margin-bottom: 16px !important;
	}
	.view-full-content {
		height: calc(100vh - 82px);
	}
	
	.content-container {
		max-width: 940px !important;

		padding: 18px 0px !important;
	}

	.info-part {
		margin-bottom: 0;
	}

	ul.list-page-nav > li a.active {
		border-bottom: none;
	}

	.scoll-to-top-button {
		right: calc((100% - 940px) / 2 + 24px) !important;
	}

	div.dropdown.custom-vsses > button {
		font-size: 12px;
	}

	.button-footer button.btn-vsses-color {
		padding: 16px 40px !important;
	}

	ul.list-page-nav > li {
		margin-bottom: 0;
	}

	body {
		padding-top: 70px !important;
	}

	.navbar-container {
		padding: 8px 0;
		padding-top: 4px;
	}

	div.img-nav > img {
		margin: 0;
		max-height: 60px;
	}

	ul.list-page-nav > li a {
		font-size: 14px !important;
		margin-right: 16px !important;
	}

	.btn-vsses-color {
		font-size: 12px !important;
	}

	.solution-header-container > .content-header > h1 {
		font-size: 38px !important;
	}

	.solution-header-container > .content-header > p {
		font-size: 14px !important;
	}

	.btn-vsses-color {
		padding: 10px 20px !important;
	}

	.solution-title-part {
		margin-top: 32px !important;
		font-size: 32px !important;
	}

	.solution-body-content {
		padding: 26px 0px !important;
		font-size: 14px !important;
	}

	.solution-body-content.background-content > h4 {
		margin-bottom: 26px !important;
		font-size: 18px !important;
	}

	ul.vsses-green-dots-list {
		font-size: 14px !important;
	}

	.solution-body-content-text.custom-font-fami-size {
		font-size: 14px !important;
		text-align: center !important;
	}

	.solution-body-content-text.custom-font-fami-size > a {
		font-size: 14px !important;
	}

	.content-inner-title {
		font-size: 18px !important;
	}

	.solution-body-content-footer {
		margin-top: 72px !important;
	}

	.footer-text-title {
		font-size: 18px !important;
	}

	.vsses-a-tag-nonestyle {
		font-size: 14px !important;
	}

	.material-icons {
		font-size: 16px !important;
	}

	.item-projects .contain-inner-text > .project-content-description {
		font-size: 14px !important;
	}

	/* .solution-projects-container > div > div {
		height: 300px !important;
	} */

	.solution-projects-container .item-projects > img {
		min-height: unset !important;
	}

	/* .item-projects .content-text {
		font-size: 18px !important;
	} */

	.info-part.nav-on-scroll > span > a {
		font-size: 12px !important;
	}
	.nav-part > button.btn.btn-vsses-color {
		padding: 6px 40px !important;
		padding-bottom: 6px;
	}
}

@media only screen and (max-width: 376px) {
	.nav-mobile-menu>.nav-part>ul.list-page-nav>li {
		margin-bottom: 20px;
	}
}

.new_tos_popup {
	display: none;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background: #4a4a4a99;
    z-index: 9999;
    right: 0;
    bottom: 0;
}
.new_tos_popup #close_popup {
	position: absolute;
    top: 5px;
    right: 10px;
    font-size: 35px;
    color: #2c508c;
}

.new_tos_popup .new_tos_popup_wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.new_tos_popup .new_tos_popup_wrapper .newsletter-container {
	color: #2b3990;
    width: 500px;
    padding: 40px;
    border: 1px solid;
    border-radius: 10px;
    background: #fff;
    position: relative;
}