/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

/*Typography - GoogleFonts*/

.clearfix {
	*zoom: 1;
  }
  ::-moz-selection, ::-webkit-selection { /* Code for Firefox */
	  color: #FFFFFF;
	  background: #28324d;
  }
  
  ::selection {
	  color: #FFFFFF; 
	  background: #28324d;
  }
  .clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
  }
  
  .clearfix:after {
	clear: both;
  }
  
  .left {
	float: left;
  }
  
  .right {
	float: right;
  }
  
  :focus {
	outline: none;
  }
  button:focus{
	  outline:0;
  }
  
  b, strong{
	  font-weight: bold!important;
  }
  ol, ul > li{
	/*list-style: none;*/
	margin: 0;
	padding: 0;
  }
  body{
	  font-family: 'Manrope', sans-serif;
  }
  ol {
    margin: 0px 0px 20px 0px;
}
  ol > li{
	  list-style:decimal;
  }
  ul > li, ol > li {
	  color: #6A6A6A;
	  font-family: 'Manrope', sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 16px;
	 line-height: 25px;
  }
  
  em{
	  font-style: italic!important;
  }
  
  body *{
	  font-smoothing: antialiased;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
	color: #273D85;
	  font-family: 'Manrope', sans-serif;
	  font-weight: 600;
	  font-style: normal;
  }
