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

/*Typography - Typekit*/

.clearfix {
  *zoom: 1;
}

::-moz-selection, ::-webkit-selection { /* Code for Firefox */
    color: #FFFFFF;
	background: #28324d;
}

::selection {
    color: #FFFFFF; 
	background: #28324d;
}
.container{
	max-width: 80%;
}
.container-fluid{
	max-width: 95%;
}
.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;
}

ol > li, ul > li{
	color: #696969;
	font-size: 16px;
    line-height: 25px;
	font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}
ol > li{
	list-style:decimal;
}
ul > li, ol > li {
    color: #333333;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
}
/*ol, ul{
	margin: 0px 0px 60px 0px;
}*/

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:#253B86;
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1{
	margin-bottom:15px;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
}
h2{
	margin-bottom:20px;
	font-size: 34px;
	font-weight: 500;
	line-height:51px;
}

p {
	color:#333333;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
  	line-height: 25px;
  	margin: 0px 0px 20px 0px;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#00ABD2;
	font-family: poppins, sans-serif;
}
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;
}
.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 > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.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;
}
.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-*/




#site-wrapper{
	position: relative;
	overflow: hidden;
	/*padding:10% 0px;*/
}
img{
	max-width: 100%;
	border-radius:25px;
	margin-bottom: 20px;
}
.container{
	max-width:74%;
}

header{
	float: left;
	width: 100%;
	height: 240px;
	padding-top: 30px;
	position: relative;
	z-index: 0;
	/*background: #eef9fd;*/
}
.view-events header{
	z-index: 1;
}
header::after{
	content: '';
    top: -9px;
    left: -28vw;
    width: 2990px;
    height: 430px;
    position: absolute;
    z-index: -1;
    background: url(../images/header_bg.svg) no-repeat left center;
}

header.header-inner::after, .com_policy header::after, .view-publications header::after,
.view-events  header::after, .com_member header::after, .com_contact header::after,
.com_team header::after, .com_topicnetworks header::after, .com_content.view-article header::after,
.com_search header::after, .com_publications.no-highlight header::after,
.error-page header::after, .com_users header::after{
	content: '';
    top: 0px;
    left: -23vw;
    width:3000px;
    height: 240px;
	background: url(../images/header-inner.svg) no-repeat top center;
}

header h1.logo {
    float: left;
    width:210px;
    margin: 0px;
    padding: 0px;
}
header .nav-wrap {
    float: right;
    width: calc(100% - 210px);
    /*margin: 10px 0px;*/
	padding-top: 5px;
}
header .topmenu-wrap {
    float: right;
    clear: both;
}	
header .secondary-nav{
    float: left;
	margin: 0;
	padding: 0px;
	margin-right:13px;
}
header .secondary-nav li{
	float: left;
	list-style: none;
	margin:0px 10px;
	line-height: normal;
	position: relative;
}
header .secondary-nav li:first-child{
	margin-left: 0px;
}
header .secondary-nav li a{
	font-family: poppins, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
	color:#333333!important;
	transition: all 0.3s ease;
	text-transform: uppercase;
	cursor: pointer;
}
header .secondary-nav li.active > a{
	color:#00ABD2!important;
}
header .secondary-nav li a:hover{
	color:#00ABD2!important;
}
header .secondary-nav > li.parent > a{
	padding-right: 12px;
	position: relative;
}
header .secondary-nav > li.parent{
	height: 44px;
}
header .secondary-nav > li.parent > a:after{
	content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    font-size: 8px;
	line-height: 100%;
	transition: all 0.3s ease;
	width: 9px;
    height: 6px;
	background: url(../images/arrow-gray.svg) no-repeat top center;
	/*background: url(../images/arrow-light-bule.svg) no-repeat top center;*/
}
header .secondary-nav > li.parent:hover > a{
	color: #00ABD2!important;
}
header .secondary-nav > li.parent:hover > a:after{
	background: url(../images/arrow-light-bule.svg) no-repeat top center;
}
header .secondary-nav li.active a:after{
	background: url(../images/arrow-light-bule.svg) no-repeat top center;
}
header .secondary-nav > li.parent ul{
	position: absolute;
	right:0px;
	top:5px;	
	width: 200px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px -10px rgba(0,171,210,0.7);
	display: flex;
	flex-wrap: wrap;
	transition:all 0.3s ease;
	pointer-events: none;
	opacity: 0;
	background: #fff;
	padding: 16px 18px 16px 20px;
	left: calc(-50% - 30%);
	
}
header .secondary-nav > li.parent:hover ul{
	top:33px;
	opacity: 1;
	pointer-events: auto;
}
header .secondary-nav > li.parent ul > li{
	float:left;
	margin: 0px;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
	width:100%;
}
header .secondary-nav > li.parent ul > li:last-child{
	margin-bottom: 0px;
}
header .secondary-nav > li.parent ul > li a{
	color:#666666!important;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	font-weight: 500!important;
}
header .secondary-nav > li.parent ul > li a:hover, header .secondary-nav > li.parent ul > li.active a{
	color:#00ABD2!important;
}


header .search-nav{
	float: left;
	position:relative;
	margin-top: -2px;
}

header .search-wrap {
    position: relative;
    float: left;
    width: auto;
    height: 31px;
    padding-right: 30px;
    margin-right: 10px;
    transition: all 0.6s ease;
    border: 1px solid #333333;
    border-color: transparent;
    border-radius: 30px;
}
header .search-wrap.active{
	width:auto;
	/*right: 0px;
	position: absolute;*/
	border-color: #333333;
}

