﻿/*******************************/
/********* General CSS *********/
/*******************************/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	float: left;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
}

.shadow2 {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .6) !important;
}

strong {
	font-weight: bold;
	color: red;
}
body {
	color: #797979;
	background: white;
	font-family: 'Open Sans', sans-serif;
/*style="background-image: url('ing/006-subtle-light-patterns.jpg');"*/
}
h1, h2, h3, h4, h5, h6 {
	color: red;
	transition: .9s;
}
a {
	color: #797979;
	transition: .9s;
}
.b80 {
	font-size: 80%;
	font-weight: bold;
}
.b80r {
	font-size: 80%;
	font-weight: bold;
	color:red;
	margin-right:10px;
}

.n80t {
	font-size: 80%;
	border-left: thin red double;
	padding-left: 20px;
	margin-left: 40px;
}
.p80t {
	font-size: 80%;
	border-left: thin red double;
	padding-left: 20px;
	margin-left: 40px;
}
.b80t {
	font-size: 80%;
	font-weight: bold;
	border-left: thin red double;
	padding-left: 20px;
	margin-left: 40px;
}
.pt {
	padding-left: 20px;
	margin-left: 40px;
	font-size: 80%;
}
.p80 {
	font-size: 80%;
}
.gsc-search-box {
	width: 300px !important;
}
a:hover, a:active, a:focus {
	color: red;
	outline: none;
	text-decoration: none;
}
.btn {
	border-radius: 10px;
}
.btn:focus, .form-control:focus {
	box-shadow: none;
}
.container-fluid {
	max-width: 1366px;
}
@media 
{
.container-fluid {
	max-width: 1100px;
}
}
.container-full {
	max-width: 90%!important;
	margin: 0 auto;
}
.back-to-top {
	position: fixed;
	display: none;
	background: #F7CAC9;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 9;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	
}
.back-to-top:hover {
	background: red;
}
.back-to-top:hover i {
	color: #F7CAC9;
}
.back-to-top i {
	color: red;
	padding-top: 10px;
}
/**********************************/
/********** schedule ***********/
/**********************************/
.shedule-block {
	/* border:1px gray dashed;*/
margin: 20px 0;
	padding: 10px;
}
.top-bar {
	position: relative;
	height: 48px;
	background: #303030;
	z-index: 10;
}

.top-bar .top-bar-left  {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align:middle;

}
.top-bar .top-bar-left a img {
 width:100%;
 max-height:48px;
 padding: 5px 3px 0px 3px;
 

}
.top-bar .top-bar-left {
	margin: 0;
	text-align: center;

}
.top-bar .middle-bar-left {
	margin: 0;
	text-align: justify;
}
.middle-bar-left {
	text-align: right;
}
.middle-bar-left img {
	width: 100%;
	max-width: 250px;
	margin-top:-5px;
}
.midle-bar-right {

	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-bar .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 35px;
	padding: 0 10px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .text:last-child {
	border-right: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .text i {
	font-size: 13px;
	margin-right: 5px;
}
.top-bar .text h2 {
	color: #eeeeee;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
}
.top-bar .text p {
	color: #eeeeee;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 5px;
}
.midle-bar-right .social {
	margin-top:7px;
	display: flex;
	justify-content: flex-end;
}
.midle-bar-right .social a {
	display: flex;
	align-items: center;
	justify-content: center;


	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, .15);

	color: gray;
}
.midle-bar-right .social a:first-child {
	border-left: 1px solid rgba(255, 255, 255, .15);
}
.midle-bar-right .social a:hover {
	color: #092a49;
	background: white;
}
/**********************************/
/********** Info Bar CSS ***********/
/**********************************/
.info-bar {
	position: relative;
	background: red;
}
.info-bar .info-bar-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-bar .text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	border-left: 1px solid rgba(255, 255, 255, .15);
	float: left;
	margin-right: 10px;
}
.info-bar .text:last-child {
	border-right: 1px solid rgba(255, 255, 255, .15);
}
.info-bar .text i {
	font-size: 13px;
	color: white;
	margin-right: 5px;
}
.info-bar .text h2 {
	color: #eeeeee;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
}
.info-bar .text p {
	color: #eeeeee;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 5px;
}
.info-bar .social {
	display: flex;
	height: 35px;
	font-size: 0;
	justify-content: flex-end;
}
.info-bar .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 100%;
	font-size: 16px;
	color: white;
	border-right: 1px solid rgba(255, 255, 255, .15);
}
.info-bar .social a:first-child {
	border-left: 1px solid rgba(255, 255, 255, .15);
}
.info-bar .social a:hover {
	color: #092a49;
	background: white;
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
	position: relative;
	z-index: 999;
	background: rgba(255, 0, 0, 1)!important;
	
}
.navbar.nav-sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.navbar .navbar-brand {
	margin: 0;
	color: white;
	font-size: 45px;
	line-height: 0px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .5s;
}
.navbar .navbar-brand span {
	color: red;
	text-transform: lowercase;
	transition: .5s;
}
.navbar.nav-sticky .navbar-brand span {
	color: white;
}
.navbar .navbar-brand img.show {
	max-width: 100%;
	max-height: 32px;
}
.navbar .adv {
	color: white;
	text-align: center;
	font-size: 13px;
	padding: 0 5px;
}
.navbar .adv img {
	max-width: 100%;
	max-height: 60px;
}
.navbar .adv img:hover {
	max-height: none;
}
.navbar .navbar-brand img {
	max-width: 0%;
	max-height: 0px;
}
.navbar-dark{
        	position: fixed;
	top: 0;
	width: 100%;

}

