@import "https://fonts.googleapis.com/css?family=Vollkorn:600&subset=cyrillic";
@font-face {
    font-family: 'NTHarmonica';
    src: url('../fonts/hinted-subset-NTHarmonicaPS-Normal.eot');
    src: url('../fonts/hinted-subset-NTHarmonicaPS-Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-subset-NTHarmonicaPS-Normal.woff2') format('woff2'),
        url('../fonts/hinted-subset-NTHarmonicaPS-Normal.woff') format('woff'),
        url('../fonts/hinted-subset-NTHarmonicaPS-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	overflow-x: hidden
}
body {
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'NTHarmonica', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #212121;
	line-height: 35px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden
}
h1, h2, h3{
	font-size: 36px;
	font-family: Vollkorn,serif;
    font-weight: 600
}
h4 {
	font-size: 25px;
	font-family: Vollkorn,serif;
    font-weight: 600
}
a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
a:hover {
	text-decoration: none
}
a a:focus {
	outline: none
}
p {
	font-weight: 400;
	margin: 0;
	font-size: 1rem
}
ul, ol {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
ul li, ol li {
	list-style: none
}
.hero-heading {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: .1rem
}
.hero-sub-heading {
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px;
	letter-spacing: .1rem
}
.section-titile-bg {
	display: inline;
	font-size: 115px;
	font-weight: 700;
	height: 100%;
	left: -173px;
	opacity: .1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center
}
.section-title-header p {
	text: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px
}
.section-title {
	font-size: 36px;
	color: #212121;
	line-height: 52px;
	padding-bottom: 40px;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 15px
}
.section-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: url(../img/heartbeat-line.png) no-repeat center;
	background-size: contain;
}
/*.section-title:before {
	position: absolute;
	content: '';
	left: 15px;
	bottom: 8px;
	width: 48px;
	height: 1px;
	background-color: #9b3e34
}
.section-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 48px;
	height: 1px;
	background-color: #9b3e34
}
.section-title:before, .section-title:after {
	left: 50%;
	margin-left: -45px
}
.section-title:after {
	margin-left: -30px
}*/

.section-subcontent {
	font-size: 16px;
	text: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px
}
.section-sub {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 52px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative
}
.section-sub:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 45px;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #9b3e34
}
.subtitle {
	font-size: 15px;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 10px
}
.inner-title {
	font-size: 24px;
	font-weight: 700;
	text-tranform: capitalize
}
.page-tagline {
	font-size: 24px;
	font-weight: 400;
	color: #ddd
}
.page-title {
	font-size: 62px;
	font-weight: 700;
	color: #fff
}
.btn {
	font-size: 1rem;
	padding: 12px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block
}
.btn i {
	margin-right: 5px
}
.btn:focus, .btn:active {
	box-shadow: none;
	outline: none;
	color: #fff
}
.btn-common {
	background-color: #6c9e94;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.btn-common:hover {
	color: #fff;
	/*background: #b80000;*/
	box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out
}
.btn-common:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  transition: none;
}
.btn-common:hover:before {
  -webkit-transform: skewX(-45deg) translateX(30em);
          transform: skewX(-45deg) translateX(30em);
  transition: all 0.5s ease-in-out;
}

.btn-border {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff
}
.btn-border:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .2)
}
.btn-lg {
	padding: 12px 34px;
	text-transform: uppercase;
	font-size: 1rem
}
.btn-rm {
	padding: 7px 10px;
	text-transform: capitalize
}
button:focus {
	outline: none!important
}
.icon-close, .icon-check {
	color: #9b3e34
}
.bg-drack {
	background: #f1f1f1
}
.bg-white {
	background: #fff
}
.mb-30 {
	margin-bottom: 30px
}
.mt-30 {
	margin-top: 30px
}
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none
}
a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ca313c;
	border-radius: 0;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}
