html {
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	transition: all 0.5s linear 0s;
}
body, html {
	overflow-x: hidden
}
body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
 color: #FFF;
}
.italic
{
	font-style:italic
}
.check-lab
{
padding-left:35px;
}
.flex-row {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.bounce-left {
	opacity: 0;
	-moz-transform: translate3d(200px, 0, 0px);
	-webkit-transform: translate3d(200px, 0, 0px);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	transform: translate3d(200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-right {
	opacity: 0;
	-moz-transform: translate3d(-200px, 0, 0px);
	-webkit-transform: translate3d(-200px, 0, 0px);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	transform: translate3d(-200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-up {
	opacity: 0;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce {
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
}
.bounce1 {
	-moz-transition: all 900ms ease-out;
	-webkit-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
}
.bounce2 {
	-moz-transition: all 1300ms ease-out;
	-webkit-transition: all 1300ms ease-out;
	-o-transition: all 1300ms ease-out;
	transition: all 1300ms ease-out;
}
.bounce3 {
	-moz-transition: all 1500ms ease-out;
	-webkit-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;
}
.bounce-up.in-view, .bounce-left.in-view, .bounce-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.pd-top-25
{
	padding-top:25px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.2
}
.h100 {
	height: 100%;
}
.flex {
	display: flex
}
.font-16 {
	font-size: 1rem
}
.font-18 {
	font-size: 1.125rem
}
.font-20 {
	font-size: 1.25rem
}
.font-22 {
	font-size: 1.375rem
}
.font-24 {
	font-size: 1.5rem
}
.font-26 {
	font-size: 1.625rem
}
.font-30 {
	font-size: 1.875rem
}
.font-33 {
	font-size: 2.063rem
}
.font-40 {
	font-size: 2.5rem
}
.font-45 {
	font-size: 2.813rem
}
.font-68 {
	font-size: 4.25rem
}
.font-light {
	font-family: 'SourceSansPro-Light';
}
.font-extralight {
	font-family: 'SourceSansPro-ExtraLight';
}
.font-bold {
	font-family: 'SourceSansPro-Bold';
}
.order1 {
	order: 1
}
.order2 {
	order: 2
}
/*on hoverrrrrrrr*/

/* Zoom In #1 */
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}
/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}
/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}
/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}
/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
@keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
/**/
.footer-bottom {
	background: #0c1830;
	padding: 20px 0;
	color: #FFF;
	text-align: right;
}
.footer-bottom a {
	color: #FFF;
}
.footer-bottom a:hover {
	color: #5aa4ff;
}
.footer-center {
	background: #1a376d;
	padding: 30px 0;
	color: #FFF;
	display: flex;
}
.footer-center a {
	color: #FFF
}
.footer-center a:hover {
	color: #5aa4ff
}
.footer-center i {
	margin-right: 30px;
	color: #5aa4ff;
}
.footer-center span {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.footer-top {
	height: 400px;
	background: #ececec;
}
.footer-latest-news {
	padding-top: 15px;
}
.footer-latest-news h2, .our-mission-box .info h2, .contact-section h2 {
	font-style: italic;
	color: #345dab;
}
.latest-updates {
	color: #25447f;
}
.footer-latest-news .img-box {
	margin: 20px 0;
	overflow: hidden;
}
.footer-latest-news .img-box img {
	transition: all 0.5s ease-in-out;
}
.footer-latest-news .img-box img:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.5s ease-in-out;
}
.footer-latest-news .img-box img {
	width: 100%
}
.footer-latest-news h3 {
	color: #464646;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.footer-latest-news h3 a
{
	color:#464646
}
.footer-latest-news h3 a:hover
{
	color:#25447f
}
.footer-latest-news .text-box {
	color: #464646;
	line-height: 1.2
}
.mb-80 {
	margin-bottom: 60px;
}
.footer-latest-news .img-box span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 50;
	background: #326db6;
	text-align: center;
	color: #FFF;
	width: 60px;
	height: 60px;
}
.footer-events {
	border-bottom: 5px solid #5aa4ff;
	height: 550px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.registration-events {
	height: 470px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width:100%
}
.footer-events:before , .registration-events:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4y2NgoBJwoJAedcGoC0ZdMOAuAABF0hABJ/8lyQAAAABJRU5ErkJggg==) rgba(11, 30, 66, 0.4);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.footer-events-titles {
	position: relative;
	z-index: 50;
	flex-basis: 60%;
}
.footer-events-titles.iner
{
	flex-basis: 0 !important;
}
.footer-events-info {
	position: relative;
	z-index: 50;
	flex-basis: 40%;
	text-align: right;
}
.footer-events-titles h2 {
	color: #FFF;
	font-style: italic;
}
.footer-events-titles h3 {
	color: #78c7ff;
	text-align: right;
}
.footer-events-date, .footer-events-text {
	color: #FFF
}
.footer-events-location {
	color: #FFF;
	font-family: 'SourceSansPro-Light';
}
.footer-events-location strong {
	font-family: 'SourceSansPro-Bold';
}
.footer-events-titles a {
	background: #326db6;
	display: inline-block;
	margin-top: 60px;
	color: #FFF;
	padding: 10px 15px;
	border: 2px solid #5aa4ff;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
}
.footer-events-titles a:hover {
	background: #5aa4ff;
	transform: translateY(-10px);
}
.our-mission {
	border-top: 5px solid #5aa4ff;
	margin-top: 2px;
	padding: 90px 0;
}
.our-mission-box {
	display: flex;
	flex-wrap: wrap;
}
.our-mission-box .img {
	width: 60%;
	height: 360px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	flex-basis: 60%;
}
.our-mission-box .img img {
	transition: all 0.5s ease-in-out;
	width: 100%
}
.our-mission-box .img img:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.5s ease-in-out;
}
.our-mission-box .info {
	flex-basis: 40%;
	padding-left: 90px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: left;
}
.our-mission-box .desc {
	color: #383838;
	font-family: 'SourceSansPro-Light';
	margin-top: 40px;
	line-height: 1.2
}
.our-mission-box .desc strong {
	font-family: 'SourceSansPro-Bold';
}
.who-we-are {
	margin-top: 2px;
	background: #4085d8;
	padding: 90px 0;
}
.our-mission-box .info.order1 {
	padding-left: 0;
	padding-right: 90px;
}
.our-mission-box .info.order1 h2 , .president-box-section h2 {
	color: #FFF
}
.our-mission-box .info.order1 .desc {
	color: #FFF
}
header {
	background: #f0f0f0;
	position: relative;
	border-bottom: 5px solid #5aa4ff;
}
.top-nav {
	margin-left: 250px;
	display: inline-block;
}
.top-nav ul {
	margin: 0;
	padding: 0
}
.top-nav ul li {
	margin-right: 25px;
	list-style: none;
	display: inline-block;
	position:relative;
}
.top-nav ul li ul
{
position: absolute;
    top: 90px;
    left: 0;
    background: #345dab;
    z-index: 500;
    width: 100%;
	opacity:0;
		transition: all 0.5s linear 0s;
}
.top-nav ul li:hover ul
{
opacity:1;
}
.top-nav ul li ul li
{
	margin-right:0;
	width:100%
}
a:not([href]):not([tabindex])
{
	color:#345dab
}
.hover
{
	transition: all 0.5s linear 0s
}
.hover:hover
{
	background:#345dab;
}
.hover:hover a
{
	color:#FFF;
}
.top-nav ul li ul li a
{
	margin-right:0;
	width:100%;
	padding: 15px 10px;
    font-size: 1rem;
	color:#FFF;
	border-bottom: 2px solid #f0f0f0;
}
.top-nav ul li ul li a:hover
{

	border-bottom: 2px solid #5aa4ff;
}

.top-nav ul li:last-child {
	margin-right: 0;
}
.top-nav ul li a {
	display: inline-block;
	list-style: none;
	color: #345dab;
	font-family: 'SourceSansPro-Light';
	font-size: 1.25rem;
	padding: 50px 5px 20px 5px;
	border-bottom: 4px solid #f0f0f0;
}
.top-nav ul li a:hover, .top-nav ul li a.active {
	background: #345dab;
	border-bottom: 4px solid #5aa4ff;
	color: #FFF;
}
.header-right {
	float: right;
}
.followus {
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 35px;
	margin-left: 2px;
	color: #FFF;
	font-family: 'SourceSansPro-Light';
	font-size: 1.25rem;
	padding: 50px 0 20px 0;
	background: #345dab;
	border-bottom: 4px solid #5aa4ff;
	transition: all 0.4s ease-in-out;
}
.followus a {
	color: #FFF;
}
.followus:hover {
	transform: translateY(-10px);
}
.logo {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 50;
}
.logo2 {
	position: absolute;
	right: 0;
	bottom: -60px;
	z-index: 50;
}
.back {
	position: absolute;
	left: 0;
	bottom: -29px;
	z-index: 50;
	transition: all 0.4s ease-in-out;
	cursor:pointer
}
.back:hover {
	transform: translatex(-10px);
}
.inner-banner {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	color: #FFF;
}
.inner-banner.section
{
	height:440px;
}
.inner-banner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(000,000,000,0), rgba(000,000,000,1) 130%);
}
.header-box {
	padding-top: 1px;
	padding-bottom: 10px;
}
.inner-banner h1 {
	z-index: 50;
	position: relative;
}
.members-section , .program-section {
	padding: 30px 0;
}
.members-section h2
{
	color: #345dab;
	font-style: italic;	
}