/*h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 68px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 32px;
	line-height: 42px;
}

h4 {
	font-size: 28px;
	line-height:38px;
}
h5 {
	font-size: 22px;
	line-height:32px;
}
h6 {
	font-size: 20px;
	line-height:28px;
}*/
  p {
	  font-family: 'Manrope', sans-serif;
	  color: #8A7C8C;
		font-size: 16px;
		line-height: 25px;
		margin: 0px 0px 20px 0px;
  }
  
  p:last-child{
	  margin-bottom: 0px;
  }
  a, a:hover{
	  text-decoration:none;
	  outline:none!important;
	  color:#4BBBC5;
  }
  section ul, section ol{
	  padding-left: 14px;
  }
  section ul > li{
	  list-style: disc;
	  list-style-position: outside;
  }
  body{
	  overflow-x:hidden;
  }
  
  /*Select*/
  select.bs-select-hidden,
  .bootstrap-select > select.bs-select-hidden,
  select.selectpicker {
	display: none !important;
  }
  .bootstrap-select {
	width: 220px \0;
	/*IE9 and below*/
	vertical-align: middle;
  }
  .bootstrap-select > .dropdown-toggle {
	position: relative;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
			padding:0px 10px 0px 12px!important;
  }
  .bootstrap-select > .dropdown-toggle:after {
	margin-top: -1px;
  }
  .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #999;
  }
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
	color: rgba(255, 255, 255, 0.5);
  }
  .bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: none !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
	z-index: 0 !important;
  }
  .bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2 !important;
  }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
	border-color: #b94a48;
  }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
	border-color: #28a745;
  }
  .bootstrap-select.fit-width {
	width: auto !important;
  }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
  }
  .bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
  }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
  }
  .bootstrap-select.form-control.input-group-btn {
	float: none;
	z-index: auto;
  }
  .form-inline .bootstrap-select,
  .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
	width: auto;
  }
  .bootstrap-select:not(.input-group-btn),
  .bootstrap-select[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
  }
  .bootstrap-select.dropdown-menu-right,
  .bootstrap-select[class*="col-"].dropdown-menu-right,
  .row .bootstrap-select[class*="col-"].dropdown-menu-right {
	float: right;
  }
  .form-inline .bootstrap-select,
  .form-horizontal .bootstrap-select,
  .form-group .bootstrap-select {
	margin-bottom: 0;
  }
  .form-group-lg .bootstrap-select.form-control,
  .form-group-sm .bootstrap-select.form-control {
	padding: 0;
  }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
  }
  .bootstrap-select.form-control-sm .dropdown-toggle,
  .bootstrap-select.form-control-lg .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
  }
  .bootstrap-select.form-control-sm .dropdown-toggle {
	padding: 0.25rem 0.5rem;
  }
  .bootstrap-select.form-control-lg .dropdown-toggle {
	padding: 0.5rem 1rem;
  }
  .form-inline .bootstrap-select .form-control {
	width: 100%;
  }
  .bootstrap-select.disabled,
  .bootstrap-select > .disabled {
	cursor: not-allowed;
  }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
	outline: none !important;
  }
  .bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	padding: 0 !important;
  }
  .bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060;
  }
  .bootstrap-select .dropdown-toggle .filter-option {
	position: static;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
			flex: 0 1 auto;
  }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: inherit;
  }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	padding-top: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	float: none;
  }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
	padding-right: inherit;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	  line-height: 38px;
	  padding-right: 25px;
	  color:#8A7C8C;
	  font-size: 16px;
  }
  .bootstrap-select .dropdown-toggle .filter-expand {
	width: 0 !important;
	float: left;
	opacity: 0 !important;
	overflow: hidden;
  }
  .bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
  }
  .input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit;
  }
  .bootstrap-select[class*="col-"] .dropdown-toggle {
	width: 100%;
  }
  .bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
  }
  .bootstrap-select .dropdown-menu > .inner:focus {
	outline: none !important;
  }
  .bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
  }
  .bootstrap-select .dropdown-menu li {
	position: relative;
  }
  .bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, 0.5) !important;
  }
  .bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed;
  }
  .bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  .bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
  }
  .bootstrap-select .dropdown-menu li a span.check-mark {
	display: none;
  }
  .bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
  }
  .bootstrap-select .dropdown-menu li small {
	padding-left: 0.5em;
  }
  .bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
  }
  .bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
  }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0;
	width: auto;
  }
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
  .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline;
  }
  .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
	content: '\00a0';
  }
  .bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
  }
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px;
  }
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
  }
  .bootstrap-select .bs-ok-default:after {
	content: '';
	display: block;
	width: 0.5em;
	height: 1em;
	border-style: solid;
	border-width: 0 0.26em 0.26em 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
	z-index: 1061;
  }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
  }
  .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
  }
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
  }
  .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid white;
	border-bottom: 0;
  }
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto;
  }
  .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto;
  }
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
  .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
  .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
	display: block;
  }
  .bs-searchbox,
  .bs-actionsbox,
  .bs-donebutton {
	padding: 4px 8px;
  }
  .bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
  }
  .bs-actionsbox .btn-group button {
	width: 50%;
  }
  .bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
  }
  .bs-donebutton .btn-group button {
	width: 100%;
  }
  .bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
  }
  .bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
  }
  .bootstrap-select > .dropdown-toggle{
	  width: 100%;
  }
  
  /*-select end-*/
  .select-wrap .dropdown-toggle{
	  background: #FFFFFF;
	  border: 1px solid #4bbbc6!important;
	  border-radius: 0px;
	  height:46px;
	  display: flex;
	  align-items: center;
	  padding:0px 20px;
	  outline:none!important;
	  box-shadow: none;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
		font-weight: bold;
		font-style: normal;
	  font-size: 11px;
	  color: #4BBBC5;
	  text-transform: uppercase;
	  height:44px;
	  display: flex;
	  align-items: center;
  }
  .bootstrap-select .dropdown-toggle::after{
	  border:none;
	  width:14px;
	  height:14px;
	  background:url(../images/icons/ico-select-arw.svg) no-repeat center;
  }
  .bootstrap-select > .dropdown-menu{
	  width: calc(100% - 20px);
	  margin: 0px 10px;
	  min-width: 0px;
	  background: #FAFAFA 0% 0% no-repeat padding-box;
	  box-shadow: 4px 6px 13px #0000001C;
	  border:none;
	  padding:0px;
  }
  .bootstrap-select > .dropdown-menu .dropdown-item{
	  color: #464646;
	  font-size:14px;
	  background: #FAFAFA;
	  padding:7px 16px;
	  line-height: normal;
	  transition:all 0.3s ease;
  }
  .bootstrap-select > .dropdown-menu .dropdown-item:hover{
	  background:#faf2cf;
  }
  .select-wrap{
	  position: relative;
  }
  .select-wrap select{
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #4BBBC5;
	text-transform: uppercase;
	height:44px;
	display: flex;
	align-items: center;
	border:solid 1px #4BBBC5;
	border-radius: 0px;
	min-width: 200px;
	padding-left:12px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.select-wrap:after{
	content: '';
    border: none;
    width: 22px;
    height: 14px;
    background: url(../images/icons/ico-select-arw.svg) no-repeat left#fff;
    position: absolute;
    right: 4px;
    top: 16px;
    background-size: 16px;
}
#eventForm .select-wrap select{
min-width: 170px;
}
  

  .container{
	  max-width:1186px;
  }
  
  section{
	  width:100%;
	  float: left;
  }
  
  /*custom*/
  #site-wrapper{
	  position: relative;
	  overflow: hidden;
	  width:100%;
	  float: left;
	  padding-top:206px;
  }
  nav .top-nav{
	  float:left;
	  width:100%;
	  height:46px;
	  right: -5vw;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
  }
  nav .top-nav:after{
	  content:'';
	  height:1px;
	  width:120vw;
	  left:-50%;
	  right:-50%;
	  margin:auto;
	  background:#efefef;
	  position: absolute;
	  bottom:0px;
  }
  nav .top-nav ul{
	  margin:0px;
	  padding:0px;
  }
  nav .top-nav ul > li{
	  list-style: none;
	  float:left;
	  margin:0px 0px 0px 18px;
  } 
  nav .top-nav ul > li a{
	font-weight: 500;
	font-size: 12px;
	line-height: 11px;
	letter-spacing: 0.04em;
	color: #5D6D82;
	display: flex;
	align-items: center;
  }
  nav .top-nav ul > li i{
	  margin-right:6px;
  }
  .primary-nav-wrap{
	  float:left;
	  width:100%;
	  height:162px;
	  padding:60px 0px;
  }
  nav{
	float:left;
	width:100%;
	height:206px;
	position: absolute;
	transition:0.3s ease;
	left:0px;
	top:0px;
  }
  nav.affix{
  	background: #fff;
  }
  nav h1.logo{
	  margin:0px;
	  width:258px;
	  height:44px;
	  float:left;
  }
  nav h1.logo img{
	  float:left;
	  max-width: 100%;
  }
  nav .nav-right{
	  float:right;
	  display: flex;
	  align-items: center;
  }
  nav .nav-right ul.site-nav{
	  margin:0px;
	  display:flex;
	  padding:0px;
  }
  nav .nav-right ul.site-nav > li{
	  list-style: none;
	  /*margin-right:36px;*/
	  margin-right:25px;
  }
  nav .nav-right ul.site-nav > li a{
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.03em;
	color: #4BBBC5;
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
  }
  nav .nav-right ul.site-nav > li.active a{
	  border-bottom: solid 1px #4BBBC5;
  }
  nav .serch-homebtn{
	  display: flex;
  }
  nav .site-search{
	  width:42px;
	  height:42px;
	  background:#F4F4F4;
	  border-radius:42px;
	  position: relative;
	  overflow: hidden;
	  transition:all 0.3s ease;
  }
  nav .site-search .search-trigger{
	width:42px;
	height:42px;
	background:#F4F4F4;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
	z-index: 3;
  }
  nav .site-search.active{
	  width:200px;
	  display:flex;
	  align-items: center;
  }
  nav .site-search.active i{
	  display:none;
  }
  nav .site-search input[type="text"]{
	border:none;
	background:none;
	color:#5d6e82;
	padding:0px 15px;
	font-size:15px;
	width:90%;
	opacity: 0;
	transition:all 0.3s ease;
  }
  nav .site-search.active input[type="text"]{
	  opacity:1;
  }
  nav .site-search input[type="submit"]{
	width:42px;
	height:42px;
	background:url(../images/icons/ico-search.svg)no-repeat center #F4F4F4;
	border:none;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 1;
  }

  .gotohome{
	  display: flex;
	width: 42px;
	height: 42px;
	background: #F4F4F4;
	border-radius: 42px;
	position: relative;
	overflow: hidden;
	margin-left:20px;
	transition: all 0.3s ease;
  }
  .gotohome a{
	width: 100%;
	height: 100%;
	display: flex;
	background:url(../images/icons/home.svg)no-repeat center;
	background-size: 22px;
  }
 
  

  nav.affix{
	position: fixed;
	left:0px;
	top:-46px;
	z-index: 99;
	transition:all 0.3s ease;
	height:122px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  }
  nav.affix .primary-nav-wrap {
    float: left;
    width: 100%;
    height: 76px;
    padding: 15px 0px;
	transition:all 0.3s ease;
}
	nav.affix  .nav-right ul.site-nav{
	margin-top: 5px;
	}

  figure.landing{
	float:left;
	width:100%;
	min-height: calc(100vh - 206px);
	display:flex;
	align-items: center;
	position: relative;
	padding: 50px 0px 120px 0px;
	margin: 0;
	padding-top: 0px;
  }
  figure.landing .shade{
	  position: absolute;
	  top:-11vw;
	  left:0px;
	  z-index: -1;
	  left:-40%;
	  right:-50%;
	  margin:auto;
	  width:100%;
	  text-align: center;
  }
  .shade img{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
  }
  figure.landing h2{
	font-style: normal;
	font-weight: 300;
	font-size: 68px;
	line-height: 84px;
	letter-spacing: -0.045em;
	color: #273D85;
	margin:0px 0px 30px 0px;
	/*margin:0px 0px 85px 0px;*/
  }
  figure.landing h2 span{
	  color:#4bbbc6;
  }
  figure.landing .scroll-btn{
	display: inline-block;
	padding-left: 270px;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #273D85;
  } 
  figure.landing .scroll-btn:before{
	  content:'';
	  width: 220px;
	height: 1px;
	background: #2299c3;
	position: absolute;
	left:0px;
	top:8px;
  }
  figure.landing .scroll-btn:after{
	content:'';
	width: 5px;
  height: 5px;
  background: #2299c3;
  position: absolute;
  left:245px;
  top:6px;
  border-radius: 100%;
}
.highlighted-article{
	float:right;
	max-width: 378px;
	width:100%;
	position: relative;
	right: -5vw;
}
.highlighted-article h6{
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	color: #5D6D82;
	display: block;
	margin-bottom: 6px;
}
.highlighted-article .highlighted-wrap{
	display:flex;
	align-items: center;
	background:#46b1bb;
	border-bottom:solid 1px #fff;
	overflow: hidden;
}
.highlighted-article .highlighted-wrap .hl-desc{
	padding:18px 22px;
	width:75%;
	background: #4BBBC5;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.highlighted-article .highlighted-wrap .hl-desc p{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:0px;
}
.highlighted-article .highlighted-wrap .hl-img{
	background:#46b1bb;
	padding:16px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.highlighted-article .highlighted-wrap .hl-img span{
	width:66px;
	height:66px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-size:cover;
	border-radius: 100%;
}
.highlighted-wrap.swiper-slide > div{
	opacity:0;
	transition:all 0.5s ease;
	position: relative;
	top:50px;
}
.highlighted-wrap.swiper-slide.swiper-slide-active > div{
	opacity:1;
	top:0px;
}
.col-md-9.hero-text{
	/*padding-top: 50px;*/
	padding-top: 0;
}
section{
	float:left;
	width:100%;
}
#landing-slider{
	min-height: 100vh;
}
#landing-slider .swiper-slide{
	width:100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
