/* CSS Document */


/*******************************************************************************/

@import url("../css/owl.carousel.min.css");
@import url("../css/font-awesome.min.css");
@import url("../css/animate.css");

/* General Styles font-family: 'Open Sans', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;1,600;1,800;1,900&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 23px;
	}
}

img {
	max-width: 100%;
	height: auto;
}
.page_text img.alignleft {
    float: left; margin-right: 20px; margin-bottom: 10px;
}

/* Selection */

::-moz-selection {
	background: #00aeef;
	color: #fff;
}

::-webkit-selection {
	background: #00aeef;
	color: #fff;
}


/* Transition elsements */

a {
	-webkit-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* Typography */

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #528f41;
	outline: 0;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 64px;
	line-height: 70px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	font-family: 'Montserrat', sans-serif;
}

h3 {
	font-size: 40px;
	line-height: 46px;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

h5 {
	font-weight: 300;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 0;
}

li {
	list-style: none;
}

p,
ol,
ul,
blockquote {
	margin: 0 0;
	padding: 0;
}

blockquote {
	border-color: #f7f7f7;
}


/* Forms */

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	padding: 8px 0px;
	height: inherit;
	color: white;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	z-index: 1;
	position: relative;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 1);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

button,
input[type='submit'],
button:focus,
input[type='submit']:focus {
	outline: none;
}

{
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #e1a9ac;
	font-weight: 500;
	font-size: 24px;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #e1a9ac;
	font-weight: 500;
	font-size: 24px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #e1a9ac;
	font-weight: 500;
	font-size: 24px;
}

input:focus,
textarea:focus {
	background-color: rgba(255, 255, 255, 0.10);
	outline: 0;
	color: #fff;
}


/*back-to-top-css*/

.scrollToTop {
	height: 50px;
	width: 50px;
	padding-top: 2px;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 15px;
	z-index: 999999;
	display: none;
	border-radius: 50%;
	background-color: #1f8fce;
	border: 1px solid #fff;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background: #528f41;
	color: #fff;
}


/*back-to-top-css*/

header {
	background: #efefef;
	padding: 18px 0;
	border-bottom: 1px solid #d4d4d4;
}




header .dropdown-item:hover,
header .dropdown-item:focus {
	background: #edb42e;
	color: #fff;
}

header .dropdown-item.active,
header .dropdown-item:active {
	background: #edb42e;
}



.covid-link {
	color: #9c1c28 !important
}
/* .h-btns{
    margin-left: -50px;
} */

header .btn {
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-duration: 0.35s;
}



.sticky.fixed header {
	padding: 10px 0;
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-duration: 0.35s;
}

.navbar-brand img {
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-duration: 0.35s;
	width: 195px;
}

.sticky.fixed header .navbar-brand img {
	width: 130px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-duration: 0.35s;
}

.sticky.fixed header .btn {
	margin: 3px 5px 0 5px;
	-webkit-transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-duration: 0.35s;
}


.my-r9hsa {
	border: 2px solid #528f40;
	line-height: 32px;
	color: #528f40;
}

.my-r9hsa:hover {
	background: #528f40;
	color: #fff;
}
.advocacy_center {
	background: #528f40;
	color: #fff;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	font-size: 18px;
    padding: 15px 25px;
    line-height: 20px;
    border: 2px solid #528f40;
	margin-right: 10px;
}
.shop-gear {
	border: 2px solid #9C1C28;
    color: #fff;
    background: #9C1C28;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	font-size: 18px;
    padding: 15px 25px;
    line-height: 20px;
}
.shop-gear span {
	font-size: 12px;
	font-weight: 400;
}
.advocacy_center:hover {
    color: #528f40;;
    background: transparent;
}
.shop-gear:hover {
	background: transparent;
	color: #9C1C28;
}

.logos-sec .list-group-item {
	width: 20%;
	float: left;
	border: none;
	border-radius: 0;
}

.logos-sec .list-group-item img {
	height: 50px;
	width: 50px;
	object-fit: none;
	object-position: 0 0;
	transition: all .2s ease;
}

.logos-sec .list-group-item h4 {
	display: inline-block;
	font-size: 18px;
	color: #282828;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 15px;
}

.logos-sec .list-group-item:hover {
	transition: all .2s ease;
}

.logos-sec .list-group-item:hover img {
	object-position: 0 -54px;
	transition: all .2s ease;
}

.sticky .logos-sec ul li.active img {
	object-position: 0 -54px;
	transition: all .2s ease;
}

.logos-sec .list-group-item:hover h4,
.sticky .logos-sec ul li.active h4 {
	color: #fff;
	transition: all .2s ease;
}




/*=================================Slim-menu====================*/


/*====Header-Navigation===========*/

.header-nav .nav-logo{
    float: left;
    width: 20%;
}
.header-nav .navbar-brand{
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    z-index: 99;
    position: relative;
}

.header-nav .navbar-brand img{
    padding: 0;
    position: relative;
    z-index: 99;
	width: 130px;
}
.header-nav ul.slimmenu{
    float: left;
    width: 80%;
}

.header-nav ul.slimmenu li{
    background-color: transparent;
    border: none;
    margin: 0 15px;
}
.header-nav ul.slimmenu li:first-child{margin-left: 0;}
.header-nav ul.slimmenu li:last-child{margin-right: 0;}
.header-nav .slimmenu a{
    font-size: 15px;
	color: #252e3a;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0 7px;
    transition: 0.90s;
}

.header-nav .slimmenu .has-submenu ul {
    width: 300px;
    background-color: transparent;
}
.header-nav .slimmenu .has-submenu ul li{
    margin: 0;
    float: none;
    width: 100%;
}
.header-nav .slimmenu .has-submenu ul li a{
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    background: #00aeef;
}
.header-nav .slimmenu .has-submenu ul li:last-child a{
    border-bottom: none;
}
.header-nav .slimmenu .has-submenu ul li a:hover{
    background: #edb42e;
    color: #fff!important;
    transition: 0.90s;
}


.header-nav ul.slimmenu li .sub-toggle > i{
    font-family:'FontAwesome';
    color: #252e3a;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    margin-right: -5px;
}
.header-nav ul.slimmenu li .sub-toggle{
    width: auto;
    background-color: transparent;
    margin-right: -10px;
}
.header-nav .slimmenu .has-submenu ul li .sub-toggle{
    margin-right: 0;
    width: 40px;
    background-color: transparent;    
}
.header-nav .slimmenu .has-submenu ul li .sub-toggle i{
    color: #fff;
}
.header-nav ul.slimmenu li a.active{
    color: #00aeef!important;
}
.header-nav ul.slimmenu li a:hover{
    background-color: transparent;
   color: #00aeef!important;
    transition: 0.90s;
}


.sticky{
  width: 100%;
  position: relative;
  z-index: 99999;
  transition: 0.90s;
}

.fixed {
  position: fixed;
  top:0;
  z-index: 999999;
  background-color: #fff;
 transition: 0.90s;
    
}
.header-nav.fixed ul.slimmenu{
    margin-top: 15px;
}
.navbar-brand img{
    -webkit-transition-property:all;
    transition-timing-function:ease-out;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    transition-duration:0.35s;
    width: 100%;
    transition: 0.90s;
}
.sticky.fixed .navbar-brand img{
    width: 50%;
   -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    -webkit-transition-property:all;
    transition-timing-function:ease-out;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    transition-duration:0.35s;
    transition: 0.90s;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.sticky.fixed .navbar-brand{
    margin-top: 0;
    text-align: center;
}
.sticky.fixed .navbar-brand::after{height: 100%;}
.sticky.fixed{
    border-top: none;
    top: 0px;
    position: fixed;
    transition: 0.90s;
	z-index: 999;
}


/*.conferences{border-bottom: 5px solid #edb42e!important;}
.conferences:hover{
    background: #edb42e;
}
.traning{border-bottom: 5px solid #528f40!important;}
.traning:hover{background: #528f40;}
.seminar{border-bottom: 5px solid #18456c!important;}
.seminar:hover{background: #18456c;}
.partner{border-bottom: 5px solid #00aeef!important;}
.partner:hover{background: #00aeef;}
.networks{border-bottom: 5px solid #9c1c28!important;}
.networks:hover{background: #9c1c28;}
*/

.sticky .logos-sec ul a:nth-child(1) li,
.sticky .logos-sec ul li.active {
	border-bottom: 5px solid #edb42e!important;
}

.sticky .logos-sec ul a:nth-child(1):hover li,
.sticky .logos-sec ul li.active {
	background: #edb42e;
}

.sticky .logos-sec ul a:nth-child(2) li {
	border-bottom: 5px solid #528f40!important;
}

.sticky .logos-sec ul a:nth-child(2):hover li {
	background: #528f40;
}

.sticky .logos-sec ul a:nth-child(3) li {
	border-bottom: 5px solid #18456c!important;
}

.sticky .logos-sec ul a:nth-child(3):hover li {
	background: #18456c;
}

.sticky .logos-sec ul a:nth-child(4) li {
	border-bottom: 5px solid #00aeef!important;
}

.sticky .logos-sec ul a:nth-child(4):hover li {
	background: #00aeef;
}

.sticky .logos-sec ul a:nth-child(5) li {
	border-bottom: 5px solid #9c1c28!important;
}

.sticky .logos-sec ul a:nth-child(5):hover li {
	background: #9c1c28;
}


/*====================Banner=======================*/

.banner-main {
	clear: both;
	position: relative;
	z-index: 10
}

.banner-main .item {
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	padding: 55px 0 200px 0;
	width: 100%;
	position: relative;
}

.banner-main .item::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 49, 109, 1);
	background: -moz-linear-gradient(left, rgba(0, 49, 109, 1) 0%, rgba(5, 65, 138, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 49, 109, 1)), color-stop(100%, rgba(5, 65, 138, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 49, 109, 1) 0%, rgba(5, 65, 138, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 49, 109, 1) 0%, rgba(5, 65, 138, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 49, 109, 1) 0%, rgba(5, 65, 138, 1) 100%);
	background: linear-gradient(to right, rgba(0, 49, 109, 1) 0%, rgba(5, 65, 138, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00316d', endColorstr='#05418a', GradientType=1);
	opacity: 0.6;
}

.succes-text h3 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.succes-text p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}

.quote-start,
.quote-end {
	width: auto!important;
	margin: 10px 0;
}

.quote-end {
	float: right;
}