a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none
}
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999
}
.sk-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	top: 45%;
	position: relative
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #9b3e34;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.section-padding {
	padding: 60px 0
}
.no-padding {
	padding: 0!important
}
.padding-left-none {
	padding-left: 0
}
.padding-right-none {
	padding-right: 0
}
#page-banner-area {
	background: url(../img/background/banner.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover
}
.page-banner {
	position: relative;
	min-height: 250px;
	color: #fff
}
.page-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}
.page-banner .page-banner-title {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	text-transform: uppercase
}
.page-banner .page-banner-title h2 {
	color: #fff;
	font-size: 40px
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
#white-bg {
	background: #fff
}
.navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.navigation.sticky {
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
}
.navigation .navbar-brand .is-sticky,
.navigation.sticky .navbar-brand .is-normal {
	display: none;
}
.navigation.sticky .navbar-brand .is-sticky {
	display: inherit;
}
.navbar-toggler {
	padding: 0
}
.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 6px 0;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -8px
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 8;
		padding: 5px 16px;
		-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
		-moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
	}
}
@media(max-width:767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 8;
		padding: 5px 16px
	}
}
.navbar-nav .nav-item {
	margin: 0 15px
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item {
		margin: 0
	}
}
@media(max-width:767px) {
	.navbar-nav .nav-item {
		margin: 0
	}
}
.navbar-nav .nav-item a {
	color: #fff;
	padding: 10px 0;
	text-transform: uppercase;
	background: 0 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: relative
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a {
		color: #212121;
		display: block;
		padding: 4px 0
	}
}
@media(max-width:767px) {
	.navbar-nav .nav-item a {
		color: #212121;
		display: block;
		padding: 4px 0
	}
}
.navbar-nav .nav-item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #ca313c;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}
@media(max-width:767px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}
/*.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
	color: #9b3e34
}*/
.navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.sticky .navbar-toggler .toggler-icon {
	background-color: #212121
}
.sticky .navbar-nav .nav-item a {
	color: #6c9e94
}
.sticky .navbar-nav .nav-item a::before {
	background: #ca313c
}
.about-item {
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
.about-item .about-image {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden
}
.about-item .about-image img {
	background: #000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
.about-item .about-text {
	padding: 20px;
	background: #fff
}
.about-item .about-text h3 {
	font-size: 16px;
	font-weight: 500
}
.about-item .about-text h3 a {
	color: #212121
}
.about-item .about-text h3 a:hover {
	color: #9b3e34
}
.about-item .about-text .btn {
	margin-top: 10px
}
.about-item:hover {
	box-shadow: 1px 3px 15px rgba(0, 0, 0, .1)
}
.about-item:hover .about-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
#event-slides .video img {
	border-radius: 4px
}
#event-slides .intro-desc {
	line-height: 26px;
	margin-bottom: 30px
}
#event-slides .intro-title {
	color: #212121;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px
}
#event-slides .list-specification li {
	margin-bottom: 10px;
	font-size: 15px
}
#event-slides .list-specification li i {
	margin-right: 5px
}
.counter-section {
	background: #6c9e94;
	overflow: hidden;
	position: relative
}
.counter-section .counter {
	padding: 30px 0
}
.counter-section .counter .icon {
	margin-bottom: 15px
}
.counter-section .counter .icon i {
	font-size: 60px;
	color: #ca313c
}
.counter-section .counter p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
.counter-section .counter span {
	color: #fefefe;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}
#sponsors {
	background: #f3f4f3
}
#sponsors .spnsors-logo {
	text-align: center;
	border-radius: 4px;
	padding: 50px;
	margin-bottom: 30px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#sponsors .spnsors-logo:hover {
	border-color: transparent;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}