header .search-wrap input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 0;
    height:27px;
    margin:0;
    background:none;
    padding: 0px;
    border: 0;
	pointer-events: none;
    transition: all 0.6s ease;
	font-size: 14px;
	opacity: 0;
	font-weight: 400;
	font-family: poppins, sans-serif;
}
header .search-wrap.active input[type="text"]{
	width:150px;
	opacity:1;
    pointer-events: auto;
	padding-right:10px;
	padding-left: 16px;
	padding-top: 2px;
	color:#333333;
	border-radius: 15px;
	overflow: hidden;
	background: #edf9fd;
	height: 28px;
    line-height: 28px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

header .search-wrap.active input[type="text"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color:#333333;
}
header .search-wrap.active input[type="text"]::-moz-placeholder{ /* Firefox 19+ */
	color:#333333;
}
header .search-wrap.active input[type="text"]:-ms-input-placeholder{ /* IE 10+ */
 	color:#333333;
}
header .search-wrap.active input[type="text"]:-moz-placeholder{ /* Firefox 18- */
	color:#333333;
}

header .search-wrap .search-btn{
	position: absolute;
	right:3px;
	top:5px;;
	width: 27px;
	height: 26px;
	text-align: center;
	transition: all 0.6s ease;
}
header .search-wrap .search-btn::before{
	width:20px;
	height: 20px;
	content: "";
	position: absolute;
	margin: auto;
	top:0;
	left: 3px;
	opacity: 1;
	background: url(../images/Search.svg) no-repeat top center;
}

/*header .search-wrap .search-btn::before {
    content: "";
	position: absolute;
	margin: auto;
	top: 11px;
	right: 0;
	bottom: 0;
	left: 14px;
	width: 9px;
	height: 2px;
	opacity: 1;
	background: #333333;
	transform: rotate(45deg);
	transition: all .5s;
}

header .search-wrap .search-btn::after {
    content: "";
	position: absolute;
	margin: auto;
	top: -6px;
	right: 0;
	bottom: 0;
	left: -2px;
	width: 16px;
	height: 16px;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #333333;
	transition: all .5s;
}
header .search-wrap:hover .search-btn::before{
	background: #333333;
}
header .search-wrap:hover .search-btn::after{
	border-color:#333333;
}*/


header .search-wrap .trigger{
	position: absolute;
    right: 3px;
    top: 2px;
    width: 27px;
    height: 25px;
	cursor: pointer;
	/*background: red;*/
}
header .search-wrap.active .search-btn::before {
	opacity: 0;
	pointer-events: none;
}
/*header .search-wrap.active .search-btn::after,
header .search-wrap.active .search-btn::before {
	opacity: 0;
}*/
header .search-wrap span.trigger:after,
header .search-wrap span.trigger:before{
	opacity:0;
    background-color: #333333;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 13px;
	z-index: 100;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -50%;
	bottom: -50%;
	margin: auto;
	left: -50%;
	right: -50%;
}
header .search-wrap span.trigger:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

header .search-wrap.active span.trigger:after,
header .search-wrap.active span.trigger:before{
	opacity: 1;
}

header ul.member-nav{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
}
header .member-nav li{
	float: left;
	list-style:none;
	line-height: normal;
}
header .member-nav li a{
	color: #333333;
	font-size: 12px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	border: 1px solid #333333;
  	border-radius: 20px;
	padding: 6px 19px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
header .member-nav li a:hover{
	background: #333333;
	color: #FFFFFF;
}

header .item-101 {
	display: none;
}


header ul.social-links {
    float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-top:-2px;
}
header .search-nav.search + ul.social-links {
	margin-left:10px;
}
header .social-links li{
	float: left;
	margin-right: 5px;
	/*height: 30px;
	width: 30px;*/
	justify-content: center;
	display: flex;
	align-items: center;
}
header .social-links li:last-child{
	margin-right: 0px;
}
header .social-links li a{
	height: 30px;
	width: 30px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #00ABD2;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.social-links li a i{
	height: 20px;
    width: 20px;
	content: '';
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
	position: absolute;
	background: url(../images/twitter-icon.svg) no-repeat;
	background-size:17px;
	background-position:center 4px;
}
.social-links li a i.twitter-icon{
	background: url(../images/twitter-icon.svg) no-repeat;
	background-size: 12px;
    background-position: center 6px;
}
.social-links li a i.facebook-icon{
	background: url(../images/facebook-icon.svg) no-repeat;
	background-size:7px;
	background-position: center 4px;
}
.social-links li a i.linkedin-icon{
	background: url(../images/linkedin-icon.svg) no-repeat;
	background-size:11px;
	background-position: center 4px;
}
.social-links li a i.youtube-icon{
	background: url(../images/youtube-icon.svg) no-repeat;
	background-size:17px;
	background-position:center 4px;
}



header .nav-prime-wrap {
	width: 100%;
    float: right;
}

header ul.primary-nav{
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
}
.header-inner ul.primary-nav, .com_policy header ul.primary-nav, .view-publications header ul.primary-nav,
.view-events header ul.primary-nav, .view-events header ul.primary-nav, .com_member header ul.primary-nav,
.com_contact header ul.primary-nav, .com_team header ul.primary-nav, .com_topicnetworks header ul.primary-nav,
.com_content.view-article header ul.primary-nav, .com_search header ul.primary-nav,
.com_publications.no-highlight header ul.primary-nav, .com_users header ul.primary-nav{
	margin-top:22px;
}
header ul.primary-nav li{
	list-style: none;
	font-size: 18px;
	line-height:normal;
	margin:0px 15px;
}
header ul.primary-nav li:first-child{
	margin-left: 0px;
}
header ul.primary-nav li:last-child{
	margin-right: 0px;
}
header ul.primary-nav li a{
	/*color: #253B86;*/
	color:rgba(37, 59, 134, 0.5);
	font-size: 18px;
	line-height: 27px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition: all 0.3s ease 0s;
}
.view-featured header ul.primary-nav li a{
	color:rgba(37, 59, 134, 1);
}
header ul.primary-nav li a:hover,
header ul.primary-nav > li.active a{
	color:rgba(37, 59, 134, 1);
}

figure{
	width:100%;
	float: left;
}
.banner-wrap{
	width:100%;
	float: left;
	overflow: hidden;
	border-radius: 15px;
    background-color: #FFFFFF;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}
/*.home-banner .banner-wrap{
	z-index: 3;
	position: relative;
}*/

figure .banner-wrap{
	margin-top:50px;	
}
.banner-carousel{
	width: 100%;
	/*width: calc(100% + 30px);
    margin-left: -30px;*/
}
.banner-carousel > .owl-stage-outer {
	width: 100%;
    /*padding: 15px;
    width: calc(100% + 30px);*/
}
.banner-item-wrap{
	width: 100%;
	height:570px;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
	
}
.banner-item-dic{
	padding:45px 40px;
	display: flex;
	flex-wrap: wrap;
	width:32%;
	align-content: flex-start;
}
.banner .item-hight{
	width: 100%;
	color: #00ABD2;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: poppins, sans-serif;

	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}
.home-banner .item-hight{	
	margin-bottom:140px;
	margin-top:-5px;
}
.home-banner .banner-item-dic .banner-cont{
	margin-top: -10px;
}
.savedate{
	float: left;
	width: 100%;
	color: #00ABD2;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: poppins, sans-serif;
}
.banner .savedate{
	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}
.banner-date, .banner-venu{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	font-family: poppins, sans-serif;
	
}
.banner .banner-date, .banner .banner-venu{
	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}
.btn-primary{
	color: #253B86;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	background: none;
	border: 0px;
	padding-left:40px;
	position: relative;
	transition: all 0.3s ease;
	font-family: poppins, sans-serif;
	box-shadow:none!important;
}
.btn-primary::before{
	content: '';
	top:-50%;
	bottom: -50%;
	left: 0px;;
	position: absolute;
	height:1px;
	width: 32px;
	margin: auto;
	background: #253B86;
	transition: all 0.3s ease;
}
.btn-primary:hover::before{
	width:40px;
	background: #00ABD2;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
.btn-primary:hover {
	color: #00ABD2;
    background-color: transparent;
    border-color: transparent;
}
a.btn-primary:hover {
	padding-left:50px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    /*color: #253B86;*/
    background-colo:transparent;
    border-color:transparent;
}
.banner-cont .btn-primary{
	margin-top:20px;
	float: left;

	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

 h3{
	color: #253B86;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 15px;
	font-family: poppins, sans-serif;	
}

.banner-cont h3{
	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
	position: relative;
	z-index:2;
}
.banner-cont h3 a{
	color: #253B86;
}
.banner-cont h3 a::after{
	width: 100%;
	height:calc(100vh + 50vh);
	position: absolute;
	content: '';
	top:0px;
	left:0px;
	z-index: 9;
}
.banner-item-dic p{
	transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.banner-carousel .active .item-hight,  .active .banner-cont h3, .active .banner-cont .savedate,
.active .banner-cont .banner-date, .active .banner-cont .banner-venu, .active .banner-cont .btn-primary, .active .banner-item-dic p {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
}
.banner-cont .btn-primary,
.banner-cont .btn-primary::before {
	transition: 0.3s all ease-in-out!important;
}

.banner-img-wrap{
	width: 100%;
	padding: 0;
	position: relative;
	max-width: 68%;
}
.banner-img-wrap .banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.3s all ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.owl-item.active .banner-img-wrap .banner-img {
	opacity: 1;
	transform: translateX(0);
}
.banner-carousel .owl-dots,
.article-carousel .owl-dots{
	position: absolute;
    bottom: 35px;
	left: 33px;
	z-index: 9;
}
.owl-carousel .owl-dots .owl-dot{
	float: left;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #EFEFEF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #00ABD2;
}
.banner-carousel .owl-nav, .article-carousel .owl-nav{
	position: absolute;
    left:-86%;
    right: -50%;
    margin: auto;
    width: 56px;
    top: -50%;
    bottom: -50%;
	height: 120px;
	z-index: 9;
}
.banner-carousel .owl-nav, .article-carousel .owl-nav{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.banner-carousel .owl-nav > div, .article-carousel .owl-nav > div{
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 50%;
	background:#253B86;
	position: relative;
	color: transparent!important;
}
.owl-nav > div.disabled{
	cursor: default!important;
}
.banner-carousel .owl-nav > div::after, .article-carousel .owl-nav > div::after{
	content: '';
	position: absolute;
	width:15px;
	height: 18px;
	top:-50%;
	bottom: -50%;
	left:-50%;
	right:-50%;
	margin: auto;
	/*background: url(../images/arow-l-wt.svg) no-repeat;*/
	background: url(../images/slider_arrow.svg) no-repeat;
	background-size:13px;
}
.banner-carousel .owl-nav > div.owl-next::after, .article-carousel .owl-nav > div.owl-next::after{
	left: calc(-50% + 5px);
	background: url(../images/slider_arrow-r.svg) no-repeat;
	background-size:13px;
}
.banner-carousel .owl-nav > div.owl-prev, .article-carousel .owl-nav > div.owl-prev{
	margin-top:10px;
}

.home-banner .banner-carousel .owl-dots{
	left: 35px;
	bottom:35px;
	z-index: 9;
}


section{
	width:100%;
	float: left;
}
.home-section{
	padding-bottom:100px;
	/*padding-bottom:135px;*/
}
section .container{
	/*border: 1px solid red;*/
}

section .row{
	padding-top:105px;
	padding-bottom:0px;
}
section .row.article-row, .contact-page .container > .row:nth-child(1), .com_member .inner-section .container > .row:nth-child(1),
.com_policy .inner-section .container > .row:nth-child(1), .com_team .inner-section .container > .row:nth-child(1), 
.com_topicnetworks .inner-section .container > .row:nth-child(1), .com_publications.view-category.no-highlight .inner-section .container > .row:nth-child(1){
	padding-top: 85px;
}
.com_content.view-article .row.article-infograph{
	margin-top:0;
}
section .row .col-md-12 .row{
	padding-top:0;
}
section .row_pbtm{
	padding-bottom:100px;
}
.home-topic{
	padding-left:32%;
}
.home-topic{
	margin-bottom: 15px;
}
.home-topic p{
	color: #253B86;
	font-size: 14px;
	line-height: 21px;
	max-width: 450px;
	margin-bottom: 0px;
	font-family: poppins, sans-serif;
}
.home-topic p{
}
.card-carousel{
	padding-right: 50px;
}
.card-carousel, .topic-carousel{
	margin-top: 30px;
	/*padding-right: 50px;*/
}
.card-carousel{
	padding-right:90px;
	width: calc(100% + 20px);
	margin-right: -20px;
}
.card-carousel .owl-nav{
	right:20px;
}
.card-carousel .owl-stage-outer{
	/*width: 1235px;*/
	/*width: 100vw;*/
    padding-bottom: 50px;
	padding-top: 50px;
	margin-top: -50px;
}
.home-topic .card-carousel .owl-stage-outer{
	padding-top:60px;
}
.card-carousel .owl-item{
	/*width: calc(100vw / 6.75) !important;*/
	height:360px;
	float: left;
	position: relative;
	/*padding:10px;*/
	/*margin: 8px 16px 8px 0px !important;*/
}
.card-carousel .owl-item:last-child{
	margin-right:0px!important;
}

.card-carousel .item, .topic-carousel .item{
	height:100%;
	width:100%;
	/*width:280px;*/
	/*height:340px;*/
	/*padding:40px 40px 50px;*/
	border-radius: 15px;
	background-color: #253B86;
	transition: all 0.3s ease;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
	/*padding:15px 10px 50px;*/
}
.card-carousel .item:hover, .topic-carousel .item:hover {
    background-color: #00ABD2;
    transform: translateY(-10px);
    box-shadow: 0 30px 40px -20px rgba(0,171,210,0.7);
}
.card-carousel .card-wrap, .topic-carousel .card-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding:30px 40px 50px;
	overflow: hidden;
	border-radius: 15px;
}
.card-carousel .card-wrap .card-title, .topic-carousel .card-wrap .card-title{
	width: 100%;
	min-height:100px;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom:0px;
	align-items: center;
}
.card-carousel .card-wrap h3, .topic-carousel .card-wrap h3{
	color: #FFFFFF;
	margin: 0px;
	/*font-size: 24px;*/
	font-size: 23px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}
.topic-carousel .card-wrap h3{
	font-size: 22px;
	line-height: 30px;
}
.card-wrap .card-icon{
	width:145px;
	height: 145px;
    display: flex;
	align-items: center;
    justify-content: center;
}
.card-wrap .card-icon img{
	max-width: none;
	max-height: 100px;
	width: auto;
	margin: 0px;
	border-radius: 0;
}
.card-carousel .card-wrap .btn-primary, .topic-carousel .card-wrap .btn-primary{
	color:#FFFFFF;
	padding-left: 0px;
	position: absolute;
    bottom:30px;
	left: -50%;
	right: -50%;
	margin: auto;
	width: 78px;
}
.card-carousel .card-wrap .btn-primary::before, .topic-carousel .card-wrap .btn-primary::before{
	display:none;
}

.card-wrap .box-full-link::after{
	content: '';
	width: 100vw;
	height:100vh;
	position: absolute;
	top: 0px;
	left: 0px;
}

.card-carousel .owl-nav, .topic-carousel .owl-nav {
    position: absolute;
    right:0;
    margin: auto;
    width:120px;
	top:-30px;
	z-index: 9;
}
.topic-carousel .owl-nav {
	top:-35px;
	right:-10;
}
.card-carousel .owl-nav > div, .topic-carousel .owl-nav > div {
    width: 54px;
    height: 54px;
	float: left;
    overflow: hidden;
    border-radius: 50%;
	background: #00ABD2;
	position: relative;
    color: transparent!important;
}
.card-carousel .owl-nav > div.disabled, .topic-carousel .owl-nav > div.disabled{
	background: #EFEFEF;
	cursor: default;
}
.card-carousel .owl-nav > div::after, .topic-carousel .owl-nav > div::after{
	content: '';
	position: absolute;
	width:14px;
	height:20px;
	top:-50%;
	bottom: -50%;
	left:-50%;
	right:-50%;
	margin: auto;
	background: url(../images/slider_arrow.svg) no-repeat center;
	background-size:12px;
}
.card-carousel .owl-nav > div.owl-next::after, .topic-carousel .owl-nav > div.owl-next::after{
	background: url(../images/slider_arrow-r.svg) no-repeat center;
	background-size:12px;
}
/*left: calc(-50% + 5px);*/


.card-carousel .owl-nav > div + div, .topic-carousel .owl-nav > div + div{
	margin-left: 10px;
}

/*SVG circle animation 4 OWL carousel*/

.owl-carousel .owl-dots .owl-dot{
	position:relative;
}
.circle-load{
    width: 22px;
	height: 22px;
	position: absolute;
	left:3px;
	bottom:1px;
}
.circle-load .circle-line{
    stroke: #00ABD2;
	stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
	transform-origin: center;
	stroke-dasharray: 0,100;
	visibility: hidden;
}
.owl-dot.active .circle-load .circle-line{
	visibility: visible;
	opacity: 1;
	transition: all 8s ease;
	stroke-dasharray: 100,100;
}

/*SVG circle animation 4 OWL carousel*/

.home-section > .container > .row:nth-child(1){
	padding-bottom: 25px;
}
.infograph-bg{
	position:relative;
}
.infograph-bg::after{
	content: '';
	/*width: calc(100% + 20%);
	height: calc(100% + 38%);*/
	width: 1600px;
    height: 1260px;
	position: absolute;
	top: 0px;
    left: -27vw;
	/*left: -22vw;
	top: calc(-50% + 30%);*/	
    /*bottom: -50%;*/
	bottom: auto;
    margin: auto;
    z-index: -1;
    background: url(../images/Background-Shape.svg) no-repeat top center;
    background-size: 100%;
}

.home-section .infograph-bg::after{
	width: 1780px;
    height:1395px;
	top: -27px;
    left: -25vw;
}

.topicwrap.infograph-bg::after{
	top: 40px;
}

.topicaccord.infograph-bg::after {
    left: -45vw;
    top: -145px;
}
.policy-infograph.infograph-bg::after {
    left: -32vw;
    top: 50px;
	width: 1475px;
    height: 1165px;
}

.intro-text{
	margin-bottom:55px;
}
.intro-text p {
	color: #253B86;
    font-size: 14px;
    line-height: 21px;
    max-width: 90%;
    font-family: poppins, sans-serif;
}
.infocus-intro{
	width: 58.333333%
}
.infocus-intro p {
    max-width: 85%;
}
.infocus-intro p:last-child{
	margin-bottom: 0px;
}

.home-section .infocus-wrap{
	display: flex;
	padding-bottom:50px;
}
.infocus-wrap .infocus-hight h2{
	margin-bottom:10px;
}
.infocus-wrap .infocus-hight h2 a{
	color: #253B86;
}

.infocus-wrap .infocus-hight{
	padding: 0px!important;
	padding-right: 10%!important;
}
.infocus-wrap .infocusimg, .infocus-wrap .infocuscont{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.infocus-wrap .infocuscont{
	margin-bottom:0px;
	max-width: 80%;
}
.infocus-wrap .infocusimg img{
	margin:0px;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}
.infocus-wrap .infocus-items{
	padding-right: 0px!important;
    padding-left: 15px;
}
ul.infocus-list{
	margin: 0px;
	padding: 0px;
}
ul.infocus-list > li{
	width: 100%;
	list-style:none;
	float: left;
	padding-top:18px;
	padding-bottom:55px;
	border-top:1px solid #253B86;
}
ul.infocus-list > li h2{
	color: #253B86;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	max-width: 90%;
	margin-bottom:10px;
	font-family: poppins, sans-serif;
}
ul.infocus-list > li h2 a{
	color: #253B86;
}
ul.infocus-list > li a.btn-primary{
	float:left;
}

.home-new-wrap{
	width:100%;
	float: left;
	padding:65px 75px 60px 75px;
	border-radius: 25px;
	background-color: #253B86;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}

.home-new-wrap .title-wrap{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 25px;
}
.home-new-wrap .title-wrap h1{
	color:#FFFFFF;
	font-size: 32px;
	margin: 0;
}
.all-news{
	line-height: 100%;
}
.all-news a{
	color: #253B86;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.01px;
	line-height:14px;
	text-align: center;
	padding: 6px 32px;
    display: inline-block;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
	background-color: #FFFFFF;
    border-radius: 21px;
	border: 1px solid #FFFFFF;
	transition: all 0.3s ease 0s;
	height: 28px;
}
.all-news a:hover{
	color: #FFFFFF;
	background-color:transparent;
}
.home-new-wrap ul.news-wrap{
	margin: 0px;
	padding: 0px;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.home-new-wrap ul.news-wrap > li{
	list-style: none;
	width:26.5%;
}
.home-new-wrap ul.news-wrap > li .news-date{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.86px;
	line-height: 18px;
	opacity: 0.5;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	margin-top: 3px;
}
.home-new-wrap ul.news-wrap > li h3{
	color:#FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	font-family: poppins, sans-serif;
}
.home-new-wrap ul.news-wrap > li h3 a{
	color:#FFFFFF;
}
.home-new-wrap .btn-primary{
	color:#FFFFFF;
}
/*.home-new-wrap .btn-primary:hover{
	opacity: 0.5;
}*/
.home-new-wrap .btn-primary::before{
	background:#FFFFFF;
}

.intro-member p{
	color: #333333;
}
.intro-member p:last-child{
	margin-bottom: 0px;
}
.intro-member ul:last-child, .intro-member ol:last-child{
	margin-bottom: 0px;
}
.home-section .col-md-5{
	padding-left: 8.333333%;
}
.home-section .intro-member{
	margin-bottom: 20px;
}


.member-carousel-wrap {
    float: left;
    width: 100%;
   /* margin-bottom: 20px;*/
}
.member-carousel {
    padding: 0px 45px;
}
.member-carousel .owl-stage, .member-carousel-inner .owl-stage{
	display: flex;
	align-items: center;
}
.member-carousel-wrap .car-item {
    text-align: center;
    padding: 10px 15px;
}
.member-carousel-wrap .car-item img {
    /*max-width: 210px;*/
	max-width:100%;
    float: none;
    margin: auto;
	max-height: 110px;
	border-radius: 0px;
	width:auto;
}
.member-carousel-wrap .member-carousel-inner .car-item img {
	max-height: 125px;
	max-width:210px;
}
.member-carousel .owl-nav, .member-carousel-inner .owl-nav, .alliances-carousel .owl-nav{
    position: absolute;
    right: 0;
    width: 100%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    height: 0px;
	display: flex;
	z-index: 10!important;
    justify-content: space-between;
}
.member-carousel .owl-nav .owl-prev, .member-carousel .owl-nav .owl-next, .member-carousel-inner .owl-nav .owl-prev, .member-carousel-inner .owl-nav .owl-next, .member-carousel-inner .owl-nav .owl-prev, .member-carousel-inner .owl-nav .owl-next, .alliances-carousel .owl-nav .owl-prev, .alliances-carousel .owl-nav .owl-next{
	top:-10px;
}
.member-carousel .owl-nav > div, .member-carousel-inner .owl-nav > div, .alliances-carousel .owl-nav > div {
    width:10px;
    height:18px;
    float: left;
    overflow: hidden;
	border-radius:0;
	position: relative;
    color: transparent!important;
}
.member-carousel .owl-nav > div::after, .member-carousel-inner .owl-nav > div::after, .alliances-carousel .owl-nav > div::after{
	content: '';
	position: absolute;
	width:20px;
	height: 20px;
	top:-50%;
	bottom: -50%;
	left:-50%;
	right:-50%;
	margin: auto;
	background: url(../images/arow-l-bl.svg) no-repeat;
	background-size:20px;
}
.member-carousel .owl-nav > div.owl-next::after, .member-carousel-inner .owl-nav > div.owl-next::after, .alliances-carousel .owl-nav > div.owl-next::after{
	background: url(../images/arow-r-bl.svg) no-repeat;
	background-size:20px;
}

.col-md-5.home-community-sec{
	padding-left:60px;
}

.community-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.home-community.community-wrap{
	padding-left: 60px;
	height: 100%;
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-bottom:20px;
}
.home-community.community-wrap .community-img{
	margin-bottom:15px;
	width:100%;
	text-align: center;
}
.home-community.community-wrap .community-img img{
	border-radius: 0px;
	margin: 0px;
}
.community-wrap .community-disc{
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 20px;
	font-family: poppins, sans-serif;
}
.home-community .community-disc{
	margin-bottom: 15px;
}
.community-wrap .community-disc p{
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	font-family: poppins, sans-serif;
}
.home-community.community-wrap .community-disc p{
	text-align: left;
}
/*.home-community .btn-primary::before{
	display: none;
}
.home-community .btn-primary{
	padding: 0px!important;
}*/

.subscribe-sec{
	width: 100%;
    float: left;
	position: relative;
	z-index: 0;
	padding-bottom:0;
}
/*.subscribe-sec::after {
    content: '';
    top: -30px;
    right:-25px;
    width: 108%;
    height: 500px;
    position: absolute;
    z-index: 0;
    background: url(../images/subscribe_bg.svg) no-repeat top center;
    background-size: cover;
    background-position: left;
}*/

.subscribe-sec .subscribe-wrap{
	display: flex;
	padding:80px 0px 55px 0px;
    justify-content: flex-end;
	position:relative;
}
.com_contact .subscribe-sec .subscribe-wrap{
	filter:drop-shadow(0px 5px 10px #515151);
}
.subscribe-sec .subscribe-wrap::before {
    content: '';
    top: -30px;
    right:auto;
	left: -6vw;
    width: 160%;
    height: 470px;
    position: absolute;
    z-index: 0;
    background: url(../images/subscribe_bg.svg) no-repeat top center;
    background-size: 100%;
    background-position: right;
}
/*footer::before {
	content: '';
    top: -220px;
    right: -24vw;
    width: 2250px;
    height: 470px;
    position: absolute;
    z-index: -1;
    background: url(../images/subscribe_bg.svg) no-repeat top center;
    background-size: 100%;
    background-position: right;
}*/
.subscribe-sec .subscribe-dsc{
	padding:0px;
	padding-left:7%;
}
.subscribe-sec .subscribe-wrap a.btn-primary{
	color:#FFFFFF;
	padding:9px 30px;
	border-radius: 25px;
	background-color: #253B86;
	color: #EDF9FD;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.21px;
	line-height: 21px;
	text-align: center;
	float: right;
	margin-top: 5px;
	border:2px solid #253B86;
}
.subscribe-sec .subscribe-wrap a.btn-primary:hover{
	color: #253B86;
	background-color:transparent;
}
.subscribe-sec .subscribe-wrap a.btn-primary::before{
	display:none;
}
.subscribe-sec .subscribe-wrap h4{
	float: left;
	color: #253B86;
	font-size: 18px;
	font-weight:400;
	line-height: 27px;
	width: 415px;
	padding-left: 15px;
	font-family: poppins, sans-serif;
}
.subscribe-sec .subscribe-wrap h4 > strong{
	font-weight: 600 !important;
}


footer{
	width:100%;
	float: left;
	padding-top:10px;
	padding-bottom:35px;
	position: relative;
	z-index: 0;
	/*background: #00abd2;*/
}
footer::after {
    content: '';
    top:-122px;
    left: -34px;
    width: 124%;
    height: 410px;
    position: absolute;
    z-index:-1;
	pointer-events: none;
    background: url(../images/footer-bg.svg) no-repeat top center;
}

.footer-let{
	float:left;
	margin-bottom:65px;
}

.footer-logo{
	float: left;
	width:210px;
	margin-top: -20px;
	margin-right:86px;
}
.footer-logo img{
	width:210px;
	margin: 0;
	border-radius: 0;
}
.footer-menu{
	float:left;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
}
.footer-menu > li{
	float: left;
	list-style: none;
	margin-right: 45px;
}
.footer-menu > li:last-child{
	margin-right:0px;
}
.footer-menu > li a{
	color:#FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	font-family: poppins, sans-serif;
}
.footer-right{
	float:right;
}

footer ul.social-links {
    float: left;
    margin: 0px;
    padding: 0px;
	margin-top:40px;
    margin-left: 30px;
}
footer .social-links li {
    float: left;
    margin-right:15px;
    justify-content: center;
    display: flex;
    align-items: center;
    
}
footer .social-links li:last-child {
	margin-right: 0px;
}
footer .social-links li a{
	height:50px;
	width:50px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
    border:2px solid #FFFFFF;
}
footer .social-links li a i {
    height: 25px;
    width: 30px;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
}

footer .social-links li a i.twitter-icon {
    background: url(../images/twitter-wt-icon.svg) no-repeat;
    background-size: 23px;
    background-position: center 4px;
}
footer .social-links li a i.facebook-icon {
    background: url(../images/facebook-wt-icon.svg) no-repeat;
    background-size: 12px;
    background-position: center 1px;
}
footer .social-links li a i.linkedin-icon {
    background: url(../images/linkedin-wt-icon.svg) no-repeat;
    background-size: 20px;
    background-position: center 2px;
}
footer .social-links li a i.youtube-icon {
    background: url(../images/youtube-wt-icon.svg) no-repeat;
    background-size: 30px;
    background-position: center 2px;
}

.footer-info{

	float:left;
	width:100%;
	padding-left:0px;
}
.footer-info .footer-menu{
	margin: 0px;
}
.footer-info .footer-menu li{
	padding-right:0px;
	margin-right:30px;
}
.footer-info .footer-menu li a{
	font-size: 12px;
	font-weight:500;
	line-height: 18px;
	text-transform: uppercase;

}
.copy-wrt{
	color:#FFFFFF;
	float:right;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	font-weight:400;
	margin-top: 5px;
	font-family: poppins, sans-serif;
}

/*popup*/
.modal-content{
	border:0px;
	border-radius: 15px;
}
.modal-dialog {
	max-width: 750px;
	border-radius: 15px;
	min-height: auto;
	/*overflow: hidden;*/
	margin-top:15vh;
	background-color: #FFFFFF;
	box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5);
}
.modal-body{
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 15px;
	overflow: hidden;
}
.modal-body > div{
	width:50%;
	padding:40px;
}
.modal-body > div:first-child{
	background: #F5F5F5;
}
#videoModal .modal-dialog{
	background:none!important;
}
#videoModal #videoContent{
	width: 100%;
	padding: 0px;
	background:none!important;
}
#videoModal #videoContent iframe{
	float: left;
	width:100%;
	height: 400px;
}
.modal-left h5{
	width: 100%;
	color: #999999;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 40px;
	font-family: poppins, sans-serif;
}
.modal-body .sub-crib-icon{
	width: 100%;
	display: flex;
	justify-content: center;
	/*width:145px;
	height: 120px;*/
}
.modal-body .sub-crib-icon img{
	border-radius: 0px;
	max-width:145px;
	margin: 0px;
}
.modal-body .modal-left{
	display: flex;
	flex-wrap:wrap;
	align-content: flex-start;
}
#jointhetopic .modal-body .modal-left{
	align-content: center;
	position: relative;
	padding-top: 110px;
}
#jointhetopic .modal-body .modal-right.message{
	justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
	color:#00abd2;
	font-family: poppins, sans-serif;

}
#jointhetopic .modal-body .modal-right.message p{
	color:#00abd2;
	margin:0px;
}
.modal-body .input-field-wrap{
	display: flex;
	flex-wrap: wrap;
}
.input-field-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.input-field{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.org-cuntr-sec .input-field{
	width:calc(100% - 235px);
}
.input-field + .select-wrap{
}
.input-field > label{
	width: 100%;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:3px;	
	font-family: poppins, sans-serif;
}
.input-field > input{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	padding:6px 5px 6px 10px;
	font-family: poppins, sans-serif;
}
.input-field textarea{
	font-family: poppins, sans-serif;
	font-size: 14px;
}
/*#subscribepopup .input-field > input{
	font-size:14px;
}*/
.input-field > input:focus{
	border-color:#00ABD2!important;
}
.contact-form-wrap .input-field > input:focus{
	border:2px solid;
	border-color:#00ABD2!important;
}
.input-field > input[type="email"], input#email{
	/*border-color:#00ABD2;*/
}
/*#jointhetopic #contact_position{
	border-color:#00ABD2;
}*/
/*input#email{
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
	box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
}
#contact-form input#email{
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
	box-shadow: inset 0px 0px 0px 1px rgba(0,171,210,1);
}*/

/*#newsletter-form input#email.error{
	border: 0px!important;
	-webkit-box-shadow: inset 0px 0px 0px 1px #F44336 !important;
	-moz-box-shadow: inset 0px 0px 0px 1px #F44336 !important;
	box-shadow: inset 0px 0px 0px 1px #F44336 !important;
}*/

/*placeholder style*/

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #CCCCCC;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #CCCCCC;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #CCCCCC;
}
input:-moz-placeholder{ /* Firefox 18- */
	color: #CCCCCC;
}

textarea::-webkit-input-placeholder {
	color: #CCCCCC;
}
textarea:-moz-placeholder { /* Firefox 18- */
	color: #CCCCCC;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #CCCCCC;
}
textarea:-ms-input-placeholder {
	color: #CCCCCC;
}
textarea::placeholder {
	color: #CCCCCC;
}

#contact-form .input-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 16px;
}
#contact-form .input-field input::-moz-placeholder { /* Firefox 19+ */
	font-size: 16px;
}
#contact-form .input-field input:-ms-input-placeholder { /* IE 10+ */
	font-size: 16px;
}
#contact-form .input-field input:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
}