#landing-slider .swiper-slide .swipe-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	transition:all 1s ease;
	width:50vw;
	position: absolute;
	left:0px;
	top:100%;
	z-index: -1;
	opacity: 0;
}
#landing-slider .swiper-slide.swiper-slide-active .swipe-img{
	top:0px;
	opacity: 1;
}
#landing-slider .swipe-desc .title-wrap h2{
	line-height: 100px;
	opacity:0;
	position: relative;
	top:100px;
	transition:all 0.8s ease;
}
#landing-slider .swiper-slide.swiper-slide-active .swipe-desc .title-wrap h2{
	line-height: 68px;
	opacity:1;
	top:0px;
}
#landing-slider .swipe-desc{
	background: #F6F9FB;
	float:right;
	max-width:660px;
	padding:100px;
	min-height: 700px;
	display: flex;
	align-items: center;
}
.title-wrap{
	float:left;
	width:100%;
	margin-bottom: 60px;
}
section .title-wrap h2{
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 68px;
	color: #273D85;
}
#landing-slider .swipe-desc .title-wrap h2{
	margin-bottom: 35px;
}
.title-wrap h2 span, .our-products span{
	color:#4bbbc6;
}
.btn-more, a.btn-more{
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #4BBBC5;
	display: inline-block;
	padding-right:30px;
	position: relative;
}
.btn-more:after{
	content:'';
	position: absolute;
	right:0px;
	top:0px;
	width:18px;
	height:18px;
	background:url(../images/icons/ico-arrow-right.svg) no-repeat center;
}
.swiper-button-next{
	width: 56px;
	height: 56px;
	background:url(../images/icons/ico-arrow-right-wh.svg) no-repeat center #4BBBC5;
	border-radius: 100%;
	right:calc(50% + 50px);
	transition: all 0.3s ease;
}
.swiper-button-prev{
	width: 56px;
	height: 56px;
	background:url(../images/icons/ico-arrow-right-wh.svg) no-repeat center #4BBBC5;
	border-radius: 100%;
	transform:rotate(-180deg);
	left:calc(50% - 106px);
	position: absolute;
	top: calc(50% - 70px);
	transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after{
	content:none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity:0;
}
.swiper-pagination .swiper-pagination-bullet{
    height: 1px;
    width: 28px;
    text-indent: -73px;
	margin:0px!important;
	background:#ebebeb;
	line-height: 0px!important;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: transparent;
	opacity:1!important;

}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#4BBBC5;
}
.swiper-pagination .swiper-pagination-bullet:first-child{
	color: #4BBBC5;
}
.swiper-pagination .swiper-pagination-bullet:last-child{
	text-indent: 45px;
	color: #4BBBC5;
}
.swiper-pagination{
	padding-left: 12%;
	bottom:7%!important;
}
.mb-230{
	margin-bottom: 200px;
}
.landing-dual-banner{
	position: relative;
	width:100%;
}
.landing-activities{
	padding-bottom: 30px;
}
.landing-dual-banner:before{
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width:58%;
	height:100%;
	background: #F6F9FB;
	z-index: -2;
	pointer-events: none;
}
.landing-banner .intro-img{
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 40vh;
	margin-bottom: -170px;
}
.landing-banner .intro-content{
	padding:110px 72px;
	background:#fff;
}
.landing-banner .intro-content .row{
	align-items: flex-end;
}
.text-right{
	text-align: right;
}
.swiper-carousel-wrap{
	float:left;
	width:calc(60vw);
	margin-left:100px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
.swiper-carousel-wrap .swiper-slide a{
	display: block;
	border: 1px solid #E9E9E9;
	background: #FFFFFF;
}
.swiper-carousel-wrap .swiper-slide .car-desc:after{
	content:'';
	position: absolute;
	left:30px;
	bottom:30px;
	height:18px;
	width:0px;
	background:url(../images/icons/ico-arrow-right.svg) no-repeat right center;
	transition:all 0.3s ease;
}
.swiper-carousel-wrap .swiper-slide:hover .car-desc:after{
	left:30px;
	width:18px;
}
.swiper-carousel-wrap .swiper-slide .car-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
	height:225px;
}
.swiper-carousel-wrap .swiper-slide .car-desc{
	width:100%;
	padding:24px 30px 24px 30px;
	padding-bottom: 80px;
	position: relative;
}
.swiper-carousel-wrap .swiper-slide .car-desc .title{
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #273D85;
}
.swiper-carousel-wrap .swiper-button-next {
    width: 68px;
    height: 68px;
    right: calc(30% - -12px);
    top: 180px;
	transition:all 0.4s ease;
}
.swiper-carousel-wrap .swiper-button-prev {
    width: 68px;
    height: 68px;
    right: calc(30% - -12px);
    top: 100px;
	left:auto;
	transition:all 0.4s ease;
}
.swiper-carousel-wrap .swiper-pagination{
	text-align: left;
	bottom:0px!important;
	padding-left: 26px;
}
.swiper-carousel-wrap .swiper-pagination .swiper-pagination-bullet:first-child{
	text-indent: -22px;;
}
.landing-activities .title-wrap{
	max-width: 360px;
}
.landing-activities .row{
	clear: both;
}
ul.activities-list{
	margin:0px;
	padding:0px;
}
ul.activities-list > li{
	margin:0px;
	padding:0px;
	list-style: none;
	padding:76px 50px 50px 40px;
	background:#fff;
	width:100%;
	margin-bottom: 26px;
}

ul.activities-list.list-event > li{
	background:#4bbbc5;
	color:#fff;
}
ul.activities-list > li .item-cat{
	display: block;
	position: relative;
	padding-left:40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #4BBBC5;
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 0px 20px 0px;
}
ul.activities-list > li .item-cat.cat-news{
	background-image:url(../images/icons/ico-news.svg);
}
ul.activities-list > li .item-cat.cat-event{
	background-image:url(../images/icons/ico-event.svg);
	color:#fff;
}
ul.activities-list > li .item-link{
	display: block;
	width:100%;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -0.04em;
	color: #273D85;
	padding-bottom: 70px;
	position: relative;
}
ul.activities-list > li .item-date{
	float: right;
	text-align: right;
	font-size: 16px;
	line-height: 22px;

	color: #FFFFFF;
}
ul.activities-list > li .cat-news-date{
	color: #4BBBC5;
}
ul.activities-list > li .item-link:after{
	content:'';
	position: absolute;
	left:0px;
	bottom:0px;
	transition:all 0.3s ease;
	height:18px;
	width:0px;
	background:url(../images/icons/ico-arrow-right.svg) no-repeat right center;
}
ul.activities-list > li:hover .item-link:after{
	width:18px;
}
ul.activities-list.list-event > li{
	background:#4bbbc5;
	color:#fff;
}
ul.activities-list.list-event > li .item-link{
	color:#fff;
}
ul.activities-list.list-event > li .item-link:after{
	background:url(../images/icons/arrow-right.svg) no-repeat center;
}
ul.activities-list + .btn-more{
	font-size:12px;
	padding-right: 40px;
}
footer{
	border-top:solid 1px #F1F1F1;
	width:100%;
	float:left;
}
.ft-logo-col{
	border-right:solid 1px #F1F1F1;
	display: flex;
	align-items: center;
}
footer .ft-logo-col{
	width:calc(33.3333333333% - 55px);
}
.ft-logo-col .ft-logo{
	max-width: 190px;
	display: block;
}
.ft-logo-col .ft-logo img{
	max-width: 100%;
}
.ft-con-col{
	display: flex;
	align-items: center;
	padding-left: 100px;
}
.ft-con-col > .ft-wrap{
	/*max-width: 540px;*/
	max-width: 570px;
	width:100%;
}
.ft-con-col .row{
	padding-top: 45px;
	padding-bottom: 35px;
}
.ft-con-col .base-row{
	position: relative;
	padding-top:24px;
	padding-bottom:24px;
	font-size: 12px;
	line-height: 18px;
color: #B3B7C5;
}
.ft-con-col .base-row .col-md-7{
	padding-right: 0;
}
.ft-con-col .base-row a{
	font-size: 12px;
	line-height: 18px;
	color: #B3B7C5;
	margin: 0 10px;
	position: relative;
}
.ft-con-col .base-row a{
	margin-left: 20px;
}
.ft-con-col .base-row a::after{
	content:'|';
	position: absolute;
	/*width: 1px;
	height: 10px;*/
	font-size: 12px;
	line-height: 18px;
	left: -13px;
	top: 0px;
	color: #B3B7C5;
	pointer-events: none;
}
.ft-con-col .base-row a + a {
    margin-right: 0;
	margin-left: 10px;
}
.ft-con-col .base-row:before{
	content:'';
	position: absolute;
	left:-88px;
	top:0px;
	width:100vw;
	height:1px;
	background:#F1F1F1;
}
footer .ft-links{
	margin:0px;
	width:100%;
	padding:0px;
}
footer .ft-links > li{
	list-style: none;
	margin:0px 0px 2px 0px;
	width:100%;
}
footer .ft-links > li a, footer label{
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #273D85;
	text-transform: uppercase;
}
footer a, footer a:hover{
	color: #273D85;
	font-size: 12px;
}
footer .ft-social-links{
	margin:20px 0px 0px;
	width:100%;
	padding:0px;
}
footer .ft-social-links > li{
	list-style: none;
	margin:0px 6px 0px 0px;
	float:left;
}
footer .ft-social-links > li img{
	max-width: 23px;
}
footer .container{
	position: relative;
}
footer p{
	font-weight: normal;
font-size: 12px;
line-height: 18px;color: #B3B7C5;
max-width: 170px;
margin:10px 0px;
}
footer .scrollup{
	width:30px;
	height:30px;
	background: url(../images/icons/ico-arrow-up.svg) no-repeat center #4BBBC5;
	position: absolute;
	opacity: 0;
	position: fixed;
	top:100vh;
	transition:all 0.4s ease;
	right:12vw;
}
footer .scrollup.affix{
	position: fixed;
	top:85vh;
	right:auto;
	right:12vw;
	margin:auto;
	z-index: 99;
	opacity:1;
}