.members-list {
	padding-top: 50px;
}
.members-box {
	width: 232px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}
.members-box:nth-child(5n) {
	margin-right: 0
}
.members-box img {
	transition: all 0.5s ease-in-out;
}
.members-box .info:hover > img {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.5s ease-in-out;
}
.members-box .info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	color: #FFF;
	padding: 15% 5%;
	background: linear-gradient(to bottom, rgba(111,164,231,0) 60%, rgba(111,164,231,1) 100%);
	justify-content: flex-start;
	align-content: end;
	align-items: flex-end;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
}
.members-box .info:hover .info-box {
	transform: translateY(-55px);
}
.members-box .info:hover {
	background-color: rgba(72, 144, 233, 0.75);
}
.members-box .info h4 {
	border-bottom: 2px solid #FFF;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.members-box .info-box {
	display: inline-block;
	width: 100%;
	margin-bottom: -55px;
	transition: all 0.6s ease-in-out;
}
.members-box .info-box a {
	color: #FFF
}
.members-details-section , .speakers-details-section {
	padding: 80px 0;
}
.speakers-details-section h2
{
    width: 100%;
    border-bottom: 1px solid #464646;
    margin-bottom: 35px;
}
.members-details-left {
	flex-basis: 40%;
	display: flex;
	align-items: left;
	justify-content:flex-start;
	flex-direction: column;
	align-content: center;
}
.members-details-right {
	flex-basis: 60%;
	display: flex;
	align-items: left;
	justify-content: flex-start;
	flex-direction: column;
	align-content: center;
	line-height: 1.2;
	text-align: justify
}
.members-details-right h2 {
	color: #345dab;
	font-style: italic;
	width: 100%;
	padding-bottom: 30px;
}
.members-details-right h3 {
	color: #464646;
	padding-bottom: 35px;
	width: 100%;
	border-bottom: 1px solid #464646;
	margin-bottom: 35px;
}
.members-details-right h3 a {
	color: #464646;
}
.events-section .previous-events {
	padding-top: 50px;
	border-top: 5px solid #5aa4ff;
	margin-top: 2px;
}
.events-section .footer-latest-news h2 {
	/*color: #464646;*/
}
.events-section-upcoming {
	margin-top: 2px;
	background: #4085d8;
	padding: 30px 0 40px 0;
}
.events-section-upcoming .footer-latest-news h2, .events-section-upcoming .footer-latest-news .text-box, .events-section-upcoming .footer-latest-news h3 {
	color: #fff;
}
.events-section-upcoming .footer-latest-news h3 a
{
	color:#FFF
}
.events-section-upcoming .footer-latest-news h3 a:hover
{
	color:#25447f
}

