

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: "Roboto", sans-serif;
  color: #444;
}



a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #68A4C4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #85b6cf;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 140px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  z-index:1000;
  background: rgba(30, 67, 86, 0.8);
}

/*#header.header-transparent {
  background: none;
}*/

#header.header-scrolled {
  background: rgba(30, 67, 86, 0.8);
  height: 140px;
  padding: 10px 0;
}

#header .logo {
 width:220px !important;
 height:111px !important;
}

#header .logo2 {
 width:500px !important;
 height:1px !important;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  margin-right:5px;

}







#header2 {
  height: 140px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  z-index:1000;

}

/*#header.header-transparent {
  background: none;
}*/

#header2.header-scrolled {
  background: rgba(30, 67, 86, 0.8);
  height: 140px;
  padding: 10px 0;
}

#header2 .logo {
 width:237px !important;
 height:120px !important;
}

#header2 .logo2 {
 width:500px !important;
 height:1px !important;
}

#header2 .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header2 .logo img {
  padding: 0;
  margin: 0;

}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight:bold;
  font-family: "Roboto", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #68A4C4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1e4356;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100% !important;
  height:auto !important;

  overflow: hidden;
  position: relative;
  margin-top:-100px;
  
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}
@media screen and (max-width: 524px) {
	#hero {
  width: 100% !important;
  height:200px !important;
  overflow: hidden;
  position: relative;
  margin-top:-36px;
  
}
}

.fa-home{
 font-family: 'FontAwesome'!important;
 font-size:20px !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:0px;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align:justify;
  padding-bottom: 10px;
  margin-top:20px;
}

.section-title h2{
					font-size:22px !important;
					padding-top:10px !important;
					color:#000;
					}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
  
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.why-us .icon-box + .icon-box {
  margin-top: 50px;
}

.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.why-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.why-us .icon-box:hover .icon {
  background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: #68A4C4;
}

.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}

.features h3 {
  font-weight: 400;
  font-size: 24px;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  padding-bottom: 10px;
}

.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
 .counters{
	 			/*width:100%;*/
				min-height:455px;
			/*	background:url(../img/c-bg.jpg) ;*/
				font-size:16px;
				color:#000000 !important;
				
				
 			}	

 .counters .text-center{
	  border:#cccaca thin solid;
	 /*  background-color: #f3f8fa;*/
	  margin-top:2px;
				 }

.counters span {
  font-size:20px;
  display: block;
  color: #ffffff;
  font-weight:bold;
}

/*.counters span::after {
  content: " +";
  display: inline-block;
  margin-left:5px;
}
*/


.counters1 span {
  font-size:20px;
  display: block;
  color: #ffffff;
  font-weight:bold;
}

.counters1 span::after {
  content: " +";
  display: inline-block;
  margin-left:5px;
}

.counters p {
  padding: 0;
 margin:5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  color:#ffffff;
   
   
  
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}

.skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #68A4C4 !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #444444;
  font-size:14px !important;
  font-weight:normal;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #68A4C4;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #68A4C4;
}

.service-details .card:hover .card-body .card-title a {
  color: #68A4C4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #68A4C4;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #1e4356;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #68A4C4;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #68A4C4;
}

.pricing .featured .get-started-btn:hover {
  background: #85b6cf;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}

.portfolio .btn-info{
			background-color:#ecc437 !important;
			border:#fce594 thin solid !important;
		}
		
		.portfolio .btn-info:hover{
			background-color:#fce594 !important;
			border:#ecc437 thin solid !important;
		}


	.portfolio .btn-info:active{
			background-color:#fce594 !important;
			border:#ecc437 thin solid !important;
		}
		.portfolio .btn-info:visited{
			background-color:#fce594 !important;
			border:#ecc437 thin solid !important;
		}
		
		
		.portfolio .btn-info2{
			background-color:#759fee !important;
			border:#fce594 thin solid !important;
		}
		
		.portfolio .btn-info2:hover{
			background-color:#a8c2f6 !important;
			border:#759fee thin solid !important;
		}


	.portfolio .btn-info2:active{
			background-color:#a8c2f6 !important;
			border:#759fee thin solid !important;
		}
		.portfolio .btn-info2:visited{
			background-color:#a8c2f6 !important;
			border:#759fee thin solid !important;
		}
		
		
		
		
		
		
		.portfolio .btn-info3{
			background-color:#d86564 !important;
			border:#fce594 thin solid !important;
		}
		
		.portfolio .btn-info3:hover{
			background-color:#e49898 !important;
			border:#d86564 thin solid !important;
		}


	.portfolio .btn-info3:active{
			background-color:#e49898 !important;
			border:#d86564 thin solid !important;
		}
		.portfolio .btn-info3:visited{
			background-color:#e49898 !important;
			border:#d86564 thin solid !important;
		}
		/*btn-info4*/
		.portfolio .btn-info4{
			background-color:#eba75f !important;
			border:#efb270 thin solid !important;
		}
		
		.portfolio .btn-info4:hover{
			background-color:#efb270 !important;
			border:#d48f46 thin solid !important;
		}

		.portfolio .btn-info4:active{
			background-color:#eba75f !important;
			border:#efb270 thin solid !important;
		}
		
		.portfolio .btn-info4:visited{
			background-color:#efb270 !important;
			border:#d48f46 thin solid !important;
		}
		/*btn-info4*/
		
		
		
		
		

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
 
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;

  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

/*.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #68A4C4;
  color: #68A4C4;
}*/

.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #68A4C4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68A4C4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #68A4C4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #dddddd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #32627b;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #90c0d8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #68A4C4;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #72afce;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #32627b;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #72afce;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #32627b;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #68A4C4;
}