.succes-text hr {
	height: 1px;
	width: 85%;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(171, 185, 205, 1) 38%, rgba(35, 72, 123, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(38%, rgba(171, 185, 205, 1)), color- stop(100%, rgba(35, 72, 123, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(171, 185, 205, 1) 38%, rgba(35, 72, 123, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(171, 185, 205, 1) 38%, rgba(35, 72, 123, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(171, 185, 205, 1) 38%, rgba(35, 72, 123, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(171, 185, 205, 1) 38%, rgba(35, 72, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#23487b', GradientType=1);
	opacity: 0.4;
	clear: both;
	float: left;
	margin: -20px 0 0 0;
}

.succes-name {
	clear: both;
}

.succes-name h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.succes-name p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

.succes-name p span {
	font-size: 20px;
}

.owl-carousel.owl-drag .owl-item {
	user-select: text!important;
}

.banner-main .owl-carousel .owl-nav button.owl-next,
.banner-main .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 41%;
	background: rgba(255, 255, 255, 0.1);
	color: #7691af;
	font-size: 60px;
	height: 84px;
	width: 84px;
	text-align: center;
}

.banner-main .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.banner-main .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}


/*===========Banner-Event=============*/

.banner-event {
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 15px;
	border-radius: 20px;
	margin-top: -110px;
	position: relative;
	z-index: 12;
	-webkit-box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
}

.event-logo {
	text-align: center;
}

.event-text h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #282828;
	text-transform: uppercase;
}

.event-name {
	float: left;
	width: 45%;
}

.event-name h3 {
	font-size: 15px;
	color: #aaaaaa;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}

.event-name p {
	font-size: 20px;
	color: #3a72bb;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.event-date {
	float: left;
	width: 55%;
}

.event-date h3 {
	font-size: 15px;
	color: #aaaaaa;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}

.event-date p {
	font-size: 39px;
	line-height: 45px;
	color: #3a72bb;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.banner-event .btn {
	padding: 0;
}

.banner-event .btn a {
	font-size: 20px;
	color: #fff;
	background: #1a5eb2;
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	padding: 0 31px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}

.banner-event .btn a svg {
	width: 40px;
	fill: #fff;
	vertical-align: middle;
	margin-left: 10px;
}

.banner-event .btn a:hover {
	background: #528f40;
}


/*==============about-us=============*/
.conference-info .page_text{margin-top:20px;}
.about-main {
	padding: 110px 0 30px 0;
	position: relative;
}

.about-pattren .about-pattern-left {
	position: absolute;
	top: -66px;
	left: 0;
	z-index: 999;
}

.about-pattren .about-pattern-right {
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 999;
}

.about-imgs {
	position: relative;
}

.about-img-one {
	display: block;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

.about-img-two {
	position: absolute;
	left: 180px;
	top: 30px;
	z-index: -1;
}

.about-img-three {
	clear: both;
	margin-left: 15px;
}

.about-pattern {
	position: absolute;
	bottom: -25px;
	left: -10px;
	z-index: -1;
}

.sec-title h2 {
	font-size: 40px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 23px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 41px;
}

.about-text h3 {
	color: #528f40;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.about-text p {
	color: #969696;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
}

.about-text p span {
	font-weight: 700;
}

.p-green span {
	color: #528f40;
}

.about-text .btn {
	background: #00aeef;
	color: #fff;
	height: 54px;
	padding: 0 70px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
}

.about-text .btn:hover {
	background: #528f40;
}


/*==================Our-Event===================*/

.our-event {
	background: #f0f4fa url(../images/event-bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 75px 0 89px 0;
}
.our-evnt-left{
    overflow: hidden;
    
}


.our-event h3 {
	font-size: 18px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
}


.our-event .btn{
    background: #00aeef;
    color: #fff;
    height: 54px;
    padding: 0 70px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    margin-top: -80px;
}
.our-event .btn:hover{
    background: #528f40;
}


.our-evnt-left .owl-carousel .owl-stage-outer, .our-evnt-left .owl-carousel .owl-item{
    height: auto!important;
	margin-top: 40px;
}
.our-evnt-left .owl-carousel .owl-item.active {height: auto!important;}

.our-evnt-left .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-evnt-left .owl-carousel .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.event-info {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
    height: auto!important;
}

.event-info img {
	width: 100%;
	border-radius: 15px;
	transition: 0.5s all ease-in-out;
    height: auto!important;
}

.event-info:hover img {
	transform: scale(1.5);
	border-radius: 15px;
}

.event-info:hover::after {
	border-radius: 15px;
}

.event-info::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: rgba(0,0,0, 0.6);
	overflow: hidden;
}

.event-title {
	position: absolute;
	bottom: 35px;
	left: 35px;
	z-index: 1;
}

.event-title h3 a {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.event-title p {
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
}

.event-title p i {
	font-size: 26px;
}

.event-info .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #edb42e;
	color: #fff;
	border-radius: 15px 0 15px 0;
	font-size: 40px;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	padding: 0;
	opacity: 0;
	z-index: 1;
}

.event-info .btn:hover {
	background: #fff;
	color: #edb42e;
}

.event-info:hover .btn {
	opacity: 1;
	transition: all 0.9s ease;
}

.event-info:hover .event-title h3 a {
	color: #edb42e;
}

.our-evnt-left .owl-carousel .owl-nav button.owl-next,
.our-evnt-left .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: -70px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: 0;
}

.our-evnt-left .owl-carousel .owl-nav button.owl-prev {
	right: 80px !important
}

.our-evnt-left .owl-carousel .owl-nav button.owl-next:hover,
.our-evnt-left .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.7;
}

.our-evnt-left .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 35px;
	position: absolute;
	left: -28px;
	top: 5px;
	color: #bdc1c5;
	transform: rotate(12deg);
}

.our-evnt-left .item {
	border-radius: 15px;
	overflow: hidden;
}

.next-training {
	height: 415px;
	overflow-y: scroll;
	padding-right: 30px;
}

.next-training h3 {
	margin-bottom: 40px;
}

.next-training {
	--scrollbarBG: #c7cace;
	--thumbBG: #b5b6b8;
}

.next-training::-webkit-scrollbar {
	width: 13px;
}

.next-training {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.next-training::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}

.next-training::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}

.next-training {
	overflow: hidden;
}

.next-training {
	overflow-y: auto;
	margin: 0 auto;
    margin-top: 39px;
}

.training-event {
	margin-bottom: 24px;
}

.img-training {
	overflow: hidden;
	border-radius: 15px;
    position: relative;
}
.next-training .img-training::before{
    position: absolute;
top: 0;
bottom: 0;
content: "";
background: rgba(0,0,0,0.4);
height: 100%;
width: 100%;
}

.training-event img {
	width: 100%;
	border-radius: 15px;
	transition: 0.5s all ease-in-out;
}

.training-event:hover img {
	transform: scale(1.2);
}

.training-event h4 a {
	font-size: 20px;
	font-weight: 700;
	color: #282828;
	line-height: 26px;
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}

.training-event h4 a:hover {
	color: #00aeef;
}

.training-event p {
	color: #282828;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}


/*==============================Counter=======================*/

.r9hsa-counter {
	background: url(../images/bg-counter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 60px 0 75px 0;
}

.r9hsa-counter .sec-title {
	display: block;
	text-align: center;
}

.r9hsa-counter .sec-title h2 {
	text-align: center;
	color: #fff;
	border-color: #2f6fa8;
	margin-bottom: 60px;
}

.counter {
	padding: 10px 0;
}

.count-title {
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.counters_list h2,
.counters_list h2 span {
	color: #fff;
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	line-height: 68px;
	margin: 0;
}

.count-text {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.r9hsa-counter .boder {
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #5c759f;
}


/*============================ Sucess-Stories=============================*/

.succes-stories {
	padding: 65px 0 65px 0;
	position: relative;
	background: url(../images/event-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.succes-pattren .succes-pattren-left {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 0;
}

.succes-pattren .succes-pattren-right {
	position: absolute;
	top: -110px;
	right: 0;
	z-index: 0;
}

.succes-stories .sec-title {
	margin-left: 12%;
}

.succes-stories .sec-title h2 {
	margin-bottom: 0;
}

#sync1 {
	padding-left: 62px;
}

#sync1 .item {
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 50px;
}

#sync1 .item .s-story-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

#sync1 .item .s-story-img img {
	border-radius: 15px;
	width: 100%;
	transition: 0.5s all ease-in-out;
}

#sync1 .item .s-story-img:hover img {
	transform: scale(1.2);
}

#sync1 .item .s-story-img::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	-webkit-box-shadow: inset -6px -101px 85px 4px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: inset -6px -101px 85px 4px rgba(0, 0, 0, 0.64);
	box-shadow: inset -6px -101px 85px 4px rgba(0, 0, 0, 0.64);
}

#sync1 .item .s-story-img h3 {
	font-size: 20px;
    line-height: 30px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.s-story-right p {
	font-size: 20px;
	color: #282828;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	line-height: 30px;
}

.s-story-right p span {
	font-size: 20px;
	color: #282828;
	font-weight: 400;
}

.thumb-quote {
	position: absolute;
	top: -30px;
	left: -50px;
	width: auto !important;
	background: #fff;
	padding: 22px 15px;
	border-radius: 10px;
}

.thumb-left-text p {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 45px;
	line-height: 30px;
	font-style: italic;
	color: #282828 !important;
}

.thumb-end-quote {
	width: auto!important;
	text-align: right;
	float: right;
	transform: rotate(180deg);
	opacity: 0.5;
	margin-right: 20px;
}
.thumb-left-text .btn:hover{
    background: #528f40!important;
}

.thumb-left-text p {
	color: #282828;
}

#sync2 {
	margin-top: 50px;
}

#sync2 .owl-item {
	width: 100%!important;
}

#sync2 .item {
	background: #C9C9C9;
	padding: 10px;
	margin-bottom: 15px;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	cursor: pointer;
	background: rgba(200, 211, 223, 1);
	background: -moz-linear-gradient(left, rgba(200, 211, 223, 1) 0%, rgba(200, 211, 223, 0.96) 47%, rgba(255, 255, 255, 0.91) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(200, 211, 223, 1)), color-stop(47%, rgba(200, 211, 223, 0.96)), color-stop(100%, rgba(255, 255, 255, 0.91)));
	background: -webkit-linear-gradient(left, rgba(200, 211, 223, 1) 0%, rgba(200, 211, 223, 0.96) 47%, rgba(255, 255, 255, 0.91) 100%);
	background: -o-linear-gradient(left, rgba(200, 211, 223, 1) 0%, rgba(200, 211, 223, 0.96) 47%, rgba(255, 255, 255, 0.91) 100%);
	background: -ms-linear-gradient(left, rgba(200, 211, 223, 1) 0%, rgba(200, 211, 223, 0.96) 47%, rgba(255, 255, 255, 0.91) 100%);
	background: linear-gradient(to right, rgba(200, 211, 223, 1) 0%, rgba(200, 211, 223, 0.96) 47%, rgba(255, 255, 255, 0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d3df', endColorstr='#ffffff', GradientType=1);
}

#sync2 .item h1 {
	font-size: 18px;
}

#sync2 .synced .item {
	background: rgba(115, 137, 166, 1);
	background: -moz-linear-gradient(left, rgba(115, 137, 166, 1) 0%, rgba(255, 255, 255, 0.91) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(115, 137, 166, 1)), color-stop(100%, rgba(255, 255, 255, 0.91)));
	background: -webkit-linear-gradient(left, rgba(115, 137, 166, 1) 0%, rgba(255, 255, 255, 0.91) 100%);
	background: -o-linear-gradient(left, rgba(115, 137, 166, 1) 0%, rgba(255, 255, 255, 0.91) 100%);
	background: -ms-linear-gradient(left, rgba(115, 137, 166, 1) 0%, rgba(255, 255, 255, 0.91) 100%);
	background: linear-gradient(to right, rgba(115, 137, 166, 1) 0%, rgba(255, 255, 255, 0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7389a6', endColorstr='#ffffff', GradientType=1);
}

.s-thumb-img {
	overflow: hidden;
	border-radius: 10px;
}

.s-thumb-img img {
	border-radius: 10px;
	width: auto!important;
	transition: 0.5s all ease-in-out;
}

#sync2 .synced .item:hover .s-thumb-img img {
	transform: scale(1.2);
}

.thumb-txt h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	color: #282828;
}

.thumb-txt p {
	color: #282828;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

.thumb-txt p span {
	font-weight: 500;
}

.succes-stories .btn {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}
.home .succes-stories a.btn{
	    background: #00aeef;
    color: #fff;
    height: 54px;
    padding: 0 49px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
}
.succes-stories .btn a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00aeef;
}

.succes-stories .btn a svg {
	width: 50px;
	vertical-align: middle;
	fill: #00aeef;
	margin-left: 10px;
}

.succes-stories .btn a:hover {
	color: #528f40;
}

.succes-stories .btn a:hover svg {
	fill: #528f40;
}

.succes-stories .owl-carousel .owl-nav {
	position: absolute;
	top: -24px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: -320px;
}

.succes-stories .owl-carousel .owl-nav button.owl-prev {
	margin-right: 42px !important
}

.succes-stories .owl-carousel .owl-nav button.owl-next:hover,
.succes-stories .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.7;
}

.succes-stories .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 27px;
	position: absolute;
	right: 56px;
	top: 5px;
	color: #bdc1c5;
	transform: rotate(12deg);
}


/*============================ Meet-Our-Community=============================*/

.community-trainer {
	padding: 72px 0 0 0;
}

.community-trainer .sec-title {
	display: block;
	text-align: center;
}

.community-trainer .sec-title h2 {
	margin-bottom: 65px;
}

.cm-trainer-img {
	overflow: hidden;
	border-radius: 15px;
}

.cm-trainer-img img {
	width: 100%;
	border-radius: 15px;
	transition: 0.5s all ease-in-out;
}

.cm-trainer-img:hover img {
	transform: scale(1.2);
    cursor: pointer;
}

.trainers h3 {
	line-height: 20px!important;
	text-align: center;
	margin-top: 10px;
}

.trainers h3 a {
	font-size: 26px;
	text-transform: capitalize;
	color: #282828;
	font-weight: 700;
}

.trainers h3 a:hover {
	color: #00aeef;
}

.trainers h3 span {
	font-size: 20px;
	font-weight: 500;
}

.community-trainer .item {
	opacity: 0.1;
}

.community-trainer .active .item {
	opacity: 1;
}

.community-trainer .owl-carousel .owl-nav button.owl-next,
.community-trainer .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 31%;
	background: #e1e9f2;
	color: #1a5eb2;
	font-size: 60px;
	height: 84px;
	width: 84px;
	text-align: center;
}

.owl-dots {
	display: none;
}

.community-trainer .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.community-trainer .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.community-trainer hr {
	height: 12px;
	background: #00aeef;
	width: 42px;
	text-align: left;
	margin: 30px 0 0 0;
	border: none;
}


/*==============================Testimonail=======================*/

.testimonial {
	background: #f8f8f8 url(../images/bg-testimonial.png) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 285px;
	height: 316px;
	position: relative;
	z-index:1;
}

.testimonial hr {
	height: 12px;
	background: #e2b449;
	width: 7%;
	text-align: left;
	margin: 30px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
}

.testimonial .pl-60 {
	padding-left: 60px;
}

.testi-info,
.head-gear {
	margin-top: -196px;
}

.testi-info .sec-title {
	margin-bottom: 20px;
	margin-top: 25px;
}

.testml-text {
	background: #fff;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	padding: 60px 40px;
	position: relative;
	border: 2px solid #edf0f5;
}

.shape {
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #fff;
	position: absolute;
	bottom: -18px;
	left: 30px;
}

.testml-text p {
	color: #6c6c6c;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}

.testml-text p::before {
	content: url(../images/test-quote.png);
	position: absolute;
	top: -40px;
	left: 0;
}

.testml-text p::after {
	content: url(../images/test-quote.png);
	position: absolute;
	bottom: -20px;
	right: 0;
	transform: rotate(180deg);
}

.testi-info .item h3 {
	color: #6c6c6c;
	font-size: 20px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 30px;
}

.testi-info .owl-carousel .owl-nav.disabled,
.h-gear-info .owl-carousel .owl-nav.disabled {
	display: block;
}

.testi-info .owl-carousel .owl-nav button.owl-next,
.testi-info .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	bottom: -20px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: 0;
}

.testi-info .owl-carousel .owl-nav button.owl-prev {
	right: 95px!important
}

.testi-info .owl-carousel .owl-nav button.owl-prev img,
.h-gear-info .owl-carousel .owl-nav button.owl-prev img {
	transform: rotate(180deg);
}

.testi-info .owl-carousel .owl-nav button.owl-next:hover,
.testi-info .owl-carousel .owl-nav button.owl-prev:hover,
.h-gear-info .owl-carousel .owl-nav button.owl-next:hover,
.h-gear-info .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.7;
}

.testi-info .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 35px;
	position: absolute;
	left: -28px;
	top: 5px;
	color: #000000;
	transform: rotate(12deg);
}

.head-gear {
	position: relative!important;
}

.head-gear::before {
	content: "";
	position: absolute;
	top: 33px;
	left: 26px;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(82, 143, 64, 0.2);
}

.h-gear-info h2 {
	background: #edb42e;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 20px;
	display: inline-block;
	line-height: 36px;
	position: absolute;
	top: -10px;
	left: -30px;
}

.h-gear-info {
	background: url(../images/h-gear-bg.jpg) no-repeat;
	padding: 30px 40px;
	position: relative;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.h-gear-info .owl-carousel {
	margin-top: 30px;
}

.h-gear-info .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 28px;
	position: absolute;
	left: -20px;
	top: 5px;
	color: #fff;
	transform: rotate(12deg);
}

.h-gear-text {
	margin-top: 30px;
}

.h-gear-text h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.h-gear-text hr {
	background: rgba(222, 222, 222, 0.3);
	width: 100%;
	height: 1px;
	position: relative;
	margin: 20px 0;
}