/*placeholder style end*/


#newsletter-form input#email{
	/*border:0px;*/
}
.checkbox-wrap{
	float: left;
	position: relative;
	line-height: 100%;
}
.checkbox-wrap > label{
	color: #333333;
	font-size: 12px;
  	line-height: 18px;
	padding-left:22px;
	position: relative;
	font-weight: 400;
	font-family: poppins, 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:14px;
    margin-right:5px;
    position: absolute;
    top:2px;
    left: 0;
    width: 14px;
	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: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 20px;
    z-index: 2;
    top: 3px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: -2px;
}
.checkbox-wrap input[type="checkbox"]:checked + label::before,
.checkbox-wrap input[type="checkbox"]:checked + label.error + label::before{
    content: "";
    background: url(../images/tick.svg) no-repeat center;
	background-size: 10px;
}

#jointhetopic .checkbox-wrap input[type="checkbox"] + label.error + label::before{
    -webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#F44336!important;
}
#jointhetopic .checkbox-wrap input[type="checkbox"]:checked + label.error + label::before{
	border-color: #CCCCCC!important;
}

.sbscrb-btn-wrqp{
	width: 100%;
	float:right;
	margin-top: 30px;
	text-align: right;
}
#subscribepopup .sbscrb-btn-wrqp{
	display:flex;
	justify-content:flex-end;
}
#jointhetopic .sbscrb-btn-wrqp{
	margin-top: 10px;
}
.full-colr-btn {
	color:#FFFFFF;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 18px;
	text-align: center;
    padding: 9px 32px;
    display: inline-block;
    text-transform: uppercase;
	font-family: poppins, sans-serif;
	border-radius: 21px;
	line-height: 100%;
	line-height: 13px!important;
    background: #00ABD2;
}
#subscribepopup .sbscrb-btn-wrqp .full-colr-btn, #jointhetopic #contact_submit{
	border: 1px solid #00ABD2;
}
#jointhetopic #contact_submit{
	padding: 9px 20px;
}

#subscribepopup .sbscrb-btn-wrqp .full-colr-btn:hover, #jointhetopic #contact_submit:hover{
	background:none;
	color: #00ABD2;
}
.full-colr-btn::before, .cancel-btn::before{
	display:none;
}
.cancel-btn{
	color: #999999;
	font-size: 12px;
	font-weight: 600;
	padding:0px;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
.cancel-btn + .full-colr-btn{
	margin-left:30px;
}
#jointhetopic .cancel-btn{ 
	color: #999999;
	cursor: pointer;
}
#jointhetopic .cancel-btn:hover{
	color: #00ABD2;
}

.modal button.close.model-close{
	width: 35px;
	height: 35px;
	position: absolute;
	right: -16px;
	top: -16px;
	color: #1885ca;
	opacity: 1;
	outline: none;
	border-radius: 30px;
	background: url(../images/close-icon.png)no-repeat center #253b86;
	background-size: 20px;
	text-indent: -300px;
	overflow: hidden;
	z-index: 9;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity:1;
}

#eventTypeModal .modal-body{
	padding:30px;
	display:inline-block;
}
#eventTypeModal .modal-body .cnf_btn {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.65px;
    line-height: 25px;
    padding: 6px 32px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 24px;
    width:auto;
    margin-top: 15px;
    background-color: #00ABD2;
    border: 2px solid #00ABD2;
	transition: all 0.3s ease;
}
#eventTypeModal .modal-body .cnf_btn:hover {
    background-color: transparent;
    color: #00ABD2;
}
#eventTypeModal .modal-body .cnf_btn + .cnf_btn{
	margin-left: 30px;
}
/*popup end*/


/*-Inner pages-*/

.inner-section .row.article-row p div, .inner-section .row.article-row p strong, .inner-section .row.article-row p td, .inner-section .row.article-row div span {
    /*display: inline-block;*/
    line-height: normal;
}
.inner-section .row.article-row p span{
	line-height: normal;
}
.inner-section .row.article-row li span{
	line-height: normal;
}

.article-row .col-md-12 p span, .article-row .col-md-7 p span,
.article-row .col-md-7 div span, .article-row .col-md-12  div span,
.article-row .col-md-7 div div, .article-row .col-md-12  div div{
	color: #333333;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
}
.article-row .intro-article ul, .article-row .intro-article ol{
	padding-left: 17px;
}

.inner-banner .banner-carousel .banner-item-dic{
	width:42%;
	padding-right: 90px;
	padding-bottom: 80px;
}
.inner-banner .item-hight{
	width:100%;
	margin-bottom:30px;
	text-transform: uppercase;
}
.com_publications.view-category .banner-carousel .banner-item-dic{
	align-content: flex-start;
}
.inner-banner .banner-carousel .banner-item-dic p{
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	font-family: poppins, sans-serif;
}
.com_publications.view-category .inner-banner .banner-carousel .banner-item-dic p{
	margin-bottom: 0px;
}
.com_publications.view-category .inner-banner .banner-carousel .banner-item-dic p + p{
	margin-top: 20px ;
}

.inner-banner .banner-carousel .banner-img-wrap{
	max-width:58%;
}
.inner-banner .banner-carousel .owl-nav, .article-carousel .owl-nav{
	left:-66%;
}
.com_publications.view-category .inner-section .container > .row:nth-child(1){
	padding-top:65px;
}

.com_publications.view-category .tab-sec-wrap{
	margin-top:20px;
}

section.inner-section{
	padding-bottom:150px;
}

.inner-section h1{
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 35px;
	font-family: poppins, sans-serif;
}

/*-TAB-*/


.container{
	/*max-width:1210px!important;*/
}