.solutions-page .container{
	position:relative;
}
.solutions-page .scrolldown {
    width: 30px;
	height: 30px;
	background: url(../images/icons/ico-arrow-up.svg) no-repeat center #4BBBC5;
	position: absolute;
	opacity: 1;
	top: 40px;
	right: 10px;
	transition: all 0.4s ease;

	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Inner*/

section.inner{
	float:left;
	width:100%;
	margin-bottom: 100px;
}
.page-meta{
	float:left;
	width:100%;
	padding:15px 0px 30px 0px;
}
.page-meta .linear-title{
	float:left;
	width:100%;
	line-height: 100%;
	position: relative;
}
.page-meta .linear-title:before{
	content:'';
	position: absolute;
	left:0px;
	top:10px;
	width:100%;
	background:#f0f0f0;
	height:1px;
	z-index: -1;
}
.page-meta .linear-title span{
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #5D6D82;
	background:#fff;
	padding-right:20px;
}
.page-filter{
	float:left;
	width:100%;
	margin-top: 50px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.news-events-wrap{
	float:left;
	width:100%;
	position: relative;
}
.page-filter ul.filter-list{
	padding:0px;
	margin:0px;
	display: inline-block;
}
.page-filter ul.filter-list > li{
	float:left;
	margin:0px 12px 0px 0px;
	list-style: none;
}
.page-filter ul.filter-list > li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height:46px;
	border: 1px solid #D2D2D2;
	font-size: 11px;
	text-transform: uppercase;
	color: #D9D9D9;
	text-decoration: none;
	border-radius: 60px;
	padding:10px 28px;
	transition:all 0.3s ease;
}
.page-filter ul.filter-list > li a i{
	display: flex;
	width:20px;
	height:20px;
	margin-right:10px;
	margin-left:-10px
}
.page-filter ul.filter-list > li a.nav-event i,
.page-filter ul.filter-list > li a.nav-events i{
	background:url(../images/icons/ico-gr-events.svg) no-repeat center;
	background-size:20px;
}
.page-filter ul.filter-list > li a.nav-news i{
	background:url(../images/icons/ico-gr-news.svg) no-repeat center;
	background-size:15px;
}
.page-filter ul.filter-list > li a.active{
	border:1px solid #4BBBC5;
	color: #4BBBC5;
}
.page-filter ul.filter-list > li a:hover{
	border:1px solid #4BBBC5;
}
.page-filter ul.filter-list > li a.nav-event.active i,
.page-filter ul.filter-list > li a.nav-events.active i{
	background:url(../images/icons/ico-col-events.svg) no-repeat center;
	background-size:20px;
}
.page-filter ul.filter-list > li a.nav-news.active i{
	background:url(../images/icons/ico-col-news.svg) no-repeat center;
	background-size:15px;
}
.page-filter .select-wrap{
	position: relative;
	margin-left:20px;
}
.page-filter .search-wrap{
	position: relative;
	margin-left:20px;
}
.page-filter .search-wrap input{
	border:solid 1px #5d6e82;
	border-radius: 0px;
	width:100%;
	min-width: 200px;
	padding:10px 12px;
	height:46px;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #5D6D82;
	font-size: 11px;
}
.page-filter .search-wrap input::placeholder{
	font-weight: bold;
	color: #5D6D82;
	font-size: 11px;
}
ul.news-events-listing{
	margin:0px;
	padding:0px;
	width:100%;
}
ul.news-events-listing > li{
	margin:0px;
	padding: 0px;
	list-style: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border-bottom: solid 1px #d9d9d9;*/
	width:100%;
	position: relative;
}
ul.news-events-listing > li.no_item{
	border-top: solid 1px #d9d9d9;
    color: #ccc;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    text-align: center;
}
ul.news-events-listing > li.no_item:before{
	content:none;
}
ul.news-events-listing > li:before{
	content:'';
	pointer-events: none;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fff;
	z-index: 0;
	transition:all 0.3s ease;
}
ul.news-events-listing > li::after{
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:1px;
	background:#d9d9d9;
	z-index: 0;
	position: absolute;
}
ul.news-events-listing > li a.nelink{
	display:flex;
	align-items: flex-start;
	padding:50px 0px;
	position: relative;
	z-index: 1;
	transition:all 0.3s ease;
}
ul.news-events-listing > li .item-cat{
	width:120px;
	padding-right:30px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #4BBBC5;
	margin-top: 6px;
}
ul.news-events-listing > li .item-cat i{
	margin-right:13px;
}
ul.news-events-listing > li .item-cat img{
	max-height: 20px;
}
ul.news-events-listing > li .item-dt{
	width:120px;
	padding-right:30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;

	color: #4BBBC5;
	text-align: right;
}
.com_events ul.news-events-listing > li .item-dt{
	padding-right:0;
}
ul.news-events-listing > li .item-desc{
	width:80%;
	padding-right:150px;
	position: relative;
}
ul.news-events-listing > li .item-desc h4{
	font-size: 28px;
	color: #273D85;
	margin-bottom: 18px;
	font-weight: 500;
	transition:all 0.3s ease;
}
ul.news-events-listing > li .item-desc p{
	font-size: 16px;
	line-height: 28px;
	color: #5D6D82;
	margin:0px;
}
ul.news-events-listing > li:hover a.nelink h4{
	color:#fff;
}
ul.news-events-listing > li:hover .item-dt,
ul.news-events-listing > li:hover .item-cat,
ul.news-events-listing > li:hover .item-desc p{
	opacity:0;
	transition:all 0.3s ease;
}

ul.news-events-listing > li:hover:before{
	background:rgba(0,0,0,0.5);
}
ul.news-events-listing > li:hover a.nelink{
	padding:60px 0px;
}
ul.news-events-listing > li:hover .nelink .item-desc:after{
	content:'';
	position: absolute;
	right:60px;
	top:calc(50% - 30px);
	width: 56px;
	height: 56px;
	background: url(../images/icons/ico-arrow-right-wh.svg) no-repeat center #4BBBC5;
	border-radius: 100%;
}
.pagination{
	width:100%;
	text-align: center;
	margin:60px 0px 0px 0px;
}
.pagination ul{
	display: inline-block;
	text-align: center;
	margin:0px;
	width:100%;
}
.pagination ul > li{
	display: inline-block;
	margin:0px 6px;
	list-style: none;
}
.pagination ul > li.current span.current{
	color: #4BBBC5;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.pagination ul > li a{
	font-size: 16px;
	line-height: 22px;
	color: #5D6D82;
	font-weight: bold;
}
.pagination ul > li.current a, .pagination ul > li.active a{
	color: #4BBBC5;
}

.backto-btn{
	font-size: 12px;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 0;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #4BBBC5;
	display: inline-block;
	position: relative;
}
.backto-btn::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icons/ico-arrow-left.svg) no-repeat center;
}
.detailspage-banner{
	width: 100vw;
	height: 370px;
	margin:50px 0 80px;
}
.detailspage-banner figure{
	float: left;
	width: 100vw;
	height: 370px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
}
.details-meta{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}
.details-meta .item-cat{
	width:43%;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4BBBC5;
}
.details-meta .item-cat a{
	color: #4BBBC5;
}
.details-meta .item-cat i{
	margin-right: 15px;
	float: left;
    margin-top: -4px;
}
.details-meta .item-dt{
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4BBBC5;
	font-weight: 600;
}