.h-gear-text p {
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.h-gear-info .btn {
	background: #00aeef;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-top: 30px;
}

.h-gear-info .btn svg {
	width: 60px;
	fill: #fff;
	vertical-align: middle;
}

.h-gear-info .btn:hover {
	background: #edb42e;
}

.h-gear-info .owl-carousel .owl-nav button.owl-next,
.h-gear-info .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: -45px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: 0;
}

.h-gear-info .owl-carousel .owl-nav button.owl-prev {
	right: 80px!important
}


/*=================================Latest-News=================================*/

.opinion-main {
	background: #00aeef url(../images/our-voice-bg.png)no-repeat;
	padding: 55px 0 40px 0;
	background-size: cover;
	border-radius: 0 30px 30px 0;
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
}

.opinion-text {
	margin-left: 40%;
	padding: 30px;
}
.opinion-text p a{color:#edb42e !important;}
.opinion-text .sec-title h2 {
	color: #fff;
	margin-bottom: 65px;
}

.opinion-item h3 a {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 15px;
	display: block;
}

.opinion-item p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.opinion-item .btn {
	color: #edb42e;
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px;
}

.opinion-item .btn svg {
	width: 50px;
	fill: #edb42e;
	vertical-align: middle;
}

.opinion-item .btn:hover {
	color: #fff;
}

.opinion-item .btn:hover svg {
	fill: #fff;
}

.opinion-text .op-more {
	color: #1a5eb2;
	font-size: 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 50px;
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #1a5eb2;
}

.opinion-text .op-more svg {
	width: 50px;
	fill: #1a5eb2;
	vertical-align: middle;
}

.opinion-text .op-more:hover {
	color: #fff;
	background: #1a5eb2;
}

.opinion-text .op-more:hover svg {
	fill: #fff;
}

.news-info {
	margin: 80px 0 70px 0;
    overflow: hidden;
}

.news-info .owl-carousel{
    overflow: hidden!important;
    height: auto!important;
}

.news-img {
	overflow: hidden;
	border-radius: 15px;
     height: auto!important;
    width: 100%;
}

.news-img img {
	width: auto;
	border-radius: 15px;
	transition: 0.5s all ease-in-out;
    height: 100%;
}

.latest-news .item:hover .news-img img {
	transform: scale(1.2);
}

.news-text {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 20px;
     height: auto!important;
}

.news-text ul {
	margin: 20px 0;
}

.news-text ul li {
	display: inline-block;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
}

.news-text ul li:first-child {
	padding-right: 20px;
}

.news-text ul li i {
	margin-right: 5px;
}

.news-text h4 a {
	color: #282828;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

.news-text h4 a:hover {}

.news-text p {
	color: #6c6c6c;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.latest-news .item:hover h4 a {
	color: #528f40;
}

.latest-news .item .btn {
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #00aeef;
	margin-top: 15px;
}

.latest-news .item .btn svg {
	width: 50px;
	fill: #00aeef;
	vertical-align: middle;
	margin-left: 7px;
}

.latest-news .item {
	margin: 0 10px;
    height: auto!important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


 .latest-news .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: flex;
}

 .latest-news .owl-carousel .owl-item img{
     width: auto;
    height: 100%;
}


.latest-news .item:hover.item .btn {
	color: #528f40;
}

.latest-news .item:hover.item .btn svg {
	fill: #528f40;
}

.latest-news .owl-carousel .owl-nav button.owl-next,
.latest-news .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: -74px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.latest-news .owl-carousel .owl-nav button.owl-prev {
	right: 0px !important;
}

.latest-news .owl-carousel .owl-nav button.owl-next {
	left: 160px !important;
}

.latest-news .owl-carousel .owl-nav button.owl-next:hover,
.latest-news .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.7;
}

.latest-news .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 27px;
	position: absolute;
	left: -28px;
	top: 5px;
	color: #bdc1c5;
	transform: rotate(12deg);
}


/*==============================5 Elevate=========================*/

.elevate {
	background: #112955;
	padding: 70px 0 50px 0;
	position: relative;
}

.elevate-pattren .elevate-pattren-left {
	position: absolute;
	top: -285px;
	left: 0;
	z-index: 0;
}

.elevate-pattren .elevate-pattren-right {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 0;
}

.elevate .sec-title {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.elevate .sec-title h2 {
	text-align: center;
	color: #fff;
	border-color: #2a6798;
}

.elevate ul {
	margin-top: 70px;
}

.elevate ul li {
	float: left;
	width: 20%;
	display: block;
	position: relative;
}

.elevate-info {
	border-top: 1px solid #3c5d9b;
	border-left: 1px solid #3c5d9b;
	border-right: 1px solid #3c5d9b;
	border-bottom: 6px solid #9c1c28;
	padding: 50px 15px 30px 15px;
	position: relative;
	background: #183261;
	margin: 0 10px;
	min-height: 266px;
}

.elevate ul li:first-child .elevate-info {
	margin-left: 0;
}

.elevate ul li:last-child .elevate-info {
	margin-right: 0;
}

.elevate-info .elevate-number {
	height: 74px;
	width: 74px;
	text-align: center;
	border: 1px solid #3c5d9b;
	border-radius: 50%;
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	background: #183261;
}

.elevate-info .elevate-number p {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	line-height: 74px;
}

.elevate-info h4 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
}

.elevate .elev-b-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 0;
	height: 0;
	text-align: center;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #9c1c28;
}
.home .elevate ul li .elevate-info h4 a, .home .elevate ul li:hover .elevate-info h4 a{color: #FFF;}
.elevate .elevate-text p {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 34px;
	font-family: 'Montserrat', sans-serif;
}
.elevate .elevate-text a{color: #FFF !important;}

.elevate-1:hover .elevate-info {
	background: #9c1c28;
	border-left-color: #9c1c28;
	border-right-color: #9c1c28;
	border-top-color: #9c1c28;
	border-bottom-color: #fff
}

.elevate ul li:hover .elev-b-shape {
	border-bottom-color: #fff;
}

.elevate ul li:hover .elevate-number {
	background: #fff;
	border-color: #fff;
}

.elevate-1:hover .elevate-number p {
	color: #9c1c28;
}

.elevate-2:hover .elevate-info {
	background: #00aeef;
	border-left-color: #00aeef;
	border-right-color: #00aeef;
	border-top-color: #00aeef;
	border-bottom-color: #fff
}

.elevate-2 .elev-b-shape {
	border-bottom: 14px solid #00aeef;
}

.elevate-2:hover .elevate-number p {
	color: #00aeef;
}

.elevate-2 .elevate-info {
	border-bottom: 6px solid #00aeef;
}

.elevate-3 .elevate-info {
	border-bottom: 6px solid #1b5676;
}

.elevate-3 .elev-b-shape {
	border-bottom: 14px solid #1b5676;
}

.elevate-3:hover .elevate-info {
	background: #1b5676;
	border-left-color: #1b5676;
	border-right-color: #1b5676;
	border-top-color: #1b5676;
	border-bottom-color: #fff
}

.elevate-3:hover .elevate-number p {
	color: #1b5676;
}

.elevate-4 .elevate-info {
	border-bottom: 6px solid #edb42e;
}

.elevate-4 .elev-b-shape {
	border-bottom: 14px solid #edb42e;
}

.elevate-4:hover .elevate-info {
	background: #edb42e;
	border-left-color: #edb42e;
	border-right-color: #edb42e;
	border-top-color: #edb42e;
	border-bottom-color: #fff
}

.elevate-4:hover .elevate-number p {
	color: #edb42e;
}

.elevate-4 .elevate-info {
	border-bottom: 6px solid #edb42e;
}

.elevate-4:hover .elevate-number p {
	color: #edb42e;
}

.elevate-5 .elevate-info {
	border-bottom: 6px solid #528f40;
}

.elevate-5 .elev-b-shape {
	border-bottom: 14px solid #528f40;
}

.elevate-5:hover .elevate-info {
	background: #528f40;
	border-left-color: #528f40;
	border-right-color: #528f40;
	border-top-color: #528f40;
	border-bottom-color: #fff
}

.elevate-5:hover .elevate-number p {
	color: #528f40;
}

.elevate-5 .elevate-info {
	border-bottom: 6px solid #528f40;
}

.elevate .btn {
	clear: both;
	display: block;
	padding: 0;
}

.elevate .btn a {
	background: #00aeef;
	padding: 12px 40px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
}

.elevate .btn svg {
	width: 60px;
	fill: #fff;
	vertical-align: middle;
	margin-left: 10px;
}

.elevate .btn a:hover {
	background: #edb42e;
}


/*==============================Footer=============================*/

footer {
	padding: 75px 0 55px 0;
	position: relative;
}

.footer-pattren .footer-pattren-left {
	position: absolute;
	top: -235px;
	left: 0;
	z-index: 0;
}

.footer-pattren .footer-pattren-right {
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 0;
}

.f-logo a {
	display: block;
	margin-bottom: 21px;
}

.f-logo p span {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
}

.f-logo p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
}

.h-link h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.h-link ul li {
	display: block;
	line-height: 35px;
	float: left;
	width: 50%;
}

.h-link ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #282828;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.h-link ul li a:hover {
	color: #00aeef;
}
.f-newsleteer{
    margin-top: 83px;
}
.f-newsleteer form {
	position: relative;
}

.f-newsleteer .form-control, .ctct-form-field input[type="email"],
.f-newsleteer .form-control, .ctct-form-field input[type="text"]{
	background: #1a5eb2;
	color: #a3caff;
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 0 20px;
	box-shadow: none;
      margin-bottom: 10px;
}


.f-newsleteer .modal{
    z-index: 999999;
}
.f-newsleteer  .modal-body{
    
}

.f-newsleteer .modal .modal-header .modal-title{
    font-size: 30px;
    color: #1a5eb2;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0;
}


.f-newsleteer .modal-body .ctct-form-field-checkbox{
    width: 100%!important;
    clear: both!important;
    margin-top: 20px!important;
    max-height: 200px;
    overflow-y: scroll;
}
.f-newsleteer .modal-body .ctct-form-field-checkbox .ctct-label-top{
    font-size: 30px;
    color: #1a5eb2;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
}
.ctct-form-wrapper span.ctct-label-right{
    width: auto!important;
}
.f-newsleteer .modal-body  .ctct-form-wrapper .ctct-form-field{
    margin: 0!important;
}
.f-newsleteer .modal-body .ctct-form-wrapper .ctct-form-field-checkbox fieldset{
    margin: 15px 0!important;
}

.f-newsleteer input[type="submit"] {
	height: 50px;
	background: #00aeef;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 20px;
  
}

.f-newsleteer input[type="submit"]:hover {
	background: #edb42e;
}

.f-newsleteer ::placeholder {
	font-size: 16px;
	color: #a3caff;
	font-weight: 400;
}

.f-newsleteer .btn {
	background: #edb42e;
	text-transform: uppercase;
	color: #fff;
	height: 49px;
	line-height: 46px;
	padding: 0 50px;
	border-radius: 50px;
	font-weight: 700;
	margin-top: 20px;
	box-shadow: none;
	-webkit-box-shadow: 1px 1px 40px -1px rgba(116, 179, 255, 0.59);
	-moz-box-shadow: 1px 1px 40px -1px rgba(116, 179, 255, 0.59);
	box-shadow: 1px 1px 40px -1px rgba(116, 179, 255, 0.59);
    width: 100%;
}

.f-newsleteer .btn:hover {
	background: #00aeef;
}


.f-newsleteer .subscribe-btn{
    margin-top: 0;
    background: #528f40;
}
.f-newsleteer .subscribe-btn:hover{
    background: #00aeef;
}
.f-media {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
	margin-top: 30px;
}

.f-media p {
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 165px;
}

.f-media ul {
	display: inline-block;
}

.f-media ul li {
	display: inline-block;
	position: relative;
	padding: 0 50px;
}

.f-media ul li::after {
	content: "/";
	font-weight: 100;
	font-size: 55px;
	position: absolute;
	top: 10px;
	left: -10px;
	color: #c6d4e6;
	transform: rotate(10deg)
}

.f-media ul li:first-child::after {
	display: none;
}

.copy-right {
	text-align: center;
	margin-top: 30px;
	z-index: 10000;
    position: relative;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}


/*===========End-Home-Page================*/


/*===========================================Innerpages-Start=============================================================*/


/*==========conference[Keynotes-page]=========*/


/*===inner-banner====*/

.inner-banner {
	background-size: cover !important;
	background-position: right !important;
	padding: 127px 0 30px 0;
	width: 100%;
	clear: both;
	position: relative;
}

.logo-in-banner {
	position: absolute;
	top: 58px;
	left: 25px;
	z-index: 0;
}

.inner-banner .container {
	position: relative;
	z-index: 1;
}

.inner-banner h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 58px;
}

