
nav.menu____2 li > a:hover,
nav.menu____2 li > a:focus,
nav.menu____2 li > a:active {
	color: #4677d0 !important;
}
 
nav.menu____2 {
	background: #ffffff !important;
}
 
nav.menu____3 li > a {
	color: #fff !important;
}

nav.menu____3 li > a:hover,
nav.menu____3 li > a:focus,
nav.menu____3 li > a:active {
	color: #ffffff !important;
	
}
 
nav.menu____3 {
	background: #9300b8 !important;
}
 
.slider2 .readmore:hover,
.slider2 .readmore:focus,
.slider2 .readmore:active {
	background: #9300b8 !important;
	color: #fff !important;
}
.admin-log {
	width: 400px;
	min-height: 300px;
	background: #fff;
	margin: 0 auto;
	margin-top: 150px;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.admin-log h1 {
	font-weight: 1000;
	text-align: center;
}
.admin-log input {
	margin-bottom: 12px;
}
.admin-log button {
	display: block;
	line-height: 45px;
	background: orange;
	margin-top: 21px;
	width: 100%;
	font-weight: 700;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.img-view-wrapped {
	position: relative;
	width: 100%;
	min-height: 100px;
}

.modal .close {
	background: #fff !important;
}

.img-view-wrapped a {
	display: inline-block;
	width: 24%;
	height: 200px;
	background: #000;
	overflow: hidden;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	position: relative;
}

.img-view-wrapped a img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.img-view-wrapped a:hover img {
	opacity: 0.5;
	transform: scale(1.2);
}
.about___2 {
	margin-top: -11px;
}
.about___2 .block_about {
	background: #9300b8 !important;
}
.img___about-conf {
	position: relative;
	width: 600px;
	max-width: 100%; 
	display: table;
	vertical-align: middle;
	text-align: center;
	min-height: 400px;
} 
.img___about-conf img {
	display: block; 
	width: 600px;
	max-width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}

.headeing-text h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 68px;
    color: #1c1c1c;
    display: block;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.headeing-subheading-text {
    color: #999;
    line-height: 40px;
    text-align: center;
    font-weight: 200;
  font-size:20px;

}
.client-section {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 80px 20px 80px 20px;
	background: orange;
}
.client-section .client-logo{
  margin-bottom: 50px;
}
.client-section .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    background-color: #fff;
    height: 120px;
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: 1px solid #efeeee; 
}
.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-section .client-logo img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    -o-object-position: top;
    margin: 0 auto;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client-section .client-logo img:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.webpage___headers {
	position: relative;
	width: 100%;  
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	background: #000;
	text-align: center;
	padding-top: 80px
}
.webpage___headers:after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	display: block;
	background: rgba(0,0,0,0.6);
}
.webpage___headers h1 span {
	color: #f89f07;
}
.webpage___headers h1 {
	font-weight: 1000;
	color: #fff;
	font-size: 52px;
	position: relative;
	z-index: 4;
}
.patrons_page h3 {
	text-transform: uppercase;
	font-weight: 900;
}
.foundation__btn_right ul li a {
	border-color: #9300b8 !important;
}
.header-links {
	color: #fff;
	position: relative;
	z-index: 4;
}
.header-links a {
	display: inline-block;
	color: #fff !important;
	margin: 12px;
}
.contact____page {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 120px 20px 100px 20px;
	background: #fff;
}
.contact____page h1 {
	font-weight: 1000;
	font-size: 52px;
	color: #09142a;
}
.contact____page form .form-control {
	border: 0px;
	-webkit-border-radius: 0px;
	border-bottom: 2px solid #09142a;
	margin-bottom: 12px;
	
}
.contact____page form .form-control:focus{
	-webkit-border: 0px;
	-webkit-box-shadow: none;
}
.contact____page form button {
	display: inline-block;
	padding: 0px 22px 0px 22px;
	line-height: 40px;
	text-align: center;
	background: #09142a;
	color: #fff;
	margin-bottom: 21px;
} 
.contact__page_details {
	position: relative;
	width: 100%;
	min-height: 350px;
	padding: 30xp;
	clear: both;
}