p a {
    color: #4BBBC5;
}

.inner ul li::marker {
    color: #4BBBC5;
}

.details-wrap{
	display: flex;
	width: 100%;
}
.details-infowrap{
	padding-right: 50px;
}
.details-wrap h2{
	font-weight: 400;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.03em;
	color: #4BBBC5;
}
.details-wrap h3{
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #273D85;
	margin-bottom: 25px;
	margin-top: 5px;
}
.practical-info-wrap{
	float: left;
	width: 100%;
	max-width: 380px;
	padding: 23px;
	overflow: hidden;
	border: 1px solid #F0F0F0;
}
.practical-info-wrap.newsinfo{
	min-height: 240px;
}
.details-infowrap h2{
	margin-bottom:60px;
}
.practical-info-wrap h3{
	color: #E9E9E9;
}

.details-contwrap p{
	color: #5d6d82;
}

.details-contwrap p + h3, .details-contwrap ul + h3{
	margin-top:40px;
}
.details-contwrap{
	padding-right:25px;
	padding-left:20px;
}
.details-contwrap ul{
	margin: 0px 0px 20px 0px;
}
.details-contwrap ul li{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #5D6D82;
}

.practical-info{
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.practical-info .infowrap{
	float: left;
	width: 100%;
	margin-bottom:15px;
}
.practical-info .infowrap label{
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 34px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #273D85;
	font-family: 'Manrope', sans-serif;
}
.practical-info .infowrap span{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #4BBBC5;
	font-family: 'Manrope', sans-serif;
}

.practical-info .register-btn, .register-btn-wrap .register-btn, .register-btn-wrap .btn-cancel{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:47px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #4BBBC5;
	border-radius: 60px;
	border: 1px solid #4BBBC5;
	margin-bottom: 40px;
}
.register-wrap{
	float: left;
	width: 100%;
}
.practical-info .infowrap + .register-wrap{
	margin-top:25px;
}
.practical-info .mailtowrap{
	float: left;
	width: 100%;
	margin: 0;
	padding:0;
}
.practical-info .mailtowrap li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
.practical-info .mailtowrap li:last-child{
	margin-right: 0px;
}
ul.mailtowrap img {
    max-width: 33px;
    image-rendering: -webkit-optimize-contrast;
}

.downloadwrap{
	float: left;
	width: 100%;
	position: relative;
}
.eventdownloads{
	padding: 45px 0 20px;
}
.eventdownloads::before{
	content: '';
	width:calc(100% + 50%);
	height:1px;
	position: absolute;
	background: #F0F0F0;
	top: 0;
	left:-20%;
}
.download-list {
	float: left;
	width: 100%;
	margin: 0;
	padding:0;
}

.download-list li{
	float: left;
	width: 100%;
	list-style: none;
}
.download-list a {
    font-weight: 600;
    font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #4BBBC5;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.download-list a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: url(../images/icons/ico-arrow-right.svg) no-repeat center;
	background-size: 12px;
}
.download-list a i{
	margin-right:22px;
}

.com_solutions .secondary-bg-block .col-md-7 img{
	max-width: 100%;
}

/*-popup-*/
.modal-backdrop.show {
    opacity: 1;
    background: rgba(75, 187, 197, 0.8);
}
.modal-dialog{
	max-width: 1155px;
	margin-top: 12vh;
}
.modal-content{
	border: 0;
	border-radius: 0;
}
.modal-body{
	padding: 100px;
}
.popuphead{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popuphead span{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4BBBC5;
	font-family: 'Manrope', sans-serif;
}
.popuphead button{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 47px;
    font-weight: bold;
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4BBBC5;
    border-radius: 60px;
	padding: 0;
	opacity: 1;
    border: 1px solid #4BBBC5;
	font-weight: 500;
	outline: none;
	box-shadow:none;
}
.popup-contwrap{
	margin-top: 40px;
	float:left;
	width: 100%;
}
.popuptitle-wrap{
	float: left;
	width: 100%;
	padding-bottom:40px ;
	margin-bottom:60px;
	border-bottom: 1px solid #F1F1F1;
}
.popuptitle-wrap h2{
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 54px;
	color: #4BBBC5;
}

.program-section-wrap{
	float: left;
	width: 100%;
}

.program-wrap{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.program-wrap h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #273D85;
	margin-bottom:20px;
}

.input-field-wrap{
	float: left;
	width: 100%;
	margin-top: 20px;
}


/*--checkbox--*/

.checkbox-wrap{
	width: 100%;
	float: left;
	position: relative;
	line-height: 100%;
	margin-bottom: 10px;
}
.input-field-wrap .checkbox-wrap:last-child{
	margin-bottom: 30px;
}
.input-field-wrap .checkbox-wrap + span{
	display: inline-block;
	margin-top: 30px;
	width:100%;
}
.checkbox-wrap > label{

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #5D6D82;
	padding-left:40px;
	font-family: 'Manrope', sans-serif;
}
.sbscrb-newsletr label{
	font-size: 10px;
}
.checkbox-wrap > label a{
	color: #333333;
	font-weight: 400;
	text-decoration: underline;
}
.checkbox-wrap input[type="checkbox"] + label::before, .checkbox-wrap input[type="checkbox"] + label.error + label::before {
    content: "";
    display: inline-block;
    height:25px;
    width: 25px;
    margin-right:5px;
    position: absolute;
    top:2px;
    left: 0;
	cursor: pointer;
	border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.checkbox-wrap input[type="checkbox"] + label.error + label::before {
	-webkit-box-shadow:inset 0px 0px 0px 1px #F44336;
	-moz-box-shadow:inset 0px 0px 0px 1px #F44336;
	box-shadow:inset 0px 0px 0px 1px #F44336;
}
.checkbox-wrap input.error + label::before{
	border: 1px solid red;
}
.checkbox-wrap input[type="checkbox"] {
    height: 25px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 25px;
	z-index: 2;
	top: 2px;
	cursor: pointer;
}
.checkbox-wrap input[type="checkbox"]:checked + label::before,
.checkbox-wrap input[type="checkbox"]:checked + label.error + label::before{
    content: "";
    background: url(../images/icons/tick.svg) no-repeat center;
	background-size: 15px;
}

.checkbox-wrap.privacypolicy{
	margin-top: 0px;
	margin-bottom: 15px!important;
}
.checkbox-wrap.privacypolicy  input[type="checkbox"] + label::before, .checkbox-wrap.privacypolicy  input[type="checkbox"] + label.error + label::before {
	border: 1px solid #4BBBC5;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 0;
}
.checkbox-wrap.privacypolicy  input[type="checkbox"].error + label::before{
	border-color:#E74040;
	background:#FFF9F9;
}	
.checkbox-wrap.privacypolicy input[type="checkbox"]:checked + label::before, .checkbox-wrap.privacypolicy input[type="checkbox"]:checked + label.error + label::before {
	border: 5px solid #4BBBC5;
	background:none;
}

/*--checkbox end--*/

.two-colum{
	display: flex;
	flex-wrap: wrap;
}
.input-field {
	width: 100%;
	float: left;
}
.two-colum .input-field {
	float: none;
	width:50%;
}
.input-field input {
    border: 1px solid #4BBBC5;
    border-radius: 0px;
    width: 100%;
    max-width: 448px;
    padding: 10px 12px;
    height: 46px;
    font-weight: bold;
	font-size: 11px;
	line-height: 34px;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #B3B7C5;
	margin-bottom:8px;
}
.input-field input.error {
	background: #FFF9F9;
	color: #E74040;
	border-color:#E74040;
}
.input-field input::placeholder{
	text-transform: uppercase;
}
.input-field input.error::placeholder{
	color: #E74040;
}
.input-field .select-wrap.error .fs-label-wrap{
	background: #FFF9F9;
	color: #E74040;
	border-color:#E74040;
}
.input-field label.mandate{
	font-size:12px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.fs-no-results {
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.input-field .select-wrap{
	width: 100%;
	max-width: 448px;
	min-width: auto;
	margin-bottom: 8px;
}
.input-field .select-wrap select{
	width: 100%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #B3B7C5;
	appearance: none;
}
.input-field .select-wrap select{
	color:#828282;
	padding-left:20px;
}
.input-field .select-wrap select.error{
	border-color:#E74040;
	background: #FFF9F9;
	color: #E74040;
}
.popup-contwrap .input-field textarea{
	margin: 0px;
}

/*-radio-*/

.field-radio-wrap{
	width: 100%;
	float: left;
}

.radio-wrap{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom:20px;
}
.radio-custom {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0px;
	width: 17px;
    height: 17px;
	cursor: pointer;
	width: 100%;
	z-index: 9;
}
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
	cursor: pointer;	
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #5D6D82;
	position: relative;
	pointer-events: none;
	padding-left: 40px;
	font-family: 'Manrope', sans-serif;
}
.radio-custom + .radio-custom-label:before {
    content: '';
    border:1px solid #4BBBC5;
    display: inline-block;
    vertical-align: middle;
   	width:25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	border-radius: 6px;
	position: absolute;
    top:0;
    left: 0;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before,
.radio-custom[checked="checked"] + .radio-custom-label:before{
	border:5px solid #4BBBC5;
}

/*-radio-*/

.input-field textarea{
	width: 100%;
	height: 128px;
	background: #F9F9F9;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px 12px;
	font-family: 'Manrope', sans-serif;
}
.input-field textarea.error{
	background: #FFF9F9;
	color: #E74040;
	border-color:#E74040;
}
.input-field label{
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #5D6D82;
	font-family: 'Manrope', sans-serif;
}
.com_solutions .select-wrap.usercountry .mandate{
	margin-bottom: 0px;
}
.com_solutions .select-wrap.usercountry {
	margin-bottom: 0;
}
.com_solutions #country_form .two-colum{
	margin-bottom: 0;
}

.program-wrap .note, .program-wrap .mandatory{
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Manrope', sans-serif;
	color: #5D6D82;
}
.checkbox-wrap > label a{
	color: #4BBBC5;
}

.register-btn-wrap{
	width: 100%;
	float: left;
}
.register-btn-wrap .register-btn, .register-btn-wrap .btn-cancel {
	max-width: 205px;
	float: left;
	margin-bottom: 0;
	margin-right: 25px;
}
.register-btn-wrap .btn-cancel {
	background: #B3B7C5;
	border-color:#B3B7C5;
}
.register-btn-wrap .submit_valid{
	padding: 10px;
    color: #4bbbc5;
    float: left;
}

/**/
.text-two-col{
	column-count: 2;
	column-gap: 150px;
	margin:70px 0px 15px 0;
	color: #5D6D82;
	width: 100%;
}
.text-two-col p{
	color: #5D6D82;
	font-size:16px;
	line-height: 28px;
}
.text-two-col p .hl-text{
	color: #4BBBC5;
}
.secondary-bg-block{
	position: relative;
	width:100%;
	padding-top:60px;
	padding-bottom:120px;
	background: #F6F9FB;
	float:left;
}
.secondary-bg-block:before{
	display: block;
	content:'';
	position: absolute;
	top:0px;
	left:-50%;
	right:-50%;
	margin:auto;
	pointer-events: none;
	width:100vw;
	z-index: -1;
	height:100%;
	background: #F6F9FB;
}
.secondary-bg-block h2{
	font-size: 60px;
	line-height: 68px;
	color: #273D85;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.secondary-bg-block h2.our-products{
	margin-bottom: 40px;
}
.max-col-6{
	max-width: 560px;
	width:100%;
	margin-bottom: 60px;
}
.com_solutions .secondary-bg-block .max-col-6{
	max-width: 100%;
}
.max-col-6 p:last-child{
	margin:0px;
}
.grid-col{
	display: flex;
	height:100%;
	padding:66px;
	background:#fff;
	border: 1px solid #F0F0F0;
	color: #273D85;
}
.com_solutions .secondary-bg-block .grid-content {
	padding-bottom: 50px;
}
.com_solutions .secondary-bg-block .grid-content a.btn-more{
	position:absolute;
	bottom: 35px;
}
.grid-col .icon{
	width:35px;
	height:35px;
	margin:0px 0px 55px 0px;
	display: block;
}
.grid-col h4{
	font-size: 36px;
	line-height: 46px;
	margin:0px 0px 10px 0px;
	color: #273D85;
	font-weight: 400;
}
.grid-col p{
	color: #273D85;
	font-size: 16px;
	line-height: 24px;
	margin:0px 0px 20px 0px;
}
ul.custom-list{
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}
ul.custom-list > li{
	list-style: none;
	padding-left:30px;
	position: relative;
	color: #4BBBC5;
	margin:0px 0px 20px 0px;
}
ul.custom-list > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:11px;
	width: 5px;
	height: 5px;
	background: #4BBBC5;
	border-radius: 20px;
}
ul.custom-list > li strong{
	display: block;
	font-weight: 500;
font-size: 16px;
line-height: normal;
	margin-bottom: 10px;
color: #4BBBC5;
}
ul.custom-list > li p{
	font-size: 12px;
	line-height: 18px;
	color: #273D85;
}
ul.custom-list > li p:last-child{
	margin:0px;
}
.grid-col.grid-dark{
	background:#273D85;
}
.grid-col.grid-dark h4, .grid-col.grid-dark p{
	color:#fff;
}
.accordion-wrap{
	float:left;
	width:100%;
	margin-bottom: 20px;
}
.accordion-wrap .accordion{
	width:100%;
	margin:0px;
	padding: 0px;
}
.accordion-wrap .accordion dt{
	width:100%;
	padding:22px 0px;
	position: relative;
	border-bottom: solid 1px #e3e3e3;
}
.accordion-wrap .accordion dt::before{
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	background:#4BBBC5;
	left: 0;
	bottom: -1px;
	transition: all 0.3s ease;
}
.accordion-wrap .accordion dt.active::before{
	width:130px;
}
.accordion-wrap .accordion dt a{
	width:100%;
	display: flex;
	align-items: center;
	padding-right: 30px;
	position: relative;
}
.accordion-wrap .accordion dt a:after{
	content:'';
	position: absolute;
	right:0px;
	top:5px;
	width:25px;
	height:25px;
	background:url(../images/icons/ico-arrow-right.svg) no-repeat center;
	transition: all 0.3s ease;
	background-size: 14px;
}
.accordion-wrap .accordion dt a i{
	width:24px;
	height:30px;
	margin-right: 30px;
}
.accordion-wrap .accordion dt a span{
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #273D85;
	display: block;
}
.accordion-wrap .accordion dd{
	padding-bottom: 40px;
	padding-top: 30px;
}
.accordion-wrap .accordion dd p{
	font-size: 16px;
	line-height: 24px;
	color: #5D6D82;
}
.accordion-wrap .accordion dt.active a:after{
	transform:rotate(90deg);
}
.secondary-bg-block .title-wrap h2{
	font-weight: 400;
}
.pd-180{
	padding:100px 0px;
}
.pt-110{
	padding-top:110px;
}
.com_solutions .pb-110.pt-110{
	padding-top: 130px;
}
.com_solutions .pb-110.pt-110 .title-wrap{
	margin-top: 25px;
}
.bg-shade{
	background: #F6F9FB;
}
.form-wrap{
	display:block;
	width:100%;
}
.max-920{
	max-width: 920px;
	display:block;
	margin:auto;
}
.mt-120{
	margin-top:120px;
}
.mb-120{
	margin-bottom:120px;
}
figure.inner{
	overflow: hidden;
}
.contact-page h6{
	color: #273D85;
}
.contact-page .title-wrap h2{
	font-size:50px;
	line-height: normal;
}
.contact-page strong{
	color: #4BBBC5;
}
.reach-icons .ico-desc-wrap{
	display:flex;
	align-items: center;
	padding:15px 0px;
}
.reach-icons .ico-desc-wrap .ico-img{
	width:20%;
}
.reach-icons .ico-desc-wrap .ico-img img{
	max-width: 64px
}
.reach-icons .ico-desc-wrap .ico-title{
	width:80%;
	padding-left:20px;
	font-weight: 600;
	color: #273D85;
}
.reach-icons .ico-desc-wrap .ico-title a{
	color: #273D85;
}
.com_solutions .secondary-bg-block .max-col-6  p,
.com_solutions .secondary-bg-block .col-md-5 p{
	color: #5D6D82;
}
.com_solutions .landing-banner .intro-content{
	padding:110px 105px 85px 105px;
}

.com_solutions .landing-banner .intro-img{
	/*min-height: 75vh;*/
	min-height: 55vh;
	margin-bottom: -235px;
	background-position: center top;
}
.com_solutions .landing-banner .text-two-col{
	margin: 30px 0px 15px 0;
}

.com_solutions section .program-wrap.mb-0 .title-wrap h2{
	font-size: 40px;
	line-height: 47px;
	letter-spacing: -0.02em;
}
.com_solutions .landing-banner.bg-shade .mt-120 {
    margin-top: 100px;
	margin-bottom: 0;
}
.com_solutions .landing-banner.bg-shade {
    padding-bottom: 100px;
	float:left;
	width:100%;
}


/*item-cards-single*/
.figureswrap .figures-listwrap {
    margin-top: -4vw;
}
.figureswrap .figures-listwrap > li{
	width: 100%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
    align-items: flex-end;
    justify-content: flex-start;
}
.figureswrap .figures-listwrap > li .itemcard {
    float: none;
    padding: 12px;
    display: table-cell;
}
.figureswrap .figures-listwrap > li .itemcard:nth-child(1){
    margin-top: 0;
    position: relative;
    top: 10vw;
    left: 0px;
}
.figureswrap .figures-listwrap > li .itemcard:nth-child(4){
	margin-bottom: 5%;
    margin-left: 25%;
}
.figureswrap .figures-listwrap > li .itemcard:nth-child(5){
	margin-bottom: 5%;
}
.hl-swiper-container{
	overflow: hidden;
}
.hl-swiper-container .swiper-pagination{
	position:static!important;
	padding:0px!important;
}
.count_items_1 .swiper-pagination{
	display: none!important;
}


/*SEARCH page*/
.element-invisible {
    display: none!Important;
}
.com_search-search header .search{
	display:none;
}
.com_search-search .search-wrap{
	background:none;
	pointer-events: none;
}
.com_search-search .search{
	width:100%;
	padding-top:0;
	float:left;
}
.com_search-search .search h1.page-title{
	display:none;
}
#searchForm .select {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width: 62px;
}

#searchForm .form-limit select{
	border:none;
	font-size: 12px;
	line-height: 16px;
	color: #4BBBC5;
}
#searchForm .select-options {
    border: solid 1px #fff;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
#searchForm .select-options > li:first-child {
    border: none;
}
#searchForm .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
#searchForm select {
	font-size: 14px;
	padding: 2px;
	float: right;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:rgb(244 244 244);
    color:#8e99a8;
    margin-top:20px;
    padding: 5px 15px;
}
.search{
	float: left;
    width: 100%;
    /*margin-bottom: 100px;*/
}
p.counter{
	display: none;
}
#searchForm .searchintro p, #searchForm .searchintro .badge-info{
	font-size:16px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #f4f4f4;
    font-size: 24px;
	padding:2px 14px;
	padding-left: 0px;
	background:transparent;
}
#searchForm .btn-toolbar{
	position:relative;
	margin-bottom: 20px;
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:0px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 30px;
	position: relative;
	color: transparent;
	background: url(../images/icons/ico-search.svg) no-repeat center;
}

