

/*

Theme Name: SSXTHEME

Theme URI: http://demo.com/themes/ssxtheme

Author: the ssx team

Author URI: http://demo.com/

Description: The SSXTHEME theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: ssxtheme





*/


/**

 * 1.0 Reset

 *

 * Modified from Normalize.css to provide cross-browser consistency and a smart

 * default styling of HTML elements.

 *

 * @see http://git.io/normalize

 * ----------------------------------------------------------------------------

 */

* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}


html,
body {
	width: 100%;
	font-size: 20px;
	line-height: 1.3;
	color: #707070;
	font-family: 'nimbus_sans';
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

*::-webkit-input-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

*::-moz-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

*:-ms-input-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	margin: 0px 0 0 0px;
	display: inline-block;
	vertical-align: top;
}

.login_section {
  display: none;
}

button,
input,
textarea,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
}

:focus,
input:focus,
textarea:focus {
	outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: none;
}


/* common */

a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	text-decoration: none;
	outline: none;
	color: #e21350;
}

ul,
ol {
	margin-bottom: 15px;
	list-style-position: inside;
}

.clear {
	clear: both;
	overflow: hidden;
}

img {
	border: 0px;
	outline: none;
	display: block;
	max-width: 100%;
}

h1 {
	margin-bottom: 38px;
	font-size: 50px;
	color: #707070;
	font-family: 'nimbus_sans';
	font-weight: 300;
	line-height: 1.3;
}

h2 {
	font-size: 30px;
	color: #707070;
	font-weight: 300;
	font-family: 'nimbus_sans';
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-family: 'nimbus_sans';
}

h4 {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'nimbus_sans';
	color: #e21350;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-family: 'nimbus_sans';
}

h6 {
	font-size: 16px;
	font-family: 'nimbus_sans';
}

p {
	padding-bottom: 25px;
}

p a {
	text-decoration: underline;
	color: #e21350;
}

p a:hover {
	text-decoration: none;
}

#back-to-top {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
	position: fixed;
	bottom: 20px;
	display: none;
	right: 15px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	opacity: 0;
	background: #006bb6;
}

#back-to-top:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	margin: -15px 0 0 -10px;
}

#back-to-top.show {
	opacity: 0.8;
}

#back-to-top.show:hover {
	opacity: 1;
}

a.close,
a.mobilemenu {
	display: none;
}

.btn {
	padding: 0 5px;
	min-width: 58px;
	height: 26px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #656565;
}

.btn:hover {
	background-color: #e21350;
}

#wrapper {
	padding-top: 132px;
	width: 100%;
	position: relative;
}

.wrapper {
	padding-right: calc((100% - 1670px) / 2);
	padding-left: calc((100% - 1670px) / 2);
	position: relative;
}


/*header-part*/

#header-part {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}


/*top bar*/

.top-bar {
	padding-top: 52px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 240ms linear;
	-webkit-transition: all 240ms linear;
}

.top-bar .logo {
	margin-left: -70px;
}

.top-bar .logo img {
	transition: all 240ms linear;
}

.fixed .top-bar .logo img {
	max-width: 107px;
}

.fixed .top-bar {
	padding-top: 16px;
	padding-bottom: 14px;
	align-items: center;
	box-shadow: 0px 0px 3px rgb(99 99 99 / 10%);
}

.fixed .top-bar ul {
	margin-bottom: 0;
	list-style: none;
}

.fixed .nav-bar ul li {
	padding: 13px 17px 15px;
	font-size: 21px;
}


/*nav bar*/

.nav-bar {
	margin-right: -75px;
}

.nav-bar ul {
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.nav-bar ul li {
	padding: 0 17px 15px;
	font-family: 'helvetica_neue65_medium';
	font-size: 21px;
	font-weight: 500;
	position: relative;
}

.nav-bar ul li a {
	color: #707070;
}

.nav-bar ul li.current_page_item>a,
.nav-bar ul li:hover>a,
.nav-bar ul li.current_page_parent>a {
	color: #e32b50;
}

.nav-bar ul li:last-child {
	padding-right: 0;
}

.nav-bar ul .sub-menu {
	width: 210px;
	position: absolute;
	top: 100%;
	left: -15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #656565;
	z-index: 99;
	display: none;
	background-color: #dddddd;
}

.nav-bar ul .sub-menu li {
	padding: 12px 7px 11px 14px;
	width: 100%;
	font-size: 14px;
	color: #707070;
	border-bottom: 1px solid #cccccc;
}

.nav-bar ul li:hover>.sub-menu {
	display: block;
}

.nav-bar ul .right ul ul {
	left: -100% !important;
}

.nav-bar ul ul ul {
	left: 100% !important;
	top: 0 !important;
	display: none;
}

.nav-bar ul li .menu-arrow {
	position: absolute;
	right: 13px;
}

.nav-bar ul li .menu-arrow:before {
	content: '\25b6';
	font-size: 75%;
	line-height: 1.9;
	vertical-align: top;
	display: inline-block
}

a.menu-toggle {
	display: none;
}


/*content part*/

#content-part {
	margin-top: 60px;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

#content-part:before {
	content: '';
	position: absolute;
	left: 50px;
	top: 360px;
	width: 50px;
	height: 100%;
	background: url(images/line-img.png) no-repeat;
	background-size: cover;
}