.blog .blog-pagination {
  color: #7b9bab;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #68A4C4;
  border: 1px solid #68A4C4;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #32627b;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #68A4C4;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3f8db5;
}

.blog .sidebar .categories ul a:hover {
  color: #68A4C4;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0d2735;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0b212d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #0d2735;
  border-top: 1px solid #17455e;
  border-bottom: 1px solid #123649;
  padding: 40px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #a2cce3;
  position: relative;
/*  padding-bottom: 12px;*/
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
   font-size: 12px;
   font-weight:normal;
 padding-top: 5px;
  text-align:left;
  float:left;
}

#footer .credits {

  font-size: 12px;
  color: #fff;
   font-weight:normal;
     padding-top: 5px;
	text-align:right;
	float:right;
}

#footer .credits a {
  color: #a2cce3;
}
/*-------------- programes high lights-----------*/

#team .card {
    border: none;
    background: #ffffff;
	font-size:14px;
	font-weight:normal;
	width:350px !important;
	height:170px !important; 
	
}


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
	width:350px !important;
	height:170px !important; 
	margin:8px auto;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
		width:350px !important;
	height:170px !important; 

	margin:8px auto;
	font-size:16px;
	margin-top:-10px;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
	 	width:350px !important;
	height:170px !important; 

}

.frontside .card,
.backside .card {
   width:350px;
	height:170px;
	margin:8px auto;
}

a.backside .card  {
    font-size: 14px;
	color:#FFF;
  
}

a.backside .card:hover {
    font-size: 14px;
	color:#FFF;
	text-decoration:underline;
  
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #144566;
	font-size:16px;
	font-weight:bold;
}

.frontside .card .card-body img {
   /* width: 120px;
    height: 120px;*/
    border-radius: 50%;
}

.card .fa{
				font-size:40px;
				color:#144566;
			}
.card a{
			font-size:12px;
			font-weight:normal;
			color:#144566;
			}
.card-body a:hover{
			cursor:pointer;
			color:#0482d6;
			}
			
	.card-text{
					font-size:16px;
					font-weight:normal;
				}
				
	.backside a{
						color:#FFF !important;
				}
				
					a.card-text.ph:hover{
						color:000;
				}
				
				.box-d:after {
  top: 62.5%;
  height: 2px;
  width: 90%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.6);
    transition: 0.3s ease all .1s;
}

.box-d:hover::after {
  top: 67.5%;
    transition: 0.4s ease all;
}

.box-d:hover{
				border-bottom:#FFF thin solid;
			}
				
/*----------------------*/
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #144566;
  border: 2px solid #2682bf;
}




.cta2 {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg2.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta2 p {
  color: #fff;
}

.cta2 .cta-btn2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta2 .cta-btn2:hover {
  background: #144566;
  border: 2px solid #2682bf;
}




.cta3l {
	background:url("../img/band-li.jpg") ;
 
  background-size: cover;
  padding: 5px 0px;
  text-align:center;
}

.cta3l h3 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
   margin-top:6px;
 
 
  
  }
  
  .cta3l h3 a{
  color: #fff;
 }
 
   .cta3l h3 a:hover{
  border-bottom:#FFF thin solid;
 }









