/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://themeforest/user/wethemez

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Cafe-Resto
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.obaidul.com

@Default Styles

Table of Content:
01/ variables
02/ predefined
03/ header
04/ slider
05/ Button
06/ about-us 
07/ our-menu
08/ page-cover
09/ caferesto 
10/ team 
11/ blog 
12/ events 
13/ footer  
=====================================================================*/
/*Color Variables*/
/*=========Prefix==========*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Poppins:300,400,500,600,700';
@font-face {
	font-family: 'heavy';
	src: url(../fonts/theme-font/lato-heavy.woff);
}
@font-face {
	font-family: 'latosm';
	src: url(../fonts/theme-font/Lato-Semibold.woff);
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Extra css
============================================================================================ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.row.m0 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: dodgerblue;
}
a:hover,
a:focus {
	text-decoration: none;
}

audio,
canvas,
img,
svg,
video {
	max-width: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #26a65b;
	z-index: 99999999;
	background: #eee;
}

#preloader_1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

#preloader_1 span {
	display: block;
	bottom: 0px;
	width: 6px;
	height: 5px;
	background: #252c35;
	position: absolute;
	animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
	left: 11px;
	animation-delay: 0.2s;
}

#preloader_1 span:nth-child(3) {
	left: 22px;
	animation-delay: 0.4s;
}

#preloader_1 span:nth-child(4) {
	left: 33px;
	animation-delay: 0.6s;
}

#preloader_1 span:nth-child(5) {
	left: 44px;
	animation-delay: 0.8s;
}

@keyframes preloader_1 {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #252c35;
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #1c954e;
	}

	50% {
		height: 5px;
		transform: translateY(0px);
		background: #252c35;
	}

	100% {
		height: 5px;
		transform: translateY(0px);
		background: #252c35;
	}
}
/* End Extra css
============================================================================================ */
/* About tittle css
============================================================================================ */
.about_tittle h2 {
	font-size: 22px;
	font-family: 'heavy';
	color: #313c45;
}

/* End About tittle css
============================================================================================ */
/* End Section tittle css
============================================================================================ */
.section_tittle h2 {
	font-size: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #262f36;
}
.section_tittle p {
	line-height: 30px;
	font-size: 13px;
	color: #848484;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding-top: 15px;
}

.news_tittle {
	text-align: center;
}
.news_tittle h2 {
	font-size: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #262f36;
	padding-bottom: 15px;
}
.news_tittle p {
	font-size: 13px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #848484;
	max-width: 600px;
	margin: 0 auto;
}

/* End Section tittle css
============================================================================================ */
/* Footer widget tittle css
============================================================================================ */
.f_widget_tittle {
	padding-bottom: 25px;
}
.f_widget_tittle h3 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

/* End Footer widget tittle css
============================================================================================ */
/* Partner area css
============================================================================================ */
.partner_area {
	background: #f7f7f7;
	padding: 75px 0px 95px 0px;
}
.partner_area .news_tittle {
	padding-bottom: 50px;
}
.partner_area .partner_img img {
	max-width: 100%;
}
.partner_area.partner_area2 {
	background: #fff;
	padding: 50px 0px;
}
.partner_area.partner_area2 .partner_img {
	border: 1px solid #eae9e6;
}

.info_tittle h4 {
	font-size: 20px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.widget_tittle {
	padding-bottom: 35px;
}
.widget_tittle h3 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #000;
}

.comm_tittle h4 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #1b2c3e;
	font-size: 20px;
}