.inner-banner .breadcrumb {
	background-color: transparent;
	padding: 0;
	padding-top: 127px;
	margin-bottom: 0;
    width: 65%;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.inner-banner .breadcrumb-item a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.breadcrumb-item{
    line-height: 36px;
}



.inner-banner .breadcrumb-item a:hover {
	color: #edb42e;
}

.inner-banner .breadcrumb-item .current-item {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-right: 30px;
}

.inner-banner .breadcrumb-item.active {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-right: 30px;
}

/*.inner-banner hr {
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	border: none;
	margin-top: -12px;
	width: 65%;
	text-align: left;
	float: left;
}*/

.inner-banner hr {
	display: none;
}


/*==================Conference-Info==============*/

.conference-info {
	padding: 40px 0 82px 0;
	position: relative;
	z-index: 99;
}

.conference-pattren .conference-pattern-left {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.conference-pattren .conference-pattern-right {
	position: absolute;
	top: 200px;
	right: 0;
	z-index: -1;
}


/*===Conference-left-sidebar===*/

.con-event-logo {
	background: #fff;
	border: 1px solid #ededed;
	padding: 20px 30px;
	-webkit-box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 7px 7px 13px 0px rgba(0, 0, 0, 0.18);
	position: relative;
	width: 85%;
	margin-bottom: 45px;
}

.logo-tag {
	position: absolute;
	top: 30px;
	right: -20px;
}

.con-event-logo p {
	color: #528f40;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 15px;
}


/*====btns=======*/

.pages-btn ul li {
	float: left;
	width: 19%;
	text-align: center;
	margin-right: 5px;
	margin-top: 5px;
}

.pages-btn ul li a {
	background: #0a4288;
	border-radius: 5px;
	padding: 15px 10px;
	display: block;
	min-height: 155px;
	border: 2px solid #0a4288;
}

.pages-btn ul li a img {
	height: 57px;
	width: 57px;
	object-fit: none;
	object-position: 0 0;
	transition: all .2s ease;
}

.pages-btn ul li a p {
	color: #fff;
	text-decoration: underline;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0!important;
}

.pages-btn ul li:hover a img,
.pages-btn li.active a img {
	object-position: 0 -57px;
	transition: all .2s ease;
}

.pages-btn li.active a {
	border: 2px solid #ebb53a;
}

.pages-btn ul li a:hover {
	border: 2px solid #ebb53a;
}

.pages-btn ul li:hover p,
.pages-btn li.active p {
	color: #ebb53a;
}

.pages-btn {
	overflow: hidden;
}


/*====3btns=======*/

.brs-btns {
	margin-top: 40px;
}

.brs-btns .btn {
	font-size: 16px;
	border-radius: 30px;
	height: 53px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 32px;
	line-height: 51px;
	margin-right: 15px;
}

.brs-btns .btn svg {
	width: 50px;
	vertical-align: middle;
}

.brs-btns .btn-green {
	color: #528f44;
	border: 2px solid #528f44;
}

.brs-btns .btn-green svg {
	fill: #528f44;
	margin-left: 10px;
}

.brs-btns .btn-green:hover {
	background: #528f44;
	color: #fff;
}

.brs-btns .btn-green:hover svg {
	fill: #fff;
}

.brs-btns .btn-yellow {
	color: #fff;
	background: #ebb53a;
	border: 2px solid #ebb53a;
}

.brs-btns .btn-yellow svg {
	fill: #fff;
	margin-left: 10px;
}

.brs-btns .btn-yellow:hover {
	background: #1facec;
	color: #fff;
	border-color: #1facec;
}

.brs-btns .btn-yellow:hover svg {
	fill: #fff;
}


/*=====keynotes====*/

.keynotes-slide {
	margin-top: 50px;
}

.keynotes-slide .key-item {
	margin-bottom: 40px;
}

.keynotes-slide .key-item:last-child {
	margin-bottom: 0;
}

.keynote-img {
	display: inline-block;
	float: left;
    width: 22%;
}

.keynote-img img {
	width: auto!important;
	border-radius: 50%;
}

.key-designation {
	float: left;
    width: 73%;
	margin-left: 30px;
    margin-top: 40px;
}

.key-designation h3 {
	color: #282828;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}

.key-designation p {
	font-size: 20px;
	color: #979797;
	line-height: 29px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.key-designation p span {
	color: #9c1c28;
	font-weight: 600;
}

.note-info {
	margin-top: 30px;
    clear: both;
    padding-top: 20px;
}

.note-info h4 {
	color: #282828;
	font-size: 20px;
	font-weight: 700;
}

.note-info p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom:20px;
}

.note-info p b {
	color: #528f44;
}


/*===Right-Sidebar========*/

.conference-right {
	margin-top: -125px;
}

.right-navigation {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
}

.right-navigation h2 {
	background: #edb42e;
	color: #0a4288;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	border-radius: 15px 15px 0 0;
	padding: 30px 0 20px;
	font-weight: 700;
}

.conferences h2 {
	background: #edb42e;
	color: #0a4288;
}

.training-west-events h2 {
	background: #528f40;
	color: #fff;
}

.member-seminars h2 {
	background: #18456c;
	color: #fff;
}

.partner-events h2 {
	background: #00aeef;
	color: #fff;
}

.network h2 {
	background: #9c1c28;
	color: #fff;
}


.right-navigation .iksm-terms, .right-navigation .bellows_navigation_widget-class nav {
	padding: 10px 30px 25px 30px;
}

.right-navigation .iksm-term__inner, .right-navigation .bellows_navigation_widget-class .bellows-nav > li.bellows-menu-item {
	border: none;
	margin-top: 10px;
}

.right-navigation .iksm-term__inner, .right-navigation .bellows_navigation_widget-class .bellows-nav > li.bellows-menu-item {
	background: #eaf0f2!important;
	padding: 8px 15px!important;
	border-bottom: none!important;
	border-left: 2px solid #0a4288!important;
	border-radius: 0!important;
	position: relative!important;
}

.right-navigation .iksm-term__link, .right-navigation .bellows_navigation_widget-class .bellows-nav > li.bellows-menu-item > a {
	color: #0a4288;
	font-size: 18px!important;
	line-height: 26px!important;
	font-weight: 700!important;
	font-family: 'Montserrat', sans-serif!important;
	position: relative!important;
	padding: 8px 0 !important;
}
.bellows .bellows-nav .bellows-subtoggle{width: 100% !important; justify-content: right !important;}

.right-navigation .iksm-term__toggle {
	position: absolute;
	top: 35%;
	right: 0;
}

.right-navigation .iksm-term__toggle i {
	color: #0a4288!important;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.right-navigation .iksm-terms-tree--children {
	padding: 0!important;
	background: #eaf0f2;
}

.right-navigation .iksm-terms-tree--children .iksm-term__inner, .right-navigation .bellows_navigation_widget-class .bellows-nav > li.bellows-menu-item ul.bellows-submenu a {
	border-top: 1px solid #d3dee7!important;
	margin-top: 0 !important;
	border-left: none!important;
	min-height: auto!important;
}

.right-navigation .iksm-terms-tree--children .iksm-term__link, .right-navigation .bellows_navigation_widget-class .bellows-nav > li.bellows-menu-item ul.bellows-submenu a {
	display: block!important;
	font-size: 16px!important;
	color: #282828;
	font-weight: 500!important;
	font-family: 'Montserrat', sans-serif!important; padding: 10px 5px;
}

.right-navigation .iksm-terms-tree--children .iksm-term__link:hover {
	color: #528f40 !important;
}

.right-navigation .iksm-terms-tree--children .iksm-term--current .iksm-term__link {
	color: #528f40!important;
	font-weight: 600!important;
}

.right-navigation .iksm-terms-tree--children .iksm-term--current.iksm-term--expanded .iksm-terms-tree--children .iksm-term__link{color:#282828!important; font-weight:500 !important;}
.right-navigation .iksm-terms-tree--children .iksm-term--expanded .iksm-terms-tree--children .iksm-term__link{padding-left:20px !important;}
.right-navigation .iksm-terms-tree--children .iksm-term--expanded .iksm-terms-tree--level-4.iksm-terms-tree--children .iksm-term__link{padding-left:40px !important;}

.bellows_navigation_widget-class nav ul.bellows-nav > li > a span{width:96%;}



.right-navigation .bellows .bellows-nav li.bellows-menu-item .bellows-target{
    color: #282828;
}
.bellows-menu-item .bellows-target:hover{
    color: #528F40!important;
}
.bellows-item-level-0.bellows-active > .bellows-target,
.bellows-item-level-1.bellows-active > .bellows-target,
.bellows-current-menu-item > .bellows-target{
    color: #528F40!important;
}



/*======Upcoming-Events======*/

.up-coming-event {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	margin-top: 40px;
}

.up-coming-event h2 {
	background: #edb42e;
	color: #0a4288;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	border-radius: 15px 15px 0 0;
	padding: 30px 0 20px;
	font-weight: 700;
}

.up-event-info {
	padding: 20px 30px;
	overflow: hidden;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.up-event-img {
	overflow: hidden;
	border-radius: 5px;
    position: relative;
}
.up-event-img::before{
    position: absolute;
    top: 0;
    bottom: 0;
    content:"";
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    transition: 0.90s!important;
}

.up-event-img img {
	width: 100%;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}

.up-event-info:hover .up-event-img::before{
    background: rgba(0,0,0,0);
    transition: 0.90s!important;
}

.up-event-info:hover .up-event-img img {
	transform: scale(1.1);
    transition: 0.90s!important;
}

.up-event-info h4 a {
	color: #282828;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 15px;
	display: block;
}

.up-event-info:hover h4 a {
	color: #1a5eb2;
	text-decoration: underline;
}

.up-event-info ul li {
	color: #282828;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.up-event-info ul li i {
	color: #1a5eb2;
	font-size: 20px;
	padding-right: 10px;
}

.up-coming-event .up-event-info:hover {
	background: #eef6ff !important;
	border-top: 1px solid #d8dce0;
	border-bottom: 1px solid #d8dce0;
}

.up-coming-event hr {
	height: 1px;
	background: #e9e9e9;
	border: none;
	margin: 0 30px;
}

.up-coming-event .btn {
	padding: 0;
	display: block;
	margin: 30px;
}

.up-coming-event .btn a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #518f41;
	border-radius: 30px;
	width: 100%;
	display: block;
	padding: 10px 20px;
	font-weight: 700;
}

.up-coming-event .btn a svg {
	width: 60px;
	vertical-align: middle;
	fill: #fff;
	padding-left: 10px;
}

.up-coming-event .btn a:hover {
	background: #1a5eb2;
}


/*=======Our-sponsor=====*/

.our-sponsor {
	background: #f0f0f0;
	padding: 55px 0 40px 0;
	clear: both;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}

.sponsor-pattren .sponsor-pattern-left {
	position: absolute;
	top: -353px;
	left: 0;
	z-index: -5;
}

.sponsor-pattren .sponsor-pattern-right {
	position: absolute;
	top: -430px;
	right: 0;
	z-index: -5;
}

.our-sponsor .sec-title {
	text-align: center;
}

.our-sponsor .sec-title h2 {
	margin-bottom: 10px;
}

.our-sponsor ul li {
	display: inline-block;
	padding: 0 5px;
	margin-top: 40px;
	width: 31%;
}

.our-sponsor ul li:nth-last-child(2) {
	margin: 0 30px;
}


.in-l-news .news-img img{
    height: auto!important;
}

.in-l-news {
	padding: 85px 0 55px 0;
}

.in-l-news .news-info {
	margin: 0;
    padding: 0;
}

.ftr-contact {
	background: #1a5eb2;
	padding: 25px 0;
	text-align: center;
}

.ftr-contact svg {
	fill: #fff;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}

.ftr-contact p {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	padding-left: 20px;
}

.ftr-contact p a {
	font-weight: 700;
	color: #fff;
}

.ftr-contact p a:hover {
	color: #ecb32e;
}


/*=================Past-Conference==========*/

.past-conference {
	margin-top: 40px;
	overflow: hidden;
}

.past-conference ul li {
	display: block;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.past-conference ul li:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

.past-conference ul li:first-child {
	padding-top: 0;
}

.past-conference .year {
	background: #ecb32e;
	padding: 40px 10px;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	float: left;
	width: 25%;
}

.past-conference .year h4 a {
	font-size: 38px;
	font-weight: 700;
	line-height: 45px;
	color: #fff;
}

.past-conference .past-con-info {
	float: left;
	width: 74%;
	padding-left: 30px;
}

.past-conference .past-con-info h3 {
	line-height: 20px;
}

.past-conference .past-con-info h3 a {
	font-size: 24px;
	line-height: 32px;
	color: #1facec;
	display: block;
	font-weight: 600;
}

.past-conference ul li:hover .past-con-info h3 a {
	color: #528f44;
	transition: 0.5s all ease-in-out;
}

.past-conference ul li:hover .year {
	background: #528f44;
	transition: 0.5s all ease-in-out;
}

.past-conference .past-con-info p span {
	color: #282828;
	font-size: 18px;
	font-weight: 500;
}

.past-conference .past-con-info p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom:20px;
}

.border-con {
	padding: 30px 0;
	border-top: 1px solid #000;
}

.border-con:last-child {
	border-bottom: none;
}


/*===========faq-accordion=========*/



.faq-accordion .card {
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
}

.faq-accordion .card-header {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-bottom: none;
}

.faq-accordion .card-header a {
	background: #eaf0f2;
	padding: 12px 20px;
	display: block;
	border-radius: 0;
}

.faq-accordion .card-header h5 {
	color: #282828;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-right: 20px;
}

.faq-accordion .card-header h5 i {
	color: #0a4288;
	font-weight: bold;
	position: absolute;
	top: 15%;
	right: 0;
	font-size: 20px;
}

.faq-accordion .card-body {
	background: #eaf0f2;
	border-top: 1px solid #fff;
}

.faq-accordion .card-body p {
	color: #282828;
	font-size: 16px;
	line-height: 28px;
    padding: 5px 0;
}


/*============5thing-to-eleavte-page===========*/

.elevate-bg .breadcrumb-item {
	background-color: transparent;
}

.elevate-bg hr {
	margin-left: 300px;
}

.thing-elevate-info {}

.thing-elevate-info ul li {
	display: block;
	padding: 30px;
	border: 1px solid #d6d6d6;
	margin-bottom: 40px;
	border-radius: 5px;
	clear: both;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.14);
}

.thing-elevate-info ul li:last-child {
	margin-bottom: 0;
}

.thing-elevate-info .thing-text {
	float: left;
	width: 80%;
}

.thing-elevate-info .thing-number {
	float: left;
	width: 20%;
	text-align: center;
}

.thing-elevate-info .thing-text h3 {
	line-height: 31px;
}

.thing-elevate-info .thing-text h3 a {
	font-size: 26px;
	font-weight: 700;
	color: #1a5eb2;
}

.thing-elevate-info .thing-text p {
	color: #282828;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}

.thing-elevate-info .thing-number p {
	font-size: 50px;
	color: #282828;
	background: #e8eef1;
	width: 90px;
    height: 90px;
	border-radius: 5px;
	display: inline-block;
	line-height: 90px;
	margin-top: 15px;
}

.thing-elevate-info ul li:hover {
	cursor: pointer;
	background: #e8eef1;
}

.thing-elevate-info ul li:hover .thing-text h3 a {
	color: #528f41;
}

.thing-elevate-info ul li:nth-child(1) {
	border-bottom: 12px solid #ecb32e!important;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(1):hover .thing-number p {
	background: #ecb32e;
	color: #fff;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(2) {
	border-bottom: 12px solid #2fabe1!important;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(2):hover .thing-number p {
	background: #2fabe1;
	color: #fff;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(3) {
	border-bottom: 12px solid #9c1c28!important;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(3):hover .thing-number p {
	background: #9c1c28;
	color: #fff;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(4) {
	border-bottom: 12px solid #528f40!important;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(4):hover .thing-number p {
	background: #528f40;
	color: #fff;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(5) {
	border-bottom: 12px solid #1b5676!important;
	transition: all .5s ease
}

.thing-elevate-info ul li:nth-child(5):hover .thing-number p {
	background: #1b5676;
	color: #fff;
	transition: all .5s ease
}

.news-archive {
	padding: 30px 30px;
}

.news-archive h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #0a4288;
}

.news-archive ul li {
	margin-top: 5px;
}

.news-archive ul li a {
	font-size: 16px;
	color: #282828;
	line-height: 24px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.news-archive ul li a:hover {
	color: #0a4288;
}


/*=========Logos-Conferences===========*/

.all-conferences {
	width: 100%;
	padding: 70px 30px 30px 30px;
}

.all-conferences .logo-tag {
	width: 40%;
	right: -15px;
	height: auto;
}
.all-conferences img{height:180px;}


/*=================Overview / page-pricing / Sponsor & Exhibitor==================*/

.pricing{margin-top: 30px;}

.page_text p {
	font-size: 16px;
	line-height: 30px;
	color: #282828;
	padding: 10px 0;
}
.page_text p:first-child{padding-top: 0;}

.page_text p span {
	font-weight: 700;
}

.page_text p a {
	color: #528f40;
	font-weight: 700;
}

.page_text p a:hover {
	color: #edb42e;
}

.page_text ul {
	margin: 20px 0 0 0;
}

.page_text ul li {
	position: relative;
	font-size: 16px;
	color: #282828;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-left: 25px;
	font-weight: 400;
    line-height: 28px;
}

.page_text ul li::before {
	content: '\f269';
	font-family: 'Material-Design-Iconic-Font';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #1d60b3;
}

.page_text h3 {
	font-size: 35px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 23px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 30px;
}

.page_text h4 {
	color: #528f44;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
}


/*===========================Contact-Form=========================*/

.contact_form_area label {
	color: #939393!important;
	font-size: 16px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400!important
}

.contact_form_area input[type="text"],
.contact_form_area input[type="email"],
.contact_form_area textarea {
	border-bottom: 1px solid #eaeaea;
	color: #282828!important;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	width: 100% !important;
	margin-bottom: 40px !important;
}

.contact_form_area ::placeholder {
	color: #282828!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 20px!important;
	font-weight: 400!important;
}

.contact_form_area input:focus,
.contact_form_area textarea:focus {
	border-bottom-color: #8caed8!important;
	color: #1a5eb2!important;
}

.contact_form_area textarea {
	margin-bottom: 25px !important;
}

.contact_form_area input[type="submit"] {
	background: #518f41;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	padding: 13px 50px;
	text-transform: uppercase;
	font-weight: 700;
	border: none!important;
}

.contact_form_area input[type="submit"]:hover {
	background: #1a5eb2!important;
	cursor: pointer;
}


/*===========================Our-Collaborative-Affiliates=========================*/

.collaborative-text {
	margin-top: 0;
}

.collaborative-text p {
	font-size: 18px;
	line-height: 28px;
	color: #282828;
}

.collaborative-partner {
	margin-top: 40px;
}

.collaborative-partner h3 {
	font-size: 35px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 23px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0px;
	text-align: left;
}



.collaborative-logo {
	margin-top: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	display: block;
	padding: 25px;
	-webkit-box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.14);
	box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.14);
}

.collaborative-partner .collaborative-name {
	font-size: 20px;
	color: #282828;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.about-side-nav .card-body ul li a {
	font-size: 17px;
}

.collaborative-name:hover {
	color: #528f41;
}


/*===================Our-Leadership===================*/

.leadership-slide h2 {
	font-size: 35px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 16px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: left;
}

.leadership-item {
	margin-bottom: 40px;
}

.leadership-item h4 {
	font-size: 22px;
	color: #282828;
	font-weight: 600;
	text-align: center;
	line-height:27px;
	margin-top: 10px;
	margin-bottom: 0;
}

.leadership-item h4 span {
	font-size: 16px;
	display: block;
}

.leadership-item .item:hover h4 {
	color: #0d458b;
}

.leadership-item .item:hover h4 span {
	color: #282828;
}

.leadership-item p {
	font-family: 'Montserrat', sans-serif;
}

.leadership-item p a {
	font-size: 16px;
	display: block;
	color: #2fabe1;
	text-align: center;
	font-weight: 600;
}

.leadership-item .item:hover p a {
	color: #528f40;
}

.leadership-slide .owl-carousel .owl-nav {
	position: absolute;
	top: -60px;
	color: #7691af;
	font-size: 30px;
	text-align: center;
	right: 0px;
	display: block;
}
.staff-slide .owl-carousel .owl-nav{
    top: -45px;
}

.leadership-slide .owl-carousel .owl-nav button.owl-prev {
}
.leadership-slide .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/prev-aerow.png) no-repeat;
    width: auto;
   padding: 12px 40px!important;
}
.leadership-slide .owl-carousel .owl-nav button.owl-next{
    background: url(../images/next-aerow.png) no-repeat;
    width: auto;
   padding: 12px 21px!important;
}


.leadership-slide .owl-carousel .owl-nav button.owl-next:hover,
.leadership-slide .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.7;
}

