/*
=====================
   table of content 
====================
1.   Typography
2.   Global Styles
3.   header nav
4.   hero area
5    intro area
6.   ts speakers area
7.   experiyence area
8.   schedule area 
9.   pricing area 
10.  blog area 
11.  sponsros area 
12.  map direction area 
13.  newsletter area 
14.  footer area 
15.  funfact area 
16.  contact area 
17.  blog details area 
18.  about area 
19.  faq area 
20.  404  
*/
/*
	Template Name: Exhibit -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: 'GT Pressura';
  src: url("../fonts/GT Pressura/gt-pressura-regular-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-regular-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GT Pressura-light-italic';
  src: url("../fonts/GT Pressura/gt-pressura-light-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-light-italic-web-webfont.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-regular-italic';
  src: url("../fonts/GT Pressura/gt-pressura-regular-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-regular-italic-web-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-bold-italic';
  src: url("../fonts/GT Pressura/gt-pressura-bold-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-bold-italic-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-bold';
  src: url("../fonts/GT Pressura/gt-pressura-bold-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-bold-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Typography
================================================== */
body,
p {
  font-family: 'Roboto';
  line-height: 26px;
  font-size: 16px;
  color: #888888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GT Pressura-bold';
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #6b6b6b;
}

a:hover {
  text-decoration: none;
}

a.read-more {
  color: #4CB179;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #FFFFFF;
  color: #6b6b6b;
}

section,
.section-padding {
  padding: 95px 0 70px;
  position: relative;
}

.section-bg {
  background: #f9fafc;
}

.slick-dots li button:before {
  font-size: 9px;
}

.slick-dots li.slick-active button:before {
  color: #4CB179;
  font-size: 12px;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  font-size: 22px;
  color: #FFFFFF;
  background: #64475F;
  height: 65px;
  padding: 0 65px;
  line-height: 65px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #FFFFFF;
}

.section-title,
.column-title {
  font-size: 40px;
  line-height: 35.5px;
  font-weight: 800;
  color: #4CB179;
  position: relative;
  margin-bottom: 65px;
  text-align: center;
}

.section-title span,
.column-title span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-title.white,
.column-title.white {
  color: #FFFFFF;
}

.section-title.white:after,
.column-title.white:after {
  background-image: url(../images/shap/title-white.png);
}

.section-title.white span,
.column-title.white span {
  color: #FFFFFF;
}

.column-title {
  margin-bottom: 35px;
  line-height: 42px;
  text-align: left;
}

.column-title span {
  margin-top: 0;
}

.column-title:after {
  right: auto;
}

.ts-title {
  font-size: 24px;
}

.text-title {
  font-size: 36px;
  font-family: 'GT Pressura';
  line-height: 40px;
  text-align: center;
  margin-bottom: 70px;
}

.text-title strong {
  font-family: 'GT Pressura-bold';
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

/*  */
/*==========================
      header area
===========================*/
.header .navbar {
  padding: 0;
}

.header .navbar-toggler {
  padding: 8px 12px;
}

.header .navbar-toggler .navbar-toggler-icon i {
  color: #4CB179;
  font-weight: 700;
  font-size: 32px;
}

.header .navbar-brand {
  padding-right: 20px;
}

.header ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header ul.navbar-nav > li > a {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  font-family: 'GT Pressura';
  padding: 22px 48px;
  display: block;
}

.header ul.navbar-nav > li:hover {
  background-color: #4CB179;
}

.header ul.navbar-nav > li:hover a {
  font-family: 'GT Pressura-bold';
  color: #FFFFFF;
  font-size: 18px;
}

.header ul.navbar-nav > li.header-ticket {
  margin-top: 15px;
}

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.header ul.navbar-nav li .dropdown-menu li a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  display: block;
  color: #222;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: #4CB179;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
}

.header.sticky .navbar {
  padding: 0;
}

.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header.sticky.header-classic {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}

.dropdown-menu.show {
  display: none;
}

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
}

form #back1, form #next1 {
  color: #FFFFFF;
}

form #back1 {
  text-align: left;
}

