a,
body {
	color: #777
}
#preloader,
body {
	background-color: #fff
}
.gm_comment_text a,
a,
a:focus,
a:hover {
	text-decoration: none
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased
}
a:focus,
a:hover {
	color: #535465
}
a:focus {
	outline: 0
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #222
}
.gm_top_info ul li .ed_element_wrapper span,
.gm_top_info ul li .info_img i,
.gym_top_header_menu ul li a {
	color: #fff
}
img {
	max-width: 100%
}
input,
select,
textarea {
	outline: 0;
	border-radius: 0
}
input:focus,
select:focus,
textarea:focus {
	outline: 0;
	box-shadow: none
}
.gm_toppadder10 {
	padding-top: 10px
}
.gm_toppadder20 {
	padding-top: 20px
}
.gm_toppadder30 {
	padding-top: 30px
}
.gm_toppadder40 {
	padding-top: 40px
}
.gm_toppadder50 {
	padding-top: 50px
}
.gm_toppadder60 {
	padding-top: 60px
}
.gm_toppadder70 {
	padding-top: 70px
}
.gm_toppadder80 {
	padding-top: 80px
}
.gm_toppadder90 {
	padding-top: 90px
}
.gm_toppadder100 {
	padding-top: 100px
}
.gm_bottompadder10 {
	padding-bottom: 10px
}
.gm_bottompadder20 {
	padding-bottom: 20px
}
.gm_bottompadder30 {
	padding-bottom: 30px
}
.gm_bottompadder40 {
	padding-bottom: 40px
}
.gm_bottompadder50 {
	padding-bottom: 50px
}
.gm_bottompadder60 {
	padding-bottom: 60px
}
.gm_bottompadder70 {
	padding-bottom: 70px
}
.gm_bottompadder80 {
	padding-bottom: 80px
}
.gm_bottompadder90 {
	padding-bottom: 90px
}
.gm_bottompadder100 {
	padding-bottom: 100px
}
.gm_padderboth120 {
	padding: 120px 0
}
#preloader {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.gm_main_wrapper {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden
}
.gym_top_header_menu {
	background: #222
}
.gym_top_header_menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block
}
.gym_top_header_menu ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 0
}
.user_profile_view>li {
	position: relative
}
.user_profile_view>li>.sub-menu {
	position: absolute;
	min-width: 145px;
	white-space: nowrap;
	top: 100%;
	z-index: 999;
	background-color: #1d1c1c;
	transition: all ease-in .25s;
	-webkit-transition: all ease-in .25s;
	-moz-transition: all ease-in .25s;
	opacity: 0;
	visibility: hidden
}
.gm_menu,
.gm_menu>ul>li {
	position: relative
}
.user_profile_view>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	display: block!important
}
.user_profile_view>li>.sub-menu>li>a {
	width: 100%;
	display: block;
	padding: 10px 15px
}
.user_profile_view>li>.sub-menu>li {
	display: block;
	margin: 0;
	padding: 0
}
.gm_top_info ul {
	display: block;
	float: none
}
.gm_top_info ul li .info_img.ed_element_wrapper {
	float: left;
	width: 30px
}
.gm_top_info ul li .ed_element_wrapper {
	float: right;
	width: calc(100% - 30px)
}
.gm_header_wrapper,
.gm_logo,
.gm_menu {
	float: left;
	width: 100%
}
.gm_header_wrapper {
	background-color: #fff
}
.gm_logo {
	padding-top: 15px;
	padding-bottom: 15px
}
.gm_menu>ul {
	float: right;
	width: auto;
	margin: 0;
	padding: 0
}
.gm_menu>ul>li {
	list-style: none;
	float: left;
	margin-right: 30px
}
.gm_menu>ul>li:last-child {
	margin-right: 0
}
.gm_menu>ul>li>a {
	display: block;
	text-transform: capitalize;
	color: #222;
	font-weight: 600;
	padding: 25px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_menu>ul>li.current-menu-item>a,
.gm_menu>ul>li.current-menu-parent>a,
.gm_menu>ul>li:hover>a {
	color: #D42A2A;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_menu>ul>li:hover>ul.sub-menu,
.gm_menu>ul>li>ul.sub-menu {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s
}
.gm_menu>ul>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: -webkit-translateY(0);
	-moz-transform: -moz-translateY(0);
	-ms-transform: -ms-translateY(0);
	-o-transform: -o-translateY(0);
	transform: translateY(0);
	-o-transition: all .3s;
	transition: all .3s
}
.gm_menu>ul>li>ul.sub-menu {
	position: absolute;
	z-index: 100;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
	-webkit-transform: -webkit-translateY(15px);
	-moz-transform: -moz-translateY(15px);
	-ms-transform: -ms-translateY(15px);
	-o-transform: -o-translateY(15px);
	transform: translateY(15px);
	-o-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5)
}
.gm_menu ul>li>ul.sub-menu>li>a:hover,
.gm_menu>ul>li>ul.sub-menu>li>a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_menu>ul>li>ul.sub-menu>li {
	display: block;
	position: relative;
	width: 140px;
	margin: 0
}
.gm_menu>ul>li>ul.sub-menu>li>a {
	padding: 6px 10px;
	margin: 0;
	width: 100%;
	display: inline-block;
	background-color: #D42A2A;
	color: #fff;
	transition: all .3s
}
.gm_menu ul>li>ul.sub-menu>li:first-child>a {
	padding-top: 10px
}
.gm_menu ul>li>ul.sub-menu>li:last-child>a {
	padding-bottom: 10px
}
.gm_menu ul>li>ul.sub-menu>li>a:hover {
	color: #D42A2A;
	background-color: #fff;
	transition: all .3s
}
.gm_menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu,
.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: -webkit-translate(100%, -30px);
	-moz-transform: -moz-translate(100%, -30px);
	-ms-transform: -ms-translate(100%, -30px);
	-o-transform: -o-translate(100%, -30px);
	transform: translate(100%, -30px);
	transition: all .3s
}
.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu {
	position: absolute;
	z-index: 100;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
	-webkit-transform: -webkit-translate(100%, 0);
	-moz-transform: -moz-translate(100%, 0);
	-ms-transform: -ms-translate(100%, 0);
	-o-transform: -o-translate(100%, 0);
	transform: translate(100%, 0);
	transition: all .3s;
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5)
}
.gm_bnr_form,
.gm_btn,
.gm_counter,
.gm_heading,
.gm_service_box {
	text-align: center
}
.gm_blog_box:hover .gm_blog_img img,
.gm_service_box:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg)
}
.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu>li {
	display: block;
	position: relative;
	width: 140px;
	margin: 0
}
.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
	padding: 6px 10px;
	margin: 0;
	width: 100%;
	display: inline-block;
	background-color: #D42A2A;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_menu ul>li>ul.sub-menu>li>ul.sub-menu>li:first-child>a {
	padding-top: 10px
}
.gm_menu ul>li>ul.sub-menu>li>ul.sub-menu>li:last-child>a {
	padding-bottom: 10px
}
.gm_menu ul>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	color: #D42A2A;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_btn,
.gm_btn:focus,
.gm_btn:hover {
	border: 1px solid #D42A2A;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_menu_btn {
	display: none
}
.menu_fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 0;
	-moz-box-shadow: 0 -5px 20px;
	-webkit-box-shadow: 0 -5px 20px;
	box-shadow: 0 -5px 20px
}
body.admin-bar .menu_fixed {
	top: 32px
}
.gm_blog_img a:after,
.gm_service_img:after {
	top: 0;
	bottom: 0;
	content: "";
	right: 0;
	left: 0
}
.gm_slider_wrapper {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: -80px
}
.gm_slider {
	float: left;
	width: 100%
}
.gm_btn {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	min-width: 150px;
	background-color: #D42A2A;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s
}
.gm_bnr_form h3,
.gm_bnr_text h1,
.gm_service_info h3 {
	text-transform: capitalize
}
.gm_btn:focus,
.gm_btn:hover {
	background-color: #fff;
	color: #D42A2A;
	outline: 0;
	box-shadow: none;
	transition: all .3s
}
.gm_service_img,
.gm_service_img:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_heading {
	float: left;
	width: 100%
}
.gm_blog_info h1,
.gm_heading h1 {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	text-transform: capitalize
}
.gm_heading h1 a {
	color: #D42A2A
}
.gm_heading p {
	float: left;
	width: 100%;
	margin: 0
}
.gm_bnr_infowrapper,
.gm_offer_wrapper {
	float: left;
	width: 100%
}
.gm_bnr_text {
	float: left;
	width: 100%;
	padding-top: 0
}
.gm_bnr_text h1 {
	float: left;
	width: 100%;
	font-size: 48px;
	margin-bottom: 15px;
	margin-top: 0
}
.gm_bnr_text p {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 30px
}
.gm_bnr_form {
	float: left;
	width: 100%;
	padding: 50px 40px;
	background-color: #222;
	margin-top: -280px
}
.gm_bnr_form form {
	float: left;
	width: 100%
}
.gm_bnr_form h3 {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 40px
}
.gm_bnr_form input[type=text],
.gm_bnr_form input[type=email],
.gm_bnr_form input[type=tel],
.gm_bnr_form select {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border: none
}
.gm_bnr_form textarea {
	float: left;
	width: 100%;
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border: none
}
.gm_bnr_form input[type=text]:focus,
.gm_bnr_form select:focus,
.gm_bnr_form textarea:focus {
	border: none;
	outline: 0
}
.gm_bnr_form .gm_btn {
	width: 100%
}
span.wpcf7-not-valid-tip {
	margin-top: -20px;
	float: right;
	margin-bottom: 15px;
	font-size: 14px
}
.gm_counter,
.gm_counter_box,
.gm_counter_wrapper,
.gm_service_box,
.gm_service_img,
.gm_service_info,
.gm_service_info p,
.gm_service_info span,
.gm_service_wrapper {
	float: left;
	width: 100%
}
div.wpcf7-validation-errors {
	border: 2px solid #D42A2A;
	color: #fff
}
.gm_service_box {
	margin-bottom: 30px;
	min-height: 365px
}
.gm_service_img {
	position: relative;
	overflow: hidden;
	transition: all .3s
}
.gm_service_img:after {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s
}
.gm_service_box:hover .gm_service_img:after,
.gm_service_box:hover img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_service_box:hover .gm_service_img:after {
	opacity: 1;
	transition: all .3s
}
.gm_service_box:hover img {
	transform: scale(1.1) rotate(2deg);
	transition: all .3s
}
.gm_blog_info h3 a,
.gm_service_img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s
}
.gm_service_img img {
	display: inline-block;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_service_info {
	padding: 20px
}
.gm_service_info h3 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0
}
.gm_service_info p {
	margin-bottom: 0
}
.gm_blog_info span.class_price,
.gm_service_info span {
	color: #D42A2A
}
.gm_counter_wrapper {
	background-image: url(http://placehold.it/1920X1040);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.gm_counter i {
	font-size: 28px;
	color: #fff;
	margin-bottom: 25px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
	background-color: #D42A2A
}
.gm_blog_box,
.gm_blog_info,
.gm_blog_wrapper,
.gm_counter h2,
.gm_counter h4 {
	width: 100%;
	float: left
}
.gm_counter h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 36px
}
.gm_counter h4 {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 20px
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0!important
}
.gm_blog_caption {
	margin-bottom: 50px
}
.gm_blog_box figure.gallery-item {
	margin-bottom: 20px
}
.gm_blog_box figure.gallery-item figcaption.wp-caption-text {
	margin-top: 5px
}
.gm_blog_info {
	text-align: left;
	margin-bottom: 30px
}
.gm_blog_info h3 a {
	color: #222;
	transition: all .3s
}
.gm_blog_info ul.meta_information li a,
.gm_blog_info ul.meta_information li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_blog_info h3 a:hover {
	color: #D42A2A
}
.gm_blog_info ul.meta_information {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0
}
.gm_blog_info ul.meta_information li {
	list-style: none;
	float: left;
	width: auto;
	margin-right: 15px
}
.gm_blog_info ul.meta_information li a {
	font-size: 13px;
	color: #222;
	text-transform: capitalize;
	transition: all .3s
}
.gm_blog_info ul.meta_information li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.gm_blog_img,
.gm_blog_img a:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_blog_info ul.meta_information li a i {
	color: #D42A2A;
	margin-right: 5px
}
.gm_blog_info>h3.gm_single_heading {
	float: left;
	width: 100%;
	font-size: 28px;
	font-weight: 300
}
.gm_blog_info>h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 36px
}
.gm_blog_info>h1,
.gm_blog_info>h2,
.gm_blog_info>h3,
.gm_blog_info>h4,
.gm_blog_info>h5,
.gm_blog_info>h6 {
	float: left;
	width: 100%
}
.gm_blog_info .gm_btn {
	margin-top: 20px
}
.gm_blog_info twitterwidget {
	float: left;
	width: 100%!important
}
.gm_blog_img {
	float: left;
	position: relative;
	overflow: hidden;
	transition: all .3s
}
.gm_blog_img a:after {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s
}
.gm_blog_box:hover .gm_blog_img a:after,
.gm_blog_box:hover .gm_blog_img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_blog_box:hover .gm_blog_img a:after {
	opacity: 1;
	transition: all .3s
}
.gm_blog_box:hover .gm_blog_img img {
	transform: scale(1.1) rotate(2deg);
	transition: all .3s
}
.entry-header .entry-title a,
.gm_blog_img img {
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s
}
.gm_blog_img img {
	display: inline-block;
	transition: all .3s
}
.blog_thumbnail {
	margin-bottom: 20px
}
.main_blog_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0
}
.hentry {
	margin: 0
}
.sticky-post {
	display: inline-block;
	margin-right: 10px
}
.sticky-post i {
	font-size: 25px;
	color: #222
}
.entry-header .entry-title {
	display: inline-block;
	margin: 0;
	word-break: break-word
}
.entry-header .entry-title a {
	color: #333;
	transition: all .3s
}
.gm_blog_info .page-links a,
.nav-links a,
.nav-links span {
	font-size: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.entry-header .entry-title a:hover {
	color: #D42A2A
}
.navigation.pagination {
	float: right
}
.nav-links a,
.nav-links span {
	border: 1px solid #e1e1e1;
	padding: 8px 15px;
	color: #333;
	transition: all .3s
}
.nav-links a:hover,
.nav-links span.current,
.nav-links span:hover {
	background: #D42A2A;
	color: #fff
}
.gm_blog_info blockquote p a,
.gm_blog_info dl dd a,
.gm_blog_info table tr th,
.gm_blog_info table tr th a {
	color: #D42A2A
}
.gm_blog_info h2 {
	float: left;
	width: 100%
}
.gm_blog_info blockquote {
	float: left;
	width: 100%;
	border-left: 5px solid #D42A2A;
	margin: 10px 0 20px
}
.gm_blog_info table tr td,
.gm_blog_info table tr th {
	border: 1px solid #D42A2A;
	line-height: 40px;
	text-align: center
}
.gm_blog_info table {
	margin: 0 0 10px
}
.gm_blog_info dl dd a:hover {
	color: #333
}
.gm_blog_info p a {
	color: #D42A2A
}
.gm_blog_info p a:hover {
	color: #333
}
.gm_blog_info .wp-caption-text a {
	color: #D42A2A
}
.gm_blog_info .wp-caption-text a:hover {
	color: #333
}
.gm_blog_info dl,
.gm_blog_info ul {
	float: left;
	width: 100%;
	margin: 0
}
.gm_blog_info>ul {
	margin-bottom: 10px
}
.gm_blog_info ul li span {
	margin: 0;
	float: none
}
.gm_blog_info ul li a {
	color: #D42A2A
}
.gm_blog_info ul li a:hover {
	color: #333
}
.gm_blog_info ul li ul {
	float: none
}
.gm_blog_info ol {
	float: left;
	width: 100%;
	margin: 0
}
.gm_blog_info ol li ol {
	float: none
}
.page-links {
	padding-top: 5px
}
.gm_blog_info .page-links a {
	border: 1px solid #e1e1e1;
	padding: 8px 15px;
	color: #333;
	margin: 0 3px;
	transition: all .3s
}
.gm_blog_info input[type=submit],
.gm_comment_text a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_blog_info .page-links a:hover {
	background: #D42A2A;
	color: #fff
}
.gm_blog_info input[type=password] {
	height: 50px;
	padding: 0 10px;
	border-radius: 0
}
.gm_blog_info input[type=submit] {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	width: auto;
	min-width: 150px;
	background-color: #D42A2A;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #D42A2A;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	transition: all .3s
}
.category-uncategorized.tag-codex.tag-edge-case .gm_blog_info p,
.entry-footer,
.gm_blog_comment_wrapper {
	width: 100%;
	float: left
}
.gm_blog_info input[type=submit]:hover {
	background: #fff;
	color: #D42A2A
}
.entry-footer .edit-link a {
	color: #D42A2A;
	margin-top: 1.5em;
	display: inline-block
}
.entry-footer .edit-link a:hover {
	color: #333
}
.gm_blog_info figure {
	margin-bottom: 0
}
.gm_blog_info .mejs-audio {
	margin-bottom: 10px
}
.main_blog_wrapper .gm_blog_info {
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative
}
.hentry P {
	margin-bottom: 18px
}
.gm_blog_comment_wrapper {
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}
.gm_blog_comment_wrapper>h4 {
	float: left;
	width: 100%;
	text-transform: capitalize;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 10px
}
.gm_blog_comment_wrapper>h4:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	background-color: #D42A2A;
	height: 2px
}
.gm_blog_comment_wrapper ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.gm_blog_comment_wrapper ul li {
	list-style: none;
	float: left;
	width: 100%
}
.gm_blog_comment_wrapper ul li ul {
	padding-left: 40px
}
.gm_blog_comment {
	float: left;
	width: 100%
}
.gm_comment_image {
	float: left;
	width: 80px;
	padding-right: 10px
}
.gm_comment_image img {
	width: 70px;
	height: 70px
}
.gm_comment_text {
	float: left
}
.gm_comment_text h5.gm_auth_heading {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	text-transform: capitalize;
	font-weight: 500
}
.gm_comment_text span {
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-size: 13px
}
.gm_comment_text a {
	float: right;
	color: #D42A2A;
	text-transform: capitalize;
	padding-left: 0;
	transition: all .3s
}
.gm_comment_text a:hover {
	color: #D42A2A;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_comment_text p {
	float: left;
	width: 100%;
	margin: 5px 0 10px
}
.gm_blog_message_wrapper {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 30px
}
.gm_blog_message_wrapper h4 {
	float: left;
	width: 100%;
	text-transform: capitalize;
	margin: 0 0 30px
}
.gm_blog_messages {
	float: left;
	width: 100%
}
.gm_blog_messages input,
.gm_blog_messages textarea {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 20px;
	color: #222;
	box-shadow: none;
	resize: none;
	border: 1px solid #e1e1e1
}
.gm_blog_messages textarea {
	padding: 10px 15px;
	height: auto
}
.gm_blog_messages input:focus,
.gm_blog_messages textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #e1e1e1
}
.gm_comment_text blockquote {
	float: left;
	width: 100%;
	border-left: 5px solid #D42A2A;
	margin: 10px 0 20px
}
.gm_comment_text blockquote p a {
	color: #D42A2A;
	float: none
}
.gm_comment_text blockquote p a:hover {
	color: #333
}
.gm_comment_text table tr th {
	border: 1px solid #D42A2A;
	text-align: center;
	line-height: 40px;
	color: #D42A2A
}
.gm_comment_text table tr td {
	border: 1px solid #D42A2A;
	text-align: center;
	line-height: 40px
}
.gm_comment_text table tr td a {
	color: #D42A2A;
	float: none;
	font-weight: 700
}
.gm_comment_text h1,
.gm_comment_text h2,
.gm_comment_text h3,
.gm_comment_text h4,
.gm_comment_text h5,
.gm_comment_text h6,
.gm_comment_text ol {
	float: left;
	width: 100%
}
.gm_comment_text ol {
	margin: 0
}
.gm_comment_text ol li ol {
	padding-left: 40px
}
.gm_comment_text ol li {
	list-style: inherit
}
.gm_comment_text ul li {
	list-style: outside
}
.gm_comment_text dl dd a {
	float: none;
	color: #D42A2A
}
.gm_comment_text dl dd a:hover {
	color: #333
}
.gm_comment_text p a {
	color: #D42A2A;
	float: none
}
.gm_comment_text p a:hover {
	color: #333
}
.comment-respond {
	float: left;
	width: 100%
}
.comment-respond .comment-reply-title a {
	color: #D42A2A
}
.comment-respond .form-submit input[type=submit] {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	width: auto;
	margin-bottom: 0;
	min-width: 150px;
	background-color: #D42A2A;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #D42A2A;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_price_box,
.gm_price_wrapper {
	width: 100%;
	float: left
}
.gm_price_box,
.gm_price_box:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.comment-respond .form-submit input[type=submit]:hover {
	background: #fff;
	color: #D42A2A
}
.comment-respond input,
.comment-respond textarea {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 20px;
	color: #222;
	box-shadow: none;
	resize: none;
	border: 1px solid #e1e1e1
}
.comment-respond textarea {
	padding: 10px 15px;
	height: auto
}
.comment-respond input:focus,
.comment-respond textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #e1e1e1
}
.gm_price_box:hover,
.gm_wedo_box:hover {
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5)
}
.gm_price_box {
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 50px;
	position: relative;
	margin-bottom: 50px;
	transition: all .3s
}
.gm_price_box:hover {
	background-color: #fff;
	border: 1px solid transparent;
	border-top: 1px solid #D42A2A;
	transition: all .3s;
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5)
}
.gm_price_box h5,
.gm_price_box:hover h5 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_price_box h5 {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	transition: all .3s
}
.gm_price_box:hover h5 {
	background-color: #fff;
	border-color: #D42A2A;
	transition: all .3s
}
.gm_team_box,
.gm_team_box:hover .gm_team_info {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_price_box h1 {
	float: left;
	width: 100%;
	font-size: 80px;
	margin: 30px 0
}
.gm_price_box h1 sup {
	font-size: 20px;
	top: -50px
}
.gm_price_box h1 sub {
	font-size: 20px;
	bottom: 0
}
.gm_price_box p {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px;
	color: #222;
	font-weight: 600
}
.gm_price_box ul {
	float: left;
	width: 100%;
	margin: 0 0 30px!important;
	padding: 0
}
.gm_price_box ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 5px 0
}
.gm_team_wrapper {
	float: left;
	width: 100%
}
.gm_team_box {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all .3s
}
.gm_team_box:hover .gm_team_info {
	bottom: 0;
	transition: all .3s
}
.gm_team_info,
.gm_team_info ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_team_info {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #D42A2A;
	transition: all .3s;
	padding: 15px 0 0;
}
.gm_team_info h4 {
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #fff
}
.gm_team_info p {
	float: left;
	width: 100%;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin-bottom: 15px
}
.gm_team_info p:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	width: 80px;
	height: 1px
}
.gm_team_info ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.gm_team_info ul li {
	display: inline-block;
	list-style: none;
	padding: 0 2px
}
.gm_team_info ul li a {
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	transition: all .3s
}
.gm_download_box,
.gm_download_box ul,
.gm_download_wrapper,
.gm_faq_box,
.gm_faq_box h4,
.gm_faq_box p,
.gm_gallery_box,
.gm_gallery_boxes,
.gm_gallery_wrapper,
.gm_testimonial_box,
.gm_testimonial_box h4,
.gm_testimonial_box p,
.gm_testimonial_wrapper {
	width: 100%;
	float: left
}
.gm_gallery_boxes,
.gm_team_info ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_team_info ul li a:hover {
	background-color: #fff;
	color: #D42A2A;
	transition: all .3s
}
.gm_gallery_boxes {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all .3s
}
.gm_gallery_boxes a:after,
.gm_gallery_boxes a:hover:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_gallery_boxes a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s
}
.gm_gallery_boxes a:hover:after {
	opacity: 1;
	transition: all .3s
}
.gm_gallery_boxes img,
.gm_gallery_boxes:hover img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_gallery_boxes:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
	transition: all .3s
}
.gm_gallery_boxes img {
	display: inline-block;
	transition: all .3s
}
.gm_schedule_info .nav-tabs>li>a,
.gm_schedule_info .nav-tabs>li>a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	color: #fff
}
.gm_testimonial_wrapper {
	background-image: url(http://placehold.it/1920X1040);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.gm_testimonial_box {
	padding: 60px 0
}
.gm_testimonial_box h4 {
	color: #fff;
	font-size: 25px;
	font-style: italic
}
.gm_testimonial_box p {
	color: #fff;
	font-size: 15px
}
.gm_testimonial_box .owl-theme .owl-nav {
	display: none
}
.gm_testimonial_box .owl-theme .owl-dots {
	text-align: right
}
.gm_testimonial_box .owl-theme .owl-dots .owl-dot span {
	background: #fff
}
.gm_testimonial_box .owl-theme .owl-dots .owl-dot.active span,
.gm_testimonial_box .owl-theme .owl-dots .owl-dot:hover span {
	background: #D42A2A
}
.gm_footer_top_wrapper,
.gm_pagetitle {
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat
}
.gm_faq_wrapper {
	float: left;
	width: 100%
}
.gm_faq_box {
	min-height: 132px
}
.gm_faq_box h4 {
	font-size: 18px;
	margin: 0 0 10px
}
.gm_faq_box p {
	font-size: 14px;
	margin-bottom: 40px
}
.gm_download_box {
	text-align: center
}
.gm_download_box ul {
	margin: 0;
	padding: 0
}
.gm_download_box ul li {
	display: inline-block;
	width: auto;
	list-style: none;
	margin-right: 10px
}
.gm_download_box ul li:last-child {
	margin-right: 0
}
.gm_schedule_info,
.gm_schedule_wrapper {
	float: left;
	width: 100%
}
.gm_schedule_info .nav-tabs {
	border-bottom: 0 solid #eee;
	float: none;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px!important
}
.gm_schedule_info .nav-tabs>li {
	width: 14.285714%;
	text-align: center;
	margin-right: 0;
	display: inline-block
}
.gm_schedule_info .nav-tabs>li:last-child {
	margin-right: 0
}
.gm_schedule_info .nav-tabs>li>a {
	text-transform: capitalize;
	background-color: #222;
	margin-right: 0;
	font-size: 18px;
	border: 0;
	border-right: 1px solid #403a3a;
	border-radius: 0;
	position: relative;
	padding: 10px 0;
	transition: all .3s
}
.gm_schedule_info .nav-tabs>li>a:hover {
	background-color: #D42A2A;
	transition: all .3s
}
.gm_schedule_info .nav-tabs>li>a:after,
.gm_schedule_info .nav-tabs>li>a:hover:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_schedule_info .nav-tabs>li>a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #D42A2A;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}
.gm_schedule_info .nav-tabs>li>a:hover:after {
	opacity: 1;
	visibility: visible;
	transition: all .3s
}
.gm_schedule_info .nav-tabs>li.active>a,
.gm_schedule_info .nav-tabs>li.active>a:focus,
.gm_schedule_info .nav-tabs>li.active>a:hover {
	position: relative;
	background-color: #D42A2A;
	border: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff
}
.gm_schedule_info .nav-tabs>li.active>a:after,
.gm_schedule_info .nav-tabs>li.active>a:focus:after,
.gm_schedule_info .nav-tabs>li.active>a:hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #D42A2A;
	opacity: 1;
	visibility: visible
}
.gm_footer_logo,
.gm_footer_menu,
.gm_footer_top_wrapper {
	float: left;
	width: 100%
}
.gm_schedule_info table {
	background-color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.gm_schedule_info table td,
th {
	padding: 5px;
	border: 0 solid #eee;
	text-transform: capitalize
}
.gm_schedule_info table th {
	color: #222;
	font-weight: 600
}
.gm_footer_top_wrapper {
	text-align: center;
	background-color: #fff
}
.gm_footer_logo img {
	display: inline-block
}
.gm_footer_menu ul {
	display: inline-block;
	width: auto;
	padding: 40px 0 10px;
	margin: 0;
	border-bottom: 1px solid #a1a1a1
}
.gm_footer_address,
.gm_footer_address p,
.gm_footer_links,
.gm_footer_wrapper2 {
	float: left;
	width: 100%
}
.gm_footer_menu ul li {
	display: inline-block;
	list-style: none;
	padding: 0 20px 0 10px;
	position: relative
}
.gm_footer_menu ul li:after {
	position: absolute;
	content: "|";
	top: 0;
	right: 0;
	color: #222
}
.gm_footer_menu ul li:last-child:after {
	display: none
}
.gm_footer_menu ul li:last-child {
	padding-right: 10px
}
.gm_footer_menu ul li a {
	font-weight: 500;
	color: #222;
	text-transform: capitalize
}
.gm_footer_menu ul li a:hover {
	color: #D42A2A;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_footer_address p a,
.gm_footer_address p a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_footer_address {
	padding: 20px 0 0
}
.gm_footer_address p {
	color: #222
}
.gm_footer_address p a {
	color: #222;
	transition: all .3s
}
.gm_footer_address p a:hover {
	color: #D42A2A;
	transition: all .3s
}
.gm_footer_links ul li a,
.gm_footer_links ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_footer_address p i {
	padding-right: 5px;
	color: #D42A2A
}
.gm_footer_wrapper2 {
	background-color: #222;
	border-bottom: #fff 1px outset;
	padding: 50px 0 25px
}
.gm_footer_bottom_wrapper {
	float: left;
	width: 100%;
	background-color: #222;
	padding: 20px 0
}
.gm_footer_links ul {
	float: right;
	width: auto;
	padding: 0;
	margin: 0
}
.gm_footer_links ul li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 5px
}
.gm_footer_links ul li:last-child {
	padding-right: 0
}
.gm_footer_links ul li a {
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	transition: all .3s
}
.gm_footer_links ul li a:hover {
	background-color: #fff;
	color: #D42A2A;
	transition: all .3s
}
.gm_pagetitle ul.breadcrumb li a,
.gm_pagetitle ul.breadcrumb li:hover a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_footer_copyright {
	float: left;
	width: 100%
}
.gm_footer_copyright p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	padding-top: 5px
}
.gm_footer_widget .widget-title {
	width: 100%;
	margin: 20px 0;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	text-transform: capitalize
}
.gm_footer_widget_contact span.f_info {
	color: #fff
}
.gm_footer_widget_contact a span.f_info:hover {
	color: #D42A2A
}
.gm_footer_widget .widget-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	background-color: #D42A2A;
	height: 2px
}
.gm_footer_widget .widget_archive ul li a,
.gm_footer_widget .widget_categories ul li a,
.gm_footer_widget .widget_meta ul li a,
.gm_footer_widget .widget_pages ul li a,
.gm_footer_widget .widget_recent_comments ul li a,
.gm_footer_widget .widget_recent_entries ul li a,
.gm_footer_widget .widget_rss .rsswidget,
.gm_footer_widget .widget_rss ul li .rss-date,
.gm_footer_widget .widget_rss ul li .rssSummary {
	color: #fff
}
.gm_footer_widget .widget_rss ul li cite {
	color: #fff!important
}
.gm_footer_widget .widget_calendar #wp-calendar tr td,
.gm_footer_widget .widget_nav_menu ul li a,
.gm_footer_widget .widget_tag_cloud .tagcloud a,
.gm_footer_widget .widget_text .textwidget p,
.gm_footer_widget .widget_text .textwidget p strong {
	color: #fff
}
.gm_footer_widget_contact {
	margin-bottom: 20px
}
.gm_footer_widget_contact:after {
	content: "";
	display: table;
	width: 100%
}
.gm_footer_widget_contact i {
	color: #D42A2A;
	width: 30px;
	float: left;
	font-size: 20px;
	padding-top: 5px
}
.gm_footer_widget_contact .f_email,
.gm_footer_widget_contact .f_phone {
	float: right;
	width: calc(100% - 30px)
}
.gm_pagetitle,
.page_title h2 {
	width: 100%;
	color: #fff;
	float: left
}
.gm_img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7)
}
.gm_pagetitle {
	background-color: #4C4C4C;
	background-image: url(../images/bread_bg.jpg);
	position: relative;
	background-attachment: fixed;
	padding: 80px 0
}
.page_title h2 {
	margin: 0;
	font-size: 36px;
	text-transform: capitalize
}
.gm_pagetitle .breadcrumb {
	float: left;
	padding: 0;
	width: auto
}
.gm_pagetitle ul.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent
}
.gm_pagetitle ul.breadcrumb li {
	display: inline-block;
	width: auto;
	list-style: none;
	padding-top: 5px
}
.gm_pagetitle ul.breadcrumb li a {
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .3s
}
.gm_pagetitle ul.breadcrumb li:first-child a {
	padding-left: 0
}
.gm_pagetitle ul.breadcrumb li:last-child a {
	padding-right: 0;
	color: #D42A2A;
	cursor: text
}
.gm_pagetitle ul.breadcrumb li:hover a {
	color: #D42A2A;
	transition: all .3s
}
.gm_video_section .gm_img_overlay i,
.gm_video_section .gm_img_overlay i:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_pagetitle ul.breadcrumb li i {
	font-size: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 5px 3px 4px
}
.gm_pagetitle ul.breadcrumb>li+li:before {
	display: none
}
.gm_about_section {
	float: left;
	width: 100%
}
.gm_video_section {
	float: left;
	width: 100%;
	position: relative
}
.gm_video_section img {
	width: 100%
}
.gm_video_section .gm_img_overlay i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -64px auto 0;
	color: #fff;
	font-size: 64px;
	width: 64px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	transition: all .3s
}
.gm_video,
.gm_wedo_box {
	position: relative
}
.gm_video,
.gm_video_section_discription,
.gm_wedo_box,
.gm_wedo_wrapper {
	float: left;
	width: 100%
}
.gm_video_section .gm_img_overlay i:hover {
	color: #D42A2A;
	transition: all .3s
}
.gm_wedo_box,
.gm_wedo_box:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_video_section_discription {
	margin-left: 0
}
.gm_video_section_discription h1 {
	padding-top: 0;
	margin-top: 0;
	text-transform: capitalize
}
.gm_video_section_discription p {
	padding: 10px 0 0;
	text-align: justify
}
.gm_video_section_discription span {
	margin-top: 20px;
	text-align: left
}
.gm_video_section_discription_img {
	float: left;
	width: 100%;
	text-align: center
}
.gm_video_section_discription_img img {
	display: inline-block
}
#map,
.widget_search label {
	display: block
}
.gm_video .gm_img_overlay {
	background-color: rgba(0, 0, 0, .5)
}
.gm_wedo_box {
	border: 1px solid #e1e1e1;
	padding: 50px;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 50px;
	transition: all .3s
}
.gm_wedo_box:hover {
	background-color: #fff;
	border: 1px solid transparent;
	border-top: 1px solid #D42A2A;
	transition: all .3s;
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5)
}
.gm_wedo_box span,
.gm_wedo_box:hover span {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_wedo_box span {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	width: 150px;
	border-radius: 50px;
	height: 60px;
	line-height: 60px;
	color: #222;
	background-color: #fff;
	font-size: 36px;
	transition: all .3s
}
.gm_pagination,
.gm_wedo_box h4,
.gm_wedo_box p {
	float: left;
	width: 100%
}
.gm_wedo_box:hover span {
	color: #D42A2A;
	border-color: #D42A2A;
	transition: all .3s
}
.gm_wedo_box h4 {
	text-transform: capitalize;
	margin: 10px 0;
	font-size: 24px
}
.gm_wedo_box p {
	margin: 0
}
.gm_pagination ul {
	float: right;
	width: auto;
	margin: 0;
	padding: 0
}
.gm_pagination ul li {
	list-style: none;
	float: left;
	width: auto;
	margin-right: 10px
}
.gm_pagination ul li:last-child {
	margin-right: 0
}
.gm_pagination ul li:first-child a,
.gm_pagination ul li:last-child a {
	border-radius: 0
}
.gm_pagination ul li a {
	float: left;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	color: #222;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_pagination ul li a.active,
.gm_pagination ul li a:focus,
.gm_pagination ul li a:hover {
	color: #fff;
	background-color: #D42A2A;
	border-color: #D42A2A;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.widget_search label input,
.widget_search>form>input {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.gm_map {
	float: left;
	width: 100%
}
#map {
	width: 100%;
	height: 500px;
	margin: 0 auto
}
.gm_contact_wrapper {
	float: left;
	width: 100%;
	background-color: #fff
}
.gm_contact_wrapper .gm_bnr_form {
	margin-top: 0
}
.gm_contact_infobox {
	float: left;
	width: 100%
}
.gm_contact_infobox dd {
	margin-bottom: 5px!important;
	margin: 0
}
.gm_contact_infobox h2 {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	background-color: #222;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	text-align: center
}
.gm_contact_infobox dl {
	float: left;
	width: 100%;
	margin: 0
}
.gm_contact_infobox dd,
.gm_contact_infobox dt {
	width: 50%;
	text-align: left;
	padding: 8px 10px;
	float: left;
	color: #fff
}
.gm_contact_infobox dd {
	background-color: #D42A2A;
	border: 1px solid #D42A2A
}
.gm_contact_infobox dt {
	font-weight: 400;
	background-color: #222;
	border: 1px solid #222;
	margin-bottom: 5px
}
.gm_contact_infobox span {
	float: left;
	width: 100%;
	text-transform: uppercase;
	background-color: #D42A2A;
	text-align: center;
	color: #fff;
	padding: 13px
}
.wpcf7 input.wpcf7-email,
.wpcf7 input.wpcf7-tel,
.wpcf7 input.wpcf7-text {
	height: 50px;
	width: 100%;
	margin-bottom: 20px
}
.sidebar_wrapper {
	float: left;
	width: 100%;
	background-color: #fff;
	margin-bottom: 0
}
.widget-title {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	padding-bottom: 10px;
	text-transform: capitalize
}
.widget-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	background-color: #D42A2A;
	height: 2px
}
.widget.widget_search,
.widget.widget_text,
.widget_search form {
	width: 100%;
	float: left
}
.widget {
	margin-bottom: 40px
}
.widget.widget_text {
	margin-bottom: 50px
}
.widget_search form {
	position: relative
}
.widget_search>form>input {
	display: inline-block;
	padding: 0 3px;
	width: auto;
	min-width: 82px;
	background-color: #D42A2A;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #D42A2A!important;
	text-align: center;
	border-radius: 0;
	transition: all .3s;
	position: absolute;
	top: 0;
	right: 0
}
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_tag_cloud a {
	text-transform: capitalize;
	text-decoration: none
}
.widget_search>form>input:hover {
	background: #fff;
	color: #D42A2A
}
.widget_search label input {
	border: 1px solid #e1e1e1;
	box-shadow: none;
	font-weight: 400;
	color: #222;
	padding: 0 90px 0 15px;
	float: left;
	width: 100%;
	transition: all .3s
}
.widget_search button,
.widget_search input:focus {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_search input:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	border-right: none;
	transition: all .3s
}
.widget_search button {
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	border-left: none;
	border-radius: 0;
	font-size: 15px;
	height: 50px;
	float: left;
	width: 50px;
	text-align: center;
	color: #222;
	transition: all .3s
}
.widget_categories ul li a,
.widget_search button:focus,
.widget_search button:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_search button:focus,
.widget_search button:hover {
	border: 1px solid #D42A2A;
	background-color: #D42A2A;
	color: #fff;
	border-left: none;
	outline: 0;
	box-shadow: none;
	transition: all .3s
}
.widget.widget_categories {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget_categories ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget_categories ul.children {
	margin-top: 10px
}
.widget_categories ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget_categories ul li a {
	transition: all .3s
}
.widget_archive ul li a,
.widget_categories ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_categories ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_archive {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget_archive select {
	width: 100%;
	height: 50px
}
.widget_archive ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget_archive ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none
}
.widget_archive ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget_archive ul li a {
	transition: all .3s
}
.widget_archive ul li a:hover,
.widget_recent_entries ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_archive ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_recent_entries {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget_recent_entries ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget_recent_entries ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget_recent_entries ul li a {
	transition: all .3s
}
.widget_recent_entries ul li a:hover,
.widget_tag_cloud a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_recent_entries ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_tag_cloud {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget_tag_cloud a {
	float: left;
	margin: 0 6px 6px 0;
	font-size: 15px!important;
	border: 1px solid #e1e1e1;
	transition: all .3s
}
.widget.widget_button,
.widget.widget_pages {
	margin-bottom: 50px;
	width: 100%;
	float: left
}
.widget_button a,
.widget_tag_cloud a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_tag_cloud a:hover {
	color: #D42A2A;
	border: 1px solid #D42A2A;
	transition: all .3s
}
.widget_button a {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	z-index: 1;
	padding: 12px 0;
	text-transform: capitalize;
	text-decoration: none;
	transition: all .3s
}
.widget.widget_pages ul li a,
.widget_button a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget_button a:hover {
	transition: all .3s;
	box-shadow: none
}
.widget.widget_pages ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget.widget_pages ul.children {
	margin-top: 10px
}
.widget.widget_pages ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none;
	padding-left: 10px
}
.widget.widget_pages ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget.widget_pages ul li a {
	transition: all .3s
}
.widget.widget_meta ul li a,
.widget.widget_pages ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget.widget_pages ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_meta {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget.widget_meta ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget.widget_meta ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none
}
.widget.widget_meta ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget.widget_meta ul li a {
	transition: all .3s
}
.widget.widget_meta ul li a:hover,
.widget.widget_recent_comments ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget.widget_meta ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_recent_comments {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget.widget_recent_comments ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #D42A2A
}
.widget.widget_recent_comments ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none
}
.widget.widget_recent_comments ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget.widget_recent_comments ul li a {
	transition: all .3s
}
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget.widget_recent_comments ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_rss {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget.widget_rss ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.widget.widget_rss ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none;
	padding-left: 10px
}
.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.widget.widget_rss ul li a {
	color: #333;
	font-weight: 600;
	transition: all .3s
}
.widget.widget_nav_menu ul li a,
.widget.widget_rss ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget.widget_rss ul li span {
	display: block;
	color: #333;
	margin-bottom: 10px
}
.widget.widget_rss ul li cite {
	display: block;
	text-align: right;
	color: #333
}
.widget.widget_rss ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget.widget_nav_menu {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget.widget_nav_menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}
.widget.widget_nav_menu ul.sub-menu {
	margin-top: 10px
}
.widget.widget_nav_menu ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	list-style: none;
	padding-left: 10px
}
.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}
.widget.widget_nav_menu ul li a {
	transition: all .3s
}
.gm_page_box .entry-content .page-links a,
.widget.widget_nav_menu ul li a:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.widget.widget_nav_menu ul li a:hover {
	color: #D42A2A;
	transition: all .3s
}
.widget_calendar #wp-calendar {
	margin: 0
}
.widget.widget_calendar {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.widget_calendar #wp-calendar caption {
	line-height: 20px;
	font-weight: 500;
	color: #020202;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: 0 solid #e1e1e1
}
.widget_calendar #wp-calendar tr th {
	text-align: center;
	color: #D42A2A;
	border: 1px solid #e1e1e1;
	line-height: 30px
}
.widget_calendar #wp-calendar tr td {
	border: 1px solid #e1e1e1;
	text-align: center;
	font-weight: 500;
	line-height: 30px
}
.widget_calendar #wp-calendar tr td#today,
.widget_calendar #wp-calendar tr td#today a {
	background: #D42A2A;
	color: #fff
}
.gm_page_box .entry-content blockquote p a,
.widget_calendar #wp-calendar tr td a {
	color: #D42A2A
}
.widget select {
	width: 100%;
	height: 50px;
	padding: 0 10px
}
.widget.widget_text .textwidget p {
	margin: 0
}
.widget.widget_text .textwidget p strong {
	display: inline-block;
	margin-bottom: 10px
}
.widget.widget_recent_posts>ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.widget.widget_recent_posts>ul>li {
	margin-bottom: 15px;
	border: 1px solid #e1e1e1;
	display: inline-block
}
.widget.widget_recent_posts>ul>li .post_data {
	padding: 0 10px
}
.widget.widget_gallery>ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.widget.widget_gallery>ul>li {
	display: inline-block
}
.gm_error_wrapper {
	float: left;
	width: 100%;
	background-color: #fff
}
.gm_error_box {
	float: left;
	width: 100%;
	text-align: center
}
.gm_error_box h1 {
	float: left;
	width: 100%;
	font-size: 156px;
	margin-top: 40px;
	margin-bottom: 10px
}
.gm_error_box p,
.gm_page_box .entry-content p:last-child {
	margin-bottom: 0
}
.gm_error_box p {
	float: left;
	width: 100%
}
.bck_home {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px
}
.gm_page_box .entry-content,
.gm_page_box .entry-content ol,
.gm_page_box .entry-content ul {
	margin: 0
}
.gm_page_box .entry-content blockquote {
	border-left: 5px solid #D42A2A
}
.gm_page_box .entry-content table tr td,
.gm_page_box .entry-content table tr th {
	border: 1px solid #D42A2A;
	line-height: 25px;
	text-align: center
}
.gm_blog_info blockquote p a:hover {
	color: #333
}
.gm_page_box .entry-content table tr th {
	color: #D42A2A
}
.gm_page_box .entry-content table tr td a,
.gm_page_box .entry-content table tr th a {
	color: #D42A2A;
	font-weight: 700
}
.gm_page_box .entry-content dl dd a {
	color: #D42A2A
}
.gm_page_box .entry-content dl dd a:hover {
	color: #333
}
.gm_page_box .entry-content p a {
	color: #D42A2A
}
.gm_page_box .entry-content p a:hover {
	color: #333
}
.gm_page_box .entry-content ol li a {
	color: #D42A2A
}
.gm_page_box .entry-content ol li a:hover {
	color: #333
}
.gm_page_box .entry-content .page-links a {
	border: 1px solid #e1e1e1;
	padding: 8px 15px;
	font-size: 15px;
	color: #333;
	transition: all .3s
}
.gm_page_box .entry-content .page-links a:hover {
	background: #D42A2A;
	color: #fff
}
.gm_page_box .entry-content p img {
	margin-bottom: 20px
}
.gm_page_box .entry-content .wp-caption-text a {
	color: #D42A2A
}
.gm_page_box .entry-content .wp-caption-text a:hover {
	color: #333
}
.gm_blog_box .page-content form {
	position: relative
}
.gm_blog_box .page-content label {
	width: 100%
}
.gm_blog_box .page-content form label input[type=search] {
	height: 50px;
	padding: 0 10px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #e1e1e1
}
.gm_blog_box .page-content form input[type=submit] {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 3px;
	width: auto;
	min-width: 82px;
	background-color: #D42A2A;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #D42A2A!important;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 0;
	right: 0
}
.gm_blog_box .page-content input[type=submit]:hover {
	background: #fff;
	color: #D42A2A
}
.hentry .gm_blog_info {
	margin: 0;
	padding: 0
}
.main_blog_wrapper .gm_blog_info p:last-child {
	margin-bottom: 0
}
.gm_blog_info .owl-carousel .gm_service_box {
	min-height: auto;
	margin-top: 30px;
	margin-bottom: 0
}
.gm_blog_info .owl-carousel .gm_service_box .gm_service_info {
	padding-bottom: 0
}
.classes.type-classes .gm_blog_info {
	margin-bottom: 0
}
.gm_blog_info .owl-carousel {
	width: 100%;
	float: left
}
.classes.type-classes .gm_blog_info h1 {
	float: left;
	width: 100%;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #f1f1f1;
	text-transform: capitalize
}
.classes.type-classes .gm_blog_info p {
	float: left;
	width: 100%;
	margin-top: 20px
}
@media (max-width: 1200px) {
	.gm_menu ul li {
		margin-right: 15px
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.gm_blog_info>h3 {
		margin-top: 0
	}
	.gm_contact_infobox dt {
		width: 40%
	}
	.gm_contact_infobox dd {
		width: 60%
	}
	.gm_faq_box {
		min-height: 132px
	}
	.gm_service_box {
		min-height: 330px
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.gm_logo,
	.gm_menu,
	.gym_top_header_menu {
		text-align: center
	}
	.gm_top_info ul,
	.gym_top_header_menu ul {
		float: none
	}
	.gm_logo {
		padding-top: 5px
	}
	.gm_menu ul {
		width: 100%
	}
	.gm_menu ul li {
		float: none;
		display: inline-block
	}
	.gm_menu ul li a {
		padding: 10px 0
	}
	.gm_blog_info {
		padding-top: 0
	}
	.gm_blog_info>h3 {
		margin-top: 10px
	}
	.gm_blog_info>h3 a {
		font-size: 20px
	}
	.gm_price_box {
		padding: 30px 10px
	}
	.gm_header_info ul li {
		margin-right: 8px
	}
	.gm_price_box h5 {
		width: 150px
	}
	.gm_team_info {
		width: auto
	}
	.gm_contact_infobox {
		margin-top: 30px
	}
	.gm_bnr_form h3 {
		margin: 0 0 20px
	}
	.gm_bnr_form {
		padding: 20px;
		margin-top: -110px
	}
	.sidebar_wrapper {
		margin-top: 50px
	}
	.gm_service_box {
		min-height: 330px
	}
	.user_profile_view li .sub-menu li {
		text-align: left
	}
}
@media (max-width: 991px) {
	.widget {
		margin-bottom: 30px
	}
	.widget.widget_recent_posts>ul>li {
		width: 32%
	}
	.gm_faq_box {
		min-height: auto
	}
	.gm_blog_caption {
		margin-bottom: 20px
	}
}
@media (max-width: 767px) {
	.gm_footer_links ul,
	.gm_gallery_box,
	.gm_price_wrapper,
	.gm_team_wrapper,
	.gym_top_header_menu {
		text-align: center
	}
	.menu_fixed {
		position: initial
	}
	.gm_menu_btn {
		display: block;
		float: none;
		position: absolute;
		padding: 0;
		top: 20px;
		right: 15px;
		border: none;
		width: 40px;
		height: 30px;
		font-size: 16px;
		color: #fff;
		background-color: #D42A2A;
		border-radius: 3px
	}
	.gm_menu_btn:focus,
	.gm_menu_btn:hover {
		outline: 0;
		border: none;
		box-shadow: none;
		text-shadow: none
	}
	.gm_main_menu_wrapper {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #D42A2A;
		z-index: 100000;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		width: 300px
	}
	.gm_main_menu_wrapper.gm_main_menu_hide {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		overflow-y: scroll
	}
	.gm_main_menu_wrapper::-webkit-scrollbar {
		width: 2px;
		border: 1px solid #D42A2A
	}
	.gm_menu>ul,
	.gm_menu>ul>li,
	.gm_menu>ul>li>ul.sub-menu>li,
	.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu>li {
		width: 100%
	}
	.gm_main_menu_wrapper::-webkit-scrollbar-thumb {
		border-radius: 0;
		background: #D42A2A;
		-webkit-box-shadow: inset 0 0 2px #fff
	}
	.gm_main_menu_wrapper::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0 #fff;
		border-radius: 0;
		background-color: #e2e2e2
	}
	.gm_menu>ul>li>a {
		padding: 10px;
		border-bottom: 1px solid #f5f5f5;
		color: #fff
	}
	.gm_blog_box,
	.gm_bnr_text {
		padding-top: 0
	}
	.gm_menu>ul>li>a.active {
		color: #D42A2A;
		background-color: #fff
	}
	.gm_header_info {
		padding-right: 55px
	}
	.gm_menu>ul>li>ul.sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		box-shadow: none
	}
	.gm_menu>ul>li>ul.sub-menu>li>a {
		padding-left: 25px
	}
	.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		box-shadow: none
	}
	.gm_menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu {
		-webkit-transform: -webkit-translate(0, 0);
		-moz-transform: -moz-translate(0, 0);
		-ms-transform: -ms-translate(0, 0);
		-o-transform: -o-translate(0, 0);
		transform: translate(0, 0)
	}
	.gm_menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
		padding-left: 50px
	}
	.gm_bnr_form {
		margin-top: 0
	}
	.gm_header_wrapper.fadeInDown {
		-webkit-animation-name: inherit;
		animation-name: inherit
	}
	.gm_blog_info {
		padding-top: 10px
	}
	.gm_blog_info>h3 {
		margin-bottom: 10px;
		margin-top: 10px
	}
	.gm_price_box {
		margin-bottom: 50px
	}
	.gm_testimonial_wrapper {
		padding: 80px 0
	}
	.gm_footer_copyright {
		text-align: center;
		margin-bottom: 10px
	}
	.gm_footer_links ul {
		width: 100%
	}
	.gm_blog_img,
	.gm_service_img,
	.gm_team_box {
		display: inline-block;
		width: auto;
		float: none
	}
	.gm_service_box {
		margin: 10px 0
	}
	.gm_contact_infobox {
		margin-top: 30px
	}
	.gm_contact_infobox dd {
		padding: 8px 4px
	}
	.gm_top_info ul,
	.gym_top_header_menu ul {
		float: none
	}
	.user_profile_view li .sub-menu li {
		text-align: left
	}
	.gm_schedule_info .nav-tabs>li,
	.gm_schedule_info .nav-tabs>li.active {
		display: block;
		width: 100%;
		border-bottom: 1px solid #403a3a
	}
	.gm_schedule_info .nav-tabs>li.active>a,
	.gm_schedule_info .nav-tabs>li>a {
		border-bottom: 1px solid #403a3a
	}
	.gm_schedule_info .nav-tabs>li>a:after {
		display: none
	}
	.gm_blog_info {
		margin-bottom: 0
	}
	.widget.widget_recent_posts>ul>li {
		width: 100%;
		display: block;
		padding-top: 10px;
		border: none
	}
	.gm_service_box,
	.gm_wedo_box {
		width: 400px
	}
	.gm_blog_caption,
	.gm_service_wrapper,
	.gm_wedo_wrapper {
		text-align: center
	}
	.gm_blog_caption .gm_blog_box,
	.gm_blog_info ul.meta_information li,
	.gm_service_box,
	.gm_wedo_box {
		float: none;
		display: inline-block
	}
	.gm_pagetitle ul.breadcrumb li a {
		font-size: 14px
	}
	.page_title h2 {
		font-size: 24px
	}
	.gm_top_info li {
		padding: 10px 20px 0!important
	}
	.gym_top_header_menu ul li {
		padding: 10px 0
	}
	.gm_menu>ul>li.current-menu-item>a,
	.gm_menu>ul>li.current-menu-parent>a {
		color: #fff
	}
	.gm_menu>ul>li:hover>a {
		background-color: #fff;
		color: #D42A2A
	}
	.owl-carousel .gm_service_box {
		width: 100%
	}
	.gm_bnr_text h1 {
		font-size: 26px
	}
	.gm_blog_box .gm_blog_comment_wrapper,
	.gm_blog_info ul.meta_information {
		text-align: left
	}
	.gm_pagetitle {
		padding: 80px 0
	}
	.gm_blog_caption .gm_blog_box {
		width: 400px
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.gm_gallery_boxes,
	.gm_price_box {
		float: none;
		display: inline-block
	}
	.gm_price_box {
		width: 400px
	}
	.gm_gallery_boxes {
		width: auto
	}
}
@media (max-width: 479px) {
	.gm_gallery_boxes img {
		width: 100%
	}
	.gm_main_menu_wrapper {
		width: 250px
	}
	.gm_blog_caption .gm_blog_box,
	.gm_comment_text,
	.gm_header_wrapper .col-xs-4,
	.gm_header_wrapper .col-xs-8,
	.gm_service_box,
	.gm_wedo_box {
		width: 100%
	}
	.gm_header_info {
		padding-right: 0;
		margin-top: 40px;
		text-align: center
	}
	.gm_header_info ul {
		float: none;
		display: inline-block
	}
	.gm_menu_btn {
		right: 5px
	}
	.gm_bnr_form {
		padding: 20px
	}
	.gm_price_box {
		padding: 30px 10px
	}
	.gm_testimonial_wrapper {
		padding: 20px 0
	}
	.gm_footer_menu ul li {
		padding: 0 20px 10px 10px
	}
	.gm_pagetitle {
		padding: 40px 0
	}
	.gm_comment_image {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px
	}
	.gm_comment_text {
		float: left
	}
	.gm_download_box ul li {
		margin: 10px 0
	}
	.gm_schedule_info .tab-content .tab-pane table {
		width: 450px
	}
	.gm_schedule_info .tab-content .tab-pane::-webkit-scrollbar {
		width: 1em
	}
	.gm_schedule_info .tab-content .tab-pane::-webkit-scrollbar-thumb {
		background-color: #D42A2A
	}
}
@media (max-width: 380px) {
	.gm_main_menu_wrapper {
		width: 200px
	}
	.gm_contact_infobox dd,
	.gm_contact_infobox dt {
		width: 100%
	}
	.gm_wedo_box {
		padding: 50px 20px
	}
}
@media (max-width: 215px) {
	.gm_main_menu_wrapper {
		width: 150px
	}
	.gm_menu_btn {
		position: initial;
		float: right
	}
	.gm_bnr_text h1 {
		font-size: 36xp
	}
	.gm_bnr_form .gm_btn {
		min-width: 125px;
		overflow: hidden
	}
	.gm_price_box h5 {
		width: auto
	}
	.gm_price_box h1 {
		font-size: 50px
	}
	.gm_price_box h1 sub {
		font-size: 15px
	}
	.gm_footer_wrapper2 {
		font-size: 13px
	}
	.page_title h2 {
		font-size: 28px
	}
}
.gm_footer_wrapper2 .widget_recent_entries ul li {
	padding-left: 0
}
#style-switcher {
	background: #FFF;
	box-shadow: none;
	right: -180px;
	position: fixed;
	top: 40%;
	width: 180px;
	z-index: 15;
	border: 1px solid #e1e1e1
}
#style-switcher .clsw_switcher_innerdiv {
	width: 100%;
	float: left
}
.transparent-background {
	float: left;
	width: 100%;
	padding: 0
}
.transparent-background h6 {
	float: left;
	width: 100%;
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 0;
	background-color: transparent;
	margin-top: 0;
	padding: 15px 15px 0;
	color: #222
}
#style-switcher .bottom {
	background: #FFF;
	color: #252525;
	padding: 0
}
#style-switcher .bottom a.settings {
	background: #FFF;
	box-shadow: none;
	display: block;
	height: 47px;
	position: absolute;
	left: -47px;
	top: 17px;
	width: 47px;
	line-height: 45px;
	font-size: 20px;
	color: #000;
	border: 1px solid #e1e1e1;
	border-right: 0;
	text-align: center
}
#style-switcher .bottom a.settings:hover {
	text-decoration: none
}
.transparent-background ul.clsw_colors {
	float: left;
	width: 100%;
	padding: 12px 22px;
	margin: 0
}
.transparent-background ul.clsw_colors li {
	float: left;
	list-style: none;
	width: auto;
	padding-right: 7px;
	padding-bottom: 7px
}
.transparent-background ul.clsw_colors li:nth-child(3n) {
	padding-right: 0
}
.transparent-background ul.clsw_colors li p {
	float: left;
	width: 40px;
	height: 40px;
	background: #000;
	margin: 0;
	border-radius: 0;
	cursor: pointer
}
.transparent-background ul.clsw_colors li #color1 {
	background: #409915
}
.transparent-background ul.clsw_colors li #color2 {
	background: #00c8d6
}
.transparent-background ul.clsw_colors li #color3 {
	background: #ef791f
}
.transparent-background ul.clsw_colors li #color4 {
	background: #cddc39
}
.transparent-background ul.clsw_colors li #color5 {
	background: #8d6dc4
}
.transparent-background ul.clsw_colors li #color6 {
	background: #D42A2A
}
.scrollup,
.scrollup:hover {
	background-color: #eb7f1c;
	color: #fff
}
.scrollup {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 70px;
	right: 5%;
	display: none;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	z-index: 1000;
	-webkit-box-shadow: inset 0 1px 5px 1px #a05713;
	-ms-box-shadow: inset 0 1px 5px 1px #a05713;
	-moz-box-shadow: inset 0 1px 5px 1px #a05713;
	-o-box-shadow: inset 0 1px 5px 1px #a05713;
	box-shadow: inset 0 1px 5px 1px #a05713;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.scrollup:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.gm_navigation_wrapper,
.gm_navigation_wrapper.gm_menu_show_hide {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}
.scrollup i {
	font-size: 24px
}
.gm_header_two {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff
}
.gm_header_two .gm_toggle {
	text-align: right;
	padding: 20px 0
}
.gm_header_two .gm_toggle button {
	background: 0 0;
	color: #D42A2A;
	font-size: 30px;
	border: none;
	padding: 0
}
.gm_header_two .gm_logo_two {
	float: left;
	padding-top: 15px;
	padding-bottom: 12px
}
.gm_header_two .gm_menu {
	float: right;
	width: auto
}
.gm_navigation_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, .95);
	height: 0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition: all .3s
}
.gm_navigation_wrapper.gm_menu_show_hide {
	height: 100%;
	transform: rotateX(0);
	transition: all .3s
}
.gm_navigation_menu {
	width: 100%;
	height: 100%
}
.gm_navigation_menu ul {
	list-style: none
}
.gm_navigation_menu>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.gm_navigation_menu ul li {
	margin: 10px 0
}
.gm_navigation_menu ul li a {
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.gm_navigation_menu ul li a:hover {
	color: #D42A2A
}
.gm_navigation_menu ul li a i {
	margin-right: 15px;
	width: 45px
}
.gm_navigation_menu ul li ul.sub-menu li a {
	position: relative
}
.gm_navigation_menu ul li ul.sub-menu li a:before {
	position: absolute;
	content: "-";
	top: 0;
	right: 100%;
	color: #fff;
	margin-right: 20px
}
.gm_navigation_menu .gm_close_btn {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	z-index: 1000
}
.gm_navigation_menu .gm_close_btn img {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px
}
.gm_header_two.menu_fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 0;
	-moz-box-shadow: 0 -5px 20px;
	-webkit-box-shadow: 0 -5px 20px;
	box-shadow: 0 -5px 20px
}
@media (max-width: 767px) {
	.gm_navigation_menu .gm_close_btn img {
		right: 10px
	}
	.gm_navigation_menu ul li {
		margin: 0
	}
	.gm_navigation_menu ul li a {
		font-size: 14px
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.gm_navigation_menu .gm_close_btn img {
		top: 55px
	}
}
.gm_blog_img,
.gm_blog_img img {
	width: 100%
}
.gm_blog_info.ht_blog_shortcode {
	padding: 40px 30px 40px 0
}
.gm_blog_info.ht_blog_shortcode.ht_right_content {
	padding-left: 30px;
	padding-right: 0
}
.widget.widget_healthkilter_gallery {
	width: 100%;
	float: left
}
.widget.widget_healthkilter_gallery ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.widget.widget_healthkilter_gallery ul li {
	float: left;
	margin: 0 7px 7px 0
}
.widget.widget_healthkilter_blog {
	float: left;
	width: 100%
}
.widget.widget_healthkilter_blog .post_img {
	float: left
}
.widget.widget_healthkilter_blog>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.widget.widget_healthkilter_blog>ul>li:after {
	content: "";
	width: 100%;
	display: table
}
.widget.widget_healthkilter_blog>ul>li .post_data {
	float: right;
	width: calc(100% - 90px);
	padding: 0;
	color: #222
}
.widget.widget_healthkilter_blog .post_data h4 {
	margin-top: 0;
	font-size: 16px
}
.widget.widget_healthkilter_blog>ul>li {
	border: none;
	margin-bottom: 10px
}
.widget_tag_cloud a {
	padding: 6px 10px
}
.widget_search label input,
.widget_search>form>input {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.gm_footer_widget .widget_healthkilter_blog .post_data h4,
.gm_footer_widget .widget_healthkilter_blog>ul>li .post_data {
	color: #fff
}
.gm_heading h1 span {
	color: #D42A2A
}
.gm_video_section_discription span {
	color: #D42A2A;
	float: none;
	width: auto
}
@media (max-width: 1200px) {
	.gm_blog_info.ht_blog_shortcode {
		padding: 30px 0
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.gm_blog_info.ht_blog_shortcode {
		padding: 0
	}
}
@media (max-width: 767px) {
	.gm_blog_info.ht_blog_shortcode,
	.gm_blog_info.ht_blog_shortcode.ht_right_content {
		padding-right: 0;
		padding-left: 0
	}
	.gm_menu>ul>li.current-menu-item>a {
		color: #fff!important
	}
}
@media (max-width: 479px) {
	.nav-links a,
	.nav-links span {
		padding: 3px 10px
	}
}
.gm_single .gm_blog_img img {
	width: auto
}
.gm_single .gm_blog_box:hover .gm_blog_img img {
	transform: none
}
.comment-respond {
	margin-bottom: 25px
}
.gm_blog_comment_wrapper>ul>li:last-child .comment-respond {
	margin-bottom: 0
}
.gm_comment_text .gm_auth_heading a {
	float: left
}
.gm_comment_text .gm_auth_heading span {
	float: right;
	width: auto
}
.gm_comment_text a.comment-reply-link {
	float: right;
	margin-left: 25px
}
.gm_blog_comment {
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1
}
.gm_blog_comment_wrapper>ul>li:last-child .gm_blog_comment {
	border-bottom: none
}
.gm_comment_text {
	width: calc(100% - 80px)
}
.gm_faq_box {
	margin-bottom: 10px
}
.gm_faq_wrapper.gm_bottompadder40 {
	padding-bottom: 60px
}
.gm_pagetitle .page_title {
	word-break: break-all
}
.gm_counter_wrapper,
.gm_testimonial_wrapper {
	background-attachment: initial
}
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li {
	padding-left: 0
} 


/*---------------------- new sections css start ---------------------*/
/*-------- header css start --------*/
.admin-bar .ff_header {
    margin-top: 31px;
}
.ff_header_box {
  text-align: right;
  padding: 15px 0px;
}
.ff_header_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_header_box ul li {
  display: inline-block;
  margin-left: 15px;
}
.ff_header_box ul li:first-child {
  margin-left: 0px;
}
.ff_header_box ul li a {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_header_box ul li a:hover {
  color: #D42A2A;
}
.ff_header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: 100;
}
.ff_header .ff_header_wrapper .ff_logo {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 30px 0px 30px 15px;
}
.ff_header .ff_header_wrapper .ff_logo a {
  display: block;
}
/*-------- navigation section start --------*/
.ff_menu_wrapper {
  position: relative;
}
.ff_menu_wrapper .ff_menu_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 65%;
  background-color: #D42A2A;
  height: 100%;
}
.ff_menu_wrapper .ff_menu_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -10px;
  height: 100%;
  width: 25px;
  background: #D42A2A;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
}
.ff_menu_wrapper .ff_menu_box {
  text-align: right;
}
.ff_menu_wrapper .ff_menu_box .ff_menu {
  display: inline-block;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li {
  display: inline-block;
  margin-left: 27px;
  position: relative;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:first-child {
  margin-left: 0px;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a {
  color: #ffffff;
  padding: 14px 0px;
  display: inline-block;
  font-size: 15px;
  position: relative;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a .dropdown-expander {
  display: none;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li.active a:after,
.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:hover a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  bottom: 0;
}
.ff_menu_wrapper .ff_menu_box .ff_menu .ff_close_btn {
  display: none;
}
.ff_menu_wrapper .ff_menu_box .ff_toggle_btn {
  display: none;
}
.ff_menu_wrapper .ff_menu_box .ff_search {
  display: inline-block;
  position: relative;
  margin-left: 27px;
}
.ff_menu_wrapper .ff_menu_box .ff_search input.form-control {
  height: 50px;
  width: 268px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: none;
  color: #ffffff;
  padding: 0px 40px 0px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.ff_menu_wrapper .ff_menu_box .ff_search input.form-control.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ff_menu_wrapper .ff_menu_box .ff_search input.form-control.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ff_menu_wrapper .ff_menu_box .ff_search input.form-control.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ff_menu_wrapper .ff_menu_box .ff_search input.form-control.form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.ff_menu_wrapper .ff_menu_box .ff_search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 50px;
  background: none;
  border: none;
  width: 40px;
  color: #ffffff;
  outline: none;
}
.ff_menu_wrapper .ff_menu_box .ff_search button:hover {
  cursor: pointer;
}
/*-------- header css end --------*/
/*-------- about section start --------*/
.ff_about_wrapper {
  position: relative;
  padding: 80px 0px;
}
.ff_about_wrapper .ff_about_img {
  position: absolute;
  top: auto;
  right: 150px;
  bottom: 80px;
  left: auto;
}
.ff_about_wrapper .ff_about_heading {
  margin-bottom: 60px;
}
.ff_about_wrapper .ff_about_heading h2 {
  font-size: 35px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ff_about_wrapper .ff_about_heading h2 span {
  color: #D42A2A;
}
.ff_about_wrapper .ff_about_content {
  margin-bottom: 40px;
}
.ff_about_wrapper .ff_about_content:after {
  content: "";
  display: table;
  width: 100%;
}
.ff_about_wrapper .ff_about_content .ff_about_icon {
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}
.ff_about_wrapper .ff_about_content .ff_about_icon i {
  height: 50px;
  width: 50px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: 2px solid #D42A2A;
  -webkit-transform: skew(-10deg, 0);
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
}
.ff_about_wrapper .ff_about_content .ff_about_icon i:before {
  margin: 0px;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  -webkit-transform: skew(10deg, 0);
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
}
.ff_about_wrapper .ff_about_content .ff_about_text {
  float: right;
  width: calc(100% - 76px);
  padding-right: 185px;
}
.ff_about_wrapper .ff_about_content .ff_about_text h3 {
  color: #D42A2A;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 400;
}
.ff_about_wrapper .ff_about_content .ff_about_text p {
  font-size: 15px;
  font-weight: 400;
}
/*-------- about section end --------*/
/*-------- team section start --------*/
.ff_team_wrapper .ff_team_box {
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
  margin-bottom: 30px;
  overflow: hidden;
}
.ff_team_wrapper .ff_team_box .ff_team_img {
  overflow: hidden;
}
.ff_team_wrapper .ff_team_box .ff_team_img:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #D42A2A;
}
.ff_team_wrapper .ff_team_box .ff_team_img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ff_team_wrapper .ff_team_box .ff_team_text {
  padding: 10px 25px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -115px;
  left: auto;
  background-color: rgba(33, 39, 49, 0.75);
  width: 100%;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
  opacity: 0;
  visibility: hidden;
}
.ff_team_wrapper .ff_team_box .ff_team_text h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.ff_team_wrapper .ff_team_box .ff_team_text p {
  margin-bottom: 5px;
  color: #ffffff;
}
.ff_team_wrapper .ff_team_box .ff_team_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ff_team_wrapper .ff_team_box .ff_team_text ul li {
  display: inline-block;
  margin-right: 10px;
}
.ff_team_wrapper .ff_team_box .ff_team_text ul li:last-child {
  margin-right: 0px;
}
.ff_team_wrapper .ff_team_box .ff_team_text ul li a {
  color: #ffffff;
}
.ff_team_wrapper .ff_team_box .ff_team_text ul li a:hover {
  color: #D42A2A;
}
.ff_team_wrapper .ff_team_box .ff_team_text:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #D42A2A;
  border-top: none;
  z-index: -1;
}
.ff_team_wrapper .ff_team_box:hover .ff_team_text {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.ff_team_wrapper .ff_team_box:hover .ff_team_img img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
/*-------- team section end --------*/
/*-------- counter section start --------*/
.ff_counter_wrapper {
  background-image: url(../images/counter.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: initial;
  position: relative;
  padding: 130px 0px 80px 0px;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
}
.ff_counter_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50px solid rgba(33, 39, 49, 0.5);
  z-index: -1;
}
.ff_counter_wrapper .ff_counter_box {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.ff_counter_wrapper .ff_counter_box h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.ff_counter_wrapper .ff_counter_box h2 i {
  margin-right: 10px;
}
.ff_counter_wrapper .ff_counter_box h2 i:before {
  font-size: 40px;
  display: inline-block;
  margin: 0;
}
.ff_counter_wrapper .ff_counter_box p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.ff_counter_wrapper .ff_counter_overlay {
  position: absolute;
  top: -16px;
  right: auto;
  bottom: auto;
  left: 16px;
  opacity: 0.2;
}
.ff_counter_wrapper .ff_counter_overlay i:before {
  display: inline-block;
  margin: 0;
  font-size: 70px;
  color: #ffffff;
}
/*-------- counter section end --------*/
/*-------- service section start --------*/
.ff_service_wrapper {
  padding: 80px 0px;
}
.ff_service_wrapper .ff_service_content {
  text-align: center;
}
.ff_service_wrapper .ff_service_content .ff_service_img {
  width: auto;
  display: inline-block;
}
.ff_service_wrapper .ff_service_content .ff_service_text {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li {
  width: 25%;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(1) {
  text-align: right;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 7%;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(2) {
  text-align: right;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(3) {
  text-align: right;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 7%;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(4) {
  text-align: left;
  position: absolute;
  top: 20px;
  right: 7%;
  bottom: auto;
  left: auto;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(5) {
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(6) {
  text-align: left;
  position: absolute;
  top: auto;
  right: 7%;
  bottom: 20px;
  left: auto;
}
.ff_service_wrapper .ff_service_content .ff_service_text ul li .ff_service_data h2 {
  font-size: 20px;
  color: #D42A2A;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
} 
.ff_service_wrapper .ff_service_content .ff_service_text ul li .ff_service_data h2 i:before {
  color: #ffffff;
  margin: 0;
  font-size: 28px;
  display: inline-block;
}
/*-------- service section end --------*/
.ff_gallery_wrapper .ff_gallery_box {
  margin-bottom: 30px;
  position: relative;
}
.ff_gallery_wrapper .ff_gallery_box img {
  width: 100%;
}
.ff_gallery_wrapper .ff_gallery_box .ff_gallery_overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background: rgba(232, 63, 83, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_gallery_wrapper .ff_gallery_box .ff_gallery_overlay a {
  position: absolute;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_gallery_wrapper .ff_gallery_box:hover .ff_gallery_overlay {
  opacity: 1;
  visibility: visible;
}
.ff_gallery_wrapper .ff_gallery_box:hover .ff_gallery_overlay a {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
/*-------- gallery section end --------*/
/*-------- classes page start --------*/
.ff_classes_wrapper .ff_classes_box {
  margin-bottom: 30px;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_img img {
  width: 100%;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text {
  background-color: #181e26;
  padding: 20px 20px;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text h5 a {
  color: #D42A2A;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #9e9fa1;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border: none;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul li a {
  font-size: 15px;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul li a i {
  margin-right: 10px;
  color: #D42A2A;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text ul li:hover a {
  color: #D42A2A;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text > p {
  margin-bottom: 17px;
  word-spacing: 1px;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text .ff_classes_btn:after {
  content: "";
  display: table;
  width: 100%;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text .ff_classes_btn p {
  display: inline-block;
  font-size: 18px;
  margin-top: 12px;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text .ff_classes_btn p span {
  color: #D42A2A;
}
.ff_classes_wrapper .ff_classes_box .ff_classes_text .ff_classes_btn .ff_button {
  float: right;
}
/*-------- classes section end --------*/
/*-------- offer section start --------*/
.ff_offer_wrapper {
  position: relative;
  background-image: url(../images/offer_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-attachment: initial;
}
.ff_offer_wrapper .ff_offer_img {
  text-align: center;
}
.ff_offer_wrapper .ff_offer_text {
  padding: 80px 0px;
}
.ff_offer_wrapper .ff_offer_text h5 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.ff_offer_wrapper .ff_offer_text .offer_duration {
  margin-bottom: 15px;
  display:  flex;
}
.ff_offer_wrapper .ff_offer_text .offer_duration:after {
  content: "";
  display: table;
  width: 100%;
}
.ff_offer_wrapper .ff_offer_text .offer_duration h1 {
  float: left;
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  margin-right:  15px;
}
.ff_offer_wrapper .ff_offer_text .offer_duration h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  float: right;
  width: calc(100% - 60px);
  font-style: italic;
  text-transform: capitalize;
}
.ff_offer_wrapper .ff_offer_text .offer_duration h3 span {
  display: block;
  margin: 10px 0px 5px;
}
.ff_offer_wrapper .ff_offer_text h2 {
  font-size: 35px;
  font-weight: 600;
  color: #D42A2A;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ff_offer_wrapper .ff_offer_text p {
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 30px;
}
/*-------- offer section end --------*/
/*-------- contact page start --------*/
.ff_contact_wrapper .ff_contact_box {
  text-align: center;
  padding: 40px 0px;
  margin-bottom: 50px;
  color:#ffffff;
  background-image: url(../images/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: initial;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
}
.ff_contact_wrapper .ff_contact_box:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  outline: rgba(232, 63, 83, 0.4) solid 10px;
  background-color: rgba(33, 39, 49, 0.9);
  z-index: -1;
}
.ff_contact_wrapper .ff_contact_box span {
  color: #D42A2A;
  font-size: 35px;
  margin-bottom: 10px;
}
.ff_contact_wrapper .ff_contact_box h4 {
  font-size: 25px;
  color: #D42A2A;
  margin-bottom: 15px;
}
.ff_contact_wrapper .ff_contact_box p {
  color: #ffffff;
  margin:0px;
}
.ff_contact_wrapper .ff_contact_box p >a {
  color: #ffffff;
}
.ff_contact_wrapper .ff_contact_box p >a:hover {
  color: #D42A2A;
}
.gmap {
  height: 400px;
}
.ff_contact_form_wrapper .ff_contact_input {
  text-align: center;
}
.ff_contact_form_wrapper .ff_contact_input input,
.ff_contact_form_wrapper .ff_contact_input textarea {
  background: none;
  border: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #9e9fa1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #9e9fa1;
  padding: 0px 0px;
}
.ff_contact_form_wrapper .ff_contact_input input {
  height: 40px;
}
.ff_contact_form_wrapper .ff_contact_input textarea {
  height: 80px;
  resize: none;
}
.ff_contact_form_wrapper .ff_contact_input .response {
  color: #ff0000;
}
/*-------- contact section end --------*/
/*-------- blog section start --------*/
.ff_blog_wrapper .ff_blog_box {
  margin-bottom: 50px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_img {
  position: relative;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_img p a {
  background: #D42A2A;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0px 8px 15px;
  z-index: 1;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_img p a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 25px;
  background: #D42A2A;
  z-index: -1;
  -webkit-transform: skew(25deg, 0);
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text h2 a {
  display: inline-block;
  color: #D42A2A;
  margin: 20px 0px 15px;
  font-size: 20px;
  font-weight: 400;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px 12px 0px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li:last-child {
  margin-right: 0px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > a > i {
  margin-right: 10px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > a:hover {
  color: #D42A2A;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > ul.ff_share {
  padding-left: 10px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  width: 85px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > ul.ff_share > li {
  display: inline-block;
  margin-right: 5px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > ul.ff_share > li:last-child {
  margin-right: 0px;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li > ul.ff_share > li > a:hover {
  color: #D42A2A;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text > ul > li:hover > ul.ff_share {
  opacity: 1;
  visibility: visible;
}
.ff_blog_wrapper .ff_blog_box .ff_blog_text p {
  margin-bottom: 20px;
}
/*-------- blog section end --------*/
/*-------- video section start --------*/
.ff_video_wrapper .col-lg-12 {
  padding: 0px;
}
.ff_video_wrapper .ff_video_box {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
.ff_video_wrapper .ff_video_box .ff_video_text {
  padding: 15px 15px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_video_wrapper .ff_video_box .ff_video_text p {
  color: #9e9fa1;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.ff_video_wrapper .ff_video_box .ff_video_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_video_wrapper .ff_video_box .ff_video_text ul li {
  display: inline-block;
  margin-right: 20px;
}
.ff_video_wrapper .ff_video_box .ff_video_text ul li:last-child {
  margin-right: 0px;
}
.ff_video_wrapper .ff_video_box .ff_video_text ul li a {
  display: inline-block;
  font-weight: 400;
}
.ff_video_wrapper .ff_video_box .ff_video_text ul li a i {
  margin-right: 8px;
}
.ff_video_wrapper .ff_video_box .ff_video_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 30, 38, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_video_wrapper .ff_video_box .ff_video_overlay .ff_video_overlay_text {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.ff_video_wrapper .ff_video_box .ff_video_overlay .ff_video_overlay_text a {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_video_wrapper .ff_video_box .ff_video_overlay .ff_video_overlay_text a i:before {
  margin: 0;
  color: #D42A2A;
  font-size: 50px;
}
.ff_video_wrapper .ff_video_box .ff_video_overlay .ff_video_overlay_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ff_video_wrapper .ff_video_box:hover .ff_video_overlay {
  visibility: visible;
  opacity: 1;
}
.ff_video_wrapper .ff_video_box:hover .ff_video_overlay .ff_video_overlay_text {
  visibility: visible;
  opacity: 1;
}
.ff_video_wrapper .ff_video_box:hover .ff_video_overlay .ff_video_overlay_text a,
.ff_video_wrapper .ff_video_box:hover .ff_video_overlay .ff_video_overlay_text p {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ff_video_wrapper .ff_video_box:hover .ff_video_text {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} 
/*-------- video section end --------*/
/*-------- history section start --------*/
.ff_history_wrapper {
  padding-bottom: 80px;
}
.ff_history_wrapper .ff_history_box {
  padding-top: 100px;
}
.ff_history_wrapper .ff_history_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.ff_history_wrapper .ff_history_box ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #D42A2A;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ff_history_wrapper .ff_history_box ul li:after {
  content: "";
  display: table;
  width: 100%;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content {
  width: 50%;
  float: right;
  padding-left: 100px;
  position: relative;
  margin-bottom: 100px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data {
  padding: 20px 20px;
  border: 2px solid #D42A2A;
  border-bottom: none;
  position: relative;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data h5 {
  font-size: 18px;
  font-weight: 500;
  color: #D42A2A;
  margin-bottom: 10px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data span.dot {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: -9px;
  left: auto;
  border: 10px solid #D42A2A;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data:before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #D42A2A;
  width: 75%;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-bottom: 2px solid #D42A2A;
  width: 10%;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100px;
  height: 4px;
  background: #D42A2A;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year {
  border: 4px solid #9e9fa1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -96px;
  right: auto;
  width: 96px;
  height:  96px;
  bottom: auto;
  left: -50px;
  background: #212731;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 85px;
  margin: 0 0 0 -1px;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content {
  width: 50%;
  float: left;
  padding-right: 100px;
  position: relative;
  margin-bottom: 100px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data {
  padding: 20px 20px;
  border-top: 2px solid #D42A2A;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data h5 {
  font-size: 18px;
  font-weight: 500;
  color: #D42A2A;
  margin-bottom: 10px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data span.dot {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -9px;
  left: 10%;
  border: 10px solid #D42A2A;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data:before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-left: 2px solid #D42A2A;
  border-bottom: 2px solid #D42A2A;
  height: 100%;
  width: 10%;
  z-index: -1;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-right: 2px solid #D42A2A;
  border-bottom: 2px solid #D42A2A;
  height: 100%;
  width: 75%;
  z-index: -1;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100px;
  height: 4px;
  background: #D42A2A;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year {
  border: 4px solid #9e9fa1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height:  96px;
  position: absolute;
  width: 96px;
  top: -96px;
  right: -50px;
  bottom: auto;
  left: auto;
  background: #212731;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  height: 96px;
  width: 96px;
  margin: 0 0 0 -1px;
  text-align: center;
  line-height: 85px;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year.year5 {
  position: absolute;
  top: auto;
  right: -50px;
  bottom: -100px;
  left: auto;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year1 {
  border-bottom: 4px solid #D42A2A;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year2 {
  border-bottom: 4px solid #D42A2A;
  border-left: 4px solid #D42A2A;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year3 {
  border-bottom: 4px solid #D42A2A;
  border-left: 4px solid #D42A2A;
  border-top: 4px solid #D42A2A;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year4 {
  border: 4px solid #D42A2A;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year5 {
  border: 4px solid #D42A2A;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year5 h4 {
  line-height: 70px;
}
.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year5 h4:after {
  content: ".";
  position: absolute;
  top: 15px;
  right: 12px;
  bottom: 10px;
  left: 12px;
  border-bottom: 4px solid #9e9fa1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
/*-------- history section end --------*/
/*-------- pricing section start --------*/
.ff_pricing_wrapper .ff_pricing_box {
  text-align: center;
  border: 1px solid #D42A2A;
  background-color: #181e26;
  margin-bottom: 70px;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head {
  background-color: #D42A2A;
  padding: 20px 0px;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head h5 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head h5:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 171px;
  height: 1px;
  background-color: #f18a96;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head h1 {
  font-size: 40px;
  color: #ffffff;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -15%;
  left: 0;
  width: 50%;
  height: 48px;
  background: #D42A2A;
  -webkit-transform: skew(0, -15deg);
  -moz-transform: skew(0, -15deg);
  -ms-transform: skew(0, -15deg);
  transform: skew(0, -15deg);
  z-index: -1;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -15%;
  left: auto;
  width: 50%;
  height: 48px;
  background: #D42A2A;
  -webkit-transform: skew(0, 15deg);
  -moz-transform: skew(0, 15deg);
  -ms-transform: skew(0, 15deg);
  transform: skew(0, 15deg);
  z-index: -1;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body {
  padding: 60px 0px;
  position: relative;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #30353c;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body ul li:last-child {
  border-bottom: none;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body .ff_button {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #181e26;
}
.ff_pricing_wrapper .ff_pricing_box .ff_pricing_body .ff_button:hover {
  background: #D42A2A;
}
/*-------- pricing section end --------*/
/*-------- footer section start --------*/
.ff_footer_wrapper {
    background: #1c212a;
    width: 100%;
	display: inline-block;
	padding-top:80px;
}
.widget.widget_twitter_feed ul li h3 {
    color: #fff;
}
.ff_footer_wrapper .widget-title {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.ff_footer_wrapper .widget.text_widget {
  padding-bottom: 50px;
}
.ff_footer_wrapper .widget.text_widget a img {
  margin-bottom: 20px;
  display: inline-block;
}
.ff_footer_wrapper .widget.text_widget p {
  font-size: 16px;
  margin-bottom: 15px;
}
.ff_footer_wrapper .widget.text_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_footer_wrapper .widget.text_widget ul li {
  display: inline-block;
  margin-right: 15px;
}
.ff_footer_wrapper .widget.text_widget ul li a {
  font-size: 18px;
}
.ff_footer_wrapper .widget.text_widget ul li a:hover {
  color: #D42A2A;
}
.ff_footer_wrapper .widget.widget_flicker_gallery {
  padding-bottom: 35px;
}
.ff_footer_wrapper .widget.widget_flicker_gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ff_footer_wrapper .widget.widget_flicker_gallery ul li {
  display: inline-block;
  margin: 0px 8px 15px 0px;
}
.ff_footer_wrapper .widget.widget_contact {
  padding-bottom: 20px;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact {
  margin-bottom: 30px;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact:after {
  content: "";
  display: table;
  width: 100%;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact .ff_contact_icon {
  float: left;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact .ff_contact_icon i {
  color: #9e9fa1;
  font-size: 20px;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact .ff_contact_text {
  float: right;
  width: calc(100% - 35px);
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact .ff_contact_text p {
  font-size: 16px;
}
.ff_footer_wrapper .widget.widget_contact .ff_footer_contact .ff_contact_text a:hover {
  color: #D42A2A;
}
.ff_btm_footer_wrapper {
  background: #D42A2A;
  padding: 15px 0px;
  text-align: center;
}
.ff_btm_footer_wrapper p {
  color: #ffffff;
  font-size: 16px;
}
.widget ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}
.ff_footer_wrapper  .widget_theakhada_gallery.widget ul li {
    float: left;
}
.widget.widget_theakhada_blog li .post_img {
    float:  left;
    margin-right:15px;
}
.widget.widget_theakhada_blog li .post_data {
    float:left;
    width: calc(100% - 95px);
}
.widget .widget_theakhada_blog li {
    width:  100%;
    float:  left;
}
.widget.widget_theakhada_blog li .post_img img {
    width:  80px;
    height:  80px;
}
.widget.widget_theakhada_blog li {
    float:  left;
    width: 100%;
    padding-bottom: 18px;
}
.widget.widget_theakhada_blog li .post_data a h4 {
    color: #fff;
    padding-bottom: 5px;
}
/*-------- footer section end --------*/
.ff_header.menu_fixed {
    position: fixed;
    top: 0 !important;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #181e26;
} 

/** new section color css**/
.ff_about_wrapper .ff_about_content .ff_about_icon i:before,.ff_service_wrapper .ff_service_content .ff_service_text ul li .ff_service_data h2 i:before{
	color:#222;
}
.ff_heading {
  text-align: center;
  margin-bottom: 50px;
}
.ff_heading h1 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
.ff_heading h1 span {
  color: #D42A2A;
}
.ff_team_wrapper.top_padder80.bottom_padder50,.ff_gallery_wrapper.top_padder80.bottom_padder50,.ff_blog_wrapper.top_padder80.bottom_padder50,.ff_contact_wrapper.top_padder80.bottom_padder30{
    padding: 60px 0 50px;
}
.ff_contact_wrapper.top_padder80.bottom_padder30{
	padding-bottom:30px;
}
.ff_button {
  height: 45px;
  border: 1px solid #D42A2A;
  font-size: 16px;
  background: none;
  font-weight: 400;
  color: #9e9fa1;
  display: inline-block;
  line-height: 45px;
  padding: 0px 20px;
  text-transform: capitalize;
}
.ff_button:hover {
  background-color: #D42A2A;
  color: #ffffff;
}
.ff_contact_wrapper.top_padder80.bottom_padder30 {
    padding-bottom: 40px;
}
.ff_team_wrapper .ff_heading h1,.ff_blog_wrapper .ff_heading h1 {
    color: #fff;
}
.ff_contact_form_wrapper.top_padder80.bottom_padder80 {
    padding: 80px 0;
}


/** new section responsive**/
@media (max-width: 1650px) {
  .ff_about_wrapper .ff_about_img {
    right: 0;
  }
  .ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,
  .ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1 {
    font-size: 120px;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data p {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .ff_about_wrapper {
    padding: 80px 0px 40px 0px;
  }
  .ff_about_wrapper .ff_about_img {
    display: none;
  }
  .ff_about_wrapper .ff_about_content .ff_about_text {
    padding-right: 0px;
  }
  .ff_video_wrapper .ff_video_box {
    width: 33.3%;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(1) {
    left: 0;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(3) {
    left: 0;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(4) {
    right: 0;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(6) {
    right: 0;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data p {
    width: 100%;
  }
  .ff_offer_wrapper .ff_offer_text {
    padding: 50px 0px;
  }
}
@media (min-width: 992px) {
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0px;
    background: #212731;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li {
    text-align: left;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li > a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #424e59;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li.active a,
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li:hover a {
    color: #D42A2A;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li {
    margin-left: 20px;
  }
  .ff_menu_wrapper .ff_menu_box .ff_search {
    margin-left: 20px;
  }
  .ff_menu_wrapper .ff_menu_overlay {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,
  .ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1 {
    font-size: 100px;
  }
  .ff_header_wrapper {
    position: relative;
  }
  .ff_menu_wrapper .ff_menu_overlay {
    width: 100%;
  }
  .ff_menu_wrapper .ff_menu_overlay:before {
    display: none;
  }
  .ff_header .ff_header_wrapper .ff_logo {
    text-align: center;
    position: initial;
  }
  .ff_header_box {
    display: none;
  }
  .ff_menu_wrapper .ff_menu_box {
    text-align: left;
  }
  .ff_menu_wrapper.menu_fixed {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #D42A2A;
  }
  .ff_header_wrapper:after {
    width: 100%;
  }
  .ff_menu_wrapper .ff_menu {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 200;
    width: 300px;
    background: #181e26;
    text-align: left;
    height: 100%;
    padding-top: 58px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
  }
  .ff_menu::-webkit-scrollbar {
    width: 5px;
  }
  .ff_menu::-webkit-scrollbar-thumb {
    background-color: #D42A2A;
  }
  .ff_menu_wrapper .ff_menu.open_menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li {
    display: block;
    margin: 0;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a {
    padding: 14px 15px;
    width: 100%;
    border-bottom: 1px solid #424e59;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #212831;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:first-child > a {
    border-top: 1px solid #424e59;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a:after {
    display: none;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li.active > a,
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:hover > a {
    color: #D42A2A;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li > a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #424e59;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li.active > a,
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li:hover > a {
    color: #D42A2A;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a .dropdown-expander {
    float: right;
    display: block;
  }
  .ff_menu_wrapper .ff_menu_box .ff_toggle_btn {
    float: right;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    margin: 10px 0px;
    display: inline-block;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu .ff_close_btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ff_menu_wrapper .ff_menu_box .ff_menu .ff_close_btn:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ff_menu_wrapper .ff_menu_box .ff_search {
    margin-left: 0px;
  }
  .ff_video_wrapper .ff_video_box {
    width: 33.3%;
  }
  .ff_service_wrapper .ff_service_content .ff_service_img {
    display: none;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul,
  .ff_service_wrapper .ff_service_content .ff_service_text {
    position: inherit;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li {
    width: 49%;
    display: inline-block;
    text-align: left !important;
    transform: none !important;
    margin-bottom: 30px;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(1),
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(2),
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(3),
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(4),
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(5),
  .ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(6) {
    position: inherit;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li .ff_service_data h2 i {
    float: left;
    margin-right: 10px;
  }
  .ff_service_wrapper {
    padding: 50px 0px;
  }
  .ff_counter_wrapper .ff_counter_overlay {
    top: 50%;
    left: 50%;
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ff_team_wrapper {
    text-align: center;
  }
  .ff_team_box {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .ff_footer_wrapper .widget-title {
    margin-top: 0px;
  }
  .ff_bread_wrapper .ff_bread_box h1 {
    font-size: 50px;
  }
  .ff_header {
    position: initial;
  }
  .ff_bread_wrapper {
    padding: 80px 0px;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data h1 {
    font-size: 260px;
    -webkit-text-stroke: 15px rgba(232, 63, 83, 0.4);
    -moz-text-stroke: 15px rgba(232, 63, 83, 0.4);
  }
  .ff_error_wrapper .ff_error_box .ff_error_data p {
    font-size: 35px;
    padding: 10px 0px;
  }
  .ff_cls_detail_wrapper .ff_cls_detail_trainer ul li {
    width: 50%;
    border: none;
    margin-bottom: 20px;
  }
  .ff_cls_detail_wrapper .ff_cls_detail_time .time_btn span {
    float: none;
  }
  .ff_cls_detail_wrapper .ff_cls_detail_time .time_btn a.ff_button {
    margin-right: 10px;
  }
  .booking_form .ff_booking_form {
    width: auto;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,
  .ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1 {
    font-size: 80px;
  }
  .ff_about_wrapper .ff_about_heading h2 {
    font-size: 27px;
  }
  .ff_video_wrapper .ff_video_box {
    width: 50%;
  }
  .ff_service_wrapper .ff_service_content .ff_service_text ul li {
    width: 100%;
    display: block;
  }
  .ff_history_wrapper {
    padding-bottom: 30px;
    overflow-x: hidden;
  }
  .ff_history_wrapper .ff_history_box {
    padding-top: 0;
  }
  .ff_history_wrapper .ff_history_box ul:before {
    display: none;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content {
    width: 100%;
    padding-left: 150px;
    margin-bottom: 50px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content:before {
    width: 50px;
    left: 100px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    -moz-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    -ms-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content {
    width: 100%;
    padding-right: 150px;
    margin-bottom: 50px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content:before {
    width: 50px;
    right: 100px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    -moz-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    -ms-transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
    transform: translate(0, -50%) rotate(44deg) skew(0) scale(1);
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year5 {
    display: none;
  }
  .ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:before,
  .ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:after {
    bottom: -28%;
    height: 68px;
  }
  .ff_error_wrapper {
    padding: 100px 0px;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data h1 {
    font-size: 170px;
    -webkit-text-stroke: 11px rgba(232, 63, 83, 0.4);
    -moz-text-stroke: 11px rgba(232, 63, 83, 0.4);
  }
  .ff_error_wrapper .ff_error_box .ff_error_data p {
    font-size: 20px;
    padding: 5px 0px;
  }
  .ff_cls_detail_wrapper .ff_cls_detail_heading .ff_cls_detail_text {
    position: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,
  .ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1 {
    font-size: 45px;
  }
  .ff_video_wrapper {
    text-align: center;
  }
  .ff_video_wrapper .ff_video_box {
    width: auto;
    display: inline-block;
    float: none;
  }
  .ff_video_wrapper .ff_video_text {
    text-align: left;
  }
  .ff_blog_all_items .ff_blog_item .ff_blog_single_text .ff_tags p,
  .ff_blog_all_items .ff_blog_item .ff_blog_single_text .ff_tags ul {
    float: none;
  }
  .ff_bread_wrapper .ff_bread_box h1 {
    font-size: 40px;
  }
  .ff_cls_detail_wrapper .ff_cls_detail_trainer ul li {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,
  .ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1 {
    font-size: 35px;
    padding: 200px 0px;
  }
  .ff_history_wrapper .ff_history_box {
    padding-top: 50px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content {
    padding-left: 0px;
    margin-bottom: 100px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data {
    padding: 70px 20px 20px 20px;
    text-align: center;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content:before {
    display: none;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year {
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(44deg) skew(0) scale(1);
    -moz-transform: translate(-50%, 0) rotate(44deg) skew(0) scale(1);
    -ms-transform: translate(-50%, 0) rotate(44deg) skew(0) scale(1);
    transform: translate(-50%, 0) rotate(44deg) skew(0) scale(1);
    z-index: 2;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content {
    padding-right: 0px;
    margin-bottom: 100px;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data {
    padding: 70px 20px 20px 20px;
    text-align: center;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content:before {
    display: none;
  }
  .ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year {
    top: -50px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(44deg) skew(0) scale(1);
    -moz-transform: translate(50%, 0) rotate(44deg) skew(0) scale(1);
    -ms-transform: translate(50%, 0) rotate(44deg) skew(0) scale(1);
    transform: translate(50%, 0) rotate(44deg) skew(0) scale(1);
    z-index: 2;
  }
  .ff_history_wrapper .ff_history_box ul li:last-child .ff_history_content {
    margin-bottom: 50px;
  }
  .ff_blog_all_items .ff_comments ul li .ff_comment_box .ff_comment_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .ff_blog_all_items .ff_comments ul li .ff_comment_box .ff_comment_text {
    width: 100%;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data h1 {
    font-size: 120px;
  }
  .ff_error_wrapper .ff_error_box .ff_error_data p {
    font-size: 19px;
    padding: 0px 0px;
    letter-spacing: 2px;
  }
  .ff_blog_all_items .ff_blog_item .ff_blog_single_text h4 {
    font-size: 26px;
  }
}