#schedules {
	background: #f3f4f3
}
#schedule-tab {
	position: relative
}
.schedule .schedule-tab-title {
	margin-bottom: 35px
}
.schedule .schedule-tab-title .nav-tabs {
	background: #fff
}
@media(max-width:767px) {
	.schedule .schedule-tab-title .nav-tabs .nav-item {
		width: 100%
	}
}
@media only screen and (min-width:576px) and (max-width:767px) {
	.schedule .schedule-tab-title .nav-tabs .nav-item {
		width: 25%
	}
}
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link {
	border-radius: 0;
	position: relative;
	cursor: pointer;
	height: 90px;
	width: 255px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 500ms ease;
	padding: 20px
}
@media(max-width:767px) {
	.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link {
		width: 100%
	}
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active, .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
	background: #9b3e34;
	border: 1px solid #9b3e34;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4, .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
	color: #fff
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5, .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
	color: #fff
}
.schedule .schedule-tab-title .item-text h4 {
	font-size: 15px;
	color: #2f323c;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase
}
.schedule .schedule-tab-title .item-text h5 {
	font-size: 1rem;
	color: #848484;
	line-height: 16px;
	font-weight: 400;
	text-transform: capitalize
}
.schedule .schedule-tab-content .tab-content {
	box-shadow: 1px 3px 15px rgba(0, 0, 0, .1)
}
.schedule .schedule-tab-content .card {
	border: none
}
.schedule .show .card-body {
	background: #f3f4f3
}
.schedule .card-header {
	border: none;
	cursor: pointer;
	background: #fff;
	border-bottom: 1px solid #ddd
}
.schedule .card-header .images-box {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px
}
.schedule .card-header .images-box img {
	border-radius: 50%
}
.schedule .card-header .time {
	color: #777;
	font-size: 13px;
	margin-bottom: 5px
}
.schedule .card-header h4 {
	font-weight: 700;
	font-size: 18px;
	color: #212121;
	margin-bottom: 8px
}
.schedule .card-header .name {
	position: relative;
	font-size: 1rem;
	color: #777;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px
}
.schedule .card-body {
	padding: 15px 70px 15px 110px;
	background: #fff;
	border-bottom: 1px solid #ddd
}
.schedule .card-body .location {
	font-size: 13px;
	color: #777
}
.schedule .card-body .location span {
	color: #9b3e34;
	margin-right: 5px
}
.accordion .card {
	border-radius: 0;
	margin-bottom: -2px
}
.accordion .header-title {
	position: relative
}
.accordion .header-title:after {
	font-family: lineicons;
	content: "\ea45";
	position: absolute;
	right: 10px;
	color: #999;
	top: 50%;
	line-height: 1;
	padding: 0 5px;
	margin-top: -7px
}
.accordion .card-header {
	background: 0 0;
	cursor: pointer;
	padding: 0
}
.accordion .card-header i {
	color: #9b3e34;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	border-right: 1px solid #ddd
}
.accordion .card-body {
	padding-left: 56px
}
.services {
	background: #fff
}
.padding-none {
	padding: 0;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.padding-none:nth-child(1) {
	border-left: none
}
.padding-none:nth-child(4) {
	border-bottom: none;
	border-left: none
}
.padding-none:nth-child(5) {
	border-bottom: none
}
.padding-none:nth-child(6) {
	border-bottom: none
}
.services-wrapper {
	margin-top: 30px
}
.services-item {
	padding: 40px 20px;
	text-align: center;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.services-item .icon i {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 15px;
	color: #212121;
	border-radius: 0;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.services-item .services-content h3 {
	margin-bottom: 10px;
	line-height: 26px
}
.services-item .services-content h3 a {
	font-size: 20px;
	letter-spacing: .5px;
	font-weight: 400;
	color: #212121
}
.services-item:hover {
	background: #f3f3f3
}
.services-item:hover .icon i {
	background: 0 0;
	color: #ca313c
}
#gallery {
	background: #f3f4f3;
	position: relative
}
#gallery .gallery-box {
	position: relative;
	margin-bottom: 30px
}
#gallery .gallery-box .overlay-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 35%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
#gallery .gallery-box .overlay-box i {
	background: #fff;
	color: #9b3e34;
	font-size: 30px;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border-radius: 50%;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
#gallery .gallery-box:hover .overlay-box {
	background: rgba(233, 30, 99, .7);
	transform: scale(1, 1);
	transition: all 500ms ease
}
#gallery .gallery-box:hover .overlay-box i {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1)
}
.team-item:hover {
	box-shadow: 0 25px 35px -12px rgba(0, 0, 0, .35)
}
.team-item {
	margin: 15px 0;
	padding: 10px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.team-item .team-img {
	position: relative;
	overflow: hidden
}
.team-item .team-img img {
	width: 100%;
}
.team-item .team-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(47, 47, 47, .7);
	opacity: 0;
	width: 100%;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.team-item .overlay-social-icon {
	color: #fff;
	top: 15px;
	position: absolute;
	right: 15px
}
.team-item .overlay-social-icon .social-icons {
	padding-left: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.team-item .overlay-social-icon .social-icons li {
	display: inline-block;
	margin: 0 4px
}
.team-item .overlay-social-icon .social-icons li a {
	letter-spacing: 0;
	outline: 0!important
}
.team-item .overlay-social-icon .social-icons li a i {
	font-size: 20px;
	color: #fff;
	width: 36px;
	height: 36px;
	background: #9b3e34;
	display: block;
	border-radius: 4px;
	line-height: 36px;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
	background: #3b5998
}
.team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
	background: #00aced
}
.team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
	background: #fb3958
}
.team-item .info-text {
	/*position: absolute;
	bottom: 10px;
	left: 10px;*/
	padding: 15px 20px;
	background: #f3f4f3;
	text-align: left
}
.team-item .info-text h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px
}
.team-item .info-text h3 a {
	color: #212121
}
.team-item .info-text h3 a:hover {
	color: #9b3e34
}
.team-item .info-text p {
	margin: 0;
	line-height: 1.25;
	color: #888;
	font-size: 0.7em;
}
.team-item:hover .team-overlay {
	opacity: 1
}
.team-item:hover .social-icons {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}
.member-item {
	margin-bottom: 15px;
}
.member-item .info-text h3 {
	font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}