form #next1 {
  text-align: right;
}

form .form-control {
  background-color: #CBD7ED;
  border: 2px solid #4CB179;
}

/*==========================
      hero area
===========================*/
.modal .btn {
  padding: 0 18px !important;
  min-width: 65px;
  font-size: 17px;
}

.hero-area {
  padding: 0;
  background-color: #dbdbdb;
}

.hero-area .banner-item {
  margin: 0px 0px;
  max-height: 520px;
  background-position: center -10%;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
}

.hero-area .banner-item .banner-content-wrap {
  padding: 295px 0 50px;
}

.hero-area .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 53px;
}

.hero-area .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 53px;
}

.hero-area .sub-sect {
  z-index: 10;
  top: -45px;
  position: relative;
  padding-top: 20px;
}

.hero-area .sub-sect .bloq {
  background-color: #FFFFFF;
  padding: 40px 36px;
  margin-bottom: 0px;
  min-height: 229px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-area .sub-sect .bloq h2 {
  font-size: 30px;
  color: #4CB179;
  line-height: 27px;
}

.hero-area .sub-sect .bloq p {
  line-height: 19px;
  margin-bottom: 0px;
}

.hero-area .sub-sect .bloq:hover {
  background-color: #4CB179;
}

.hero-area .sub-sect .bloq:hover p {
  color: #EAEAEA;
}

.hero-area .sub-sect .bloq:hover h2 {
  color: #EAEAEA;
}

.hero-area.hero-two {
  border-bottom: none;
}

.hero-area.hero-two .banner-item {
  background-position: 60%;
  margin: 0px 0px;
  min-height: 526px;
  background-size: cover;
  background-attachment: scroll;
  color: #FFFFFF;
}

.hero-area.hero-two .banner-item .banner-content-wrap {
  padding: 0 0 60px;
}

.hero-area.hero-two .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 60px;
}

.hero-area.hero-two .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 53px;
}

.hero-area.hero-two .banner-item .banner-content-wrap p {
  color: #FFFFFF;
}

.hero-area.hero-two .banner-item.two {
  background-position-y: 100%;
}

.banner-img img {
  max-width: 100%;
}

/*==========================
      intro area
===========================*/
.intro-line {
  background-repeat: no-repeat;
  background-position: center;
}

.ts-intro.event-intro .single-intro-text {
  padding: 35px 82px 40px 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-intro.event-intro .single-intro-text img {
  margin-bottom: 10px;
}

/*==========================
     ts speaker
===========================*/
.ts-speakers {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background-color: #dbdbdb;
}

.ts-speakers .section-title {
  color: #6b6b6b;
  text-align: left;
  line-height: 46px;
}

.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.ts-speaker .speaker-img {
  width: 255px;
  height: 255px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: auto auto 20px;
}

.ts-speaker .speaker-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-speaker .speaker-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(59, 29, 130, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}

.ts-speaker .view-speaker {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 12px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}

.ts-speaker .ts-title {
  margin-bottom: 5px;
}

.ts-speaker .ts-title a {
  color: #222222;
}

.ts-speaker:hover .speaker-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ts-speaker:hover .speaker-img:before {
  opacity: 1;
}

.ts-speaker:hover .view-speaker {
  top: 50%;
  opacity: 1;
}

.ts-speaker:hover .ts-title a {
  color: #4CB179;
}

/*============================
 ts schedule 
 ===========================*/
/* ts-schedule-white */
.ts-schedule-white * {
  color: #fff;
}

.ts-schedule-white * .schedule-listing:hover .schedule-slot-title {
  color: #4CB179;
}

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 35px 40px 35px 170px;
  border: 1px dashed #171298;
  border-left: none;
  width: 100%;
}

.schedule-listing .schedule-slot-info .schedule-slot-speakers {
  position: absolute;
  left: 40px;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  font-size: 14px;
  color: #efefef;
  margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}

.schedule-listing:hover .schedule-slot-title {
  color: #daefd9;
}

.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}

.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ts-schedule-nav {
  text-align: left;
  padding-bottom: 0px;
}