.line {
	margin-bottom: 8px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.line span {
	height: 7px;
	display: block;
}

.line .red {
	width: 27%;
	background-color: #e32b50;
}

.line .black {
	width: 6%;
	background-color: #656565;
}

.line .gray {
	width: 65%;
	background-color: #dddddd;
}

.full-section {
	padding-left: 82px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left-part {
	width: 72%;
}

.right-part {
	margin-right: -75px;
	width: 26.7%;
}

.right-part .row {
	padding: 38px 50px;
	width: 100%;
	height: calc(100% - 14px);
	position: relative;
	background-color: #f7f7f7;
}

.right-part.inner .row {
	height: auto;
}

.right-part .row:after {
	content: '';
	width: 176px;
	height: 176px;
	position: absolute;
	right: 48px;
	bottom: -100px;
	background: url(images/dot-img.png) no-repeat;
	background-size: cover;
}

.right-part .line .red {
	width: 43%;
}

.right-part .line .black {
	width: 14%;
}

.right-part .line .gray {
	width: 39%;
}


/*banner bar*/

.banner-bar {
	margin-bottom: 35px;
	width: 100%;
}

.banner-bar img {
	width: 100%;
}


/*events bar*/

.events-bar {
	margin-bottom: 65px;
	width: 100%;
	text-align: center;
	position: relative;
}

.events-bar:before {
	content: '';
	width: 176px;
	height: 176px;
	position: absolute;
	left: -98px;
	top: 30px;
	background: url(images/dot-img.png) no-repeat;
	background-size: cover;
}

.events-bar h4 {
	text-align: right;
}

.events-bar ul {
	margin-bottom: 20px;
	position: relative;
	list-style: none;
}

.events-bar ul li {
	margin-bottom: 6px;
}

.events-bar ul li a {
	padding: 12px 65px 12px 43px;
	width: 100%;
	color: #707070;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 2px solid #e32b50;
	background-color: #fff;
	background-image: url(images/calender-icon.svg);
	background-repeat: no-repeat;
	background-position: 14px center;
}

.events-bar ul li a span {
	padding: 0 5px;
	width: 58px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	position: absolute;
	right: 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	justify-content: center;
	font-weight: 400;
	background-color: #656565;
}

.events-bar ul li a span:hover,
.events-bar .btn:hover,
.feature-bar .btn:hover {
	background-color: #e21350;
}

.events-bar .btn {
	padding: 0 5px;
	min-width: 78px;
	height: 26px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #656565;
}


/*feature bar*/

.feature-bar {
	width: 100%;
}

.feature-bar figure {
	margin-bottom: 30px;
}

.feature-bar p {
	color: #707070;
	font-size: 17px;
}

.feature-bar .btn {
	padding: 0 5px;
	min-width: 58px;
	height: 26px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #656565;
}

.feature-bar .btn:hover {
	background-color: #e21350;
}


/*service bar*/

.service-bar {
	width: 100%;
}

.service-bar ul {
	margin: 0 -25px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.service-bar ul li {
	padding: 0 25px;
	width: 33.33%;
	text-align: center;
}

.service-bar .full {
	padding: 59px 45px 99px;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f7f7f7;
}

.service-bar figure {
	margin-bottom: 35px;
}

.service-bar figure img {
	margin: auto;
}

.service-bar h3 {
	margin-bottom: 15px;
	font-size: 30px;
	color: #e21350;
	font-weight: 400;
	line-height: 1.5;
}

.service-bar p {
	font-size: 20px;
	color: #707070;
	line-height: 1.4;
}

.service-bar .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 68px;
}


/*priorities bar*/

.priorities-bar {
	padding-top: 107px;
	margin-bottom: 60px;
	width: 100%;
}

.priorities-bar h2 {
	margin-bottom: 35px;
	text-align: center;
}
/* .priorities-bar p { font-size: 20px; line-height: 1.4;} */
.priorities-bar .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	z-index: 99;
	display: inline-block;
	font-size: 0;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.priorities-bar .slick-prev {
	display: none !important;
	left: 0;
	background-image: url(images/prev-arrow.png);
}

.priorities-bar .slick-next {
	right: 0;
	background-image: url(images/next-arrow.png);
}

.priorities-bar .column {
	padding: 0 40px;
}

.priorities-bar .title {
	margin-bottom: 30px;
	color: #e21350;
	font-size: 30px;
	font-weight: 400;
}

.priorities-bar .slick-list {
	margin: 0 -40px;
	padding: 0 40% 0 0 !important;
}

.priorities-bar .line {
	margin-bottom: 22px;
}

.priorities-bar .slick-list:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 298px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 34%);
}