.cta3 {
  background: /*linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),*/ url("../img/cta-bg3.jpg") ;
  background-size: cover;
  padding: 20px 0px;
  text-align:center;
}

.cta3 h3 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
   margin-top:6px;
 
 
  
  }
  
  .cta3 h3 a{
  color: #fff;
 }
 
   .cta3 h3 a:hover{
  border-bottom:#FFF thin solid;
 }

.cta3 p {
  color: #fff;
}

.cta3 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #fff;
  color: #fff;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn:hover {
  background: #144566;
  border: 2px solid #2682bf;
}


.cta3 .cta-btn1 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #077caa;
  color: #fff;
  background-color:#00a3e4;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn1:hover {
  background: #077caa;
  border: 2px solid #00a3e4;
}




.cta3 .cta-btn1a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #07932b;
  color: #fff;
  background-color:#007c20;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn1a:hover {
  background: #07932b;
  border: 2px solid #007c20;
}







.cta3 .cta-btn2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #5f2f8a;
  color: #fff;
  background-color:#74479c;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn2:hover {
  background: #5f2f8a;
  border: 2px solid #74479c;
}





.cta3 .cta-btn3 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #ce2551;
  color: #fff;
  background-color:#e93765;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn3:hover {
  background: #ce2551;
  border: 2px solid #e93765;
}




.cta3 .cta-btn4 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
 border: 2px solid #2f3085;
  color: #fff;
  background-color:#444599;

  text-align:center;
  width: 80% !important;

}

.cta3 .cta-btn4:hover {
  background: #2f3085;
  border: 2px solid #444599;
}















@media (max-width: 320px)
{
	
	.cta3 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
 border: 2px solid #fff;
  color: #fff;
  margin-top:3px;
  

}
  
}
@media (max-width: 500px)
{
	.cta3 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
 border: 2px solid #fff;
  color: #fff;
  margin-top:3px;
  

}
}
























/* Sposnosr*/
/*.partners{ width:100%; height:180px; display:block;}


.partners h2{font-size:26px; color:#1E2D43; margin-bottom:30px; text-transform:uppercase;}

.partners .partnerbox{box-shadow:0px 0px 5px #000000; background:#ffffff; overflow:hidden; border-radius:10px; display:block; /*margin: 0 20px 20px 20px;*/ /*margin: 0px 0px 20px 80px; width:189px; height:135px;}
.partners .partnerbox span{background:#1e4567; text-align:center; font-size:14px; height:32px; line-height:32px; display:block; color:#ffffff; font-weight:bold;}
.partners .partnerbox p{margin:0px; text-align:center;padding: 10px 6px;}
.partners h2{font-size:26px; color:#1E2D43; margin-bottom:30px;}*/*/



.partners{ width:100%; height:180px; display:block;}