.nav-tabs{
	border: 0;
	display: flex;
	flex-wrap:nowrap;
	border-radius: 30px;
	margin-bottom: 40px;
	/*margin-bottom: 50px;*/
	background: #EDF9FD;
	padding: 0px;
	justify-content: space-between;
}
.nav-tabs.flex-start{
	justify-content: flex-start;
}
.com_events .nav-tabs{
	margin-bottom:50px;
}
.nav-tabs > li{
	list-style: none;
	margin-right:5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.nav-tabs > li:last-child{
	margin-right:0px;
}
.nav-tabs > li a.nav-link{
	border:0px;
	padding:20px 27px 20px 27px;
	color: #00ABD2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:2px;
	line-height: 21px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	height: 100%;
    align-items: center;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
	
	text-align: center;
}
.tab-listing .nav-tabs > li a.nav-link{
	/*padding:20px 27px 20px 57px;*/
	padding:20px 20px 20px 20px;
}
.nav-tabs > li.all-items a.nav-link{
	padding:20px 25px 20px 25px;
}
.com_publications .nav-tabs > li:last-child a.nav-link{
	padding:20px 27px 20px 20px;
}
.nav-tabs > li.all-items a.nav-link{
}
.nav-tabs.nav-large > li a.nav-link{
	letter-spacing: 1px;
}
.com_publications .nav-tabs.nav-large > li:last-child a.nav-link{
	padding:20px 20px 20px 20px;
}
.nav-tabs.nav-large > li.all-items a.nav-link{
	padding:20px 20px 20px 20px;
}
.nav-tabs .nav-link.active{
	color:#FFFFFF;
	border-radius: 30px;
	background: #00ABD2
}

.nav-tabs .nav-link .tab-icon{
	width: 26px;
    height: 26px;
    display: inline-block;
    background-size: 25px!important;
    /*position: absolute;
    top: 18px;
	left: 25px;*/
	margin-right:4px;
	padding-right:3px;
	transition: none;
	/*transition: all 0.3s ease 0s;*/
    background-repeat: no-repeat!important;
}
.nav-tabs .nav-item[rel="news"] .nav-link .tab-icon{
	background: url(../images/News-icon.svg);
}
.nav-tabs .nav-item.eventsnav .nav-link .tab-icon{
	background: url(../images/event-icon.svg);
}
.nav-tabs .nav-item[rel="publications"] .nav-link .tab-icon{
	background: url(../images/Publication-icon.svg);
}
.nav-tabs .nav-item[rel="resolutions-motions"] .nav-link .tab-icon{
	background: url(../images/Motion-Resolution-icon.svg);
}
.nav-tabs .nav-item[rel="videos-webcast"] .nav-link .tab-icon{
	background: url(../images/Video-webcast-icon.svg);
}


.nav-tabs .nav-item[rel="news"] .nav-link.active .tab-icon{
	background: url(../images/News-icon-wt.svg);
}
.nav-tabs .nav-item.eventsnav .nav-link.active .tab-icon{
	background: url(../images/event-icon-wt.svg);
}
.nav-tabs .nav-item[rel="publications"] .nav-link.active .tab-icon{
	background: url(../images/Publication-icon-wt.svg);
}
.nav-tabs .nav-item[rel="resolutions-motions"] .nav-link.active .tab-icon{
	background: url(../images/Motion-Resolution-icon-wt.svg);
}
.nav-tabs .nav-item[rel="videos-webcast"] .nav-link.active .tab-icon{
	background: url(../images/Video-webcast-icon-wt.svg);
}

.tab-listing .tab-content > .tab-pane{
	width: 100%;
	display:inline-block;
}

.list-item-wrap{
	display: flex;
    flex-wrap: wrap;
    margin: 0px;
	padding: 0px;
	margin-bottom:40px;
    width:calc(100% + 50px);
	margin-left: -25px;
	margin-top: -17px;
}
.list-item-wrap > li{
	list-style: none;
    padding: 45px 41px 85px 41px;
    width:29.66%;
	margin: 25px;
	position: relative;
    border-radius: 15px;
	background: #F5F5F5;
	transition:all 0.3s ease;
	min-height: 300px;
}
.list-item-wrap > li:hover{
	background: #FFFFFF;
	box-shadow: 0 15px 40px -10px rgba(37,59,134,0.3);
}
.list-item-wrap > li .item-categ{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 40px;
	color: #00ABD2;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom:25px;
	text-transform:uppercase;
	font-family: poppins, sans-serif;
}
.list-item-wrap > li .item-categ-icon {
    width: 30px;
    height: 30px;
    left: 0;
    display: inline-block;
    background-size:30px!important;
    position: absolute;
    top:-6px;
    background-repeat: no-repeat!important;
}
.list-item-wrap > li h3{
	color: #253B86;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 15px;
	font-family: poppins, sans-serif;
}
.list-item-wrap > li.event-category h3{
	margin-bottom: 11px;
}
.list-item-wrap > li.event-category{
	 padding: 45px 41px 90px 41px;
}

.list-item-wrap > li h3 a{
	color: #253B86;
}

.item-categ-date, .view-publications .date_dl{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
	color: #999999;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom:25px;
	font-family: poppins, sans-serif;
}
.view-publications .date_dl{
	font-size: 16px;
}
.list-item-wrap > li.event-category .item-categ-date{
	color: #00ABD2;
	font-size: 15px;
	letter-spacing: 1.07px;
	line-height: 22px;
	margin-bottom:15px;
	text-transform: uppercase;
}

.list-item-wrap > li p{
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
	font-family: poppins, sans-serif;
}
.list-item-wrap > li .btn-primary{
	position: absolute;
	bottom: 40px;
    left: 40px
}
/*.list-item-wrap > li:hover .btn-primary{
	color: #00ABD2;
}
.list-item-wrap > li:hover .btn-primary::before {
    background:#00ABD2;
}*/


/*-pagenation-*/
li.pagination_option{
	background: none!important;
	margin-top: 40px!important;
}
li.pagination_option:hover{
	background: none;
	box-shadow: none;
}
ul.pagination, li.pagination_option{
	width: 100%!important;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	min-height:  auto;
}
ul.pagination li, ul.pagination li span{
	display: flex;
	flex-wrap: nowrap;
	width: 35px;
	height: 35px;
	list-style: none;
	margin: 0 8px;
	position: relative;
	justify-content: center;
}
ul.pagination li span{
	margin:0px;
}
ul.pagination li.active, ul.pagination li span.current{
	background: #00ABD2;
	border-radius: 50%;
}

ul.pagination li a, ul.pagination li span{
	display: flex;
	color: #00ABD2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 21px;
	align-items: center;
	justify-content: center;
	font-family: poppins, sans-serif;
}
ul.pagination li.active a, ul.pagination li span.current{
	color: #FFFFFF;
}
ul.pagination li.priv a, ul.pagination li.next a,
.pagination_option .btn-back, .pagination_option .btn-next{
	color:transparent;
}
ul.pagination li.priv a::after, ul.pagination li.next a::after,
.pagination_option .btn-back::after, .pagination_option .btn-next::after,
.pagination_option .btn-back::after, .pagination_option .page-center > span.pagenav::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top:calc(-50% - 5px);
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    background: url(../images/arrow-gray-light.svg) no-repeat;
    background-size: 16px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.pagination_option .btn-back::after{
	top:calc(-50% + 5px);
}
ul.pagination li.next a::after, .pagination_option .btn-next::after,
.pagination_option .page-center > span.pagenav::after{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}

.btn-back, .btn-next, .pagination_option .page-center > span.pagenav{
	position: absolute;
	left: 0px;
	top: -50%;
	bottom: -50%;
	margin: auto;
}

.btn-next, .page-center > span.pagenav{
	right: 0px;
	left: auto!important;
	color:transparent!important;
}

.page-center{
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}
.subcat-list{
	float:left;
	width:100%;
	margin-top: 10px;
}
ul.tab-sublink{
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-bottom:10px;
	margin-top: -15px;
}
ul.tab-sublink li{
	list-style: none;
	margin:13px;
}
ul.tab-sublink li:last-child{
	margin-right: 0px;
}
ul.tab-sublink li a{
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.88px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
ul.tab-sublink li.active a{
	color: #00ABD2;
}

/*-events-*/

.event-sect-coming{
	width: 100%;
	float: left;
	position: relative;
}
.tab-pane h2{
	color: #253B86;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 25px;
	font-family: poppins, sans-serif;
}

.event-sect-coming + .event-sect-past{
	margin-top: 100px;
}
.event-sect-coming + .past-events{
	margin-top: 100px;
	float: left;
	width: 100%;
}
.event-sect-past{
	width: 100%;
	float: left;
	padding-top:85px;
	position: relative;
}
.event-sect-past::after{
	content: '';
	width:calc(100vw + 50vw);
	height: calc(100% + 80vh);
	top: 0px;
	left: -50vw;
	z-index: -5;
	position: absolute;
	background: #EDF9FD;
}

.event-sect-past .list-item-wrap > li{
	background: none;
	border: 1px solid #979797;
}

.event-sect-past .list-item-wrap > li .item-categ-icon{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.event-sect-past .list-item-wrap > li .item-categ, .event-sect-past .list-item-wrap > li .item-categ-date,
.event-sect-past .list-item-wrap > li .btn-primary{
	color: #666666;
}
.event-sect-past .list-item-wrap > li .btn-primary::before {
	background: #666666;
}
.event-sect-past .list-item-wrap > li h3, .event-sect-past  .list-item-wrap > li p{
	color: #333333;
}
.event-sect-past .list-item-wrap > li h3 a{
	color: #333333;
}
.tab-sec-wrap{
	float: left;
	width: 100%;
}
.tab-evnt-single{
	/*margin-top: -25px;*/
}

.processing{
	position: relative;
}
.tab-content.processing .tab-pane{
	opacity: 0.05;
}
/*.processing::before{
	content: '';
	position: absolute;
	width: calc(100vw + 20vw);
	height: 100%;
	background:white;
	z-index: 9;
	opacity: 0.95;
	left: -20vw;
	top: 0px;
}*/
.processing::after{
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50px;
	left: -50%;
	right: -50%;
	background: url(../images/loader.gif) no-repeat;
    background-size:50px;
	z-index:1;
	margin: auto;
}

.contact-form-wrap.processing > div{
	opacity: 0.5;
}
.contact-form-wrap.processing::after{
	width: 100%;
	height: 100%;
	background:#FFFFFF;
	top: 0;
	opacity: 0.5;
	border-radius: 15px;
}



.no_item, .no-item{
	width: 100%!important;
	box-shadow: none!important;
	background:none!important;
	padding: 0px!important;
	padding-left:35px!important;
	border: 0px!important;
	min-height: auto!important;
	position: relative;
	text-align: left;
	justify-content: left!important;
}
.no_item::before, .no-item::before{
	content:'';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	background: url(../images/noitem.png) no-repeat;
    background-size:25px;
}
.no_item:hover, .no-item:hover{
	background:none!important;
	box-shadow: none!important;
}
.past-events .list-item-wrap{
	margin-bottom: 0px;
	margin-top:-22px;
}

/*-TAB END-*/

/*-event single page-*/
.event-inner figure{
	height: 390px;
	margin-bottom: 130px;
	background: #F5F5F5;
	margin-top: -80px;
    /*z-index: -3;*/
    position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: right !important;
}
.event-banner {
	height: 390px;
	margin-top: 0;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	overflow:visible;
}
.event-banner{
	width: 100%;
	position: relative;
    overflow: hidden;
	border-radius: 15px;
	display:flex;
	min-height: 390;
	height: auto;
	flex-wrap: nowrap;
    background-color: #FFFFFF;
	margin-bottom: 50px;
	margin-top: -135px;
    box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}
.event-banner-dic{
	width: 67%;
	padding: 40px 0px 40px 40px;
}
.event-banner-dic h1{
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 25px;
	margin-top: 0px;
}
.event-banner-dic p{
	color: #253B86;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0px;
}
.event-banner-info{
	width: 35%;
	position: relative;
	padding: 40px 40px 40px 82px;
}
.event-banner-dic + .event-banner-info::before{
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 82px);
	top:-50%;
	bottom: -50%;
	margin: auto;
	left:40px;
	background: #979797;
}
.event-banner-info > span{
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	position: relative;
	margin-bottom:10px;
}

.event-banner-info > span.event-banner-venu{
	padding-right: 10px;
}

.event-banner-info > span::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 25px;
	top: 3px;
	left: 0;
}
.event-banner-info > span.event-banner-date::before{
	background: url(../images/calender.svg) no-repeat;
    background-size: 19px;
}
.event-banner-info > span.event-banner-venu::before{
	top: 1px;
	background: url(../images/venue-icon.svg) no-repeat;
    background-size: 19px;
}
.event-banner-info > span span{
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	font-family: poppins, sans-serif;
}
.event-banner-info > span span > strong{
	font-weight: 600!important;
}
.event-banner-info > span.event-banner-date span > strong{
	width:100%;
	float: left;
}

.event-banner-info p{
	color: #333333;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0px;
	font-family: poppins, sans-serif;
}
.event-banner-info p strong{
	font-weight: 600!important;
}
.event-banner-info .btn-primary{
	color: #FFFFFF;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.65px;
	line-height: 25px;
	padding:6px 32px;
	text-align: center;
    display: inline-block;
	text-transform: uppercase;
	border-radius: 24px;
	width: 100%;
	margin-top: 15px;
  	background-color: #00ABD2;
	border: 2px solid #00ABD2;
}
.event-banner-info .btn-primary:hover{
	padding-left:32px;
}
.event-banner-info .btn-primary::before {
	display:none;
}
.event-banner-info .btn-primary:hover {
	background-color:transparent;
	color: #00ABD2;
}
.row.evnt-single-wrap, .tab-pane .row{
	padding-top:0px;
}
.row.evnt-single-wrap .col-md-8, .tab-pane .row .col-md-8{
	padding-right:40px;
}
.col-md-12 > .row .col-md-8{
	padding-right:40px;
}

/*accord-wrap*/
.accord-wrap{
	width: 100%;
	float: left;
	margin-bottom:50px;
}
.evnt-intro{
	display: inline-block;
	width: 100%;
	margin-bottom:40px;
}
.evnt-intro > ul{
	margin-bottom:25px;
	padding-left: 25px;
}
.evnt-intro > ul > li{
	list-style-position: outside;
	margin:0px 0px 12px 0px;
}
#registration .evnt-intro{
	margin-bottom:30px;
}
.accord-wrap .collapse-item {
    float: left;
    width: 100%;
    padding:18px 40px 18px 50px;
    border:2px solid rgb(37, 59, 134);
  	border-radius: 15px;
    transition: all 0.3s ease;
    margin: 0px 0px 40px 0px;
	background:transparent;
	overflow: hidden;
}
.accord-wrap .collapse-item:last-child{
	margin-bottom: 0px;
}
.accord-wrap .collapse-item.active {
	border-radius: 15px;
	background:#FFFFFF;
	border: 2px solid rgba(204,204,204,0.00);
	box-shadow: 0 15px 40px -10px rgba(37,59,134,0.3);
}
.accord-wrap .collapse-item .collapse-trigger{
	color:#253B86;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
	font-family: poppins, sans-serif;
}
.accord-wrap .collapse-item .collapse-trigger:before{
	content: '';
    width: 60vw;
    position: absolute;
    left: -50px;
    top: 0px;
    background: #fff;
    height: 65px;
	top: -16px;
	opacity: 0.01;
}
.accord-wrap .collapse-item .collapse-trigger[aria-expanded="false"]{
	color: #253B86;
}

.accord-wrap .collapse-item .collapse-trigger i{
	width: 20px;
    height: 11px;
    left: -34px;
    top: 9px;
    position: absolute;
    /*background: url(../images/arrow-gray-light.svg) no-repeat;*/
	background: url(../images/Arrow-Down-blue.svg) no-repeat;
    background-size: 18px;
	transition: all 0.3s ease;
}
.accord-wrap .collapse-item .collapse-trigger[aria-expanded="true"] i{
	webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	background: url(../images/Arrow-Down-blue.svg) no-repeat;
    background-size: 18px;
}

.accord-wrap .collapse-anim {
    position: relative;
    z-index: 2;
	display: flex;
    flex-wrap: nowrap;
    padding-top:25px;
	padding-bottom: 10px;
}
.accord-wrap .collapse-anim .accord-dis{
	width:calc(100% - 255px);
	padding-right: 40px;
}
.accord-wrap .collapse-anim.no-image .accord-dis{
	width:100%;
	padding-right: 0px;
}
.accord-wrap .collapse-anim .accord-img{
	width:255px;
}
.accord-wrap .collapse-anim .accord-img img{
	margin: 0px;
}
.images-disc{
	display: inline-block;
	text-align: center;
	color: #999999;
	font-family: Poppins;
	font-size: 12px;
	line-height: 17px;
}
img + .images-disc{
	margin-top:10px;
}
.accord-wrap .collapse-anim .accord-img .images-disc{
	text-align: left;
}

.accord-wrap .collapse-anim .accord-dis p{
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	font-family: poppins, sans-serif;
}
.accord-wrap .collapse-anim .accord-dis p:last-child{
	margin-bottom: 0px;
}
/*accord-wrap end*/

.evnt-sigle-slider-wrap{
	float:left;
	width: 100%;
	margin-bottom: 50px;
}
.sigle-slider-img{
	width:100%;
	display:inline-block;
}
.sigle-slider-img img{
	margin: 0px;
	border-radius:15px;
}
.sigle-slider-img-disc{
	width:100%;
	text-align: center;
	display:inline-block;
	color: #999999;
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
	font-family: poppins, sans-serif;
}

.evnt-sigle-slider-wrap .owl-dots{
	width:100%;
	display: flex;
	margin-top: 15px;
    justify-content: center;
}

.related-wrap{
	float: left;
    width: 100%;
	padding-top: 20px;
	border-top:1px solid #253B86;
}
.related-wrap h4{
	color: #253B86;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 20px;
	font-family: poppins, sans-serif;
}

.related-download-wrap{
	margin:0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.related-download-wrap li{
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	padding:10px 25px;
	border-radius: 20px;
	margin-bottom: 10px;
	align-items: baseline;
    background-color: #F5F5F5;
	justify-content: space-between;
}
.related-download-wrap li:last-child{
	margin-bottom: 0px;
}
.related-download-wrap h5{
	color: #333333;
	/*font-size: 14px; evnt page font size*/
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
	font-weight: 400;
	font-family: poppins, sans-serif;
	padding-right:10px;
}
.related-download-wrap .btn-primary{
	color: #00ABD2;
	/*font-size: 12px;evnt page font size*/
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 18px;
	padding: 0px!important;
	top: -1px;
	position: relative;
	font-family: poppins, sans-serif;
}
.related-download-wrap .btn-primary::before{
	display:none;
}

.row.evnt-single-wrap .col-md-4{
	/*padding-left:20px;*/
}
.col-md-4 .speakers-wrap{
	width: 100%;
	padding: 30px 30px 40px 30px;
	border-radius: 15px;
	background: #253B86;
	box-shadow: 0 15px 60px -20px rgba(37,59,134,0.7);
}
.speakers-wrap h2{
	color: #FFFFFF;
	font-size: 22px;
	line-height: 26px;
	padding-left:10px;
}
.com_events .col-md-4 .speakers-wrap h2{
	margin-bottom: 17px;
}

.speaker-list-wrap{
	margin: 0px;
	padding: 0px;
	width:calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-left:-10px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.col-md-4 .speaker-list-wrap{
	justify-content: space-between;
}

.speaker-list-wrap li{
	list-style: none;
	width:20%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
	justify-content: center;
	margin:15px 0px;
}
.col-md-4 .speaker-list-wrap li{
	width:calc(50% - 20px);
	/*width:145px;*/
	margin: 10px;
	padding:0px;
}
.col-md-4 .speaker-list-wrap li *{
	color:#FFFFFF;
}
.speaker-list-wrap li .speaker-dic{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.speaker-list-wrap li .speaker-dic .speaker-name{
	color: #253B86;
	font-size: 16px;
	font-weight:500;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-family: poppins, sans-serif;
}
.col-md-4 .speaker-list-wrap li .speaker-dic .speaker-name{
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	margin-bottom: 6px;
}
.com_events .col-md-4 .speaker-list-wrap li .speaker-dic .speaker-name{
	margin-bottom: 9px;
}

.speaker-list-wrap li .speaker-dic .speaker-orgn{
	width: 100%;
	opacity: 0.5;
	color: #666666;
	font-size: 11px;
	font-weight:500;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
.col-md-4 .speaker-list-wrap li .speaker-dic .speaker-orgn{
	opacity: 0.6;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}

.speaker-img-wrap{
	width: 145px;
    height: 127px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	/*background-size: 100%!important;*/
	background-repeat: no-repeat!important;
	background-size: cover !important;
	background-position: center!important;
}

/*#speakers .speaker-img-wrap{
	width: auto;
    height: auto;
}*/
.col-md-4 .speaker-img-wrap{
	width:100px;
    height:88px;
	margin-bottom: 5px;
	background-size: cover !important;
	background-position: center;
}
.speaker-img-wrap::after{
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/speaker_shape_wht.png) no-repeat;
	filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12));
	background-size:145px;
}

.col-md-4 .speaker-img-wrap::after{
	background: url(../images/speaker_shape_blue.png) no-repeat;
	background-size:101px;
}

.speaker-img{
	display: flex;
	width: 100px;
	height: 88px;
	background-size: 100%;
}

.col-md-4 .speaker-img{
	width: 100px;
	height: 88px;
}

.member-carousel-inner {
	padding-left:70px;
	padding-right:70px;
}
.speakers-wrap .btn-primary{
	padding: 5px 20px;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 21.25px;
	background: #FFFFFF;
	border:2px solid #FFFFFF;
}
.col-md-4 .speakers-wrap .btn-primary{
	padding: 5px 20px!important;
}
.speakers-wrap .btn-primary:hover{
	background:none;
	color:#FFFFFF;
}
.speakers-wrap .btn-primary::before{
	display:none;
}
.speakers-wrap ul.speaker-list-wrap li .speaker-readbio{
	margin-top:5px;
}
.speakers-wrap ul.speaker-list-wrap li .speaker-readbio .btn-primary{
	color: #253B86;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	border: 0px;
	padding: 0px;
	padding-left: 0;
}
.speakers-wrap ul.speaker-list-wrap li .speaker-readbio a.btn-primary:hover {
	color: #00ABD2;
}

.text-center {
    display: inline-block;
    width: 100%;
}

.accord-wrap.acord-progrm .collapse-item{
	padding:  18px 20px 18px 20px;
}
.accord-wrap.acord-progrm .collapse-item .collapse-trigger{
	padding-left: 35px;
}
.accord-wrap.acord-progrm .collapse-item .collapse-trigger i{
	left: 0px;
}

.event-sections, .speaker-toggle-list{
	padding:0px;
	margin:0px;
	width: 100%;
	display:flex;
	flex-wrap: wrap;
}

.event-sections > li{
	list-style: none;
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	background: #F5F5F5;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.event-sections > li:last-child{
	margin-bottom: 0px;
}
.event-sections > li:hover{
	background: #DEF0F6;
}
.evnt-time{
	width: 100%;
	color: #00ABD2;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	display: inline-block;
	font-family: poppins, sans-serif;
}
.event-sections > li h3{
	color: #253B86;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.event-sections > li p{
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}


.viewall-trigger{
	width: 100%;
    float: left;
	clear: both;
	color: #253B86;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease;
	margin-top: 25px;
	font-family: poppins, sans-serif;
	cursor: pointer;
}

.viewall-trigger::before {
	content: '';
	width: 20px;
	height: 11px;
	left: 0;
	top: 6px;
	position: absolute;
	background: url(../images/Arrow-Down-blue.svg) no-repeat;
	background-size: 11px;
	transition:all 0.3s ease;
}
.viewall-trigger.active::before  {
	background: url(../images/arrow-gray.svg) no-repeat;
	background-size: 11px;
	transform: rotateX(180deg);
	opacity:0.5;
	top:3px;
}
.viewall-trigger.active{
	color:#999;
}

.allspeaker-toggle{
	float:left;
	width:100%!important;
	display: none;
}

.speaker-toggle-list > li{
	list-style: none;
	width: 100%;
	padding-left: 20px;
	margin-top:20px;
	position: relative;
}
.speaker-toggle-list > li::before{
	content: '';
	width: 2px;
	height: 91%;
	top: 7px;
	left: 0px;
	background: #253B86;
	position: absolute;
}
.speaker-toggle-list > li h3{
	color: #253B86;
	font-size: 18px;
	line-height: 27px;
    margin-bottom: 5px;
}
.speaker-toggle-list > li .speech{
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	font-family: poppins, sans-serif;
}
.speaker-toggle-list > li p{
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}
.speaker-toggle-list > li p:last-child{
	margin-bottom: 0px;
}

.speaker-intro{
	max-width: 64%;
	margin-bottom: 50px;
}
.speaker-intro p:last-child{
	margin-bottom: 0px;
}
.article-img{
	float: left;
	width: 100%;
	margin-bottom:60px;
}
.article-img img{
	margin: 0px;
	border-radius: 15px;
	float: none;
	margin: auto;
	display: block;
}
.article-img .article-img-disc {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    line-height: 17px;
	padding-top: 5px;
	padding: 10px;
    font-family: poppins, sans-serif;
}

.col-md-5 .article-img{
	margin-top: 12px;
	margin-bottom:50px;
}

.accord-wrap .collapse-item{
	margin: 0px 0px 15px 0px;
}

.accord-wrap .collapse-item{
	margin: 0px 0px 15px 0px;
}

.accord-wrap.article-accord .collapse-item:last-child{
	margin: 0px 0px 15px 0px;
}


.become-partner-wrap{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding: 40px 20px 40px 40px;
	border: 2px solid #00ABD2;
	border-radius: 25px;
	margin-bottom: 60px;
}
.become-partner-disc{
	width: calc(100% - 185px);
	padding-right: 30px;
}
.become-partner-disc h4{
	font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.become-partner-disc p{
	font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
.become-partner-disc p:last-child{
	margin-bottom: 0px;
}
.partner-info{
	width: 100%;
	padding-top: 50px;
	display: inline-block;
}
.partner-info span{
	color: #FFFFFF;
	border-radius: 21.25px;
	background: #00ABD2;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.67px;
	line-height: 16px;
	text-transform: uppercase;
	padding:8px 20px 8px 50px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-family: poppins, sans-serif;
}
.partner-info span.partner-phone{
	ont-size: 12px;
}
.partner-info span::before{
	content: '';
    width: 20px;
    height: 13px;
    left: 18px;
    position: absolute;
    top: 9px;
}
.partner-email::before{
	background: url(../images/email-wt.svg) no-repeat center;
    background-size: 20px;
}
.partner-phone::before{
	background: url(../images/phone-wt.svg) no-repeat center;
    background-size: 20px;
}
.partner-email a{
	color:#fff!important;
}
.become-partner-img{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 185px;
	max-height: 190px;
}
.partner-img-wrap {
    /*width: 145px;
    height: 127px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background-size: 100%!important;
	background-repeat: no-repeat!important;
	filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12));
}
.partner-img-wrap::after {
	display: none;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/speaker_shape_wht.png) no-repeat;
    background-size: 145px;
}
.become-partner-wrap .partner-dic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.become-partner-wrap .partner-name {
	width: 100%;
    color: #253B86;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-family: poppins, sans-serif;
}
.become-partner-wrap .partner-orgn {
	width: 100%;
    opacity: 0.5;
    color: #666666;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
}
.partner-wrap{
	float: left;
	width: 100%;
	margin-bottom:60px;
}
.com_member .partner-wrap{
	margin-bottom:0px;
}
.partner-wrap h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
}
.partner-wrap .partner-intro{
	float:left;
	width: 100%;
	margin-bottom: 20px;
}
.partner-wrap .partner-intro p{
	font-size: 14px;
	line-height: 22px;
}
.partner-wrap .partner-intro p:last-child{
	margin-bottom: 0px;
}
.partner-list{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	width:calc(100% + 30px);
	margin-left: -15px;
}
.partner-list li{
	/*width: 230px;*/
	width:calc(33.33% - 30px);
	list-style: none;
	border: 1px solid #CCCCCC;
	border-radius: 12.28px;
	background-color: #FFFFFF; 
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	overflow: hidden;
	margin: 15px;
	align-items: center;
	justify-content: center;
}
.com_member .partner-list li{
	padding-bottom: 6px;
}
.partner-list li > a{
	position: relative;
}
.partner-list li > a::before{
	content: '';
	width: calc(100% + 23vw);
	height: calc(100% + 60%);
	top: -30px;
	left: -45%;
	/*background: red;*/
	position:absolute;
}
.partner-list li .partner-list-img{
	padding:5px 0px 15px;
	width: 100%;
	text-align: center;
}
.com_member .partner-list li .partner-list-img{
	/*padding: 0px 0px 10px;*/
	padding: 0px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border: 1px solid red;*/
}
.partner-list li .partner-list-img img{
	max-width: 180px;
	margin: 0px;
	max-height:105px;
	border-radius: 0px;
}
.com_member .partner-list li .partner-list-img img{
	/*max-height: 100px;*/
	max-height:90px;
}
.partner-title{
	color: #999999;
	font-size: 10.92px;
	letter-spacing: 0.78px;
	line-height: 16.38px;
	text-align: center;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
#register-popup-event #success_message{
	text-align: center;
	font-weight: 500;
	font-family: poppins, sans-serif;
}
/*-events-registration-*/
#thankyouModal .modal-body{
	padding:40px;
	text-align:center;
}
#thankyouModal .modal-body h3{
	margin:0px;
	text-align: center; 
	font-weight: 400!important;
	width:100%;
	font-size: 26px;
}
#thankyouModal .modal-body .close_thank{
	position:absolute;
	height: 35px;
    right: 0px;
    top: 0px;
}
#thankyouModal .modal-dialog{
	margin-top:40vh;
}
.select-profile-head{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	padding: 0px!important;
	align-items: flex-end!important;
}
.select-profile-head > div{
	width: 22%;
}
.select-profile-head > div.profile-title{
	width:56%;
}
.select-profile-head > div.reg-during {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
	opacity: 0.5;
}
.select-profile-head > div.reg-during.active {
	opacity:1;
}

