
@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');

body{
    color: #333;
    background:#fff;
	clear:both;
    font-size: 12px;
	margin:0px;
	padding:0px;
	font-family: 'Signika', sans-serif;
	overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
.header{
  width:100%;
  background: #fff;
}
.header-top {
    /*border-bottom: 1px solid #d8d8d8;*/
    padding: 8px 0px;
    background: #002f42;
}
.logo h1{
    color:#70c55d;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-left: 2em;
}
.header-left-info {
    background:#353535;
    transform: skewX(37deg);
    transform-origin: top;
	padding-right: 8em;
}
.conf-mail ul{
    margin:0px;
	padding:0px;
}
.conf-mail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.conf-mail ul li a {
    color: #fff;
    font-size:13px;
    letter-spacing: 2px;
}
.info-social ul{
    margin:0px;
	padding:0px;
}
.info-social ul li {
    display: inline-block;
    padding: 0px 5px;
}
.info-social ul li a {
    color: #fff;
    font-size:14px;
    letter-spacing: 2px;
}
.site-conf-info{
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #ece4e4;*/
    padding: 10px;
	transform: skewX(-37deg);
}
.conf-detail ul{
    float: left;
    margin: 0px;
    padding: 0px;
}
.conf-detail ul li{
    display:inline-block;
    padding:8px 20px;
    background:#f78422;
    border-radius: 20px;
    margin-left:14px;
}
/*.conf-detail> ul > li:nth-child(2) {
    background:#e4e4e4;
    color: #2c2b31;
}
.conf-detail> ul > li:nth-child(2) a{
    color: #2c2b31;
}
*/
/*.conf-detail{
    width:615px;
	float:right !important;
}*/

.conf-detail ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}
.conf-social{
     float:right;
}
.conf-social ul{
     margin:0px;
	 padding:0px;
}
.conf-social li{
     padding: 0px 5px !important;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.conf-social li i{
    font-size: 22px !important;
    color: #fff;
}
.topic-confr p{
    text-align: right;
    color: #e67f04;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 29px;
}

/*--- news ticker start here ---*/

#oneliner {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
	margin:0px 0px;
	width: 100%;
	height: 60px;
    background: #fff;
    border-radius: 2px;
}

/*#oneliner:before, #oneliner:after {
	border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
}
*/
#oneliner .recent-title {
	background-color: #70c55d;
    width: 200px;
    height: 60px;
    float: left;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    /* border-radius: 2px 0 0 2px; */
    cursor: pointer;
/*	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
	-webkit-animation: redPulse 4s infinite;
	   -moz-animation: redPulse 4s infinite;
	        animation: redPulse 4s infinite;*/
}

#oneliner:hover .recent-title {
	background-color:#000;
}

#oneliner .recent-title:active {
	background-color: #000;
	margin-left: -12px;
	color: #aaa;
}

#oneliner ul.newsticker {
	display: inline-block;
	height: 44px;
	width: 710px;
	overflow: hidden;
	margin: 0 0 0 -3px;
	padding: 0 0 0 6px;
	line-height: 44px;
	font-weight: 500;
	background-color: #fafafa;
}

#oneliner ul.newsticker > li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #888;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 56px;
	padding-left:20px;
}