.partners h2{font-size:26px; color:#1E2D43; margin-bottom:30px; text-transform:uppercase;}

.partners .partnerbox{box-shadow:0px 0px 5px #000000; background:#ffffff; overflow:hidden; border-radius:10px; display:block; /*margin: 0 20px 20px 20px;*/ margin: 0px 2px 20px 2px; width:95%; height:135px;}
.partners .partnerbox span{background:#1e4567; text-align:center; font-size:14px; height:32px; line-height:32px; display:block; color:#ffffff; font-weight:bold;}
.partners .partnerbox p{margin:0px; text-align:center;padding: 10px 6px;}
.partners h2{font-size:26px; color:#1E2D43; margin-bottom:30px;}









/*.partnerbox, .partnerbox2, .partnerbox3, .partnerbox4  {
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease-in;
  }*/
  
  .partners .partnerbox2{box-shadow:0px 0px 5px #000000; background:#ffffff; overflow:hidden; border-radius:10px; display:block; /*margin: 0 20px 20px 20px;*/ margin: 0 0px 20px 80px; width:189px; height:135px;}
.partners .partnerbox2 span{background:#1e4567; text-align:center; font-size:14px; height:32px; line-height:32px; display:block; color:#ffffff; font-weight:bold;}
.partners .partnerbox2 p{margin:0px; text-align:center;padding: 10px 6px;}

  .partners .partnerbox3{box-shadow:0px 0px 5px #000000; background:#ffffff; overflow:hidden; border-radius:10px; display:block; /*margin: 0 20px 20px 20px;*/ margin: 0 0px 20px 80px; width:189px; height:135px;}
.partners .partnerbox3 span{background:#1e4567; text-align:center; font-size:14px; height:32px; line-height:32px; display:block; color:#ffffff; font-weight:bold;}
.partners .partnerbox3 p{margin:0px; text-align:center;padding: 10px 6px;}


  .partners .partnerbox4{box-shadow:0px 0px 5px #000000; background:#ffffff; overflow:hidden; border-radius:10px; display:block; /*margin: 0 20px 20px 20px;*/ margin: 0 0px 20px 80px; width:189px; height:135px;}
.partners .partnerbox4 span{background:#1e4567; text-align:center; font-size:14px; height:32px; line-height:32px; display:block; color:#ffffff; font-weight:bold;}
.partners .partnerbox4 p{margin:0px; text-align:center;padding: 10px 6px;}



/*--Sponsor*--*/

.partnerboxAP1, .partnerboxAP2, .partnerboxAP3, .partnerboxAP4, .partnerboxAP5, .partnerboxAP6 {
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease-in;

}



.partnerboxMP1, .partnerboxMP2, .partnerboxMP3, .partnerboxMP4, .partnerboxMP5, .partnerboxMP6 {
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease-in;

}

.assoc{
			width:90%;
			height:auto;
		
			
		}



.partnersA{ width:160; height:100px; margin-top:30px; float:left;}



.partnersA .partnerboxAP1{ background:#ffffff; overflow:hidden;  display:block; }





.partnersA .partnerboxAP2{ background:#ffffff; overflow:hidden;  display:block; }




.partnersA .partnerboxAP3{ background:#ffffff; overflow:hidden;  display:block; }




.partnersA .partnerboxAP4{ background:#ffffff; overflow:hidden;  display:block; }




.partnersA .partnerboxAP5{ background:#ffffff; overflow:hidden;  display:block; }



.partnersA .partnerboxAP6{ background:#ffffff; overflow:hidden;  display:block; }






.partnersM{ width:200; height:100px; margin-top:30px; float:left;}


.partnersM .partnerboxMP1{ background:#ffffff; overflow:hidden;  display:block; }





.partnersM .partnerboxMP2{ background:#ffffff; overflow:hidden;  display:block; }




.partnersM .partnerboxMP3{ background:#ffffff; overflow:hidden;  display:block; }




.partnersM .partnerboxMP4{ background:#ffffff; overflow:hidden;  display:block; }




.partnersM .partnerboxMP5{ background:#ffffff; overflow:hidden;  display:block; }



.partnersM .partnerboxMP6{ background:#ffffff; overflow:hidden;  display:block; }




/*------------------Speakers----------------*/

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 @media screen and (max-width: 540px) {
	 
	*, ::after, ::before {
     box-sizing: border-box;
}


 
	 


	 
	 .carousel-inner{
		 		height:165px;
				overflow:hidden;
				
	 				}
					
						 .carousel-inner:hover{
		 		height:300px;
				overflow:visible;
				
	 				}
  .carousel-item{
	 width: 165px;
	
	margin-bottom:150px;
	  	
  					}
					
	  .carousel-item:hover{
	 width: 165px;
	height:250px;
	overflow:hidden
	
	  	
  					}
					
					
 
  /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
         display: block;
		 
		 
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -90%;
        z-index: -1;
        display: block;
        visibility: visible;
		
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
  
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
         display: inline-block;
        visibility: visible;
    }
 
  .block p{
   text-align:center;
   font-size:12px;
   font-weight:600;
   margin-top:10px;
   color:#0780be;
   text-decoration:none;
  
  
  
   
   
   }
   
   .block {
	width: 165px;
	height: 150px;
	border:#e4e5e9 thin solid;
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
  
}

.block:hover {
	width: 165px;
	min-height:150px;
	height:auto;
	margin-bottom:10px;
	
		}

 
 }



.carousel-item {
   
    margin-right: auto !important;
}

/*-----------SPK2-----------------------*/
 .carousel-item img{
  /* border:#e7e7e7 5px solid;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px; 
   -khtml-border-radius: 15px; 
   filter: gray; 
   -webkit-filter: grayscale(1);
   filter: grayscale(1); */
   
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
   
   
   
   }
   .carousel-item img:hover{
	 -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none; /* IE 6-9 */  
	   
	   
   -webkit-filter: grayscale(0);
   filter: none;
   }
   .block p{
   text-align:center;
   font-size:12px;
   font-weight:600;
   margin-top:10px;
   color:#0780be;
   text-decoration:none;
  
  
  
   
   
   }
    .block{
	   text-align:center;
	   padding:5px 5px;
   
	
	}
   
   .block {
	width: 165px;
	height: 150px;
	border:#e4e5e9 thin solid;
	
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
}

.block:hover {
	width: 165px !important;
	min-height:165px;
	height:auto;
	margin-bottom:10px;
margin-right:5px;
	border:#e4e5e9 thin solid;
	transition-property: height;
  transition-duration: 2s;
  overflow:visible;
  cursor:pointer;
	
		}


  
	
 .block  a{
	 			text-decoration:none;
				outline:none;
 			}
	
.sh{
	color:#444444;
	font-size:12px;

	}
	
[data-tooltip] {
  position: relative;
  
}

[data-tooltip]:before,
[data-tooltip]:after {
  display: none;
  position: absolute;
  z-index:9999999;
  top: 0;
}

[data-tooltip]:before {
  border-bottom: .6em solid #09f;
  border-bottom: .6em solid rgba(0,153,255,0.8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
    right: 4px;
  margin-top:-43px;
   transform:translate(50%,-50%) rotate(-90deg);
}

[data-tooltip]:after {
  background-color: #0099ff;
  background-color: rgba(0,153,255,0.8);
 
  color: #ffffff;
  font-size:12px;
  
  
  content: attr(data-tooltip-label) "" attr(data-tooltip-message);
  right: -200px;
  margin-top:-50px;
  padding: 2px;
  z-index:9999999;
  width: 200px;
  position: absolute !important;

}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  display: block;
  z-index:9999999;
  position: absolute;
}


/*----------spk2------------*/
/*--speakers---*/
	.speakers li{
			padding:0px 3px 5px 3px;
			text-align:left;
			width:258px;
			height:350px;
			margin:6px;
			list-style-type:none;
			display:inline-block;
			float:left !important;
			

			}
			
			.speakers .boxi{
			padding:0px 3px 5px 3px;
			text-align:left;
			width:200px;
			height:150px;
			margin:6px;
			list-style-type:none;
			display:inline-block;
			float:left !important;
			text-align:center;
			
			border:#e4e5e9 thin solid;
	font-family:Verdana, Geneva, sans-serif;
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
			

			}
			
.speakers .boxi:hover{
			height:auto;
	margin-bottom:10px;
			
}
		
.speakers img{
	
	  width: 165px !important;
	height: auto;
							-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
						}	
						
						
.speakers img:hover{
						 -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none; /* IE 6-9 */  
	   
	   
   -webkit-filter: grayscale(0);
   filter: none;
						}				
		
		
		.speakers .boxic{
			padding:3px 3px 5px 3px;
			text-align:left;
			width:200px;
			height:225px;
			margin:6px;
			list-style-type:none;
			display:block;
			float:left !important;
			text-align:center;
		
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
  margin-top:10px;

			

			

			}
			

	.speakers .boxic:hover{
	height:auto;	
	background-color:#FFF;
	border:#e4e5e9 thin solid;	
		}
		
	.speakersAC	li{
		
					list-style-type:none;
			display:block;
			float:left !important;
			text-align:center;
					
					}
		
		
					
	.speakers .st{
		color:#0780be;
		font-size:12px;
		font-weight:bold;
			line-height: normal;
			
		
	}
.speakers .sp-text{
			text-align:center;
			font-size:12px;
			color:#9a9a9a;
			line-height: normal;
		
}	
.block img {
  	width: auto\9;
  	height: auto;
  	max-width: 100% !important;
  	vertical-align: middle;
  	border: 0;
  	-ms-interpolation-mode: bicubic;
}

/*----------Quick Links-----*/
#exampleSlider {
  position: relative;
 width:90% !important;

}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  

}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
width:246px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  background: #fff;
  border: 1px solid #e4e5e9;
  padding: 30px;
  margin:5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  
  
}

 .sm{
  font-size:16px !important;
  color:#254568;
  font-weight:bold;

}

.fas{
		 font-size:45px !important;
		 font-family: 'FontAwesome'!important;
		 font-style:normal !important;
  color:#254568;	
		}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}


/*---------------quk-------------*/

.smt{
		
		
		
			}
			
.spks li{
			float:left !important;
							display:inline !important;
							
	}
	
.spka .panel-thumbnail{
							float:left !important;
							display:inline !important;
						}
						
						
		.blockc{				
    width: 180px !important;
	height:300px !important;
	padding:2px;
	margin:2px;
	height: auto;
	border:#e4e5e9 thin solid;
	background-color:#f8f9fa;
						
						
		}
.blockc img{
	
	  width: 165px !important;
	height: auto;
							-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
						}	
						
						
.blockc img:hover{
						 -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none; /* IE 6-9 */  
	   
	   
   -webkit-filter: grayscale(0);
   filter: none;
						}						
						
						
.clear{
			
			clear:both !important;
				
		}
		
		
  .blockc p{
	   
   text-align:center;
   font-size:12px;
   font-weight:600;
   margin-top:10px;
   color:#0780be;
   text-decoration:none;
  
  
  
   
   
   }
   
   



   .blockc{
	   text-align:center;
	   padding:5px 5px;
  
	
	}
	
 .blockc  a{
	 			text-decoration:none;
				outline:none;
 			}
.add{
			text-align:center;
			padding:10px;
			border:#e4e5e9 thin solid;
		}

#main{
				width:100%;
				height:140px !important;
		}
		
    .bs-example{
        margin: 0px;
    }
    .accordion .fa{
        margin-right: 0.5rem;
		font-size:14px;
    }
	.mb-0{
			cursor:pointer;
	}
	
.ma{
	border-radius: 5px;
  border: 2px solid #ffffff;
	}

#heighta{
			width:100%;
			height:100px;
			background-color:#264861;
		}
		
 @media screen and (max-width: 540px) {
	 
 	#heighta{
			width:100%;
			height:40px;
			background-color:#264861;
		}
	.block::before{
	 box-sizing: inherit !important;
}

.block::after {
	 box-sizing: inherit !important;
}
	
	}
	
.dc:hover{
				background-color:#f4f4f4;
				
			}
			
			
			
			
			
			
	/*------sp3------*/		
	
	
.exampleSlider2 {
  position: relative;
  border: none;
}

.exampleSlider2 .MS-content .block{
	word-wrap: break-word; !important;

	
}
@media (max-width: 767px) {
  .exampleSlider2 {
    border-color: transparent;
  }
}
.exampleSlider2 .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}



@media (max-width: 767px) {
  .exampleSlider2 .MS-content {
    margin: 0;
  }
}
.exampleSlider2 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: none;
width:166px;
}
@media (max-width: 1200px) {
  .exampleSlider2 .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .exampleSlider2 .MS-content .item {
    width: 50%;
  }
}
.exampleSlider2 .MS-content .item p {
  
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
.exampleSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  .exampleSlider2 .MS-controls button {
    display: none;
  }
}
.exampleSlider2 .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-controls .MS-left {
    left: -2px;
  }
}
.exampleSlider2 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-controls .MS-right {
    right: -2px;
  }
}



.exampleSlider2 .MS-content .block p{
   text-align:center;
   font-size:12px;
   font-weight:600;
   margin-top:10px;
   color:#0780be;
   text-decoration:none;
 
  white-space: normal !important;
  
  
   
   
   }
   
  .exampleSlider2 .MS-content .block{
	width:166px;
	height: 160px;
	border:#e4e5e9 thin solid;
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
white-space: normal !important;

 -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */


}

.exampleSlider2 .MS-content .block:hover{
width:166px;
border:#e4e5e9 thin solid;
	min-height:160px;
	height:auto;
	margin-bottom:10px;
	white-space: normal !important;
	
	 -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none; /* IE 6-9 */  
	   
	   
   -webkit-filter: grayscale(0);
   filter: none;
	
		}













		
	/*------sp3------*/		
	
	
.exampleSlider2A {
  position: relative;
  border: none;
}

.exampleSlider2A .MS-content .block{
	word-wrap: break-word; !important;

	
}
@media (max-width: 767px) {
  .exampleSlider2A {
    border-color: transparent;
  }
}
.exampleSlider2A .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}



@media (max-width: 767px) {
  .exampleSlider2A .MS-content {
    margin: 0;
  }
}
.exampleSlider2A .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: none;
width:166px;
}
@media (max-width: 1200px) {
  .exampleSlider2A .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .exampleSlider2A .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .exampleSlider2A .MS-content .item {
    width: 50%;
  }
}
.exampleSlider2A .MS-content .item p {
  
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
.exampleSlider2A .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  .exampleSlider2A .MS-controls button {
    display: none;
  }
}
.exampleSlider2A .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2A .MS-controls .MS-left {
    left: -2px;
  }
}
.exampleSlider2A .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2A .MS-controls .MS-right {
    right: -2px;
  }
}



.exampleSlider2A .MS-content .block p{
   text-align:center;
   font-size:12px;
   font-weight:600;
   margin-top:10px;
   color:#0780be;
   text-decoration:none;
 
  white-space: normal !important;
  
  
   
   
   }
   
  .exampleSlider2A .MS-content .block{
	width:166px;
	height: 160px;
	border:#e4e5e9 thin solid;
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
white-space: normal !important;

 /*-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray;*/ /* IE 6-9 */


}

.exampleSlider2A .MS-content .block:hover{
width:166px;
border:#e4e5e9 thin solid;
	min-height:160px;
	height:auto;
	margin-bottom:10px;
	white-space: normal !important;
	
	 /*-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none;*/ /* IE 6-9 */  
	   
	   
  /* -webkit-filter: grayscale(0);
   filter: none;*/
	
		}





#atg th, td {
   
    vertical-align: middle !important;
}

.-slow {
  background: #fffff;

  height:180px;

  overflow: hidden;
  padding:5px;
  white-space: nowrap;
}
.-slow div {

  display: inline-block;
  -webkit-animation: slide-linear 800s linear infinite;
          animation: slide-linear 800s linear infinite;
}


@-webkit-keyframes slide-linear {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-linear {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}



.EC1 {
background:url(../img/EC-1A.jpg)fixed center center;

/*  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/EC-1A.jpg") 
*/
  background-size: cover;
  padding: 40px 0;
  line-height:180%;
  color:#FFF;
  font-weight:normal;

}



.EC2 {
  background:#f1f1f1;

  padding: 40px 0;
  line-height:180%;
  color:#000000;
  font-weight:normal;
}



.EC1 h3{
				font-size:20px;
				text-transform:uppercase;
		}
		
.EC1 h2{
			font-size:35px;	
			text-transform:uppercase;
		}
		
.EC2 h2{
			font-size:35px;	
			text-transform:uppercase;
		}
		
.EC1 .EC1-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.EC1 .EC1-btn:hover {
  background: #144566;
  border: 2px solid #2682bf;
}



.EC3 {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/info-banner.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0;
  line-height:180%;
  color:#FFF;
  font-weight:normal;
  font-size:18px;
  font-style:italic;
}
.EC3 .EC3-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.EC3 .EC3-btn:hover {
  background: #36a49b;
  border: 2px solid #1493a6;
}


  #stage2 {
    
   width:250px;
   height:78px;
  }
  

  #stage2 a {
    position: absolute;
  }
  #stage2 a img {
     background: #fff;
	 margin-left:0px;

  }

 #stage2 a:nth-of-type(1) {
  
    z-index: 20;
  }
  #stage2 a:nth-of-type(2) {
    z-index: 10;
  }
  #stage2 a:nth-of-type(n+3) {
    display: none;
  }






 #stage {
   
  }

  #stage a {
    position: absolute;
  }
  #stage a img {
  
    background: #fff;
	margin-left:20px;
  }

  #stage a:nth-of-type(1) {
  
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  
  }