.details_1 i {
	color: #f89f07;
	font-size: 52px; 
	margin-bottom: 12px;
}
.details_1 {
	color: #fff;
	width: 46%;
	overflow: hidden;
	max-width: 100%;
	min-height: 175px;
	background: #09142a;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	float: left;
}

.about__us____page {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 80px 30px 80px 30px;
	background: #fff;
}
.about__us____page h1 {
	font-weight: 1000;
	font-size: 43px;
}
.about__us____page .block___img {
	width: 80%; 
	min-height:400px;
	position: relative;
	border: 25px solid #f89f07;
	padding: 30px 0px 30px 30px;
}

.block___img img {
	display: inline-block;
	margin-left: 80px;
	position: relative;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	z-index: 4;
}


.about___mission_vis {
	width: 100%;
	min-height: 200px;
	padding: 20px;
	background: #e8e8e8;
	-webkit-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

.about___mission_vis h3 {
	font-weight: 900;
}

.team_______peopels {
	width: 100%;
	min-height: 400px;
	padding: 80px 20px 80px 20px;
	position: relative;
	background: #fff;
}

.team_______peopels  h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 41px;
	margin-bottom: 21px;
	display: inline-block;
	position: relative;
}

.team_______peopels  h2:after {
	display: block;
	content: '';
	z-index: 4;
	margin-left: 30px;
	margin-top: -15px;
	position: relative;
	width: 200px;
	max-width: 100%;
	height: 5px;
	background: #000;
}

.team_______peopels  h3 {
	 font-weight: 1000;
	 margin-top: 40px;
}

.team_______peopels .team_image_wrapped {
	width: 100%;
	min-height: 300px;
	background: #ececec;
	margin-top: 21px;
	padding-top: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.team_______peopels .team_image_wrapped:hover a {
	background: #f89f07;
}
.team_image_wrapped .img-topTeam {
	background: #fff;
	border: 5px solid #fff;
	height: 130px;
	width: 130px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin: 0 auto; 
}
.services-views {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #fff;
	padding: 50px 20px 50px 20px;
}

.service-right-bar {
	position: relative;
	width: 100%;
	min-height: 200px; 
}


.service-right-bar h2 {
	font-weight: 1000;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.service-right-bar h2:after {
	position: absolute;
	display: block;
	width: 30%;
	max-width: 100%;
	content: '';
	right: -95px;
	top: 10px;
	height: 5px;   
	margin-right: 12px;
	margin-top: 12px;
	background: #f89f07; 
}
.service-right-bar ul {
	display: inline-table;
	width: 100%;
	height: auto;
	padding: 0px;
}
 
.service-right-bar ul li a {
	display: block;
	line-height: 45px;
	background: #e7eeff; 
	padding: 0px 26px 0px 26px;
	color: #000 !important;
	border-left: 4px solid #f89f07;
	margin-bottom: 6px;
}
.service-right-bar ul li a i {
	display: inline-block; 
	float: right;
	line-height: 45px;
}
.service-right-bar ul li a:hover,
.service-right-bar ul li a:focus,
.service-right-bar ul li a:active {
	text-decoration: underline !important;
}
.download-btn a{
	line-height: 46px;
	display: block;
	width: 100%;
	padding: 0px 22px 0px 22px;
	color: #000 !important;
	background: #f89f07; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	font-weight: bolder;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.download-btn a i {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	line-height: 45px;
}

.services___details_img {
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	margin-bottom: 24px;
	background: #e7e7e7;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.services___details_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
.services___details_content h1,
.services___details_content h2,
.services___details_content h3,
.services___details_content h4,
.services___details_content h5 {
	font-weight: 900;
	margin-bottom: 21px;
}

.team_______profile_PG {
	position: relative;
	padding: 80px 20px 80px 20px;
	width: 100%;
	background: #fff;
	min-height: 340px;
}

.img-bio-team {
	background: #c1c1c1;
	width: 270px;
	position: relative;
	height: 270px;
	margin: 0 auto;
	margin-bottom: 21px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	overflow: hidden;
	border: 5px solid #dbdbdb;
}
.profile-bio-PG h2 {
	font-weight: 1000;
}

.profile-bio-PG h4  {
	position: relative;
	display: inline-block;
}

.profile-bio-PG h4:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 12px;
	background: #f89f07;
}
.social_bio {
	position: relative;
	margin-top: 21px;
}
.social_bio ul {
	display: inline-table;
	padding: 0px;
}
.social_bio ul li i {
	display: inline-block;
	width: 25px;
	color: #f89f07;
	text-align: center;
	height: 25px;
	margin-right: 20px;
}
.img-bio-team img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}

.btm-heading {
	position: relative;
	width: 100%;
	min-height: 25px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
	padding: 10px;
	border: 1px solid #ccc;
}

.btm-heading p { 
	font-weight: bolder;
}

.pics___gallery {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #e9e9e9; 
	display: inline-block;
	padding: 20px;
}
.pics___gallery .container-fluid {
	padding: 0px; 
}
.pics___gallery ul { 
	padding: 0px !important;
	position: relative;
	margin-top: 0px;
}

.pics___gallery ul li {
	float: left;
	position: relative;
	list-style-type: none;
	display: inline-block;
	width: 25%;
	height: 300px;
	overflow: hidden;
	background: #fff; 
}

.clider-images {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
}
.clider-images img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}