.leadership-slide .owl-carousel .owl-nav button.owl-next::before {
	content: "/";
	font-size: 27px;
	position: absolute;
	right: 56px;
	top: 5px;
	color: #bdc1c5;
	transform: rotate(12deg);
}
.leadership-item  .owl-carousel .item img{min-height:250px;}

.leadership-slide, .staff-slide{padding-top:40px;}
/*==================Staff-Bio===========================*/

.staff-bio img {
	border-radius: 10px;
	/* width: auto; */
}

.staff-bio h3 {
	font-size: 23px;
	color: #0a4288;
	line-height: 28px;
	font-weight: 700;
	margin-top: 15px;
}

.staff-bio h3 span {
	color: #528f40;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
}

.staff-bio ul li,
.resource-contact li {
	display: inline-block;
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	margin-left: 0 !important;
}
.resource-contact li::before{display: none;}

.resource-contact li {
    display: block;
    padding: 4px 0!important;
    margin-bottom: 0!important;
}

.staff-bio ul li::after{
	content: "|";
	color: #282828;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 10px;
}

.page_text .staff-bio ul li::before {
	display: none;
}

.staff-bio ul li:first-child,
.resource-contact li:first-child {
	padding-left: 0;
}

.staff-bio ul li:last-child::after,
.resource-contact li:last-child::after {
	display: none;
}

.staff-bio ul li a,
.resource-contact li a {
	color: #528f41;
}

.staff-bio ul li a:hover,
.resource-contact li a:hover {
	color: #094085;
}

.staff-bio p {
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}
.staff_content p{margin-bottom:20px;}


/*==============Our-Sponsor===============*/

.service-resources h3 {
	font-size: 33px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 16px;
	display: inline-block;
	padding: 0 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
}

.service-resources .faq-accordion {
	margin-top: 0;
}

.service-resources-logo {
	float: left;
	margin-right: 30px;
}

.service-resources .card-body p span {
	color: #528f40;
	font-weight: 600;
}

.service-resources .card-body .resource-bullet li {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
	margin: 10px 0;
}

.service-resources .card-body .resource-bullet li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #0a4288;
	font-size: 16px;
}


/*=====================success-stories====================*/

.success-stories p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}

.success-p-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #0a4288;
	margin-top: 30px;
}

.success-story-info {
	padding: 30px 0;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	overflow: hidden;
}

.success-story-info h2 {
	font-size: 26px;
	font-weight: 700;
	color: #282828;
	line-height: 34px;
	margin-bottom: 30px;
}

.success-story-info-img {
	float: left;
	width: 20%;
}

.success-story-info-img img {
	width: auto;
	border-radius: 5px;
}

.sucees-name-desig {
	float: left;
	width: 80%;
}

.success-story-info p {
	font-size: 18px;
	clear: both;
}

.sucees-name-desig h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 15px;
}

.sucees-name-desig p {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.sucees-name-desig p span {
	font-weight: 400;
}

.success-story-info .btn {}

.success-story-info .btn {
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #edb42e;
	margin-top: 15px;
	text-transform: uppercase;
    box-shadow: none;
}

.success-story-info .btn svg {
	width: 70px;
	fill: #edb42e;
	vertical-align: middle;
	margin-left: 7px;
}

.success-story-info .btn:hover {
	color: #528f40;
}

.success-story-info .btn:hover svg {
	fill: #528f40;
}

.success-story-info iframe {
	border-radius: 20px;
	margin: 20px 0;
}

.success-stories nav {
	float: right;
	margin: 20px 0;
}

.success-stories .pagination .page-link {
	margin: 0 5px;
	padding: 10px 17px;
	font-size: 16px;
	color: #282828;
	font-weight: 500;
	border: 2px solid #dddddd;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-link:hover {
	border-color: #1a5eb2!important;
	color: #1a5eb2!important;
	background-color: transparent!important;
}

.success-stories-banner .breadcrumb-item {
	background-color: transparent;
}


/*=====================Member-document-link-videos===========================*/

.member-document h3 {
	margin-bottom: 15px;
}

.member-document {
	margin-bottom: 0px;
}
.member-document ul.list h3{
    margin-top: 30px;
    line-height: 36px;
}
.member-document ul li {
	position: relative;
    padding-left: 35px;
}

.member-document ul li a {
	color: #282828;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	display: block;
	padding: 10px 0 10px 0;
}

.member-document ul li i {
	padding-right: 10px;
    position: absolute;
    left: 0;
    top: 17px;
    
}

.member-link ul li::before {
	font-family: Material-Design-Iconic-Font;
	content: '\f269';
	position: absolute;
	top: 11px;
	left: 0;
	color: #0a4288;
	font-size: 18px;
}

.member-link ul li a {
	padding-left: 25px;
}

.member-document ul li a:hover,
.member-document ul li a:hover i {
	color: #0a438a!important;
}
.member-document input[type="text"]{
    margin-bottom:0!important;
}

.m-link {
	padding-bottom: 0;
}

.member-video {
    margin-bottom: 20px;
}

.member-video iframe {
	border-radius: 15px;
}

.m-videos-info {
	margin-bottom: 15px;
}
.m-video-detail .page_text{
    margin-bottom: 30px !important;
}
.m-video-detail .page_text p span, .m-video-detail .page_text a{
    font-style: normal;
}

.m-videos-info h3 {
	margin-bottom: 20px;
}


/*======Who-we-are================*/

.who-we-are-txt p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.who-we-are-txt p span {
	color: #528f40;
	font-weight: 700;
}

.who-we-are-txt ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.who-we-are-txt ul{
    margin-left: 20px;
}
.who-we-are-txt ul li::before{
    content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    color: #1d60b3;
}

.our-manifesto {
	background: #eaf0f2;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	margin-top: 30px;
}

.our-manifesto h3{
    font-size: 33px;
color: #1a5eb2;
font-weight: 700;
border-bottom: 9px solid #a1d1ec;
line-height: 16px;
display: inline-block;
padding: 0 10px;
margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}

.our-manifesto .manifesto-icon {
	text-align: center;
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 83px;
	width: 83px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.09);
}

.our-manifesto .manifesto-icon img {
	text-align: center;
	margin-top: 15px;
}

.our-manifesto h3 {
	margin-top: 30px;
}

.our-manifesto p {
	font-size: 16px;
	line-height: 30px;
    padding: 10px 0;
}


/*=====================Blog-inner-page==================*/

.blog-op h3,
.blog-tab h3 {
	font-size: 40px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 16px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: left;
}

.blog-op h4 a,
.voice-item h4 a {
	font-size: 26px;
	font-weight: 700;
	color: #282828;
	line-height: 34px;
}

.blog-op h4 a:hover,
.voice-item h4 a:hover {
	color: #1a5eb2;
}

.blog-op p i {
	font-size: 16px;
}

.blog-op p span,
.voice-item p sapn {
	font-size: 16px;
	padding-left: 10px;
}

.blog-op p,
.voice-item p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
}

.blog-op .btn,
.voice-item .btn {
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #edb42e;
	margin-top: 15px;
	text-transform: uppercase;
	display: block;
	text-align: left;
    box-shadow: none;
}

.voice-item .btn {
	margin-bottom: 30px;
}

.blog-op .btn svg,
.voice-item .btn svg {
	width: 70px;
	fill: #edb42e;
	vertical-align: middle;
	margin-left: 7px;
}

.blog-op .btn:hover,
.voice-item .btn:hover {
	color: #528f40;
}

.blog-op .btn:hover svg,
.voice-item .btn:hover svg {
	fill: #528f40;
}

.voice-item {
	margin-bottom: 45px;
}

.blog-inner .load-more-btn {
	font-size: 20px;
	text-transform: uppercase;
	color: #1a5eb2;
	border: 2px solid #1a5eb2;
	border-radius: 30px;
	padding: 12px 40px;
	display: inline-block;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
}

.blog-inner .load-more-btn:hover {
	background: #528f40;
	color: #fff;
	border-color: #528f40;
}

.blog-tab h3 {
	margin-top: 17px;
	margin-bottom: 20px;
}

.blog-tab {
	margin-top: 90px;
	position: relative;
}

.blog-tab .nav-tabs {
	position: absolute;
	top: 0;
	right: 0;
}

.blog-tab .nav-tabs {
	border: none;
	background: #eaf6fc;
}