/*news bar*/

.news-bar {
	margin-bottom: 68px;
	width: 100%;
	text-align: center;
}

.news-bar .full {
	padding: 9px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #707070;
	background-color: #dddddd;
}

.news-bar .title {
	align-items: center;
	width: 11%;
	font-size: 18px;
	color: #707070;
	text-transform: uppercase;
	font-weight: 400;
}

.news-bar .link {
	padding: 0 12px;
	height: 33px;
	display: inline-flex;
	align-items: center;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	background-color: #cccccc;
}

.news-bar .link:hover {
	background-color: #e21350;
}

.news-bar .row {
	width: 89%;
}

.news-bar .item {
	padding: 0 6px;
}

.news-bar h2 {
	margin-bottom: 10px;
}


/*latest bar*/

.latest-bar {
	width: 100%;
}

.latest-bar .row {
	margin: 0 -45px 112px;
	display: flex;
	flex-wrap: wrap;
}

.latest-bar .column {
	padding: 0 45px;
	width: 33.33%;
}

.latest-bar figure {
	margin-bottom: 18px;
}

.latest-bar figure img {
	width: 100%;
	height: auto;
}

.latest-bar .title {
	margin-bottom: 4px;
	font-size: 32px;
	font-weight: 300;
	color: #707070;
	line-height: 1.1;
}

.latest-bar .dateBar {
	margin-bottom: 13px;
	display: block;
	font-size: 13px;
	color: #707070;
}

.latest-bar p {
	color: #707070;
	font-size: 18px;
	line-height: 1.4;
}

.latest-bar .content {
	position: relative;
}

.latest-bar .cat {
	margin: 17px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	max-width: 88%;
    float: right;
}

.latest-bar .cat li {
	padding: 0 5px 10px;
}

.latest-bar .cat li a {
	padding: 0 17px;
	height: 33px;
	display: inline-flex;
	align-items: center;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	background-color: #ccc;
}

.latest-bar .cat li a:hover {
	background-color: #e21350;
}

.latest-bar .read-more {
	position: absolute;
	top: 20px;
	left: 0;
}

.latest-bar .content p {
	padding-bottom: 0; position: relative;
}

.latest-bar.inner .column {
	margin-bottom: 60px;
}


/*members bar*/

.members-bar {
	margin-bottom: 115px;
	width: 100%;
}

.members-bar h2 {
	margin-bottom: 57px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
}

.members-bar .item {
	padding: 0 24px;
}

.members-bar .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	z-index: 99;
	display: inline-block;
	font-size: 0;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.members-bar .slick-prev {
	left: 0;
	background-image: url(images/prev-arrow.png);
}

.members-bar .slick-next {
	right: 0;
	background-image: url(images/next-arrow.png);
}

.members-bar .slick-list {
	margin: 0 -24px;
}

.members-bar .slick-list:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 298px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 52%);
}

.members-bar .slick-list:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 298px;
	height: 100%;
	z-index: 99;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 52%);
}


/*follow bar*/

.follow-bar {
	margin-bottom: 50px;
	width: 100%;
}

.follow-bar h2 {
	margin-bottom: 0;
	display: inline-block;
}

.follow-bar .top {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
}