.content_gallery_btn::before, .content_gallery_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.content_gallery_btn::before {
  transform-origin: left top;
}
.content_gallery_btn::after {
  transform-origin: right bottom;
}
.content_gallery_btn:hover::before, .content_gallery_btn:hover::after, .content_gallery_btn:focus::before, .content_gallery_btn:focus::after {
  transform: scale3d(1, 1, 1);
}

.content_gallery_btn {
	position: absolute;
	z-index: 9;
	width: 100%;
	background: rgba(0,0,0,0.3);
	height: 100%;
	top: 0px;
	right: 0px;
	padding: 50px 20px 20px 20px;
	text-align: center;
}
.content_gallery_btn p {
	display: inline-block;
	padding: 6px;
	color: #fff;
}
.content_gallery_btn i {
	display: block;
	width: 60px;
	height: 60px; 
	color: #fff;
	text-align: center;
	line-height: 55px;
	margin: 0 auto;
	margin-bottom: 21px;
	-webkit-border-radius: 5em;
	font-size: 32px;
}

.content_gallery_btn a {
	display: inline-block; 
	background: #f89f07;
	color: #000;
	font-weight: bolder;
	text-align: center;
	line-height: 35px; 
	-webkit-border-radius: 5em;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
}


@media(max-width: 768px){
	.team_image_wrapped .img-topTeam {
		 
		position: relative;
	}
	.head___title {
		font-size: 100% !important;
	}
	.pics___gallery ul li {
		width: 50%;
	}
}

@media(max-width: 500px){
	 
	.pics___gallery ul li {
		width: 100%;
		float: none;
	}
}
.team_image_wrapped .img-topTeam img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	-o-object-position: top;
}
.text-team {
	padding: 10px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}

.text-team h4 {
	font-weight: bolder;
}