.flex-events-details {
	padding: 90px 0;
	display: flex
}
.events-details-left {
	flex-basis: 65%;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	align-content: center;
}
.events-details-right {
	flex-basis: 35%;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	line-height: 1.2;
	text-align: justify;
}
.events-details-right h2 {
	color: #464646;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #464646;
	margin-bottom: 20px;
}
.flex-gallery {
	display: inline-block;
	width: 100%;
}
.flex-gallery-item {
	width:33.33%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 2px;
}
.flex-gallery-item figure
{
	float:left;
	width:100%;
	border-right:2px solid #FFF
}
.flex-gallery-item img {
	transition: all 0.5s ease-in-out;
}
.flex-gallery-item img:hover {
/*	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.5s ease-in-out;*/
}
.flex-gallery-item:nth-child(3n) {
	margin-right: 0
}
.flex-gallery-item img {
	width: 100%;
}
.contact-section {
	padding: 40px 0
}
.input-left, .input-right {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.contactpage input[type=text], .contactpage textarea , .registrationpage input[type=text], .registrationpage textarea , .registrationpage select {
	border-radius: 5px;
	border: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #5aa4ff;
	color: #FFF;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	border-radius: 0;
}
.registrationpage input[type=text], .registrationpage textarea  {
padding:5px 15px;
}
.registrationpage select {
padding:4px 15px;
}
.input-right input[type=text],.contactpage textarea , .input-right input[type=text],.registrationpage textarea , .input-right select {
	border-right: 0;
	resize:none;
}
.contactpage textarea 
{
	height:120px;
}
.registrationpage {
	flex-basis: 100%;
	display: flex;
	padding-bottom:45px

}
.contactpage {
	flex-basis: 60%;
	display: flex;

}
.contactpage form {
	width: 100%;
	display: inline-block
}
.contactpage input[type=submit]
{
	background: #326db6;
    floaT:right;
    margin-top: 20px;
    color: #FFF;
    padding: 10px 15px;
    border: 2px solid #5aa4ff;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
	cursor:pointer;
}
.contactpage input[type=submit]:hover {
	background: #5aa4ff;
	transform: translateY(-10px);
}
.contactpage {
	flex-basis: 60%;
	display: flex;
}
.pt90
{
	padding-top:70px
}
.contactinfo {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;

}
.contactinfo span {
    display: flex;
	padding-left:35px;
    justify-content: left;
    flex-direction: row;
    align-content: center;
    align-items: center;
	color:#262626;
	padding-top:13px;
	padding-bottom:15px;
}
.contactinfo span a
{
	color:#262626
}
.contactinfo span a:hover
{
	color:#5aa4ff
}
.contactinfo span i{
    margin-right:20px;
	color:#5aa4ff;
	width:25px;
}
.cases-section
{
	padding:35px;
}

.cases-box
{
	position:relative;
}
.cases-box::before
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
	content:'';
	background: linear-gradient(to bottom, rgba(111,164,231,0) 60%, rgba(111,164,231,1) 100%);
}