.select-profile-head > div.reg-during span{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 10px;
	letter-spacing: 0.71px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}

.select-profile-head > div h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin: 0px;
}
.select-profile-head > div.profile-title span{
	float: left;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	font-family: poppins, sans-serif;
}
.select-profile-head > div.reg-during .during-month{
	
	color: #253B86;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.79px;
}

.registration-profile-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}
.registration-profile-wrap li{
	list-style: none;
	width: 100%;
	display:flex;
	flex-wrap: nowrap;
	margin-bottom: 5px;
	align-items: flex-start;
	padding:20px 0px 20px 10px;
	border-radius: 15px;
  	background-color: #FFFFFF;
	transition: all 0.3s ease;
}
.select-profile-head{
	margin-bottom: 10px!important;
	background-color:transparent!important;
}
.registration-profile-wrap li:hover, .registration-profile-wrap li.active{
	background-color: #DEF0F6;
}
.select-profile-head:hover{
	background-color:transparent!important;
}
.registration-profile-wrap li > div{
	width: 22%;
}
.registration-profile-wrap li > div.radio-wrap{
	width:56%;
}
.registration-profile-wrap li > div.reg-amount {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
	opacity: 0.5;
	letter-spacing: 1px;
	font-weight: 600;
}
.registration-profile-wrap li > div.reg-amount i{
	font-style: normal;
	padding-right: 2px;
}
.registration-profile-wrap li > div.reg-amount.active {
	opacity:1;
}

.fill-extrinfom{
	float: left;
	width: 100%;
}


.radio-wrap{
	float: left;
	position: relative;
}
.radio-custom {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0px;
	width: 17px;
    height: 17px;
	cursor: pointer;
	width: 100%;
	z-index: 9;
}
.radio-custom.error + label:before{
	border: 1px solid #F44336 !important;
	box-shadow: 0px 0px 6px #F44336;
}
.select-profile-wrap .radio-custom {
	width: 20px;
    height: 20px;
}
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
	cursor: pointer;
	font-family: poppins, sans-serif;
	
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	
	position: relative;
	pointer-events: none;
	padding-left: 20px;
}
.registration-profile-wrap .radio-custom-label, .registration-profile-wrap .radio-custom-label .catLabel{
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	padding-left: 30px;
	font-weight: 600;
}
.registration-profile-wrap .radio-custom-label .catLabel{
	padding-left:0px;
	pointer-events:auto;
	cursor: pointer;
	text-transform: capitalize;
}
.registration-profile-wrap .price_type_wrap .radio-custom-label > span{
	font-size: 16px;
}
.registration-profile-wrap .radio-custom-label{
	cursor: auto;
}

.radio-custom-label > ul{
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.radio-custom-label > ul li{
	list-style: disc;
	float: left;
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	margin-bottom: 0px;
	font-family: poppins, sans-serif;
}
.radio-custom-label > span{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	font-family: poppins, sans-serif;
}
.registration-profile-wrap .radio-custom-label .catDesc{
	pointer-events:auto;
} 

.radio-custom + .radio-custom-label:before {
    content: '';
    border:1px solid #999999;
    display: inline-block;
    vertical-align: middle;
   	width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	border-radius: 6px;
	position: absolute;
    top:0px;
    left: 0;
}
.select-profile-wrap .radio-custom + .radio-custom-label:before{
	width:20px;
    height: 20px;
	top: 3px;
    left: 0;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:after,
.radio-custom[checked="checked"] + .radio-custom-label:after{
	content: '';
	width: 10px;
    height: 10px;
	position: absolute;
	background: #00ABD2;
	/*padding: 1px;*/
	top:3px;
    left:3px;
	border-radius: 50%;
}
.select-profile-wrap .radio-custom:checked + .radio-custom-label:after{
	width: 12px;
	height: 12px;
	top: 7px;
    left: 4px;
}

.select-profile-wrap .price_type_wrap .radio-custom + .radio-custom-label::before {
	width: 16px;
	height: 16px;
	top: 5px;
}
.select-profile-wrap .price_type_wrap .radio-custom:checked + .radio-custom-label::after,
.select-profile-wrap .price_type_wrap .radio-custom[checked="checked"] + .radio-custom-label::after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 3px;
}

/*select dropdown*/
.select-wrap select{
	display:none;
}
.select-wrap{
	position: relative;
	padding-bottom: 10px;
}
.select-wrap .select-styled {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding:10px 30px 10px 10px;
	color:#CCCCCC;
	font-size: 14px;
	line-height:18px;
	font-weight:400;
	position: relative;
	min-width: 155px;
	font-family: poppins, sans-serif;
}
.select-wrap .select-styled::after{
	position: absolute;
	right: 7px;
	top: 12px;
	content: '';
	width: 20px;
	height: 15px;
	background: url(../images/arrow-light-bule.svg) no-repeat center;
    background-size: 16px;
}
.select-wrap .select-styled.active::after{
	webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.select-wrap .select-options {
    display: none;
    overflow: hidden;
    border:1px solid #CCCCCC;
    box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
    position: absolute;
    left: 0px;
    top: 61px;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    z-index: 3;
    padding: 0px;
}
.select-wrap .select-options > li {
    color:#CCCCCC;
	font-size: 14px;
	line-height:18px;
	font-weight:400;
	font-family: poppins, sans-serif;
    cursor: pointer;
    list-style: none;
    background: #fff;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
}
.select-wrap > label {
    width: 100%;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
    font-family: poppins, sans-serif;
}
.select-wrap .select-options > li:first-child {
    border: none;
}
.select-wrap .select-options > li:hover {
	color: #1db0f2;
}

.input-field-wrap .name-sec, .input-field-wrap .org-cuntr-sec{
	width: 100%;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
}
.input-field-wrap .name-sec .input-field, .input-field-wrap .org-cuntr-sec .input-field{
	margin-right:10px;
}
.input-field-wrap .name-sec .input-field + .input-field,
.input-field-wrap .org-cuntr-sec .input-field + .input-field{
	margin-left:10px;
}
.input-field-wrap .name-sec .input-field:last-child,
.input-field-wrap .org-cuntr-sec .input-field:last-child{
	margin-right:0px;
}
.org-cuntr-sec .select-wrap{
	width: 235px;
	margin-left: 10px;
}
.reg-downlod-btn{
	display:flex;
	width: 100%;
	margin-bottom: 30px;
}
.reg-downlod-btn a.btn-primary{
	color: #666666;
	border: 1px solid #979797;
  	border-radius: 21.25px;
    font-weight:500;
	padding:7px 20px 7px 45px;
}
.reg-downlod-btn a.btn-primary::before{
	display:none;
}
a.btn-primary.download::after{
	content: '';
    position: absolute;
    left: 18px;
    top: -50%;
    bottom: -50%;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/icondownload.svg) no-repeat center;
    background-size: 16px;
}
.fill-extrinfom .input-field-wrap{
	margin-bottom:20px;
}
.extr-info-wrap{
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.extr-info-wrap .extr-info-radio-wrap:last-child{
	margin-bottom:10px;
}
.extr-info{
	float: left;
	width: 100%;
}
.extr-info-radio-wrap{
	display: flex;
    width: 100%;
	margin-bottom: 15px;
}
.com_events .extr-info-radio-wrap{
	margin-bottom: 10px;
}
.extr-radio-wrap{
	width: 130px;
    display: flex;
    flex-wrap: nowrap;
}
.com_events #registration .extr-info .extr-radio-wrap{
	/*min-width:110px;*/
	width:auto;
	margin-right: 5px;
}
.extr-radio-wrap .radio-wrap{
	margin-right: 15px;
}
.extr-info-cont{
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-weight:400;
	padding-top: 5px;
	font-family: poppins, sans-serif;
}
.com_events #registration .extr-info .extr-info-cont{
	/*width:calc(100% - 110px);*/
	width:auto;
}
.extr-info-checkbox-wrap{
	float:left;
	width: 100%;
}