.ts-schedule-nav .section-title {
  text-align: left;
}

.ts-schedule-nav .col-one .content-0 {
  border-right: 1px solid #6b6b6b;
}

.ts-schedule-nav .col-one .content-0 .content-1 {
  min-height: auto;
  border-right: none !important;
}

.ts-schedule-nav .col-one .content-1 {
  padding-left: 16px;
  font-size: 24px;
  border-right: 1px solid #6b6b6b;
  min-height: 200px;
}

.ts-schedule-nav .col-one .content-1 small {
  font-style: italic;
  font-size: 18px;
}

.ts-schedule-nav .col-one .content-1 ul {
  border: none;
  font-family: 'GT Pressura';
}

.ts-schedule-nav .col-one .content-1 ul li {
  padding: 10px 0;
}

.ts-schedule-nav .col-one .content-1 ul li::marker {
  font-family: 'GT Pressura';
  content: '- ';
  margin: 0 3px;
  color: #6b6b6b;
}

.ts-schedule-nav .col-one .content-1.two {
  border-right: none !important;
}

.ts-schedule-nav .col-two .content-2 {
  max-width: 500px;
  line-height: 18px;
}

.ts-schedule-nav .col-two .content-2 img {
  margin-bottom: 20px;
}

.ts-schedule-nav .col-two .content-2 .gray {
  color: #cccdce;
}

.ts-schedule-nav .col-two .content-2 .middle {
  border-left: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
}

.ts-schedule-nav .col-two .content-2 a {
  margin-left: 15px;
  margin-bottom: 60px;
}

.nav-prog {
  padding: 0;
}

.nav-prog .nav-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-prog .nav-bottom ul li {
  padding: 3px 16px;
  border-right: 1px solid #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-prog .nav-bottom ul li.border {
  border-right: none !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.nav-prog .nav-bottom ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 23px;
}

.nav-prog .nav-bottom ul li a:hover .text {
  color: #4CB179;
}

.nav-prog .nav-bottom ul li a.active .text {
  border-bottom: 2px solid #4CB179;
  font-size: 21px;
  font-weight: bold;
  color: #4CB179;
}

/*====================================
      ts-pricing
=====================================*/
.ts-pricing {
  background-color: #daefd9;
}

.ts-pricing .section-title {
  color: #4CB179;
}

/*=================================
   blog
 =================================*/
.ts-blog {
  padding-bottom: 70px;
}

.ts-blog .post .post-body {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.ts-blog .post .post-body .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
}

.ts-blog .post:hover .post-body {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.post-meta {
  font-size: 13px;
  margin-bottom: 15px;
}

.post-meta .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}

.post-meta .post-meta-date {
  display: inline-block;
  color: #e7015e;
  text-transform: uppercase;
  word-spacing: 5px;
}

.post .post-media.post-image {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}