.member-item .info-text p {
	margin: 0;
	line-height: 1.25;
	color: #888;
	font-size: 0.7em;
}
@media (min-width:768px) {
	.member-item .team-img img {
		max-width: 160px;
	}
}
.blog-item {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
.blog-item .blog-image {
	width: 100%;
	max-width: 370px;
	position: relative;
	overflow: hidden
}
.blog-item .blog-image img {
	background: #000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
.blog-item .tag {
	position: absolute;
	top: -18px;
	left: 20px;
	padding: 4px 27px;
	background-color: #fff;
	color: #9b3e34;
	border-radius: 4px;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	box-shadow: 0 3px 16px rgba(35, 31, 32, .15)
}
.blog-item .descr {
	padding: 30px 15px;
	color: #212121;
	position: relative
}
.blog-item .descr h3 {
	line-height: 30px;
	margin-bottom: 15px
}
.blog-item .descr h3 a {
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	color: #212121;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
.blog-item .descr h3 a:hover {
	color: #9b3e34
}
.blog-item .descr .meta-tags {
	margin-bottom: 10px
}
.blog-item .descr .meta-tags span {
	color: #999;
	margin-right: 8px
}
.blog-item .descr .meta-tags span a {
	color: #999;
	margin-left: 8px
}
.blog-item .descr .meta-tags span a:hover {
	color: #9b3e34
}
.blog-item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}
.blog-item:hover .blog-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.contact {
	background: #111
}
#conatiner-map {
	width: 100%;
	height: 580px
}
.title-forme {
	font-size: 28px;
	margin-bottom: 20px
}
.contact-item {
	position: relative;
	text-align: center
}
.contact-item i {
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	background: #2d2d2d;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}
.contact-item .contact-info h3 {
	color: #9b3e34;
	font-size: 18px;
	margin-bottom: 10px
}
.contact-item .contact-info p {
	color: #fff
}
#subscribe {
	background: #f2f2f2
}
.subscribe-inner {
	padding: 50px 0;
	text-align: center
}
.subscribe-inner .subscribe-title {
	font-size: 36px;
	margin-bottom: 30px
}
.subscribe-inner p {
	color: #888;
	margin-bottom: 30px
}
.subscribe-inner .sub-btn {
	margin: 0;
	width: 12rem;
	padding: 18px 40px;
	min-width: 12rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}
.subscribe-inner .sub-btn i {
	margin-right: 5px
}
.subscribe-inner .form-control {
	position: relative;
	background: #fff;
	border: 1px solid #9b3e34;
	border-radius: 0;
	box-shadow: none;
	color: #888999;
	height: 55px;
	margin-right: -1px;
	width: 90%
}
.subscribe-inner .form-control:focus {
	color: #212121;
	background-color: #fff;
	border-color: #9b3e34;
	outline: 0
}
.subscribe-inner .form-inline {
	position: relative;
	margin-bottom: 30px;
	margin: 0 auto;
	width: 100%
}
#google-map-area {
	position: relative
}
#google-map-area .container-fluid {
	padding-left: 0;
	padding-right: 0
}
.container-form {
	left: 0%;
	padding: 40px 15px;
	margin-left: -15px;
	z-index: 99
}
.container-form .form-wrapper {
	background-color: #fff;
	padding: 56px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}