.blog-tab .nav-tabs .nav-item .nav-link::before {
	content: " ";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.blog-tab .nav-tabs .nav-link.active::before {
	border-top: 10px solid #528f40;
}

.blog-tab .nav-tabs .nav-link {
	border: none;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
	border-radius: 0;
	position: relative;
}

.blog-tab .nav-tabs .nav-item.show .nav-link,
.blog-tab .nav-tabs .nav-link.active {
	background: #528f40;
	color: #fff;
}

.blog-tab .tab-content .item {
	margin: 40px 0 0 0;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 15px;
}

.blog-tab .tab-content .load-more-btn {
	margin-top: 40px;
}

.blog-tab .tab-content .news-text {
	border-bottom: none;
}

.blog-tab .tab-content .news-text h4 a {
	font-size: 18px;
	line-height: 26px;
}

.blog-tab .tab-content .news-text {
	padding-bottom: 0;
}

.tab-item-all,
.tab-item-national,
.tab-item-state,
.tab-item-local,
.voice-item {
	display: none;
}

.search-box {
	padding: 20px 30px 0px 30px;
}

.search-box input {
	background: #447cc1 url(../images/search-icon.png) no-repeat;
	background-position: center right;
	height: 72px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
}

.search-box input::placeholder {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.op-archive {
	padding: 0px 30px 30px 30px;
}

.tag-cloud {
	padding: 0px 30px 30px 30px;
}

.tag-cloud ul li {
	display: inline-block;
}

.tag-cloud ul li a {
	background: #306eba;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 7px;
}

.tag-cloud ul li a:hover {
	background: #528f40;
	color: #fff;
}


/*===========================Resources-Page==================*/

.resources-in {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
    min-height: 226px;
    margin-bottom: 30px;
}

.resources-in img {
	height: 67px;
	width: 70px;
	object-fit: none;
	object-position: 0 0;
	transition: all .2s ease;
}

.resources-in h4 {
	font-size: 22px;
	font-weight: 600;
	color: #282828;
	margin-top: 15px;
}

.resources-in p {
	font-size: 16px;
	color: #282828;
	line-height: 24px;
	margin-top: 10px;
}

.resources-in:hover p {
	color: #fff;
}

.resources-in:hover {
	background: #00aeef
}

.resources-in:hover img {
	object-position: 0 -73px;
	transition: all .3s ease;
}

.resources-in:hover h4 {
	color: #fff;
}


/*========================STEM–Schedule==========================================*/

.schedule-info h3 {
	font-size: 33px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 18px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 40px;
}

.schedule-table {
	margin-top: 30px;
}

.schedule-table h4 {
	color: #1a5eb2;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	margin-top: 15px;
}

table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

table th,
table td {
	padding: 10px;
	text-align: left;
}

table th {
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
	}
	table caption {
		font-size: 1.3em;
	}
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table tr {
		display: block;
		margin-bottom: 20px;
	}
	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 13px;
		text-align: left;
	}
	table td::before {
		/*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
        margin-right: 10px;
	}
	table td:last-child {
		border-bottom: 0;
	}
}


/*===========================marketing-opportunities=======================================*/

.member-op .resource-bullet {
	padding-left: 15px;
}


/*===========================membership-type-advantage=======================================*/

.membership-type {
	margin-bottom: 30px;
}

.membership-type h3 {
	font-size: 33px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 16px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0px;
	text-align: left;
    margin-top: 0;
}

.membership-type .btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #518f41;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 40px;
	font-weight: 700;
	margin-top: 0px!important;
}

.membership-type .btn:hover {
	background: #00aeef;
}

.membership-type p {
	font-size: 16px;
	line-height: 26px;
	color: #282828;
	margin-top: 10px; 
}

.membership-type p span {
	color: #518f41;
	font-weight: 600;
}

.membership-type ul {
	margin-top: 15px;
}

.membership-type ul li {
	position: relative;
	color: #282828;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	padding-left: 25px;
}

.membership-type ul li i {
	color: #0a4288;
	position: absolute;
	left: 0;
	top: 6px;
}

.agency-membership h4 {
	font-size: 20px;
	font-weight: 700;
	color: #282828;
	line-height: 24px;
	margin-top: 30px;
}

.agency-membership p {
	margin-top: 10px;
}

.fees-membership ul li {
	font-size: 18px;
	font-weight: 600;
}
.fees-membership ul li{}
.fees-membership table {
	margin-bottom: 20px;
}


/*====================================================================*/

.m-directory-tab {
	position: relative;
	margin-top: 0
}

.m-directory-tab .nav-tabs {
	position: relative;
	background: #edb42e;
}

.m-directory-tab .tab-content {
	margin-top: 20px;
}

.m-directory-tab .nav-tabs .nav-link {
	padding: 10px 39.3px;
}

.m-directory-tab input {
	background: #ececec url(../images/search-filter.png) no-repeat;
	background-position: center right;
	color: #282828;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 5px;
	margin-bottom: 20px;
}

.m-directory-tab input::placeholder {
	color: #282828;
	font-size: 16px;
	font-weight: 500;
}

.m-directory-tab .tab-content .tab-pane table tr a {
	font-size: 16px;
	color: #0a4288;
	line-height: 24px;
	font-weight: 500;
	display: block;
}

.m-directory-tab .tab-content .tab-pane table tr a:hover {
	color: #528f40;
}

.page_text .btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #518f41;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
	margin-top: 20px;
    box-shadow: none;
}

.page_text .btn:hover {
	background: #00aeef;
    color: #fff!important;
}


/*===============================Scholarship & Award==============*/
.scholarship{
    margin-top: -30px;
}
.scholarship h3 {
	font-size: 33px;
	color: #1a5eb2;
	font-weight: 700;
	border-bottom: 9px solid #a1d1ec;
	line-height: 0px;
	display: inline-block;
	padding: 10px 10px;
	margin-bottom: 0px;
	text-align: left;
    margin-top: 30px;
}

.scholarship h4 {
	font-size: 20px;
	font-weight: 700;
	color: #282828;
	line-height: 22px;
	margin-bottom: 0;
}

.scholarship p {
	color: #282828;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
}
.scholarship ul{
    margin-left: 15px;
    margin-bottom: 20px;
}

.scholarship .page_text{margin-top: 30px;}
.scholarship .faq-accordion .card-body{
    overflow: hidden;
}
.scholarship ul li{
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}
.scholarship .donors_and_organizations_list ul li{
    float: left;
    width: 45%;
}
.scholarship ul li::before{
        content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #1d60b3;

}
.scholarship iframe {
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
}

.scholarship table tr {
	display: none;
}

.scholarship .load-more-btn {
	font-size: 20px;
	text-transform: uppercase;
	color: #1a5eb2;
	border: 2px solid #1a5eb2;
	border-radius: 30px;
	padding: 12px 40px;
	display: inline-block;
	font-weight: 700;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.15);
}

.scholarship .load-more-btn:hover {
	background: #528f40;
	color: #fff;
	border-color: #528f40;
}



.training-p-img {
	float: left;
	width: 30%;
	overflow: hidden;
	border-radius: 15px;
}

.training-p-img img {
	border-radius: 5px;
	width: 100%;
	border-radius: 15px;
	transition: 0.5s all ease-in-out;
}

.training-p-info ul li:hover .training-p-img img {
	transform: scale(1.2);
}



.training-p-bio {
	float: left;
	width: 70%;
	padding-left: 20px;
}

.training-p-bio h3 {
	border: none;
	font-size: 22px;
	line-height: 32px;
	padding: 0;
	margin-bottom: 10px;
}

.training-p-bio h3 a {
	color: #282828;
}

.training-p-info ul li:hover .training-p-bio h3 a {
	color: #00aeef;
}

.training-p-bio h3 span {
	font-weight: 500;
	color: #282828;
	font-size: 20px;
}

.training-p-bio p {
	line-height: 28px;
}

.success-stories nav {
	float: right;
	margin: 20px 0;
}


.training-p-info .training-p-bio .truncate-text ul li{
    border-bottom: none;
    padding: 10px 0!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.success-stories .pagination .page-link {
	margin: 0 5px;
	padding: 10px 17px;
	font-size: 16px;
	color: #282828;
	font-weight: 500;
	border: 2px solid #dddddd;
}
.training-p-info{margin-top: 0;}
.training-p-info .training-p-bio .truncate-text ul li,
.single-post .blog-inner .blog-op ul li{
    position: relative;
    padding-left: 25px!important;
}
.training-p-info .training-p-bio .truncate-text ul li::before,
.single-post .blog-inner .blog-op ul li::before{
    content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #1d60b3;
}
.single-post .blog-inner .blog-op ul li{
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0 10px 25px;
    font-weight: 400;
}






figure.alignleft{float: left;
    margin-right: 20px;
    margin-bottom: 20px;}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-link:hover {
	border-color: #1a5eb2!important;
	color: #1a5eb2!important;
	background-color: transparent!important;
}

.member-op .resource-bullet li {
	position: relative;
	padding-left: 22px;
}

.member-op .resource-bullet li::before {
	font-family: Material-Design-Iconic-Font;
	content: '\f269';
	position: absolute;
	top: 0;
	left: 0;
	color: #0a4288;
}


.wp-pagenavi span, .wp-pagenavi a{
    margin: 0 5px;
    padding: 10px 17px;
    font-size: 16px;
    color: #282828;
    font-weight: 500;
    border: 2px solid #dddddd;
}

.wp-pagenavi span, .wp-pagenavi a:hover{border-color: #1a5eb2!important;
    color: #1a5eb2!important;
    background-color: transparent!important;}



.m-directory-tab .tab-content .pagination{
    float: right;
    margin-top: 30px;
}
.m-directory-tab .tab-content .pagination li a{
    margin: 0 5px;
    padding: 10px 17px;
    font-size: 16px;
    color: #282828;
    font-weight: 500;
    border: 2px solid #dddddd;
    display: block;
}

.m-directory-tab .tab-content .pagination li a:hover{
    border-color: #1a5eb2!important;
    color: #1a5eb2!important;
    background-color: transparent!important;
}



/*==============Membership-Form========================*/
.page-id-1553 .page_text{
    margin-top: 0;
}

.page-id-1553 .page_text h3{
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.page-id-1553 .page_text h4{
    margin-top: 0;
}

.page-id-1553 .gform_wrapper textarea.medium::placeholder{
   font-size: 16px;
   color: #6c6c6c;
    
}



.page-id-1553 .gfield .ginput_container input::placeholder{
    color: #000!important;
}
.page-id-1553 .gfield .ginput_container input, .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select, .page-id-1553 .gform_wrapper textarea.medium{
    background: #efefef !important;  
    color: #000 !important;
    border-radius: 5px !important;
    padding: 10px!important;
}
.page-id-1553 .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.page-id-1553 .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{
    font-size: 16px;
    color: #000;
}

.input_2_18_other{
    width: 100%;
    height: 150px;
}

.page-id-1553 .gform_footer .gform_button,
.donation .gform_footer .gform_button{
    background: #00aeef;
    color: #fff;
height: 54px;
padding: 0 70px;
border-radius: 50px;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
line-height: 50px;
    box-shadow: none;
    border: none;
}
.donation .gform_footer{
    margin: 0!important;
    padding: 0!important;
}
.page-id-1553 .gform_footer .gform_button:hover,
.donation .gform_footer .gform_button:hover{
    background: #528f40;
    color: #fff;
    cursor: pointer;
}
.page-id-1553 .gform_body .gfield {
    padding: 0 !important;
}

.page-id-1553 .gfield #choice_2_18_5,
.page-id-1553 .gfield #choice_2_22_3,
.page-id-1553 .gfield #choice_2_26_2,
.page-id-1553 .gfield #choice_2_28_2{
    float: left!important;
    width: 3%!important;
    margin-top: 20px!important;
}

.page-id-1553  .gfield #input_2_22_other, 
.page-id-1553 .gfield #input_2_26_other, 
.page-id-1553 .gfield #input_2_28_other,
.page-id-1553 .gfield  #input_2_18_other,
.page-id-1553 .gfield #input_2_19{
    width: 96%!important;
    padding:15px!important;
     border-radius: 5px!important;
    float: left!important;
}

.page-id-1553 .gform_body #field_2_29,
.page-id-1553 .gform_body #field_2_31,
.page-id-1553 .gform_body #field_2_32,
.page-id-1553 .gform_body #field_2_33,
.page-id-1553 .gform_body #field_2_34,
.page-id-1553 .gform_body #field_2_35,
.page-id-1553 .gform_body #field_2_36{
   margin-bottom: 15px!important;
    overflow: hidden!important;
}


.page-id-1553 .gform_body #field_2_29 .gfield_label,
.page-id-1553 .gform_body #field_2_31 .gfield_label,
.page-id-1553 .gform_body #field_2_32 .gfield_label,
.page-id-1553 .gform_body #field_2_33 .gfield_label,
.page-id-1553 .gform_body #field_2_34 .gfield_label,
.page-id-1553 .gform_body #field_2_35 .gfield_label,
.page-id-1553 .gform_body #field_2_36 .gfield_label{
    width: 70% !important;
    float: left!important;
    margin: 0!important;
    margin-top: 20px!important;
}
.page-id-1553 .gform_body #field_2_29 .gfield_radio,
.page-id-1553 .gform_body #field_2_31 .gfield_radio,
.page-id-1553 .gform_body #field_2_32 .gfield_radio,
.page-id-1553 .gform_body #field_2_33 .gfield_radio,
.page-id-1553 .gform_body #field_2_34 .gfield_radio,
.page-id-1553 .gform_body #field_2_35 .gfield_radio,
.page-id-1553 .gform_body #field_2_36 .gfield_radio{
    float: left!important;
    width: 30%;
    margin: 0!important;
}

.page-id-1553 .gform_body #field_2_29 .gfield_radio li,
.page-id-1553 .gform_body #field_2_31 .gfield_radio li,
.page-id-1553 .gform_body #field_2_32 .gfield_radio li,
.page-id-1553 .gform_body #field_2_33 .gfield_radio li,
.page-id-1553 .gform_body #field_2_34 .gfield_radio li,
.page-id-1553 .gform_body #field_2_35 .gfield_radio li,
.page-id-1553 .gform_body #field_2_36 .gfield_radio li{
    float: left!important;
    width: 20%!important;
    text-align: center!important;
    position: relative!important;
}
.page-id-1553 .gform_body #field_2_29 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_31 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_32 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_33 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_34 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_35 .gfield_radio li label,
.page-id-1553 .gform_body #field_2_36 .gfield_radio li label{
    display: block!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    text-align: center!important;
}
.page-id-1553 .gform_body #field_2_29 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_31 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_32 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_33 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_34 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_35 .gfield_radio li input,
.page-id-1553 .gform_body #field_2_36 .gfield_radio li input{
    text-align: center!important;
    display: block!important;
    margin: 0 auto!important;
    margin-top: 25px!important;
}