.text-team a {
	font-weight: bolder;
	text-align: center;
	display: inline-block;
	background: #fff;
	color: #000 !important;
	padding: 0px 22px 0px 22px;
	text-transform: uppercase;
	line-height: 40px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.team_______peopels .service_single  {
	background: #efefef;
	margin-top: 0px;
	border-bottom: 4px solid #f89f07;
	margin-bottom: 21px;
}
 
.team_______peopels .head___title  {
	padding: 10px; 
}
 
.team_______peopels .head___title p { 
	display: block;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 10px;
}
 
.team_______peopels .head___title h3 {
	font-size: 18px !important;
	font-size: normal;
	margin-top: 0px;
}


/*--------- Pager3 ---------*/
.Pager3 .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid #f89f07!important;
    background-color:white;
    color:#f89f07;
    font-weight:bold;
    margin-left: 8px;
    margin-right: 8px;
}
.Pager3 .pagination .page-item.active .page-link{
    box-shadow:none;
}
.Pager3 .pagination .page-item .page-link{
  color:#f89f07;
}

.active {
	border-bottom: 0px !important;
}

.conference___page {
	position: relative;
	width: 100%;
	min-height: 750px;
	background: #ececec url('../img/conference/bg-conference.png')no-repeat center 100%;
	background-size: cover;
}
.conference___page:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.home___content_slider {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	padding: 15% 20px 0px 20px; 
}
.home___content_slider h4 {
	color: #fff;
}
.home___content_slider h1 {
	font-size: 42px;
	font-weight: 1000;
	color: #fff;   
}
.home___content_slider h1 span {
	color: #84b83d;
}

.home___content_slider label {
	color: #fff;
	display: inline-block;
	margin-bottom: 12px;
}
.home___content_slider form {
	position: relative;
	width: 330px;
	max-width: 100%;
	margin-top: 21px;
}

.home___content_slider form .form-control:focus {
	-webkit-box-shadow: none;
	border: 0px;
}
.home___content_slider form .form-control {
	-webkit-border-bottom-left-radius: 2em;
	 border-bottom-left-radius: 2em;
}