.post .post-media.post-image img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.post .post-body {
  padding: 150px 20px 25px 30px;
  margin: -130px 0px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #FFFFFF;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.post .post-body .entry-header .entry-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}

.post .post-body .entry-header .entry-title a {
  color: #222222;
}

.post .post-body .entry-header .entry-title a:hover {
  color: #daefd9;
}

.post .post-body .entry-content p {
  line-height: 26px;
  color: #888888;
}

.post:hover .post-body {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.post:hover .post-body .entry-header .entry-title a {
  color: #daefd9;
}

.main-container .post .post-body {
  margin-bottom: 50px;
}

.post-meta {
  font-size: 13px;
  margin-bottom: 15px;
}

.post-meta .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}

.post-meta .post-meta-date {
  display: inline-block;
  color: #e7015e;
  text-transform: uppercase;
}

.post .post-media.post-image {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}

.post .post-media.post-image img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.post .post-body {
  padding: 150px 20px 25px 30px;
  margin: -130px 0px 30px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.post .post-body .entry-header .entry-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}

.post .post-body .entry-header .entry-title a {
  color: #daefd9;
}

.post .post-body .entry-header .entry-title a:hover {
  color: #4CB179;
}

.post .post-body .entry-content p {
  line-height: 26px;
  color: #888888;
}

/*==========================
      sponsors
============================*/
.ts-intro-sponsors {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ts-intro-sponsors .sponsors-logo img {
  margin: 0 38px 50px;
}

/*====================================
         ts newsletter
 ====================================*/
.ts-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #daefd9;
  padding: 55px 0 60px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ts-newsletter:before, .ts-newsletter:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/shap/subscribe_slice_left.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.ts-newsletter:after {
  background: url(../images/shap/subscribe_slice_right.png) no-repeat;
  left: auto;
  right: 0;
  background-size: cover;
}

.ts-newsletter .ts-newsletter-content {
  position: relative;
  z-index: 1;
}

.ts-newsletter .ts-newsletter-content .section-title {
  padding-bottom: 0;
  margin-bottom: 55px;
  color: #FFFFFF;
}

.ts-newsletter .ts-newsletter-content .section-title span {
  color: #FFFFFF;
}

.ts-newsletter .ts-newsletter-content .section-title:after {
  display: none;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form .email-form-group {
  margin-right: 10px;
}

.newsletter-form .email-form-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6f55b0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  color: #FFFFFF;
}

.newsletter-form .email-form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}

.newsletter-form .email-form-group .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}

.newsletter-form .email-form-group .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}

.newsletter-form .email-form-group .form-control::placeholder {
  color: #FFFFFF;
}

/*================================
      ts-footer
 ==================================*/
.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

.ts-footer.ts-footer-item {
  background: #4CB179;
  padding: 0px 0;
  color: #FFFFFF;
}

.ts-footer.ts-footer-item .footer-border {
  padding: 60px 0;
}

.ts-footer.ts-footer-item .footer-border .ts-footer-social {
  margin-bottom: 20px;
}

.ts-footer.ts-footer-item .footer-border .ts-footer-social ul {
  padding: 0;
}

.ts-footer.ts-footer-item .footer-border .ts-footer-social ul li {
  display: inline-block;
  list-style: none;
}

.ts-footer.ts-footer-item .footer-border .ts-footer-social ul li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  padding: 3px 0;
  margin: 0 5px;
}

.ts-footer.ts-footer-item .footer-border .ts-footer-social ul li a:hover {
  background: #4CB179;
  border-color: #4CB179;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.ts-footer.ts-footer-item .footer-border .col3 {
  text-align: right;
}

.ts-footer.ts-footer-item .footer-border .col3 .text-med {
  line-height: 14px;
}

.ts-footer.ts-footer-item .footer-border .col2 .text-med {
  font-weight: bold;
}

.ts-footer.ts-footer-item .footer-border .text-small {
  font-size: 10px;
  line-height: 20px;
}

.ts-footer.ts-footer-item .footer-border .text-med {
  font-size: 12px;
  line-height: 21px;
}

.ts-footer.ts-footer-item .footer-border .text-big {
  font-size: 18.5px;
  font-weight: bold;
  margin-bottom: 5px;
}

/*=================================
      ts-intro-outcome
=================================*/
/* ---- isotope ---- */
.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.ts-gallery {
  padding-bottom: 70px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.ts-grid-item {
  margin: 0 -15px;
  background: transparent;
}

.ts-grid-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.ts-grid-item .grid-item a.ts-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.ts-grid-item .grid-item a.ts-popup img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-grid-item .grid-item a.ts-popup:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-gallery .gallery-wrap {
  margin-top: 40px;
}

.ts-gallery .gallery-2 {
  margin: -40px 0 -60px -100px;
  position: relative;
}

/* Sponsors
================================================== */
.ts-sponsors .sponsor-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.ts-sponsors .sponsor-title {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.ts-sponsors .sponsors-logo {
  margin: 10px 0 22px;
  min-height: 125px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.ts-sponsors .sponsors-logo img {
  max-width: 145.5px;
  width: 100%;
}

.ts-sponsors .sponsors-logo:hover img {
  -webkit-filter: none;
          filter: none;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */