/* =====================================
Template Name: Infographics
Author: Команда iet.kg
Author URI: http://iet.kg
Requires PHP: 7.2-7.4
Description: Наша тема разработана таким образом, чтобы в полной мере воспользоваться гибкостью редактора блоков для инфографики. Пользователи имеют возможность создавать динамические страницы с инфографикой, используя возможности ACF. 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, footer-widgets, full-width-template
Version:	1.0.1

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*{
	padding:0;
	margin:0;
}
html,body {
	margin: 0;
	position: relative;
	min-height: calc(100vh - 90px);
}
html {
	 font-family: 'Roboto', sans-serif;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0;
}
img {
	max-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a, img,input,textarea,button{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
a {
	text-decoration:none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}
.slicknav_menu{
	display:none;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Pagination */
.pagination-main {
	text-align: left;
	margin: 50px 0 0;
}
.pagination {
	display: block;
	padding-left: 0;
	text-align: center;
	display:inline-block;
}
.pagination li {
	float: left;
	margin-right: 10px;
}
.pagination li:last-child{
	margin:0;
}
.pagination li a {
	padding: 10px 25px;
	border: none;
	display: block;
	background: #fff;
	color: #252525;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.pagination li:hover a,
.pagination li.active a {
	color: #fff;
	background:#70c9c1;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #888 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #888 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    color: #888 !important;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#252525;
	line-height:25px;
	position:relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}
p {
	color:#555;
	margin: 0;
}
a,button,input{
	font-weight:500;
}
a{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	outline:none;
	box-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
img,a,input,h1, h2, h3, h4, h5, h6{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.container{
	max-width:1170px;
}
.overlay{
	position:relative
}
.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn {
	font-weight: 500;
	text-align: center;
	color: #fff;
	background:#20232E;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 0px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	border: none;
	box-shadow: none;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #70c9c1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before {
	transform: scaleX(1);
}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
}
/* Primary */
.btn.primary {
	background: #20232E;
	color: #fff;
}
.btn.primary:before{
	transform: scaleX(1);
}
.btn.primary:hover:before{
	transform: scaleX(0);
}
/* White */
.btn.white{
	background:#fff;
	color:#252525;
}
.btn.white:hover{
	color:#fff;
}
/* White Primary */
.btn.white.primary{
	color:#fff;
}
.btn.white.primary:before{
	transform: scaleX(1);
}
.btn.white.primary:hover:before{
	transform: scaleX(0);
}
.btn.white.primary:hover{
	color:#252525;
}

/* Section title */

.section{
	margin-top: 90px;
}
.section p {
	padding-bottom: 20px;
}
.section-title {
	text-align: center;
	margin-bottom: 20px;
}
.section-title .icon {
	position: relative;
	margin-top: 15px;
}
.section-title.text-left{
	padding:0;
}
.section-title .icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	background: #70c9c1;
	color: #fff;
	top: 0;
	position: relative;
	z-index: 4;
}
.section-title .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	height: 2px;
	background: #70c9c1;
	left: 50%;
	margin-left: -50px;
	margin-top: -1px;
}
.section-title h2 {
	font-size: 34px;
	position: relative;
	margin-bottom: 10px;
}
.section-title p {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	line-height: 22px;
}
.section-title h2 span {
	font-weight: 300;
}

/*===============================
	Header CSS
=================================*/
.header {
	background-color: #70c9c1;
}
/* Header top */
.header .header-top {
	position: relative;
}
#widget-area.widget-area{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#widget-area.widget-area .chw-widget {
	max-width: 50% !important;
	margin-right: 20px;
	color: #fff;
}
#widget-area.widget-area .chw-widget a {
	color: #000;
}
#widget-area.widget-area .chw-widget a:hover {
	color: #fff;
}
#widget-area.widget-area .chw-widget .lang-item {
	display: inline;
	padding-right: 10px;
}
#widget-area.widget-area .chw-widget .lang-item.current-lang a {
	color: #fff;
}
/* Header Inner */
.header .header-inner {
	position: relative;
}

/* Logo */
.header .header-inner .logo {
	float: left;
	margin-top: 20px;
}
.header .logo a {
	font-size: 25px;
}