.container-form .form-wrapper .form-group {
	margin-bottom: 30px
}
.container-form .form-wrapper .form-control {
	display: block;
	width: 100%;
	line-height: 26px;
	font-size: 1rem;
	box-shadow: none;
	color: #848484;
	background: #f7f7f7;
	border: 1px solid transparent;
	padding: 7px 19px;
	border-radius: 0;
	background-image: none;
	background-clip: padding-box
}
.container-form .form-wrapper .form-control:focus {
	color: #212121;
	background-color: #fff;
	border-color: #9b3e34;
	box-shadow: none;
	outline: 0
}
.container-form .form-wrapper .g-recaptcha {
	display: inline-block;
}
.form-submit .btn-common {
	width: 100%
}
.list-unstyled li {
	margin-top: 10px;
	color: #dc3545!important
}
.text-danger {
	margin-bottom: 20px;
	font-size: 18px
}
.form-control {
	display: block;
	width: 100%;
	line-height: 27px;
	font-size: 1rem;
	box-shadow: none;
	color: #848484;
	background: #f7f7f7;
	padding: 7px 19px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.form-control:focus {
	border-color: #9b3e34;
	box-shadow: none;
	outline: 0
}
.footer-area {
	background: #222
}
.footer-area h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: .5px
}
.footer-area p {
	font-size: 1rem;
	color: #fff;
	line-height: 20px;
	margin: 0;
	padding-right: 50px
}
.footer-area ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400
}
.footer-area ul li a:hover {
	color: #9b3e34
}
.footer-area .footer-social li {
	display: inline-block
}
.footer-area .footer-social li a {
	color: #000;
	cursor: pointer;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.footer-area .footer-social li a:hover {
	color: #fff
}
.footer-area .footer-social li .facebook:hover {
	background: #3b5998
}
.footer-area .footer-social li .twitter:hover {
	background: #00aced
}
.footer-area .footer-social li .vk:hover {
	background: #4a76a8
}
.footer-area .footer-social li .foursqare:hover {
	background: #25a0ca
}
.footer-area .footer-social li .google-plus:hover {
	background: #d34836
}
.footer-area .footer-text p {
	font-size: 1rem;
	margin-top: 20px;
	color: #fff
}
.footer-area .footer-text p a {
	color: #9b3e34
}
.footer-area .footer-text .nav-inline .nav-link {
	padding: 11px 7px;
	color: #888
}
.footer-area .footer-text .nav-inline .nav-link:hover {
	color: #9b3e34
}
.image-list {
	padding: 0;
	margin: 0
}
.image-list li {
	margin-bottom: 15px;
	display: inline-block
}
.image-list li .overlay {
	float: left;
	width: 70px;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0
}
.image-list li .overlay:hover figcaption {
	opacity: 1;
	transition: all .3s ease-in-out
}
.image-list .post-content {
	margin-left: 85px;
	margin-bottom: 0
}
.image-list .post-content .post-title {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 15px;
	margin: 0
}
.image-list .post-content .post-title a {
	color: #fff
}
.image-list .post-content .post-title a:hover {
	color: #9b3e34
}
.image-list .post-content .meta {
	color: #999
}
.image-list .post-content .meta span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px
}
.newsletter-wrapper .form-group {
	margin-bottom: 20px;
	position: relative
}
.newsletter-wrapper .form-group input {
	display: inline-block;
	position: relative
}
.newsletter-wrapper .sub-btn {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 10px 20px
}
.widget {
	margin-top: 10px
}
.widget .widget-title {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff
}
#copyright {
	background: #0b0b0b;
	text-align: center
}
#copyright p {
	line-height: 42px;
	color: #fff;
	margin: 0
}
#copyright p a {
	color: #fff
}
#copyright p a:hover {
	color: #9b3e34
}
.countdown-timer .heading-count {
	padding: 10px 68px
}
.countdown-timer .heading-count h2 {
	font-size: 40px;
	color: #212121;
	line-height: 48px
}
.countdown-timer .heading-count h4 {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-top: 30px
}
.countdown-timer .heading-count h4 span {
	background: #212121;
	padding: 7px 15px;
	border-radius: 4px
}
.countdown-timer .heading-count p {
	font-size: 1rem;
	color: #212121;
	line-height: 30px
}
.time-count div {
	text-align: center
}
.time-entry {
	display: inline-block;
	width: 100px;
	margin: 15px 6px;
	height: 100px;
	padding: 20px;
	box-shadow: 1px 10px 20px rgba(0, 0, 0, .2);
	border-radius: 4px;
	background: #fff;
	text-align: center;
	font-weight: 400;
	color: #212121;
	font-size: 16px;
	text-transform: lowercase;
	line-height: 22px
}
@media(max-width:767px) {
	.time-entry {
		width: 90px;
		height: 90px;
		padding: 13px;
		font-size: 15px
	}
}
.time-entry span {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	display: block;
	color: #212121;
	margin-bottom: 10px
}
@media(max-width:767px) {
	.time-entry span {
		font-size: 28px;
		line-height: 28px
	}
}
.time-entry:first-child {
	border-left: none
}
.time-countdown {
	margin: 20px 0
}
#pricing {
	background: url(../img/background/bg-pricing.jpg);
	background-attachment: fixed;
	overflow: hidden;
	position: relative
}
#pricing .section-title-header .section-title {
	color: #fff
}
#pricing .section-title-header p {
	color: #fff
}
#pricing .price-block-wrapper {
	text-align: center;
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 30px
}
#pricing .price-block-wrapper .icon {
	padding: 20px
}
#pricing .price-block-wrapper .icon i {
	font-size: 60px;
	color: #9b3e34
}
#pricing .price-block-wrapper .colmun-title {
	margin-top: 15px
}
#pricing .price-block-wrapper .colmun-title h5 {
	font-size: 18px;
	line-height: 30px;
	color: #212121;
	margin-bottom: 5px;
	font-weight: 700;
	background: #fff;
	text-transform: uppercase
}
#pricing .price-block-wrapper .price {
	padding-bottom: 10px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease
}
#pricing .price-block-wrapper .price h2 {
	font-size: 38px;
	color: #5c5c5c;
	line-height: 42px;
	margin: 0
}
#pricing .price-block-wrapper .price p {
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease
}
#pricing .price-block-wrapper .pricing-list {
	padding: 10px 60px 10px 78px;
	text-align: left
}
#pricing .price-block-wrapper .pricing-list ul {
	padding-bottom: 15px
}
#pricing .price-block-wrapper .pricing-list ul li {
	font-size: 15px;
	color: #212121;
	font-weight: 400;
	padding: 2px 0
}
#pricing .price-block-wrapper .pricing-list ul li i {
	margin-right: 7px;
	font-size: 12px;
	color: #9b3e34
}
#pricing .price-block-wrapper .btn i {
	font-size: 12px;
	margin-right: 5px
}
#main-slide .carousel-control {
	display: none;
	transition: all .3s ease-in-out
}
#main-slide .carousel-indicators {
	cursor: pointer;
	bottom: 90px
}
#main-slide:hover .carousel-control {
	display: block;
	transition: all .3s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
