@charset "utf-8";
/* CSS Document */
@import url('hover.css');
@import url('tables.css');
/* 
Primary Red : #e51a23;
Secondary Yellow : #fcd700;
Secondary Green : #009982;
*/
body {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#606060;
}
a, button {
	transition: all 0.5s ease;
	text-decoration:none;
}
a {
	color:#e51a23
}
a:hover {
	color:#000000
}
a:hover, a:focus {
	text-decoration:none;
}
p {
	margin:5px 0;
}
header, section, footer {
	margin:0;
	padding:0;
}
section {
	background:#fff;
	padding:50px 0;
}
footer {
	background:#009982;
	padding:30px 0 0;
}
.greybg {
	background:#f4f4f4;
}
.top_bar {
	background:#009982;
	color:#fff;
	padding:5px 0
}
.top_bar p {
	text-align:left;
	padding:5px 0;
	margin:0
}
.social_icons {
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons li:first-child {
	border-left: none
}
.social_icons li {
	list-style:none;
	display:block;
	float: left;
	border-right:1px solid rgba(0, 0, 0, 0.2);
}
.social_icons li a {
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
}
.social_icons li a:last-child {
	margin-right:0;
}
.social_icons li a:hover {
	color:#fcd700;
}
.social_icons li a i {
	line-height:32px;
}
.navbar.navbar-inverse {
	border-radius: 0;
	border:none;
	margin:0;
	background:#e51a23;
}
.navbar-inverse .navbar-nav>li>a {
	color:#fff;
	font-size: 15px;
	text-transform:capitalize;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background:#009982;
}
footer .ftop_bar {
	padding:0 0 30px 0;
	color:#fff
}
footer .ftop_bar .widget {
	padding:0;
	margin:0 0 20px;
	display: inline-block;
	clear:both;
}
footer .ftop_bar .widget ul {
	padding:0;
	margin:0;
}
footer .ftop_bar .widget .widget_title h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
}
footer .ftop_bar .widget .widget_title h3:before {
	content:'';
	height:2px;
	background:#fcd700;
	width:50px;
	position:absolute;
	bottom:0;
	left:0;
}
footer .ftop_bar .widget .widget_content {
	padding:15px 0 0;
}
footer .ftop_bar .widget .social_icons {
	margin:30px 0 0;
	padding:0;
	list-style:none;
}
footer .ftop_bar .widget ul li:first-child {
	padding-top:0;
}
footer .ftop_bar .widget ul li {
	list-style:none;
	display:block;
	padding:8px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.1)
}
footer .ftop_bar .widget ul li a {
	color:#fff;
	padding-left:15px;
	display:inline-block;
	position:relative;
}
footer .ftop_bar .widget ul li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	left:0;
}
footer .ftop_bar .widget ul li a:hover {
	color:#fcd700
}
footer .ftop_bar .widget ul li span {
	color:#fcd700;
	font-size:12px;
	display:block;
	margin-left:15px;
}
footer .ftop_bar .widget ul.menu {
	margin:0;
	padding:0;
}
footer .ftop_bar .widget ul.menu li:first-child {
	padding-top:0;
}
footer .ftop_bar .widget ul.menu li:nth-child(2) {
 padding-top:0;
}
footer .ftop_bar .widget ul.menu li {
	list-style:none;
	display:block;
	padding:5px 0;
}
footer .ftop_bar .widget ul.menu li a {
	color:#fff;
	padding-left:12px;
	display:inline-block;
	position:relative;
}
footer .ftop_bar .widget ul.menu li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	left:0;
	color:#fcd700;
}
footer .ftop_bar .widget ul.menu li a:hover {
	color:#fcd700;
}
 footer .ftop_bar .widget ul.menu li:nth-child(even) {
 width: 50%;
 float: right;
}
footer .ftop_bar .widget ul.menu li:nth-child(odd) {
 width: 50%;
 float: left;
}
footer .ftop_bar .widget .widget_content .newsletter {
	display:block;
}
footer .ftop_bar .widget .widget_content .newsletter input {
	border-radius:0;
	margin:3px 0;
	display:inline-block;
	background:rgba(0, 0, 0, 0.3);
	border:1px solid rgba(255, 255, 255, 0.2);
}
footer .fbot_bar {
	background:#000000;
}
footer .fbot_bar p {
	padding:10px 0;
	margin:0;
	color:#fff;
	font-size:13px;
}
.btn-primary, footer .ftop_bar .widget .widget_content .newsletter .btn-primary {
	background:#e51a23;
	border:0;
	transition: all 0.5s ease;
}
.btn-primary:hover, footer .ftop_bar .widget .widget_content .newsletter .btn-primary:hover {
	background:#000;
	border:0;
}
.top_right_text h4 {
	font-weight:bold;
	text-align:right;
	margin:20px 0 0;
	padding:0;
	color:#e51a23;
}
#custom-search-form {
	margin:20px 0;
	padding: 0;
	width: 100%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow:hidden;
	border:1px #ccc solid
}
#custom-search-form .input-group input[type="text"] {
	height:40px;
	border:0;
}
#custom-search-form .input-group-btn button {
	height:40px;
	border:0;
	width:50px;
}
#custom-search-form .input-group-btn button i {
	font-size:18px;
}
.match_middle .top .col-xs-2, .match_middle .top .col-xs-5 {
	padding:0;
}
footer .ftop_bar.white {
	background:#009982;
	color:#fff
}
footer .ftop_bar.white .widget .widget_title h3:before {
	background:#fff;
}
footer .ftop_bar.white .widget ul li a, footer .ftop_bar.white .widget .widget_content .quick_links li a {
	color:#fff
}
footer .ftop_bar.white .widget ul li a span, footer .ftop_bar.white .widget ul li a:before, footer .ftop_bar.white .widget .widget_content .quick_links li a:before, footer .ftop_bar.white .widget .widget_content .quick_links li a:hover, footer .ftop_bar.white .widget ul li a:hover {
	color:#000
}
footer .ftop_bar .widget .widget_content .social_icons li a {
	border: 1px solid #fff;
}
.sectiion_bg {
	min-height:400px;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position:relative;
	z-index:0
}
.sectiion_bg:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	display:block !important;
	z-index:1
}
.title_lines {
	position:relative;
	padding-bottom:18px;
	margin-bottom:30px;
}
.title_lines:before {
	content:'';
	height:0.3rem;
	width:120px;
	background:#009982;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.title_lines:after {
	content:'';
	height:0.3rem;
	width:160px;
	background:#e51a23;
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
}
h3 {
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.home_about {
	font-size:15px;
}
.home_about p {
	margin-bottom:20px;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
h2.black:before {
	background:#000;
}
.nofloat {
	float:none
}
.match_table {
	display:block;
}
h2 {
	margin: 0 auto;
	text-align:center;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
	text-transform:capitalize;
	font-size:26px;
	font-weight:bold;
}
h2:before {
	content:'';
	height:0.3rem;
	width:100px;
	background:#009982;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
h2:after {
	content:'';
	height:0.3rem;
	width:160px;
	background:#e51a23;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
}
h2.left:before {
	content:'';
	height:0.3rem;
	width:100px;
	background:#009982;
	margin:0 auto;
	position:absolute;
	left:0;
	right:inherit;
	bottom:0;
}
h2.left:after {
	content:'';
	height:0.3rem;
	width:160px;
	background:#e51a23;
	margin:0 auto;
	position:absolute;
	left:0;
	right:inherit;
	bottom:-6px;
}
.vc_parallax h2:before {
	content:'';
	height:0.3rem;
	width:100px;
	background:#fff;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.vc_parallax h2:after {
	content:'';
	height:0.3rem;
	width:160px;
	background:#e51a23;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
}
.match_box {
	display:block;
	background:rgba(0, 0, 0, 0.5);
	margin-top:30px;
	min-height:315px;
}
.match_box.sticky {
	-webkit-box-shadow:inset 0px 0px 0px 3px #e51a23;
	-moz-box-shadow:inset 0px 0px 0px 3px #e51a23;
	box-shadow:inset 0px 0px 0px 3px #e51a23;
	z-index:999
}
.match_box .match_header {
	display:inline-block;
	width:100%;
	background:#fff;
	padding:10px 10px;
	line-height: 30px;
	font-weight: bold;
}
.match_middle {
	padding:30px 0 20px;
	text-align:center;
}
.match_middle .top {
	padding:0 0 30px;
	display:inline-block;
	width:100%;
}
.match_middle .top {
	display: table;
	table-layout: fixed;
	width:100%;
	height:90px;
}
.match_middle .top .match_vs {
	height: 90px;
	text-align:center;
	line-height: 90px;
}
.match_middle .match_vs {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center
}
.match_middle .bottom {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.match_footer {
	text-align: center;
	padding-bottom:30px;
}
.match_footer .more_btn {
	font-weight:bold !important;
	margin:0 auto;
	float:none;
	text-transform:uppercase;
}
.gallery_thumb {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px #eee solid;
	margin:20px 0;
}
.gallery_thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.gallery_thumb .mask {
	display:none;
}
.gallery_thumb:hover .mask {
	content:'';
	position:absolute;
	display:block;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, .6);
	width:100%;
	height:100%;
	display: table;
	table-layout: fixed;
}
.gallery_thumb .mask a {
	content:'';
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery_thumb .mask a i {
	color:#fff;
	font-size:22px;
}
.blog_post {
	border: 1px #eee solid;
	margin:20px 0;
	display:block;
	background:#fff;
	position:relative;
}
/*.blog_post:hover{
	color:#000;
}
.blog_post:hover .thumb span {
	background:#fff;
	color:#000
}*/
.blog_post:hover .content h4 a {
	color:#e51a23
}
.blog_post .thumb {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px #eee solid;
}
.blog_post .thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.blog_post .thumb .post_date {
	content:'';
	position:absolute;
	left:5%;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	padding:5px 20px;
	display:inline-block;
	color:#fff;
}
.blog_post .content {
	padding:15px;
}
.blog_post .content h4 {
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:0;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-width: 100%;
	min-height: 22px;
	line-height: 20px;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_post .content h4 a {
	color:#000;
}
.blog_post .content .author {
	color:#e51a23;
}
.blog_post .content .author:before {
	content:'Posted by: ';
	color:#999;
	display:inline-block;
	float:left;
	margin-right:5px;
}
.blog_post .content p {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-width: 100%;
	height: 60px;
	margin: 10px 0 15px;
	line-height: 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_post .content .more_btn a {
	border:1px solid #e51a23;
	font-size:14px;
}
.blog_post .vc_gitem-post-data, .blog_post .content .vc_gitem-post-data {
	margin:0
}
.blog_post .vc_gitem-row-position-top {
	height:100%;
}
.blog_post .vc_gitem-row-position-top .post_date {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	left: 5%;
	display:inline-block;
	color:#fff;
	width: auto;
	padding: 5px 20px;
}
/*.blog_post .content .more_btn{
	background:none;
	border:1px solid #e51a23;
	color:#e51a23;
	
}
.blog_post .content .more_btn:hover{
	background:none;
	border:1px solid #000;
	color:#000
}*/
.slider-wrapper {
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner-container {
	width:100%;
	position:relative;
}
.big_title_slider {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:72px;
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8), 0px -5px 35px rgba(0, 0, 0, 0.8);
}
.high_title1, .high_title2 {
	min-width:600px
}
.high_title1 {
	background:#e51a23;
	font-size:26px;
	color:#fff;
	padding:25px 20px;
}
.high_title2 {
	background:#fff;
	font-size:16px;
	color:#606060;
	padding:25px 20px;
	position:relative;
}
.high_title2:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:#e51a23;
	width:5px;
	height:100%;
}
 @media only screen and (min-width : 768px) {
.navbar.navbar-inverse .container {
 padding:0;
}
.f-nav {
position: fixed;
z-index: 9999;
width: 100%;
right: 0;
top: 0;
}
.navbar {
background:#000
}
 footer .ftop_bar .widget {
margin-bottom:0;
display: inline-block;
clear:both;
width:100%;
}
footer .ftop_bar .container {
 padding: 0 15px;
}
.navbar-inverse .navbar-nav>li {
 position:relative;
}
.navbar-inverse .navbar-nav>li:before {
 position:absolute;
 content:'';
 vertical-align: middle;
 background: linear-gradient(-0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
 width:1px;
 height:30px;
 top: 50%;
 transform: translateY(-50%);
}
.navbar-inverse .navbar-nav>li:last-child {
 border-right:0;
}
.navbar-inverse .navbar-nav>li:first-child:before {
 width:0;
}
 .navbar-inverse .navbar-nav>li a {
 padding-left: 18px;
 padding-right: 18px;
}
.match_middle .match_vs {
 font-size:25px;
}
}
.vc_parallax {
	position:relative !important
}
.gallery_thumbs .vc_gitem-animated-block {
	height:198px;
	overflow:hidden;
	position:relative;
}
.gallery_thumbs .vc_gitem-animated-block:before {
	position:relative;
}
.gallery_thumbs .vc_gitem-animated-block:hover:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index:1;
}
.gallery_thumbs .vc_gitem-animated-block:after {
	position:relative !important;
}
.gallery_thumbs .vc_gitem-animated-block:hover:after {
	content: '\f002' !important;
	font-family: 'FontAwesome' !important;
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 0!important;
	bottom: 0!important;
	background: rgba(0, 0, 0, .6)!important;
	z-index:1!important;
	text-align:center;
	color:#fff;
	font-size:25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background:#009982 !important
}
/*
Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../images/sliderbg_01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative;
	background-size: cover;
}
.page-heading h1 {
	font-size: 26px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color:#fff;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list ul {
	padding:0;
	margin:10px 0;
}
.breadcrumb-list li:first-child {
	padding-left:0;
}
.breadcrumb-list li {
	display: inline-block;
	position: relative;
	padding: 0px 14px;
	color: #ccc;
}
.breadcrumb-list li a {
	font-weight: 300;
	text-transform: capitalize;
	color: #fcd700;
}
.breadcrumb-list li a:hover {
	color: #fff;
}
.breadcrumb-list li:last-child a {
	color: #4FA896;
}
.breadcrumb-list li::before {
 content: "/";
position: absolute;
right: 0;
font-size:16px;
font-weight: 300;
color:#999;
}
.breadcrumb-list li:last-child::before {
display:none
}
.breadcrumb-list li:last-child::before {
 display: none;
}
.images-overlay {
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.main-content {
	margin-top:75px;
	margin-bottom:75px;
}
/*
Blog Section
==================*/

.single-post {
	display: inline-block;
	margin-bottom: 30px;
}
.single-blog.inner .single-post {
	margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
	padding: 0;
	margin-top: 25px;
}
.single-blog.inner .single-post img {
	margin-bottom: 25px;
}
.single-blog.inner {
	margin-bottom: 40px;
}
/*latest blog*/
.single-post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-post:hover .single-post-thumb img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.project-gallery .inner:hover .gallery-item img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover .service-thumb img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.single-post-thumb img, .gallery-item img, .service-thumb img {
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover h2 a, .service2-inner:hover h2 a {
	color:#058c75
}
.single-post:hover a.blog-readmore {
	color:#058c75;
}
.single-post:hover .single-post-thumb-overlay {
	visibility: visible;
	bottom:0;
	transition: all 0.4s ease 0s;
}
.single-post-thumb-overlay {
	position: absolute;
	bottom: -100%;
	width: 100%;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.post-meta {
	padding: 10px 10px;
	background-color: rgba(5, 140, 117, 0.7);
	display: inline-block;
	width: 100%;
}
.post-info {
	display: inline-block;
	width: 100%;
	padding: 14px 0;
}
.post-meta ul {
	margin:0;
	padding:0;
}
.post-meta li span {
	color: #8d8d8d;
	font-weight: normal;
	margin-right: 10px;
}
.post-meta li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
	font-style: italic;
}
.post-meta li:last-child {
	float: right;
	margin-right: 0;
}
.post-meta a i {
	color: #fff;
 margin-right:;
	margin-right: 10px;
}
.post-meta li a {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.post-tags {
	display: inline-block;
	float: right;
}
.blog-title h2 {
	color: #0f0f0f;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
}
.single-post-text a {
	color: #072948;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
a.blog-readmore {
	color: #058c75;
	text-transform: capitalize;
	font-size: 16px;
}
.pst_info {
	float: left;
	display: inline-block;
}
.post-date h2 {
	background: #058c75;
	text-align: center;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
}
.blog-title {
	padding-bottom: 20px;
}
.single-post img {
	width: 100%;
}
.comment-list {
	border: 1px solid #fafafa;
	font-size: 18px;
	padding: 14px;
	text-align: center;
}
.comment-list h5 {
	margin-bottom: 0;
}
.post-meta li:last-child {
	float: right;
}
.post-meta li:last-child {
	float: right;
}
.single-post-text li a {
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin-left: 1px;
	padding-right:2px;
	text-transform: capitalize;
}
.post-date h1 {
	background: #f3af1e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-top: 13px;
	padding: 15px;
	text-align: center;
	text-transform: none;
}
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
}
.single-post .single-input-fieldsbtn input[type="submit"] {
	width: 170px;
	height: 50px;
	padding: 10px 0;
	background: #058c75;
	border-color: #058c75;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #072948;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
	font-style: italic;
}
.comment-time {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.commentar-sec .media.mt-3 {
	margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #072948;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px;
}
.replay-button {
	display: inline-block;
	width: 100%;
}
.replay-button a {
	color: #058c75;
	font-weight: 600;
	text-transform: capitalize;
}
.replay-button a:hover {
	color:#058c75;
}
.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px;
}
.commentar-sec.author ul li {
	display: inline-block;
	margin-right: 20px;
}
.commentar-sec.author {
	position: relative;
}
.commentar-sec.author ul li a i {
	color:#cbc8c8
}
.commentar-sec.author ul li a i:hover {
	transition: all 0.4s ease 0s;
	color:#29ace4
}
.commentar-sec.author .media-body {
	padding-left: 100px;
}
.commentar-sec.author .media {
	background: #fafafa none repeat scroll 0 0;
	border-radius: 30px;
	padding: 30px 0;
	margin-left: 20px;
}
.author-thumb {
	border-radius: 100%;
	float: left;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 100px;
}
.author-thumb img {
	height: 100%;
	width: 100%;
}
.pagination.custom-pagination {
	text-align: center;
	width: 100%;
}
.post-share-link {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	margin-top: 30px;
}
.post-share-link span {
	color: #25292f;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 0px;
	display: inline-block;
}
.post-share-link ul {
	display:inline-block;
	float:right;
	padding: 10px 0px;
}
.post-share-link li {
	display:inline-block;
	margin-right:20px
}
.post-share-link li a {
	color:#cbc8c8;
}
.post-share-link li a:hover {
	color:#058c75;
	transition:all 0.4s ease 0s
}
.widget_recent_entries ul {
	margin: 10px 0;
	padding:0;
}
.widget_recent_entries ul li:first-child {
	padding-top:0;
}
.widget_recent_entries ul li:last-child {
	border-bottom:0
}
.widget_recent_entries ul li {
	list-style:none;
	display:block;
	padding:8px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.08)
}
.widget_recent_entries ul li a {
	color:#343434;
	padding-left:15px;
	display:inline-block;
	position:relative;
}
.widget_recent_entries ul li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	left:0;
}
.widget_recent_entries ul li a:hover {
	color:#e51a23
}
.widget_recent_entries ul li span {
	color:#e51a23;
	font-size:12px;
	display:block;
	margin-left:15px;
}
/*
Blog Section
==================*/

.single-post {
	display: inline-block;
	margin-bottom: 30px;
}
.single-blog.inner .single-post {
	margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
	padding: 0;
	margin-top: 25px;
}
.single-blog.inner .single-post img {
	margin-bottom: 25px;
}
.single-blog.inner {
	margin-bottom: 40px;
}
/*latest blog*/
.single-post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-post:hover .single-post-thumb img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.project-gallery .inner:hover .gallery-item img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover .service-thumb img {
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.single-post-thumb img, .gallery-item img, .service-thumb img {
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover h2 a, .service2-inner:hover h2 a {
	color:#058c75
}
.single-post:hover a.blog-readmore {
	color:#058c75;
}
.single-post:hover .single-post-thumb-overlay {
	visibility: visible;
	bottom:0;
	transition: all 0.4s ease 0s;
}
.single-post-thumb-overlay {
	position: absolute;
	bottom: -100%;
	width: 100%;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.post-meta {
	padding: 10px 10px;
	background-color: rgba(5, 140, 117, 0.7);
	display: inline-block;
	width: 100%;
}
.post-info {
	display: inline-block;
	width: 100%;
	padding: 14px 0;
}
.post-meta ul {
	margin:0;
	padding:0;
}
.post-meta li span {
	color: #8d8d8d;
	font-weight: normal;
	margin-right: 10px;
}
.post-meta li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
	font-style: italic;
}
.post-meta li:last-child {
	float: right;
	margin-right: 0;
}
.post-meta a i {
	color: #fff;
 margin-right:;
	margin-right: 10px;
}
.post-meta li a {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.post-tags {
	display: inline-block;
	float: right;
}
.blog-title h2 {
	color: #0f0f0f;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
}
.single-post-text a {
	color: #072948;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
a.blog-readmore {
	color: #058c75;
	text-transform: capitalize;
	font-size: 16px;
}
.pst_info {
	float: left;
	display: inline-block;
}
.post-date h2 {
	background: #058c75;
	text-align: center;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
}
.blog-title {
	padding-bottom: 20px;
}
.single-post img {
	width: 100%;
}
.comment-list {
	border: 1px solid #fafafa;
	font-size: 18px;
	padding: 14px;
	text-align: center;
}
.comment-list h5 {
	margin-bottom: 0;
}
.post-meta li:last-child {
	float: right;
}
.post-meta li:last-child {
	float: right;
}
.single-post-text li a {
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin-left: 1px;
	padding-right:2px;
	text-transform: capitalize;
}
.post-date h1 {
	background: #f3af1e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-top: 13px;
	padding: 15px;
	text-align: center;
	text-transform: none;
}
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 60px;
	border-radius: 100%;
	height: 60px;
}
.single-post .single-input-fieldsbtn input[type="submit"] {
	width: 170px;
	height: 50px;
	padding: 10px 0;
	background: #058c75;
	border-color: #058c75;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #072948;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
	font-style: italic;
}
.comment-time {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.commentar-sec .media.mt-3 {
	margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #072948;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px;
}
.replay-button {
	display: inline-block;
	width: 100%;
}
.replay-button a {
	color: #058c75;
	font-weight: 600;
	text-transform: capitalize;
}
.replay-button a:hover {
	color:#058c75;
}
.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px;
}
.commentar-sec.author ul li {
	display: inline-block;
	margin-right: 20px;
}
.commentar-sec.author {
	position: relative;
}
.commentar-sec.author ul li a i {
	color:#cbc8c8
}
.commentar-sec.author ul li a i:hover {
	transition: all 0.4s ease 0s;
	color:#29ace4
}
.commentar-sec.author .media-body {
	padding-left: 100px;
}
.commentar-sec.author .media {
	background: #fafafa none repeat scroll 0 0;
	border-radius: 30px;
	padding: 30px 0;
	margin-left: 20px;
}
.author-thumb {
	border-radius: 100%;
	float: left;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 100px;
}
.author-thumb img {
	height: 100%;
	width: 100%;
}
.pagination.custom-pagination {
	text-align: center;
	width: 100%;
}
.code-text {
	font-style: italic;
	padding: 10px 40px;
	position: relative;
}
.code-text::before {
 color: #058c75;
 font-family: fontawesome;
 font-size: 30px;
 left: 20px;
 position: absolute;
 top: 16px;
 transform: translateY(-50%);
 text-align: center;
 left: 0;
 font-style: normal;
}
.post-share-link {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	margin-top: 30px;
}
.post-share-link span {
	color: #25292f;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 0px;
	display: inline-block;
}
.post-share-link ul {
	display:inline-block;
	float:right;
	padding: 10px 0px;
}
.post-share-link li {
	display:inline-block;
	margin-right:20px
}
.post-share-link li a {
	color:#cbc8c8;
}
.post-share-link li a:hover {
	color:#058c75;
	transition:all 0.4s ease 0s
}
/*
Contact Page
============================*/
.contact-info-icon {
	float: left;
	text-align: center;
}
.contact-page-sec .contact-field h2 {
	color: #072948;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}
.contact-field.contact-form input {
	margin-bottom: 5px;
}
.contact-field.contact-form textarea {
	height: 110px;
}
.contact-field.contact-form input[type="submit"] {
	background: #058c75;
	width: 150px;
	border-color: #058c75;
}
.contact-info-icon i {
	font-size: 30px;
	color: #777777;
}
.contact-info-text {
	padding-left: 50px;
	margin-bottom: 40px;
}
.contact-info-text h2 {
	color: #072948;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
}
.contact-info-text span {
	color: #999999;
	font-size: 16px;
 font-weight:;
	display: inline-block;
	width: 100%;
}
.contact-field input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	color:#999999;
}
.contact-field select {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 12px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999999;
}
.contact-field .select-arrow::before {
 top: 15px;
 color: #999999;
}
.contact-field .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 120px;
	padding: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #058c75 none repeat scroll 0 0;
	border: 1px solid #058c75;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 14px 0;
	text-transform: uppercase;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
	border-radius:0px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
	background:#058c75;
	transition: all 0.4s ease-in-out 0s;
	border-color:#058c75
}
.contact-field {
	display: inline-block;
	width:100%
}
.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.contact-field h2 {
	text-align:left;
	text-transform:uppercase !important
}
.contact-field h2:before, .contact-field h2:after {
	display:none;
}
.contact_form_css .wpcf7-form-control-wrap {
	display:block;
	margin-bottom:15px;
}
.contact_form_css input {
	padding: 12px 15px;
	height: auto;
}
.contact_form_css textarea {
	margin-bottom:15px;
	height:120px;
}
.gall_thumb {
	position: relative;
	width: 100%;
	height:235px;
	display: table;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.2);
}
.gall_thumb .thumbnail {
	clear:both;
	display: table-cell;
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
}
.gall_thumb .thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* add browser-prefixes */
}


.wpf_price_option_sep{
	display:none;
}

.form-check-input.wpf_payment_item{
	margin-right:5px;
}

.remove_price .wpf_multi_form_controls_radio .form-check:nth-child(4) .wpf_price_option_price{
	display:none;
}



.wpf_form_wrapper form.wpf_form .wpf_form_group .wpf_form_item_group .wpf_input-group-prepend .wpf_input-group-text{
	font-size:14px !important;
}

.wpf_form_wrapper form.wpf_form .wpf_form_group .wpf_form_item_group {   
    width: 100%;
    max-width: 100% !important;
}


form.wpf_default_form_styles .wpf_form_group textarea{
	    font-size: 14px !important;
}