/* End Partner area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.main_menu_area.affix {
	width: 100%;
	top: 0;
	z-index: 999;
}
.main_menu_area.affix + section,
.main_menu_area.affix + div,
.main_menu_area.affix + .row {
	margin-top: 70px;
}

/* Header Top css
============================================================================================ */
.header_top {
	background: #26a65b;
}
.header_top .company_content h4 {
	color: #fff;
	line-height: 45px;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.header_top .header_language .selector {
	display: inline-block;
	margin-right: 25px;
}
.header_top .header_language .selector .dd.ddcommon {
	width: auto !important;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
}
.header_top .header_language .selector .dd.ddcommon .ddTitle {
	background: transparent;
	border-radius: 0px;
	color: #fff;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.header_top .header_language .selector .dd.ddcommon .ddTitle .divider {
	display: none;
}
.header_top .header_language .selector .dd.ddcommon .ddTitle .ddArrow.arrowoff {
	padding-left: 14px;
	top: 23%;
}
.header_top
	.header_language
	.selector
	.dd.ddcommon
	.ddTitle
	.ddArrow.arrowoff:before {
	content: '\f0d7';
	font: normal normal normal 10px/1 FontAwesome;
}
.header_top .header_language .selector .dd.ddcommon .ddTitle .ddTitleText img {
	padding-right: 8px;
}
.header_top .header_language .selector .dd.ddcommon .ddChild {
	min-width: 120px;
	top: 35px !important;
	box-shadow: none;
	border-radius: 0px;
	height: 112px !important;
}
.header_top .header_language .selector .dd.ddcommon .ddChild ul li {
	padding: 10px 5px;
}
.header_top .header_language .header_social {
	display: inline-block;
}
.header_top .header_language .header_social li {
	display: inline-block;
}
.header_top .header_language .header_social li a {
	display: inline-block;
	line-height: 45px;
	color: #fff;
	font-size: 13px;
	border-right: 1px solid #5db782;
	padding: 0px 14px;
}
.header_top .header_language .header_social li:first-child a {
	border-left: 1px solid #5db782;
}
.header_top.header_top_gray {
	background: #f5f5f5;
}
.header_top.header_top_gray .company_content h4 {
	color: #353535;
	line-height: 45px;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.header_top.header_top_gray .header_language .selector .dd.ddcommon .ddTitle {
	color: #353535;
}
.header_top.header_top_gray .header_language .header_social li a {
	color: #919191;
	border-right: 1px solid #e7e7e7;
	padding: 0px 14px;
}
.header_top.header_top_gray .header_language .header_social li:first-child a {
	border-left: 1px solid #e7e7e7;
}

/* End Header Top css
============================================================================================ */
/* Logo area css
============================================================================================ */
.logo_area {
	overflow: hidden;
	padding: 30px 0px;
}
.logo_area .contact_details_area .contact_item {
	display: inline-block;
	padding-right: 30px;
}
.logo_area .contact_details_area .contact_item .media .media-left {
	padding-right: 15px;
}
.logo_area .contact_details_area .contact_item .media .media-left i {
	border: 1px solid #dcdcdc;
	height: 46px;
	width: 46px;
	text-align: center;
	color: #26a65b;
	font-size: 18px;
	line-height: 46px;
}
.logo_area .contact_details_area .contact_item .media .media-body {
	width: auto;
	vertical-align: middle;
}
.logo_area .contact_details_area .contact_item .media .media-body h4 {
	color: #2c3e50;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.logo_area .contact_details_area .contact_item .media .media-body h5 {
	color: #ababab;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.logo_area .contact_details_area .request_btn {
	margin-left: 20px;
}
.logo_area.logo_middle_area {
	text-align: center;
}
.logo_area.logo_middle_area .logo_neno {
	text-align: center;
}

/* End Logo area css
============================================================================================ */
/* End Logo area css
============================================================================================ */
.main_menu_area .navbar.navbar-default {
	margin: 0px;
	background: #252c35;
	border: none;
	border-radius: 0px;
	min-height: auto;
	box-shadow: none;
}
.main_menu_area .navbar.navbar-default .navbar-collapse {
	padding: 0px;
	position: relative;
}
.main_menu_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li a {
	background: transparent;
	text-shadow: none;
	padding: 0px;
	color: #fff;
	padding-right: 50px;
	line-height: 70px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	transition: all 400ms linear 0s;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li:hover
	a,
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.active
	a {
	color: #26a65b;
}
@media (min-width: 768px) {
	.main_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.nav.navbar-nav
		li.submenu
		.dropdown-menu {
		transform: scaleY(0);
		transition: all 400ms linear 0s;
		display: block;
		transform-origin: 50% 0;
		min-width: 200px;
		background: #252c35;
		border-radius: 0px;
		border: none;
		padding: 0px;
	}
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.submenu
	.dropdown-menu
	li
	a {
	padding: 0px 15px;
	line-height: 50px;
	border-bottom: 1px solid #26a65b;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-shadow: none;
	color: #fff;
	transition: all 400ms linear 0s;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.submenu
	.dropdown-menu
	li:last-child
	a {
	border-bottom: none;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.submenu
	.dropdown-menu
	li:hover
	a {
	color: #26a65b;
}
@media (min-width: 768px) {
	.main_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.nav.navbar-nav
		li:hover.submenu
		.dropdown-menu {
		transform: scaleY(1);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
}
.main_menu_area .navbar.navbar-default .navbar-collapse .search_menu {
	display: inline-block;
}
.main_menu_area .navbar.navbar-default .navbar-collapse .search_menu li a {
	line-height: 70px;
	color: #fff;
	font-size: 14px;
	text-shadow: none;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar {
	position: static;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu {
	top: 0px;
	min-width: auto;
	width: 100%;
	background: #26a65b;
	margin: 0px;
	border-radius: 0px;
	padding: 10px;
	height: 100%;
}
@media (min-width: 768px) {
	.main_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.search_menu
		li.search_bar
		.dropdown-menu {
		transform: scaleY(0);
		transition: all 400ms linear 0s;
		display: block;
		transform-origin: 50% 0;
	}
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input {
	height: 48px;
	width: 100%;
	outline: none;
	border: none;
	padding: 0px 10px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input.placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input:-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input::-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
@media (min-width: 768px) {
	.main_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.search_menu
		li.search_bar.open
		.dropdown-menu {
		transform: scaleY(1);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
}
.main_menu_area.middle_menu_area .navbar.navbar-default {
	background: #fff;
	border-top: 1px solid #f0f0f0;
}
.main_menu_area.middle_menu_area .navbar.navbar-default .navbar-collapse {
	text-align: center;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav {
	float: none;
	display: inline-block;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li {
	display: inline-block;
	float: none;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li
	a {
	color: #3d3d3d;
	box-shadow: none;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.submenu
	.dropdown-menu
	li {
	display: block;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li:hover
	a,
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.nav.navbar-nav
	li.active
	a {
	color: #26a65b;
}
@media (min-width: 768px) {
	.main_menu_area.middle_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.nav.navbar-nav
		li:hover.submenu
		.dropdown-menu {
		transform: scaleY(1);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li
	a {
	line-height: 0px;
	color: #070707;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar {
	position: static;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu {
	top: 0px;
	min-width: auto;
	width: 100%;
	background: #26a65b;
	margin: 0px;
	border-radius: 0px;
	padding: 10px;
	height: 100%;
}
@media (min-width: 768px) {
	.main_menu_area.middle_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.search_menu
		li.search_bar
		.dropdown-menu {
		transform: scaleY(0);
		transition: all 400ms linear 0s;
		display: block;
		transform-origin: 50% 0;
	}
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input {
	height: 48px;
	width: 100%;
	outline: none;
	border: none;
	padding: 0px 10px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input.placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input:-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input::-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
.main_menu_area.middle_menu_area
	.navbar.navbar-default
	.navbar-collapse
	.search_menu
	li.search_bar
	.dropdown-menu
	li
	input::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}
@media (min-width: 768px) {
	.main_menu_area.middle_menu_area
		.navbar.navbar-default
		.navbar-collapse
		.search_menu
		li.search_bar.open
		.dropdown-menu {
		transform: scaleY(1);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
}

/* End Logo area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner area css
============================================================================================ */
.banner_area {
	background: url(../img/banner_bg.jpg) no-repeat scroll center center;
	background-size: cover;
	padding: 60px 0px 75px 0px;
	position: relative;
}
.banner_area:before {
	content: '';
	background: rgba(0, 0, 0, 0.58);
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner_area .banner_text {
	position: relative;
}
.banner_area .banner_text h4 {
	color: #fff;
	font-size: 24px;
	font-family: 'heavy';
	padding-bottom: 15px;
}
.banner_area .banner_text a {
	font-size: 13px;
	color: #9d9d9d;
	font-family: 'Poppins', sans-serif;
	transition: all 400ms linear 0s;
}
.banner_area .banner_text a:hover {
	color: #26a65b;
}
.banner_area .banner_text span {
	font-size: 13px;
	color: #9d9d9d;
	font-family: 'Poppins', sans-serif;
}

/* End Banner area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Request Button css
============================================================================================ */
.request_btn {
	background: #26a65b;
	color: #fff;
	padding: 0px 22px;
	display: inline-block;
	line-height: 50px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	border-radius: 3px;
	vertical-align: top;
	transition: all 400ms linear 0s;
}
.request_btn:hover {
	color: #fff;
	background: #252c35;
}

/* End Request Button css
============================================================================================ */
/* Slider Button css
============================================================================================ */
.camera_target_content .cameraContent .s_readmore_btn {
	line-height: 50px;
	background: #26a65b;
	line-height: 50px;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	transition: all 400ms linear 0s;
	margin-right: 15px;
}
.camera_target_content .cameraContent .s_readmore_btn:hover {
	background: #fff;
	color: #000000;
}
.camera_target_content .cameraContent .s_contact_btn {
	line-height: 50px;
	background: #fff;
	line-height: 50px;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #000;
	border-radius: 3px;
	transition: all 400ms linear 0s;
}
.camera_target_content .cameraContent .s_contact_btn:hover {
	background: #26a65b;
	color: #fff;
}

.get_btn {
	line-height: 50px;
	background: #26a65b;
	line-height: 50px;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	transition: all 400ms linear 0s;
	margin-right: 15px;
}
.get_btn:hover {
	background: #353535;
	color: #fff;
}

.project_btn {
	line-height: 50px;
	background: #353535;
	line-height: 50px;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	transition: all 400ms linear 0s;
}
.project_btn:hover {
	background: #26a65b;
	color: #fff;
}

.read_more_btn {
	background: #26a65b;
	max-width: 145px;
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	display: block;
	padding-left: 13px;
	border-radius: 3px;
	position: relative;
	z-index: 2;
	transition: all 400ms linear 0s;
}
.read_more_btn i {
	float: right;
	line-height: 40px;
	padding: 0px 15px;
}
.read_more_btn:before {
	content: '';
	background: #1c954e;
	position: absolute;
	right: 0px;
	width: 35px;
	height: 100%;
	z-index: -1;
	transition: all 400ms linear 0s;
	border-radius: 3px;
}
.read_more_btn:hover {
	color: #fff;
}
.read_more_btn:hover:before {
	width: 100%;
}

.view_details_btn {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #26a65b;
	transition: all 400ms linear 0s;
}
.view_details_btn:hover {
	color: #313c45;
}

.b_readmore {
	display: inline-block;
	background: #26a65b;
	color: #fff;
	padding: 0px 30px;
	height: 50px;
	border-radius: 3px;
	line-height: 48px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	transition: all 400ms linear 0s;
}
.b_readmore:hover {
	background: #1c954e;
	color: #fff;
}

.comment_submit {
	border: none;
	display: inline-block;
	background: #26a65b;
	color: #fff;
	padding: 0px 30px;
	height: 50px;
	border-radius: 3px;
	line-height: 48px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	transition: all 400ms linear 0s;
}
.comment_submit:focus {
	outline: none;
	box-shadow: none;
}
.comment_submit:hover {
	background: #1c954e;
	color: #fff;
}

/* End Slider Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider area css
============================================================================================ */
.slider_inner {
	position: relative;
	z-index: 2;
}
.slider_inner:before {
	content: '';
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider_inner .camera_fakehover {
	z-index: auto;
}
.slider_inner .camera_fakehover .camera_prev span:before {
	content: '\f104';
	font: normal normal normal 14px/1 FontAwesome;
}
@media (min-width: 1500px) {
	.slider_inner .camera_fakehover .camera_prev {
		left: 236px;
	}
}
.slider_inner .camera_fakehover .camera_next span:before {
	content: '\f105';
	font: normal normal normal 14px/1 FontAwesome;
}
@media (min-width: 1500px) {
	.slider_inner .camera_fakehover .camera_next {
		right: 236px;
	}
}
.slider_inner .camera_fakehover .camera_prev,
.slider_inner .camera_fakehover .camera_next {
	border-radius: 3px;
	background: #8f9699;
	transition: all 400ms linear 0s;
}
.slider_inner .camera_fakehover .camera_prev span,
.slider_inner .camera_fakehover .camera_next span {
	background: transparent;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.slider_inner .camera_fakehover .camera_prev:hover,
.slider_inner .camera_fakehover .camera_next:hover {
	background: #26a65b;
}
.slider_inner .camera_fakehover .camera_bar .camera_bar_cont {
	background: transparent !important;
}
.slider_inner .camera_fakehover .camera_bar .camera_bar_cont #pie_0 {
	top: 0px !important;
}
.slider_inner .slider_text {
	position: absolute;
	top: 260px;
	color: #fff;
}
.slider_inner .slider_text h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: -0.25px;
}
.slider_inner .slider_text h4 {
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: -0.25px;
}
.slider_inner .slider_text p {
	max-width: 570px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	padding: 20px 0px 35px 0px;
}
.slider_inner.main_slider_middle .slider_text {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
	top: 230px;
}
.slider_inner.main_slider_middle .slider_text h4 {
	background: #26a65b;
	display: inline-block;
	line-height: 54px;
	height: 56px;
	padding: 0px 56px;
	margin-top: 5px;
}
.slider_inner.main_slider_middle .slider_text p {
	margin: 0 auto;
}

/* Testimonials area css
============================================================================================ */
/* Main Slider area css
============================================================================================ */
.testimonials_slider {
	padding: 20px;
	position: relative;
}
.testimonials_slider .testimonials_text p {
	line-height: 30px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	color: #6f6f6f;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.testimonials_slider .client_name h4 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 5px;
}
.testimonials_slider .client_name h5 {
	font-size: 14px;
	color: #acacac;
	font-family: 'Lato', sans-serif;
}
.testimonials_slider .owl-prev,
.testimonials_slider .owl-next {
	position: absolute;
	height: 36px;
	width: 36px;
	background: #26a65b;
	text-align: center;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
	bottom: 27px;
	z-index: 2;
}
.testimonials_slider .owl-prev i,
.testimonials_slider .owl-next i {
	font-weight: bold;
}
.testimonials_slider .owl-prev {
	right: 67px;
}
.testimonials_slider .owl-next {
	right: 25px;
}

/* End Testimonials area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider area css
============================================================================================ */
.project_quote {
	overflow: hidden;
	clear: both;
	background: #f7f7f7;
}
.project_quote .left_content h4 {
	font-size: 22px;
	color: #434343;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 100px;
}
.project_quote .right_content {
	padding-top: 25px;
}

/* Main Slider area css
============================================================================================ */
/* Main Slider area css
============================================================================================ */
.project_item_area {
	padding: 45px 0px;
}

.project_item_inner {
	transition: all 400ms linear 0s;
	box-shadow: 0px 0px 5.1px 0.9px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.project_item_inner img {
	transition: all 400ms linear 0s;
}
.project_item_inner .project_item_content {
	padding: 0px 15px 22px 15px;
}
.project_item_inner .project_item_content h3 {
	font-size: 20px;
	font-family: 'heavy';
	color: #313c45;
	padding: 20px 0px 15px 0px;
}
.project_item_inner .project_item_content p {
	font-size: 13px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #848484;
	padding-bottom: 30px;
}

.project_item_area.project_item2 {
	padding: 60px 0px 80px 0px;
	clear: both;
}
.project_item_area.project_item2 .project_item_inner {
	box-shadow: none;
}
.project_item_area.project_item2 .project_item_inner .project_item_content {
	padding: 0px;
}

/* Main Slider area css
============================================================================================ */
/* Project info area css
============================================================================================ */
.project_info_area {
	padding: 75px 0px 80px 0px;
}
.project_info_area .project_info_slider .project_info_inner {
	border: none;
	margin-bottom: 30px;
}
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-prev,
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 43px;
	width: 43px;
	border-radius: 3px;
	background: #a8a4a0;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	transition: all 200ms ease-out;
	transform: translateY(-50%);
	outline: none;
	box-shadow: none;
}
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-prev:hover,
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-next:hover {
	background: #26a65b;
}
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-prev {
	left: 20px;
}
.project_info_area
	.project_info_slider
	.project_info_inner
	.custom-navigation
	.flex-next {
	right: 20px;
}
.project_info_area .project_info_slider .project_carousel_inner {
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-prev,
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 43px;
	width: 43px;
	border-radius: 3px;
	background: #a8a4a0;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	transition: all 200ms ease-out;
	transform: translateY(-50%);
	outline: none;
	box-shadow: none;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-prev:hover,
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-next:hover {
	background: #26a65b;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-prev {
	left: -50px;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner
	.custom-navigation-carousel
	.flex-next {
	right: -50px;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner:hover
	.custom-navigation-carousel
	.flex-prev {
	left: 0px;
}
.project_info_area
	.project_info_slider
	.project_carousel_inner:hover
	.custom-navigation-carousel
	.flex-next {
	right: 0px;
}
.project_info_area .project_info_content .info_tittle {
	padding-bottom: 10px;
}
.project_info_area .project_info_content ul li {
	font-size: 14px;
	color: #393939;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
}
.project_info_area .project_info_content ul li span {
	color: #acacac;
}
.project_info_area .project_details {
	padding-top: 50px;
}
.project_info_area .project_details .info_tittle {
	padding-bottom: 20px;
}
.project_info_area .project_details p {
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #acacac;
}
.project_info_area .more_project_details {
	padding-top: 60px;
}
.project_info_area .more_project_details p {
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #acacac;
	padding-top: 35px;
}

/* End Project info area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio area css
============================================================================================ */
.portfolio_area {
	background: #f7f7f7;
	padding: 70px 0px;
}
.portfolio_area.project_page {
	padding: 70px 0px 80px 0px;
}
.portfolio_area.project_page .portfolio_menu {
	text-align: left;
}

.portfolio_menu {
	text-align: center;
	padding-bottom: 25px;
}
.portfolio_menu li {
	display: inline-block;
	color: #322a2a;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-right: 32px;
	transition: all 400ms linear 0s;
	cursor: pointer;
}
.portfolio_menu li:last-child {
	margin-right: 0px;
}
.portfolio_menu li:hover,
.portfolio_menu li.active {
	color: #26a65b;
}

.portfolio_inner .portfolio_single {
	padding-top: 30px;
}
.portfolio_inner .portfolio_single img {
	max-width: 100%;
}

.portfolio_area.portfolio_area2 {
	padding: 80px 0px 120px 0px;
}
.portfolio_area.portfolio_area2 .portfolio_menu {
	text-align: left;
}

/* Portfolio Slider area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Company area css
============================================================================================ */
.conpany_about_area {
	padding: 70px 0px;
}
.conpany_about_area .company_content .about_tittle {
	padding: 20px 0px 25px 0px;
}
.conpany_about_area .company_content p {
	line-height: 25px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	color: #848484;
	padding-bottom: 42px;
}
.conpany_about_area .company_image img {
	max-width: 100%;
}
.conpany_about_area .company_about_slider {
	margin-top: 30px;
	margin-bottom: 30px;
}
.conpany_about_area .company_about_slider .owl-controls {
	margin-top: 52px;
}
.conpany_about_area .company_about_slider .owl-controls .owl-dots {
	text-align: center;
}
.conpany_about_area .company_about_slider .owl-controls .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #d3d3d3;
	display: inline-block;
	margin-right: 10px;
}
.conpany_about_area
	.company_about_slider
	.owl-controls
	.owl-dots
	.owl-dot:last-child {
	margin-right: 0px;
}
.conpany_about_area
	.company_about_slider
	.owl-controls
	.owl-dots
	.owl-dot.active {
	background: #26a65b;
}

/* About Company area css
============================================================================================ */
/* Testimonials area css
============================================================================================ */
.testimonials_area {
	background: #f7f7f7;
	padding: 70px 0px;
}
.testimonials_area .testimonials_inner_content .section_tittle {
	padding-bottom: 40px;
}

.chose_inner_area .section_tittle {
	padding-bottom: 15px;
}

/* Modern FAQ Styles - Enhanced Design */
.chose_inner_area {
	padding: 100px 0;
	background: linear-gradient(135deg, #f8fafe 0%, #eeeeee 50%, #eff8ff 100%);
	position: relative;
}

.chose_inner_area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(0,123,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23pattern)"/></svg>');
	pointer-events: none;
}

.chose_inner_area .section_tittle h2 {
	margin-bottom: 20px;
	font-weight: 700;
}

.chose_inner_area .section_tittle p {
	font-size: 16px;
	color: #6c757d;
	margin-bottom: 60px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	font-weight: 400;
}

.chose_inner_area .panel-group {
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 123, 255, 0.1);
	position: relative;
}

.chose_inner_area .panel-group::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
}

.chose_inner_area .panel-default {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
	transition: all 0.3s ease;
}

.chose_inner_area .panel-default:last-child {
	border-bottom: none;
}

.chose_inner_area .panel-heading {
	background: #fff;
	border-radius: 0;
	padding: 0;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.chose_inner_area .panel-heading::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: linear-gradient(
		135deg,
		rgba(0, 123, 255, 0.1),
		rgba(40, 167, 69, 0.1)
	);
	transition: width 0.4s ease;
}

.chose_inner_area .panel-heading:hover::before {
	width: 5px;
}

.chose_inner_area .panel-title a {
	text-decoration: none;
	color: #2c3e50;
	font-weight: 600;
	display: block;
	padding: 30px 80px 30px 40px;
	font-size: 18px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	line-height: 1.4;
}

/* Elementos strong y span faq-link dentro del título del panel */
.chose_inner_area .panel-title a strong {
	color: #000000;
	font-weight: 700;
	display: inline;
	line-height: inherit;
	font-size: inherit;
}

.chose_inner_area .panel-title a .faq-link {
	color: #28a745;
	font-weight: 500;
	display: inline;
	line-height: inherit;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
	cursor: pointer;
	transition: color 0.3s ease;
	border-radius: 4px;
	padding: 2px 6px;
	background: rgba(40, 167, 69, 0.1);
}

.chose_inner_area .panel-title a .faq-link:hover {
	color: #1e7e34;
	background: rgba(40, 167, 69, 0.2);
}

.chose_inner_area .panel-title a i {
	margin-right: 20px;
	font-size: 20px;
	transition: all 0.3s ease;
}

.chose_inner_area .panel-body {
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	padding: 35px 40px;
	font-size: 16px;
	line-height: 1.8;
	color: #495057;
	border-top: 2px solid rgba(0, 123, 255, 0.1);
	position: relative;
}

.chose_inner_area .panel-body p {
	margin: 0;
	font-weight: 400;
}

.chose_inner_area .panel-body strong {
	color: #000000;
	font-weight: 600;
}

.chose_inner_area .panel-body a {
	color: dodgerblue;
	font-weight: 600;
}

/* Enhanced toggle button - posicionado absoluto a la derecha */
.chose_inner_area .panel-title a span {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.chose_inner_area .panel-title a span i {
	color: #fff;
	font-size: 14px;
	margin: 0;
	transition: all 0.3s ease;
}

.chose_inner_area .panel-title a span .fa-plus {
	display: block;
}

.chose_inner_area .panel-title a span .fa-minus {
	display: none;
}

.chose_inner_area .panel-title a:not(.collapsed) span .fa-plus {
	display: none;
}

.chose_inner_area .panel-title a:not(.collapsed) span .fa-minus {
	display: block;
}

.chose_inner_area .panel-title a:not(.collapsed) span {
	background: linear-gradient(135deg, #28a745, #20c997);
}

/* Animation for panel collapse */
.chose_inner_area .panel-collapse {
	transition: all 0.4s ease;
}

/* Responsive improvements */
@media (max-width: 768px) {
	.chose_inner_area {
		padding: 60px 0;
	}

	.chose_inner_area .section_tittle h2 {
		font-size: 32px;
	}

	.chose_inner_area .panel-title a {
		padding: 25px 20px;
		font-size: 16px;
	}

	.chose_inner_area .panel-body {
		padding: 25px 20px;
		font-size: 15px;
	}

	.chose_inner_area .panel-title a span {
		width: 35px;
		height: 35px;
	}
}

/* Testimonials area css
============================================================================================ */
/* Global area css
============================================================================================ */
.global_area {
	padding: 60px 0px 50px 0px;
}

.global_content .about_tittle {
	padding-top: 18px;
}
.global_content p {
	font-size: 13px;
	line-height: 30px;
	color: #848484;
	font-family: 'Poppins', sans-serif;
	padding-top: 30px;
}

.global_image img {
	padding-bottom: 30px;
	max-width: 100%;
}

/* End Global area css
============================================================================================ */
/* End Global area css
============================================================================================ */
.about_team_area {
	background: #f0f0f0;
	padding: 75px 0px 80px 0px;
}

.about_team_inner .about_team_img {
	transition: all 400ms linear 0s;
}
.about_team_inner .about_team_img img {
	width: 100%;
	transition: all 400ms linear 0s;
}
.about_team_inner .team_detail {
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	transition: all 400ms linear 0s;
}
.about_team_inner .team_detail h3 {
	font-size: 16px;
	font-family: 'latosm';
	color: #000;
	padding-bottom: 6px;
}
.about_team_inner .team_detail h4 {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	color: #26a65b;
}
.about_team_inner:hover .team_detail {
	background: #26a65b;
}
.about_team_inner:hover .team_detail h3 {
	color: #fff;
}
.about_team_inner:hover .team_detail h4 {
	color: #fff;
}

/* End Global area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest News area css
============================================================================================ */
.our_latest_news_area {
	padding: 80px 0px 50px 0px;
}
.our_latest_news_area .news_tittle {
	padding-bottom: 50px;
}
.our_latest_news_area.our_latest_news2 {
	background: #f0f0f0;
	padding: 75px 0px;
}
.our_latest_news_area.our_latest_news2 .latest_news_inner .latest_news_content {
	background: #fff;
	padding: 0px 18px 30px 18px;
}
.our_latest_news_area.our_latest_news2
	.latest_news_inner
	.latest_news_content
	.view_details_btn {
	font-weight: normal;
}
.our_latest_news_area.our_latest_news2
	.latest_news_inner
	.latest_news_content
	.latest_news_date {
	color: #26a65b;
	font-size: 13px;
}

.latest_news_inner img {
	max-width: 100%;
}
.latest_news_inner h3 {
	font-size: 18px;
	font-family: 'heavy';
	color: #313c45;
	padding: 20px 0px 12px 0px;
}
.latest_news_inner .latest_news_date {
	font-size: 12px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	transition: all 400ms linear 0s;
}
.latest_news_inner .latest_news_date:hover {
	color: #26a65b;
}
.latest_news_inner span {
	font-size: 12px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.latest_news_inner .latest_news_author {
	font-size: 12px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	transition: all 400ms linear 0s;
}
.latest_news_inner .latest_news_author:hover {
	color: #26a65b;
}
.latest_news_inner p {
	font-size: 13px;
	line-height: 30px;
	color: #848484;
	font-family: 'Poppins', sans-serif;
	padding: 20px 0px 25px 0px;
}

/* End Latest News area css
============================================================================================ */
/* Main Blog area css
============================================================================================ */
.blog_area {
	padding: 75px 0px 25px 0px;
}
.blog_area .blog_inner_area .blog_item {
	padding-bottom: 60px;
}
.blog_area .blog_inner_area .blog_item img {
	max-width: 100%;
}
.blog_area.single_blog_area {
	padding: 75px 0px 60px 0px;
}
.blog_area.single_blog_area .blog_inner_area .blog_img img {
	max-width: 100%;
}

.blog_slider_img .owl-prev,
.blog_slider_img .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	background: #26a65b;
	z-index: 2;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	transition: all 400ms linear 0s;
}
.blog_slider_img .owl-prev:hover,
.blog_slider_img .owl-next:hover {
	background: #1c954e;
}
.blog_slider_img .owl-prev {
	left: 20px;
}
.blog_slider_img .owl-next {
	right: 20px;
}

.blog_content h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 30px 0px 15px 0px;
}
.blog_content .date_cmm {
	font-size: 14px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	color: #26a65b;
}
.blog_content p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	color: #848484;
	padding: 20px 0px 35px 0px;
}

.single_blog_content h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 30px;
}
.single_blog_content h5 {
	font-size: 15px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	padding-top: 40px;
	padding-bottom: 15px;
}
.single_blog_content p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	color: #848484;
	padding-top: 25px;
}

.blog_share_area {
	overflow: hidden;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-top: 30px;
}
.blog_share_area .pull-left a {
	font-size: 13px;
	color: #313c45;
	font-family: 'latosm';
	display: inline-block;
	padding-top: 22px;
}
.blog_share_area .blog_share_icon {
	padding: 22px 0px;
}
.blog_share_area .blog_share_icon h5 {
	display: inline-block;
	font-size: 14px;
	color: #303030;
	font-family: 'latosm';
}
.blog_share_area .blog_share_icon ul {
	display: inline-block;
}
.blog_share_area .blog_share_icon ul li {
	display: inline-block;
}
.blog_share_area .blog_share_icon ul li a {
	color: #26a65b;
	font-size: 12px;
	padding-left: 8px;
}

/* End Main Blog area css
============================================================================================ */
/* Blog comment area css
============================================================================================ */
.blog_comment_area {
	padding-top: 60px;
}
.blog_comment_area .comm_tittle {
	padding-bottom: 5px;
}
.blog_comment_area .media {
	border-bottom: 1px solid #eeeeee;
	margin-top: 22px;
	padding-bottom: 22px;
}
.blog_comment_area .media .media-body h4 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #181818;
	font-weight: bold;
	display: inline-block;
}
.blog_comment_area .media .media-body .comment_reply {
	float: right;
	font-size: 13px;
	font-family: 'latosm';
	color: #26a65b;
}
.blog_comment_area .media .media-body .comment_time {
	display: block;
	font-size: 13px;
	font-family: 'latosm';
	color: #26a65b;
	padding: 5px 0px;
}
.blog_comment_area .media .media-body p {
	font-size: 14px;
	line-height: 24px;
	color: #979797;
	font-family: 'Poppins', sans-serif;
}

.blog_comment_from .comm_tittle {
	padding: 60px 0px 30px 0px;
}
.blog_comment_from input {
	width: 100%;
	height: 56px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin-bottom: 15px;
	outline: none;
	box-shadow: none;
	padding: 0px 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from input.placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from input:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from input::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from input::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from textarea {
	width: 100%;
	height: 198px;
	resize: none;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin-bottom: 15px;
	outline: none;
	box-shadow: none;
	padding: 15px 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
}
.blog_comment_from .comment_submit {
	margin-left: 15px;
	margin-top: 15px;
}

/* End Blog comment area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service area css
============================================================================================ */
.service_area {
	padding-top: 75px;
	padding-bottom: 10px;
}

.service_tab_menu .nav.nav-tabs {
	border: none;
}
.service_tab_menu .nav.nav-tabs li {
	float: none;
	display: block;
	margin-bottom: 0px;
}
.service_tab_menu .nav.nav-tabs li a {
	padding: 0px 15px;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	border-left: none;
	border-top: none;
	border-right: none;
	margin-right: 0px;
	border-radius: 0px;
	background: #f1f1f1;
	line-height: 50px;
	font-size: 14px;
	color: #2c3e50;
	font-family: 'Lato', sans-serif;
	transition: all 400ms linear 0s;
	position: relative;
}
.service_tab_menu .nav.nav-tabs li:hover a,
.service_tab_menu .nav.nav-tabs li.active a {
	background: #26a65b;
	border-bottom: 1px solid #26a65b;
	color: #fff;
}
.service_tab_menu .nav.nav-tabs li.active a:before {
	content: '\f105';
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.service_tab_menu .nav.nav-tabs li:last-child a {
	border-bottom: 1px solid transparent;
}

.service_tab_content .latest_news_inner {
	padding-bottom: 60px;
}
.service_tab_content .latest_news_inner h3 {
	padding: 25px 0px 20px 0px;
}
.service_tab_content .latest_news_inner p {
	padding-top: 0px;
}

.download_area {
	padding-top: 45px;
	padding-left: 15px;
}
.download_area h5 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #2c3e50;
	padding-bottom: 15px;
}
.download_area a {
	display: block;
	font-size: 14px;
	color: #8a8a8a;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
}
.download_area a i {
	padding-right: 5px;
}

.service_area.service_details {
	padding-bottom: 75px;
}

.service_details p {
	line-height: 30px;
	color: #8a8a8a;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 35px;
}

.service_image img {
	margin-bottom: 30px;
	max-width: 100%;
}

/* End Service area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Blog area css
============================================================================================ */
.single_widget {
	padding-bottom: 60px;
}

.search_widget .input-group .form-control {
	border: none;
	background: #eeeeee;
	outline: none;
	box-shadow: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	height: 50px;
	font-size: 14px;
	color: #797979;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
.search_widget .input-group .form-control.placeholder {
	font-size: 14px;
	color: #797979;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
.search_widget .input-group .form-control:-moz-placeholder {
	font-size: 14px;
	color: #797979;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
.search_widget .input-group .form-control::-moz-placeholder {
	font-size: 14px;
	color: #797979;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
.search_widget .input-group .form-control::-webkit-input-placeholder {
	font-size: 14px;
	color: #797979;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
.search_widget .input-group .input-group-btn .btn.btn-default {
	border: none;
	height: 50px;
	background: #26a65b;
	text-shadow: none;
	color: #fff;
	border-radius: 3px;
	padding: 0px;
	width: 50px;
	transition: all 400ms linear 0s;
}
.search_widget .input-group .input-group-btn .btn.btn-default:focus {
	outline: none;
	box-shadow: none;
}
.search_widget .input-group .input-group-btn .btn.btn-default:hover {
	background: #1c954e;
}

.categori_widget ul li a {
	display: block;
	line-height: 50px;
	font-size: 13px;
	color: #717171;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #eeeeee;
}
.categori_widget ul li a i {
	color: #26a65b;
	padding-right: 7px;
}

.post_widget .widget_tittle {
	padding-bottom: 25px;
}
.post_widget .media {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0px;
	margin-top: 0px;
}
.post_widget .media .media-left i {
	color: #313c45;
	font-size: 15px;
}
.post_widget .media .media-body h4 {
	font-size: 16px;
	font-family: 'latosm';
	color: #000;
	padding-bottom: 5px;
}
.post_widget .media .media-body a {
	font-size: 12px;
	color: #727272;
	font-family: 'latosm';
	font-style: italic;
}
.post_widget .media:nth-child(1) {
	padding-top: 0px;
}

/* End Main Blog area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact from area css
============================================================================================ */
.contact_from_area {
	padding: 75px 0px 90px 0px;
}
.contact_from_area .blog_comment_from .comm_tittle {
	padding-top: 0px;
}

.contact_from_area.contact_from_area2 .blog_comment_from p {
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #858585;
	padding-bottom: 35px;
}
.contact_from_area.contact_from_area2 .contact_details .map_area {
	margin-bottom: 60px;
}

.contact_details .comm_tittle {
	padding-bottom: 10px;
}
.contact_details .media {
	margin-top: 20px;
}
.contact_details .media .media-left i {
	color: #26a65b;
	font-size: 16px;
	padding-top: 5px;
}
.contact_details .media .media-body p {
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	font-size: 13px;
	color: #858585;
}
.contact_details .media .media-body h4 {
	font-size: 13px;
	line-height: 24px;
	color: #272727;
	font-family: 'Poppins', sans-serif;
}
.contact_details .media .media-body h4 span {
	color: #858585;
}
.contact_details .media .media-body h3 {
	font-size: 13px;
	line-height: 24px;
	color: #858585;
	font-family: 'Poppins', sans-serif;
}
.contact_details .media .media-body ul {
	padding-top: 20px;
}
.contact_details .media .media-body ul li {
	display: inline-block;
}
.contact_details .media .media-body ul li a {
	color: #1b2c3e;
	font-size: 12px;
	padding-right: 10px;
	display: inline-block;
	transition: all 400ms linear 0s;
}
.contact_details .media .media-body ul li a:hover {
	color: #26a65b;
}

.map_area {
	width: 100%;
	min-height: 460px;
}

/* End Contact from area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Error area css
============================================================================================ */
.error_area {
	padding: 10px 0px 145px 0px;
}
.error_area .error_content {
	text-align: center;
}
.error_area .error_content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 350px;
	color: #26a65b;
}
.error_area .error_content h4 {
	font-size: 24px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}
.error_area .error_content p {
	max-width: 545px;
	margin: auto;
	font-size: 13px;
	line-height: 26px;
	color: #898989;
}
.error_area .error_content .b_readmore {
	margin-top: 40px;
}

/* End Error area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer area css
============================================================================================ */
.footer_widget_area {
	background: #252c35;
	padding-top: 60px;
	padding-bottom: 35px;
}

.f_about_widget p {
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #979da4;
}
.f_about_widget img {
	padding-top: 35px;
}

.f_news_widget p {
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #979da4;
}
.f_news_widget .input-group {
	padding-top: 27px;
}
.f_news_widget .input-group .form-control {
	height: 45px;
	background: #2f3740;
	border: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #556676;
	outline: none;
	box-shadow: none;
}
.f_news_widget .input-group .form-control.placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #556676;
}
.f_news_widget .input-group .form-control:-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #556676;
}
.f_news_widget .input-group .form-control::-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #556676;
}
.f_news_widget .input-group .form-control::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #556676;
}
.f_news_widget .input-group .input-group-btn .btn.btn-default {
	background: #3a4b5b;
	border: none;
	height: 45px;
	box-shadow: none;
	width: 52px;
	text-shadow: none;
	border-radius: 3px;
	outline: none;
	box-shadow: none;
}
.f_news_widget .input-group .input-group-btn .btn.btn-default i {
	color: #fff;
	font-size: 15px;
}

.f_navigation_widget ul li {
	width: 50%;
	float: left;
	overflow: hidden;
}
.f_navigation_widget ul li a {
	line-height: 30px;
	font-size: 14px;
	color: #979da4;
	font-family: 'Lato', sans-serif;
	transition: all 400ms linear 0s;
}
.f_navigation_widget ul li a i {
	padding-right: 10px;
}
.f_navigation_widget ul li a:hover {
	color: #26a65b;
}

.f_contact_widget p {
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #979da4;
}
.f_contact_widget .contact_lsit {
	padding-left: 15px;
	padding-top: 10px;
}
.f_contact_widget .contact_lsit li a {
	color: #979da4;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	transition: all 400ms linear 0s;
}
.f_contact_widget .contact_lsit li a i {
	color: #26a65b;
	position: relative;
	left: -15px;
}
.f_contact_widget .contact_lsit li:hover a {
	color: #26a65b;
}
.f_contact_widget .f_widget_social {
	padding-top: 25px;
}
.f_contact_widget .f_widget_social li {
	display: inline-block;
}
.f_contact_widget .f_widget_social li a {
	height: 30px;
	width: 30px;
	background: #3a4b5b;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
	margin-right: 7px;
	transition: all 400ms linear 0s;
}
.f_contact_widget .f_widget_social li:last-child a {
	margin-right: 0px;
}
.f_contact_widget .f_widget_social li:hover a {
	background: #26a65b;
}

.footer_copyright_area {
	background: #1e232a;
	padding: 20px 0;
}
.footer_copyright_area .copyright_left h4 {
	line-height: 82px;
	font-family: 'Lato', sans-serif;
	color: #979da4;
	font-size: 14px;
}
.footer_copyright_area .copyright_left h4 a {
	color: #fff;
	font-weight: bold;
}
.footer_copyright_area .copyright_right h5 {
	line-height: 82px;
	font-family: 'Lato', sans-serif;
	color: #979da4;
	font-size: 14px;
}
.footer_copyright_area .copyright_right h5 a {
	color: #fff;
	font-weight: bold;
}

.footer_copyright_area .footer-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 1rem;
}

.footer_copyright_area .footer-nav li {
	display: inline-block;
}

div.footer_copyright_area p,
div.footer_copyright_area a {
	color: aliceblue;
}

@media (min-width: 768px) {
	.footer_copyright_area .footer-nav {
		flex-direction: row;
		gap: 40px;
	}
}

#mapaopt {
	margin-top: 40px;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 1px 1px 7px;
}
#mapaopt h2 {
	color: #3a3a3a;
	line-height: 1.2em;
	font-size: 34px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mapaopt mark {
	background-color: #008000;
	color: #ffffff;
	border-radius: 3px;
	padding: 1px 10px;
}
#mapaopt strong {
	background-color: rgba(0, 0, 0, 0);
	color: #008000;
}
.hparallax {
	height: 200px;
}

/*     .social-bar {
    	position: fixed;
    	right: 0;
    	top: 60%;
    	font-size: 3rem;
    	display: flex;
    	flex-direction: column;
    	align-items: flex-end;
    	z-index: 100;
    } */

.social-bar {
	position: fixed;
	right: 0.5%;
	bottom: 100px;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 9999;
	top: 40%;
}

.icono {
	color: white;
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: flex;
	transition: all 0.5s;
	margin-top: 10%;
	position: relative;
	border-radius: 100px;
	padding: 1.5rem;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgb(210, 169, 142);
	background: radial-gradient(
		circle,
		rgba(114, 197, 217, 1) 0%,
		rgba(188, 238, 250, 1) 100%
	);
	transition: all 0.5s;
}

.icon {
	color: white;
	text-decoration: none;
	padding: 0.7rem;
	display: flex;
	transition: all 0.5s;
}

.icon-facebook {
	background: #4a73da;
}

.icon-twitter {
	background: #25d366;
}

.icon-youtube {
	background: #e83028;
}

.icon-instagram {
	background: #c5a47e;
}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 1 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
}
/* Boton whatsapp  */
.btn-whatsapp {
	display: block;
	width: 75px;
	height: 75px;
	color: #333;
	position: fixed;
	right: 1%;
	bottom: 1%;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	z-index: 999;
	font-size: 70px !important;
	background: rgba(38, 212, 102, 1);
	background: -moz-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -webkit-gradient(
		radial,
		center center,
		0px,
		center center,
		100%,
		color-stop(0%, rgba(38, 212, 102, 1)),
		color-stop(100%, rgba(34, 186, 89, 1))
	);
	background: -webkit-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -o-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -ms-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: radial-gradient(
		ellipse at center,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	transition: ease 0.5s;
}
.btn-whatsapp i {
	color: #fff !important;
	transition: ease 0.5s;
	display: block;
	margin-top: 4%;
}
.btn-whatsapp:hover {
	background-color: #333;
	transform: rotate(360deg);
	transition: ease 0.5s;
}
.btn-whatsapp span {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 0.3em;
	right: 2px;
	background-color: #de2f36;
	color: #fff;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	transition: 0.5s ease;
	animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span {
	display: none !important;
	transition: 0.5s ease;
}
@keyframes iconw {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}
/* Boton whatsapp  */
/* End Footer area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */

.doctorweb .doc1 {
	display: inline-block;
	width: 20px;
	animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
	display: inline-block;
	width: 100px;
}

@keyframes doc {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(360deg);
	}
	90% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}

/* ========== Benefits Section Styles ========== */
.benefits_area {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
}

.benefits_area .section_tittle {
	margin-bottom: 50px;
}

.benefits_area .section_tittle h2 {
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 20px;
	position: relative;
}

.benefits_area .section_tittle p {
	font-size: 16px;
	color: #6c757d;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.benefit_card {
	background: #ffffff;
	border-radius: 15px;
	padding: 40px 25px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 123, 255, 0.1);
}

.benefit_card:hover {
	box-shadow: 0 20px 40px rgba(0, 123, 255, 0.2);
	border-color: #cee6ff;
}

.benefit_icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.benefit_card:hover .benefit_icon::before {
	width: 100px;
	height: 100px;
}

.benefit_icon i {
	font-size: 32px;
	color: #ffffff;
	z-index: 2;
	position: relative;
	transition: all 0.3s ease;
}

.benefit_card h4 {
	font-size: 20px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}

.benefit_card p {
	font-size: 15px;
	color: #6c757d;
	line-height: 1.7;
	margin: 0;
	transition: color 0.3s ease;
}

.benefit_card:hover p {
	color: #495057;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.benefits_area {
		padding: 60px 0;
	}

	.benefits_area .section_tittle h2 {
		font-size: 28px;
	}

	.benefit_card {
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.benefit_icon {
		width: 70px;
		height: 70px;
	}

	.benefit_icon i {
		font-size: 28px;
	}

	.benefit_card h4 {
		font-size: 18px;
	}
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

/* Testimonials Enhanced Styles
============================================================================================ */

.testimonials_inner_content {
	position: relative;
	z-index: 2;
}

.testimonials_area .section_tittle {
	padding-bottom: 60px;
}

.testimonials_area .section_tittle h2 {
	position: relative;
	display: inline-block;
}

.testimonial_item {
	background: #ffffff;
	border-radius: 16px;
	padding: 35px 30px;
	margin: 15px auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	border: 1px solid rgba(255, 255, 255, 0.8);
	max-width: 600px;
}

.testimonials_text {
	position: relative;
	margin-bottom: 10px;
}

.testimonials_text p {
	font-size: 14px;
	line-height: 1;
	color: #555;
	margin: 0;
	position: relative;
	z-index: 2;
	font-style: italic;
	text-align: left;
}

.client_name {
	position: relative;
	padding-top: 18px;
}

.client_name h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 6px 0;
	line-height: 1.2;
}

/* Owl Carousel Custom Navigation */
.testimonials_slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 0 -50px;
}

.testimonials_slider .owl-nav .owl-prev {
	left: -25px;
}

.testimonials_slider .owl-nav .owl-next {
	right: -25px;
}

.testimonials_slider .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.testimonials_slider .owl-dots .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	transition: all 0.3s;
	border: 2px solid transparent;
}

.testimonials_slider .owl-dots .owl-dot.active,
.testimonials_slider .owl-dots .owl-dot:hover {
	background: #000000;
	transform: scale(1.3);
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.testimonial_item {
		padding: 25px 20px;
		margin: 10px auto;
		max-width: 100%;
	}

	.testimonials_text p {
		font-size: 13px;
	}

	.client_name h4 {
		font-size: 16px;
	}

	.client_name h5 {
		font-size: 12px;
	}

	.testimonials_slider .owl-nav button {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.testimonials_slider .owl-nav .owl-prev {
		left: -20px;
	}

	.testimonials_slider .owl-nav .owl-next {
		right: -20px;
	}
}

@media (max-width: 480px) {
	.testimonials_area {
		padding: 50px 0;
	}

	.testimonial_item {
		padding: 20px 15px;
		border-radius: 12px;
		margin: 8px auto;
		max-width: 90%;
	}

	.testimonials_text p {
		font-size: 12px;
		line-height: 1.5;
	}

	.client_name h4 {
		font-size: 15px;
	}

	.client_name h5 {
		font-size: 11px;
	}

	.testimonials_text::before {
		font-size: 50px;
		top: -12px;
		left: -5px;
	}
}

.seo {
	border: solid 2px #252c35;
	background: #252c35;
	color: #ffffff;
	padding: 4px;
	width: 280px;
	height: 278px;
	overflow: auto;
	line-height: 22px;
	scrollbar-width: thin;
	scrollbar-color: dodgerblue #1a1f25;
}

.seo .list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.seo .list li a {
	color: #979da4;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.hero_inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
	pointer-events: none;
}

.hero_text {
	max-width: 80%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}

.hero_text h1 {
	margin-bottom: 3rem;
}

.hero_text h4 {
	line-height: 1.5;
}

.hero_text h4 > a {
	color: dodgerblue;
}

.hero_text h1,
.hero_text h4 {
	max-width: 50%;
}