#searchForm .searchintro p {
    color:#8e99a8;
    margin: 0;
	font-size: 16px;
}
.searchintro{
	display: none;
}
.badge-info {
    background-color:#91ccd0;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: none;
    margin-bottom: 0px;
    padding: 12px 0;
	display: flex;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-37px;
	width: auto;
}
#searchForm .form-limit label {
		font-size: 12px;
		line-height: 16px;
		color: #4BBBC5;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}
#searchForm .form-limit .select {
	float: left;
	display: none;
}
.chzn-container .chzn-results{
	width: 100%;
	    margin: 0;
    padding: 0 4px 0 4px;
}
.chzn-container {
	width: 55px!important;
}
.chzn-container .chzn-results li{
	    text-align: center;
	font-size:12px !important;
}
.chzn-container-single .chzn-single{
	background:none;
}
#searchForm fieldset > legend{
	font-weight: bold;
font-size: 11px;
line-height: normal;
font-style: normal;
letter-spacing: 0.01em;
text-transform: uppercase;

color: #273D85;
}
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
}
#searchForm .phrases-box, #searchForm.ordering-box {
    float: left;
    margin-right: 20px;
}
#searchForm .phrases label, #searchForm .only label {
    margin-left: 5px;
    margin-right: 15px;
    color: #D9D9D9;
    font-weight: 600;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