.cases-box .info
{
	position:absolute;
	bottom:30px;
	left:25px;
	z-index:50;
}
.cases-box h3
{
	color:#FFF;
	border:0;
	padding-bottom:0;
	margin-bottom:0
}
.cases-box h4
{
	color:#FFF
}
.cases-section .col-md-6
{
	padding-right:1px;
	padding-left:1px;
}
.cases-box
{

	margin:1px 0 !important;
}
.cases-main-box
{
	padding-top:35px;
	display:inline-block;
}
.cases-main-box .animation-element
{
	width:calc(50% - 3px);
	display:inline-block
}
.cases-main-box .animation-element img
{
	width:100%
}
.cases-main-box .img-box:hover figure img
{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	
}
.cases-section .footer-latest-news .img-box span
{
	width:70px;
	height:70px;
	line-height:1.2
}
.color1
{
	color:#25447f !important;
}
.color2
{
	color:#25447f !important;
	font-style:normal !important
}
.sponsors-section
{
	padding:80px 0
}
.sponsors-item
{
	background:#f4f4f4;
	width:198px;
	margin-bottom:5px;
	height:200px;
	display:inline-block
}
.sponsors-item .flex-row
{
	width:100%;
	height:100%;
}
.sponsors-box
{
	display:inline-block;
	width:100%
}
.program-item
{
	display:flex;
	flex-flow: row wrap;
	flex-basis: 50%;
	padding-bottom:40px;
}
.comments-item
{
	display:inline-block;
	width:25%;
padding:25px;
	margin-bottom:45px;
background:#f4f4f4
}
.comments-item:nth-child(2n+2)
{

    background: #5aa4ff;
}