.navbar-dark .navbar-nav .nav-link {
	padding: 15px 10px 15px 10px;
	color: white;
	transition: .5s;
	
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
	transition: none;
	color: white;
	background: rgba(255,255,255,0.7);
	transition: .5s;
	
}
.navbar .dropdown-menu {
	position: absolute !important;
	left: 0;
	border: 0;
	border-radius: 0;
	background: red;

}
@media 
{
.navbar {
	position: absolute;
	width: 100%;
	top: 110px;
	z-index: 9;
}
.navbar.nav-sticky {

}
.navbar a.nav-link {
	padding: 8px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;

}
.navbar .navbar-brand span {
	color: white;
}
.navbar a.nav-link {
	padding: 5px;
}
.navbar .dropdown-menu {
	box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link {

}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero2 {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.hero {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
	background-color: red;
	background-size: cover;
	background-position: center;
	transition: .0s;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.hero .hero-image {
	position: relative;
	text-align: right;
}
.hero .hero-image img {
	max-width: 100%;
	max-height: 100%;
}
.hero .hero-text {
	position: relative;
	
	display: block;
}
.hero .hero-text h1 {
	color: white;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
.hero-text p {
	color: white;
	margin-bottom: 25px;
	/*text-shadow: 1px 0px 1px rgba(0,0,0,1), 0px 1px 1px rgba(0,0,0,1), -1px 0px 1px rgba(0,0,0,1), 0px -1px 1px rgba(0,0,0,1), 30px 20px 15px rgba(0,0,0,1);*/
}
.hero-btn {
	z-index: 10;
	line-height: 3;
}
.hero-btn .btn {
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7CAC9;
	background: red;
	transition: .3s;
	margin: 5px 0;
	text-decoration: none;
}
.hero .hero-btn .btn img {
	width: 56px;
	filter: brightness(100);
}
.btn:hover {
	color: red;
	background: #F7CAC9;
	color: red;
	transition: .3s;
}
@media 
{
.hero .hero-text {
	text-align: left;
}
.hero .hero-text h1 {
	font-size: 35px;
}
.hero .hero-text p {
}
.hero .hero-text .btn {
	padding: 10px 10px;
	letter-spacing: 1px;
}
}
@media 
{
.hero .hero-text h1 {
	font-size: 30px;
	font-weight: 600;
}
.hero .hero-text p {
	font-size: 14px;
}
.hero .hero-text .btn {
}
}
@media 
{
.hero .hero-text h1 {
	font-size: 25px;
}
.hero .hero-text p {
}
.hero .hero-text .btn {
	padding: 10px 2px 10px 2px;
}
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
	position: relative;
	padding: 110px 0 50px 0;
	text-align: center;
	background: url(../img/curtain.png), red;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.page-header h2 {
	position: relative;
	color: white;
	font-size: 60px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.page-header a {
	position: relative;
	padding: 0 12px 3px 12px;
	font-size: 22px;
	color: red;
	border-radius: 10px;
}
.page-header a:hover {
	color: white;
}
.page-header a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: -2px;
	right: -7px;
	text-align: center;
	color: red;
}
.page-header a:last-child::after {
	display: none;
}
@media 
{
.page-header h2 {
	font-size: 35px;
}
.page-header a {
	font-size: 18px;
}
}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
}
.section-header p {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 5px;
	padding: 0 10px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	background: white;
}
.section-header p::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 11px;
	right: -30px;
	left: -30px;
	background: #F7CAC9;
	z-index: -1;
}
.section-header h2 {
	margin: 0;
	position: relative;
	font-size: 40px;
	font-weight: 700;
}
@media 
{
.section-header h2 {
	font-size: 30px;
}
}
/*******************************/
/********** About CSS **********/
/*******************************/
.about {
	position: relative;
	width: 100%;
}
.about .section-header {
	margin-bottom: 30px;
	margin-left: 0;
}
.about .about-img {
	position: relative;
	height: 100%;
	background-image: url('../img/about.png');
	background-repeat: no-repeat;
	background-size: cover:;
}
.about .about-img img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .about-text p {
}
.about .about-text a.btn {
	position: relative;
	margin-top: 15px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7CAC9;
	background: red;
	transition: .3s;
}
.about .about-text a.btn:hover {
	color: red;
	background: #F7CAC9;
}
.about .btn2 {
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: red;
	transition: .3s;
	margin-left: 5px;
	text-align: left;
}
.about .btn2 .btn:hover {
	color: #F7CAC9;
}
@media 
{
.about .about-img {
	margin-bottom: 30px;
	height: auto;
}
}
/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 45px 0 15px 0;

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
/*	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);*/
}
.service .service-item {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .07);
	transition: 1.3s;
	background: rgba(255,255,255,0.3);
	border-radius: 10px!important;
}
.service .service-item:hover {
	background: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
}

 .service .service-item.active {
	background: rgba(255,0,0,0.8);
	color: white;
	cursor: pointer;
}


.service .service-icon {
	position: relative;
	margin: 0 auto 25px auto;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.service .service-icon i {
	position: relative;
	font-size: 50px;
	color: red;
	z-index: 3;
}
.service .service-icon:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #F7CAC9;
	border-radius: 50%;
	animation: pulse-border 2000ms ease-out infinite;
}
.service .service-icon:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: white;
	border-radius: 50%;
	transition: all 200ms;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
opacity: 0;
}
}
.service .service-item h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	transition: .3s;
}
.service .service-item:hover h3 {
	color: white;
}
.service .service-item.active h3 {
	color: white;
}
.service .service-item p {
	margin: 0;
	font-size: 16px;
}