.fill-extrinfom .introtext{
	float:left;
	width:100%;
	margin-bottom: 15px;
}
.fill-extrinfom .introtext p{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.fill-extrinfom h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom:10px;
}
.select-profile-wrap{
	margin-bottom:50px;
	float: left;
	width: 100%;
}
.reg-apply-btn{
	width:100%;
	float: left;
}
.reg-apply-btn .btn-primary {
	color:#FFFFFF;
    padding:9px 25px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 18px;
	border-radius: 21.25px;
	background: #00ABD2;
	margin-bottom: 60px;
	display:inline-block;
	border: 2px solid #00ABD2;
}
.reg-apply-btn .btn-primary:hover{
	background:none;
	color:#00ABD2;
}
.reg-apply-btn .btn-primary::before{
	display: none;
}
.share-evnt-wrap{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.share-evnt-wrap > div{
	width: 58%;
	padding: 16px 20px 20px 20px;
	border-radius: 15px;
	background-color: #F5F5F5;
}
.share-evnt-wrap > .add-tocalender{
	width:40%;
}
.share-evnt-wrap > div label{
	color: #999999;
	font-size: 14px;
	line-height: 18px; 
	font-weight:400;
	font-family: poppins, sans-serif;
}
.calendar-list{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
}
.calendar-list li{
	list-style: none;
	line-height: 100%;
	margin-right: 20px;
}
.calendar-list li:last-child{
	margin: 0px;
}
.calendar-list li a{
	color: #00ABD2;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
.share-evnt .input-field{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	padding-bottom: 0px;
}
.share-evnt .input-field input{
	border: 0px;
	border-radius: 0px;
	background: none;
	padding: 0px;
	height: 25px;
	margin-right: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.share-evnt .input-field input.error{
	border-color:#F44336 !important;
	border-width: 0px 0px 1px 0px!Important;
}
.share-evnt .share-msg{
	font-family: poppins, sans-serif;
	color: #999999;
	font-size: 14px;
}
.share-evnt .input-field button{
	border: 0px;
    background: none;
    padding: 0;
    height: auto;
	color: #00ABD2;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}

/*popup registration*/
#apply_registration .modal-dialog {
	max-width:900px;
}
#apply_registration .modal-body .modal-left {
    width:345px;
	padding:40px 35px;
	padding-bottom: 210px;
	position: relative;
	
}
#apply_registration .modal-body .modal-right{
	width:calc(100% - 345px);
}
#apply_registration .modal-body .modal-left h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
#apply_registration .modal-left .popup.share-evnt .input-field > input{
	width:calc(100% - 50px);
}
.modal-body .event-banner-info{
	width: 100%;
	    padding: 0;
}
.modal-body .share-evnt-wrap{
	flex-wrap:wrap;
	position: absolute;
	bottom: 40px;
	left: 40px;
	width:76%;
}
.modal-body .share-evnt-wrap > div{
	width:100%;
	padding:0px;
}
.modal-body .share-evnt-wrap > div + div{
	margin-top:30px;
}
.modal-body .extr-radio-wrap{
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.modal-body .extr-radio-wrap > label{
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	font-family: poppins, sans-serif;
}
.official_badge{
	float: left;
	width: 100%;
}
.official_badge .input-group{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom:15px;
}

.official_badge p{
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	margin-bottom:5px;
	font-family: poppins, sans-serif;
}
.modal-body  .extr-info-checkbox-wrap{
	margin-bottom: 15px;
}
.modal-body  .extr-info-checkbox-wrap .checkbox-wrap > label{
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	font-family: poppins, sans-serif;
}

.modal-body  .introtext {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.modal-body  .introtext p {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
.apply-btn-wrqp{
	float: left;
	width: 100%;
	text-align: right;
}
.apply-btn-wrqp .apply-btn {
    color: #FFFFFF;
    padding: 11px 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
    border-radius: 21.25px;
    background: #00ABD2;
    display: inline-block;
}
.apply-btn-wrqp .apply-btn::before {
	display: none;
}
.apply-btn-wrqp .cancel-btn {
    color: #999999!important;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
}
.apply-btn-wrqp .cancel-btn +.apply-btn {
	margin-left: 40px;
}

#register-popup-event-form{
	float:left;
	width: 100%;
	position: relative;
}


.official_badge .input-group .input-field:nth-child(1){
	width:200px!important;
}
.official_badge .input-group .input-field:nth-child(2){
	width:calc(100% - 200px)!important;
}
.identif-wrap{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.identif-wrap .select-wrap {
	padding-bottom: 0px;
	border-right: 1px solid #CCCCCC;
}
.identif-wrap .select-wrap .dropdown-toggle{
	border:none!important;
}
.identif-wrap .select-wrap .select-styled{
	width: 105px;
	min-width: auto;
	border:0px;
	border-radius: 0px;
	background: #EFEFEF;
}
.identif-wrap input{
	border:0px;
	border-radius:0px;
	background: none;
	width:calc(100% - 105px);
	padding: 0px 10px;
	font-family: poppins, sans-serif;
	color: #495057;
	font-size: 14px;
	line-height: 38px;
}
.identif-wrap .select-wrap .select-options{
	top: 38px
}
.identif-wrap .select-wrap .dropdown .dropdown-menu ul.dropdown-menu{
	overflow:hidden!important;
}

/*popup registration end*/


/*-events-registration-*/

/*-event single page end-*/

.intro-member{
	margin-bottom:60px;
}
.filter-wrap{
	width:100%;
	float: left;
	margin-bottom:25px
}
.filter-wrap .search-wrap{
	width: 100%;
    max-width: 210px;
    border-radius: 24px;
    background: #F5F5F5;
	display: flex;
	overflow: hidden;
    flex-wrap: nowrap;
}
.filter-wrap .search-wrap input{
	border: 0px;
	padding:13px 10px 13px 45px;
	background: none;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	height: 46px;
	font-family: poppins, sans-serif;
}
.filter-wrap .search-wrap .search_btn{
	width:50px;
    background: none;
	border: 0px;
	position: relative;
}
.filter-wrap .search-wrap .search_btn i,
.filter-wrap .search-wrap i{
	position: absolute;
	width: 26px;
	height: 20px;
	border: 0px;
	top: -50%;
	bottom: -50%;
	margin: auto;
	background: url(../images/Search.svg) no-repeat center;
    background-size: 20px;
    left: 12px;
}
.filter-wrap .search-wrap .page-search{
	position:relative;
}
.membership-wrap{
	width: 100%;
    padding:35px 38px 40px 40px;
    border-radius: 15px;
    background: #253B86;
    box-shadow: 0 15px 60px -20px rgba(37,59,134,0.7);
}
.membership-wrap *{
	color:#FFFFFF;
}
.membership-wrap h1{
	color:#FFFFFF;
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 20px;
	padding-right: 50px;
	position: relative;
}
.membership-wrap h1::after{
	content: '';
	width: 43px;
	height: 38px;
	position: absolute;
	right: 6px;
	top: 6px;
	background: url(../images/membership-icon.svg) no-repeat center;
    background-size: 43px;
}
.membership-wrap p{
	color:#FFFFFF;
	font-size: 14px;
  	line-height: 22px;
	margin: 0px 0px 30px 0px;
}
.membership-wrap h3 {
    color: #FFFFFF;
    font-size:18px;
    line-height: 27px;
}
.membership-wrap ul + ul, .membership-wrap ul + ol, .membership-wrap ol + ol, .membership-wrap ol +ul{
	margin: 0px 0px 30px 0px;
}
.membership-wrap ul > li, .membership-wrap ol > li{
	color: #FFFFFF;
	font-size:14px;
	font-weight:400;
	line-height: 22px;
	margin-bottom: 15px;
}

.membership-wrap .text-center{
	margin-top: 15px;
}
.membership-wrap .btn-primary {
    padding: 6px 20px!important;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 21.25px;
	background: #00ABD2;
	width: 100%;
    display: inline-block;
	border: 1px solid #00ABD2;
}
.membership-wrap .btn-primary::before{
	display:none;
}
.membership-wrap .btn-primary:hover{
	background:none;
	color: #FFFFFF;
}


/*-topic page-*/
.row.row-pt-sixty{
	padding-top:60px;
}
.topic-inro-wrap{
	display:flex;
	flex-wrap: nowrap;
	margin-bottom: 50px;
	align-items: flex-start;
}
.introtopic{
	max-width: 58%;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 50px;
}
.topic-inro-wrap .introtopic{
	margin-bottom:0px;
}
.introtopic p:last-child{
	margin-bottom: 0px;
}
.topicwrap{
	float:left;
	width: 100%;
}
.topic-list-wrap{
    width:calc(100% + 20px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	margin-bottom: 30px;
}
.com_topicnetworks.view-category .topic-list-wrap{
	margin-bottom:20px;
}
.topic-list-wrap li {
    width:23.3%;
	min-height: 340px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
	border-radius: 15px;
    padding: 30px 40px 50px;
	background-color: #253B86;
	list-style: none;
	margin: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	transform: translateY(0);
  	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}
.topic-list-wrap li:hover {
	background-color: #00ABD2;
	transform: translateY(-10px);
	box-shadow: 0 30px 40px -20px rgba(0,171,210,0.7);
}
.topic-list-wrap li .box-full-link{
	content: '';
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.topic-list-wrap li .card-title {
	width: 100%;
    min-height: 100px; 
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 0px;
    align-items: center;
}
.topic-list-wrap li h3 {
    color: #FFFFFF;
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}
.topic-list-wrap li .card-icon {
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topic-list-wrap li .card-icon img {
    max-width: none;
    max-height: 90px;
    width: auto;
    margin: 0px;
    border-radius: 0;
}
.topic-list-wrap li .btn-primary {
    color: #FFFFFF;
    padding-left: 0px;
    position: absolute;
    bottom: 30px;
	left: -50%;
	right: -50%;
	margin: auto;
	width: 78px;
}
.topic-list-wrap li .btn-primary::before {
	display:none;
}
.covd-situation{
	float:left;
	padding-left:80px;
}
.covd-situation .topic-list-wrap{
	justify-content: end;
	margin-top: -10px;
}
.covd-situation .topic-list-wrap > li{
	width:calc(67.5% - 20px);
	background-color: #00ABD2;
	box-shadow: 0 30px 40px -20px rgba(0,171,210,0.7);
}
.covd-situation .topic-list-wrap > li:hover{
	background-color: #253B86;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}



.whatwedo{
	width: 100%;
	float:left;
	margin-top:90px;
	margin-bottom: 50px;
	padding:60px 80px 70px 80px;
	border-radius: 25px;
	background-color: #FFFFFF;
	box-shadow: 0 20px 40px -20px rgba(51,51,51,0.6);
}
.whatwedo h2{
	font-weight: 600;
}
.topicwrap .whatwedo:last-child{
	margin-bottom:0px;
}
.infograph-bg.topic-bg::after {
	
}
.topicaccord > h2 {
	font-size:38px;
	line-height: 44px;
	padding-top: 10px;
	font-weight:600;
}

.topic-page-icon{
	float: left;
    width: 100%;
}
.topic-page-icon img{
	max-width: 130px;
}
.topic-single section .row {
    padding-top:60px;	
}
.topic-single section .row + .row{
    padding-top:100px;	
}
.topic-title-wrap{
	/*float: left;*/
    width: 100%;
	margin-bottom: 35px;
	display: inline-block;
}
.topic-title-wrap .title-wrap{
	display: flex;
	width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.topic-title-wrap .title-wrap h1{
	padding-right:30px;
	    margin: 0;
}
.topic-title-wrap .title-wrap .title-btn {
    border-radius: 21px;
    line-height: 100%;
	min-width: 240px;
    background-color: #FFFFFF;
}
.topic-title-wrap .title-wrap .btn-primary{
	color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing:2px;
    line-height: 100%;
    text-align: center;
    padding: 10px 28px;
    display: inline-block;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    border-radius: 21.25px;
  	background: #00ABD2
}
.topic-title-wrap .title-wrap .btn-primary::before{
	display:none;
}
p + .article-img{
	margin-top:40px;
}
.topicinsd-cont, .topicaccord{
	width: 100%;
	float:left;
}
.topicinsd-cont{
	margin-bottom:30px;
}
.topicinsd-cont + .topicaccord{
	margin-top:60px;
}
.topic-accord .collapse-item.active, .accord-wrap .collapse-item.active{
    /*margin: 15px 0px 30px 0px;*/
	margin:25px 0px 40px 0px;
}
.topic-accord .collapse-item.active + .collapse-item.active, .accord-wrap .collapse-item.active + .collapse-item.active{
	margin-top:0px;
}
.topic-accord .collapse-item.active:nth-child(1),
.accord-wrap .collapse-item.active:nth-child(1){
    margin: 0px 0px 40px 0px;
}
/*.topic-accord .collapse-item.active:nth-child(1) + .collapse-item.active,
.article-accord .collapse-item.active:nth-child(1) + .collapse-item.active{
	margin-top:10px;
}*/
.topicaccord .introtopic{
	max-width:100%;
	margin-bottom:40px;
}
.topic-accord .collapse-anim{
	width:100%;
	display: inline-block;
}
.topic-accord .collapse-anim p{
	font-size: 14px;
	line-height: 22px;
}
.topic-accord .collapse-anim h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 20px;
}
.experts-wrap{
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.experts-wrap > li{
	float: left;
	width: 50%;
	list-style: none;
}
.experts-wrap > li > span{
	width: 100%;
	float: left;
	    margin-bottom: 20px;
	font-family: poppins, sans-serif;
}

.experts-wrap > li > span.exp-info{
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.86px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.experts-wrap > li > span.exp-name{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 5px;
	letter-spacing:normal;
}

.topicinr-right-wrap{
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 15px;
	background-color: #F5F5F5;
}
.col-md-4 .related-wrap{
	padding-top: 10px;
}
.col-md-4 .co-chair-wrp{
	padding-top: 0px;
	border: 0px;
}
.com_topicnetworks .col-md-4 .related-wrap h4{
	margin-bottom: 15px;
}
.com_topicnetworks .col-md-4 .related-wrap.related-event h4,
.com_topicnetworks .col-md-4 .related-wrap.related-member h4{
	margin-bottom:5px;
}
.col-md-4 .co-chair-wrp .speaker-img-wrap::after{
	background: url(../images/speaker_shape_gray.png) no-repeat;
	background-size: 101px;
}
.col-md-4 .co-chair-wrp li .speaker-dic .speaker-name {
    color: #253B86;
}
.col-md-4 .co-chair-wrp li .speaker-dic .speaker-orgn {
    color: #999999;
	/*color:#575757;*/
	opacity: 1;
	font-weight: 600;
}
.col-md-4 .related-download{
	padding-bottom:40px;
}
.col-md-4 .related-download-wrap{
	margin-bottom:20px;
}
.col-md-4 .related-download-wrap li{
	background-color: #FFFFFF;
	padding: 10px 20px;
}
.col-md-4 .related-download .btn-primary{
	padding: 0;
	font-weight: 500;
	color: #00ABD2;
	letter-spacing: 2px;
	font-size: 11px;
}
.col-md-4 .related-download .btn-primary::before{
	display:none;
}
.col-md-4 .related-event h4{
	margin-bottom: 5px;
}
.col-md-4 .related-event-wrap{
	float: left;
	width:calc(100% + 20px);
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	margin-bottom: 30px;
}
.col-md-4 .related-event-wrap li{
	float: left;
	list-style: none;
	padding: 10px 10px;
	width: 100%;
	transition: all 0.3s ease;
}
.col-md-4 .related-event-wrap li:hover{
	border-radius: 5px;
	background-color: #FFFFFF;
}
.col-md-4 .related-event-wrap li h5{
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
}
.col-md-4 .related-event-wrap li h5 a{
	color: #333333;
}
.col-md-4 .related-event-wrap li span{
	width: 100%;
	float: left;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	font-family: poppins, sans-serif;
}

.col-md-4 .related-member .related-network-wrap{
	width:calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
	margin-bottom: 25px;
}
.col-md-4 .related-member .related-network-wrap li{
	list-style: none;
	width:calc(50% - 10px);
	border: 0.59px solid #CCCCCC;
	border-radius: 8.85px;
	background: #FFFFFF;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 5px;
	overflow: hidden;
}
.related-member .related-network-wrap li > a{
	position: relative;
}
.related-member .related-network-wrap li > a::before{
	width: 100vw;
	height: 100vw;
	content: '';
	left: -10vw;
	top: -10vw;
	position: absolute;
}
.col-md-4 .related-member .related-network-wrap li img{
	max-width: 130px;
	border-radius: 0;
	margin: 0px;
	max-height: 75px;
}
.col-md-4 .related-member + .related-member{
	/*padding-top: 0;
    border: 0;*/
}
.col-md-4 .related-member + .related-member + .related-member{
	padding-top: 10px;
    border-top: 1px solid #253B86;
}
.related-wrap.related-community{
	border: 0px;
	margin-bottom:40px;
}
.related-wrap.related-community:last-child{
	margin-bottom:0;
	padding-top: 0px;
}
.related-community .community-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:26px 40px 30px 40px;
	border-radius: 25px;
	background-color: #253B86;
	margin-top:0px;
	justify-content: center;
	box-shadow: 0 15px 40px -10px rgba(37,59,134,0.7);
}
.related-community .community-disc p,
.related-community .community-wrap *{
	color:#FFFFFF;
}
.related-community .community-img {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.related-community .community-wrap img{
	border-radius: 0px;
	margin: 0px;
}
.related-community .btn-primary{
	padding: 0px!important;
}
.related-community .btn-primary::before{
	display:none;
}
.related-community .community-disc p{
	margin: 0px;
}
.related-community + .related-member .related-network-wrap{
	margin-bottom:0px;
}


.modal-right textarea{
	width: 100%;
	height: 105px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 5px 10px;
}
textarea:focus{
	border-color: #00ABD2!important;
}

#jointhetopic .checkbox-wrap > label{
    font-size: 10px;
}
#jointhetopic .modal-body .modal-left h5{
	margin-bottom: 0px;
	position: absolute;
	left:40px;
	top:40px;
	width:75%;
}
.popup-topic-head{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: end;
	justify-content: center;
	align-items: center;
}
.topicicon-popup img{
	border-radius: 0px;
	margin: 0px;
	max-width: 165px;
	max-height: 150px;
}
.topicicon-popup + h3{
	padding-top:40px;
}
.popup-topic-head h3{
	margin: 0px;
}

.topic-carousel .owl-stage-outer{
	/*width:100vw ;*/
    /*padding-left: 15px;
    margin-left: -15px;*/
	overflow: visible;
    padding-bottom: 50px;
	padding-top:30px;
}
.topic-carousel .owl-nav {
    top:-57px;
	width: 122px;
}
.topic-carousel{
	margin-top: 0px;
	margin-bottom: -50px;
}
.topic-carousel .owl-item{
	height: 340px;
	/*width: 280px!important;*/
}
.intronetwork{
	max-width:43%;
	margin-bottom: 10px;
}
.intronetwork p{
	font-size:14px;
	line-height: 21px;
	color: #253B86;
}
.intronetwork p:last-child{
	margin-bottom: 0px;
}
.topcslider-row > .col-md-12 > h2{
	margin-bottom: 10px;
	font-weight: 600;
}
.topcslider-row .topic-carousel .owl-stage, .home-topic .card-carousel .owl-stage{
	display:flex;
}
    
/*-topic page end-*/

/*team page*/

.title-wrap.teamtitle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom:35px;
}
.title-wrap.teamtitle h1{
	margin: 0px;
}
.title-wrap.teamtitle .title-btn {
    position: relative;
	top: 10px;
}
.title-wrap.teamtitle .btn-primary {
    color: #00ABD2;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 13px 26px;
    display: inline-block;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    border-radius: 26px;
    background-color: #EFEFEF;
	border:2px solid #EFEFEF;
}
.title-wrap.teamtitle .btn-primary:hover{
	background-color:transparent;
}
.title-wrap.teamtitle .btn-primary::before{
	display:none;
}
.teamintro{
	margin-bottom: 40px;
	 max-width: 55%;
}
.teamintro p:last-child{
	 margin-bottom: 0px;
}

.com_team  .member-carousel-wrap{
	margin-bottom:25px;
}
   
.tab-team-wrap{
	float: none;
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-team-wrap .nav-tabs{
	 width: 82.2%;
}
.tab-team-wrap .tab-content{
	width: 100%;
}

.tab-team-wrap .intro-text{
	width:100%;
	text-align: center;
	display: flex;
    justify-content: center;
}
.tab-team-wrap .intro-text .text-center{
	width:82%;
}
.tab-team-wrap .intro-text p{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #333333;
	max-width: 100%;
}

.team-iteam-wrap, .commity-wrap{
	margin: 0px;
    padding: 0px;
    width: calc(100% + 120px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -55px;
    margin-top: -10px;
    /*margin-bottom: 20px;*/
	margin-bottom:-10px;
}
.infograph-bg.teaminfograph::after{
	top: 50px;
	left: -20vw;
}

.team-iteam-wrap li, .commity-wrap li{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    justify-content: center;
    margin: 40px 56px;
    margin-bottom:30px;
    width:16.2%;
}

.team-iteam-wrap li .team-dic{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.com_team .team-iteam-wrap li .team-dic, .com_team .commity-wrap li .team-dic{
	height: calc(100% - 180px);
	align-content: flex-start;
}
.team-iteam-wrap li .team-dic .team-name{
	width: 100%;
	color: #253B86;
	font-size: 16px;
	font-weight:500;
	line-height:25px;
	text-align: center;
	margin-bottom: 3px;
	font-family: poppins, sans-serif;
}

.team-iteam-wrap li .team-dic .team-orgn{
	width: 100%;
	color: #999999;
	font-size: 12px;
	font-weight:400;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}
.team-iteam-wrap li .team-dic .teaminfo{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	line-height:100%;
}
.team-iteam-wrap li .team-dic .team-email{
	width:20px;
	height: 20px;
	display: inline-block;
	background: url(../images/emailicon.svg) no-repeat;
	background-size:20px;
	position: relative;
	top: 5px;
	transition: all 0.3s ease;
}
.team-iteam-wrap li .team-dic .team-email:hover{
	background: url(../images/emailicon-over.svg) no-repeat;
	background-size:20px;
}

.team-iteam-wrap li .team-dic .team-email a{
	width:100%;
	height: 100%;
	display: inline-block;
}
.team-iteam-wrap li .team-dic .teaminfo .btn-primary{
	padding:0px;
}
.team-iteam-wrap li .team-dic .teaminfo .btn-primary::before {
	display:none;
}
.team-iteam-wrap li .team-dic .teaminfo .team-readbio{
	display: inline-block;
}
.team-iteam-wrap li .team-dic .teaminfo span + span{
	margin-left: 20px;
}
.team-img-wrap{
	width: 200px;
    height: 180px;
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 18px;
	background-size: cover !important;
	background-repeat: no-repeat!important;
	filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12));
}
/*.team-img-wrap::after{
	content:'';
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/speaker_shape_wht.png) no-repeat;
	background-size:205px;
}*/

.team-sec-wrap{
	width:100%;
	float: left;
}
.team-sec-wrap + .team-sec-wrap{
	margin-top:50px;
}

.whatwedo.blue-wedo{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #253B86;
	box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}
.whatwedo.blue-wedo *{
	color:#FFFFFF;
}
.whatwedo.blue-wedo p a, .whatwedo.blue-wedo li a{
	text-decoration: underline;
}
.whatwedo.blue-wedo a:hover, .whatwedo.blue-wedo li a:hover{
	color:#FFFFFF;
	text-decoration: none;;
}
.whatwedo.blue-wedo .btn-primary::before {
	background: #FFFFFF;
}

.whatwedo.blue-wedo h2{
	font-weight:600;
}

.commity-dic-wrap {
    width: 205px;
    height: 180px;
    position: relative;
    overflow: hidden;
	margin-bottom: 0;
	/*padding: 25px;*/
	display: flex;
	/*flex-wrap: wrap;*/
	/*align-items: center;
    align-content: center;*/
    justify-content: center;
	/*background-size: 100%!important;
	background: #00ABD2;*/
}
.commityinfom{
	position: absolute;
	width: 155px;
	height: 80px;
	/*border: 1px solid red;*/
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
/*.commity-dic-wrap::after {
    content: '';
    position: absolute;
	top: 0px;
	left: 0;	
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/speaker_shape_wht.png) no-repeat;
    background-size: 205px;
}*/
.commity-dic-wrap *{
	color:#FFFFFF;
}
.commity-dic-wrap span{
	text-align: center;
}
.commity-dic-wrap .commity-name{
	font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
	margin-bottom: 6px;
	line-height: 100%;	
    
}
.commity-dic-wrap .commity-orgn{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}
.commity-wrap li{
	margin-bottom:25px;
}

.infograph-bg.commityinfograph::after {
	top: 84px;
	left: -20vw;
}

.commity-name, .commity-orgn{
	width:100%;
}
.tab-team-wrap .intro-text h1{
	font-size: 32px;
    line-height: 44px;
	margin-bottom: 10px;
}
.tab-team-wrap .intro-text{
	margin-bottom:35px;
}
.tab-team-wrap .intro-text p:last-child{
	margin-bottom:0px;
}
.commity-cat-wrap{
	width:100%;
	float: left;
	margin-bottom: 65px;
}
.commity-cat-wrap:last-child{
	margin-bottom:0px;
}
.commity-cat-wrap .intro-text h1{
	margin-bottom: 15px;
}

.photoSVGmask{
	float:left;
	margin: -12px 0px 0px 0px;
	filter:drop-shadow(0px 0px 0px #eee);
}
.eeco-photo-shape{
	-webkit-clip-path: url(#photoClip);
	clip-path: url(#photoClip);
	position: relative;
	-webkit-transform: translateZ(1px);
	float:left;
}
.eeco-photo-shape-sp{
	-webkit-clip-path: url(#photoClip1);
	clip-path: url(#photoClip1);
	position: relative;
	-webkit-transform: translateZ(1px);
	float:left;
}

/*team page*/
/*-article-*/

.article-infograph::after{
	top: 50px;
    left: -27vw;
}
.com_policy .article-infograph::after{
   left: -23vw;
	width: 1400px;
	height: 1160px;
	top:90px;
}
.article-row .col-md-7{
	padding-right: 40px;
}
.article-row .col-md-7 h1{
	max-width: 90%;
	margin-bottom: 35px;
}
.article-row .col-md-7 ul, .article-row .col-md-7 ol{
	margin-bottom:20px;
}
.intro-article{
	float:left;
	width: 100%;
	margin-bottom:40px;
}
.intro-article p, .intro-article ul li, .intro-article ol li{
	color: #253B86;
	font-size: 20px;
	line-height: 32px;
}
.article-row .col-md-12 div, .article-row .col-md-7 div{
	color: #333333;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
.intro-article p span, .intro-article ul li span, .intro-article ol li span, .article-row .intro-article p span, .article-row .intro-article .col-md-7 p span,
.article-row .col-md-12 .intro-article div span, .article-row .col-md-7 .intro-article div span{
	font-size: 20px;
	line-height: 32px;
}

.article-row .col-md-12 .intro-article div, .article-row .col-md-7 .intro-article div,
.article-row .col-md-12 .intro-article div span, .article-row .col-md-7 .intro-article div span{
	color: #253B86;
}
.intro-article ul, .intro-article ol{
	margin-bottom:10px;
}
.intro-article ul li, .intro-article ol li{
	margin-bottom:10px;
}
.intro-article p:last-child{
	margin-bottom:0px;
}
.intro-article p:last-child > img{
    margin-bottom: -15px;
}
blockquote{
	width: 100%;
	max-width: 70%;
    position: relative;
    padding-left: 22px;
	margin-top: 60px;
	margin-bottom:50px;
	clear:both;
}
blockquote strong{
	font-weight:600!important;
}
blockquote::before{
	content: '';
    width: 2px;
    height: 94%;
    position: absolute;
    top: 8px;
    left: 0px;
    background: #253B86;
}
blockquote p{
	color: #253B86;
	font-size: 24px;
	line-height: 34px;
	margin: 0px 0px 15px 0px;
	font-family: poppins, sans-serif;
}
blockquote .author{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: poppins, sans-serif;
}

.col-md-5 .related-wrap{
	padding-top: 10px;
	margin-bottom:40px;
}

.article-slider-wrap {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    background-color: #FFFFFF;
	margin-bottom: 30px;
    box-shadow: 0 20px 40px -20px rgba(37,59,134,0.7);
}

.article-carousel .banner-item-wrap{
	height:500px;
}

.article-carousel p{
	font-size: 14px;
  line-height: 22px;
}
.article-carousel p span{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.article-carousel .banner-item-dic {
    width: 42%;
    padding-right: 90px;
}
.article-carousel .banner-img-wrap {
    max-width: 58%;
}
.article-carousel .banner-img-wrap .banner-img{
	background-position: center;
}

.article-carousel .img-caption{
	width: 100%;
    max-width:42%;
    position: absolute;
    right: 0;
    bottom: 0;
	color:#FFFFFF;
    padding: 10px;
	font-size: 12px;
  	line-height: 17px;
	font-weight: 400;
	border-radius: 15px 0 15px 0;
  	background:rgba(51, 51, 51, 0.3);
}
.article-carousel .img-caption p{
	color:#FFFFFF;
	margin: 0px;
	font-size: 12px;
  	line-height: 17px;
}
.article-slider-wrap + .article-accord-wrap{
	margin-top: 50px;
}
.article-accord-wrap{
	float:left;
	width: 100%;
}
.accord-wrap.article-accord{
	margin-bottom:0px;
}
.banner-carousel .owl-nav{
	z-index: 9!important;
}

.article-accord-wrap .collapse-anim .accord-dis,
.article-accord-wrap .collapse-anim .accord-img{
	width: 50%;
}
.article-accord-wrap .collapse-anim .accord-dis{
	padding-right: 15px;
}
.article-accord-wrap .collapse-anim .accord-dis + .accord-img{
	padding-left: 5.7%;
}
.article-accord-wrap .collapse-anim .accord-img img{
	border-radius:15px;
}
.article-accord-wrap .collapse-anim .accord-dis p{
	font-size: 16px;
	line-height: 25px;
}

.accord-wrap  .full-width .collapse-anim .accord-dis{
	width:100%;
	padding-right:0px;
}
.accord-wrap  .full-width .collapse-anim .accord-dis p{
	max-width: 68%;
}
.article-accord-wrap .partner-wrap{
	margin-bottom:0px;
}
.article-accord-wrap .partner-list{
	width: calc(100% + 60px);
    margin-left: -30px;
	margin-top:-10px;
}
.article-accord-wrap .partner-list li{
	width:20.4%;
	padding: 20px 20px 10px 20px;
    margin: 30px;
}

.article-accord-wrap .partner-list li .partner-title{
	padding-top:25px;
}
.alliances-wrap {
    width: 100%;
    float: left;
    margin-top: 90px;
    margin-bottom:40px;
    padding:60px 80px 40px 80px;
    border-radius: 25px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px -20px rgba(51,51,51,0.6);
}
.com_policy .infograph-bg.article-infograph{
	padding-top:150px;
}
.alliances-wrap h2 {
    margin-bottom: 20px;
}
.com_policy .whatwedo.blue-wedo{
	margin-top: 90px;
}
.com_policy .alliances-wrap + .whatwedo.blue-wedo{
	margin-top:0px;
}
.accord-wrap .partner-list li > a{
	width:100%;
}
.accord-wrap .partner-list li .partner-list-img{
	text-align:center;
	padding: 0px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accord-wrap .partner-list li .partner-list-img img{
	max-height: 90px;
}
.alliances-wrap .member-carousel-wrap .alliances-carousel{
	padding:0px 36px;
}

/*-article end-*/

/*-contact page-*/
section.inner-section.contact-page{
	padding-bottom: 0px;
}
section.inner-section.contact-page .row + .row{
	padding-top: 0px;
}
.contact-page .col-md-5{
	padding-right: 60px;
}
.contact-page h4{
	color: #333333;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
.contact-page p{
	font-size: 18px;
	line-height: 24px;
}
.phone-nur, .location{
	float: left;
	width: 100%;
	padding-left: 43px;
	margin-bottom: 30px;
	position: relative;
}
.phone-nur::before, .location::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 30px;
	top: 0px;
	left: 0px;
	background: url(../images/venue-icon.svg) no-repeat left center;
    background-size: 23px;
}
.phone-nur::before{
	width: 35px;
	top: -6px;
	background: url(../images/phone.svg) no-repeat left center;
    background-size: 32px;
}


.phone-nur p, .location p{
	margin: 0px;
}
ul.contct-social {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top:30px;
	margin-left: 0;
	margin-bottom:60px;
}
.contct-social li {
    float: left;
    margin-right: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.contct-social li a {
    height: 50px;
    width: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border: 2px solid #00ABD2;
}
.contct-social li a i {
    height: 25px;
    width: 30px;
    content: '';
    position: absolute;
    background: url(../images/twitter-icon.svg) no-repeat;
    background-size: 30px;
    background-position:center 2px;
}
.contct-social li a i.twitter-icon {
    background: url(../images/twitter-icon.svg) no-repeat;
    background-size: 23px;

    background-position: center 4px;
}
.contct-social li a i.facebook-icon {
    background: url(../images/facebook-icon.svg) no-repeat;
	background-size: 12px;
    background-position: center 1px;
}
.contct-social li a i.linkedin-icon {
    background:url(../images/linkedin-icon.svg) no-repeat;
    background-size: 20px;
    background-position: center 2px;
}
.contct-social li a i.youtube-icon{
	background:url(../images/youtube-icon.svg) no-repeat;
	background-size: 30px;
	background-position: center 2px;
}
.location-img{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.location-img img{
	max-width: 100%;
	margin-bottom: 0px;
}

.location + .location-img{
	margin-top: 35px;
}
.phone-nur + .location-img{
	margin-top: 35px;
}

.contact-page .col-md-7{
	padding-left: 45px;
}
.contact-form-wrap{
	padding:60px;
	border-radius: 15px;
	background-color: #253B86;
	margin-bottom: 50px;
	box-shadow: 0 25px 40px -20px rgba(37,59,134,0.7);
}
.contact-form-wrap .input-field input{
	border:1px solid rgba(0,0,0,0.00);
	font: 16px!important;
}
input.error, select.error, .input-field input.error{
	border:1px solid #F44336 !important;
}
input.error:focus, .input-field input.error:focus{
	border:1px solid #F44336 !important;
}
select.error + .dropdown-toggle{
	border: 1px solid #F44336 !important;
}

/*.input-field input#email.error{
	
	-webkit-box-shadow: inset 0px 0px 0px 1px #F44336!important;
    -moz-box-shadow: inset 0px 0px 0px 1px #F44336!important;
    box-shadow: inset 0px 0px 0px 1px #F44336!important;
}*/
.input-field label.error{
	display:none!important;
}

.contact-form-wrap label{
	color:#FFFFFF;
}
.checkbox-wrap label.error{
	display:none!important;
}
.contact-form-wrap textarea{
	width: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
	padding:6px 5px 8px 10px;
	height:145px;
	margin-bottom: 10px;
	font-family: poppins, sans-serif;
}
.contact-form-wrap textarea:focus{
	border: 2px solid #00ABD2 !important;
}
textarea.error{
	border:1px solid #F44336 !important;
}
.contact-form-wrap .checkbox-wrap input[type="checkbox"] + label::before, .contact-form-wrap .checkbox-wrap input[type="checkbox"] + label.error + label::before{
	border:0;
    background-color: #FFFFFF;
}
.contact-form-wrap .checkbox-wrap input[type="checkbox"]:checked + label.error + label::before{
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}
#contact-form .checkbox-wrap > label a{
	color: #FFFFFF;
}
.g-recaptcha.error iframe{
	border:1px solid #F44336 !important;
}

.btn-cpt{
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin-top:30px;
	position: relative;
}
.btn-cpt.processing::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: auto;
	left: auto;
	right: 40px;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #00abd2;
	border-left-color: rgb(246, 158, 54);
	border-left-color: transparent;
	background: transparent;
	animation: rotate 0.8s infinite linear;
	bottom: 50px;
	top: auto;
}
.contact-form-wrap .send-btn {
    color: #FFFFFF;
    padding: 10px 38px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
    border-radius: 21.25px;
    background: #00ABD2;
    display: inline-block;
	border:1px solid #00ABD2;
}
.contact-form-wrap .send-btn:hover{
	background:none;
}
.contact-form-wrap .send-btn::before {
	display:none;
}

#map{
	float: left;
	width: calc(100vw + 20vw);
	height: 765px;
	z-index: -1;
	margin-left: -19vw;
    margin-bottom: -142px;
}
.contact-message{
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 0px;
	color: #FFF;
}
/*-contact page end-*/

/*policy page*/
.policy-intro-wrap{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
	align-items: flex-start;
}
.policy-intro{
	width:calc(100% - 370px);
	padding-right: 60px;
}
.Requir-wrap{
	width:370px;
	border-radius: 15px;
	padding: 40px;
	background-color: #253B86;
	box-shadow: 0 25px 40px -20px rgba(37,59,134,0.7);
}
.Requir-wrap *{
	color:#FFFFFF;
}
.Requir-wrap h3{
	font-size: 22px;
	line-height: 26px
}
.Requir-wrap p{
	font-size: 14px;
	line-height: 22px;
}
.Requir-wrap p a, .Requir-wrap li a{
	text-decoration: underline;
}
.Requir-wrap p a:hover, .Requir-wrap li a:hover{
	color:#FFFFFF;
	text-decoration: none;;
}
.Requir-wrap a.btn-primary:hover{
	color:#FFFFFF;
}

.policy-wrap{
	width:100%;
	float:left;
}
ul.policy-list-wrp{
	display:flex;
	flex-wrap: wrap;
	width:calc(100% + 50px);
	margin: 0px;
	padding: 0;
	margin-top: 60px;
	margin-left: -20px;
}
ul.policy-list-wrp > li{
	list-style: none;
	width:47%;
	margin:19px;
	position: relative;
	padding: 40px 40px 70px 40px;
	border-radius: 15px;
	background-color: #F5F5F5;
}
.com_policy  ul.policy-list-wrp > li{
	min-height: 340px;
}

.policy-wrap .btn-primary{
	position:absolute;
	bottom: 40px;
}
.policy-list-wrp h3{
	font-size:32px;
	line-height:42px;
}
.policy-list-wrp h3 a{
	color: #253B86;
}
.policy-list-wrp ul, .policy-list-wrp ol{
	margin: 0px 0px 20px 0px;
}
.policy-list-wrp p, .policy-list-wrp ul li, .policy-list-wrp ol li{
	font-size: 14px;
	line-height: 22px;
	color:#333333;
	font-weight: 400;
}

.Requir-wrap .btn-primary::before{
	background: #FFFFFF;
}
.alliances-wrap .member-carousel-wrap{
	margin:0px;
}
/*policy page end*/



.owl-carousel.card-carousel .owl-stage-outer{
	overflow: visible!important;
}
.owl-carousel .owl-stage-outer{
	z-index: 9;
}
.event-attach-wrap{
	float:left;
	width:100%;
	position: relative;
}
.event-attach-wrap .upload_container.reg-downlod-btn {
    position: absolute;
    top: 64.7%;
    left: 0px;
    margin: 0px;
    width: 320px;
	z-index: 3;
	height:50px;
}
#updfeature.btn-attach{
	padding:0px;
}
.upload_container .ajax-file-upload{
	height:33px;
	z-index: 9;
}
.upload_container .ajax-file-upload input[type="file"]{
	width:100%!important;
	height:42px!important;
}
.event-attach-wrap .upload_container .btn-attach.btn-primary.download{

	opacity: 0.01;
}
.event-attach-wrap div[style="color:red;"], .event-attach-wrap span[style="color:red;"]{
	font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
    white-space: nowrap;
}
.ajax-file-upload-statusbar{
	text-align: left!important;
}
.uploaded_files .doc-icon a{
	float:left;
}
.uploaded_files a.remove_doc{
    background: #847e7e;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 100%;
    margin: 4px;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.uploaded_files{
	margin-top: -10px;
	float:left;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

.upload_container .ajax-file-upload{
    min-width:305px!important;
}
.ajax-file-upload form{
    float: left;
    width: 305px;
    height: 50px;
    top: 0px;
    position: absolute!important;
    left:0px!important;
    top:0px!important;
    z-index: 999;
    overflow:hidden;
    cursor:pointer!important;
}
.upload_container .ajax-file-upload input[type="file"]{
    position: absolute!important;
    width:100vw!important;
    cursor: pointer!important;
    left:-280px !important;
    height:50px!important;
    top:0px!important;
}

.event-attach-wrap .upload_container.reg-downlod-btn {
    margin-top: -60px;
}
.event-attach-wrap .radio-custom-label p{
	margin-bottom:0px!important;
}

/*--Date picker start--*/
.datepicker{
	border-radius:10px;
	padding:10px;
}
.datepicker table tr td, .datepicker table tr th{
	width:40px;
	height:40px;
	border-radius:5px;
	font-family: poppins, sans-serif;
	font-weight: 400;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background: #00ABD2;
	color:#FFFFFF;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{
	background: #00ABD2;
	color:#FFFFFF;
}

/*--Date picker end--*/


/*SEARCH page*/
.inner-section.search-page{
	padding-bottom: 120px;
}
.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:70px;
	margin: 0;
}

#searchForm .select-wrap{
	    top: -3px;
}
#searchForm .select-options {
	top: 32px;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #444444;
    cursor: pointer;
}
#searchForm .select-wrap .select-styled{
	padding: 7px 17px 6px 8px;
	height: 32px;
	    background: none;
	color:#28324d;
}
#searchForm .select-wrap .select-styled:after{
	background-size: 10px;
	right: 6px;
    top: 11px;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#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:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
.com_search-search .search{
	float: left;
    width: 100%;
    /*margin-bottom: 100px;*/
}
#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 #28324d;
	padding:2px 14px;
	padding-left: 0px;
	font-family: poppins, sans-serif;
	background:transparent;
	font-size: 20px;
	line-height: 33px;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#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{
	background: url(../images/Search.svg) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 24px;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#00ABD2;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0px;
    padding:14px 0 10px;
}
#searchForm .form-limit {
	float: right;
   /* display: inline-block;*/
    padding: 5px;
	padding-right: 0px;
	/*position:absolute;
	top:0px;
	width: 170px;
    top: 133px;
    right: 15px;*/
}
#searchForm .form-limit .bootstrap-select{
	float:right;
	width:100px!important;
}
#site-wrapper .form-limit .bootstrap-select .dropdown-toggle{
	min-width: 0px;
	height:30px;
}
#site-wrapper .form-limit .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	line-height: 28px;
	text-indent: 0px;
}
#site-wrapper .form-limit .bootstrap-select .dropdown-toggle::after{
	top:9px;
}
#searchForm .form-limit label {
    color: #444444;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top:5px;
}
/*#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 legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight:600;
}
#searchForm .phrases-box, #searchForm.ordering-box {
   float: left;
	margin-right: 20px;
	line-height: 100%;
	margin-top: -2px;
}
#searchForm .phrases label, #searchForm .only label {
    color: #444444 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
}
#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;
	top: 0px;
	position: relative!important;
}
 #searchForm fieldset .checkbox {
	 line-height: 100%;
	 top: -2px;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right: 10px;
	margin-left: 0px;
	position: relative !important;
	top: 2px;
}
#searchForm fieldset input[type="checkbox"]{
	float: none;
}
#searchForm .search .search-results a {
	color:#2c3e50;
	
}

h3.cat_title_search{
	margin-top:30px;
	float: left;
	width: 100%;
}
.search-results > h3.cat_title_search:nth-child(1){
	margin-top:0px;
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 16px;
    color:#00ABD2;
    font-weight: 600;
	float: left;
	width: 100%;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	color: #253B86;
}
dl.search-results{
	color:#00ABD2;
	font-family: poppins, sans-serif;
	font: 14px;
}
dl.search-results .highlight{
	color:#00ABD2;
}
dl.search-results .cat_type_title{
	font-weight: bold;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	font-size: 16px;
    line-height: 26px;
	color: #5c6377;
    margin-bottom: 0px;
}
.search-page ul.pagination li{
	margin:0px 4px;
}
.search-page ul.pagination li:empty{
	display:none;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#253B86;
	font-size:13px;
	display: none;
}
.search-page div.pagination{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: center;
}
.search-page div.pagination > span{
	display:inline-box;
	width:30px;
	height:25px;
	margin:0px 10px;
	position: relative;
}
.search-page div.pagination > *:nth-child(2){
	order:3;
}
.search-page div.pagination > .icon-next:nth-child(2){
	display:none;
}
.search-page div.pagination .icon-previous, .search-page div.pagination .icon-next{
	content: '';
	display: block;
    width: 20px;
    height: 25px;
    margin: auto;
    background: url(../images/arrow-gray-light.svg) no-repeat;
    background-size: 16px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	color:transparent;
	background-position: center;
}
.search-page div.pagination .icon-next{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}
.search-page div.pagination ul.pagination{
	width:auto!important;
}
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 #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 #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 #searchForm  .select-styled::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 10px;
    width: 30px;
    height: 24px;
    margin: 0px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    background: url(../images/Arrow-Down-blue.svg)no-repeat center;
    background-size: 18px;
	
}
.com_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 #searchForm .select-options li:hover {
    color: #FFFFFF;
    background:#1db0f2;
}
.com_search #searchForm .select-options li{
	cursor: pointer; 
	text-align: center;
	margin: 0;
	list-style: none!important;
}
.com_search .element-invisible{
	display:none;
}

/*.com_search .search-wrap .search-btn{
	display:none;
}
.com_search .search-wrap {
	pointer-events:none;
}*/

.select-options .mCSB_scrollTools{
	    width: 7px;
}
.select-options .mCSB_inside > .mCSB_container {
    margin-right:0px;
}
.select-options .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	 width: 5px;
}
.select-options .mCSB_scrollTools .mCSB_draggerRail{
	background:none;
}
/*search page end*/


/*preloader*/
.btn-align-centr{
	position:relative;
}
.sbscrb-btn-wrqp{
	position:relative;
}
.preloader, .loader_subscriber,  #register-popup-event-form .loader {
    width:30px;
	height: 30px;
	position:absolute;
	display:none;
    left: 20px;
	top: 2px;
}
.preloader::after, .loader_subscriber::after, #register-popup-event-form .loader::after{
	content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin:auto;
    left:-50%;
	right: -50%;
    z-index: 1;
    border-radius: 50%;
    border:2px solid #00abd2;
    border-left-color: rgb(246, 158, 54);
    border-left-color: transparent;
    background: transparent;
    animation: rotate 0.8s infinite linear;
}
#subscribepopup .modal-right{
	position:relative;
}
#subscribepopup .loader_subscriber{
	display: block;
	bottom: 40px;
	top: auto;
	left: 40px;
}
.reg-apply-btn{
	position: relative;
}
.reg-apply-btn .loader {
    width:30px;
	height: 30px;
	position:absolute;
	display:none;
    left: 275px;
    top: 3px;
}
.reg-apply-btn .loader::after{
	content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin:auto;
    left:-50%;
	right: -50%;
    z-index: 1;
    border-radius: 50%;
    border:2px solid #00abd2;
    border-left-color: rgb(246, 158, 54);
    border-left-color: transparent;
    background: transparent;
    animation: rotate 0.8s infinite linear;
}
@-moz-keyframes rotate {
	0% {
		-moz-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes rotate {
	0% {
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
/*preloader end*/
.video iframe{
	float:left;
	margin-right: 25px;
}
.video iframe[style="float: right;"]{
	float:right!important;
	margin-right: 0;
	margin-left:25px;
}
.video iframe[style="display: block; margin-left: auto; margin-right: auto;"]{
	float:none!important;
	margin-bottom:10px;
	margin-top:10px;
}
p img{
	float: left;
	margin-right:25px;
	margin-bottom:15px;
}
p img[style="float: right;"], img[style="float: right;"]{
	float: right!important;
	margin-right:0;
	margin-left:25px;
}
p img[style="display: block; margin-left: auto; margin-right: auto;"], img[style="display: block; margin-left: auto; margin-right: auto;"]{
	float:none!important;
	margin-bottom:10px;
	margin-top:10px;
}


/*Custom Scrollbar*/

.banner-wrap .banner-cont, .article-slider-wrap .banner-cont{
	height:350px!important;
}
.home-banner .banner-wrap .banner-cont{
	height: 260px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.mCSB_scrollTools{
	width: 9px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background-color:transparent!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	background-color: rgba(194, 205, 209, 0.8)!important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: rgba(194, 205, 209, 0.8)!important;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity:1!important;
}
/*Custom Scrollbar end*/

section.error-page{
	float:left;
	width:100%;
	position:relative;
	padding:40px 0px 100px;
	min-height:calc(100vh - 527px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-page .btn-prime {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    padding: 10px 28px;
    display: inline-block;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    border-radius: 21.25px;
    background: #00ABD2;
}
.error-page h1{
	font-weight: 400;
	line-height: 50px;
}
.error-page h1 span{
	font-size:60px;
	font-weight: 900;
}

.com_users .controls{
	margin-bottom:10px;
}
.com_users .controls > input {
    width: 100%;
	max-width: 430px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 6px 5px 6px 10px;
    font-family: poppins, sans-serif;
}
.com_users .controls > input:focus {
    border-color: #00ABD2 !important;
}
.com_users .controls .btn-primary {
    color: #FFFFFF;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
    border-radius: 21.25px;
    background: #00ABD2;
    margin-bottom: 60px;
    display: inline-block;
    border: 2px solid #00ABD2;
	margin-top:10px;
}
.com_users .controls .btn-primary::before {
	display:none;
}
.backbtn{
	float: left;
	width:100%;
}
.backbtn a{
	position: relative;
	padding-left:30px;
	margin-bottom:20px;
	float: left;
	/*display: inline-block;*/
	/*width:100%;
	position: absolute;
	padding-left: 40px;
	margin-bottom: 10px;*/
}
.backbtn a::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top:2px;
    left:0;
    margin: auto;
    background: url(../images/arow-l-bl.svg) no-repeat;
    background-size: 20px;
}

.member_group_select{
	float:left;
	width:100%;
}
.member_group_select .radio-wrap{
	margin-right:15px;
}
.member_group_select .radio-wrap input[type="radio"]{
	width: auto!important;
}
.member_group_select .radio-wrap .radio-custom-label{
	pointer-events: auto;
	cursor: default;
}
.member_group_select .radio-wrap .radio-custom-label a{
	color: #333333;
}
#eventPaymentModal .typeModalMsg{
	display:inline-block;
	padding:30px
}

/*@media - Karakas*/

@media only screen and (max-width: 1800px) {
	.card-carousel {
		padding-right:0px;
	}
}
@media only screen and (max-width: 1750px) {
	.list-item-wrap > li{
		width: 29.1%;
		/*width:29.66%;*/
	}
	
}
@media only screen and (max-width: 1660px) {
	ul.policy-list-wrp li{
		width:46.5%;
	}
	
}
@media only screen and (max-width: 1600px) {
	.topic-carousel .owl-item {
		/*width: 275px !important;*/
	}
}
@media only screen and (max-width: 1550px) {
	header::after {
		left: -40vw;
	}
	
	.com_policy header::after, .view-publications header::after,
	.view-events  header::after, .com_member header::after, .com_contact header::after,
	.com_team header::after, .com_topicnetworks header::after, .com_content.view-article header::after,
	.com_search header::after, .com_publications.no-highlight header::after{
		left: -40vw;
	}
	/*.container {
		max-width: 84%;
	}*/
	
	.home-banner .banner-item-wrap{
		height: 490px;
	}
	.home-banner .item-hight {
		margin-bottom:55px;
	}
	.home-banner .banner-item-dic .banner-cont{
		margin-top:0px;
	}
	.home-banner .banner-wrap .banner-item-dic{
		padding: 45px 75px 40px 40px;
	}
	.home-banner .banner-wrap .savedate{
		margin-bottom:0px;
	}
	
	.home-section .infograph-bg::after {
		left: -45vw;
	}
	
	.home-new-wrap ul.news-wrap > li {
		width:27.2%;
	}
	
	.article-infograph::after {
		left: -36vw;
	}
	
	.com_policy .article-infograph::after {
    	left: -35vw;
	}
	.card-carousel .owl-nav{
		/*right:13%;*/
	}
	.card-carousel {
		/*width: calc(100vw - 35.2vw);*/
		/*padding:0px;*/
		padding-right:50px;
		width: calc(100% + 120px);
		margin-right: -120px;
	}
	.card-carousel .owl-nav{
		right:115px;
	}
	.card-carousel .owl-item{
		/*width: calc(100vw / 5.1) !important;*/
	}
	.card-carousel .owl-stage-outer{
		/*width:auto!important;*/
	}
	.subscribe-sec .subscribe-wrap::before {
		top: -57px;
		left: -2vw;
	}
	.subscribe-sec .subscribe-dsc {
		padding-left: 4%;
	}
	.topicaccord.infograph-bg::after {
		left: -71vw;
		top: -170px;
	}
	.infograph-bg.teaminfograph::after{
		top: 50px;
		left: -31vw;
	}
	.infograph-bg.commityinfograph::after {
		top: 80px;
		left: -35vw;
	}
	.topicwrap.infograph-bg::after {
		left: -35vw;
	}
	.topic-carousel .owl-item {
		/*width: calc(100vw/5.02)!important;*/
	}
	
	footer::after {
		left:-50px;
		width: 185%;
		background-position: right;
	}
	.article-accord-wrap .partner-list li{
		width:19.4%;
	}
	.topic-carousel .card-wrap h3{
		font-size: 23px;
	}
	
	.com_publications.view-category .banner-carousel .banner-item-wrap {
		height: 500px;
	}
	.com_publications .banner-cont{
		max-height:300px!important;
	}
	#subscribepopup .loader_subscriber{
		bottom: 30px;
		left: 30px;
	}
	
	
}

@media only screen and (max-width: 1420px) {
	.container {
		max-width: 90%;
	}
	.list-item-wrap > li{
		margin:15px;
		width: calc(33.33% - 30px);
	}
	.list-item-wrap{
		width: calc(100% + 30px);
		margin-left: -15px;
	}	
	section.inner-section {
		padding-bottom: 110px;
	}
	.card-carousel .owl-item{
		/*width: calc(100vw / 5.28)!important;*/
	}
	.modal-dialog{
		margin-top: 12vh;
	}
	.tab-team-wrap .intro-text .text-center{
		width:86%;
	}
}