/*#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
}*/
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #D9D9D9;
    margin-top: 50px;
    padding-top: 50px;
	font-size: 18px;
	color: #5D6D82;
    font-weight: 700;
	margin-bottom: 10px;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	font-size: 26px;
line-height: normal;
color: #273D85;
    font-weight: 400;
}
dl.search-results{
	color:#2c3e50;
}
dl.search-results .highlight{
	color:#273D85;
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
color: #5D6D82;
}
.search-results dt:first-child{
	margin-top: 0px-o;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
.com_search-search #searchForm .select-styled {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding:5px 5px 4px 8px;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    background: #fff;
	border:1px solid #333;
    border-radius: 4px;
    height: 30px;
}
.com_search-search #searchForm .select-options {
    float: left;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
	padding:0px;
	max-height: 200px;
}
.com_search-search #searchForm  .select-styled::after {
    content: 'ï„‡';
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
    font-family: FontAwesome;
    color: rgba(178,110,35,0.25);
}
.com_search-search #searchForm .select-options li {
    line-height: 100%;
    padding: 10px 12px 10px;
    background: #fff;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.com_search-search #searchForm .select-options li:hover {
    color: #323339;
    background: rgba(178,110,35,0.25);
}
/*.com_search-search #searchForm .select-options{
	top: 28px;
	max-height:300px;
	border-top:0;
	padding:5px;
}*/
.com_search-search #searchForm .select-options li{
	cursor: pointer;
}
.search_pagination{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display:inline-block;
	width: 100%;
	margin-top: 30px;
}
.com_search-search div.pagination{
	position: relative;
	text-align: center;
	float: none;
	display: block;
	margin-top: 50px;
}
.com_search-search div.pagination ul.pagination-list{
	margin: 0;
	padding:0px;
	display: inline-block;
}
.com_search-search div.pagination > span{
	position: absolute;
	left: 0;
	top: 0;
}
.com_search-search div.pagination > span:nth-child(2){
	left:auto;
	right:0;
}
.com_search-search div.pagination ul li{
	float: left;
	margin-right:10px;
	list-style: none;
	line-height: 100%;
}
.com_search-search div.pagination ul li a{
	line-height: 100%;
	color: #333333;
}
.com_search-search div.pagination ul li.active a{
	color: rgba(178,110,35,0.25);
}
.com_search-search div.pagination ul li:last-child{
	margin-right:0px;
}
.com_search-search div.pagination ul li.disabled a{
	opacity: 0.5;
}
/*no-items-found*/
.no-item-found, .no-items-found{
	font-size: 18px;
    line-height: 34px;
    color:#999;
    font-weight: 100;
    padding: 20px 20px 20px 40px!important;
    font-style: italic;
	background: url(../images/noitem.png) no-repeat 0 center!important;
	background-size: 30px!important;
	margin: 0px!important;
}