/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #EF233C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}




/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
	position: relative;
	padding: 20px 0;
}
.class #class-filter {
	padding: 0;
	margin: -15px 0 25px 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
.class #class-filter li {
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	color: red;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	background: none;
	border: 1px solid red;
	transition: .3s;
	background: white;
}
.class #class-filter li img {
	border-radius: 10px;
}
.class #class-filter li:hover {
	background: red;
	color: white;
	transition: .8s;
}
.class #class-filter li.filter-active {
	background: red;
	color: white;
}
.class .class-item {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	transition: .3s;
}
.class .class-wrap {
	position: relative;
	width: 100%;
	background-color: white;
}
.class .class-img {
	position: relative;
}
.class .class-img img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.class .class-text {
	position: relative;
	padding: 30px 30px 25px 30px;
	border-right: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-left: 1px solid rgba(0, 0, 0, .07);
}
.class .class-text h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.class .class-teacher {
	position: relative;
	height: 40px;
	margin-top: -50px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 40px;
	transition: .8s;
}
.class .class-wrap:hover .class-teacher {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.class .class-teacher img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: ;
}
.class .class-teacher h3 {
	/*    width: calc(100% - 95px);*/
width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 15px;
/* 	white-space: nowrap;
overflow: hidden;*/text-align: center;
	color: gray;
	font-weight: normal;
}
.class .class-teacher a {
	width: 40px;
	height: 40px;
	padding: 0 0 3px 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 100;
	color: red;
	background: #F7CAC9;
	border-radius: 40px;
	transition: .3s;
}
.class .class-meta {
	position: relative;
	display: flex;
	align-items: center;
}
.class .class-meta p {
	margin: 0;
	font-size: 14px;
}
.class .class-wrap:hover .class-meta p {
	color: #797979;
}
.class .class-meta p:first-child {
	margin-right: 10px;
}
.class .class-meta p i {
	margin-right: 5px;
	color: red;
}
/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
	position: relative;
	width: 100%;
	padding: 45px 0 15px 0;
}
.price .price-item {
	position: relative;
	margin-bottom: 30px;
}
.price .price-header, .price .price-body, .price .price-footer {
	position: relative;
	width: 100%;
	text-align: center;
	background: white;
	overflow: hidden;
}
.price .price-header {
	padding: 30px;
	background: #F7CAC9;
	color: red;
}
.price .price-item.featured-item .price-header {
	background: red;
	color: #F7CAC9;
}
.price .price-status {
	margin-top: -30px;
	text-align: right;
}
.price .price-status span {
	position: relative;
	display: inline-block;
	height: 30px;
	right: -30px;
	padding: 7px 10px;
	text-align: center;
	color: red;
	font-size: 14px;
	line-height: 14px;
	background: #F7CAC9;
}
.price .price-title h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.price .price-prices h2 {
	font-size: 45px;
	font-weight: 700;
	margin-left: 10px;
}
.price .price-prices h2 small {
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	margin-top: 9px;
	margin-left: -12px;
}
.price .price-prices h2 span {
	margin-left: 1px;
	font-size: 18px;
	font-weight: 400;
}
.price .price-item.featured-item h2 {
	color: #F7CAC9;
}
.price .price-body {
	padding: 25px 0 20px 0;
	border: 1px solid rgba(0, 0, 0, .07);
	border-bottom: none;
}
.price .price-description ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price .price-description ul li {
	padding: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.price .price-description ul li:last-child {
	border: none;
}
.price .price-action {
	border: 1px solid rgba(0, 0, 0, .07);
	border-top: none;
}
.price .price-action a.btn {
	margin-bottom: 30px;
	padding: 12px 20px;
	color: red;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	background: #F7CAC9;
	transition: .3s;
}
.price .price-action a:hover, .price .price-item.featured-item .price-action a {
	color: #F7CAC9;
	background: red;
}
.price .price-item.featured-item .price-action a:hover {
	color: red;
	background: #F7CAC9;
}
/*******************************/
/********* discount CSS *********/
/*******************************/
.discount {
	position: relative;
	width: 100%;
	margin: 45px 0;
	padding: 90px 0 50px 0;

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.discount .section-header {
	margin-bottom: 20px;
	text-align: center;
}
.discount .section-header h3 {
	color: white;
	font-weight: bold;
}
.discount .discount-text {
	text-align: center;
}
.discount .discount-text p {
	color: white;
	text-align: center;
}
.discount .discount-text p:nth-child(2){
font-weight:bold;
}
.discount .discount-text .btn {
	margin: 10px auto;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7CAC9;
	background: red;
	transition: .3s;
}
.discount .discount-text .btn:hover {
	color: red;
	background: white;
}
/*******************************/
/********* youtube CSS *********/
/*******************************/
.youtube {
	position: relative;
	width: 100%;
	background: url('../img/bg-gray.jpg');
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.youtube .left-side {
	margin: 90px 0;
	padding: 50px;
	background: rgba(255, 255, 255, 0.5);
	transition: 0.9s;
	border-radius: 10px;
}
.youtube .left-side:hover {
	padding: 50px;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.9s;
}
.youtube .right-side {
	margin: 90px 0;
	padding: 50px;
	background: rgba(255, 0, 0 , 0.5);
	transition: 1.9s;
	border-radius: 10px;
}
.youtube .right-side:hover {
	background: rgba(255, 0,0 , 0.9);
	transition: 1.9s;
	padding: 50px;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
	position: relative;
	width: 100%;
	padding: 0;
}
.team.sidebar-widget .team-text {
	text-align: left!important;
}
.team .team-carousel {
	position: relative;
	width: calc(100% + 30px);
	left: -15px;
	right: -15px;
}
.team .team-item {
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	background: white;
	border: 1px solid rgba(0, 0, 0, .07);
}
.team .team-img {
	position: relative;
	overflow: hidden;
}
.team .team-img img {
	position: relative;
	width: 100%;
}
.team .team-social {
	position: absolute;
	width: 100%;
	height: 15%;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.team .team-social a {
	position: relative;
	margin: 0 3px;
	margin-top: 100px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	font-size: 16px;
	color: #F7CAC9;
	background: red;
	opacity: 0;
}
.team .team-social a:hover {
	color: red;
	background: #F7CAC9;
}
.team .team-item:hover .team-social {
	background: rgba(256, 256, 256, .5);
}
.team .team-item:hover .team-social a:first-child {
	opacity: 1;
	margin-top: 0;
	transition: .3s 0s;
}
.team .team-item:hover .team-social a:nth-child(2) {
opacity: 1;
margin-top: 0;
transition: .3s .1s;
}
.team .team-item:hover .team-social a:nth-child(3) {
opacity: 1;
margin-top: 0;
transition: .3s .2s;
}
.team .team-item:hover .team-social a:nth-child(4) {
opacity: 1;
margin-top: 0;
transition: .3s .3s;
}
.team .team-text {
	position: relative;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background: white;
}
.team .team-text h2 {
	font-size: 18px;
	font-weight: 600;
}
.team .team-text p {
	margin: 0;
}
.team .pagination .page-link {
	color: red;
	border-radius: 0;
	border-color: red;
}
.team .pagination .page-link:hover, .team .pagination .page-item.active .page-link {
	color: #F7CAC9;
	background: red;
}
.team .pagination .disabled .page-link {
	color: #999999;
}
/*******************************/
/******* recruiting CSS *******/
/*******************************/
.recruit {
}
.recruit.class-img {
}
.recruit .class-img img {
	width: 100%;
}
/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
	position: relative;
	padding: 45px 0;
	width: 100%;
	height:100%;

}
.testimonial .container {
	padding: 0;
}
.testimonial .testimonial-item {
	position: relative;
	margin: 0 15px;
	text-align: center;
}
.testimonial .testimonial-img {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}
.testimonial .testimonial-item img {
	margin: 0 auto;
	width: 120px;
	padding: 13px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .07);
	background: white;
	transition: .5s;
}
.testimonial .testimonial-text {
	position: relative;
	margin-top: -70px;
	padding: 75px 25px 25px 25px;
	text-align: center;
	background: white;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 10px!important;
}
.testimonial .testimonial-item p {
	font-size: 16px;
	color: #666666;
}
.testimonial .testimonial-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.testimonial .testimonial-text h4 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 0;
}
.testimonial .owl-item.center img {
	border-color: transparent;
}
.testimonial .owl-item.center .testimonial-text {
	background: red;
}
.testimonial .owl-item.center .testimonial-text h3 {
	color: #F7CAC9;
}
.testimonial .owl-item.center .testimonial-text p, .testimonial .owl-item.center .testimonial-text h4 {
	color: white;
}
.testimonial .owl-dots {
	margin-top: 15px;
	text-align: center;
}
.testimonial .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F7CAC9;
}
.testimonial .owl-dot.active {
	background: red;
}
/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
	position: relative;
	width: 100%;
	padding: 45px 0px;
	background-image: url('../img/bg-gray.jpg');
	margin-bottom: 50px;
	margin-top: 60px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
}



.blog .container {
	background-color: #EEE;
	padding-top: 40px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
}
.blog .blog-carousel {
	position: relative;
	width: calc(100% + 30px);
	left: -15px;
	right: -15px;
}
.blog .blog-item {
	position: relative;
	margin: 0 0 30px 0;
	background-color: white;

	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	transition: .5s;
}
.blog .blog-item:hover {
	box-shadow: 10px 10px 10px rgba(0,0,0,0);
	transition: .6s;
}
.blog .blog-page .blog-item {
	margin: 0 0 0px 0;
}
.blog .blog-img {
	position: relative;
	width: 100%;
}
.blog .blog-img img {
	width: 100%;
}
.blog .blog-text {
	position: relative;
	padding: 10px 30px;
	border-right: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-left: 1px solid rgba(0, 0, 0, .07);
	font-size: 14px;
}
.blog .blog-text h2 {
	font-size: 16px;
	font-weight: 600;
	max-height: 36px;
	min-height: 36px;
	overflow: hidden;
}
.blog .blog-text p {
	margin-bottom: 10px;
	max-height: 90px;
	min-height: 90px;
	overflow: hidden;
}
.blog .blog-item .btn {
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: red;
	transition: .3s;
}
.blog .blog-item .btn i {
	margin-left: 5px;
}
.blog .blog-item .btn:hover {
	color: #F7CAC9;
}
.blog .blog-meta {
	position: relative;
	display: flex;
	margin-bottom: 15px;
	max-height: 20px;
	min-height: 20px;
	overflow: hidden;
}
.blog .blog-meta p {
	margin: 0 5px 0 0;
	font-size: 13px;
}
.blog .blog-meta i {
	margin-right: 2px;
}
.blog .blog-meta p:last-child {
	margin: 0;
}
.owl-nav {
	width: 150px;
	margin: 32px auto 0 auto;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	margin-right: 15px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F7CAC9;
	background: red;
	font-size: 12px;
	transition: .3s;
	float: left;
	border-radius: 10px!important;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	color: red;
	background: #F7CAC9;
	cursor: pointer;
}
.blog .pagination .page-link {
	color: red;
	border-radius: 10px;
	border-color: red;
}
.blog .pagination .page-link:hover, .blog .pagination .page-item.active .page-link {
	color: #F7CAC9;
	background: red;
}
.blog .pagination .disabled .page-link {
	color: #999999;
}
.blog .blog-btn {
	text-align: center;
}
.blog .blog-btn a.btn {
	position: relative;
	margin-top: 15px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7CAC9;
	background: red;
	transition: .3s;
	margin-left: 20px;
}
.blog .blog-btn a.btn:hover {
	color: red;
	background: #F7CAC9;
}
@media 
{


.blog .blog-img {
	margin-bottom: 30px;
	height: auto;
}
}
/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
	position: relative;
	padding: 45px 0 15px 0;
}
.portfolio #portfolio-filter {
	padding: 0;
	margin: -15px 0 25px 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
.portfolio #portfolio-filter li {
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	padding: 6px 12px;
	color: red;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	background: none;
	border: 1px solid red;
	transition: .3s;
}
.portfolio #portfolio-filter li:hover, .portfolio #portfolio-filter li.filter-active {
	background: red;
	color: #F7CAC9;
}
.portfolio .portfolio-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	transition: .3s;
}
.portfolio .portfolio-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.portfolio img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.portfolio .portfolio-wrap:hover img {
	transform: rotate(5deg) scale(1.12);
}
/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
	position: relative;
	width: 100%;
	padding: 45px 0;
}
.contact .container {
	max-width: 900px;
}
.contact .contact-item {
	text-align: center;
	margin-bottom: 30px;
}
.contact .contact-item i {
	width: 50px;
	height: 50px;
	padding: 12px 0;
	font-size: 25px;
	color: red;
	margin-bottom: 15px;
	border: 1px solid #F7CAC9;
	border-radius: 50px;
}
.contact .contact-item h2 {
	font-size: 25px;
	font-weight: 700;
}
.contact .contact-form {
	position: relative;
}
.contact .contact-form input {
	height: 45px;
	padding: 15px;
	background: none;
	border-radius: 0;
}
.contact .contact-form textarea {
	height: 150px;
	padding: 15px;
	background: none;
	border-radius: 0;
}
.contact .contact-form .btn {
	padding: 12px 25px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7CAC9;
	background: red;
	transition: .3s;
}
.contact .contact-form .btn:hover {
	color: red;
	background: #F7CAC9;
}
.contact .help-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
	position: relative;
	padding: 20px 0;
}
.single .doc {
}
.single .doc-item {
	float: left;
}
.single .doc .doc-image {
}
.single .doc .doc-image img {
	width: 100%;
}
.single .doc .doc-text {
	position: relative;
	padding: 10px 30px;
	border-right: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-left: 1px solid rgba(0, 0, 0, .07);
	font-size: 14px;
}
.single.tourney .doc .doc-text {
	border: none;
}
.single .doc .doc-text p {
	margin: 0 10px 0 0;
	font-size: 13px;
}
.single .doc .doc-text i {
	margin: 0 5px 0 10px;
	color: red;
}
.single .doc .doc-text i:first-child {
	margin-left: 0;
}
.single .single-content {
	position: relative;
	margin-bottom: 30px;
/*	overflow: hidden;*/
}
.single .single-content img {
}
.single .single-content .photo img {
	margin-bottom: 20px;
	width: 100%;
}
.single .single-tags {
	margin: -5px -5px 41px -5px;
	font-size: 0;
}
.single .single-tags a {
	margin: 5px;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	border: 1px solid #dddddd;
}
.single .single-tags a:hover {
	color: #F7CAC9;
	background: red;
}
.single .single-bio {
	margin-bottom: 45px;
	margin-left: -15%;
	padding: 30px;
	background: #f3f6ff;
	display: flex;
}
.single .single-bio-img {
	width: 100%;
	max-width: 100px;
}
.single .single-bio-img img {
	width: 100%;
}
.single .single-bio-text {
	padding-left: 30px;
}
.single .single-bio-text h3 {
	font-size: 20px;
	font-weight: 700;
}
.single .single-bio-text p {
	margin: 0;
}
.single .single-related {
	margin-bottom: 45px;
}
.single .single-related h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single .related-slider {
	position: relative;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
.single .related-slider .post-item {
	margin: 0 15px;
}
.single .post-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.single .post-item .post-img {
	width: 100%;
	max-width: 80px;
}
.single .post-item .post-img img {
	width: 100%;
}
.single .post-item .post-text {
	padding-left: 15px;
}
.single .post-item .post-text a {
	font-size: 16px;
	font-weight: 400;
}
.single .post-item .post-meta {
	display: flex;
	margin-top: 8px;
}
.single .post-item .post-meta p {
	display: inline-block;
	margin: 0;
	padding: 0 3px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}
.single .post-item .post-meta p a {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
}
.single .single-comment {
	position: relative;
	margin-bottom: 15px;
}
.single .single-comment h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single .comment-list {
	list-style: none;
	padding: 0;
}
.single .comment-child {
	list-style: none;
}
.single .comment-body {
	display: flex;
/*margin-bottom: 20px;*/
}
.single .comment-img {
	width: 60px;
	padding: 3px;
}
.single .comment-img.half {
	width: 30px;
	padding: 3px;
}
.single .comment-img img {
	width: 100%;
}
.single .comment-text {
	padding-left: 15px;
	width: calc(100% - 60px);
}
.single .comment-text p {
	font-size: 13px;
	margin: 5px 0;
}
.single .comment-text i {
	color: red;
	margin-right: 2px;
	margin-left: 10px;
}
.single .comment-text img {
	color: red;
	margin-right: 2px;
	margin-left: 10px;
}
.single .comment-text h1, .single .comment-text h2, .single .comment-text h3, .single .comment-text h4, .single .comment-text h5, .single .comment-text h6 {
	color: gray;
}
.single .record .comment-text h3 {
	color: #797979;;
}
.single .record .comment-text a {
	color: red;
}
.single .comment-text span {
}
.single .comment-text .btn {
	padding: 3px 10px;
	font-size: 14px;
	color: red;
	background: #dddddd;
	margin-left: 10px;
}
.single .comment-text .btn:hover {
	background: #F7CAC9;
}
.single .comment-form {
	position: relative;
}
.single .comment-form h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single .comment-form form {
	padding: 30px;
	background: #f3f6ff;
}
.single .comment-form form .form-group:last-child {
	margin: 0;
}
.single .comment-form input, .single .comment-form textarea {
	border-radius: 0;
}
.single .comment-form .btn {
	padding: 15px 30px;
	color: #F7CAC9;
	background: red;
}
.single .comment-form .btn:hover {
	color: red;
	background: #F7CAC9;
}
.single .section-header {
	text-align: left!important;
	width: 100%!important;
}
/*.single .section-header:after {
position: absolute;
content: "";
width: 60px;
height: 2px;
bottom: 0;
left: 0;
background: #F7CAC9;}*/
.single .section-header h2 {
}
/**********************************/
/*********** widget-title  **********/
/**********************************/
.widget-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
}
.widget-title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #F7CAC9;
}
/**********************************/
/*********** category-widget **********/
/**********************************/
.category-widget {
	position: relative;
}
.category-widget ul {
	margin: 0;
	padding: 5px 10px;
	list-style: none;
}
.category-widget ul li {
	margin: 0 0 12px 22px;
}
.category-widget ul li a img {
	border-radius: 10px;
	margin-bottom: 22px;
}
.category-widget ul li:last-child {
	margin-bottom: 0;
}
.category-widget ul li a {
	display: inline-block;
	line-height: 23px;
}
.category-widget ul li::before {
	position: absolute;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #F7CAC9;
	left: 1px;
}
.category-widget ul li span {
	display: inline-block;
	float: right;
	margin-left: 5px;
}
.sidebar-widget .tag-widget {
	position: relative;
	margin: -5px -5px;
}
.sidebar-widget p {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 5px;
	padding: 0 10px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	background: white;
}
.sidebar-widget p::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 11px;
	right: -30px;
	left: -30px;
	background: #F7CAC9;
	z-index: -1;
}
.sidebar-widget2 p {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	font-size: 14px;
	font-weight: normal;
}
.sidebar-widget2 p::after {
	content: none;
}
/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
	position: relative;
	width: 100%;
}
@media 
{
.sidebar {
	margin-top: 45px;
}
}
.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}
.sidebar .sidebar-widget .widget-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
}
.sidebar .sidebar-widget .widget-title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #F7CAC9;
}
.sidebar .sidebar-widget .search-widget {
	position: relative;
}
.sidebar .search-widget input {
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 0;
}
.sidebar .search-widget input:focus {
	box-shadow: none;
}
.sidebar .search-widget .btn {
	position: absolute;
	top: 6px;
	right: 15px;
	height: 40px;
	padding: 0;
	font-size: 25px;
	color: #F7CAC9;
	background: none;
	border: none;
	transition: .3s;
}
.sidebar .search-widget .btn:hover {
	color: red;
}
.sidebar .sidebar-widget .recent-post {
	position: relative;
}
.sidebar .sidebar-widget .tab-post {
	position: relative;
}
.sidebar .tab-post .nav.nav-pills .nav-link {
	color: #F7CAC9;
	background: red;
	border-radius: 10px;
}
.sidebar .tab-post .nav.nav-pills .nav-link:hover, .sidebar .tab-post .nav.nav-pills .nav-link.active {
	color: red;
	background: #F7CAC9;
}
.sidebar .tab-post .tab-content {
	padding: 15px 0 0 0;
	background: transparent;
}
.sidebar .tab-post .tab-content .container {
	padding: 0;
}
.single .tag-widget a {
	margin: 5px;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.single .tag-widget a:hover {
	color: #F7CAC9;
	background: red;
}
.sidebar .image-widget {
	display: block;
	width: 100%;
	overflow: hidden;
}
.sidebar .image-widget img {
	max-width: 100%;
	transition: .3s;
}
.sidebar .image-widget img:hover {
	transform: scale(1.1);
}
/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
	background-image: url('../img/bg-gray.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.fed {
	background-color: rgba(255,0,0,0.0);
	transition: .9s;
}
.fed:hover {
	background-color: rgba(0,0,0,0.3);
	transition: .9s;
}
.fed .fed-items {
}
.fed .fed-item {
	transition: .9s;
	background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.7),rgba(255,255,255,0.9));
	border-radius: 10px!important;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	margin: 10px!important;
}
.fed .fed-item:hover {
	border-left: thin red solid;
	transition: .9s;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
.fed .fed-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fed .fed-img img {
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
.fed .fed-text {
	padding: 30px;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
}
.fed .fed-item a {
}
.fed .fed-item:hover a {
	color: red;
}
.pre-club {
	background-image: url('../img/bg-gray.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
}
.club {
	background-color: rgba(0,0,0,0.0);
	transition: .9s;
}
.club:hover {
	transition: .9s;
	background-color: rgba(0,0,0,0.3);
}
.club .copyright {
	font-size: 12px;
	padding-right: 10px;
	float: left;
	color: white;
}
.club .copyright p {
}
.club .copyright a {
	color: white;
	font-weight: 600;
}
.club .club-items {
}
.club .club-img {
	width: 100%;
}
.club .club-img img {
	width: 100%;
	min-width: 90px;
}
.club .club-text {
	transition: .9s;
}
.club .club-item:hover .club-text {
	transition: .9s;
	border-right: thin white dashed;
}
.club .club-text i {
	margin-left: 10px;
	margin-right: 3px;
}
.club .club-text i:first-child {
	margin-left: 0px;
}
.club .club-text h6 {
	color: white;
	margin-bottom: 0px;;
}
.club .club-text a {
	color: white;
	font-size: 11px;
	float: none;
}
/*
=============================================
clear
--------------------------------------------
*/
.clear {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
}
.clear5 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 5px !important;
}
.clear10 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 10px !important;
}
.clear20 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 20px !important;
}
.clear30 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 30px !important;
}
.clear40 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 40px !important;
}
.clear50 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 50px !important;
}
.clear60 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 60px !important;
}
.clear70 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 70px !important;
}
.clear80 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 80px !important;
}
.clear90 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 90px !important;
}
.clear100 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 100px !important;
}
.clear110 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 110px !important;
}
.clear120 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 120px !important;
}
.clear130 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 130px !important;
}
.clear140 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 140px !important;
}
.clear150 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 150px !important;
}
.clear160 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 160px !important;
}
.clea170 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 170px !important;
}
.clear180 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 180px !important;
}
.clear190 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 190px !important;
}
.clear200 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 200px !important;
}
.clear210 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 210px !important;
}
.clear220 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 220px !important;
}
.clear230 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 230px !important;
}
.clear240 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 240px !important;
}
.clear250 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 250px !important;
}
.clear260 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 260px !important;
}
.clear270 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 270px !important;
}
.clear280 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 280px !important;
}
.clear290 {
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	display: block;
	height: 290px !important;
}
/*
=============================================
loader 
--------------------------------------------
*/
#loader {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	opacity: 0;
	z-index: -1;
}
#loader.show {
	opacity: 1;
	visibility: visible;
	z-index: 108;
}
/*
=============================================
.fit images
--------------------------------------------
*/
.flag {
	width: 100%;
	display: flex;
	justify-content: center;
}
.flag a {
	float: left;
	margin-right: 10px;
	z-index: 10;
	align-items: center;
	justify-content: flex-center;
}
.flag a img {
	height: 60px;
}
.fit {
}
.fit img {
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: flex-center;
	border-radius: 10px;
}
#loader.show {
	opacity: 1;
	visibility: visible;
}
/*
=============================================
.FAQ
--------------------------------------------
*/
.faq {
}
.faq-questions {
}
.faq-questions, .container .faq-questions > li {
	width: 100%;
	display: block;
	padding: 10px 10px 5px 10px;
}
.faq-questions > li:nth-child(odd) {
background-color: #E8E8E8;
}
.faq-questions > li:nth-child(even) {
/*  background-color: #D8D8D8;*/
}
.faq-question {
	color: gray;
	cursor: pointer;
}
.faq-questions > li p.faq-answer {
	line-height: 1.5;
	display: none;
}
.container .faq-questions > li p.faq-answer:hover {
}
/*
=============================================
.chapter-next .chapter prew
--------------------------------------------
*/
.chapter-prev, .chapter-next {
	background: #F7CAC9;
	width: 42px;
	height: 32px;
	text-align: center;
	margin-right: 5px;
	font-size: 14px;
	transition: background 0.5s;
	padding: 2px 5px;
	border-radius: 5px;
}
.chapter-prev i, .chapter-next i {
	color: red;
}
.chapter-prev:hover, .chapter-next:hover {
	background: red;
}
.chapter-prev:hover i, .chapter-next:hover i {
	color: #F7CAC9;
}
/*
=============================================
.owl-read-more 
--------------------------------------------
*/
.owl-read-more {
	margin-left: 55px;
	width: 140px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F7CAC9;
	background: red;
	transition: .3s;
	border-radius: 10px;
}
.owl-read-more a {
	font-size: 14px;
	color: white;
}
.owl-read-more:hover {
	color: red;
	background: #F7CAC9;
	cursor: pointer;
}
/*
=============================================
.owl-read-more 
--------------------------------------------
*/
.preset-1 {
	margin-left: -8.333333%;
}
.preset-2 {
	margin-left: -16.666667%;
}
.preset-3 {
	margin-left: -25%;
}
.preset-4 {
	margin-left: -33.333333%;
}
.preset-5 {
	margin-left: -41.666667%;
}
.preset-6 {
	margin-left: -50%;
}
.preset-7 {
	margin-left: -58.333333%;
}
.preset-8 {
	margin-left: -66.666667%;
}
.preset-9 {
	margin-left: -75%;
}
.preset-10 {
	margin-left: -83.333333%;
}
.preset-11 {
	margin-left: -91.666667%;
}
/*
=============================================
.ИСКЛЮЧЕНИЯ bootstrap
--------------------------------------------
*/
.dropdown-item {
	background-color: white;
}
.row {
	margin: 0px;
}
.box {
	background-position: center center;
	background-size: cover;
	
}
.selector {
	padding: 0px!important;
	border-radius: 0px!important;
}
.selector img {
	border-radius: 0px!important;
}