#main-slide .carousel-item {
	height: 600px;
	background-position: center center;
	background-size: cover
}
@media only screen and (min-width:1400px) {
	#main-slide .carousel-item {
		height: 550px
	}
}
@media(max-width:767px) {
	#main-slide .carousel-item {
		height: 550px
	}
}
#main-slide .carousel-inner .carousel-item::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
#main-slide .carousel-item .carousel-caption {
	opacity: 0;
	transition: opacity 100ms ease 0s;
	z-index: 0
}
#main-slide .carousel-item .carousel-caption-inner {
	padding: 0 1rem;
}
#main-slide .carousel-item .carousel-caption .heading {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	font-family: Vollkorn,serif;
	text-transform: uppercase;
	letter-spacing: .1rem;
	margin-top: 30px
}
#main-slide .carousel-item .carousel-caption .sub-heading {
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	font-family: Vollkorn,serif;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 30px;
	position: relative;
}
#main-slide .carousel-item .carousel-caption .sub-heading:before {
	content: '';
	width: 200px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -100px;
}
#main-slide .carousel-item .carousel-caption .heading-date {
	border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 5px 10px;
}
@media(min-width:992px) {	
	#main-slide .carousel-item .carousel-caption .heading span {
		font-size: 1.5em;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#main-slide .carousel-item .carousel-caption .heading {
		font-size: 40px
	}
}
@media(max-width:767px) {
	#main-slide .carousel-item .carousel-caption .heading {
		font-size: 20px
	}
	#main-slide .carousel-item .carousel-caption .sub-heading {
		font-size: 20px
	}
}
@media only screen and (min-width:576px) and (max-width:767px) {
	#main-slide .carousel-item .carousel-caption .heading {
		font-size: 28px
	}
}
#main-slide .carousel-item .carousel-caption p {
	font-size: 20px
}
@media(max-width:767px) {
	#main-slide .carousel-item .carousel-caption p {
		font-size: 16px
	}
}
#main-slide .carousel-item.active .carousel-caption {
	opacity: 1;
	transition: opacity 100ms ease 0s;
	z-index: 1
}
#main-slide .carousel-caption {
	color: #fff;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 90px;
	width: 100%;
	left: 0
}
@media(max-width:767px) {
	#main-slide .carousel-caption {
		padding-top: 60px;
		top: 40%;
	}
}
#main-slide .carousel-caption .btn {
	margin: 0
}
@media(max-width:767px) {
	#main-slide .carousel-caption .btn {
		padding: 10px 20px;
		font-size: 13px;
		margin: 15px 6px 0
	}
}
#main-slide .carousel-control-next, #main-slide .carousel-control-prev {
	opacity: 1;
	box-shadow: none
}
#main-slide .carousel-control-prev span {
	padding: 15px
}
#main-slide .carousel-control-next span {
	padding: 15px
}
#main-slide .carousel-control {
	top: 45%
}
#main-slide .carousel-control .lni-chevron-left, #main-slide .carousel-control .lni-chevron-right {
	position: absolute;
	z-index: 5
}
#main-slide .carousel-control .lni-chevron-left {
	left: 15px
}
#main-slide .carousel-control .lni-chevron-right {
	right: 15px
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%
}
#main-slide .carousel-control i {
	line-height: 40px;
	font-size: 18px;
	width: 45px;
	border: 2px solid #fff;
	height: 45px;
	display: block;
	border-radius: 2px;
	background: 0 0;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}