/**/


/*search page end*/
.program-wrap .input-field input{
	padding:10px 20px;
}
.program-wrap .select-wrap:after{
	right:15px;
}
.fs-arrow{
	display: none;
}
.select-wrap select.hidden{
	display:none!important;
}
.select-wrap .fs-wrap{
	width:100%;
}
.select-wrap .fs-label-wrap{
    border: 1px solid #4BBBC5;
	padding: 0px ;
    height: 46px;
    font-weight: bold;
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
	color: #757579;
	cursor: pointer;
}
.select-wrap .fs-dropdown{
	border: 1px solid #4BBBC5;
	width:100%;
	margin-top: -1px;
	border-top: 0;
}
.select-wrap .fs-search input{
	margin:0px;
	padding: 5px;
}
.select-wrap .fs-dropdown .fs-options{
	font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i{
	background-color: rgb(75 187 197); 
} 
.fs-wrap.multiple .fs-option{
	border:none;
	margin-left: 14px;
	color:#7b7b7b;
}
.fs-wrap.multiple .fs-search{
	border:none;
	margin: 10px 0px;
	padding:0px 20px;
}
.fs-wrap.multiple .fs-label-wrap .fs-label{
	padding-left: 20px;
}
.fs-wrap.multiple .fs-search input{
	background:url(../images/icons/ico-search.svg) no-repeat 95% center #f4f4f4;
	padding:0px 50px 0px 25px;
}
figure.error-page{
	width:100%;
	background-position: center;
	background-size: cover;
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	margin:0px!important;
}
figure.error-page h1{
	font-weight: 500;
	font-size:11vw;
	color: #FFFFFF;
	line-height: 7vw;
}
.error-page p{
	font-weight: normal;
	font-size: 32px;
	line-height: 54px;
	color: #FFFFFF;
}
.btn-primary, a.btn-primary{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 47px;
    font-weight: bold;
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4BBBC5;
    border-radius: 60px;
    border: 1px solid #4BBBC5;
    margin-bottom: 40px;
	padding:0px 35px;
	transition:all 0.3s ease;
	border:none;
}
.btn-primary, a.btn-primary:hover{
	background: #273d85;
}

.search ul.news-events-listing > li:hover .item-dt,
.search ul.news-events-listing > li:hover .item-cat,
.search ul.news-events-listing > li:hover .item-desc p{
	opacity:1;
	transition:all 0.3s ease;
}
.search ul.news-events-listing > li:hover:before{
	background:none;
}
.search ul.news-events-listing > li:hover a.nelink{
	padding:50px 0px;
}
.search ul.news-events-listing > li:hover a.nelink h4{
	color: #273D85;
}
.search ul.news-events-listing > li .item-desc{
    font-size: 16px;
    line-height: 28px;
    color: #5D6D82;
}
.scrollProgressWrap{
	position: absolute;
	top: 46px;
	left: 0px;
	width: 100%;
	pointer-events: none;
	border-radius: 0px;
	color: transparent;
	height:4px;
	background:none;
   }
   .scrollProgressWrap .progress-bar{
	height:4px;
	color: transparent;
	background:#4BBBC5;
   }
   body.com_why .doc_block a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border: 1px solid #4BBBC5;
    font-size: 12px;
    text-transform: uppercase;
    color: #4BBBC5;
    text-decoration: none;
    border-radius: 60px;
    padding: 10px 28px;
    transition: all 0.3s ease;
   }
   .popup-contwrap .input-field-wrap{
	margin-top: 10px;
   }
   .popup-contwrap div#success_message {
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    background: #edf6f7;
    padding: 12px;
    font-size: 14px;
    border-radius: 44px;
	display: none;
    color: #4bbbc5;
}
.program-wrap .register-btn-wrap, #subscribe_form .register-btn-wrap{
	position: relative;
}
.program-wrap .loader, #subscribe_form .loader{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom:-12px;
	left: -50%;
	right: -50%;
	background: url(../images/loader.gif) no-repeat;
	background-size: 50px;
	z-index: 2;
	margin: auto;
}
#subscribe_form .loader{
	right: 0px;
    left: auto;
    width: 50px;
}
#eventregister .loader{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom:90px;
	left: -50%;
	right: -50%;
	background: url(../images/loader.gif) no-repeat;
	background-size: 50px;
	z-index: 2;
	margin: auto;
}
.intro-content #show-form{
	text-decoration: underline;
}
body img {
    max-width: 100%;
}
.com_solutions .secondary-bg-block.block-100-vw.pd-180 img{
	max-width:95%;
}
.inner.solutions-page .row {
    clear: both;
}
.grid-col.p-0.grid-wide-col {
    padding: 0px;
    display: inline-block;
    margin-top: 50px;
    border: none;
    background: none;
}
.grid-col.p-0.grid-wide-col p:last-child{
	margin:0px;
}
.grid-col.p-0.grid-wide-col p { 
    color: #5D6D82;
}

  /*@media - Karakas*/ 
  @media only screen and (min-width:1000px) and (max-width: 2400px) {
	figure.landing h2 i {
		display: inline-block;
		font-style: normal;
		padding-right: 10px;
	}
	.memberlist{
		display: inline-block!important;
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		margin-bottom: 20px!important;
		max-height: 402px;
	}
	ul.memberlist.america-south{
		-moz-column-count:3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	ul.memberlist.expatriates-tnc-solutions{
		-moz-column-count:1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	ul.memberlist.third{
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count: 2;
	}
	.memberlistwrap > li:nth-child(5) .memberlist{
		max-height: 410px;
	}
	.memberlist > li {
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		float:left;
	  }
	  .memberlist li a{
		  font-size:13px!important;
	  }
	  .tab-pane .tabcontentwrap .tab-img img{
		opacity:0;
		position: relative;
		top:120px;
	  }
	  .tab-pane.active .tabcontentwrap .tab-img img{
		opacity:1;
		transition:all 1s ease;
		top:0px;
	  }
	  .highlighted-article .highlighted-wrap .hl-desc{
		min-height: 98px;
		align-items: center;
		display: flex;
	  }
  }
 
  @media only screen and (min-width: 1000px) and (max-width: 1300px){
    .memberlistwrap > li:nth-child(5) .memberlist, .memberlist {
		max-height: 510px!important;
    }
  }
  
  @media only screen and (max-width: 1800px) {
	  
  }
  @media only screen and (max-width: 1550px) {
	  
  }
  @media only screen and (max-width: 1420px) {
  }
  
  
  
  
  
  
  
  