@-webkit-keyframes redPulse {
  from { background-color: #ff2e2e; -webkit-box-shadow: 0 0 9px #555; }
  50% { background-color: #bd0000; -webkit-box-shadow: 0 0 14px #ff2e2e; }
  to { background-color: #ff2e2e; -webkit-box-shadow: 0 0 9px #555; }
}

@-moz-keyframes redPulse {
  from { background-color: #ff2e2e; -moz-box-shadow: 0 0 9px #555; }
  50% { background-color: #bd0000; -moz-box-shadow: 0 0 14px #ff2e2e; }
  to { background-color: #ff2e2e; -moz-box-shadow: 0 0 9px #555; }
}

@keyframes redPulse {
  from { background-color: #ff2e2e; box-shadow: 0 0 9px #555; }
  50% { background-color: #bd0000; box-shadow: 0 0 14px #ff2e2e; }
  to { background-color: #ff2e2e; box-shadow: 0 0 9px #555; }
}


/*---- news ticker end here ----*/ 


.confr-quick-link{
     float:left;
	 padding-top: 12px;
	 padding-left: 30px;
}
.confr-quick-link ul{
     margin:0px;
	 padding:0px;
}
.confr-quick-link ul li{
    display:inline-block;
	padding:10px 5px;
	transform: skewX(-37deg);
}
.confr-quick-link ul li a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.header-bttm{
     width:100%;
	 float:left;
}
.header-bttm .logo{
     padding-right:5px !important;
	 margin-bottom: 12px;
}
.header-bttm .logo img{
     width:93%;
}
.conf-header-link{
    padding:15px 10px;
	background:#55595d;
}
.menu-header-link{
    width:100%;
	float:left;
	background-image: linear-gradient(#efecec, white);
	padding:15px 0px;
}
.menu-nav ul{
    margin:0px;
	padding:0px;
}	
.menu-nav ul li{
    display: inline-block;
    padding: 0px 18px;
    margin: 30px 0px;
	border-right: 1px solid #055d8f;
}
.menu-nav ul li a{
    font-size: 19px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #055d8f;	
}
.menu-nav > ul > li:last-child {
    border:none;
}	
.conf-cont{
     padding-right:5px !important;
}
/*.btn-submit{
    background: #0f579b;
    padding: 5px 0px;
	width:285px;
	margin:auto;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 2px;
    box-shadow: 1px 1px 2px #121012;
}
.btn-submit a{
     color: #fff;
	 text-decoration:none;
}
.fa-pencil-square-o{
    font-size:23px !important;
	padding-right:5px;
}*/
/*.header-bttm .conf-cont h2 span{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    color: #0f579b;
    font-weight: 200;
    line-height: 32px;
}
.header-bttm .conf-cont h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:19px;
    letter-spacing:1px;
    color: #29a242;
    font-weight: 600;
    margin-top: 5px;
    line-height: 30px;
	text-align:center;
}
.header-bttm .date ul{
	padding-top: 15px;
	padding-left:0px;
	padding-right:0px;
}
.header-bttm .date ul li{
    display:block;
    font-size: 14px;
    color: #fff;
    padding: 0px 5px;
	margin-bottom: 1px;
}
.header-bttm .date ul li i{
    color: #fff;
    font-size: 20px;
    width: 27px;
}
.header-bttm .date ul li .fa-map-marker{
     width:15px !important;
}
.header-bttm .date #conf-date{
     background: #29a242;
    padding: 7px 10px;
}
.header-bttm .date #conf-palce{
    background: #0f579b;
    padding: 7px 5px;
}*/

.menu ul{
    text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	margin-bottom: 0px;
}
.menu ul li{
    display: inline-block;
    padding:12px 0px;
    font-size: 13px;
    letter-spacing:1px;
} 
.menu ul li a{
   color:#072848;
   text-decoration:none;
   padding: 10px 13px;
   font-weight:600;
} 
/*.menu ul li:hover{
    background-color: #00901e;
}*/

/*--- confe-content start here ---*/


/*.jctkr-label{
  height: 35px;
  padding: 0 17px;
  line-height: 42px;
  background: rgba(69, 78, 140,0.7);
  font-size: 19px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(69, 78, 140,1);
  cursor: default;
}*/
.jctkr-label:hover{
  background:#1e1e1e;
}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
}
.conf-topic-place{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
	float:left;
	border-top:1px solid #f3f3f3;
}
.date-section {
    background:#70c55d;
	padding:20px 10px;
	width:auto;
	float:left;
}
.date-section h2{
    text-align:center;
	color:#fff;
	margin:0px;
	padding:0px;
	font-size:18px;
}

/*--- banner start here ---*/

.banner{
    display: block; 
    width: 100%;
    float: left;
    overflow: hidden;
    z-index: 0;
    margin-top: 128px;
}
ul.gallery-slideshow > img, ul {margin: 0; padding: 0;}
ul.gallery-slideshow {
  position: relative;
  list-style: none;
  background: #000000;
  overflow: hidden;
  position: relative;
    width: 100% !important;
    height: 350px!important;
}
ul.gallery-slideshow li img {
  position: absolute;
  min-width: 100%; min-height: 100%;
  width:100%;
}
/*gallery controls*/
.gallery-control{
  position: absolute; z-index: 1;
  top: 0; bottom: 0;
  width: 40px; height: 40px;
  background: rgba(0,0,0,0.8);
  margin: auto;
  cursor: pointer;
}
.gallery-control.prev { left: -5px; }
.gallery-control.next { right: -5px; }
.gallery-control.trigger {
  left: 0; right: 0;
  width: 50px; height: 50px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
}
.gallery-control:after{
  position: absolute;
  z-index: 2;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  content: "";
  width: 20px; height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
}
.gallery-control.prev:after {
  border-width: 10px 15px 10px 0px;
  border-right-color: #ffffff;
}
.gallery-control.next:after {
  border-width: 10px 0px 10px 15px;
  border-left-color: #ffffff;
}
.gallery-control.trigger.pause:after{
  border-style: double;
  border-width: 0px 0px 0px 20px;
  border-color: #ffffff;
}
.gallery-control.trigger.play:after{
  left: 5px;
  border-width: 10px 0px 10px 20px;
  border-left-color: #ffffff;
}
/*gallery navigation*/
ul.gallery-slideshow ul.gallery-navbar{
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
ul.gallery-navbar li{
  all: unset;
  position: relative;
  display: inline-block;
  width: 15px; height: 15px;
  background: rgba(255,255,255,0.5);
  margin: 10px;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
  cursor: pointer;
}
ul.gallery-navbar li.active{ background: rgba(255,255,255,1); }
/**STATES**/
ul.gallery-navbar li:hover, .gallery-control:hover{ transform: scale(0.9); }
ul.gallery-navbar li:hover{ background: rgba(255,255,255,0.8); }
ul.gallery-navbar li:active, .gallery-control:active { transform: scale(0.8); }

/*--- banner end here ----*/

.welcome-content-heading{
    width: 100%;
    float: left;
    background: linear-gradient(to right, #353535 , #89f771);
    padding: 25px 15px;
}
.welcome-content-heading h1{
    color:#fff;
	text-align:center;
	letter-spacing:1px;
}
.welcome-content-heading h2{
    color:#fff;
	text-align:center;
	letter-spacing:1px;
}
.conference-album {
    margin: 3em 0em;
    width: 100%;
    float: left;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background:#439831;
}
.ih-item.circle.effect10 .info {
  background: #333333;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
   color: #fff;
   text-transform: uppercase;
   position: relative;
   letter-spacing: 2px;
   font-size: 18px;
   line-height: 23px;
   text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #fff;
  font-size: 13px;
  letter-spacing:1px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10 .album-box:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 20px 0 0 0;
  /*height: 78px;*/
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom .album-box:hover .img {
  -webkit-transform: translateY(80px) scale(0.4);
  -moz-transform: translateY(80px) scale(0.4);
  -ms-transform: translateY(80px) scale(0.4);
  -o-transform: translateY(80px) scale(0.4);
  transform: translateY(80px) scale(0.4);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
  margin: 95px 30px 0;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top .album-box:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}

.ih-item.circle {
  position: relative;
  width: 100%;
  height: 275px;
  margin: 1em 0em;
  /*border-radius: 50%;*/
}
.ih-item.circle .img {
  position: relative;
  width: 100%;
  height: 275px;
  /*border-radius: 50%;*/
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  box-shadow: inset 0 0 0 8px rgba(53, 53, 53, 0.76), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  /*border-radius: 50%;*/
   width:100%;
   height:100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /*border-radius: 50%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.read-bttn{
    background:#222322;
	width:110px;
	padding:5px 0px;
	text-align:center;
	border-radius:5px;
	margin:auto;
}
.read-bttn a{
    color:#fff;
	letter-spacing:1px;
	font-size:13px;
}



.import-date-conf{
	background: #ffffff;
	padding:20px;
}
.conference-gallery-heading{
    text-align:center;
}
.conference-gallery-heading .gallery-title {
    font-size: 3.231rem;
    line-height: 1.3;
    color: #eaeaea;
    letter-spacing: 2px;
}
.conference-gallery-heading .gallery-title span {
    font-weight: 600;
}
.conference-gallery-heading .gallery-separate {
    display: inline-block;
    margin:20px auto 20px;
}
.conference-gallery-heading .gallery-separate i {
    font-size: 1.538rem;
    float: left;
    color:#73c562;
    margin: -10px 15px 0px;
}
.conference-gallery-heading .gallery-separate:before, .conference-gallery-heading .gallery-separate:after {
    content: '';
    display: block;
    height: 1px;
    width: 121px;
    background: #8c8686;
	float: left;
}


/*---- excellent-paper-album ----*/

.excellent-paper-album{
    width:100%;
	float:left;
	padding:3em 0em;
	margin:1em 0em 3em 0em;
	background:url(../images/excellent-paper-bg.png) no-repeat;
}
.sp-speakers {
    margin: -15px 0;
}

.sp-speaker {
    margin: 15px 0;
}

.sp-speaker .speaker-title {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.sp-speaker .speaker-designation {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    color: #333;
}

.speaker-transparent .sp-speaker .speaker-designation {
    color: #fff;
}

.speaker-transparent .sp-speaker .speaker-title a {
    color: #fff;
}

.speaker-transparent .sp-speaker .speaker-title a:hover {
    color: #4bb463;
}

.sp-speaker .speaker-image-wrapper {
    position: relative;
}
.sp-speaker .speaker-image-wrapper img {
	height:262px;
	width:100%;
}

.sp-speaker .speaker-image-wrapper:hover>div {
    opacity: 1;
}

.sp-speaker .speaker-image-wrapper>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.sp-speaker .speaker-image-wrapper>div>ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-speaker .speaker-image-wrapper>div>ul.social-links-4>.social-1,.social-2 {
    width: 50%;
    height: 48.5%;
}

.sp-speaker .speaker-image-wrapper>div>ul.social-links-4>.social-3 {
    width:100%;
    height: 52.5%;
}

.sp-speaker .speaker-image-wrapper>div>ul.social-links-3>li.social-3 {
    width: 100%;
}

.sp-speaker .speaker-image-wrapper>div>ul.social-links-2>li {
    width: 50%;
    height: 100%;
}

.sp-speaker .speaker-image-wrapper>div>ul.social-links-1>li {
    width: 100%;
    height: 100%;
}

.sp-speaker .speaker-image-wrapper>div>ul li {
    display: block;
    float: left;
    text-align: center;
}

.sp-speaker .speaker-image-wrapper>div>ul li span {
    display: block;
    width: 100%;
    height: 100%;
	padding:20px 30px;
}
.sp-speaker .speaker-image-wrapper>div>ul li span.date{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center;
	text-transform: lowercase;
	color:#478e37;
}
.sp-speaker .speaker-image-wrapper>div>ul li span.place{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center;
	color: #fff;
	word-break: break-word;
}
.sp-speaker .speaker-image-wrapper>div>ul li span.descr-conf{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}
.sp-speaker .speaker-image-wrapper>div>ul li span.descr-conf .read-bttn{
    margin-top:10px;
	background: #62af51;
}
.sp-speaker .speaker-image-wrapper>div>ul li .date {
    background: rgba(220, 220, 220, 0.79);
}

.sp-speaker .speaker-image-wrapper>div>ul li .date:hover {
    background: rgba(241, 241, 241, 0.95);
}

.sp-speaker .speaker-image-wrapper>div>ul li .place {
    background: rgba(112, 197, 93, 0.85);
}

.sp-speaker .speaker-image-wrapper>div>ul li .place:hover {
    background: rgba(99, 193, 78, 0.94);
}

.sp-speaker .speaker-image-wrapper>div>ul li .descr-conf {
    background: rgba(53, 53, 53, 0.82);
}

.sp-speaker .speaker-image-wrapper>div>ul li .descr-conf:hover {
    background: rgba(53, 53, 53, 0.93);
}

.sp-speaker .speaker-image-wrapper>div>ul li a>i {
    font-size: 36px;
    line-height: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sp-speaker .speaker-title {
    color: #333;
}

.sp-speaker .speaker-title a {
    color: #333;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.sp-speaker .speaker-title a:hover,
.sp-speaker .speaker-title a:active,
.sp-speaker .speaker-title a:focus {
    color: #333;
}

.sppb-addon-container .sp-speaker .speaker-designation {
    color: #333;
}



/* ---- keynote-content start here --*/
.keynote-content{
  width:100%;
  float:left;
  padding:3em 0em;
}
.keynote-speaker{
	width:100%;
	float:left;
	padding:2em 0em;
}	
.keynote-speaker-heading{
    text-align:center;
}
.keynote-speaker-heading .speaker-title {
    font-size: 3.231rem;
    line-height: 1.3;
    color: #504f4f !important;
    letter-spacing: 2px;
}
.keynote-speaker-heading .speaker-separate {
    display: inline-block;
    margin: 20px auto 20px;
}
.keynote-speaker-heading .speaker-separate i {
    font-size: 1.538rem;
    float: left;
    color: #73c562;
    margin: -10px 15px 0px;
}
.keynote-speaker-heading .speaker-separate:before, .keynote-speaker-heading .speaker-separate:after {
    content: '';
    display: block;
    height: 1px;
    width: 121px;
    background: #8c8686;
    float: left;
}
.card {
  width: 100%;
  height: 250px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom:15px;
}

.card h1 {
  text-align: center;
}

.card .additional {
  position: absolute;
  width: 36%;
  height: 100%;
  background: linear-gradient(#70c55d, #418831);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.card.green .additional {
  background: linear-gradient(#92bCa6, #A2CCB6);
}


.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.card .additional .user-card img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /* padding: 10px; */
    margin: 55px 15px;
}
.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0,0,0,0.025);
}

.card .additional .user-card .level
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0,0,0,0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.card .additional .user-card .points {
  top: 85%;
}

.card .additional .user-card svg {
  top: 50%;
}

.card .additional .more-info {
  width:60%;
  float: left;
  position: absolute;
  left: 126px;
  height: 100%;
}

.card .additional .more-info h1 {
   color: #fff;
    margin-bottom: 0;
    font-size: 19px;
    letter-spacing: 1px;
    margin: 25px 0px 10px 0px;
}

.card.green .additional .more-info h1 {
  color: #224C36;
}

.card .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 15px;
}

.card.green .additional .coords {
  color: #325C46;
}
.coords{
  width:100%;
  float:left;
}
.speaker-info{
  float:left;
  padding-right:10px;
}
.card .additional .coords span + span {
  float: left;
}
.keynote-pragh p{
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  margin: 15px 10px;
}
.card .additional .read-more-bttn{
  margin:10px;
}
.card .additional .read-more-bttn a{
  color: #fff;
  width: auto;
  border: 1px solid #ccc;
  padding: 6px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.card .general {
  width: 62%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 0;
}
.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 16px;
}
.card .general h2{
  font-size:17px;
  letter-spacing:1px;
}
.card .general h3{
   font-size: 15px;
   letter-spacing: 1px;
   margin: 10px 0px;
}
.card .general p{
   font-size: 13px;
   letter-spacing: 1px;
   margin: 10px 0px;
   line-height:25px;
}

 /*--- subscribe start here ---*/
 
.subscribe-section {
	width:100%;
	float:left;
	background:url(../images/subscribe-bg.jpg) no-repeat;	
}
	.subscribe-section .contact {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 80;
		width: 100%;
	}
	.subscribe-section .contactDetails {
		background:rgb(112, 197, 93);
		padding: 39px 50px;
		margin: 47px 0;
		color: #ffffff;
		position: absolute;
		z-index: 1;
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
	}
	.subscribe-section h2 {
		font-size:32px;
		font-weight:700;
		color:#ffffff;
		line-height:normal;
		margin:0
	}
	
	.subscribe-section h3 {
	font-size: 26px;
	font-weight: 700 !important;
	color: #ffffff;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	}
	.subscribe-section hr {
		height:4px;
		width:50px;
		border:0px;
		background:#ffffff;
		margin:10px 0px;
	}
	.subscribe-section p {
		color:#ffffff;
		font-size:14px;
		margin-bottom: 31px;
	}
	.subscribe-section .more_info {
		border: solid 2px #ffffff;
		background:none;
		border-radius:0;
		color:#ffffff;
		font-size:15px;
		margin:5px 0;
		transition: .4s;
	}
	.subscribe-section .more_info:hover {
		border-color:#ffffff;
		color:#ffffff;
		transition: .4s;
	}
	
		.subscribe-contact-form {
		background: #ffffff;
		padding: 25px;
		margin: 47px 0px;
		height:180px;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
	}

	.subscribe-contact-form .title {
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		color: #9c359b;
		margin-bottom: 20px;
	}

	.subscribe-contact-form .contact-full-name{
	  margin-right:20px;
	}
	.subscribe-contact-form .contact-full-name,.subscribe-contact-form .contact-email {
	  width:90%;
	  margin-left:35px;
	  margin-top: 15px;
	}

	.subscribe-contact-form input {
		background:#f9f9f9 !important;
		height:40px;
	}

	.subscribe-contact-form .contact-subject {
		margin-bottom:13px;
	}

	.subscribe-contact-form .contact-full-name input , .subscribe-contact-form .contact-email input {
		border:solid 1px #eeeeee;
	}


	.subscribe-contact-form .btn {
	  font-size:18px;
	  border:0px;
	  padding:8px 30px !important;
	  text-align: center;
	  font-weight:600;
	  text-align: center;
	  font-weight:500;
	  background:#333 !important;  
	  margin-top:25px;
	  color: #ffffff;
	  border-radius:0px;
	  margin-left:40px;
	}
	.subscribe-contact-form .btn:hover{
	  background:#70c55d !important;
	  color: #fff4f6;
	  border: 0px;
	}
	
 /*--- footer strat here ---*/
 	
.footer{
    width: 100%;
    float: left;
	background:#333333;
}
.top-footer{
    padding-top:20px;
    /* padding-bottom: 10px; */
    margin-top: 0px;
	float: left;
    width: 100%;
}
.top-footer ul li{
    color:#fff;
	font-size: 15px;
	display:block;
	letter-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	margin-bottom:10px;
}
.top-footer ul .promation{
     text-align: right;
	 padding-right: 4em;
}
.footer-social{
     float:right;
	 text-align:center;
}
.footer-social ul li{
     padding:35px 8px;
	 display:inline-block;
}
.footer-social ul li i{
     font-size:33px;
	 color:#fff;
}
.copyright{
     background:#3b6731;
	 float: left;
     width: 100%;
}
.copyright p{
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 0px;
    margin: 0px;
    font-size: 15px;
}	 	






.fa-arrows {
    padding-right: 10px;
    color: #0FE31A;
}

.w3l_banner_bottom_left ul li {
    color: #0d0d0d;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px;
    display: block;
}

.contact-left {
    background: #383636;
    box-shadow: 0 5px 2px 0 rgba(0,0,0,0.25);
    padding: 20px;
    margin: 20px 0px;
    position: relative;
}


.contact-right {
    box-shadow: 0 5px 2px 0 rgba(0,0,0,0.25);
    padding: 20px;
    margin: 20px 0px;
    background: #70c55d;
}

#trangle {
    position: absolute;
    right: -1px;
}

.corporate-details h3 {
    font-size: 21px;
    color: #fff;
    padding: 10px;
    line-height: 35px;
}

.corporate-details h1 {
    font-size: 25px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.branch-details h3 {
    font-size: 21px;
    color: #fff;
    padding: 10px;
    line-height: 40px;
}

.branch-details h1 {
    font-size: 25px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.thumb-video  iframe{
	width:100%;
}
.mask h2{
	text-align:center;
	font-size:18px;
	color: #268e0f;
}
.mask p{
font-size: 15px;
text-align: center;
}
.thumb-video{
	width:100%;
	height:260px;
}
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: 1px solid #fff;;
  color: #fff;
  cursor: pointer;
  padding: 0px 15px;
}

.confr-quick-link {
  border-bottom: 1px solid #ccc;
}

.confr-quick-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.confr-quick-link ul li {
  margin: 0;
}

.confr-quick-link ul li a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #fff;
}

.confr-quick-link ul li a:hover {
  background-color: #55ad0e;
}


@media (min-width: 320px) and (max-width: 768px) {
  .banner {
    margin-top: 160px;
  }
  .header-left-info {
    transform: none;
    padding-right: 15px;
  }
  .site-conf-info {
    float: none;
    transform: none;
    padding: 5px;
  }
  .confr-quick-link {
      float: none;
      padding-left: 0;
  }
  .conf-social {
    display: none;
  }
  .confr-quick-link ul li {
    transform: none;
    padding: 0px 5px;
    text-align: left;
    border-bottom: 1px solid #4b4b4b;
  }
  .welcome-content-heading h1 {
      letter-spacing: normal;
      margin-top: 10px;
      font-size: 28px;
  }
  .conference-album {
    margin: 2em 0em;
  }
  .sp-speaker .speaker-image-wrapper>div>ul li span {
    padding: 15px 30px;
  }
  .keynote-content {
    padding: 0em 0em;
  }
  .card .additional .more-info {
    left: 135px;
  }
  .subscribe-section .contactDetails {
    padding: 10px 20px;
    margin: 10px 0;
  }
  .subscribe-contact-form {
    padding: 10px;
    margin: 78px 0px 20px 0;
  }
  .top-footer {
    padding-top: 0px;
  }
  .footer-social {
    float: none;
  }
  .conference-gallery-heading .gallery-title {
    font-size: 28px;
  }
  .keynote-speaker-heading .speaker-title {
    font-size: 28px;
  }
  .publication-heading{
    font-size: 28px;
    text-align: center;
  }
  .subscribe-section h2 {
    font-size: 20px;
  }
  .testimonials h1 {
    font-size: 28px;
    text-align: center !important;
  }
  .confr-quick-link ul li:after {
    content: none;
  }
  .confr-quick-link ul li a {
    padding: 10px;
  }
  .menu-toggle {
    display: block;
  }
  .confr-quick-link ul {
    flex-direction: column;
    display: none;
    text-align: center;
  }
  .confr-quick-link ul.active {
    display: flex;
  }
  .thumb-video {
      margin-bottom: 20px;
      border: 1px solid #ccc;
      box-shadow: 2px 3px 5px #ccc;
  }
  .card .additional .user-card img {
      margin: 55px 6px;
  }
  
}