.right-bar-speakers {
	background: #fff;
	padding: 20px;
	text-align: left;
	-webkit-border-radius: 0.5em;
	-moz-border-radius:0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.right-bar-speakers .download-btn a {
	background-color: #84b83d;
	color: #fff !important;
}
.right-bar-speakers .service-right-bar ul li a {
	border-color: #36c95f;
}

.home___content_slider form button {
	border: 0px;
	background: #84b83d;
	-webkit-border-radius: 0px;
	line-height: 35px;
	font-weight: bolder;
	color: #000;
	text-transform: uppercase;
}

.img__round_wrapped {
	width: 45%;
	position: relative;
	height: 300px;
	background: #9f9f9f;
	margin: 10px;
	float: left; 
	overflow: hidden;
	clear: right;
} 
.img__round_wrapped img {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
}
 
@media(max-width: 768px){
	.img__round_wrapped  {
		float: none;
		width: 100%;
		height: 200px !important;
	}
	.home___content_slider h4 {
		text-align: center;
	}
}
.conf_1:hover,
.conf_1:focus,
.conf_1:active {
	background:#84b83d !important; 
	border: 1px solid #fff;
}

.speaker-pages {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #f1f1f1;
	padding: 100px 20px;
	/*display: table;
	vertical-align: middle; */
	text-align: center;
}

.text__heading_bold { 
	text-align: center;
	font-weight: 1000;
	margin-bottom: 31px;
}

.speakers___single {
	position: relative;
	width: 100%;
	min-height: 300px;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin-bottom: 20px;
	font-family: arial !important;
	margin-top: 50px;
	padding-bottom: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius:0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.speakers___single hr {
	display: block;
	width: 100%;
	height: 2px;
	background: #aeaeae;
}
.speakers___single a {
	display: inline-block;
	padding: 0px 26px 0px 26px;
	border: 2px solid #000;
	line-height: 35px;
	color: #000 !important;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-webkit-transition: all 0.2s linear;
	-mos-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.speakers___single .profile__circle {
	position: relative;
	z-index: 2;
	width: 150px;
	height: 150px;
	background: #ccc;
	margin: 0 auto;
	margin-top: -50px;
	overflow: hidden;
	border: 4px solid #fff;
	-webkit-transition: all 0.2s linear;
	-mos-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.speakers___single h3 {
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	padding: 10px;
	margin-top: 12px;
}
.speakers___single p { 
	padding: 10px; 
}
.speakers___single .profile__circle img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}

.speakers___single:hover .profile__circle  {
	border: 4px solid #84b83d;
	transform: scale(1.07);
}
.speakers___single:hover a  {
	background:  #84b83d; 
}
.countDown-time {
	position: relative;
	width: 100%;
	min-height: 420px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	overflow: hidden;
	padding-top: 40px; 
	margin-bottom: 30px;
}
.countDown-time h2 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 800;
}

.countDown-time h4 {
	color: #84b83d;
}
.timerTable {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #51a5ae;
	padding: 50px 20px;
	display: table;
	vertical-align: middle;
	margin-top: 30px;
}
.time-line { 
	display: inline-block;
	width: 100px;
	position: relative;
	height: 100px;
	border: 3px solid #fff; 
	margin-bottom: 12px;
	padding-top: 15px;
	-webkit-border-radius: 5em;
	-ms-border-radius: 5em;
	-moz-border-radius: 5em;
	-o-border-radius: 5em;
}

.time-line p {
	font-size: 28px;
	font-weight: bolder;
	color: #fff;
}
.time-line span{
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
	display:  block;
	margin-top: -21px;
}
.lin-bottom-header {
	width: 100%;
	height: 5px;
	position: relative;
	background: #fff;
}
.lin-bottom-header:after {
	display: block;
	position: relative;
	width: 50%;
	height: 5px;
	content: '';
	background: #84b83d;
}
.about___conference {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
}
.about___conference div.col-sm-6:nth-of-type(2) {
	background: #84b83d;
	padding: 0px;
	padding: 40px 20px 20px 20px;
}
.about___conference h1 {
	font-weight: 1000;
	position: relative; 
	display: inline-block;
}

.list__item ul li {
	list-style-image: url('../img/check.png');
	list-style-position: outside; 
	list-style-position: !important;
	padding-left: 12px; 
}

.list__item2 ul li {
	list-style-image: url('../img/check2.png');
	list-style-position: outside; 
	list-style-position: !important;
	padding-left: 12px; 
}

.keynot___speakers h1 span {
	color: #fff;
}

.about___conference h1:after {
	position: absolute;
	content: '';
	display: block;
	background: #84b83d;
	width: 50px;
	height: 5px;
	bottom: 10px;
	right: -70px;
}
.about___2 h1 {
	text-transform: uppercase;
}
.about___2 h1:after {
	position: absolute;
	content: '';
	display: none;
	background: #9300b8;
	width: 50px;
	height: 5px;
	bottom: 10px;
	right: -70px;
}
.block___img {
	width: 100%;
	min-height: 400px;
	padding: 30px;
}

.header___2 h1 span {
	color: #84b83d;
}

.delegate____forms {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 80px 20px 80px 20px;
	background: #fff;
}
.delegate____forms label {
	margin-bottom: 12px;
}
blockquote {
	display: block;
	border-left: 5px solid #84b83d;
	padding: 10px;
	background: #f0f0f0;
}

.img___about-conf {
	position: relative;
	width: 100%;
	min-height: 400px;
}
.img___about-conf img {
	display: block; 
	height: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
}

.delegate____forms .form-control {
	border: 0px;
	border-bottom: 2px solid #000;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 21px;
	background: none;
}

.delegate____forms .form-control:focus {
	-webkit-box-shadow: none;
}
.delegate____forms form {
	margin-top: 30px;
	padding: 20px;
	background: #f4f4f4;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.delegate____forms button {
	background: #84b83d;
	padding: 0px 26px 0px 26px;
	line-height: 45px;
	font-size: 28xp;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.delegate____forms button:hover,
.delegate____forms button:focus,
.delegate____forms button:active {
	background: #fff; 
	border: 2px solid #000;
	color: #000;
}
input::placeholder {
  color: #BBB;
}
input[type=checkbox] {
  position: relative;
	border: 1px solid #858585; 
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .3;
}
.modal-lg {
	width: 800px;
	max-width: 100%;
}
 .modal {
  text-align: center;
}
.modal-footer {
	background: #bccccb;
}
.profile-btn {
	display: inline-block;
	width: 200px;
	font-size: 28px;
	-webkit-border-radius: 5em;
	background: #fff;
}

.profile-img-views {
	width: 200px;
	height: 200px;
	background: #f1f1f1;
	overflow: hidden;
	margin: 0 auto;
	border: 4px solid #fff;
	-webkit-box-shadow: 1px 0px 16px #ccc;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.text-speakers {
	background:  #84b83d;
	line-height: 35px;
	width: 200px;
	color: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 21px;
	
}
.profile______contents h2 {
	font-weight: 1000;
}
.profile-img-views img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}

@media screen and (min-width: 768px) {
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}











@media(max-width: 768px){
	.home___content_slider h1 {
		font-size: 34px;
		text-align: center;
	}
	 .about___conference h1:after {
	 	right: 0px;
	 	bottom: -10px;
	}
}




.switch-item {display: block; margin-left: 12px;}
.switch-item .label {margin-left: 4px; vertical-align: middle; font-size: 16px; color: #000;}
.switch-item .control[type='checkbox'] {appearance: none; position: relative; width: 52px; height: 34px; padding: 3px; border-radius: 34px; background-color: #aaa; vertical-align: middle; transition: all .3s cubic-bezier(.4, 0, .1, 1.4);}
.switch-item .control[type='checkbox']:after {content: ''; position: relative; display: block; left: 0; width: 60.9%; height: 100%; border-radius: 28px; background-color: #fff; transition: left .3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding .3s ease, margin .3s ease; box-sizing: content-box;}
.switch-item .control[type='checkbox']:active:after {padding-right: 8px;}
.switch-item .control[type='checkbox']:checked {background-color: #84b83d;}
.switch-item .control[type='checkbox']:checked:after {left: 39.1%;}
.switch-item .control[type='checkbox']:checked:active:after {margin-left: -8px;}
.switch-item .control[type='checkbox'] ~ .label:before {content: 'NO';}
.switch-item .control[type='checkbox']:checked ~ .label:before {content: 'YES';}
.switch-item .control[type='checkbox']:disabled {opacity: .3;}
.switch-item .control[type='checkbox']:disabled:active:after {padding-right: 0; margin-left: 0;}


.checked-btn {
  display: block;
  margin-bottom: 15px;
}

.checked-btn input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checked-btn label {
  position: relative;
  cursor: pointer;
}

.checked-btn label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checked-btn input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #47a723;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.img-attached-delegate [type="file"]{
  height: 0;
  overflow: hidden;
  width: 0; 
}
.img-attached-delegate [type="file"]  {
  background: transparent;
  border: none;  
  display: inline-block;
}
.img-attached-delegate {
	position: relative;
	width: 200px;
	display: block;
	margin: 0 auto;
  cursor: pointer;
} 
 
.img-attached-delegate canvas {
	width: 200px; 
	height: 200px;
	position: relative;
	margin-top: -36px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	overflow: hidden;
	-o-object-fit: cover;
	-o-object-position: top;
	background: #fff url('../img/sample-img.jpg') no-repeat center 100%;
	background-size: cover;
}

@media(max-width: 786px){
	.img-attached-delegate {
		margin-top: 50px;
	}
}

































#carousel_5 .owl-next,
#carousel_5 .owl-prev {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}
#carousel_5 .owl-prev {
  left: -70px;
}
#carousel_5 .owl-next {
  right: -70px;
}



@media(max-width: 768px){
	
	.about__us____page .block___img img { 
		margin-left: 0px; 
		width: 320px;
	}
	.about__us____page .block___img { 
		height: auto;
		width:100%; 
		margin-bottom: 21px;
	}
}




/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;  
}






























