/*-----------------------------------------------------------------------------------

    Template Name: Fitness
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #585f6e;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #292d36;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #585f6e;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background-color: #ce2f3b;
}

@media (max-width: 767px) {
	.main-btn {
		padding: 0 25px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

.main-btn:hover {
	background-color: rgba(206, 47, 59, 0.9);
	color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/*===== All Section Title Style =====*/
.section_title .line {
	width: 75px;
	height: 4px;
	background-color: #ce2f3b;
	margin: 0 auto;
}

.section_title .title {
	font-size: 44px;
	font-weight: 700;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.section_title .title {
		font-size: 30px;
	}
}

.section_title p {
	margin-top: 15px;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
	color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
	outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
	/* Body Overlay */
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	/* Change Background Color */
	background: #fff;
	z-index: 99999;
}

.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.preloader .loader .ytp-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	-webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
	animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}

.preloader .loader .ytp-spinner-circle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: #ce2f3b #ce2f3b #f7f7fd;
	border-radius: 50%;
	border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #f7f7fd;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #f7f7fd;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

/*===========================
      02.HEADER css
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky .navbar {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.sticky .navbar {
		padding: 20px 0;
	}
}

.navbar {
	padding: 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.navbar {
		padding: 20px 0;
	}
}

.navbar-brand {
	padding: 0;
}

.navbar-toggler {
	padding: 0;
}

.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-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);
	transform: rotate(135deg);
	top: -7px;
}

@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: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(41, 45, 54, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(41, 45, 54, 0.1);
		padding: 5px 12px;
	}
}

.navbar-nav .nav-item {
	margin-right: 45px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item {
		margin-right: 30px;
	}
}

@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 {
	font-size: 16px;
	font-weight: 400;
	color: #585f6e;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 30px 0;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}

.navbar-nav .nav-item a::before {
	position: absolute;
	content: '';
	background-color: #ce2f3b;
	width: 0;
	height: 4px;
	top: -1px;
	left: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.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.active > a::before,
.navbar-nav .nav-item:hover > a::before {
	width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

.navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

.navbar-nav .nav-item .sub-menu li {
	display: block;
}

.navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: #ce2f3b;
}

.navbar-nav .sub-nav-toggler {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #222;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #222;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

.navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-btn {
		position: absolute;
		top: 50%;
		right: 50px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	.navbar-btn {
		position: absolute;
		top: 50%;
		right: 50px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.navbar-btn .main-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border: 0;
}

.sticky .navbar-nav .nav-item a {
	padding: 25px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky .navbar-nav .nav-item a {
		padding: 4px 0;
	}
}

@media (max-width: 767px) {
	.sticky .navbar-nav .nav-item a {
		padding: 4px 0;
	}
}

/*===== HEADER HERO =====*/
.header-hero {
	position: relative;
	z-index: 5;
	height: 700px;
}

@media only screen and (min-width: 1400px) {
	.header-hero {
		height: 900px;
	}
}

.header-hero::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#292d36),
		color-stop(50%, rgba(69, 87, 128, 0.6)),
		to(#292d36)
	);
	background: linear-gradient(to right, #292d36 0%, rgba(69, 87, 128, 0.6) 50%, #292d36 100%);
	opacity: 0.6;
}