.exampleSlider2AA { position: relative; border: none; } .exampleSlider2AA .MS-content .block{ word-wrap: break-word; !important; } @media (max-width: 767px) { .exampleSlider2AA { border-color: transparent; } } .exampleSlider2AA .MS-content { /*margin: 15px 5%*/; overflow: hidden; white-space: nowrap; border: none; } @media (max-width: 767px) { .exampleSlider2AA .MS-content { margin: 0; } } .exampleSlider2AA .MS-content .item { display: inline-block; height: 100%; overflow: hidden; position: relative; vertical-align: top; border: none; width:180px; margin:1px; } @media (max-width: 1200px) { .exampleSlider2AA .MS-content .item { width: 60%; } } @media (max-width: 992px) { .exampleSlider2AA .MS-content .item { width: 33.3333%; } } @media (max-width: 767px) { .exampleSlider2AA .MS-content .item { width: 50%; } } .exampleSlider2AA .MS-content .item p { text-align: center; line-height: 1; vertical-align: middle; margin: 0; padding: 10px 0; }


 .exampleSlider2AA .MS-controls button { position: absolute; border: none; background: transparent; font-size: 25px; outline: 0; top: 55px; color:#3363ac; } /*@media (max-width: 767px) { .exampleSlider2AA .MS-controls button { display: none; } } */



.exampleSlider2AA .MS-controls .MS-left { left: -20px; } @media (max-width: 992px) { .exampleSlider2AA .MS-controls .MS-left { left: -2px; } } .exampleSlider2AA .MS-controls .MS-right { right: -10px; } @media (max-width: 992px) { .exampleSlider2AA .MS-controls .MS-right { right: -2px; } } .exampleSlider2AA .MS-content .block p{ text-align:center; font-size:12px; font-weight:600; margin-top:10px; color:#0780be; text-decoration:none; white-space: normal !important; } .exampleSlider2AA .MS-content .block{ width:166px; height: 160px; border:#e4e5e9 thin solid; transition-property: height; transition-duration: 2s; overflow:hidden; cursor:pointer; white-space: normal !important; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; /* IE 6-9 */ } 


.exampleSlider2AA .MS-content .block:hover{ width:166px; border:#e4e5e9 thin solid; min-height:160px; height:auto; margin-bottom:10px; white-space: normal !important; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); filter: none; /* IE 6-9 */ -webkit-filter: grayscale(0); filter: none; }




 /*------sp3------*/
 
 /*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#supporters {
  padding: 10px 0 ;
}

#supporters .supporters-wrap {
	 margin-bottom: 30px;
/*  margin-left:5px;
  margin-right:5px;*/
}

#supporters .supporter-logo {
  padding:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #e0e5fa;
  /*border-bottom: 1px solid #e0e5fa;*/
  overflow: hidden;
  /*background: rgba(255, 255, 255, 0.5);*/
  background:#FFF;
  height: 120px;
  padding-top:20px !important;
 
    margin:5px;
	
	transition: box-shadow .3s;
	border: 1px solid #ccc;
	
	
  
}

/*
#supporters .supporter-logo:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}*/







#supporters .supporter-logo:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor:pointer;
}