.header .menu-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
	float: right;
	padding-right: 50px;
}
.header .navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 25px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #252525;
	font-size: 14px;
	text-transform: uppercase;
	padding: 30px 0px;
	display: block;
	position: relative;
}
.header .nav li a::before {
	content: "";
	position: absolute;
	height: 2px;
	left: 50%;
	bottom: 17px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	border-radius: 30px;
	right: 50%;
}
.header .nav li:hover a::before,
.header .nav li.current-menu-item a::before {
	opacity: 1;
	visibility: visible;
	left: 25%;
	right: 25%;
}
.header .nav li a::after {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header .nav li:hover a::after,
.header .nav li.current-menu-item a::after {
	opacity: 1;
	visibility: visible;
}
.header .nav li a i {
	margin-right: 5px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.header .nav li.current-menu-item a {
	color: #fff;
}

.header .nav li.current-menu-item a i,
.header .nav li:hover a i{
	opacity:1;
	visibility:visible;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 225px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	-webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	border-top: 2px solid;
	top: 100%;
	padding: 15px 0;
}
.header .nav li:hover .dropdown{
	transform: scaleY(1);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 5px 20px;
	color: #555;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
}
.header .nav li .dropdown li a:before,
.header .nav li .dropdown li a:after{
	display:none;
}
.header .nav li .dropdown li i {
	float: right;
	margin-top: 6px;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	border-top: 2px solid;
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scaleY(1);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
/* Search form */
.header .search-area {
/*	position: absolute;
	right: 0;
	top: 28px;*/
}
.header .search-area .icon {
	width: 28px;
	display: block;
	height: 28px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.header .search-area .icon:hover{
	background: #0c7d73;
	color:#fff;
	border-color:transparent;
}
.header .search-area.active .icon i:before{
	content:"\f00d";
}
.header .search-form {
	width: 300px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 57px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	transform-origin: 0 0 0;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header .search-area.active .search-form{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.header .search-form input {
	width: 100%;
	height: 60px;
	padding: 0 65px 0 15px;
	font-size: 14px;
	border: none;
	border-radius: 0px;
	color: #888;
}
.header .search-form .search-submit {
	position: absolute;
	width: 50px;
	height: 60px;
	background-color: #70c9c1;
	line-height: 60px;
	color: #fff;
	border: none;
	right: 0;
	border-radius: 100%;
	border-radius: 0px;
}
.header .search-form .search-submit:hover{
	opacity:0.8;
}

.error-404 {
	color: #70c9c1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
.error-404 img {
	margin: 20px;
	max-height: 300px;
}
/*===============================
	End Header CSS
=================================*/

/*===============================
	Slider CSS
=================================*/
.home-slider{
	overflow:hidden;
}
.home-slider,
.home-slider .single-slider{
	position: relative;
	background: linear-gradient(360deg, #e0f2f1 70%,#70c9c1);
}
.home-slider .single-slider::before {
	opacity: 0.7;
	z-index: 1;
}
.home-slider .slider-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.home-slider .owl-item.active .slider-image {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}

.home-slider .img_anim {
    position: absolute;
    height: 42%;
    left: 30%;
    bottom: 0px;
    animation: imganim 10s infinite;
}

@keyframes imganim {
  from {
		transform: translateY(10%);
}
	25% {
		transform: translateY(0%);
}
	50% {
	transform: translateY(10%);
}
  to {
    transform: translateY(0%);
  }
}

.home-slider .slider-content {
	display: inline-block;
	border-radius: 3px;
	position: relative;
	margin: 40px 0 0;
}
.home-slider .slider-title {
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	padding: 30px;
	display: inline-block;
}
.home-slider .slider-title span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}
.home-slider .slider-title b {
	font-weight: 400;
}
.home-slider .slider-text {
	font-size: 15px;
	background: #fff;
	color: #555;
	padding: 30px;
	display: inline-block;
}
.home-slider .button {
	margin-top: 20px;
}
.home-slider .button .btn {
	margin-right: 15px;
	position: relative;
	z-index: 2;
}
.home-slider .button .btn:last-child{
	margin:0;
}
/* Slider Animation */
.home-slider .owl-item.active .slider-title{
	animation: fadeInLeft 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text{
	animation: fadeInLeft 1s  both 1.2s;
}
.home-slider .owl-item.active .button{
	animation: fadeInUp 1s  both 1.5s;
}
/*===============================
	End Slider CSS
=================================*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ul li{
	list-style:none;
	padding:0;
	margin:0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*===============================
	Features CSS
=================================*/
.features {
	background-image: url('images/feature-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0 90px;
}
.features .single-feature {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.features .icon-img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	left: 0;
	display: inline-block;
	overflow:hidden;
}
.features .icon-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: 3;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.features .single-feature:hover .icon-img:before {
	opacity: 0.5;
}
.features .icon-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
}
.features .single-feature:hover .icon-img img{
	opacity:1;
	visibility:visible;
	transform:scale(1.2);
}
.features .icon-img i {
	text-align: center;
	font-size: 25px;
	color: #fff;
	z-index: 333;
	position: relative;
}
.features .feature-content .f-title {
	font-size: 18px;
	margin: 15px 0;
	color: #fff;
}
.features .feature-content p {
	line-height: 22px;
	color: #ccc;
}
/*===============================
	End Features CSS
=================================*/


/*===============================
	Events CSS
=================================*/
.events{
	background:#fff;
}
.event-img, .coming-event {
	margin-top: 30px;
}
.coming-event {
	padding-left: 35px;
}
.events .single-event {
	background: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0;
	padding: 30px 20px 30px 40px;
	border-top-style: solid;
  	border-top-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.events .single-event:hover {
  border-top-color: #70c9c1;
	-webkit-box-shadow: 2px 6px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 6x 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 6px 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.events .event-content::after {
	width: 15px;
	height: 15px;
	background: #70c9c1;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -5px;
	opacity: 0;
  visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.events .single-event:hover .event-content::after {
		opacity: 1;
		visibility: visible;
	}

	.events .event-content::before {
		content: "";
		position: absolute;
		height: 2px;
		left: 50%;
		top: 0px;
		color: #000;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
		border-radius: 30px;
		right: 50%;
	}

	.events .single-event:hover .event-content::before  {
		opacity: 1;
		visibility: visible;
		left: 25%;
		right: 25%;
	}

.events .single-event:last-child{
	margin:0;
}
.events .event-date p {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.events .single-event:hover .event-date p{
	font-size:25px;
}
.events .event-date p span {
	display: block;
	font-size: 14px;
	font-weight:500;
}
.events .event-title {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-title a {
	font-weight: 700;
	color: #252525;
}
.events .single-event:hover .event-title a {
	color: #70c9c1;
}
.events .entry-date-time {
	color: #555;
	margin-top: 5px;
	display: block;
}

.events .event-content p {
	padding-bottom: 2em;
}

.single-event .module-img {
	max-width: 30%;
}
/*  */

.single-event .btn:before {
	border: 2px solid #70c9c1;
	background-color: #fff;
}


/* White Primary */
.single-event .btn.white.primary{
	color: #70c9c1;
}

/* Events Archive */
.events.archive{}
.events.archive .single-event {
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.events.archive .event-image{
	position: relative;
	overflow:hidden;
}
.events.archive .event-image img{
	width: 100%;
	height: 100%;
}
.events.archive .single-event:hover .event-image img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.events.archive .event-date {
	top: 5px;
	margin: 0;
	left: 5px;
}
.events.archive .event-content{
	margin-top: 20px;
}
/*===============================
	End Events CSS
=================================*/




/*===============================
	Start blockquote 
=================================*/


.blockquote-termin {
	float: left;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	margin: 3em 0em;
	padding: 16px 24px;
	position: relative;
	font-size: 16px;
	background: #70c9c1;
	color: #fff;
	font-weight: 500;

}
.blockquote-termin p {
	color: #fff;
}
.blockquote-termin::before {
	border: 14px solid transparent;
	border-top: 14px solid #70c9c1;
	border-bottom: 0;
	height: 0;
	width: 0;
	border-top-width: 25px;
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	bottom: -25px;
	transform-origin: center;
	transform: rotate(90deg) skew(-25deg) translateY(17px);
}
.blockquote-termin cite {
	position: absolute;
	bottom: -4em;
	left: 62px;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	color: #000;

}


.blockquote-def {
    position: relative;
    font-size: 16px;
    margin: 5px 5px 100px 5px;
    border: 2px solid #348e80;
    border-radius:20px;
    padding: 25px;
}

.blockquote-def:hover p {
    color: #348e80;
    font-size: 1.1em;
}

.blockquote-def::after {
    content:"";
    position: absolute;
    border: 2px solid #348e80;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
.blockquote-def::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.blockquote-def span {
    font-weight: 500;
}
.blockquote-def cite {
    position: absolute;
    bottom: -80px;
    left: 110px;
    font-size: 13px;
    color: #348e80;
    z-index: 5;
}

/*===============================
	End blockquote
=================================*/



/*===============================
	Call to Action CSS
=================================*/
.cta {
	padding-top: 62px;
	background: #F8F8F8;
}
.cta .cta-inner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.cta .text-content {
	background: transparent;
	z-index: 333;
	position: relative;
	border-radius: 5px;
}
.cta .text-content h2 {
	font-size: 35px;
	margin-bottom: 20px;
	color: #fff;
}
.cta .text-content h2 span {
	font-weight: 500;
	font-style: italic;
	border-bottom: 2px solid;
}
.cta .text-content p{
	color:#eee;
}
.cta .button {
	margin-top: 20px;
}
.cta .button .btn {
	margin-right: 15px;
}
.cta .button .btn:last-child{
	margin:0;
}
.cta .cta-image {
	position: absolute;
	right: 0;
	top: -152px;
}
/*===============================
	End Call to Action CSS
=================================*/

/*===============================
	Latest News CSS
=================================*/
.latest-news{
	background:#fff;
}
.latest-news .news-slider-main{
	padding-left: 5px;
	padding-right: 5px;
}
.latest-news .news-slider{
	margin-top:30px;
}
.latest-news .single-news {
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 10px;
	margin: 10px;
}
.latest-news .news-head img{
	width:100%;
	height:100%;
}
.latest-news .news-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 52%;
	background: rgba(255, 255, 255, 0.95);
	height: 100%;
	padding: 68px 25px;
}
.latest-news .news-title {
	margin-bottom: 10px;
	line-height: 25px;
}
.latest-news .news-title a {
	font-weight: 700;
	color: #252525;
	font-size: 20px;
}
.latest-news .news-meta {
	margin-bottom: 10px;
}
.latest-news .news-meta span{
	margin-right: 10px;
}
.latest-news .news-meta span:last-child{
	margin:0;
}
.latest-news .news-meta span a {
	color: #555;
	font-weight: 400;
	margin-right: 10px;
}
.latest-news .news-meta span a:last-child{
	margin:0;
}
.latest-news .news-meta span a i {
	margin-right: 5px;
}
.latest-news .news-content p {
	color: #555;
	line-height: 24px;
}
.latest-news .news-content .button {
	margin-top: 15px;
}
.latest-news .news-content .button a {
	color: #fff;
	background:#20232E;
	padding: 12px 25px;
}
.latest-news .news-content .button a i {
	margin-left: 10px;
}
/* Slider Meta */
.latest-news .owl-controls {
	margin-top: 30px;
}
.latest-news .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba\(0, 0, 0, 0.10;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
}
.latest-news .owl-controls .owl-nav div:last-child{
	margin:0;
}
.latest-news .owl-controls .owl-nav div:hover{
	border-color:transparent;
	color:#fff;
}
/* News Archive */
.latest-news.archive{
	padding:60px 0 90px;
	background:#f8f8f8;
}
.latest-news.archive .single-news {
	margin: 30px 0 0;
}
/*===============================
	End Latest News CSS
=================================*/


/*=============================
	Faqs CSS
===============================*/
.faqs{
	background: #fff;
}
.faqs .faq-image,
.faqs .faq-main{
	margin-top:30px;
}
.faqs .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.faqs .faq-img img{
	width:100%;
}
.faqs .panel-group{
	margin: 0;
	text-align:left;
}
.faqs .panel {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.faqs .panel:last-child{
	margin:0;
}
.faqs .panel-heading{
	background:none;
}
.faqs .faq-title a {
	padding: 15px;
	font-size: 15px;
	position: relative;
	color: #252525;
	background: #fff;
	width: 100%;
	display: block;
	font-weight: 700;
}
.faqs .panel.active .faq-title a {
	text-decoration: none;
	color: #fff;
}
.faqs .panel .faq-title a i {
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.faqs .panel.active .faq-title a i{
	border-color:#fff;
}
.faqs .faq-body {
	padding: 25px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
}
/*=============================
	End Faqs CSS
===============================*/


/*=============================
	Contact CSS
===============================*/
.contact .contact-bottom{
	margin-top:30px;
}
.contact #map {
	height: 450px;
	margin-bottom: 30px;
	border: 10px solid #f8f8f8;
}
.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin-top:30px;
}
.contact .form-head .form-group {
	margin-bottom: 20px;
	position: relative;
}
.contact .form-head .form-group i {
	position: absolute;
	top: 21px;
	left: 20px;
	z-index: 1;
}
.contact .form-head .col-12:last-child .form-group{
	margin:0;
}
.contact .form-head .form-group input,
.contact .form-head .form-group textarea {
	height: 55px;
	width: 100%;
	padding-left: 40px;
	color: #555;
	font-size: 15px;
	background: #f8f8f8;
	border: none;
	border-radius: 0px;
	resize: none;
}
.contact .form-head .form-group textarea {
	height: 190px;
	padding-left: 40px;
	padding-top: 18px;
}
.contact .form-head .form-group.message i {
	top: 25px;
}
.contact .form-head .form-group button {
	color: #fff;
	background:#20232E;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/* Contact info */
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
}
.contact .contact-info .icon {
	left: 0;
}
.contact .contact-info .icon i {
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	border:1px solid transparent;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.contact .contact-info:hover .icon i{
	border-color:#ccc;
	background:transparent;
}
.contact .contact-info h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	margin-top: 10px;
	text-transform: capitalize;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #555;
	font-size: 14px;
	line-height: 22px;
}
.contact .contact-info p span{}
/*=============================
	End Contact CSS
===============================*/

/*=============================
	Clinets Slider CSS
===============================*/
.clients {
	padding: 35px 0;
}
.clients::before {
	opacity: 0.95;
}
.clients .text-content h4 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.clients .text-content p {
	color: #f8f8f8;
	line-height: 22px;
}
.clients .client-slider {
	margin-top: 20px;
}
.clients .client-slider a{
	display:block;
}
.clients .single-slider img {
	cursor: pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.clients .single-slider img:hover{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	transform:scale(0.9);
}
/*=============================
	End Clinets Slider CSS
===============================*/

/*======================================
	Others CSS
========================================*/
#scrollUp {
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	color: #ffff;
	font-size: 18px;
	border-radius: 100%;
	font-size: 18px;
}
#scrollUp:hover{
	color:#fff;
	bottom:15px;
}
/* Breadcrumbs CSS */
.breadcrumbs {
	background-position: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumbs h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-top: 5px;
}
.breadcrumbs p {
	color: #70c9c1;
	margin-top: 5px;
}
.breadcrumbs .bread-list {
	display: inline-block;
	padding: 10px 25px;
	float: right;
}
.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.breadcrumbs ul li:last-child{
	margin:0;
}
.breadcrumbs ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.breadcrumbs ul li.active a {
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
}
.breadcrumbs ul li i {
	margin-left: 5px;
}
/*======================================
	End Others CSS
========================================*/

/*=============================
	Footer CSS
===============================*/
.footer {
	background: #20232E;
	padding: 0;
	position: absolute;
	height: 90px;
	left: 0;
	width: 100vw;
}
.footer .footer-top {
	padding: 60px 0 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .footer-top:before{
	opacity:0.9;
}
.footer a, .footer p {
	font-weight: 400;
	color: #ccc;
	line-height: 22px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 16px;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
}
.footer .about p {
	margin-top: 20px;
}
/* List */
.footer .list li {
	line-height: 35px;
	color: #ccc;
}
.footer .list li a {
	color: #ccc;
}
.footer .list li i {
	margin-right: 15px;
}
/* Social */
.footer .social {
	margin-top: 20px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.footer .social li:hover a,
.footer .social li.active a{
	color:#fff;
}
/* Opening Times */
.footer .opening-times .list li {
	position: relative;
	line-height: 35px;
	color: #ccc;
}
.footer .opening-times .list li a {
	color: #ccc;
	font-size: 15px;
}
.footer .opening-times .list li i{
	margin-right:10px;
}
.footer .opening-times .list li .value {
	float: right;
}
.footer .opening-times .list li .value.off {
	color: #fff;
	border-radius: 30px;
	padding: 0 11px;
	line-height: 30px;
}
/* Newsletter Widget */
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	line-height: 50px;
	color: #888;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	border-radius: 0px;
	background: #fff;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
}
.footer .newsletter .button {
	height: 45px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	border: none;
	font-size: 14px;
	padding: 10px 35px;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer .newsletter .button:hover{
	opacity:0.8;
}
.footer .newsletter .button i{
	margin-right:5px;
}
.footer-bottom {
	background: #121212;
	padding: 20px 0;
}
.footer .copyright {
	text-align: center;
}
.footer .copyright p {
	color: #aaa;
}
.footer .copyright a:hover{
	color:#fff;
}
/*=============================
	End Footer CSS
===============================*/


/*===============================
	Start Сonsent_steps CSS
=================================*/

.consent-steps {
  position: relative;
  background: #fff;
  margin: 20px;
}
.consent-steps .container {
  position: relative;
}


@media screen and (max-width: 767px) {
  .consent-steps .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0px !important;
    left: 36px !important;
  }
  .consent-steps .container ol:after {
    background: #348e80;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .consent-steps .container ol.steps {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .consent-steps .container ol.steps li {
    height: 100vh;
    float: none !important;
    width: inherit !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .consent-steps .container ol.steps li:last-child .img-handler-bot {
    bottom: 40px !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .consent-steps .container ol.steps li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
  }
  .consent-steps .container ol.steps li span {
    left: 0 !important;
  }
  .consent-steps .container ol.steps li span.ps-sp-top:before {
    content: none !important;
  }
  .consent-steps .container ol.steps li span.ps-sp-top:after {
    content: none !important;
  }
  .consent-steps .container ol.steps li span.ps-sp-bot:before {
    content: none !important;
  }
  .consent-steps .container ol.steps li span.ps-sp-bot:after {
    content: none !important;
  }
  .consent-steps .container ol.steps li .img-handler-top {
    position: absolute !important;
    top: 25px !important;
    margin-left: 25px !important;
  }

  .consent-steps .container ol.steps li .img-handler-bot {
    position: absolute !important;
    bottom: 25px !important;
    margin-left: 25px !important;
  }
  .consent-steps .container ol.steps li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .consent-steps .container ol.steps li .ps-top {
  	top: 20px;
  }
  .consent-steps .container ol.steps li .ps-bot {
    bottom: 20px;
  }
}


.consent-steps .container ol:before {
  background: #348e80;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: -200%;
}
.consent-steps .container ol:after {
  background: #348e80;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: -200%;
}
.consent-steps .container ol.steps {
  margin: 400px 0;
  padding: 0;
  border-top: 2px solid #348e80;
  list-style: none;
}
.consent-steps .container ol.steps li {
  float: left;
  width: 50%;
  padding-top: 30px;
  position: relative;
}

.consent-steps .container ol.steps li:hover {
  transform: translateY(5px);
  transition: all 0.3s ease 0s;
}

.consent-steps .container ol.steps li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #348e80;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 40px;
  color: #348e80;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}

.consent-steps .container ol.steps li:hover span {
  background: #348e80;
  border: 4px solid #fff;
  color: #fff;
  transition:all 0.3s ease 0s;
}
.consent-steps .container ol.steps li span.ps-sp-top:before {
  content: '';
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  top: -50px;
  left: 50%;
}
.consent-steps .container ol.steps li span.ps-sp-top:after {
  content: '';
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.consent-steps .container ol.steps li span.ps-sp-bot:before {
  content: '';
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.consent-steps .container ol.steps li span.ps-sp-bot:after {
  content: '';
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.consent-steps .container ol.steps li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}

.consent-steps .container ol.steps li:hover .img-handler-top {
  transform: scale(1.2);
}

.consent-steps .container ol.steps li .img-handler-top img {
  display: table;
  margin: 0 auto;
  max-height: 200px;
}
.consent-steps .container ol.steps li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}

.consent-steps .container ol.steps li:hover .img-handler-bot {
  transform: scale(1.2);
}
.consent-steps .container ol.steps li .img-handler-bot img {
  display: table;
  margin: 0 auto;
  max-height: 250px;
}
.consent-steps .container ol.steps li p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.consent-steps .container ol.steps li:hover p {
  width: 100%;
  color: #348e80;
  font-size: 1.2em;
  font-weight: 500;
}

.consent-steps .container ol.steps li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
}
.consent-steps .container ol.steps li .ps-bot {
  position: absolute;
  margin-top: 15px;
}

/*===============================
	End Сonsent_steps CSS
=================================*/


/*===============================
	Start dotted list CSS
=================================*/

.push {
  list-style: none;
  padding: 20px;
}
.push li {
  position: relative;
  padding: 20px 0 0px 40px;
  color: #348e80;
  font-size: 16px;
  cursor: pointer;
}

.push li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #348e80;
  content: "";
  left: -1px;
  transition: .3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #348e80;
  width: 1px;
  bottom: -20px;
  content: "";
  left: 3px;
  top: 46px;
}
.push li:hover:before{
	box-shadow: 0 0 0 10px rgba(0,250,200,.2)
}
.push li:last-child:after {content: none;}

.push li span {
	font-size: 16px;
	font-weight: 500;
}
.push li img {
	padding: 20px 0;
}
#personal_data p {
	padding-bottom: 10px;
	text-align: justify;
	text-indent: 40px;
}

/*===============================
	End dotted list CSS
=================================*/

/*===============================
	Start PD-list CSS
=================================*/

.pd_list {
  list-style: none;
  padding: 20px;
}
.pd_list li {
  position: relative;
  padding: 20px 0 0px 40px;
  color: #348e80;
  font-size: 16px;
  cursor: pointer;
}

.pd_list li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #348e80;
  content: "";
  left: -1px;
  transition: .3s ease-in-out;
  top: 27px;
}
.pd_list li:after {
  position: absolute;
  border-left: 1px dotted #348e80;
  width: 1px;
  bottom: -20px;
  content: "";
  left: 3px;
  top: 46px;
}
.pd_list li:hover:before{
	box-shadow: 0 0 0 10px rgba(0,200,200,.2);
}
.pd_list li:last-child:after {content: none;}

.pd_list li span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	background-color: rgba(0,200,200,.2);
	text-align: center;
}
.pd_list li:hover span {
	background-color: rgba(0,200,200,.2);
	text-align: center;
}
.pd_list li img {
	padding: 20px 0;
}


/*===============================
	End PD-list CSS
=================================*/


/*===============================
	Start white dotted list CSS
=================================*/

.circle_list {
  list-style: none;
  padding: 20px;
}
.circle_list li {
  position: relative;
  padding: 20px 0 0px 40px;
  color: #348e80;
  font-size: 16px;
  cursor: pointer;
}

.circle_list li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #348e80;
  background: #fff;
  content: "";
  left: -1px;
  transition: .3s ease-in-out;
  top: 27px;
}
.circle_list li:after {
  position: absolute;
  border-left: 1px dotted #348e80;
  width: 1px;
  bottom: -20px;
  content: "";
  left: 3px;
  top: 46px;
}
.circle_list li:hover:before{
	box-shadow: 0 0 0 10px rgba(0,250,200,.2)
}
.circle_list li:last-child:after {content: none;}

.circle_list li span {
	font-size: 16px;
	font-weight: 500;
}


/*===============================
	End white dotted list CSS
=================================*/


/*===============================
	Start vertical-timeline CSS
=================================*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-vertical {
  margin: 4em auto;
  position: relative;
  max-width: 90%;
}

 .timeline-vertical:before {
  background-color: #348e80;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 1em;
  width: 3px;
  height: 100%;
}

.timeline-vertical:after {
	background: #348e80;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 7px;
}

.timeline-vertical .timeline-event {
  position: relative;
}

.timeline-vertical .timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #348e80;
  -webkit-box-shadow: inset 40em 0 0 0 #348e80;
  box-shadow: inset 40em 0 0 0 #348e80;
  text-indent: none !important;
}
.timeline-vertical .timeline-event:hover .timeline-event-thumbnail p {
  text-indent: none !important;
}
.timeline-vertical .timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 90%;
}

.timeline-vertical .timeline-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.timeline-vertical .timeline-event span {
	font-weight: 500;
}
.timeline-vertical.timeline-content a {
	color: #348e80;
}
.timeline-vertical .timeline-content img {
	max-height: 350px;
	margin: 20px;
}
@media screen and (max-width: 767px) {
	.timeline-vertical .timeline-content {
		flex-direction: column
		
	}
	}
.timeline-vertical.timeline-event-img {
  position:relative;
  border:1px solid #fff;
  height: 300px;
  overflow:hidden;

}
.timeline-vertical .timeline-event-img img {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.timeline-vertical .timeline-event-img .caption {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
  right: 0;
}
.timeline-vertical .timeline-event-img .simple-caption {
  height: 60px;
  width: 40%;
  display: block;
  bottom: -60px;
  text-align: center;
}

.timeline-vertical .timeline-event-img:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

.timeline-vertical .timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-vertical .timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-vertical .timeline-event-copy strong {
  font-weight: 700;
}
.timeline-vertical .timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-vertical .timeline-event-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 4px solid #348e80;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #000;
  text-align: center;
  line-height: 40px;
  color: #348e80;
  position: absolute;
  top: 0;
  left: -1em;
}
.timeline-vertical .timeline-event:hover .timeline-event-icon {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: rotate(-45deg);
  transform: scale(1.2);
  background-color: #348e80;
  color: #fff;
  font-size: 2em;
  transition:all 0.3s ease 0s;
}
.timeline-vertical .timeline-event-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 4px solid #348e80;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #000;
  text-align: center;
  line-height: 40px;
  color: #348e80;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  left: -0.5em;
}

.timeline-vertical .timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #348e80;
  -moz-box-shadow: inset 0 0 0 0em #000;
  -webkit-box-shadow: inset 0 0 0 0em #000;
  box-shadow: inset 0 0 0 0em #000;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 1em;
  width: 100%;
}


/*===============================
	End vertical-timeline CSS
=================================*/

/*===============================
	Start circle-infographic CSS
=================================*/

 @media (min-width: 992px) {
	 .info-wrapper {
		height: 380px;
		background: url(./images/subject_rights.png) no-repeat;
		background-size: contain;
		background-position: center;
	}
}
 .info-wrapper [class^="infobox"] {
	 margin: 35px 0;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 flex-flow: row wrap;
}

 @media (min-width: 992px) {
	 .info-wrapper [class^="infobox"] {
		 margin: 10px 0;
	}
}
 @media (min-width: 992px) {
	 .info-wrapper [class^="infobox"] {
		 position: absolute;
	}
}
 .info-wrapper [class^="infobox"] .icon {
	 font-weight: normal;
	 padding: 0.5em;
	 border: 2px solid #70c9c1;
	 background-color: #fff;
	 border-radius: 50%;
	 width: 5em;
	 height: 5em;
	 display: flex;
	 flex-flow: column wrap;
	 justify-content: center;
	 align-content: center;
}

 .info-wrapper [class^="infobox"]:hover .icon {
	 background-color: #70c9c1;
	 border: 2px solid #fff;
}
 .info-wrapper [class^="infobox"] .icon i {
	 font-size: 3em;
	 text-align: center;
	 color: #70c9c1;
}
 .info-wrapper [class^="infobox"]:hover .icon i {
	 color: #fff;
}
 .info-wrapper [class^="infobox"] .info-text {
	 display: flex;
	 align-items: center;
	 flex-flow: column;
	 justify-content: center;
	 padding: 0 1em;
	 max-width: 16em;
}
 .info-wrapper [class^="infobox"] .info-text h4 {
	 font-size: 1em;
	 text-transform: uppercase;
	 color: #000;
}
 .info-wrapper [class^="infobox"]:hover .info-text h4 {
	 color: #70c9c1;
}
 .info-wrapper [class^="infobox"] a:hover {
	 text-decoration: none;
	 transform: scale(1.05);
	 color: #70c9c1;
}

@media (min-width: 992px) {
	.info-wrapper .infobox-1 .icon, 
	.info-wrapper .infobox-6 .icon  {
		 width: 4.2em !important;
		 height: 4.2em !important;
	}
	.info-wrapper .infobox-1 i, 
	.info-wrapper .infobox-6 i {
		 font-size: 2.3em !important; 
	}	

	.info-wrapper .infobox-3 .icon, 
	.info-wrapper .infobox-4 .icon  {
		 width: 5.8em !important;
		 height: 5.8em !important;
	}
	.info-wrapper .infobox-3 i, 
	.info-wrapper .infobox-4 i {
		 font-size: 3.6em !important; 
	}
}
 .info-wrapper .infobox-1 {
	 top: 41%;
	 text-align: center;
}
 @media (min-width: 992px) {
	 .info-wrapper .infobox-1 {
		 right: 21%;
	}
}

 .info-wrapper .infobox-2 {
	 top: 62%;
	 right: 16%;
}
 .info-wrapper .infobox-3 {
	 top: 82%;
	 right: 22%;
}
.info-wrapper .infobox-4 {
	 top: 82%;
	 left: 22%;
}
 @media (min-width: 992px) {
	 .info-wrapper .infobox-4 .icon {
		 order: 2;
	}
}
.info-wrapper .infobox-5 {
	 top: 60%;
	 left: 16%;
}
 @media (min-width: 992px) {
	 .info-wrapper .infobox-5 .icon {
		 order: 2;
	}
}
.info-wrapper .infobox-6 {
	 top: 41%;
	 left: 20%;
}
 @media (min-width: 992px) {
	 .info-wrapper .infobox-6 .icon {
		 order: 2;
	}
}

/*===============================
	End circle-infographic CSS
=================================*/

/*===============================
	Start modal-window CSS
=================================*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 2ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80vw;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup img {
  max-height: 200px;
}
.popup h2 {
  margin-top: 0;
  color: #70c9c1;
  font-size: 1.5em;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #70c9c1;
}
.popup .popup-content {
  max-height: 50%;
  overflow: auto;
 }
@media (min-width: 992px) {
	.popup .popup-content {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 20px;
 }
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}

/*===============================
	End modal-window CSS
=================================*/


/*===============================
	Start pdata_list CSS
=================================*/

.pdata_list {
	margin: 0;
    padding: 0;
	width: 200px;
}

.pdata_list li {
	list-style: none;
	border-top: 1px solid #131313;
	border-bottom: 1px solid #131313;
	margin: -1px 0;
	transition: 0.5s;
}

.pdata_list li a {
	display: block;
	border-right: 1px solid #131313;
	text-decoration: none;
	color: #131313;
}

.pdata_list li a span {
	position: relative;
	display: inline-block;
}

.pdata_list li a span:nth-child(1) {
	width: 30px;
	text-align: center;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	padding: 10px;
	transition: 0.5s;
	color: #131313;
	font-size: 20px;
	background: #f44336;
}

.pdata_list li a span:nth-child(2) {
	padding: 10px;
}

/*===============================
	End pdata_list CSS
=================================*/

.widget {
  width: 100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0,0,0,.1);
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
.widget h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color:  #424949;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%;
}
.widget li {
  border-bottom: 1px solid #70c9c1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget li:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align:bottom;
  color: #70c9c1; 
  margin-right: 14px;
}
.widget li:nth-child(1):before {content:"\f2c2";}
.widget li:nth-child(2):before {content:"\f06e";}
.widget li:nth-child(3):before {content:"\f0fa";}
.widget li:nth-child(4):before {content:"\f028";}
.widget li:nth-child(5):before {content:"\f013";}

/*===============================
	Start consent-form CSS
=================================*/

.consent-form {
	width: 100%;
	padding: 20px;
/*    border: 1px solid #c5dedc;*/
    background: #fff;
    box-shadow: 3px 5px 8px rgba(134, 150, 150, 0.92);
    border-radius: 5px;
}
.consent-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.consent-form li{
	position:relative;
	display:block;
	border-bottom: 1px solid #cadedc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-spacing:0;
	color:#000;
	font-size:14px;
}
.consent-form h3 {
  margin: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color:  #348e80;
}
.consent-form i {
	position:relative;
	display:table-cell;
	width:80px;
	height: 36px;
	text-align:center;
	vertical-align:middle;
	font-size: 3em;
	color: #70c9c1;
}
.consent-form .form-text{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
}

/*===============================
	End consent-form CSS
=================================*/

/*===============================
	Start principles CSS
=================================*/

.principles img {
  
  margin: 50px 0px;
}


/*===============================
	End principles CSS
=================================*/

/*===============================
	Start PD_infographics CSS
=================================*/

.step_container {
     box-sizing: content-box;
     padding: 0 12px;
    /* max-width: 600px;*/
     margin: 48px auto;
}
 .step-list {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
 .step-list__item {
     counter-increment: step-counter;
     position: relative;
}
 .step-list__item:before {
     content: counter(step-counter);
     font-weight: 300;
     color: #70c9c1;
}
 .step-list__item h2 {
     font-size: 22px;
     line-height: 28px;
     font-weight: 500;
     color: #000;
     padding-bottom: 20px;
}
.step-list__item:hover img {
	  transform: scale(1.1); 
	  transition: all 0.3s ease 0s;
}
.step-list__item:hover h2 {
	  transform: translateX(8px);
	  color: #067f90;
	  transition: all 0.3s ease 0s;
}
.step-list__item:hover .step-list__item {
	  background-color: #dadada;
	  transition: all 0.3s ease 0s;
}
 .step-list__item .icon {
     border-radius: 50%;
     background: #70c9c1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
}

.step-list__item .body {
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
}
.step-list__item .body span {
     font-weight: 500;
}
 .step-list__item .content {
     display: flex;
     flex-direction: row;
     align-items: center;
     padding-bottom: 18px;
}

 .step-list__item:nth-child(odd) .content {
     justify-content: flex-start;
}
 .step-list__item:nth-child(even) .content {
     justify-content: flex-end;
}
 .step-list__item:first-child > .step-list__item__inner:before {
     content: none;
}
 .step-list__item:last-child > .step-list__item__inner:after {
     content: none;
}
 .step-list__item + li {
     margin-top: 84px;
}
 .step-list__item + li > div {
     margin-top: -1px;
}
 @media screen and (max-width: 600px) {
     .step-list__item {
         display: flex;
    }
    .step-list__item .content {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
    .step-list__item .big_img {
	    position: relative;
	}
	.step-list__item .big_img img {
	    position: relative;
	    padding: 20px;
	 /*   max-width: 300px;*/
	    max-height: 300px;
	}
     .step-list__item:before {
         content: counter(step-counter);
         position: relative;
         font-size: 36px;
         line-height: 42px;
         font-weight: 300;
         color: #000;
         margin-right: 12px;
    }
     .step-list__item .icon {
         order: 0;
         width: 48px;
         height: 48px;
         padding: 9px;
         position: absolute;
         left: -16px;
         top: 40px;
    }

    .step-list__item:hover .icon {
	     background: #fff;
	     color: #70c9c1;
	     border: 2px solid #70c9c1;
	}

    .step-list__item .icon i {
     	font-size: 1.8em;
	}
     .step-list__item .body {
         order: 1;
         margin-top: 8px;
         margin-left: 12px;
    }
    .step-list__item .big_img {
    	order: 1;
	}
    .step-list__item .big_img img {
    	order: 1;
    } 
     .step-list__item .content {
         align-items: flex-start;
    }
     .step-list__item .content:before {
         content: '';
         position: absolute;
         border-left: #d8d8d8;
         height: 100%;
         left: 9px;
         bottom: 0;
         display: block;
         width: 2px;
         background: #70c9c1;
         top: 84px;
    }
     .step-list__item:last-child .content:before {
         content: none;
    }
}
 @media screen and (min-width: 601px) {
     .step-list__item:before {
         content: counter(step-counter);
         position: absolute;
         font-size: 70px;
         line-height: 1;
         font-weight: 300;
         color: #d6f7f4;
    }
    .step-list__item .icon {
         width: 0px;
         height: 0px;
         padding: 0px;
    }
     .step-list__item .body {
         flex: 0 60%;
         margin-top: 84px;
    }
     .step-list__item .body:after {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		content: "";
		background-color: #70c9c1;  
		position: absolute;
		left: calc(33.3333% - 42px);
		opacity: 1;
	}
	.step-list__item .big_img {
	    position: relative;
	    margin-right: 20px;
	    min-width: 300px;
	}
	.step-list__item .big_img img {
	    position: relative;
	    padding: 20px;
	 /*   max-width: 300px;*/
	    max-height: 500px;
	}
	.step-list__item:nth-child(odd) .body:after {
     	width: 10px;
		height: 10px;
		border-radius: 100%;
		content: "";
		background-color: #70c9c1;  
		position: absolute;
		bottom: -3px;
    	left: calc(33.3333% - 24px);
	}
	.step-list__item:nth-child(even) .body:after {
	     width: 10px;
		height: 10px;
		border-radius: 100%;
		content: "";
		background-color: #70c9c1;  
		position: absolute;
		bottom: -3px;
		left: calc(66.5% + 18px);
		opacity: 1;
	}
	.step-list__item:last-child .body:after {
		opacity: 0;
	}
     .step-list__item .content {
         align-items: center;
    }
     .step-list__item > .step-list__item__inner {
         position: relative;
    }
     .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
         border-width: 0px;
         border-style: solid;
         border-color: #70c9c1;
         display: block;
         content: '';
         position: absolute;
         height: 42px;
         width: calc(33.3333% - 42px);
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner h2 {
         text-align: right;
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner p {
         text-align: justify;
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner ul {
         text-align: left;
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
         border-left-width: 1px;
         left: calc(33.3333% - 21px);
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:before {
         border-top-width: 1px;
         border-top-left-radius: 42px;
         margin-top: -42px;
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:after {
         border-bottom-width: 1px;
         border-bottom-left-radius: 42px;
         margin-bottom: -42px;
    }
     .step-list__item:nth-child(odd):before {
         left: 0;
         margin-left: 33.3333%;
         transform: translateX(-100%);
    }
     .step-list__item:nth-child(odd) .icon {
         margin-left: 72px;
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
         border-right-width: 1px;
         right: calc(33.3333% - 21px);
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:before {
         border-top-width: 1px;
         border-top-right-radius: 42px;
         margin-top: -42px;
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:after {
         border-bottom-width: 1px;
         border-bottom-right-radius: 42px;
         margin-bottom: -42px;
    }
     .step-list__item:nth-child(even):before {
         right: 0;
         margin-right: 33.3333%;
         transform: translateX(100%);
    }
     .step-list__item:nth-child(even) .icon {
         margin-right: 72px;
    }
     .step-list__item:nth-child(even) .body {
         order: 1;
    }
}
 
 /*===============================
	End PD_infographics CSS
=================================*/


 /*===============================
	Start PData_infographics CSS
=================================*/


/* -------------------------------- 
Patterns - reusable parts of our design
-------------------------------- */
@media only screen and (min-width: 1170px) {
  .pd-is-hidden {
    visibility: hidden;
  }
}

/* -------------------------------- 
Resource style 
-------------------------------- */

.pd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.pd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.pd-timeline__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #a9eae5;
}

@media only screen and (min-width: 1170px) {
  .pd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .pd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}

.pd-timeline__block {
  position: relative;
  margin: 3em 0;
  height: auto;
}
.pd-timeline__block img {
  max-height: 250px;
}

.pd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.pd-timeline__block:first-child {
  margin-top: 0;
}

/*.pd-timeline__block:last-child {
  margin-bottom: 0;
}*/

@media only screen and (min-width: 1170px) {
  .pd-timeline__block {
    margin: 6em 0;
    min-height: 400px;
  }
  .pd-timeline__block img {
    max-height: 400px;
  }
  .pd-timeline__icon i {
  font-size: 3em;
	}
}

.pd-timeline__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.pd-timeline__icon i {
  font-size: 2em;
}
.pd-timeline__icon.pd-timeline__icon--picture {
  background: #70c9c1;
/*   #2d495f */
}


@media only screen and (min-width: 1170px) {
  .pd-timeline__icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pd-timeline__icon.pd-timeline__icon--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #f6feff;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
          box-shadow: 0 3px 0 #d7e4ed;
}

.pd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.pd-timeline__content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.pd-timeline__content h2 {
  color: #303e49;
   font-size: 1.1rem;
}

.pd-timeline__read-more {
  font-size: 1rem;
}

.pd-timeline__content p {
  margin: 1em 0;
  font-size: 1rem;
  line-height: 1.2;
}

.pd-timeline__read-more {
  display: inline-block;
}

.pd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.pd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.pd-timeline__picture {
  float: left;
  padding: .8em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .pd-timeline__content h2 {
    font-size: 1.3rem;
  }
  .pd-timeline__content p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .pd-timeline__read-more {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1170px) {
  .pd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .pd-timeline__read-more {
    float: left;
  }
  .pd-timeline__picture {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -10px;
    font-size: 1.6rem;
    margin-bottom: 6em;
  }
  .pd-timeline__block:nth-child(even) .pd-timeline__content {
    float: right;
  }
  .pd-timeline__block:nth-child(even) .pd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .pd-timeline__block:nth-child(even) .pd-timeline__read-more {
    float: right;
  }
  .pd-timeline__block:nth-child(even) .pd-timeline__picture {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .pd-timeline__content.pd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .pd-timeline__block:nth-child(even) .pd-timeline__content.pd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* demo style */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #718ca1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #718ca1;
}


 /*===============================
	End PData_infographics CSS
=================================*/

 /*===============================
	Start Content infographics CSS
=================================*/

@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
/*.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 3;
}

.demo-card:nth-child(3) {
  order: 1;
}

.demo-card:nth-child(4) {
  order: 2;
}

.demo-card:nth-child(5) {
  order: 0;
}

.demo-card:nth-child(6) {
  order: 1;
}*/


#timeline {
  padding: 100px 0;

}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: auto;
  max-height: 200px;
}
#timeline .demo-card {
  background-color: #46b8e9;
}
#timeline .demo-card .head::after {
  border-color: #46b8e9;
}

#timeline  .cards_button {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
 /*===============================
	End Content infographics CSS
=================================*/


.main-timeline {
	position:relative
}
.main-timeline:before{
	content:"";
	width:5px;
	height:100%;
	border-radius:20px;
	margin:0 auto;
	background: #70c9c1;
	position:absolute;
	top:0;
	left:0;
	right:0
}

.main-timeline .timeline{
	display:inline-block;
	margin-bottom:50px;
	position:relative;
	font-weight: 400;
}
.main-timeline .timeline:before{
	content:"";
	width:20px;
	height:20px;
	border-radius:50%;
	border:4px solid #fff;
	background:#70c9c1;
	position:absolute;
	top:50%;
	left:50%;z-index:1;
	transform:translate(-50%,-50%)
}
.main-timeline .timeline-icon{
	display:inline-block;
	width:130px;
	height:130px;
	border-radius:50%;
	border:3px solid #70c9c1;
	padding:13px;
	text-align:center;
	position:absolute;
	top:50%;
	left:30%;
	transform:translateY(-50%)
}


.main-timeline .timeline-icon i{
	display:block;
	border-radius:50%;
	background:#70c9c1;
	font-size:64px;
	color:#fff;
	line-height:100px;
	z-index:1;
	position:relative
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before{
	content:"";
	width:135px;
	height:4px;
	background:#70c9c1;
	position:absolute;
	top:50%;
	right:-135px;
	transform:translateY(-50%)
}
.main-timeline .timeline-icon:after{
	width:70px;
	height:50px;
	background:#fff;
	top:89px;
	right:-30px}
.main-timeline .timeline-content{
	width:50%;
	min-height: 240px;
	padding:0 50px;
	float:right;
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-timeline .timeline-content:before{
	content:"";
	width:70%;
	height:100%;
	border:3px solid #70c9c1;
	border-bottom-left-radius: 100px;
	border-top:none;
	border-right:none;
	position:absolute;
	bottom:-15px;
	left:35px
}

.main-timeline .title{
	font-size:20px;
	font-weight:600;
	color:#70c9c1;
	text-transform:uppercase;
	margin: 0 0 8px;
}
.main-timeline .description{
	display:inline-block;
	font-size:16px;
	color:#404040;
	line-height:20px;
	letter-spacing:1px;
	margin:0
}

.main-timeline .readme {
	padding:13px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-timeline .readme i{
	font-size:32px;
	color: #70c9c1;
	
}

.main-timeline .timeline:hover .title {
	color: #20c997;
}
.main-timeline .timeline:hover .description {
	font-weight: 500;
}
.main-timeline .timeline:hover .timeline-icon i{
	background: #20c997;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{
	background: #20c997;
}
.main-timeline .timeline:hover .timeline-content:before{
	border:3px solid #20c997;
	border-bottom-left-radius: 10px;
	border-top:none;
	border-right:none;
}

.main-timeline .timeline:hover .timeline-icon {
	border:3px solid #20c997;
}
.main-timeline .timeline:nth-child(even):hover  .readme {
	justify-content: flex-end;
}
.main-timeline .timeline:nth-child(odd):hover .readme {
	justify-content: flex-start;
}
.main-timeline .timeline:hover .readme i{
	color: #20c997;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left:auto;
	right:30%
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{
	right:auto;
	left:-135px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{
	right:auto;
	left:-30px
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
	left:auto;
	right:35px;
	transform:rotateY(180deg)
}


@media only screen and (max-width:1200px){
	.main-timeline .timeline-icon:before{
		width: 90px;
		right:-90px;
	}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{
	right:auto;
	left:-90px
}
.main-timeline .timeline-content{
	margin-top:75px
}

}

@media only screen and (max-width:1024px){
	.main-timeline .timeline-icon:before{
		width: 100px;
		right:-100px;
	}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{
	right:auto;
	left:-100px
}
.main-timeline .timeline-content{
	margin-top:75px
}

}
@media only screen and (max-width:990px){
	.main-timeline .timeline{
		margin:0 0 10px
	}
.main-timeline .timeline-icon{
	left:25%
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	right:25%
}

.main-timeline .timeline-content{
	margin-top:115px
}

}
@media only screen and (max-width:767px){
	.main-timeline{
		padding-top:50px
	}
.main-timeline:before{
	left:80px;
	right:0;
	margin:0
}
.main-timeline .timeline{
	margin-bottom:70px
}
.main-timeline .timeline:before{
	top:0;
	left:83px;
	right:0;
	margin:0
}
.main-timeline .timeline-icon{
	width:60px;
	height:60px;
	line-height:40px;
	padding:5px;
	top:0;
	left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left:0;
	right:auto
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline:nth-child(even) .timeline-icon:before{
	width:45px;
	left:auto;
	right:-45px
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline:nth-child(even) .timeline-icon:after{
	width:25px;
	height:30px;
	top:44px;
	left:auto;
	right:-5px
}
.main-timeline .timeline-icon i{
	font-size:30px;
	line-height:45px
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content{
	width:100%;
	margin-top:-15px;
	padding-left:130px;
	padding-right:5px
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	float:right
}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:before{
	width:50%;
	left:120px
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
	right:auto;
	transform:rotateY(0)
}


}
@media only screen and (max-width:479px){
	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(2n) .timeline-content{
		padding-left:110px
	}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{
	left:99px
}


}