.follow-bar .social {
	margin-left: 12px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.follow-bar .social li {
	padding: 0 5px;
}

.follow-bar .social li a {
	width: 35px;
	height: 34px;
	display: inline-flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

.login_section {
	margin-top: 80px;
	margin-bottom: 45px;
	padding-top: 75px;
	width: 100%;
	position: relative;
	border-top: 7px solid #dddddd;
}

.login_section:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -50px;
	width: 50px;
	height: 7px;
	background-color: #dddddd;
}

.login_section:after {
	content: '';
	position: absolute;
	top: -7px;
	right: -50px;
	width: 50px;
	height: 7px;
	background-color: #dddddd;
}

.login_section label {
	display: none;
}

.login_section p {
	padding-bottom: 0;
}

.login_section h3 {
	margin-bottom: 15px;
	font-size: 27px;
	color: #e21350;
	font-weight: 700;
}

.login_section .input {
	margin-bottom: 15px;
	padding: 3px 15px;
	width: 100%;
	height: 53px;
	border: 1px solid #dddddd;
	font-size: 17px;
	border-radius: 0;
	background-color: #ffffff;
}

.login_section .button {
	width: 100px;
	height: 37px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0;
	font-family: 'nimbus_sans';
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #e21350;
}

.login_section .button:hover {
	background-color: #cd003c;
}


/*content bar*/

.content-bar {
	margin-bottom: 110px;
	width: 100%;
}

.content-bar p { line-height: 1.4; }

.content-bar h2 { margin-bottom: 12px; }

.content-bar ul li { margin-bottom: 12px; }

.content-bar ul { margin-left: 23px; list-style-position: outside; }

.content-bar .dateBar {
	margin-bottom: 28px;
	display: block;
	color: #e21350;
	font-size: 30px;
}

.content-bar .line {
	margin-bottom: 20px;
}

.content-bar h1 {
	margin-bottom: 22px;
}

.content-bar .line .red {
	width: 18%;
}

.content-bar .line .gray {
	width: 74%;
}


/*footer bar*/

.footer-bar {
	padding-top: 146px;
	padding-bottom: 145px;
	width: 100%;
	background-color: #707070;
}

.footer-bar .row {
	/* padding-left: 121px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* max-width: 1595px; */
	max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.footer-bar .f-logo {
	margin-bottom: 30px;
}
.footer-bar .column {
	width: 68%;
	display: flex;
	flex-wrap: wrap;
}

.footer-bar .social ul {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.footer-bar .social ul {
	gap: 10px;
}
.footer-bar .social li {
	padding: 0 0px;
}

.footer-bar .social li a {
	width: 44px;
	height: 44px;
	display: inline-flex;
	color: #707070;
	align-items: center;
	justify-content: center;
	background-color: #ddd;
}

.footer-bar .social li a:hover {
	color: #000;
	background-color: #fff;
}

.footer-bar .half {
	width: 37%;
}

.footer-bar .half:last-child {
	padding-left: 28px;
	width: 50%;
}

.footer-bar .menu {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.footer-bar .menu li {
	margin-bottom: 10px;
	width: 100%;
	font-family: 'helvetica_neue65_medium';
	font-weight: 500;
}

.footer-bar .menu li a {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.footer-bar .social ul li a {
	position: relative;
}
.footer-bar .social ul li a i.fa-twitter:before {
    background: url(https://www.unpa.com/wp-content/uploads/2023/09/TwitterX.png) no-repeat;
    content: '' !important;
	filter: invert(50%) sepia(0%) saturate(1881%) hue-rotate(167deg) brightness(87%) contrast(90%);
    position: absolute;
	width: 17px;
    height: 16px;
    background-size: contain;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-bar .social ul li a:hover i.fa-twitter:before {
	filter: none;
}
.share-list li:last-child a::before {
    content: '';
    position: absolute;
    background: url(https://www.unpa.com/wp-content/uploads/2023/09/TwitterX.png) no-repeat;
    width: 17px;
    height: 16px;
    background-size: contain;
    top: -13px;
}
.share-list li:last-child a {
    position: relative;
    font-size: 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.footer-bar .menu li a:hover,
.footer-bar .menu li.current-menu-item>a {
	color: #e21350;
}

.footer-bar .code-widget {
	font-size: 18px;
	line-height: 38px;
	color: #fff;
}

.footer-bar .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.footer-bar .link {
	margin: 0 -9px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.footer-bar .link li {
	padding: 0 9px;
	font-size: 18px;
	line-height: 38px;
	position: relative;
}

.footer-bar .link li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #fff;
}

.footer-bar .link li a {
	color: #fff;
}

.footer-bar .link li:last-child:before {
	display: none;
}

.share-list {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	position: absolute;
	top: 168px;
	/* left: -46px; */
	left: -28px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.share-list li {
	padding: 0 10px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'helvetica_neue65_medium';
	position: relative;
}

.share-list li a {
	color: #707070;
}

.share-list li a:hover {
	color: #000;
}

.share-list li:before {
	content: '/';
	position: absolute;
	right: -4px;
}

.share-list li:last-child:before {
	display: none;
}

.alignleft {
	margin-right: 2em !important;
	margin-top: 1.5em;
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

.error404 .content-area {
	text-align: center;
}

.membership-form { width: 100%; overflow: hidden; max-width: 800px;}
.membership-form p { font-size:18px; padding-bottom: 15px;}
.membership-form p a { color: #707070; text-decoration: none; }
.membership-form p a:hover { color: #e21350; }
.membership-form h2 { font-size: 24px; text-transform: unset;margin: 0 0 20px;font-weight: 600; }
.membership-form h3 { font-size: 22px; text-transform: unset;margin: 0 0 20px;font-weight: 600; }
.membership-form .form-group { width: 100%; float: left; margin-bottom: 20px; }
.membership-form .form-group label { display: block; font-size:16px; margin-bottom: 5px; }
.membership-form .form-group input[type="text"]{ background: #fff; border:1px solid #ccc; border-radius: 4px; width: 100%; padding: 12px; font-size:16px; text-transform: capitalize; }
.membership-form .form-group input[type="email"]{ background: #fff; border:1px solid #ccc; border-radius: 4px; width: 100%; padding: 12px; font-size:16px; text-transform: capitalize; }
.membership-form .form-group.checkbox input[type="checkbox"] { position: absolute; opacity: 0; cursor: pointer; }
.membership-form .form-group.checkbox .wpcf7-list-item-label { position: relative; padding-left: 32px; cursor: pointer;}
.membership-form .form-group.checkbox .wpcf7-list-item-label:before {content:""; position: absolute;top: -3px;left: 0;height: 25px;width: 25px;background-color: #eee; border-radius: 2px; } 
.membership-form .form-group.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after { content:"";  display: block; left: 8px;
top: 0; width: 7px;height: 12px;border: solid white;    border-top-width: medium;border-right-width: medium;border-bottom-width: medium; border-left-width: medium;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); position: absolute;}
.membership-form .form-group.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before { background-color: #2196F3; }

.membership-form .form-group.radio .wpcf7-list-item { margin: 0;}
.membership-form .form-group.radio input[type="checkbox"] { position: absolute; opacity: 0; cursor: pointer; }
.membership-form .form-group.radio .wpcf7-list-item-label { position: relative; padding-left: 32px; cursor: pointer;}
.membership-form .form-group.radio .wpcf7-list-item-label:before {content:""; position: absolute;top: -3px;left: 0;height: 25px;width: 25px;background-color: #eee; border-radius: 50%; } 
.membership-form .form-group.radio input[type="checkbox"]:checked + .wpcf7-list-item-label:after { content: "";display: block;top: 4px;left: 8px;width: 10px;height: 10px;border-radius: 50%;background: white;position: absolute;}
.membership-form .form-group.radio input[type="checkbox"]:checked + .wpcf7-list-item-label:before { background-color: #2196F3; }



.membership-form .form-group.checkbox .wpcf7-list-item { margin: 0 1em 0 0;
width: 40%; }
.membership-form .form-group.checkbox .wpcf7-list-item:last-child { margin-right:0; width: 100%;}

.membership-form .form-button input[type="submit"]{ padding: 12px 20px; color: #fff;font-size: 20px;cursor: pointer;border-radius: 0;font-family: 'nimbus_sans';border: 0;text-transform: uppercase;font-weight: 400;background-color: #e21350;}
.membership-form .form-button input[type="submit"]:hover { background: #cd003c; }

.membership-form .wpcf7-not-valid-tip { display: none; }
.membership-form .form-group input[type="text"].wpcf7-not-valid { border-color: #f00;}
.membership-form .form-group input[type="email"].wpcf7-not-valid { border-color: #f00; }
.membership-form .scienceTechnology .form-group { margin-bottom: 10px;}







@media only screen and (max-width: 1799px) {
	h1 {
		margin-bottom: 30px;
		font-size: 44px;
		line-height: 1.2;
	}
	h4 {
		margin-bottom: 15px;
	}
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-part {
		margin-right: 0;
	}
	.nav-bar {
		margin-right: 0;
	}
	.nav-bar ul li {
		padding: 0 15px 13px;
		/* font-size: 23px; */
	}
	.top-bar .logo {
		margin-left: 0;
	}
	.top-bar {
		padding-top: 35px;
	}
	#content-part:before {
		width: 32px;
		left: 14px;
	}
	.share-list {
		/* left: -92px; */
		left: -72px;
	}
	.right-part .row {
		padding: 30px;
	}
	.events-bar ul li a {
		padding: 9px 65px 9px 43px;
		font-size: 17px;
	}
	.service-bar h3 {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 1.4;
	}
	.service-bar p {
		font-size: 20px;
	}
	.events-bar {
		margin-bottom: 30px;
	}
	.events-bar:before {
		width: 100px;
		height: 100px;
		left: -102px;
		top: 19px;
	}
	.right-part .row:after {
		width: 100px;
		height: 100px;
		right: 35px;
		bottom: -55px;
		background-size: cover;
	}
	.login_section:before {
		left: -30px;
		width: 18%;
	}
	.login_section:after {
		right: -30px;
		width: 18%;
	}
	.login_section {
		margin-top: 50px;
		margin-bottom: 30px;
		padding-top: 40px;
	}
	#wrapper {
		padding-top: 115px;
	}
	.footer-bar .row {
		/* max-width: 1309px; */
		padding-left: 9%;
		padding-right: 9%;
		margin: auto;
	}
}

@media only screen and (max-width: 1599px) {
	html,
	body {
		font-size: 20px;
		line-height: 1.3;
	}
	h1 {
		margin-bottom: 25px;
		font-size: 40px;
	}
	.events-bar:before {
		width: 100px;
		height: 69px;
		left: -60px;
		top: 23px;
	}
	.service-bar ul li {
		padding: 0 12px;
	}
	.service-bar ul {
		margin: 0 -12px;
	}
	.banner-bar {
		margin-bottom: 22px;
	}
	.service-bar .full {
		padding: 40px 30px 88px;
	}
	.service-bar .btn {
		bottom: 48px;
	}
	.events-bar ul li a {
		padding: 9px 65px 9px 38px;
		font-size: 14px;
		background-position: 9px center;
	}
	.events-bar ul li {
		text-align: left;
	}
	.right-part .row:after {
		height: 65px;
		bottom: -35px;
	}
	.priorities-bar {
		padding-top: 70px;
	}
	.latest-bar .column {
		padding: 0 20px;
	}
	.latest-bar .title {
		margin-bottom: 3px;
		font-size: 30px;
	}
	.latest-bar .row {
		margin: 0 25px 90px;
	}
	.members-bar .item {
		padding: 0 18px;
	}
	.priorities-bar .slick-arrow,
	.members-bar .slick-arrow {
		width: 48px;
		height: 48px;
		background-size: cover;
	}
	.footer-bar .row {
		/* padding-left: 60px; */
	}
	.footer-bar .code-widget,
	.footer-bar .link li {
		font-size: 17px;
		line-height: 34px;
	}
	.footer-bar {
		padding-top: 88px;
		padding-bottom: 88px;
	}
	.login_section h3 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.login_section {
		margin-top: 40px;
		margin-bottom: 30px;
		padding-top: 27px;
	}
	.login_section .input {
		height: 50px;
	}
	.login_section .button {
		font-size: 18px;
	}
	.content-bar {
		margin-bottom: 68px;
	}
	.follow-bar {
		margin-bottom: 0;
	}
	.nav-bar ul li {
		font-size: 21px;
	}
	.feature-bar figure img {
		width: 100%;
		height: auto;
	}
	.fixed .nav-bar ul li {
		padding: 13px 14px 15px;
		font-size: 20px;
	}
	.nav-bar ul .sub-menu li {
		font-size: 14px;
	}
	#sb_youtube_sbyUCFzKQL8xLNpJlGvKnzv5og3 {
		margin-bottom: 50px;
	}
	.footer-bar .row {
		padding-left: 10%;
		padding-right: 10%;
		max-width: 1140px;
		margin: auto;
	}
}

@media only screen and (max-width: 1299px) {
	.nav-bar ul li {
		padding: 0 10px 13px;
		font-size: 19px;
	}
	.left-part,
	.right-part {
		width: 100%;
	}
	.service-bar {
		margin-bottom: 25px;
	}
	.feature-bar figure img {
		width: 100%;
		height: auto;
	}
	.right-part .row {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: space-between;
	}
	.events-bar,
	.feature-bar,
	.login_section {
		width: 48%;
	}
	.events-bar h4 {
		text-align: left;
	}
	.events-bar:before {
		display: none;
	}
	.priorities-bar .column {
		padding: 0 25px;
	}
	.priorities-bar .title {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.latest-bar .title {
		font-size: 25px;
	}
	.latest-bar .column {
		padding: 0 15px;
	}
	.latest-bar .row {
		margin: 0 -15px 70px;
	}
	.latest-bar .cat li a {
		padding: 0 12px;
		height: 29px;
		font-size: 16px;
	}
	.latest-bar .cat li {
		padding: 0 3px 5px;
	}
	.latest-bar .cat {
		margin: 15px -3px 0;
	}
	.members-bar {
		margin-bottom: 75px;
	}
	.members-bar .item {
		padding: 0 8px;
	}
	.members-bar .slick-list:after,
	.members-bar .slick-list:before {
		width: 205px;
	}
	.footer-bar .row {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-bar .column {
		padding: 0 20px;
	}
	.footer-bar .half:last-child {
		padding-left: 18px;
		width: 60%;
	}
	.footer-bar .half {
		width: 40%;
	}
	.footer-bar .social li a {
		width: 40px;
		height: 40px;
	}
	.footer-bar .social li {
		padding: 0 5px;
	}
	.footer-bar .title {
		margin-bottom: 11px;
		font-size: 27px;
	}
	.latest-bar.inner .column {
		margin-bottom: 45px;
	}
	.login_section:before,
	.login_section:after {
		display: none;
	}
	.login_section {
		margin-top: 0;
		border: 0;
	}
	.right-part.inner {
		margin-bottom: 35px;
	}
	.news-bar {
		margin-bottom: 50px;
	}
	.fixed .nav-bar ul li {
		padding: 12px 10px 14px;
		font-size: 18px;
	}
	.nav-bar ul .sub-menu li {
		padding: 7px 7px 7px 14px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1023px) {
	html,
	body {
		font-size: 19px;
	}
	p {
		padding-bottom: 20px;
	}
	h1 {
		margin-bottom: 22px;
		font-size: 35px;
	}
	#content-part {
		margin-top: 40px;
	}
	a.menu-toggle {
		padding: 0 38px 0 0;
		z-index: 1;
		display: block;
		font-size: 22px;
		z-index: 99;
		color: #707070;
		height: 30px;
		line-height: 32px;
		text-transform: uppercase;
		overflow: hidden;
		position: absolute;
		right: 15px;
		top: 17px;
	}
	.menu-toggle span {
		width: 26px;
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		display: block;
		height: 3px;
		position: absolute;
		right: 0;
		top: 14px;
		background-color: #707070;
	}
	.menu-toggle span:before {
		top: -9px;
		transition-property: top, transform;
	}
	.menu-toggle span:after,
	.menu-toggle span:before {
		background-color: #707070;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		width: 100%;
		transition-duration: .3s, .3s;
	}
	.menu-toggle span:after {
		bottom: -9px;
		transition-property: bottom, transform;
	}
	.mm-opened .menu-toggle span {
		background: transparent;
	}
	.mm-opened .menu-toggle span:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		top: -1px;
		background: #707070;
	}
	.mm-opened .menu-toggle span:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		bottom: 1px;
		background: #707070;
	}
	.mm-listview>li.current-menu-item>a,
	.mm-listview>li.current-menu-ancestor>a {
		color: #000;
	}
	.nav-bar nav {
		display: none;
	}
	.top-bar {
		padding-top: 20px;
	}
	.full-section {
		padding-left: 55px;
	}
	.service-bar figure {
		margin-bottom: 17px;
	}
	.service-bar .full {
		padding: 28px 15px 65px;
	}
	.service-bar h3 {
		font-size: 21px;
		line-height: 1.3;
	}
	.service-bar p {
		font-size: 18px;
	}
	.service-bar .btn {
		bottom: 27px;
	}
	.service-bar {
		margin-bottom: 25px;
	}
	.events-bar:before,
	.right-part .row:after {
		display: none;
	}
	.events-bar h4 {
		text-align: left;
	}
	.feature-bar figure img {
		width: 100%;
		height: auto;
	}
	.right-part .row {
		padding: 30px 25px;
	}
	.priorities-bar {
		padding-top: 45px;
		margin-bottom: 45px;
	}
	.priorities-bar .slick-list {
		margin: 0 -25px;
		padding: 0 30% 0 0 !important;
	}
	.priorities-bar .slick-list:after {
		width: 175px;
	}
	.news-bar .title,
	.news-bar .row {
		width: 100%;
	}
	.news-bar .title {
		margin-bottom: 15px;
	}
	.news-bar .full {
		padding: 15px 0;
	}
	.latest-bar .column {
		margin-bottom: 28px;
		padding: 0;
		width: 100%;
	}
	.latest-bar .row {
		margin: 0 0px 38px;
	}
	.news-bar {
		margin-bottom: 33px;
	}
	.priorities-bar .column {
		padding: 0 15px;
	}
	.priorities-bar .slick-list {
		margin: 0 -15px;
	}
	.footer-bar .column {
		width: 80%;
	}
	.footer-bar .f-logo {
		width: 20%;
	}
	.footer-bar .half {
		width: 45%;
	}
	.footer-bar .half:last-child {
		padding-left: 15px;
		width: 55%;
	}
	.footer-bar {
		padding-top: 50px;
		padding-bottom: 42px;
	}
	.footer-bar .code-widget,
	.footer-bar .link li {
		font-size: 16px;
		line-height: 32px;
	}
	.footer-bar .link li {
		padding: 0 7px;
	}
	.footer-bar .link li:before {
		height: 13px;
	}
	.latest-bar.inner .column {
		margin-bottom: 35px;
	}
	#sb_instagram #sbi_images {
		padding: 0 10px 20px !important;
	}
	#header-part {
		position: relative;
	}
	#wrapper {
		padding-top: 0;
	}
	.membership-form .form-group.checkbox .wpcf7-list-item { width: 45%; }
}
@media screen and (max-width: 991px) {
	.footer-bar .menu {
		justify-content: center;
		gap: 20px 35px;
	}
	.footer-bar .menu li {
		width: auto;
	}
	.footer-bar .half:last-child {
		text-align: center;
	}
	.footer-bar .f-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-bar .social ul {
		justify-content: center;
	}
	.footer-bar .menu {
		margin: 30px 0 15px;
	}
	.footer-bar .link {
		justify-content: center;
	}
	.footer-bar .f-logo img {
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
	.share-list,
	#content-part:before {
		display: none;
	}
	.full-section {
		padding-left: 0;
	}
	.service-bar ul li {
		margin-bottom: 15px;
		width: 100%;
	}
	#content-part {
		margin-top: 30px;
	}
	.right-part .row {
		padding: 30px 20px;
	}
	.service-bar h3 br {
		display: none;
	}
	.service-bar {
		margin-bottom: 20px;
	}
	.priorities-bar {
		padding-top: 38px;
		margin-bottom: 30px;
	}
	.priorities-bar h2 {
		margin-bottom: 25px;
	}
	.priorities-bar .slick-list {
		padding: 0 60px 0 0 !important;
	}
	.priorities-bar .slick-arrow,
	.members-bar .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.priorities-bar .slick-list:after {
		width: 72px;
	}
	.news-bar .link {
		padding: 0 10px;
		height: 32px;
		font-size: 17px;
	}
	.footer-bar .f-logo,
	.footer-bar .column,
	.footer-bar .social,
	.footer-bar .half,
	.footer-bar .half:last-child {
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer-bar {
		padding-top: 32px;
		padding-bottom: 15px;
	}
	.footer-bar .half {
		margin-bottom: 0 !important;
	}
	.footer-bar .code-widget,
	.footer-bar .link li {
		line-height: 28px;
	}
	.footer-bar .menu li {
		margin-bottom: 8px;
	}
	.footer-bar .menu {
		margin-bottom: 5px;
	}
	.footer-bar .social ul {
		justify-content: center;
	}
	.latest-bar.inner .column {
		margin-bottom: 30px;
	}
	.content-bar h1 {
		margin-bottom: 15px;
	}
	.events-bar,
	.feature-bar,
	.login_section {
		width: 100%;
	}
	.login_section {
		padding-top: 8px;
		margin-bottom: 0;
	}
	.content-bar {
		margin-bottom: 20px;
	}
	.alignleft,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		margin: 0 !important;
		float: none;
		width: 100%;
		height: auto;
	}
	.membership-form .form-group.checkbox .wpcf7-list-item { width: 100%; margin:0;  }
	.membership-form h2 { font-size: 20px; margin-bottom: 10px;}
	.membership-form h3 { font-size: 20px; margin-bottom: 10px;}
	.membership-form .form-group label { font-size: 16px;}
	.membership-form .form-group { margin-bottom: 15px; }
}

@media only screen and (max-width: 479px) {
	.members-bar .slick-list:after,
	.members-bar .slick-list:before {
		display: none;
	}
	.members-bar .item img {
		margin: auto;
	}
	.members-bar .slick-list {
		margin: 0;
	}
	.members-bar .item {
		padding: 0 50px;
	}
	.priorities-bar .title {
		margin-bottom: 13px;
		font-size: 24px;
	}
	#sb_instagram #sbi_images {
		padding: 0 0 20px !important;
	}
	
}