/*==============Donation-page========================*/

.donation .page_text {
    margin-top: 0;
}
.donation .page_text h3{
    font-size: 28px;
    margin-top: 0;
}
.donation .page_text p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.donation .gform_body .gfield{
    padding: 0 !important;
    width:100%!important;
}
.donation .gform_body .gfield input, .donation .gform_body .gfield select{
    background: #efefef !important;  
    color: #000 !important;
    border-radius: 5px !important;
    padding: 10px!important;
    width: 100%!important;
    font-size: 18px;
    font-weight: 500;
}
.donation .gform_body  .gfield_label, .donation .gform_body .gfield input::placeholder{
    font-size: 16px!important;
    font-weight: 500!important;    color: #000!important;
}

.banner-main rs-module, .banner-main rs-module-wrap{
    width: 100% !important;
}

.ctct-form-wrapper .ctct-button{display: none;}
.ctct-form .ctct-disclosure{display: none;}

/*================Product page======================*/

.wps-products-wrapper{display: block !important;}
.wps-pagination-controls button{background:#528f40 !important;}
.css-smxsve-thumbnailsWrapperCSS{display: none;}
.single-wps_products .wps-product-single{display: inline-flex !important;}
.single-wps_products .page_text h3{
    padding: 0;
    line-height: 46px;
}

.css-smxsve-thumbnailsWrapperCSS{
    display: none!important;
}

.wps-item{
    position: relative!important;
}

.wps-item  .wps-component-products-title{
    text-align: center!important;
}
.wps-item  .wps-products-title{
    font-size: 18px!important;
    font-family: 'Montserrat', sans-serif !important;
    color: #282828!important;
    font-weight: 600!important;
    line-height: 26px!important;
}
.wps-item .wps-component-products-pricing, .wps-item .wps-products-price{
    text-align: center!important;
    margin: 0 auto !important;
}
.wps-item .wps-pricing-range-wrapper{
    text-align: center!important;
    display: block !important;
}
.wps-item .wps-component-products-pricing .wps-product-individual-price{
    font-size: 16px !important;
    color: #6c6c6c!important;
    font-weight: 500!important;
    
}
.wps-item .wps-component-products-buy-button{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    opacity: 0!important;
     transition: 0.90s!important;
    text-align: center!important;
    margin: 0 auto!important;
}
.wps-item:hover .wps-component-products-buy-button{
    opacity: 1!important;
     transition: 0.90s!important;
    top: 23%!important;
}

.wps-item .wps-component-products-buy-button .wps-btn{
    background: #9c1c28 !important;
    width: auto!important;
    text-align: center!important;
    margin: 0 auto!important;
    border-radius: 3px!important;
    padding: 8px 20px!important;
}
.wps-item .wps-component-products-buy-button .wps-btn:hover{
    background: #00aeef!important;
    color: #fff!important;
}

.wps-item .wps-collections-description{
    display: none !important;
}
.wps-item  .wps-component.wps-component-collection-title{
    text-align: center !important;
}
.wps-item .wps-component .wps-collection-title{
    font-size: 20px!important;
    line-height: 28px!important;
    color: #282828 !important;
    font-weight: 600!important;
}
.wps-item:hover .wps-collection-title{
    color: #1a5eb2 !important;
}
.wps-collections-all .wps-item:last-child{display: none !important;}

.wps-collections-all .wps-item .wps-component-collection-image{
   height: 270px;
    vertical-align: middle;
    display: table-cell;
}




.wps-collection-single .wps-component-collection-image{
    max-width: 100%;
}
.wps-collection-single .wps-component-collection-image .wps-collections-link {
    text-align: center;
}
.wps-collection-single .wps-component-collection-image .wps-product-image{
    width: 50%;
}
.wps-collection-single .wps-component-collection-image{
    margin-bottom: 30px!important;
}
.wps-collection-single .wps-component-collection-title .wps-collection-title{
    font-size: 35px;
    color: #1a5eb2;
    font-weight: 700;
    border-bottom: 9px solid #a1d1ec;
    line-height: 23px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: left;
}
.wps-collection-single .wps-collections-description{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #282828;
 }

.wps-product-single{
    display: block!important;
}
.single-wps_products .wps-product-single{
    display: block!important;
}
.single-wps_products .wps-product-single-content, .single-wps_products .wps-product-single-gallery{
    width: 100%!important;
    max-width: 100%!important;
    
}
.wps-product-single .wps-gallery-featured-wrapper .wps-product-image{
    text-align: center!important;
    margin: 0 auto!important;
}

.wps-product-image{
    /* height: 210px !important; */
    text-align: center!important; 
    
}

.single-wps_products .wps-product-single .wps-component-products-buy-button{
    display: block;
}
.wps-product-single .tippy-content .wps-product-variant::before{
    display: none!important;
}
.wps-product-single .tippy-content .wps-product-variant{
    margin-left: 0!important;
    margin-bottom: 0!important;
    padding-left: 0!important;
    padding: 12px!important;
}
.single-wps_products .wps-product-single .wps-component-products-buy-button .wps-component-products-options,
.single-wps_products .wps-product-single .wps-component-products-buy-button .wps-component-products-add-button{
    width: 100%;
}
.single-wps_products .wps-product-single .wps-component-products-buy-button .wps-component-products-add-button{
    
}


.single-wps_products .wps-component-products-title .wps-products-title{
    font-size: 26px!important;
    line-height: 33px!important;
}

.wps-product-single .wps-btn-dropdown-wrapper{
    float: left;
    width: 49%;
    margin-right: 13px;
}
.wps-product-single .wps-btn-dropdown-wrapper:last-child{margin-right: 0;}

.wps-product-single .wps-btn-dropdown-wrapper .wps-btn{
    background: #528f40!important;
}
.wps-product-single .wps-btn-dropdown-wrapper .wps-btn:hover{
    background: #1b5676!important;
}

.wps-product-single .wps-product-single-content .wps-component-products-description ul li:hover{
    background-color: transparent!important;
    color: #282828!important;
}


/* .page_text .wps-product-single ul li::before{
    top: 11px!important;
    left: 8px !important;
} */
.page_text .wps-product-singleul li{
    margin-left: 0!important;
    padding-left: 25px !important;
}
.wps-product-single .tippy-content .wps-product-variant{
    text-align: left!important;
}
.wps-product-single .wps-component-products-add-button .wps-btn{
    text-transform: uppercase!important;
    font-weight: 600!important;
}
.wps-product-single .wps-component-products-add-button .wps-btn:hover{
    background: #9c1c28!important;
    color: #fff!important;
}
.wps-component-products-images{
    border: 1px solid #e9e9e9!important;
    padding: 10px !important;
}
.single-wps_products .wps-product-single-content{
    padding: 0 !important;
}





.wpshopify-has-rendered .wps-filter .wps-drawer-trigger{
    display:inline-block;
    background-color: transparent !important;
    font-size: 16px!important;
    color: #282828!important;
    line-height: 26px!important;
    margin: 32px 0 0 0!important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500!important;
    border-radius: 3px!important;
    padding: 5px 40px 5px 5px!important;
      border: 1px solid #e3e3e3!important;
}
.wpshopify-has-rendered .wps-filter .wps-drawer-trigger .wps-drawer-icon::before{
    left: 45%!important;
}




.page_text .wpshopify-has-rendered ul li{
    margin: 0px!important;
    display: block!important;
    border: none;
    padding: 8px!important;
    background-color: transparent!important;
}
.page_text .wpshopify-has-rendered ul li:hover{
    transform: none!important;
    background: #00aeef!important;
    color: #fff!important;
}
.page_text .wpshopify-has-rendered ul li::before{
   display: none!important;
}
.page_text .wpshopify-has-rendered .wps-drawer-content{
    position: absolute !important;
    left: 0!important;
    top: 60px!important;
    z-index: 99!important;
    background: #eaf0f2 !important;
}
.page_text .wpshopify-has-rendered .wps-drawer-content .wps-filter-content{
    padding-top: 0!important;
}
.wpshopify-has-rendered .wps-pagination-controls .wps-component-sorting{
    display: none!important;
}

.wpshopify-has-rendered .wps-component-sorting{
    float: right!important;
    margin-bottom: 20px!important;
}
.wpshopify-has-rendered .wps-component-sorting select{ 
    padding: 0!important;
    display: inline-block;
    font-size: 16px !important;
    color: #282828 !important;
    line-height: 26px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    position: relative;
    border: 1px solid #e3e3e3!important;
    border-radius: 3px!important;
    padding: 5px!important;
}

.wpshopify-has-rendered .wps-component-sorting select option{
    background: #eaf0f2 !important;
}
.wpshopify-has-rendered .wps-component-sorting select option:hover{ 
    background: #00aeef!important;
    color: #fff!important;
}

.wpshopify-has-rendered  .wps-storefront{
    position: relative!important;
    float: right!important;
    margin-right: 20px!important;
    margin-bottom: 20px!important;
	z-index:999;    
}
.wpshopify-has-rendered  .wps-storefront::before{
    content: "Filter by"!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}




.wpshopify-has-rendered .wps-items-wrapper{
    clear: both !important;
}
.wpshopify-has-rendered .css-14rixje-storefrontItemsWrapperCSS{clear: both!important;}

.wps-pagination-controls .wps-btn-next-page{background:#528F40 !important;}

/*================Event Page ==========================*/
.tribe-events .tribe-events-header{margin: 0 0 20px 0 !important;  padding: 10px !important;}
header.tribe-events-calendar-month__header{margin-bottom:20px !important;}
.tribe-events .tribe-events-calendar-month__header-column{text-align: center; padding:10px !important;}
.tribe-events .tribe-events-calendar-month__header-column-title{text-align: center !important; font-weight: bold !important; font-size: 15px!important;}
.tribe-events .tribe-events-c-nav__list-item{margin: 0;  padding: 0;}
.tribe-events .tribe-events-c-nav__list li:before, .tribe-events .tribe-events-c-view-selector__list li:before{display:none;}
.tribe-events .tribe-events-c-view-selector__list li{margin-bottom: 0;margin-left: 0; padding-left: 0;}
.tribe-events .tribe-events-calendar-month__week{margin-bottom:20px;}



.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn{
    background: #00aeef!important;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover{
    background: #528f40!important;
}
.tribe-events .tribe-events-c-ical__link{
    border: 1px solid #00aeef!important;
    color: #00aeef!important;
}
.tribe-common .tribe-common-c-svgicon{
     color: #00aeef!important;
}
.tribe-events .tribe-events-c-ical__link:hover{
    background: #528f40!important;
    border-color: #528f40!important;
    color: #fff!important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{
    color: #00aeef!important;
}
.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused{
    background: #00aeef!important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
    background: #00aeef!important;
    color: #fff!important;
}



.by-laws-and-governance .page_text,  .doing-business-with-us .page_text{
    margin-top: 0;
}

.doing-business-with-us .page_text ul{margin-top: 0;}
.doing-business-with-us .page_text ul li{
    margin-left: 0;
}
.by-laws-and-governance .page_text p{padding: 7px 0;}

.history .page_text ul li em{
    color: #00aeef ;
    font-style: normal;
    font-weight: 500;
}
.collaborative-text{
        margin-bottom: -20px!important;
    }
.page-template-tpl_faq .accordion{
    margin-top: 0;
}
.page-template-tpl_faq .accordion h3,
.exhibitor-application .page_text h3{
    font-size: 30px;
    color: #1a5eb2;
    font-weight: 700;
    border-bottom: 9px solid #a1d1ec;
    line-height: 16px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.page-template-tpl_faq .accordion .card-body li::before, 
.service-resources .card-body .resource-bullet li::before,
.faq-accordion .card-body ul li::before,
.exhibitor-application .page_text .gfield ul li::before{
    content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    color: #1d60b3;
}
.page-template-tpl_faq .accordion .card-body li, .service-resources .card-body .resource-bullet li, .faq-accordion .card-body ul li{
    position: relative;
font-size: 16px;
color: #282828;
margin-bottom: 10px;
margin-left: 30px;
padding-left: 25px;
font-weight: 400;
line-height: 28px;
}


.exhibitor-application .page_text .gfield ul li{
    position: relative;
font-size: 16px;
color: #282828;
margin-bottom: 10px!important;

font-weight: 400!important;
line-height: 28px!important;
    list-style: none!important;
}

.exhibitor-application .page_text li#field_4_13 ul li{
    padding-left: 25px!important;
}

.exhibitor-application .page_text .gfield_checkbox li::before{
    display: none!important;
}
.exhibitor-application .page_text .gfield_checkbox li{
    padding-left: 0!important;
}

.contact-in-detail{
    padding: 40px 0;
}



.exhibitor-application .gform_body .gfield_label{
        color: #939393 !important;
        font-size: 20px !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400 !important;
    line-height: 28px!important
}
.exhibitor-application .gform_body  .ginput_container .medium{
    height: 50px!important;
    border-bottom: 1px solid #eaeaea;
    color: #282828 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px!important;
    font-weight: 400!important;
    width: 100% !important;
    margin-bottom: 30px !important;
}
.exhibitor-application .gform_wrapper .gform_footer{padding-bottom: 0!important;}

.exhibitor-application .gform_body  .ginput_container .medium:focus{
    border-bottom-color: #8caed8 !important;
color: #1a5eb2 !important;
}

.exhibitor-application .gform_wrapper .gfield_description{
    font-size: 15px!important;
    line-height: 26px!important;
    padding: 5px 0!important;
}

.exhibitor-application .gform_body  .ginput_container select, .exhibitor-application .gform_body  .ginput_container select option{
    cursor: pointer;
     font-size: 20px!important;
    font-weight: 400!important;
}
.exhibitor-application .gform_body .ginput_container .medium::placeholder{
    color: #282828!important;
    font-size: 16px!important;
}

.exhibitor-application  .gform_footer .gform_button{
    background: #518f41!important;
color: #fff!important;
border-radius: 30px!important;
font-size: 16px!important;
padding: 13px 50px!important;
text-transform: uppercase!important;
font-weight: 700!important;
border: none !important;
}
.exhibitor-application .gform_footer .gform_button:hover{
    background: #1a5eb2 !important;
cursor: pointer!important;
}


.exhibitor-application  .gform_wrapper ul.gform_fields li.gfield{
    margin: 0!important;
    padding: 0!important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){border-bottom: 1px solid #eaeaea; color: #282828 !important; width: 100%;}

.gform_footer input[type="submit"]{background: #518f41;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    padding: 13px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
    margin-left: 20px !important;}

.gfield .ginput_container select{border: 1px solid #CCC; border-radius: 50px; color: #000; padding: 10px !important;}


.gform_wrapper li.gfield.gfield_error,  
 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent!important;
    border: none!important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
    border: none!important;
}

body .exhibitor-application .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .exhibitor-application .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{
    list-style: none!important;
}


.covid-19 .page_text p{
    padding: 7px 0;
}

.single-staff .staff-bio h4 span{
    font-weight: 500;
    color: #282828;
    font-size: 16px;
    line-height: 28px;
}

.tag .voice-item p img{
    display: block;
    margin-bottom: 15px;
}
.past-conference .past-con-info ul li{
    border: none;
    padding: 15px 0;
    font-size: 16px;
    line-height: 28px;
}

.past-conference .past-con-info iframe{
    width: 100%;
    height: 300px;
}


.sponsor-exhibitor{
    margin: 20px 0 0;
}

#pojo-a11y-toolbar {
    z-index: 1000000 !important;
}



.member-resources .widget_tag_cloud{
    padding: 0px 30px 30px 30px;
}
.member-resources .widget_tag_cloud h2.widget-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #0a4288;
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}

.member-resources .widget_tag_cloud .tag-cloud-link{
    background: #306eba!important;
    color: #ffffff!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 7px;
    margin-top: 5px;
    font-weight: 400!important;
    display: inline-block!important;
    pointer-events: none!important
}

.member-resources .widget_tag_cloud .tag-cloud-link:hover{
   background: #528f40!important;
    color: #fff!important;
}

.page-template-tpl_twe_common .page_text{
    margin-top: 30px;   
}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited{
    color: #00aeef!important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar{
    
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner{
    background: #00aeef!important;
    color: #fff!important;
}
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8{
    color: #fff!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after{
    background-color: #528f40!important;
}


.single-success_stories .success-story-info .sucees-name-desig h3{
    border-bottom: none;
    margin-top: 0;
    padding: 0;
    font-size: 26px;
    color: #282828;
}
.single-success_stories .success-story-info{
    padding: 0;
    border-bottom: none;
}
.single-success_stories .sucees-name-desig p{
    padding-top: 0;
    font-size: 24px;
    line-height: 28px;
}
.single-success_stories .staff-bio p{
    margin-bottom: 0;
}
.single-success_stories .staff-bio figure figcaption{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 10px;
}



.event_calender .tribe-events-back a{
        color: #0a4288!important;
}
.event_calender .tribe-events-back a:hover{
    color: #528f40!important;
}

.event_calender .tribe-events-notices li{
    border-bottom: none!important;
    font-size: 20px!important;
    font-weight: 500!important;
    color: #9c1c28!important;
}

.event_calender .tribe-events-single-event-title{
    font-size: 32px;
    line-height:42px;
    font-family: 'Montserrat', sans-serif;
    color: #00aeef!important;
}

.event_calender .tribe-events-single-event-description p a{
    color: #00aeef!important;
    text-decoration: none!important;
    border-bottom: 1px solid #00aeef;
}
.event_calender .tribe-events-single-event-description p a:hover{
    color: #528f40!important;
     border-bottom: 1px solid #528f40;
}

.event_calender .tribe-events-single-event-description h3,
.event_calender .tribe-events-single-event-description h3 a{
    font-size: 30px;
    color: #00aeef;
    font-weight: 700;
    line-height:36px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: capitalize!important;
    border-bottom: none;
    text-align: left!important;
}
.event_calender .tribe-events-single-event-description h3 a:hover{
    color: #528f40!important;
}

.event_calender .tribe-events-cal-links{
    margin-bottom: 30px;
    border: none;
}
.event_calender .tribe-events-cal-links .tribe-events-button{
    background: #00aeef;
    color: #fff;
    height: 54px;
    padding: 0 25px !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 54px;
	margin: 0px 10px !important;
	display: inline-block;
}
.event_calender .tribe-events-cal-links .tribe-events-button:hover{
    background: #528f40;
}

.event_calender .tribe-events-cal-links .tribe-events-ical{
    background: #528f40;
}
.event_calender .tribe-events-cal-links .tribe-events-ical:hover{
    background: #00aeef;
}

.event_calender .tribe-events-event-categories a,
.event_calender .tribe-organizer-url a{
    color: #00aeef;
    font-size: 16px;
}
.event_calender .tribe-events-event-categories a:hover, 
.event_calender .tribe-events-event-categories a:focus,
.event_calender .tribe-organizer-url a:hover,
.event_calender .tribe-organizer-url a:focus{
    color: #528f40;
}

.event_calender .tribe-events-single-section .tribe-events-meta-group{
    width: 205px;
    float: left;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next{
    padding-right: 20px;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{
    padding-left: 20px;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{
    width: 310px;
overflow: hidden;
height: 31px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before {
    position: absolute;
    top: 5px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after{
    right: 5px;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::after{
    left: 0;
}


.shop .conference-left .page_text .collection-card__title{
    margin-top: 0!important;
}
section.shop .page-text{margin-top: 0!important;}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-top: 30px!important;
    padding-bottom: 60px!important;
    position: relative;
    z-index: 99;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event{
    background: #528f40!important;
}

.error-404{
    text-align: center;
    background: url(../images/event-bg.png) no-repeat;
    background-size: cover;
}


.error-404 p{
    font-size: 18px;
    color: #282828;
    line-height: 30px;
    padding: 10px 0;
}

.error-404 .btn{
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #528f40;
    border-radius: 50px;
    padding: 10px 40px;
    box-shadow: none;
    margin: 15px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.error-404 .btn:hover{
    background: #00aeef;
    
}

.error-404 .not-found{
    background: #fff url(https://manonllc.com/client/r9hsa/wp-content/themes/r9hsa/images/404-bg.png) no-repeat;
    background-position: center center;
    padding: 80px;
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 13px 22px -1px rgba(0, 0, 0, 0.08);
    margin: 60px 0;
}



.page-template-tpl_training-west-speakers .conference-info .training-p-info{
    margin-top: 30px;
}


.search-results .blog-op h3{
    font-size: 26px;
    border-bottom: none;
    line-height: 33px;
    padding: 0;
    margin-bottom: 10px;
}

.search-results .blog-op .btn{
    margin-bottom: 30px;
}

.search-results .search-result-count{
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 20px;
}

.search-results .blog-op .post_text img{
    display: block;
    float: left;
    margin-right: 15px;
}
.search-results .blog-op .post_text{
    font-size: 18px;
    line-height: 28px;
}


.networks h2{
    background: #9c1c28;
    color: #fff;
}

.single-wps_products .inner-banner{background: url(https://www.region9hsa.org/wp-content/uploads/2021/04/top-image-banner-r9hsa-banner-store.jpg) no-repeat !important; background-size: cover !important;}




.leadership-item  .item .close_btn{display:none}


body.popup_active .popup {
  position: fixed;  
  width: 0;
  height: 0;
  z-index:999999999;
  opacity: 0;
    top: 20%!important;
    max-width: 800px;
width: 100%;
    background: #fff!important;
    padding: 30px!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    border-radius: 10px;
    overflow: auto;
    min-height: 500px;
}


body .popup .cm-trainer-img img{
    width: auto!important;
}
body .item .board_member_bio{display:none}
body .popup .trainers .cm-trainer-img{
    float: left;
    margin-right: 15px;
    width: 30%;
}
body .popup .cm-trainer-img:hover img{
    transform: scale(1);
}

body .popup .close_btn{
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #282828;
    font-size: 24px;
}
body .popup .close_btn:hover{color: #1a5eb2;}
.popup_active{
    position: relative;
    
}

.popup_active::before{
    content: "";
     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999999;
}
.cm-trainer-img{
    position: relative;
}
.partner_arr_link{
    content: "\f2ed";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    text-align: right;
    margin: 0 auto;
    z-index: 999;
    transition: 0.90s;
    border-radius: 30px 0 2px 0;
    height: 68px;
    width: 80px;
    font-size: 35px;
    background: #00aeef;
    text-align: center;
    line-height: 70px;
}


.cm-trainer-img:hover .partner_arr_link{
    opacity:1!important;
    cursor: pointer;
}
.partner_arr_link:hover{
	color: #FFF;
}

.home .community-trainer a.btn {
    background: #00aeef;
    color: #fff;
    height: 54px;
    padding: 0 49px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
}
.home .community-trainer a.btn:hover {
    background: #528f40!important;
}
/*==========
.cm-trainer-img .pop-btn{
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    text-align: right;
    margin: 0 auto;
    z-index: 999;
    transition: 0.90s;
    border-radius: 30px 0 2px 0;
    height: 68px;
    width: 80px;
    font-size: 35px;
    background: #9cc656;
    text-align: center;
    line-height: 70px;
}

.cm-trainer-img:hover .pop-btn{opacity: 1;}

===*/

.conference-info.shop .shopwp-row{
    display: block!important; 
    position: relative!important;
}
.conference-info.shop  .wps-storefront-sidebar div.wps-filter:nth-child(1){display: none!important;}
.conference-info.shop  .wps-storefront-sidebar div.wps-filter:nth-child(2){display: none!important;}

.conference-info.shop  .wps-storefront-sidebar .css-li1yj3-drawerContentCSS{overflow: auto !important;}
.conference-info.shop  .wps-storefront-sidebar .css-li1yj3-drawerContentCSS .wps-tags{width: auto !important;border: 1px solid #CCC;
    border-radius: 5px;}

.conference-info.shop .shopwp-row .wps-storefront-heading{
    background-color: transparent!important;
    padding: 0!important;
    font-size: 16px!important;
    font-weight: 600!important;
}

.conference-info.shop .shopwp-row #shopwp-storefront-options{
    position: absolute;
    top: 0!important;
    margin-right: 0!important;
    left: 0!important;
    z-index: 1;
    width: 40%!important;
}

.conference-info.shop .shopwp-row #shopwp-storefront-options aside{
    margin-bottom: 0!important;
}

.conference-info.shop .shopwp-row #shopwp-storefront-options aside .wps-filter h3{
    font-size: 16px!important;
    font-weight: 400!important;
    color: #282828!important;
    border-bottom: none!important;
    display: inline-block!important;
    border: 1px solid rgb(174, 174, 174)!important;
    border-radius: 4px!important;                   
    padding: 7px 75px 7px 15px!important;
}
.conference-info.shop .shopwp-row #shopwp-storefront-options aside .wps-filter .wps-tags{
    background: #fff!important;
}
.conference-info.shop .shopwp-row #shopwp-storefront-options aside .wps-filter ul.wps-tags li::before{
    display: none!important;
}

.conference-info.shop .shopwp-row #shopwp-storefront-page-size{
    display: none!important;
}
.conference-info.shop .shopwp-row #shopwp-storefront-payload{
    margin-top: 40px!important; 
}
.conference-info.shop #shopwp-storefront{
    margin: 0px auto 0 auto !important;
}


.conference-info.shop .shopwp-row #shopwp-storefront-sort{
    margin-top: 45px!important;
    float: right!important;
    z-index: 99!important;
    position: relative!important;
}

.page-template-tpl_advocacy_act .conference-left.service-resources{margin-top:60px;}
.page-template-tpl_advocacy_act .border-bottom-1px{border-bottom: 1px solid #FFF; padding-bottom:20px; margin-bottom:20px;}
.page-template-tpl_advocacy_act .border-bottom-1px h4{font-weight: 600;font-size: 14px;margin-top: 30px;}
.page-template-tpl_advocacy_act .border-bottom-1px h4 a{color:#000; text-decoration: underline;}
.page-template-tpl_advocacy_act .con-event-logo.all-conferences{padding:30px !important;}
.page-template-tpl_advocacy_act .border-bottom-1px:last-child{border-bottom: none; padding-bottom:0px; margin-bottom:0px;}

.event_calender .tribe-events-cal-links .tribe-events-ical{display: none !important;}
.su-image-carousel>ol.flickity-page-dots{display: none !important;}


.conference-info .page_text .ctct-form-wrapper .ctct-form-field-submit .ctct-submit{
  background: #518f41!important;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    padding: 13px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
}

.conference-info .page_text .ctct-form-wrapper .ctct-form-field-submit .ctct-submit:hover{
    background: #1a5eb2 !important;
}


.wps-search-form input::placeholder{
    font-size: 18px!important;
    color:rgb(190, 190, 190)!important;
}

.wps-search-form input{
    font-size: 18px!important;
    color: #282828!important;
    padding: 13px!important;
}

.css-1qrkgsd-AddButtonWrapperCSS{
    clear: both!important;
    display: block!important;
}

.wps-quantity-container,
.wps-add-to-cart{
    display: inline-block!important;
    width: auto!important;
    vertical-align: middle!important;
    margin-bottom: 0!important;
}

.wps-icon-cart .css-12z200q-pathCSS{
    fill:#fff!important;
}

.fee_policies h2{font-size: 30px;
    color: #1a5eb2;
    font-weight: 700;
    border-bottom: 9px solid #a1d1ec;
    line-height: 16px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;}

.css-xa1vvi-DropdownButtonCSS.css-xa1vvi-DropdownButtonCSS{background:none !important;}
.swp-dropdown-label .szh-menu-button{color: #FFF !important;}

.page-template-tpl_network_speakers .conference-info .training-p-info{
    margin-top: 30px;
}

.page-id-20710 .page_text p a{color: #00aeef !important;}
.single-our_voice .conference-info .conference-left ol li{list-style:decimal;padding-left:10px; margin-bottom:10px;}
.page-id-24186 .conference-left img.aligncenter{text-align: center;width: 100%;}
.postid-28162.single-our_voice .conference-info .conference-left table th, .postid-28162.single-our_voice .conference-info .conference-left table td{border: 1px solid #CCC;}

.f-logo img{width: 70%;}