/*#supporters .supporter-logo:hover img {
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}*/
 
 
 .section-with-bg {
  background-color: #f6f7fd;
}
 
 
.supporter-logo .sh{
	color:#444444; /*3363ac*/
	text-align:center;
	font-size:12px;
	font-weight:600;
	position:absolute;
	display:block;
	top:5%;
}
 
  /*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 12.50%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth, .col_sixth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;

	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 100%; margin: 30px auto; position: relative;}
.counter { background-color: #ffffff; padding: 20px 0px; border-radius: 5px; border:#999 thin solid; margin:2px; width:100%;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; margin-left: auto; margin-right:auto; display: block;  text-align: center; color:#436ab2; }
.count-title1 { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; margin-left: auto; margin-right:auto; display: block;  text-align: center; color:#436ab2; }
.count-text { font-size: 20px; font-weight: bold;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#444444; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #598da4; }

.count-title::after {
  content: " +";
  display: inline-block;
  margin-left:5px;
}


.count-title1::after {
  content: " +";
  display: inline-block;
  margin-left:5px;
}


#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
 
 
 
 
 
 
 
 
 
 
 
 /*--speakers---*/
	.speakers2 li{
			padding:0px 3px 5px 3px;
			text-align:left;
			width:258px;
			height:350px;
			margin:6px;
			list-style-type:none;
			display:inline-block;
			float:left !important;
			

			}
			
			.speakers2 .boxi{
			padding:0px 3px 5px 3px;
			text-align:left;
			width:200px;
			height:200px;
			margin:6px;
			list-style-type:none;
			display:inline-block;
			float:left !important;
			text-align:center;
			
			border:#e4e5e9 thin solid;
	font-family:Verdana, Geneva, sans-serif;
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
			

			}
			
.speakers2 .boxi:hover{
			height:auto;
	margin-bottom:10px;
			
}
		
.speakers2 img{
	
	  width: 165px !important;
	height: 165px !important;
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
						}	
						
						
.speakers2 img:hover{
 -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   filter: grayscale(0%);
   filter: none; /* IE 6-9 */  
	   
	   
   -webkit-filter: grayscale(0);
   filter: none;
						}				
		
		
		.speakers2 .boxic{
			padding:3px 3px 5px 3px;
			text-align:left;
			width:200px;
			height:225px;
			margin:6px;
			list-style-type:none;
			display:block;
			float:left !important;
			text-align:center;
		
	transition-property: height;
  transition-duration: 2s;
  overflow:hidden;
  cursor:pointer;
  margin-top:10px;

			

			

			}
			

	.speakers2 .boxic:hover{
	height:auto;	
	background-color:#FFF;
	border:#e4e5e9 thin solid;	
		}
		
		
.speakers2 .st{
		color:#0780be;
		font-size:12px;
		font-weight:bold;
			line-height: normal;
			
		
	}
.speakers2 .sp-text{
			text-align:center;
			font-size:12px;
			color:#9a9a9a;
			line-height: normal;