#main-slide .carousel-control i:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border-color: #fff
}

.schedule-light {
	margin: 2rem 0;
}
.schedule-light-list {
	box-shadow: 1px 3px 15px rgba(0, 0, 0, .1);
}
.schedule-light-item {
	border: none;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #ddd;
	padding: 15px 70px 15px 110px;
	min-height: 80px;
	position: relative;
}
.schedule-light-item:first-child {
    border-top: none;
}
.schedule-light-item:nth-child(even) {
	background: #f3f4f3;
}
.schedule-light-item [class^=lni-] {
	position: absolute;
	left: 20px;
	top: 15px;
	color: #ca313c;
	font-size: 50px;
}
.schedule-light-item h4 {
	font-weight: 700;
    font-size: 18px;
    color: #212121;
    margin-bottom: 0;
}

@media (min-width: 768px) {
	.text-md-padding-top {
		padding-top: 100px;
	}
}

@media (min-width: 992px) {
	.row-5 .col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.row.is-limited-8 > *:nth-child(n+9) {
	display: none;
}
.row.is-limited-10 > *:nth-child(n+11) {
	display: none;
}

.modal-footer {
	justify-content: center;
}

.container.is-delayed {
	position: relative;
}
.container.is-delayed:before {
	content: '';
	background-image: url(../../images/delayed3.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
	display: block;
	height: 60px;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.container.is-delayed:before {
		background-image: url(../../images/delayed2.png);
		position: absolute;
		right: 15px;
		width: 310px;
		height: 140px;
		margin-bottom: 0;
	}
}

    

    .swiper {
      width: 100%;
      padding: 20px 0;
    }

    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .card {
      width: 90%;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      text-decoration: none;
      color: inherit;
      transition: transform 0.3s ease;
    }

    .card:hover img{
      transform: scale(1.03);
    }
		.card img {
			transition: transform 300ms;
		}
    .card img {
      width: 100%;
      display: block;
    }

    .card-title {
      font-size: 16px;
      font-weight: bold;
			display: -webkit-box;
			overflow: hidden;
			line-clamp: 2;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			-webkit-text-decoration: none;
			text-decoration: none;
    }

    /* Настройка стрелок */
.swiper-button-prev,
.swiper-button-next {
  color: rgba(255, 255, 255, 0.9);
  background-color: #ca313c;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}

.swiper-button-prev {
  left: 10px; /* внутри контейнера */
}

.swiper-button-next {
  right: 36px !important; /* внутри контейнера */
}
.card-img-new{
	overflow: hidden;
}
.schedule-light-item p{
font-size: clamp(1.125rem, 0.9787rem + 0.7317vw, 1.5rem);
}
.contact-box{
	justify-content: flex-end;
	gap: 2em;
}
@media(min-width:991px) {
	.contact-box{
	display: flex;
}
}
.btn-new-style{
	background-color: #ca313c;
	position: relative;
overflow: hidden;
z-index: 1;
}