.header-hero-content {
	position: relative;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-hero-content {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {
	.header-hero-content {
		padding-top: 120px;
	}
}

.header-hero-content .header-title {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-hero-content .header-title {
		font-size: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-hero-content .header-title {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.header-hero-content .header-title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-hero-content .header-title {
		font-size: 40px;
	}
}

.header-hero-content .header-title span {
	font-weight: 700;
	display: contents;
}

.header-hero-content p {
	margin-top: 30px;
	color: #fff;
}

.header-hero-content ul li {
	display: inline-block;
	margin: 0 10px;
}

@media (max-width: 767px) {
	.header-hero-content ul li {
		margin: 0px 6px;
	}
}

.header-hero-content .main-btn {
	margin-top: 40px;
}

.header-hero-content .main-btn:hover {
	-webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
	box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.header-hero-content .main-btn.main-btn-2 {
	line-height: 46px;
	border: 2px solid #fff;
	background-color: transparent;
}

@media (max-width: 767px) {
	.header-hero-content .main-btn.main-btn-2 {
		line-height: 36px;
	}
}

.header-hero-content .main-btn.main-btn-2:hover {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

/*===========================
      03.COURSES css
===========================*/
.single_courses img {
	border-radius: 5px;
	width: 100%;
}

.single_courses .title a {
	color: #292d36;
	font-size: 30px;
	font-weight: 700;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_courses .title a {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.single_courses .title a {
		font-size: 24px;
	}
}

.single_courses .title a:hover {
	color: #ce2f3b;
}

.single_courses p {
	margin-top: 15px;
}

/*===========================
      04.ABOUT css
===========================*/
.about_wrapper {
	position: relative;
	padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_wrapper {
		padding: 0;
	}
}

.about_wrapper .about_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-bottom-right-radius: 80px;
}

.about_content .about_title {
	font-size: 70px;
	font-style: italic;
	background-color: #fff;
	position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about_content .about_title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_content .about_title {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.about_content .about_title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about_content .about_title {
		font-size: 40px;
	}
}

.about_content .about_content_wrapper {
	max-width: 530px;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about_content .about_content_wrapper {
		max-width: 460px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_content .about_content_wrapper {
		max-width: none;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.about_content .about_content_wrapper {
		max-width: none;
		padding-left: 0;
	}
}

.about_content .about_content_wrapper .main-btn {
	margin-top: 35px;
}

/*===========================
      05.COUNTER css
===========================*/
.counter_area {
	position: relative;
}

.counter_area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 45, 54, 0.8);
}

.schedule_area {
	position: relative;
}

.schedule_area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 45, 54, 0.8);
}

.single_counter i {
	position: relative;
	font-size: 84px;
	color: #fff;
	line-height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_counter i {
		font-size: 60px;
		line-height: 55px;
	}
}

@media (max-width: 767px) {
	.single_counter i {
		font-size: 60px;
		line-height: 55px;
	}
}

.single_counter .count {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_counter .count {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.single_counter .count {
		font-size: 30px;
		line-height: 30px;
	}
}

.single_counter p {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_counter p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.single_counter p {
		font-size: 16px;
	}
}

/*===========================
      06.TEAM css
===========================*/
.single_team {
	margin-bottom: 30px;
}

.single_team .team_image img {
	width: 100%;
}

.single_team .team_content {
	margin-top: -25px;
	position: relative;
	z-index: 5;
}

.single_team .team_content .social {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #ce2f3b;
	border-radius: 50px;
	padding: 0 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_team .team_content .social {
		padding: 0 5px;
	}
}

.single_team .team_content .social li {
	display: inline-block;
	margin: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_team .team_content .social li {
		margin: 5px;
	}
}

.single_team .team_content .social li a {
	font-size: 16px;
	color: #585f6e;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_team .team_content .social li a {
		font-size: 14px;
	}
}

.single_team .team_content .social li a:hover {
	color: #ce2f3b;
}

.single_team .team_content .team_name {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_team .team_content .team_name {
		font-size: 18px;
	}
}

.single_team .team_content p {
	margin-top: 10px;
}

.single_team:hover .social {
	opacity: 1;
	visibility: visible;
}

/*===========================
      10.CONTACT css
===========================*/
.contact_area {
	position: relative;
}

.contact_area .php-email-form .validate {
  display: none;
  color: #D2434E;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact_area .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #D2434E;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact_area .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact_area .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact_area .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact_area .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact_map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_map {
		position: relative;
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.contact_map {
		position: relative;
		width: 100%;
		height: 400px;
	}
}

.contact_map .gmap_canvas {
	width: 100%;
	height: 100%;
}

.contact_map .gmap_canvas iframe {
	width: 100%;
	height: 100%;
}

.contact_form {
	padding-right: 30px;
}

p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #292d36;
	background: #f7f7fd;
	padding: 10px 15px;
	margin-top: 30px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
	color: #f00;
}

.single_form {
	margin-top: 30px;
}

.single_form input,
.single_form textarea {
	width: 100%;
	padding: 0 25px;
	height: 50px;
	border: 1px solid #585f6e;
	border-radius: 5px;
	background-color: #fff;
	color: #585f6e;
}

.single_form textarea {
	height: 140px;
	padding-top: 15px;
	resize: none;
}

/*===========================
      11.FOOTER css
===========================*/
.footer_area {
	background-color: #292d36;
}

.footer_title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.footer_info .info {
	margin-top: 35px;
}

.footer_info .info li {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.footer_link .link {
	margin-top: 20px;
}

.footer_link .link li a {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
	color: #ce2f3b;
}

.footer_social .social {
	margin-top: 20px;
}

.footer_social .social li {
	display: inline-block;
}

.footer_social .social li + li {
	margin-left: 15px;
}

.footer_social .social li a {
	background-color: rgba(255, 255, 255, 0.1);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer_social .social li a:hover {
	background: #ce2f3b;
}

.footer_copyright .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.58);
	padding: 25px 0;
}

.footer_copyright .copyright p {
	color: #fff;
}

.footer_copyright .copyright p a {
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer_copyright .copyright p a:hover {
	color: #ce2f3b;
}

/*===== BACK TO TOP =====*/
.back-to-top {
	font-size: 20px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #ce2f3b;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	/* display: none; */
}

.back-to-top:hover {
	color: #fff;
	background-color: #ce2f3b;
}
/*# sourceMappingURL=style.css.map */