.program-item h3 
{
	color:#000;
	padding-bottom:35px;
}
 .comments-item h3
{
	color:#000;
	padding-bottom:5px;
}
.comments-item h3 strong
{
	color:#25447f;
}
.program-box
{
	display:flex;
    flex-flow: row wrap;
	padding-top:40px;
	line-height:1.2;
	align-items: flex-start;
}
.program-desc ul
{
	padding-left:0;
	list-style:inside;
}
.program-desc strong , .program-desc b
{
	font-family: 'SourceSansPro-Bold';
	color:#25447f;
}
.program-desc ul ul
{
	padding-left:145px;
	list-style:none
}
.president-box-section
{
  background: linear-gradient(
    to right, 
    #4b94ee 0%, 
    #4b94ee 50%, 
    #4b94ee 50%, 
    #4b94ee 100%);	
	padding:30px 0 35px 0;
	margin:1px 0;
	position:relative;
}

.president-box-item
{
	display:flex;
	  flex-flow: row wrap;
	  width:50%;
}
.image-box-item
{
	display:flex;
	  flex-flow: row wrap;
	  width:50%;
	position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 50%;
}
.president-box-item .latest-updates
{
		  padding-bottom:45px;
		  width:100%
}
.president-box-item .img
{
	display:flex;
	flex-flow: row wrap;
	flex-basis: 30%;
}
.president-box-item .img img
{
	max-width:157px;
}
.president-box-item .desc
{
	display:flex;
	flex-flow: row wrap;
	flex-basis: 65%;
	color:#FFF;
	line-height:1.3;
	text-align:justify;
}
.banner
{
	height:calc(100vh - 105px);
	position:relative
}
.slotholder::before
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
	content:'';
	background: linear-gradient(to bottom, rgba(000,000,000,0), rgba(000,000,000,1) 150%);
}
.tp-banner-container
{
	height:100% !important;
}


.banner-slider {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 50 !important;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content:flex-end;
	align-items:flex-end;
}
.banner-text
{
	width:100%
}
.tp-caption.super_large_bold_white , .inline-block
{
	line-height: 1 !important;
	font-size:9px !important;
}
.inline-block
{
	margin-bottom:80px;
}
.registration-section
{
	padding:40px 0
}
.registration-section .flex {
	display: flex;
	flex-wrap: wrap;
	padding-top:45px;
}
.registration-section-box1 
{
	display:flex;
	flex-flow: row wrap;
	flex-basis: 50%;
	padding-right:25px;
	padding-top:0;

}
.registration-section-box2
{
	display:flex;
	flex-flow: row wrap;
	flex-basis: 50%;	
	    align-content: flex-start;
}

.registration-section-box2 h3
{
	color:#25447f;
	width:100%
}

.registration-section-box1 .desc
{
	color:#000000;
		line-height:1.3;
		height:80px;
		padding-bottom:30px

}
.registration-section-box1 a 
{
	color:#000000;
	font-family: 'SourceSansPro-Bold';
	text-decoration:underline
}
.align-normal
{
	align-items:normal
}

.align-normal .footer-events-titles
{
	padding-bottom:80px;
}
.color1
{
	color:#345dab;
}
.displaynone
{
	display:none !important;
}
.vError {
	border: 1px solid red !important
}
.FormResult 
{
    color: green;
    font-size: 1rem;
    padding-top: 25px;
}
.checkbox-div
{
	color:#010000;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:0;
}

.total
{
	text-align:right;
	color:#010000;
	display:inline-block;
	width:100%
}








/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 4px;
    cursor: pointer;
   color:#010000;
   text-align:left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	background:#5aa4ff;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {

}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.h-auto{
height:auto !important
}
#register-form input[type=submit]
{
	background: #326db6;
    floaT:right;
    margin-top: 5px;
    color: #FFF;
    padding: 10px 15px;
    border: 2px solid #5aa4ff;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
	cursor:pointer;
}
#register-form input[type=submit]:hover {
	background: #5aa4ff;
	transform: translateY(0);
}
.map
{
	height:100%;
	width:100%;
	display:inline-block
}
.image-box-item
{
	padding-left:0;
	align-items:center;
		background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	background-position:bottom center;
}
.image-box-item .img , .image-box-item .img img
{
	width:100%
}
.videos
{
	border-top:5px solid #5aa4ff;
	border-bottom:5px solid #5aa4ff
}
.video-list
{
	margin:1px 0;
	display:inline-block;
	width:100%;
}
.video-box
{
	display:inline-block;
	width:100%;
	position:relative;
	color: #FFF;
    font-size: 4rem;
}
.video-box a
{
	color:#FFF
}
.video-box img
{
	 width:100%
}
.video-box a:before
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '\f04b';
	width: 100%;
	height: 100%;
	border:1px solid #FFF;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
	transition: all ease-in-out 0.5s;
}
.video-box a:hover:before
{
	 font-size: 6rem;
}
.form-error
{
	color: red;
    font-size: 0.8rem;
    font-style: italic;
	height:25px;
	display:inline-block;
	width:100%;
}
.top-nav ul li ul li.last a{border-bottom:0}
.registrationform
{
	display:inline-block;
	width:100%;
	height:25px;
}
.registrationform1
{
	display:inline-block;
	width:100%;
}
@media (max-width:1200px){
.members-list , .sponsors-box{text-align:center}
.members-box:nth-child(5n){margin-right:4px !important;}
.members-box{margin-right:4px;margin-left:4px}
.top-nav{margin-left:50px}
.logo{left:-100px;}
.top-nav ul li{margin-right:10px}
}
@media (max-width:970px){
	.banner{height:255px !important}
.image-box-item{position: relative;top: auto;left: auto;height: 225px;width: 100%;}
.logo{left:0;top:10px}.header-right{z-index:50;position: absolute;top: 0;right: 0;z-index: 50;}.header-box{text-align:right;padding-bottom:0}.top-nav{width:100%;text-align:center;margin-left:0}
.logo img ,.logo2 img{max-width:100px}.h100{position:absolute !important;top:0;left:0}.logo2{bottom:-45px;}.logo2 img{max-width:80px;}.cases-section{padding:0;padding-bottom:50px;}
.top-nav ul li{text-align:center}.stellarnav.mobile.light li a{border-bottom:0}.stellarnav.mobile>ul>li>a{padding:12px 15px;}.top-nav a{border-bottom:0}
.top-nav ul li ul{top:0}.has-sub.open{background:#345dab}.has-sub.open a{color:#FFF}
.contactpage , .contactinfo , .our-mission-box .img , .our-mission-box .info , .footer-events-titles , .footer-events-info , .members-details-right , .members-details-left , .events-details-left , .events-details-right , .program-item , .registration-section-box1  ,.registration-section-box2 , .president-box-item , .president-box-item .img,.president-box-item .desc{flex-basis:100%}	
.pt90 , .our-mission-box , .program-box , .registration-section .flex , .speakers-details-section .flex{flex-direction:column}
.contactinfo span{padding-left:0}
.footer-center .flex , .footer-events .flex , .members-details-section .flex , .flex-events-details , .president-box-section .flex , .president-box-item{flex-direction:column;}
.footer-center .flex span{padding:10px 0}
.footer-bottom , .president-box-item  , .footer-events-titles{text-align:center}
.our-mission-box .info.order1{padding-right:0}
.our-mission-box .img{width:100%}
.our-mission-box .info{padding-left:0;padding-top:15px;}
.our-mission-box .img{height:auto}
.members-details-left{align-items:center;order:1;padding-bottom:25px;}
.members-details-right{order:2}
.events-details-left , .registration-section-box1 , .president-box-item{padding-bottom:25px;}
.events-details-left img{width:100%}
.flex-gallery-item{width:calc(50% - 2px)}
.cases-main-box .animation-element{width:100%;margin-right:0}
.registration-section-box1 .desc{height:auto}
.registration-section-box1{padding-right:0}
.registration-section-box2 form{display:inline-block;width:100%}
.registration-section .flex{width:100%;flex-direction:row}
.president-box-item , .image-box-item{width:100%}
.president-box-section{background:#4b94ee;padding-bottom:0}
.tp-rightarrow , .tp-leftarrow{display:none !important}
.banner-text{font-size:4vh !important}
.banner-sub-text{font-size:2vh !important}
.image-box-item{padding-left:0}
.footer-events-info{padding-top:55px;}
.footer-events-titles h2{text-align:left}.footer-events{height:650px;}
.president-box-item .img{padding-bottom:15px;	justify-content: center;align-content: center;align-items: center;}
.comments-details-box{    flex-direction: row !important;}
.comments-item {width:50%}
}
@media (max-width:768px){
.font-40{font-size:2rem}
.font-45{font-size:2rem}
.font-68{font-size:3rem}

.input-left, .input-right{width:100%}	
.flex-gallery-item{width:100%;margin-right:0}
.contactpage input[type=text], .contactpage textarea, .registrationpage input[type=text], .registrationpage textarea, .registrationpage select{border-right:0}
}
@media (max-width:500px){
.powered
{
	max-width:100%;
	width:100%
}
}
.rightarrows_clients
{
	position:absolute;
	top:calc(50% - 30px);
	right:15px;
	z-index:50;
	cursor:pointer;
}
.leftarrows_clients
{
	position:absolute;
	top:calc(50% - 30px);
	left:15px;
	z-index:50;
	cursor:pointer;
}
.comments-logo
{
	text-align:center;
	width:100%;
	padding-bottom:25px;
}
.msg_success
{
	    background: green;
    color: #FFF;
    padding: 10px;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
.msg_error
{
	    background: red;
    color: #FFF;
    padding: 10px;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
