/*----------------------------------------------------
@File: Default Styles
@Author: Nasir Uddin
@URL: http://nasiruddin.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 This files contents are outlined below.
 1.  Variables
 2.  Prefix
 3.  Header
 4.  Banners
 5.  Features
 6.  Services
 7.  Footer
 8.  404
 9.  Page Cover
 10. Checkout
 11. Contact
 12. Packages
 13. About
 14. Sidebar
 15. Blog
 16. Case
 18. Successive Processes 
 19. Marketing App
 20. Tweets
 21. Slider
----------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* font-family */
/* Apply global font styles */
@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');
/* font-family: "Leckerli One", serif; */
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/* font-family: "Tangerine", serif; */
body {
	font-family: 'D-DIN-Condensed';
	font-size: 20px;
	line-height: 1.625;
	font-weight: 400;
	overflow-x: hidden;
}
header *, 
header h2, 
header h3, 
header h4, 
header h5, 
header h6, 
footer *,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	font-family: 'DINCond-Regular', sans-serif;
}
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li {
	font-family: 'D-DIN-Condensed', sans-serif;
}
/* h2,
h3 {
	font-family: 'DINCond-Bold', sans-serif;
} */
/* Subtitles */
/* h4,
h5,
h6 {
	font-family: 'DINCond-Medium', sans-serif;
} */
/* Primary Colors */
:root {
	--light-green: #93d63c;
	--dark-green: #7cbb4a;
}
/* Update text colors */
.text-primary {
	color: var(--light-green)!important;
}
.text-secondary {
	color: var(--dark-green)!important;
}
/* Buttons */
.btn-primary {
	background-color: var(--light-green);
	border-color: var(--light-green);
	color: #fff;
}
.btn-primary:hover {
	background-color: var(--dark-green);
	border-color: var(--dark-green);
}
@font-face {
    font-family: 'D-DIN';
    src: url('/fonts/D-DIN.eot');
    src: url('/fonts/D-DIN.eot') format('embedded-opentype'),
         url('/fonts/D-DIN.woff2') format('woff2'),
         url('/fonts/D-DIN.woff') format('woff'),
         url('/fonts/D-DIN.ttf') format('truetype'),
         url('/fonts/D-DIN.svg#D-DIN') format('svg');
}
@font-face {
	font-family: 'D-DIN-Condensed-Bold';
	src: url('/fonts/D-DIN-Condensed-Bold.ttf.woff') format('woff'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.eot'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Condensed';
	src: url('/fonts/D-DIN-Condensed.ttf.woff') format('woff'),
		url('/fonts/D-DIN-Condensed.ttf.svg#D-DIN-Condensed') format('svg'),
		url('/fonts/D-DIN-Condensed.ttf.eot'),
		url('/fonts/D-DIN-Condensed.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/*Prefix Styles*/
.m0 {
	margin: 0!important;
}
.mr-5 {
	margin-right: 5px!important;
}
.mr-10 {
	margin-right: 10px!important;
}
.p0 {
	padding: 0!important;
}
.pt70 {
	padding-top: 70px!important;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
body {
	position: relative;
}
/*Floating*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
	margin: 0;
	position: relative;
}
.contentRow {
	padding: 120px 0;
}
/*Ancore*/
a,
.btn,
button {
	outline: none;
	transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
	outline: none;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}
table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
table thead th,
table thead td {
	background-color: #93d63c !important;
}
table thead td,
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table td, 
table th {
    border: 1px solid #ddd;
	font-size: 20px!important;
    font-weight: 400;
	padding: .75rem;
	text-align: center;
	vertical-align: middle;
}
table td *, 
table th * {
	font-size: 20px!important;
}
table tr:nth-child(2n) {
  background-color: #e3f0d8;
}
table td p, 
table th p {
    margin-bottom: 0!important;
}
/*----------------------------------------------------------------*/
.borderred_link {
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	/* font-family: 'Montserrat', sans-serif; */
	border-radius: 25px;
	padding: 0;
	position: relative;
	border: none;
	margin-top: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.borderred_link span {
	background: var(--light-green);
	display: block;
	padding: 0 35px;
	border-radius: 25px;
	letter-spacing: 0.5px;
}
.borderred_link:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	border: 3px solid rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.borderred_link:hover {
	color: #fff;
}
.borderred_link:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border-radius: 0;
	border: 3px solid rgba(0, 0, 0, 0.2);
}
.register_link {
	padding: 30px 40px;
	text-align: center;
	border-bottom: 3px solid var(--light-green);
	background: #f8f8f8;
	margin-top: 50px;
}
.register_link h5 {
	margin: 0 0 15px;
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	line-height: 24px;
}
.register_link a {
	margin: 0;
}
.register_link a:after {
	border-color: #eaeaea;
	border-radius: 100%;
}
.register_link a span {
	width: 88px;
	height: 88px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	background: #e99544;
	border-radius: 100%;
	padding: 27px 0 0;
	text-align: center;
	line-height: 20px;
}
.register_link p {
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-top: 15px;
	font-style: italic;
}
.lh45 {
	line-height: 45px;
}
.dot270 {
	height: 270px;
	margin: 0;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0;
	position: relative;
	z-index: -1;
	margin-top: -83px;
}
/*----------------------------------------------------------------*/
body.default header .top_row {
	background: #f5f6f7;
}
body.default header .top_row .tagLine {
	font-size: 11px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	line-height: 50px;
}
body.default header .top_row .tagLine i {
	font-size: 15px;
	float: left;
	line-height: 50px;
	margin-right: 5px;
}
body.default header .top_row .navbar-right li {
	float: left;
}
body.default header .top_row .navbar-right li a {
	font-size: 11px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	line-height: 50px;
	padding: 0 15px;
}
body.default header .top_row .navbar-right li a img {
	margin-right: 5px;
}
body.default header .top_row .navbar-right li ul {
	padding: 0;
	border-radius: 0;
	border: none;
}
body.default header .top_row .navbar-right li ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ccc;
}
body.default header .top_row .navbar-right li ul li a {
	line-height: 40px;
}
body.default header .top_row .navbar-right li ul li a:hover {
	background: none var(--light-green);
	color: #FFF;
}
body.default header .logo_row .logo {
	margin: 32.5px auto;
	float: left;
}
/*body.default header .logo_row .nav {
	float: right;
	margin: 34px auto;
}*/
body.default header .logo_row .nav li {
	/*float: left;
	display: inline-block;*/
	margin-left: 15px;
}
body.default header .logo_row .nav li a {
	line-height: 40px;
	padding: 0 15px 0 0;
	border-radius: 0;
	border: 1px solid #ebeef0;
	height: 42px;
	font-size: 15px;
	color: #777;
	letter-spacing: 0.5px;
}
body.default header .logo_row .nav li a .first-word {
	color: #232323;
}
body.default header .logo_row .nav li a .icon {
	float: left;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: no-repeat scroll center center transparent;
	margin-right: 15px;
	border-right: 1px solid #ebeef0;
}
body.default header .logo_row .nav li a .icon.phone {
	background-image: url('../../images/icons/menu/phone-c.png');
}
body.default header .logo_row .nav li a .icon.email {
	background-image: url('../../images/icons/menu/email-c.png');
}
body.default header .logo_row .nav li a .icon.share {
	background-image: url('../../images/icons/menu/share.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li a .icon.login {
	background-image: url('../../images/icons/menu/login-c.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li a .icon.search {
	background-image: url('../../images/icons/menu/search-c.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li #changelang {
	line-height: 40px;
	padding: 5px 15px 5px 15px;
	/* border-radius: 50px; */
	border-radius: 0;
	border: 1px solid #ebeef0;
	height: 42px;
	font-size: 12px;
	color: #777;
	letter-spacing: 0.5px;
	margin: 0;
}
body.default header .logo_row .nav li:first-child {
	margin-left: 0;
}
body.default header .logo_row .nav li:last-child a {
	padding: 0;
}
body.default header .menu_row {
	background: var(--light-green);
	height: 60px;
}
body.default header .menu_row .menu_area {
	/* width: 695px; */
}
body.default header .menu_row .menu_area #mainMenu {
	padding: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav {
	text-transform: uppercase;
	/*	margin-left: -15px;*/
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav > li {
	/* position: relative; */
	position: unset;
	padding: 0 42px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:first-child {
	padding-left: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:last-child {
	padding-right: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a {
	color: #fff;
	padding: 0;
	line-height: 57px;
	position: relative;
	/* font-family: 'Montserrat', sans-serif; */
	/* font-size: 13px; */
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav > li > a {
    font-family: 'D-DIN-Condensed', sans-serif;
	font-size: 24px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav > li > a:focus {
    background-color: transparent;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a:after {
	position: relative;
	content: '';
	width: 0;
	height: 3px;
	background: #fff;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu {
	white-space: nowrap;
	border-radius: 0;
	background: var(--light-green);
	border: none;
	transform: scale(1, 0);
	transform-origin: top;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li {
	position: relative;
	margin-top: 15px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a {
	font-family: 'D-DIN-Condensed', sans-serif;
	font-size: 19px;
	/* line-height: 40px; */
	line-height: 1.25;
	white-space: break-spaces;
	word-break: break-all;
	padding: 0 0 0 15px;
    display: inline-block;

}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a:after {
	display: none;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a+.dropdown-menu {
	transform: scale(1, 0);
	left: 100%;
	top: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li.active a:after {
	width: 100%;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a {
	background: none;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a:after,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a:after {
	width: 100%;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a+.dropdown-menu,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a+.dropdown-menu {
	transform: scale(1, 1);
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a+.dropdown-menu li:hover a+.dropdown-menu,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a+.dropdown-menu li:hover a+.dropdown-menu {
	transform: scale(1, 1);
}
body.default header .menu_row .search_form_area {
	width: calc(100% - 695px);
}
body.default header .menu_row .search_form_area form .input-group {
	width: 100%;
	position: relative;
}
body.default header .menu_row .search_form_area form .input-group span {
	padding: 0;
	/* line-height: 60px; */
	color: #fff;
	background: none;
	border-radius: 0;
	border: none;
	position: absolute;
	left: 0;
	font-size: 18px;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .search_form_area form .input-group input {
	/* padding: 0 15px 0 45px; */
	line-height: 60px;
	height: 60px;
	background: none;
	border-radius: 0;
	width: 100%;
	color: #fff;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 15px;
	border: none;
	box-shadow: none;
	display: block;
	padding: 15px;
	/* transition: all 300ms ease-in-out 0s; */
}
body.default header .menu_row .search_form_area form .input-group input:focus {
	background: rgba(0, 0, 0, 0.06);
	/* height: 65px; */
	padding-left: 40px;
	padding-top: 10px;
}
body.default header .menu_row .search_form_area form .input-group input:focus+span {
	/* padding: 0 15px; */
}
body.default header .menu_row .search_form_area .free_analysis {
	float: right;
	border: none;
	background: rgba(0, 0, 0, 0.06);
	line-height: 60px;
	padding: 0 10px;
	color: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
}
body.default header .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: rgba(255, 255, 255, 0.1);
}
body.default header .menu_row .search_form_area .free_analysis img {
	margin-right: 5px;
}
body.default header .menu_row .dropdown:hover .dropdown-menu {
	display: block;
}
/*----------------------------------------------------------------*/
/*Home Banner*/
body.default .home_banner {
	background: url('../../images/slider-pattern.png') repeat scroll 0 0 transparent;
	position: relative;
}
body.default .home_banner .banner_inner {
	width: 1400px;
}
.trial30_banner {
	height: 227px;
	background: url('../../images/banners/banner.jpg') no-repeat scroll center top #65a76b;
	padding-top: 60px;
	color: #fff;
}
.trial30_banner h2 {
	font-size: 35px;
	/* font-family: 'Cabin', sans-serif; */
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.trial30_banner h2:after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	margin: 7px 0 15px;
}
.trial30_banner h5 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	letter-spacing: 0.5px;
}
.trial30_banner a:after {
	border-color: #fff;
}
.trial30_banner a span {
	background: #232323;
}
/*----------------------------------------------------------------*/
.feature_col .media-left {
	padding: 0;
}
.feature_col .media-left a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px solid var(--light-green);
	text-align: center;
	box-shadow: 4px 4px 0 #f4f6f7;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
.feature_col .media-body {
	padding-left: 20px;
}
.feature_col .media-body h5 {
	margin-top: 0;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	margin-bottom: 15px;
}
.feature_col .media-body h5:after {
	background: #cdd4d8;
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 10px;
}
.feature_col .media-body p {
	font-size: 12px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #777777;
}
.feature_col .media-body a {
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	font-weight: 400;
	color: #777777;
}
.feature_col:hover .media-left a {
	border: 2px solid var(--light-green);
	line-height: 53px;
}
/*----------------------------------------------------------------*/
.service_box {
	height: 314px;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 7.5px;
}
.service_box>.row {
	margin: 0;
}
.service_box .service_box_inner {
	margin: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.service_box .preview_box {
	height: 100%;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	margin: 0;
}
.service_box .preview_box img {
	margin-top: 75px;
	margin-bottom: 25px;
	width: 105px;
}
.service_box .preview_box h6 {
	margin: 0;
	line-height: 1;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 400;
	color: #232323;
	text-transform: uppercase;
	font-weight: bold;
}
.service_box .hover_box {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 50px;
	margin: 0;
	overflow: hidden;
	transition: all 300ms ease-in-out 0s;
}
.service_box .hover_box .inner {
	position: relative;
	height: 100%;
}
.service_box .hover_box .inner h6 {
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 400;
	color: #232323;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: absolute;
	top: -200px;
	left: 0;
	margin: 0;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.1s;
}
.service_box .hover_box .inner h6:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	height: 3px;
	width: 30px;
	background: var(--light-green);
	line-height: 1;
}
.service_box .hover_box .inner .about {
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	line-height: 24px;
	color: #777777;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 85px;
	left: 150%;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.2s;
}
.service_box .hover_box .inner .read_more {
	text-transform: uppercase;
	position: absolute;
	bottom: -150px;
	left: -50px;
	right: -50px;
	background: rgba(0, 0, 0, 0.04);
	line-height: 50px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	color: #232323;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.3s;
}
.service_box:hover .hover_box {
	left: 0;
}
.service_box:hover .hover_box h6 {
	top: 25px;
}
.service_box:hover .hover_box .about {
	left: 0;
}
.service_box:hover .hover_box .read_more {
	bottom: -50px;
}
.discover_services .heading_secs {
	margin: 2px 0;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	float: none;
	display: table-cell;
	padding: 90px 60px 30px 85px;
}
.discover_services .heading_secs .discover_heading {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	color: #232323;
}
.discover_services .heading_secs .sub_heading {
	/* font-family: 'Droid Serif', serif; */
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	font-weight: 300;
	color: #777777;
}
.discover_services .heading_secs .sub_heading:after {
	display: block;
	margin: 15px 0 20px;
	content: '';
	height: 3px;
	width: 50px;
	background: #d9d9d9;
}
.discover_services .heading_secs .about {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 45px;
	color: #777777;
}
.discover_services .heading_secs .subscribe_btn {
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	line-height: 40px;
	border: 2px solid var(--light-green);
	/* border-radius: 25px; */
	border-radius: 0;
	padding: 0 28px;
	color: #232323;
}
.discover_services .heading_secs .subscribe_btn:hover {
	background: var(--light-green);
	color: #fff;
	font-weight: 400;
}
.discover_services .services_secs {
	padding-left: 4px;
	padding-right: 0;
	float: none;
	display: table-cell;
}
.discover_services .services_secs .service_box {
	padding: 2px 0;
}
.discover_services .services_secs .service_box:nth-child(3n+2) {
	padding: 2px 4px;
}
.page_services .title_row {
	text-align: center;
	margin: 0 auto 60px;
	/* max-width: 780px; */
	width: 780px;
	max-width: 100%;
}
.page_services .title_row h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	color: #232323;
	line-height: 1;
	margin: 0 0 10px;
}
.page_services .title_row h2:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px auto 0;
}
.page_services .title_row h5 {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	color: #777777;
}
.page_services .title_row h5 span {
	text-decoration: underline;
	color: var(--light-green);
}
.services_list li+li {
	margin-top: 2px;
}
.services_list li a {
	line-height: 45px;
	padding: 0 0 0 35px;
	background: #f8f8f8;
	color: #232323;
}
.services_list li a:after {
	content: "\25A0";
	width: 25px;
	line-height: 45px;
	float: left;
	color: #cecece;
}
.services_list li a:hover {
	color: #fff;
	background: var(--light-green);
}
.services_list li a:hover:after {
	color: #fff;
}
.page_service_details .service_descs {
	padding-right: 30px;
}
.page_service_details .service_descs .fpara {
	width: calc(100% - 360px);
	padding-right: 50px;
}
.page_service_details .service_descs .fpara h3 {
	font-size: 26px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	color: #232323;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
}
.page_service_details .service_descs .fpara h3:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background: #e99544;
	margin: 10px 0 0;
}
.page_service_details .service_descs .fpara p {
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}
.page_service_details .service_descs .fpara ul {
	margin-bottom: 75px;
}
.page_service_details .service_descs .fpara ul li {
	line-height: 30px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
	color: #232323;
}
.page_service_details .service_descs .fpara ul li i {
	margin: 0 20px;
	width: 30px;
	height: 30px;
	border: 2px solid #f2f2f2;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: var(--light-green);
	border-radius: 100%;
}
.page_service_details .service_descs .fpara ul li+li {
	margin-top: 22px;
}
.page_service_details .service_descs .sv_subtitle {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #232323;
}
.page_service_details .service_descs .f12 {
	font-size: 12px;
}
.page_service_details .service_descs .f13 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 60px;
}
.page_service_details .service_descs .sv_subjects li {
	float: left;
	margin-bottom: 50px;
	width: calc(100% / 3);
}
.page_service_details .service_descs .sv_subjects li .media {
	margin-top: 0;
}
.page_service_details .service_descs .sv_subjects li .media-left {
	padding-right: 20px;
	text-align: center;
}
.page_service_details .service_descs .sv_subjects li .media-left span {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 48px;
	border: 1px solid var(--light-green);
	transition: all 300ms ease-in-out 0s;
}
.page_service_details .service_descs .sv_subjects li .media-body {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 400;
	color: #232323;
	line-height: 26px;
	letter-spacing: 0.5px;
}
.page_service_details .service_descs .sv_subjects li:hover .media-left span {
	border: 2px solid var(--light-green);
	line-height: 46px;
}
.page_service_details .service_descs .graph_row {
	text-align: center;
	margin-bottom: 15px;
}
.page_service_details .service_descs .graph_row .sv_subtitle_center {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #232323;
}
.page_service_details .service_descs .graph_row img {
	display: inline-block;
}
.page_service_details .service_descs .funFacts {
	margin-top: 25px;
}
.page_service_details .service_descs .funFacts .fact h3 {
	font-size: 26px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	color: var(--light-green);
}
.page_service_details .service_descs .funFacts .fact h3 img {
	margin-right: 10px;
}
.page_service_details .service_descs .funFacts .fact h6 {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;
}
/*----------------------------------------------------------------*/
/* footer .top_footer { */
	/* background: url('../../images/footer-map.png') no-repeat scroll center top #2a2f36; */
	/* background-color:  #2A2F36; */
	/* background: #2A2F36 url(../../images/egeon/Ontwerp_zonder_titel.svg) no-repeat right -70% top 10% / auto 250%; */
	/* background: #2A2F36 url(../../images/egeon/Ontwerp_zonder_titel.svg) no-repeat right -29vw top 10% / auto 62vw; */
/* } */
footer .top_footer .footer_widgets {
	padding: 80px 0;
}
footer .top_footer .footer_widgets .footer_widget .title {
	/* / font-family: 'Montserrat', sans-serif; / */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .title:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: var(--light-green);
}
footer .top_footer .footer_widgets .footer_widget .body {
	margin-top: 30px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 13px;
	color: #aaa;
	letter-spacing: 0.5px;
	line-height: 26px;
}
footer .top_footer .footer_widgets .footer_widget .body .socials li {
	float: left;
	margin-right: 8px;
}
footer .top_footer .footer_widgets .footer_widget .body .socials li {
	float: left;
	margin-right: 8px;
}
footer .top_footer .footer_widgets .footer_widget .body .socials li a {
	border-radius: 50%;
	display: block;
	width: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	/* border: 1px solid transparent;
	background: #3d4248;
	color: #ccc; */
}
footer .top_footer .footer_widgets .footer_widget .body .socials li a:hover {
	background: transparent;
	/* border: 1px solid #fff;
	color: #fff; */
	transform: scale(1.1);
}
footer .top_footer .footer_widgets .footer_widget .body .socials li a img {	
	display: block;
	width: 100%;
}
footer .top_footer .footer_widgets .footer_widget .body .links {
	columns: 170px 2;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .body .links li {
	display: block;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 16px;
}
footer .top_footer .footer_widgets .footer_widget .body .links li:before {
	margin-right: 5px;
}
footer .top_footer .footer_widgets .footer_widget .body .links li a {
	/* / font-family: 'Droid Serif', serif; / */
	color: #ccc;
	border-bottom: 1px dotted transparent;
}
footer .top_footer .footer_widgets .footer_widget .body .links li a:hover {
	color: #FFF;
	border-bottom: 1px dotted #fff;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form {
	overflow: hidden;
	padding-bottom: 10px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group {
	position: relative;
	border-bottom: 1px solid #3d4045;
	height: 30px;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group+.input-group {
	margin-top: 25px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .mce_inline_error {
	position: absolute;
	line-height: 20px;
	margin: 0;
	background: rgba(234, 239, 241, 0.15);
	width: 100%;
	top: 100%;
	padding: 0 15px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 11px;
	font-weight: 300;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .input-group-addon {
	background: none;
	border-radius: 0;
	padding: 0;
	border: none;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .form-control {
	border-radius: 0;
	top: 0;
	padding: 0 15px;
	line-height: 30px;
	color: #ccc;
	background: none;
	border: none;
	box-shadow: none;
	height: 30px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 13px;
	letter-spacing: 0.5px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .form-control.mce_inline_error {
	border: none;
	box-shadow: none;
	background: none;
	font-size: 13px;
	letter-spacing: 0.5px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn {
	margin-top: 28px;
	height: 49px;
	background: none;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn span {
	display: block;
	line-height: 45px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn:after {
	border: 3px solid rgba(234, 239, 241, 0.15);
	border-radius: 30px;
	padding: 0;
	top: -1px;
	bottom: -1px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn:hover:after {
	border: 3px solid rgba(234, 239, 241, 0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .top_footer .footer_widgets2 {
	/* line-height: 78px;
	text-align: center;
	background: #34383e;
	margin-bottom: -40px;
	position: relative;
	z-index: 2; */
}
footer .top_footer .footer_widgets2 .nav {
	margin: 0;
}
footer .top_footer .footer_widgets2 .nav li a {
	padding: 0;
	/* / font-family: 'Cabin', sans-serif; / */
	color: #aaa;
	font-size: 13px;
	display: inline-block;
	background: none !important;
	border-bottom: 2px solid transparent;
}
footer .top_footer .footer_widgets2 .nav li a img {
	margin-right: 10px;
	display: inline-block;
}
footer .top_footer .footer_widgets2 .nav li a strong {
	margin-right: 5px;
	color: #fff;
}
footer .top_footer .footer_widgets2 .nav li a:hover {
	background: none;
	border-bottom: 2px solid var(--light-green);
}
footer .copyright {
	text-align: center;
	background: #22262c;
	padding: 70px 0 30px;
	line-height: normal;
	color: #aaa;
	/* font-family: 'Droid Serif', serif;  */
	font-size: 12px;
	letter-spacing: 0.5px;
}
footer .copyright a {
	color: #aaa;
}
/*----------------------------------------------------------------*/
.page_404 .text-center {
	padding-top: 70px;
}
.page_404 .text-center img {
	display: inline-block;
}
.page_404 .text-center h2 {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	/* text-transform: capitalize; */
}
.page_404 .text-center p {
	margin-bottom: 0;
	/* font-family: 'Droid Serif', serif; */
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.7px;
}
.page_404 .text-center .return_home {
	color: #232323;
}
.page_404 .text-center .return_home span {
	background: none;
}
.page_404 .text-center .return_home:after {
	border: 2px solid var(--light-green);
}
/*----------------------------------------------------------------*/
.pageCoverHome {
	background: url('/images/frontpagebackground.jpg') no-repeat scroll center top white;
	/*display:block;*/
	width: 100%;
	background-size: cover;
	text-transform: uppercase;
	padding: 30vh;
	margin: 0;
}
.pageCoverHomeOffer {
	border-radius: 20px;
	background-color: var(--light-green);
	padding: 15px 50px 30px 50px;
	width: 50%;
	margin-left: 50%;
	margin-top: -5vh;
	border: white 2px;
}
.pageCover {
	background: url('/images/egeon/egeon_banner_small.png') no-repeat scroll center top white;
	text-transform: uppercase;
	padding: 230px 0;
}
.pageCover h3 {
	color: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	line-height: 1;
	letter-spacing: 0.5px;
	margin: 0;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.pageCover .breadcrumb {
	float: right;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.pageCover .breadcrumb li {
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.pageCover .breadcrumb li:before {
	color: #fff;
}
.pageCover .breadcrumb li a {
	color: #fff;
	padding: 0;
	line-height: 1;
	letter-spacing: 0.5px;
}
/*----------------------------------------------------------------*/
.page_checkout textarea {
	margin-bottom: 70px;
}
.page_title {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.page_title:after {
	width: 40px;
	height: 2px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 15px 0 45px;
}
.page_title.comment_leave_title {
	font-size: 20px;
}
.page_title.comment_leave_title:after {
	margin: 10px 0 40px;
}
.page_title.trenz_master_title {
	font-size: 30px;
}
.page_title.white_c {
	color: #fff;
}
label {
	letter-spacing: 1px;
	line-height: 1;
	font-size: 13px;
	margin-bottom: 8px;
}
label span {
	/* font-family: 'Cabin', sans-serif; */
	color: #ff6766;
}
.form-control {
	border-radius: 0;
	height: 40px;
	border: 1px solid #e7e7e7;
	/* padding: 0 15px; */
	padding: 7px 15px;
	box-shadow: none;
	margin-bottom: 15px;
}
.form-control.bootstrap-select {
	margin-bottom: 15px;
}
.selectpicker {
	border-radius: 0;
	height: 40px;
	border: 1px solid #e7e7e7;
	padding: 0 15px;
	box-shadow: none;
	margin-bottom: 15px;
	background: none;
	color: rgba(0, 0, 0, 0.2);
	/* font-family: 'Cabin', sans-serif; */
}
textarea.form-control {
	height: 120px;
	resize: none;
	box-shadow: none;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]+label {
	padding-left: 25px;
	background: url('../../images/checkout/radio1.png') no-repeat scroll left center transparent;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}
input[type="radio"]:checked+label {
	padding-left: 25px;
	background-image: url('../../images/checkout/radio2.png');
}
.checkout_details {
	margin: 0 -7.5px;
}
.checkout_details .col-sm-6 {
	padding: 0 7.5px;
}
.checkout_details .col-sm-12 {
	padding: 0 7.5px;
}
.radios {
	margin-bottom: 20px;
}
.radios .radio_check {
	margin-right: 40px;
}
.ccinfos {
	padding: 45px 15px;
	background: #f7f8f9;
}
.ccinfos .col-sm-3 {
	padding: 0 7.5px;
}
.ccinfos .col-sm-3 .form-control {
	margin-bottom: 0;
}
.ccinfos .col-sm-3 label {
	text-transform: uppercase;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.ccinfos .col-sm-3 .row {
	margin: 0 -4px;
}
.ccinfos .col-sm-3 .row .col-xs-6 {
	padding: 0 4px;
}
.ccinfo_title {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 600;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 7.5px;
	letter-spacing: 0.5px;
}
.checkout_submit_btn {
	line-height: 45px;
	padding: 0 25px;
	border: 2px solid var(--light-green);
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 45px;
	background: #fff;
}
/*----------------------------------------------------------------*/
#mapBox {
	height: 470px;
	width: 100%;
}
.title_row {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 580px;
}
.title_row:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	/* background: #e99544; */
	background: #000;
	margin: 10px auto 0;
}
.testimonials .title_row:after {
	background: #fff;
}
.title_row h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	color: #232323;
	line-height: 1;
	margin: 0 0 10px;
}
.title_row h5 {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	color: #777777;
}
.title_row h5 span {
	text-decoration: underline;
	color: var(--light-green);
}
.contact_form .container {
	width: 820px;
	max-width: 100%;
}
.contact_form .container label span {
	color: var(--light-green);
}
.contact_form .container .formArea {
	position: relative;
	margin: 0;
}
.contact_form .container .formArea #success,
.contact_form .container .formArea #error {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 200px;
	text-align: center;
	display: none;
}
.contact_form .container .formArea #success span,
.contact_form .container .formArea #error span {
	color: var(--light-green);
}
.contact_form .container .formArea #error span {
	color: #e99544;
}
.contact_details {
	background: #f7f8f9;
	border-top: 1px solid #ececec;
}
.contact_details .col-sm-3 {
	height: 280px;
	padding: 53px 15px 0;
}
.contact_details .col-sm-3+.col-sm-3 {
	border-left: 1px solid #ececec;
}
.contact_details .col-sm-3:after {
	content: '';
	width: 0;
	height: 0;
	border: 0 solid var(--light-green);
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	background: #fff;
	transition: all 300ms ease-in-out 0s;
}
.contact_details .col-sm-3:hover:after {
	width: 20px;
	height: 20px;
	border: 5px solid var(--light-green);
	bottom: -10px;
	left: calc(50% - 10px);
}
.contact_details .col-sm-3 .icon_row {
	height: 45px;
}
.contact_details .col-sm-3 h4 {
	margin: 0;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 13px;
	text-transform: uppercase;
	color: #232323;
	line-height: 1.2;
}
.contact_details .col-sm-3 h4:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: var(--light-green);
	margin: 8px auto 12px;
}
.contact_details .col-sm-3 p {
	color: #777777;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin: 0;
}
.contact_details .col-sm-3 p span {
	color: #232323;
}
.contact_details .col-sm-3 a.borderred_link {
	margin-top: 20px;
}
/*----------------------------------------------------------------*/
.package {
	padding: 25px 0;
}
.package:nth-child(odd) {
	padding-right: 25px;
}
.package:nth-child(even) {
	padding-left: 25px;
}
.package .inner {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 transparent;
	margin: 0;
	padding: 50px 70px;
	position: relative;
}
.package .inner .popular_badge {
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	line-height: 25px;
	font-size: 10px;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	letter-spacing: 0.2px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.package .inner .col-sm-6 img {
	max-width: 100%;
}
.package .inner .col-sm-6:last-child {
	text-align: center;
	text-transform: uppercase;
}
.package .inner .col-sm-6:last-child h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 20px;
	/* font-family: 'Cabin', sans-serif; */
	color: #000;
}
.package .inner .col-sm-6:last-child h2 {
	line-height: 1;
	color: #f08a47;
	font-size: 40px;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 0.2px;
	margin: 0;
}
.package .inner .col-sm-6:last-child h6 {
	line-height: 26px;
	color: 'Cabin', sans-serif;
	font-size: 10px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	margin-top: 0;
}
.package .inner .col-sm-6:last-child .details {
	line-height: 43px;
	padding: 1px 32px;
	border: 1px solid #dadada;
	background: #fff;
	display: inline-block;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 12px;
	color: #232323;
	letter-spacing: 1.5px;
	border-radius: 25px;
}
.package .inner .col-sm-6:last-child .details:hover {
	background-color: transparent;
	border: 2px solid var(--light-green);
	padding: 0 32px;
}
.detailsRow {
	margin-bottom: 80px;
}
.detailsRow .package_cover .row {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 transparent;
	text-align: center;
	padding: 55px 0;
	margin-right: 0;
}
.detailsRow .package_details {
	padding-right: 0;
}
.detailsRow .package_details .pkg_title {
	/* font-family: 'Cabin', sans-serif; */
	line-height: 25px;
	letter-spacing: 0.5px;
	font-size: 20px;
	color: #232323;
	margin: 25px 0 10px;
	text-transform: uppercase;
}
.detailsRow .package_details .pkg_price {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #e99443;
}
.detailsRow .package_details .pkg_desk {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	padding: 15px 0;
	border-top: 1px solid #e8e8e8;
	color: #777777;
}
.detailsRow .package_details .pkg_review {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	/* font-family: 'Cabin', sans-serif; */
	line-height: 38px;
	letter-spacing: 0.5px;
}
.detailsRow .package_details .pkg_review i {
	color: #777777;
}
.detailsRow .package_details .pkg_review i.starred {
	color: #e99443;
}
.detailsRow .package_details .pkg_review i+i {
	margin-left: 3px;
}
.detailsRow .package_details .links a {
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-top: 40px;
}
.detailsRow .package_details .links a:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}
.detailsRow .package_details .links a.buy_btn:after {
	border-color: var(--light-green);
	border-radius: 35px;
}
.detailsRow .package_details .links a.buy_btn span {
	letter-spacing: 1px;
	background: #fff;
	color: #232323;
	line-height: 50px;
	padding: 0 55px;
	border-radius: 35px;
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
}
.detailsRow .package_details .links a.buy_btn:hover:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1;
}
.detailsRow .package_details .links a.call_btn {
	padding: 10px 0;
	background: var(--light-green);
}
.detailsRow .package_details .links a.call_btn span {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.detailsRow .package_details .links a.call_btn span.tel {
	font-size: 11px;
	padding: 0;
}
.detailsRow .package_details .links a.call_btn:hover:after {
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}
.detailsRow .package_details .links a.share_btn {
	line-height: 50px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #ebeef0;
	height: 52px;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 12px;
	color: #777;
	letter-spacing: 0.5px;
	margin-right: 0;
}
.detailsRow .package_details .links a.share_btn .icon {
	float: left;
	width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background: no-repeat scroll center center transparent;
	border-right: 1px solid #ebeef0;
}
.detailsRow .package_details .links a.share_btn .icon.share {
	background-image: url('../../images/icons/menu/share.png');
	margin-right: 0;
	border: none;
}
.pkg_tab {
	margin-bottom: 75px;
}
.pkg_tab #pkg_tab {
	/* text-transform: capitalize; */
}
.pkg_tab #pkg_tab li a {
	border-radius: 0;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	margin: 0;
	color: #232323;
	/* font-family: 'Droid Serif', serif; */
	line-height: 40px;
	padding: 0 38px;
	transition: all 300ms ease-in-out 0s;
}
.pkg_tab #pkg_tab li+li {
	margin-left: -1px;
}
.pkg_tab #pkg_tab li.active a {
	border-top: 3px solid var(--light-green);
	margin-top: -1px;
}
.pkg_tab .tab-content {
	border-radius: 0;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.pkg_tab .tab-content .tab-pane {
	padding: 30px;
}
.pkg_tab .tab-content .tab-pane .tab_title {
	margin-bottom: 40px;
	font-size: 22px;
	/* font-family: 'Cabin', sans-serif; */
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #232323;
}
.pkg_tab .tab-content .tab-pane .tab_lists {
	width: 50%;
	float: left;
}
.pkg_tab .tab-content .tab-pane .tab_lists li {
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #777777;
	padding-left: 40px;
	/* font-family: 'Droid Serif', serif; */
}
.pkg_tab .tab-content .tab-pane .tab_lists li+li {
	margin-top: 20px;
}
.pkg_tab .tab-content .tab-pane .tab_lists li:before {
	content: "\25A0";
	width: 40px;
	line-height: 1;
	display: inline-block;
	color: var(--light-green);
	padding-left: 5px;
	text-align: center;
	margin-left: -40px;
	letter-spacing: 0;
}
.custom_pkg_request h3 {
	/* font-family: 'Cabin', sans-serif; */
	line-height: 24px;
	letter-spacing: 0.5px;
}
.custom_pkg_request h3:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px 0 45px;
}
.custom_pkg_request span.optional {
	color: #e8e8e8;
}
.custom_pkg_request textarea {
	height: 120px;
	margin-bottom: 0;
}
/*----------------------------------------------------------------*/
.pricingTab #pricingTab {
	position: relative;
	text-transform: uppercase;
	border: none;
	width: 900px;
	margin: 0 auto 80px;
	height: 47px;
}
.pricingTab #pricingTab li a {
	padding: 0 37px;
	line-height: 45px;
	border: 1px solid #e8e8e8;
	margin: 0;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #232323;
}
.pricingTab table {
	width: 900px;
	margin: auto;
}
.pricingTab #pricingTab li+li {
	margin-left: -1px;
}
.pricingTab #pricingTab li.active a {
	background: var(--light-green);
	color: #fff;
}
.pricingTab #pricingTab li:first-child a {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.pricingTab #pricingTab li:last-child a {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.pricing_table .inner {
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 0 85px 50px;
}
.pricing_table .inner .pricing_title {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px;
	line-height: 82px;
	letter-spacing: 1.8px;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: #232323;
}
.pricing_table .inner .pricing_title:before {
	content: '';
	width: 98px;
	height: 3px;
	background: #e4e7e9;
	margin: 0 auto;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
.pricing_table .inner .pricing_price {
	height: 65px;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 -95px 95px;
}
.pricing_table .inner .pricing_price .round_box {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: 4px solid #f6f6f8;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
	color: #777777;
	line-height: 24px;
	font-style: italic;
}
.pricing_table .inner .pricing_price .round_box .price_inner {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid var(--light-green);
	border-radius: 100%;
	padding-top: 30px;
}
.pricing_table .inner .pricing_price .round_box .price_inner .price {
	font-size: 30px;
	font-weight: bold;
	color: #232323;
	line-height: 1.2;
	font-style: normal;
}
.pricing_table .inner .feature li {
	float: left;
	text-align: left;
	margin-bottom: 30px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
}
.pricing_table .inner .feature li:before {
	color: var(--light-green);
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 20px;
}
.pricing_table .inner .feature li.fa-times-circle {
	color: #c8c8c8;
}
.pricing_table .inner .feature li.fa-times-circle:before {
	color: #fc4242;
}
.pricing_table .inner .purchase_btn {
	line-height: 43px;
	border: 1px solid #f4f4f4;
	border-radius: 30px;
	display: inline-block;
	padding: 0 42px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #232323;
	margin-top: 20px;
	transition: all 300ms ease-in-out 0s;
}
.pricing_table .inner:hover .pricing_title:before {
	background: var(--light-green);
}
.pricing_table .inner:hover .purchase_btn {
	background: var(--light-green);
	color: #fff;
	border: 2px solid #eaeff1;
	line-height: 41px;
}
.pricing_table.standard .inner .pricing_title:before {
	background: var(--light-green);
}
.pricing_table.standard .inner .purchase_btn {
	background: var(--light-green);
	color: #fff;
	border: 2px solid #eaeff1;
	line-height: 41px;
}
.page_faq {
	background: #f7f8f9;
}
.page_faq .faqs .col-sm-6:first-child {
	padding-right: 35px;
}
.page_faq .faqs .col-sm-6:last-child {
	padding-left: 35px;
}
.page_faq .faqs .col-sm-6 .faq+.faq {
	margin-top: 40px;
}
.page_faq .faqs .col-sm-6 .faq h5 {
	margin-top: 0;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #232323;
	margin-bottom: 20px;
}
.page_faq .faqs .col-sm-6 .faq p {
	/* font-family: 'droid serif', serif; */
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 0;
}
.page_faq .faqs .col-sm-6 .faq ul {
	/* font-family: 'droid serif', serif; */
	font-size: 13px;
	line-height: 20px;
	padding-left: 10px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 0;
}
/*----------------------------------------------------------------*/
.offer_service {
	background: #f7f8f9;
}
.offer_service.home_page {
	background: #fff;
}
.offer_service h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 0;
}
.offer_service h2:after {
	width: 40px;
	height: 2px;
	background: #7cbb4a;
	content: '';
	display: block;
	margin: 15px 0 20px;
}
.offer_service p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 40px;
}
.offer_service .nav li {
	padding-left: 46px;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #777777;
}
.offer_service .nav li img {
	display: inline-block;
	margin-left: -46px;
	margin-right: 24px;
}
.offer_service .nav li+li {
	margin-top: 33px;
}
.offer_service .offer_service_carousel {
	position: relative;
}
.offer_service .offer_service_carousel .item {
	text-align: center;
}
.offer_service .offer_service_carousel .item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots {
	position: absolute;
	top: 135px;
	right: 0;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot {
	display: block;
	margin: 20px 0;
	border: 1px solid transparent;
	border-radius: 100%;
	transition: all 300ms ease-in-out 0s;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot span {
	margin: 0;
	background: #dedede;
	transition: all 300ms ease-in-out 0s;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot.active {
	border: 3px solid rgba(39, 174, 97, 0.4);
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot.active span {
	background: var(--light-green);
}
.offer_service .learn_more {
	margin-right: 15px;
}
.offer_service .learn_more:after {
	border-color: var(--light-green);
	border-radius: 35px;
}
.offer_service .learn_more span {
	background: none;
	color: #232323;
}
.offer_service .borderred_link span {
	line-height: 45px;
}
.about_company h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	line-height: 36px;
	letter-spacing: .5px;
	margin-bottom: 45px;
	margin-top: 0;
}
.about_company .panel-group .panel {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.about_company .panel-group .panel .panel-heading {
	padding: 0;
	background: none;
}
.about_company .panel-group .panel .panel-heading h4 a {
	display: block;
	line-height: 60px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}
.about_company .panel-group .panel .panel-heading h4 a .icon {
	margin-right: 20px;
}
.about_company .panel-group .panel .panel-heading h4 a .sign {
	float: right;
	width: 25px;
	height: 60px;
	display: inline-block;
	background: url('../../images/icons/about/plus.png') no-repeat scroll 0 center;
}
.about_company .panel-group .panel .panel-heading h4 a[aria-expanded="true"] {
	border-bottom: 2px solid var(--light-green);
}
.about_company .panel-group .panel .panel-heading h4 a[aria-expanded="true"] .sign {
	background-image: url('../../images/icons/about/minus.png');
}
.about_company .panel-group .panel .panel-collapse .panel-body {
	border-top: 0;
	border-bottom: 1px solid #d0d0d0;
}
.about_company .panel-group .panel+.panel {
	margin: -1px 0 0;
}
.about_company .panel-group .panel:first-child .panel-heading h4 a {
	border-top: none;
}
.funfacts_ab {
	background: url('../../images/icons/about/facts.png') no-repeat scroll center 0 transparent;
	height: 335px;
	padding-top: 90px;
}
.funfacts_ab .fact {
	color: #fff;
	text-transform: uppercase;
}
.funfacts_ab .fact+.fact {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 85px;
}
.funfacts_ab .fact h3 {
	font-size: 26px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0;
}
.funfacts_ab .fact h5 {
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
}
.team-slider {
	padding-left: 40px;
	padding-right: 40px;
}
.team-slider .owl-controls {
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
	width: 100%;
	margin:0;
}
.team-slider .owl-controls .owl-nav {
	display: flex;
	justify-content: space-between;
	margin:0;
}
.team-slider .owl-controls .owl-nav .owl-prev,
.team-slider .owl-controls .owl-nav .owl-next {
	padding: 5px 10px;
}
.team_members .team {
	overflow: hidden;
}
.team_members .team .inner {
	margin: 0;
	height: 385px;
	position: relative;
	display: inline-block;
	float: right;
}
.team_members .team .inner .img {
	text-align: right;
}
.team_members .team .inner .img img {
	max-width: 100%;
}
.team_members .team .inner .team-member-img img {
	aspect-ratio: 1/1.2;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.team_members .team .inner .nav {
	background: #fff;
	position: absolute;
	top: 15px;
	right: -100px;
	height: 100%;
	width: 28px;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.team_members .team .inner .nav li a {
	padding: 0;
	line-height: 38px;
	color: #232323;
}
.team_members .team .inner .nav li+li {
	border-top: 1px solid #ddd;
}
.team_members .team .inner .identity {
	background: #fff;
	margin-top: -35px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 6px;
	white-space: nowrap;
	transform-origin: center;
	transform: scale(1, 0);
	transition: all 300ms ease-in-out 0s;
}
.team_members .team .inner .identity h5 {
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 1px;
	color: #232323;
	line-height: 1;
	margin-bottom: 13px;
	text-transform: uppercase;
	margin-top: 24px;
}
.team_members .team .inner .identity h5.pos {
	/* font-family: 'Droid Serif', serif; */
	color: #777777;
	font-size: 13px;
	font-style: italic;
	/* text-transform: capitalize; */
	margin: 0;
}
.team_members .team .inner:hover .nav {
	right: 0;
}
.team_members .team .inner:hover .identity {
	transform: scale(1, 1);
}
.our_clients {
	/* background: url('../../images/dot-pattern.png') repeat scroll 0 0; */
	background-color: #93d63c36;
	padding: 90px 0;
}
.our_clients h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.our_clients h2:after {
	width: 40px;
	height: 3px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 5px 0 20px;
}
.our_clients p {
	margin: 0;
	/* font-family: 'Droid Serif', serif; */
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #777777;
}
.our_clients .clients_carousel {
	position: relative;
}
.our_clients .clients_carousel .item {
	text-align: right;
	line-height: 120px;
}
.our_clients .clients_carousel .item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.our_clients .clients_carousel .owl-controls .owl-nav {
	position: absolute;
	top: 30px;
	width: 30px;
}
.our_clients .clients_carousel .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	margin: 0;
	background: #fff;
	padding: 0;
	color: #7a7a7a;
	display: block;
	float: right;
}
.our_clients .clients_carousel .owl-controls .owl-nav div:hover {
	background: var(--light-green);
	color: #FFF;
}
.testimonial .media {
	overflow: visible;
	transition: all 300ms ease-in-out 0s;
}
.testimonial .media .media-left {
	padding-right: 50px;
}
.testimonial .media .media-left a {
	padding: 10px;
	border: 1px solid var(--light-green);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
}
.testimonial .media .media-left a img {
	width: 100%;
	border-radius: 100%;
}
.testimonial .media .media-body {
	padding: 0 15px 15px 0;
	/* background: #f0f2f1; */
	position: relative;
	vertical-align: baseline;
	overflow: visible;
	transition: all 300ms ease-in-out 0s;
}
.testimonial .media .media-body .inner {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
	padding: 50px 58px 50px 82px;
	position: relative;
}
.testimonial .media .media-body .inner:before {
	content: '\201D';
	width: 0;
	height: 0;
	/* font-family: 'Droid Serif', serif; */
	position: absolute;
	top: 0;
	right: 50px;
	font-size: 80px;
	color: rgba(35, 35, 35, 0.1);
	line-height: 1;
}
.testimonial .media .media-body .inner .blockquote {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	color: #777777;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.testimonial .media .media-body .inner .review {
	margin-bottom: 10px;
	font-size: 13px;
}
.testimonial .media .media-body .inner .review i {
	color: #c3c3c3;
}
.testimonial .media .media-body .inner .review i+i {
	margin-left: 5px;
}
.testimonial .media .media-body .inner .review i.starred {
	color: #e99544;
}
.testimonial .media .media-body .inner .identity {
	text-transform: uppercase;
	font-size: 12px;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 1px;
	line-height: 1;
	color: #232323;
}
.testimonial .media .media-body .inner .identity .pos {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	color: #777777;
	text-transform: none;
	margin-left: 10px;
}
.testimonial .media:hover .media-body {
	/* background: var(--light-green); */
}
/*----------------------------------------------------------------*/
.search_form .input-group input {
	font-style: italic;
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	letter-spacing: 0.5px;
	border-right: 0;
	background-color: #7cbb4a;
}
.search_form .input-group .input-group-addon {
	text-align: center;
	padding: 0;
	font-size: 15px;
	color: #232323;
	#background: none;
	background-color: #7cbb4a;
	border-radius: 0;
	border-color: #e7e7e7;
	padding-right: 15px;
	padding-left: 5px;
}
.widget {
	margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}
.widget_title:after {
	width: 40px;
	height: 2px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 7px 0 30px;
}
.post_cats .post_cat li a {
	padding: 0;
	line-height: 40px;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #777777;
	border-bottom: 1px solid #e8e8e8;
}
.post_cats .post_cat li a:before {
	content: "\25A0";
	display: inline-block;
	color: var(--light-green);
	padding-left: 5px;
	padding-right: 15px;
}
.top_tags a {
	line-height: 30px;
	padding: 0 22px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 3px;
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	color: #232323;
	letter-spacing: 0.5px;
	transition: all 300ms ease-in-out 0s;
}
.top_tags a:hover {
	border: 2px solid var(--light-green);
	line-height: 28px;
}
.recent_posts .recent_post {
	padding-bottom: 20px;
	/* padding-right: 20px; */
	border-bottom: 1px solid #e8e8e8;
}
.recent_posts .recent_post+.recent_post {
	padding: 20px 0;
}
.recent_posts .recent_post .links {
	padding-right: 10px;
	width: calc(100% - 82px);
}
.recent_posts .recent_post .links a {
	/* font-family: 'Droid Serif', serif; */
}
.recent_posts .recent_post .links a.post_title {
	letter-spacing: 0.3px;
	font-size: 13px;
	color: #7cbb4a;
	line-height: 20px;
}
.post_title h2 {
	color: #7cbb4a;
}
.recent_posts .recent_post .links a.post_meta {
	letter-spacing: 0.5px;
	font-size: 11px;
	color: #777777;
	line-height: 22px;
	font-style: italic;
}
/*----------------------------------------------------------------*/
.blog_sec {
	padding-right: 68px;
}
.blog {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
}
.blog+.blog {
	padding-top: 50px;
}
.blog.blog.quoteBlog {
	padding: 100px 45px;
}
.blog .image img {
	width: 100%;
}
.blog .media {
	/* margin-top: -50px; */
	margin-top: 0;
	z-index: 1;
	position: relative;
}
.blog .media .media-left {
	padding-top: 50px;
	padding-right: 0;
}
.blog .media .media-left a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f6f7f8;
	text-align: center;
}
.blog .media .media-body {
	padding: 30px 0 0 0;
	background: #fff;
}
.blog .media .media-body .post_meta {
	margin-bottom: 24px;
}
.blog .media .media-body .post_meta:after {
	/* width: 40px;
	content: '';
	height: 1px;
	background: #e8e8e8;
	display: block;
	position: relative;
	top: 10px; */
}
.blog .media .media-body .post_meta div {
	margin-right: 15px;
}
.blog .media .media-body .post_meta div.comment {
	margin-bottom: 0;
}
.blog .media .media-body .post_meta div img {
	margin-right: 6px;
	display: inline-block;
}
.blog .media .media-body .post_meta div a {
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	color: #777777;
	font-style: italic;
}
.blog .media .media-body .post_title {
	margin-bottom: 15px;
	display: inline-block;
}
.blog .media .media-body .post_title h5 {
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 500;
	color: #232323;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	letter-spacing: 0.5px;
	line-height: 1;
}
.blog .media .media-body .post_text {
	letter-spacing: 0.5px;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	color: #777777;
	margin-bottom: 25px;
}
.blog .media .media-body .read_more {
	padding: 0 25px;
	border: 2px solid var(--light-green);
	line-height: 30px;
	letter-spacing: 1.2px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	text-transform: uppercase;
	color: #232323;
	display: inline-block;
	border-radius: 30px;
}
.blog .media .media-body .read_more:hover {
	background: var(--light-green);
	color: #fff;
}
.quoteBlog {
	text-align: center;
}
.quoteBlog .quote {
	/* font-family: 'Droid Serif', serif; */
	font-size: 15px;
	color: #232323;
	letter-spacing: 0.5px;
	line-height: 26px;
	font-weight: 500;
	font-style: italic;
}
.quoteBlog .quote:before,
.quoteBlog .quote:after {
	/* font-family: 'Droid Serif', serif; */
	content: '\201C';
	margin-right: 5px;
	display: inline-block;
}
.quoteBlog .quote:after {
	content: '\201D';
	margin-left: 5px;
}
.quoteBlog .quote_writer {
	color: var(--light-green);
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
	line-height: 26px;
	display: inline-block;
	margin-top: 25px;
}
.pagination {
	margin-top: 35px;
}
.pagination ul {
	text-transform: uppercase;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination ul li {
	margin-right: 5px;
	color: #777777;
	/* font-family: 'Cabin', sans-serif; */
	line-height: 22px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 0;
}
.pagination ul li a {
	color: #777777;
	padding: 0;
}
.pagination ul li:first-child {
	color: #232323;
}
.single_post {
	border-bottom: none;
	padding-bottom: 0;
}
.single_post .media .media-body {
	/* padding-bottom: 0; */
}
.single_post .post_content {
	padding-top: 30px;
}
.single_post .post_content p {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	color: #777777;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-bottom: 30px;
}
.single_post .post_content blockquote {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 30px;
	padding: 0 20px 0 0;
	border: none;
}
.single_post .post_content blockquote:before {
	float: left;
	width: 110px;
	height: 52px;
	margin-right: 22px;
	content: '';
	background: url('../../images/icons/blog/quote.png') no-repeat scroll right 5px transparent;
}
.shares {
	margin-bottom: 25px;
}
.shares .share_count {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #232323;
}
.shares .share_icon li {
	/* float: left; */
	padding: 0;
}
.shares .share_icon li+li {
	margin-left: 8px;
}
.shares .share_icon li a {
	width: 30px;
	line-height: 28px;
	border: 1px solid #e8e8e8;
	display: block;
	text-align: center;
	color: #777777;
}
.paginations {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 70px;
	padding: 22px 0;
	background: url('../../images/three-dot.png') no-repeat scroll center center;
	border: none;
}
.paginations.case_study_detail_pagination {
	background-color: #f7f8f9;
}
.paginations ul {
	margin: 0;
}
.paginations ul li a {
	text-transform: uppercase;
	border: none;
	padding: 0;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	letter-spacing: 1.2px;
	color: #232323;
	line-height: 24px;
}
.paginations ul li a:hover,
.paginations ul li a:focus {
	background: transparent;
}
.paginations ul li:first-child a img {
	margin-right: 18px;
}
.paginations ul li:last-child a img {
	margin-left: 18px;
}
.comments .comment_count {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	margin-top: 55px;
	margin-bottom: 48px;
	letter-spacing: 0.5px;
}
.comments .comment_count:after {
	width: 40px;
	height: 2px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 7px 0 30px;
}
.comment {
	margin: 0 0 50px;
}
.comment .media-left {
	padding-right: 30px;
}
.comment .media-left a {
	border-radius: 100%;
	padding: 10px;
	background: #f5f5f5;
	display: block;
}
.comment .media-left a img {
	border-radius: 100%;
	width: 83px;
	height: 83px;
}
.comment .media-body {
	border-bottom: 1px solid #e8e8e8;
}
.comment .media-body .row a {
	text-transform: uppercase;
	/* font-family: 'Droid Serif', serif; */
	line-height: 40px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #232323;
}
.comment .media-body .row a.author_name {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 13px;
}
.comment .media-body .row a.reply {
	margin-left: 20px;
}
.comment .media-body .row a.date {
	color: #777777;
}
.comment .media-body p {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #777777;
	margin: 10px 0 25px;
}
.comment.reply_comment {
	padding-left: 83px;
}
.comment_form .col-sm-6 label {
	font-size: 12px;
	letter-spacing: 0.5px;
}
.comment_form .col-sm-6 label span {
	color: var(--light-green);
}
.comment_form .col-sm-6 .form-control {
	margin-bottom: 20px;
}
.comment_form .col-sm-6:first-child {
	padding-top: 8px;
}
.comment_form .col-sm-6 textarea.form-control {
	height: 140px;
	margin-bottom: 37px;
}
.comment_form .col-sm-6 input[type="submit"] {
	background: var(--light-green);
	border-color: var(--light-green);
	color: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 1.5px;
	font-weight: bold;
	text-transform: uppercase;
}
.latest_blogs {
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}
.latest_blogs .view_all {
	margin-top: 70px;
	display: inline-block;
	line-height: 45px;
	text-transform: uppercase;
	padding: 0 37px;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #777777;
}
.latest_blog {
	border-bottom: none;
}
.latest_blog+.latest_blog {
	padding-top: 0;
}
.latest_blog .media {
	margin-top: -30px;
}
.latest_blog .media .media-left {
	padding-top: 30px;
}
.latest_blog .media .media-body {
	padding: 15px 0;
	text-align: center;
}
.latest_blog .media .media-body .post_meta {
	font-style: italic;
	font-size: 12px;
}
.latest_blog .media .media-body .post_meta:after {
	margin: 0 auto;
}
.latest_blog .media .media-body .post_meta .date a {
	line-height: 24px;
	color: var(--light-green);
}
.latest_blog .media .media-body .post_meta .author a {
	line-height: 24px;
	color: #777777;
}
.latest_blog .media .media-body .post_title h5 {
	letter-spacing: 0.5px;
	margin-bottom: 0;
	font-size: 14px;
	/* font-family: 'Droid Serif', serif; */
	font-weight: 300;
}
/*----------------------------------------------------------------*/
.page_case_study .image_1 {
	padding-top: 100px;
	text-align: center;
}
.page_case_study .image_1 img {
	display: inline-block;
}
.page_case_study .trenz_master {
	padding: 75px 0;
	background: #f7f8f9;
}
.page_case_study .trenz_master h2:after {
	margin-bottom: 15px;
}
.page_case_study .trenz_master p {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #777777;
	margin: 0;
}
.page_case_study .trenz_master .col-sm-offset-1 {
	padding-top: 55px;
}
.page_case_study .trenz_master .col-sm-offset-1 .row.m0 {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 15px;
}
.page_case_study .trenz_master .col-sm-offset-1 .row.m0 span {
	color: #232323;
}
.page_case_study .trenz_master .col-sm-offset-1 .row.m0 a {
	display: inline-block;
	color: #e99544;
	font-style: italic;
}
.page_case_study .traffic {
	padding: 60px;
	text-align: center;
}
.page_case_study .traffic h2 {
	margin: 0 0 10px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 35px;
	color: var(--light-green);
	letter-spacing: 0.5px;
	line-height: 1;
}
.page_case_study .traffic h4 {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 20px;
	margin: 0 0 30px;
	color: #232323;
}
.page_case_study .challenge,
.page_case_study .results {
	padding-top: 81px;
	background: #f7f8f9;
}
.page_case_study .challenge h3,
.page_case_study .results h3 {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 22px;
	letter-spacing: 0.5px;
	color: #232323;
	margin: 30px 0 10px;
}
.page_case_study .challenge p,
.page_case_study .results p {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #777777;
	margin: 0;
}
.page_case_study .challenge p:first-child,
.page_case_study .results p:first-child {
	margin-bottom: 25px;
}
.page_case_study .results {
	padding-top: 80px;
	padding-bottom: 70px;
	border-bottom: 1px solid #e8e8e8;
}
.page_case_study .results h3 {
	margin-top: 65px;
}
.page_case_study .share_row {
	padding: 70px 0;
}
.page_case_study .share_row .share_buttons {
	text-align: center;
	margin: 0;
}
.page_case_study .share_row .share_buttons li {
	padding: 0;
}
.page_case_study .share_row .share_buttons li+li {
	margin-left: -5px;
}
.page_case_study .share_row .share_buttons li a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	/* text-transform: capitalize; */
	font-style: italic;
	color: #fff;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.3px;
}
.page_case_study .share_row .share_buttons li a i {
	margin-right: 5px;
}
.page_case_study .share_row .share_buttons li.facebook a {
	background: #3b579d;
}
.page_case_study .share_row .share_buttons li.twitter a {
	background: #08acee;
}
.page_case_study .share_row .share_buttons li.google-plus a {
	background: #dd4c39;
}
.page_case_study .share_row .share_buttons li.linkedin a {
	background: #007bb6;
}
.page_case_study .share_row .share_buttons li.comment_i a {
	background: #2a2b2f;
}
.page_case {
	padding-top: 100px;
}
#filters {
	width: 100%;
	text-align: center;
}
#filters li {
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	margin-right: 5px;
	color: #232323;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}
#filters li:before {
	content: "\25A0";
	line-height: 37px;
	padding-bottom: 3px;
	color: #fff;
	float: left;
	margin-right: 14px;
	color: #b5b5b5;
}
#filters li:hover,
#filters li.active {
	background: var(--light-green);
	color: #fff;
}
#filters li:hover:before,
#filters li.active:before {
	color: #fff;
}
#caseStdudies {
	padding: 80px 0;
}
/*CASES*/
.case {
	width: 292px;
	padding: 0 10px;
	margin: 0 0 60px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.case:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: var(--light-green);
	position: absolute;
	left: 50%;
	transition: all 300ms ease-in-out 0s;
}
.case a {
	display: block;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	color: #232323;
	font-size: 12px;
}
.case a.img_link {
	height: 320px;
	line-height: 1;
	text-align: left;
	position: relative;
}
.case a.img_link img {
	position: absolute;
	left: 0;
	bottom: 0;
	vertical-align: baseline;
	display: inline-block;
}
.case a.text_link {
	margin: 25px 0;
	line-height: 30px;
}
.case a.text_link i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #e8e8e8;
	text-align: center;
	border-radius: 100%;
	color: #777777;
	font-size: 18px;
	transition: all 300ms ease-in-out 0s;
}
.case:hover:after {
	width: 100%;
	left: 0;
}
.case:hover a.text_link i {
	border: 1px solid #232323;
	color: #232323;
}
/*CASES*/
.recent_cases {
	padding-bottom: 0;
}
.recentCaseStudies {
	width: 100%;
	margin: 0 -15px;
}
.recentCaseStudies .case {
	float: left;
	margin-bottom: 0;
}
.ready_to_work {
	height: 227px;
	background: url('../../images/banners/banner.jpg') no-repeat scroll center top #65a76b;
	padding-top: 60px;
	color: #fff;
	text-align: center;
}
.ready_to_work h2 {
	font-size: 35px;
	/* font-family: 'Cabin', sans-serif; */
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
.ready_to_work a {
	margin-top: 25px;
}
.ready_to_work a:after {
	border-color: #fff;
}
.ready_to_work a span {
	background: #232323;
}
/*----------------------------------------------------------------*/
.successive_process {
	border-bottom: 1px solid #e8e8e8;
}
.successive_process .successive_process_inner {
	background: url('../../images/successive.png') no-repeat scroll center 0;
	padding-top: 50px;
	margin-bottom: 50px;
}
.successive_process .successive_process_inner .process {
	margin-right: 50px;
	text-align: center;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.8px;
	color: #232323;
}
.successive_process .successive_process_inner .process .dot_circle {
	background: url('../../images/process/dotted.png') no-repeat scroll 0 0;
	background-size: cover;
	padding: 15px;
	border-radius: 100%;
	margin-bottom: 28px;
	width: 180px;
	height: 180px;
	transition: all 300ms ease-in-out 0s;
}
.successive_process .successive_process_inner .process .dot_circle .icon_circle {
	width: 165px;
	height: 165px;
	line-height: 175px;
	border-radius: 100%;
	background: #f4f6f7;
	margin: -6.6px;
	position: relative;
}
.successive_process .successive_process_inner .process .dot_circle .icon_circle .hover_texts {
	position: absolute;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #232323;
	font-style: italic;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 60px;
	opacity: 0;
	transition: all 300ms ease-in-out 0s;
}
.successive_process .successive_process_inner .process .dot_circle .icon_circle img {
	display: inline-block;
	transition: all 300ms ease-in-out 0s;
}
.successive_process .successive_process_inner .process:hover .dot_circle {
	background-image: url('../../images/process/dotted-hover.png');
}
.successive_process .successive_process_inner .process:hover .dot_circle .icon_circle img {
	opacity: 0.05;
}
.successive_process .successive_process_inner .process:hover .dot_circle .icon_circle .hover_texts {
	opacity: 1;
}
/*----------------------------------------------------------------*/
.marketing_app {
	color: #FFF;
	background: url('../../images/digital-app-marketing.png') no-repeat scroll center top;
	padding-top: 97px;
}
.marketing_app .page_title {
	margin-top: 50px;
}
.marketing_app .page_title:after {
	margin-bottom: 20px;
}
.marketing_app p {
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.marketing_app ul {
	margin-bottom: 50px;
}
.marketing_app ul li {
	float: left;
	margin-right: 40px;
	line-height: 22px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.marketing_app ul li img {
	margin-right: 8px;
}
.marketing_app .download_links a {
	display: inline-block;
	margin-right: 20px;
}
/*----------------------------------------------------------------*/
.tweets {
	height: 414px;
	background: url('../../images/testimonial_bg.png') no-repeat scroll center top;
}
.tweets .container {
	max-width: 810px;
	padding-top: 80px;
	text-align: center;
}
.tweets .container .icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid var(--light-green);
	margin: 0 auto 50px;
	line-height: 48px;
	font-size: 20px;
	color: #232323;
}
.tweets .container .flexslider {
	background: none;
	border: none;
}
.tweets .container .flexslider .tweet {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.tweets .container .flexslider .tweet a {
	color: #e99544;
}
.tweets .container .flexslider .date {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	text-transform: uppercase;
	line-height: 24px;
	color: #232323;
	letter-spacing: 1.3px;
	margin: 0 auto;
}
.tweets .container .flexslider .flex-control-nav li a {
	border: 1px solid transparent;
	padding: 4px;
	width: 15px;
	height: 15px;
	background: none;
	box-shadow: none;
	position: relative;
}
.tweets .container .flexslider .flex-control-nav li a:after {
	content: '';
	width: 5px;
	height: 5px;
	background: var(--light-green);
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 100%;
}
.tweets .container .flexslider .flex-control-nav li a.flex-active {
	background: rgba(39, 174, 97, 0.2);
	border-color: var(--light-green);
}
/*----------------------------------------------------------------*/
.bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	background: url('../../images/slider-pattern.png') repeat scroll 0 0 transparent;
	overflow: hidden;
}
.bannercontainer .preloader {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 660px;
	text-align: center;
	background: #fff;
	z-index: 9999;
}
.bannercontainer .main_slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1408px;
	overflow: hidden;
	max-height: 660px;
}
.bannercontainer .main_slider .tp-revslider-mainul li {
	list-style: none;
	max-width: 100%;
	overflow: hidden;
}
.bannercontainer .main_slider .banner_heading {
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	font-size: 35px !important;
	line-height: 60px;
	margin: 0;
	top: 140px;
	left: 0;
}
.bannercontainer .main_slider .banner_heading span {
	font-size: 45px !important;
	border-bottom: 3px solid #e99544;
}
.bannercontainer .main_slider .banner_heading.banner_heading2 {
	font-size: 30px !important;
	top: 100px;
	left: 685px;
}
.bannercontainer .main_slider .banner_heading.banner_heading2.banner_heading6 {
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bannercontainer .main_slider .banner_heading.banner_heading4 {
	font-size: 30px !important;
	top: 180px;
	left: 115px;
}
.bannercontainer .main_slider .banner_heading.banner_heading4 span {
	font-size: 30px !important;
	border: none;
	color: #e99544;
}
.bannercontainer .main_slider .banner_heading.banner_heading5 {
	font-size: 30px !important;
	top: 230px;
	left: 115px;
}
.bannercontainer .main_slider .banner_heading3 {
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
	font-style: italic;
	/* text-transform: capitalize; */
	font-size: 18px !important;
	line-height: 45px;
	margin: 0;
	top: 150px;
	left: 828px;
}
.bannercontainer .main_slider .banner_heading3.banner_heading7 {
	top: 165px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bannercontainer .main_slider .get_in_touch {
	display: inline-block;
	line-height: 45px !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
	/* font-family: 'Montserrat', sans-serif; */
	border-radius: 25px;
	padding: 3px;
	position: relative;
	top: 388px;
}
.bannercontainer .main_slider .get_in_touch span {
	background: var(--light-green);
	display: block;
	padding: 0 35px;
	border-radius: 25px;
}
.bannercontainer .main_slider .get_in_touch:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.bannercontainer .main_slider .get_in_touch:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.bannercontainer .main_slider .first_slide_para {
	/* font-family: 'Droid Serif', serif; */
	font-size: 14px !important;
	font-weight: normal;
	line-height: 26px;
	color: #777777;
	margin: 0;
	width: 560px;
	white-space: normal;
	top: 280px;
}
.bannercontainer .main_slider .first_slide_para.third_slide_para {
	top: 285px;
	left: 115px;
	font-size: 14px !important;
}
.bannercontainer .main_slider .shapes {
	height: 650px;
	position: relative;
	padding-top: 40px;
	background: url('../../images/slider/plane.png') no-repeat scroll 15px top transparent;
	top: 100px;
	left: 620px;
}
.bannercontainer .main_slider .shapes .shapes_inner {
	height: 100%;
}
.bannercontainer .main_slider .shapes .shapes_inner .abs_plane {
	margin-left: 490px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media {
	overflow: visible;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left {
	position: relative;
	width: 75px;
	line-height: 75px;
	height: 75px;
	background: #71cff3;
	display: block;
	float: left;
	border-radius: 100%;
	text-align: center;
	padding: 0;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left img {
	width: auto;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	border: 3px solid rgba(113, 207, 243, 0.18);
	border-radius: 100%;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border: 3px solid rgba(113, 207, 243, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body {
	padding-left: 18px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body .count {
	margin-bottom: 5px;
	/* font-family: 'Droid Serif', serif; */
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body .shape_desc {
	margin: 0;
	font-size: 12px !important;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #232323;
	font-weight: 400;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.business_grow {
	margin-left: 205px;
	margin-bottom: 72px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects {
	margin-left: 65px;
	margin-bottom: 110px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left {
	background: #fdc153;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left:after {
	border: 3px solid rgba(253, 193, 83, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left:hover:after {
	border: 3px solid rgba(253, 193, 83, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left {
	background: #fa8171;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left:after {
	border: 3px solid rgba(250, 129, 113, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left:hover:after {
	border: 3px solid rgba(250, 129, 113, 0.18);
}
.bannercontainer .main_slider .mac_view {
	left: 930px;
	top: 312px;
}
.bannercontainer .main_slider .presenter {
	top: 80px;
	left: 50px;
}
.bannercontainer .main_slider .graph {
	top: 240px;
	left: 885px;
}
.bannercontainer .main_slider .website_form {
	top: 340px;
	left: 115px;
	width: 480px;
}
.bannercontainer .main_slider .website_form .form-control {
	/* font-family: 'Droid Serif', serif; */
	line-height: 60px;
	height: 60px;
}
.bannercontainer .main_slider .website_form .form-control+span {
	padding: 0;
	border-radius: 0;
}
.bannercontainer .main_slider .website_form .form-control+span button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--light-green);
	color: #FFF;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 0;
}
.bannercontainer .main_slider .grow_mac {
	left: 860px;
	top: 155px;
}
.bannercontainer .main_slider .browser {
	text-align: center;
	top: 422px;
	width: 100%;
}
.bannercontainer .main_slider .browser img {
	display: inline-block;
}
.bannercontainer .main_slider .sv {
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	font-size: 11px !important;
	color: #232323;
	letter-spacing: 1px;
}
.bannercontainer .main_slider .sv img {
	width: auto !important;
	height: auto !important;
}
.bannercontainer .main_slider .sv.sv1 {
	top: 390px;
	left: 115px;
}
.bannercontainer .main_slider .sv.sv1 img.icon {
	margin: 0 15px;
}
.bannercontainer .main_slider .sv.sv1 img.arrow {
	float: right;
}
.bannercontainer .main_slider .sv.sv2 {
	top: 342px;
	left: 367px;
}
.bannercontainer .main_slider .sv.sv2 img.icon {
	margin: 10px 0 3px 20px;
	float: right;
}
.bannercontainer .main_slider .sv.sv2 img.arrow {
	float: right;
	margin-top: 32px;
}
.bannercontainer .main_slider .sv.sv3 {
	width: 150px;
	text-align: center;
	top: 289px;
	left: 640px;
}
.bannercontainer .main_slider .sv.sv3 img {
	display: block;
}
.bannercontainer .main_slider .sv.sv3 img.icon {
	margin: 15px auto 12px;
}
.bannercontainer .main_slider .sv.sv3 img.arrow {
	display: inline-block;
}
.bannercontainer .main_slider .sv.sv4 {
	top: 342px;
	right: 367px;
}
.bannercontainer .main_slider .sv.sv4 img.icon {
	margin: 10px 20px 5px 0;
	float: left;
}
.bannercontainer .main_slider .sv.sv4 img.arrow {
	float: left;
	margin-top: 32px;
}
.bannercontainer .main_slider .sv.sv5 {
	top: 390px;
	right: 115px;
}
.bannercontainer .main_slider .sv.sv5 img.icon {
	margin: 0 15px;
}
.bannercontainer .main_slider .sv.sv5 img.arrow {
	float: left;
}
.home-slider {
	position: relative;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: url(../../images/slider-pattern.png) repeat;
}
.home-slider .borderred_link {
	padding: 2px 30px;
	color: #232323 !important;
	font-weight: bold;
	border: 3px solid var(--light-green);
}
.home-slider .color-text {
	color: #e99544;
}
.home-slider .website_form {
	width: 480px;
}
.home-slider .website_form .form-control {
	/* font-family: 'Droid Serif', serif; */
	line-height: 60px;
	height: 60px;
}
.home-slider .website_form .form-control+span {
	padding: 0;
	border-radius: 0;
}
.home-slider .website_form .form-control+span button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--light-green);
	color: #FFF;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 0;
}
.home-slider p {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.home-slider h4 {
	font-size: 30px;
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
}
.home-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.home-slider .tp-rightarrow.default {
	display: none;
}
.tp-leftarrow.default {
	display: none;
}
.jobs {
	padding: 3px 5px 5px 10px;
	border: none;
	border-radius: 2px;
	margin-top: 20px;
	background-color: white;
	/* font-family: 'Montserrat', sans-serif; */
}
.jobs a {
	color: #65a76b;
	text-decoration: underline;
	font-weight: bolder;
}
.jobs-badges {
	margin-top: 20px;
}
.pricingTable {
	border-radius: 2px;
}
.f13 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 60px;
}
.f11 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* @font-face {
    font-family: 'D-DIN-Condensed-Bold';
    src:url('/fonts/D-DIN-Condensed-Bold.ttf.woff') format('woff'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.eot'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'D-DIN-Condensed';
    src:url('/fonts/D-DIN-Condensed.ttf.woff') format('woff'),
        url('/fonts/D-DIN-Condensed.ttf.svg#D-DIN-Condensed') format('svg'),
        url('/fonts/D-DIN-Condensed.ttf.eot'),
        url('/fonts/D-DIN-Condensed.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
} */
h1 {
	font-size: 40px;
	/* font-family: 'D-DIN-Condensed-Bold'; */
	font-weight: 600;
}
h2 {
	font-size: 30px;
	/* font-family: 'D-DIN-Condensed-Bold'; */
}
h5 {
	font-size: 14px;
	/* font-family: 'D-DIN-Condensed-Bold'; */
}
p {
	/* line-height: 26px;
	font-size: 14px;
	font-family: 'D-DIN-Condensed'; */
}
.menu-large {
	position: static !important;
}
.megamenu {
	padding: 20px 20px;
	width: 100%;
	min-width: 270px;
}
.megamenu>div>li>ul {
	padding: 0;
	margin: 0;
}
.megamenu>div>li>ul>li {
	list-style: none;
}
.megamenu>div>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	color: #999999;
}
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}
	.megamenu>li {
		margin-bottom: 30px;
	}
	.megamenu>li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}
}
.custom-btn {
	/* background-color: green;
    color: white;
    border: 2px solid green;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease; */
	background-color: rgba(0, 0, 0, 0.06);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 0;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 16px;
	/* font-family: 'D-DIN'; */
	transition: all 0.3s ease;
}
.custom-btn:hover {
	background-color: white;
	color: green;
	border-color: white;
	cursor: pointer;
}
.custom-btn:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
/* .navbar .has-megamenu{position:static!important;}
.gray_background{
	background: #f7f8f9;
}
.mariu{
	background: white;
	color: black;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.mariu ul li a{
	color: black;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.navbar .megamenu{ 
	padding: 1rem; 
	width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
 
} */
/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
/*@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
/*----------------------------------------------------------------*/
/* Owl Carousel Styles start */
@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/2.3.4/assets/owl.theme.default.min.css');
.testimonial {
	padding: 15px;
	background: #f9f9f9;
	/*    margin-bottom: 20px;*/
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.testimonial .media-left img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonial .blockquote {
	font-style: italic;
	font-size: 16px;
	color: #555;
}
.testimonial .review i {
	color: #f39c12;
}
.testimonial .identity {
	font-weight: bold;
	color: #333;
}
.testimonial .pos {
	color: #888;
	display: block;
	font-size: 12px;
}
/* Optional: Adjusting carousel item size */
/*.owl-carousel .item {
    margin-right: 15px;
}*/
.owl-carousel .owl-nav i {
	color: #333;
	font-size: 20px;
}
/* 
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 50%;
    transform: translateY(-50%);
} */
.owl-prev {
	left: 10px;
}
.owl-next {
	right: 10px;
}
/* Owl Carousel Styles end */
/* Reference block css */
.card {
	border: 1px solid #ddd;
	/* border-radius: 8px; */
	border-radius: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	border-color: #cccccc;
}
.card:hover .card-body h4 {
	color: #007bff;
}
.card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* border-radius: 8px 8px 0 0; */
}
.card-body {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 1px;
}
.title_row h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.title_row h5 {
	font-size: 18px;
	color: #777;
	font-style: italic;
	margin-top: 10px;
}
.card-body .row {
	margin-bottom: 15px;
}
.card-body strong {
	font-weight: 600;
	color: #333;
}
.card-body p {
	color: #555;
	font-size: 14px;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.card-body .row {
		flex-direction: column;
	}
	.card img {
		height: 200px;
		object-position: center center;
	}
	.card-body {
		padding: 15px;
	}
	.title_row h2 {
		font-size: 24px;
	}
	.title_row h5 {
		font-size: 16px;
	}
}
/* testimonial */
.testimonials {
	/* background-color: #f9f9f9; */
	/* background-color: #93d63c36; */
	background-color: var(--color-primary);
	padding: 50px 0;
}
/* Title Styling */
.title_row h2 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 40px;
}
/* Carousel Item Styling */
.testimonial {
	background: white;
	height: calc(100% - 60px);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
	border: 2px solid transparent;
	/* initial transparent border */
	transform: scale(0.9);
	margin: 30px 0;
}
.center .testimonial {
	transform: scale(1.15);
	border: 2px solid #6BFF24;
	/* Green border on hover */
}
/* Media styling (client's photo) */
.media-left img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
/* Blockquote styling */
.blockquote {
	font-style: italic;
	margin: 20px 0;
	color: #555;
}
/* Review stars */
.review i {
	font-size: 1.2rem;
	color: #FFD700;
}
/* Identity styling */
.identity {
	font-weight: bold;
	color: #333;
}
/* Responsiveness */
@media (max-width: 768px) {
	.testimonial {
		padding: 15px;
	}
	.title_row h2 {
		font-size: 1.8rem;
	}
	.media-left img {
		width: 60px;
		height: 60px;
	}
	.blockquote {
		font-size: 1rem;
	}
	.identity {
		font-size: 0.9rem;
	}
}
/* responsive menu changes */
.megamenu_egeon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.megamenu_egeon ul li {
	position: relative;
}
.megamenu_egeon ul li:before {
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	top: 16px;
	left: 0;
	content: '';
	border-radius: 50%;
}
.footer_logo {
	max-width: 200px;
}
footer .top_footer .footer_widgets2 .nav {
	display: flex;
	justify-content: space-between;
}
.banner_block {
	/* background: url('/images/frontpagebackground.jpg') no-repeat scroll center top white; */
	/* background-size: cover; */
	min-height: 100vh;
}
.banner_block .container {
	height: 100%;
	position: relative;
}
.banner_block .banner_caption {
	max-width: 400px;
	width: 100%;
	border-radius: 20px;
	background-color: var(--light-green);
	padding: 30px 48px;
	position: absolute;
	top: 50%;
	right: 1.5%;
	transform: translateY(-50%);
}
.banner_block .banner_caption .banner_caption_title {
	color: #fff;
	margin: 0 0 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.banner_block .banner_caption .banner_caption_p {
	line-height: 26px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.banner_block .banner_caption .banner_caption_p p {
	margin: 0;
}
.banner_block .banner_caption .banner_caption_button {
	display: inline-block;
}
.referenties_block .card .card_thumb {
	position: relative;
	padding-top: 67%;
}
/* * {
	font-family: 'DINCond-Regular', sans-serif;
} */
/* Titles */
/* h2,
h3 {
	font-family: 'DINCond-Bold', sans-serif;
} */
/* Subtitles */
/* h4,
h5,
h6 {
	font-family: 'DINCond-Medium', sans-serif;
} */
/* Primary Colors */
/* :root {
	--light-green: #93d63c;
	--dark-green: #7cbb4a;
} */
/* Update text colors */
/* .text-primary {
	color: var(--light-green);
} */
/* .text-secondary {
	color: var(--dark-green);
} */
/* Buttons */
/* .btn-primary {
	background-color: var(--light-green);
	border-color: var(--light-green);
	color: #fff;
}
.btn-primary:hover {
	background-color: var(--dark-green);
	border-color: var(--dark-green);
} */
@font-face {
	font-family: 'D-DIN-Condensed-Bold';
	src: url('/fonts/D-DIN-Condensed-Bold.ttf.woff') format('woff'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.eot'),
		url('/fonts/D-DIN-Condensed-Bold.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Condensed';
	src: url('/fonts/D-DIN-Condensed.ttf.woff') format('woff'),
		url('/fonts/D-DIN-Condensed.ttf.svg#D-DIN-Condensed') format('svg'),
		url('/fonts/D-DIN-Condensed.ttf.eot'),
		url('/fonts/D-DIN-Condensed.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/*Prefix Styles*/
.m0 {
	margin: 0!important;
}
.p0 {
	padding: 0!important;
}
.pt70 {
	padding-top: 70px!important;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
body {
	position: relative;
}
/*Floating*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
	margin: 0;
	position: relative;
}
.contentRow {
	padding: 120px 0;
}
/*Ancore*/
a,
.btn,
button {
	outline: none;
	transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
	outline: none;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}
/*----------------------------------------------------------------*/
.borderred_link {
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	/* font-family: 'Montserrat', sans-serif; */
	border-radius: 25px;
	padding: 0;
	position: relative;
	border: none;
	margin-top: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.borderred_link span {
	background: var(--light-green);
	display: block;
	padding: 0 35px;
	border-radius: 25px;
	letter-spacing: 0.5px;
}
.borderred_link:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	border: 3px solid rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.borderred_link:hover {
	color: #fff;
}
.borderred_link:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border-radius: 0;
	border: 3px solid rgba(0, 0, 0, 0.2);
}
.register_link {
	padding: 30px 40px;
	text-align: center;
	border-bottom: 3px solid var(--light-green);
	background: #f8f8f8;
	margin-top: 50px;
}
.register_link h5 {
	margin: 0 0 15px;
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	line-height: 24px;
}
.register_link a {
	margin: 0;
}
.register_link a:after {
	border-color: #eaeaea;
	border-radius: 100%;
}
.register_link a span {
	width: 88px;
	height: 88px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	background: #e99544;
	border-radius: 100%;
	padding: 27px 0 0;
	text-align: center;
	line-height: 20px;
}
.register_link p {
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-top: 15px;
	font-style: italic;
}
.lh45 {
	line-height: 45px;
}
.dot270 {
	height: 270px;
	margin: 0;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0;
	position: relative;
	z-index: -1;
	margin-top: -83px;
}
/*----------------------------------------------------------------*/
body.default header .top_row {
	background: #f5f6f7;
}
body.default header .top_row .tagLine {
	font-size: 11px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	line-height: 50px;
}
body.default header .top_row .tagLine i {
	font-size: 15px;
	float: left;
	line-height: 50px;
	margin-right: 5px;
}
body.default header .top_row .navbar-right li {
	float: left;
}
body.default header .top_row .navbar-right li a {
	font-size: 11px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	line-height: 50px;
	padding: 0 15px;
}
body.default header .top_row .navbar-right li a img {
	margin-right: 5px;
}
body.default header .top_row .navbar-right li ul {
	padding: 0;
	border-radius: 0;
	border: none;
}
body.default header .top_row .navbar-right li ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ccc;
}
body.default header .top_row .navbar-right li ul li a {
	line-height: 40px;
}
body.default header .top_row .navbar-right li ul li a:hover {
	background: none var(--light-green);
	color: #FFF;
}
body.default header .logo_row .logo {
	margin: 32.5px auto;
	float: left;
}
/*body.default header .logo_row .nav {
	float: right;
	margin: 34px auto;
}*/
body.default header .logo_row .nav li {
	/*float: left;
	display: inline-block;*/
	margin-left: 15px;
}
body.default header .logo_row .nav li a {
	line-height: 40px;
	padding: 0 15px 0 0;
	border-radius: 0;
	border: 1px solid #ebeef0;
	height: 42px;
	font-size: 15px;
	color: #777;
	letter-spacing: 0.5px;
}
body.default header .logo_row .nav li a .first-word {
	color: #232323;
}
body.default header .logo_row .nav li a .icon {
	float: left;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: no-repeat scroll center center transparent;
	margin-right: 15px;
	border-right: 1px solid #ebeef0;
}
body.default header .logo_row .nav li a .icon.phone {
	background-image: url('../../images/icons/menu/phone-c.png');
}
body.default header .logo_row .nav li a .icon.email {
	background-image: url('../../images/icons/menu/email-c.png');
}
body.default header .logo_row .nav li a .icon.share {
	background-image: url('../../images/icons/menu/share.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li a .icon.login {
	background-image: url('../../images/icons/menu/login-c.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li a .icon.search {
	background-image: url('../../images/icons/menu/search-c.png');
	margin-right: 0;
	border: none;
}
body.default header .logo_row .nav li:first-child {
	margin-left: 0;
}
body.default header .logo_row .nav li:last-child a {
	padding: 0;
}
body.default header .menu_row {
	background: var(--light-green);
	height: 60px;
}
body.default header .menu_row .menu_area {
	/* width: 695px; */
}
body.default header .menu_row .menu_area #mainMenu {
	padding: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav {
	text-transform: uppercase;
	/*	margin-left: -15px;*/
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav > li {
	/* position: relative; */
	position: unset;
	padding: 0 42px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:first-child {
	padding-left: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:last-child {
	padding-right: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a {
	color: #fff;
	padding: 0;
	line-height: 57px;
	position: relative;
	/* font-family: 'Montserrat', sans-serif; */
	/* font-size: 13px; */
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav>li>a {
    font-family: 'D-DIN-Condensed', sans-serif;
	font-size: 20px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a:after {
	position: relative;
	content: '';
	width: 0;
	height: 3px;
	background: #fff;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu {
	white-space: nowrap;
	border-radius: 0;
	background: var(--light-green);
	border: none;
	transform: scale(1, 0);
	transform-origin: top;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li {
	position: relative;
	margin-top: 15px;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a {
	font-family: 'D-DIN-Condensed', sans-serif;
	font-size: 19px;
	/* line-height: 40px; */
	line-height: 1.25;
	white-space: break-spaces;
	word-break: break-all;
	padding: 0 0 0 15px;
    display: inline-block;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a:after {
	display: none;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li a+.dropdown-menu li a+.dropdown-menu {
	transform: scale(1, 0);
	left: 100%;
	top: 0;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li.active a:after {
	width: 100%;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a {
	background: none;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a:after,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a:after {
	width: 100%;
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a+.dropdown-menu,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a+.dropdown-menu {
	transform: scale(1, 1);
}
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:hover a+.dropdown-menu li:hover a+.dropdown-menu,
body.default header .menu_row .menu_area #mainMenu .navbar-nav li:focus a+.dropdown-menu li:hover a+.dropdown-menu {
	transform: scale(1, 1);
}
body.default header .menu_row .search_form_area {
	width: calc(100% - 695px);
}
body.default header .menu_row .search_form_area form .input-group {
	width: 100%;
	position: relative;
}
body.default header .menu_row .search_form_area form .input-group span {
	padding: 0;
	/* line-height: 60px; */
	color: #fff;
	background: none;
	border-radius: 0;
	border: none;
	position: absolute;
	left: 0;
	font-size: 18px;
	transition: all 300ms ease-in-out 0s;
}
body.default header .menu_row .search_form_area form .input-group input {
	/* padding: 0 15px 0 45px; */
	line-height: 60px;
	height: 60px;
	background: none;
	border-radius: 0;
	width: 100%;
	color: #fff;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 15px;
	border: none;
	box-shadow: none;
	display: block;
	padding: 15px;
	/* transition: all 300ms ease-in-out 0s; */
}
body.default header .menu_row .search_form_area form .input-group input:focus {
	background: rgba(0, 0, 0, 0.06);
	/* height: 65px; */
	padding-left: 40px;
	padding-top: 10px;
}
body.default header .menu_row .search_form_area form .input-group input:focus+span {
	/* padding: 0 15px; */
}
body.default header .menu_row .search_form_area .free_analysis {
	float: right;
	border: none;
	background: rgba(0, 0, 0, 0.06);
	line-height: 60px;
	padding: 0 10px;
	color: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
}
body.default header .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: rgba(255, 255, 255, 0.1);
}
body.default header .menu_row .search_form_area .free_analysis img {
	margin-right: 5px;
}
body.default header .menu_row .dropdown:hover .dropdown-menu {
	display: block;
}
/*----------------------------------------------------------------*/
/*Home Banner*/
body.default .home_banner {
	background: url('../../images/slider-pattern.png') repeat scroll 0 0 transparent;
	position: relative;
}
body.default .home_banner .banner_inner {
	width: 1400px;
}
.trial30_banner {
	height: 227px;
	background: url('../../images/banners/banner.jpg') no-repeat scroll center top #65a76b;
	padding-top: 60px;
	color: #fff;
}
.trial30_banner h2 {
	font-size: 35px;
	/* font-family: 'Cabin', sans-serif; */
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.trial30_banner h2:after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	margin: 7px 0 15px;
}
.trial30_banner h5 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	letter-spacing: 0.5px;
}
.trial30_banner a:after {
	border-color: #fff;
}
.trial30_banner a span {
	background: #232323;
}
/*----------------------------------------------------------------*/
.feature_col .media-left {
	padding: 0;
}
.feature_col .media-left a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px solid var(--light-green);
	text-align: center;
	box-shadow: 4px 4px 0 #f4f6f7;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
.feature_col .media-body {
	padding-left: 20px;
}
.feature_col .media-body h5 {
	margin-top: 0;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	margin-bottom: 15px;
}
.feature_col .media-body h5:after {
	background: #cdd4d8;
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 10px;
}
.feature_col .media-body p {
	font-size: 12px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #777777;
}
.feature_col .media-body a {
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	font-weight: 400;
	color: #777777;
}
.feature_col:hover .media-left a {
	border: 2px solid var(--light-green);
	line-height: 53px;
}
/*----------------------------------------------------------------*/
.service_box {
	height: 314px;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 7.5px;
}
.service_box>.row {
	margin: 0;
}
.service_box .service_box_inner {
	margin: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.service_box .preview_box {
	height: 100%;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	margin: 0;
}
.service_box .preview_box img {
	margin-top: 75px;
	margin-bottom: 25px;
	width: 105px;
}
.service_box .preview_box h6 {
	margin: 0;
	line-height: 1;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 400;
	color: #232323;
	text-transform: uppercase;
	font-weight: bold;
}
.service_box .hover_box {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 50px;
	margin: 0;
	overflow: hidden;
	transition: all 300ms ease-in-out 0s;
}
.service_box .hover_box .inner {
	position: relative;
	height: 100%;
}
.service_box .hover_box .inner h6 {
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 400;
	color: #232323;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: absolute;
	top: -200px;
	left: 0;
	margin: 0;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.1s;
}
.service_box .hover_box .inner h6:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	height: 3px;
	width: 30px;
	background: var(--light-green);
	line-height: 1;
}
.service_box .hover_box .inner .about {
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	line-height: 24px;
	color: #777777;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 85px;
	left: 150%;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.2s;
}
.service_box .hover_box .inner .read_more {
	text-transform: uppercase;
	position: absolute;
	bottom: -150px;
	left: -50px;
	right: -50px;
	background: rgba(0, 0, 0, 0.04);
	line-height: 50px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	color: #232323;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.3s;
}
.service_box:hover .hover_box {
	left: 0;
}
.service_box:hover .hover_box h6 {
	top: 25px;
}
.service_box:hover .hover_box .about {
	left: 0;
}
.service_box:hover .hover_box .read_more {
	bottom: -50px;
}
.discover_services .heading_secs {
	margin: 2px 0;
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	float: none;
	display: table-cell;
	padding: 90px 60px 30px 85px;
}
.discover_services .heading_secs .discover_heading {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	color: #232323;
}
.discover_services .heading_secs .sub_heading {
	/* font-family: 'Droid Serif', serif; */
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	font-weight: 300;
	color: #777777;
}
.discover_services .heading_secs .sub_heading:after {
	display: block;
	margin: 15px 0 20px;
	content: '';
	height: 3px;
	width: 50px;
	background: #d9d9d9;
}
.discover_services .heading_secs .about {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 45px;
	color: #777777;
}
.discover_services .heading_secs .subscribe_btn {
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	line-height: 40px;
	border: 2px solid var(--light-green);
	/* border-radius: 25px; */
	border-radius: 0;
	padding: 0 28px;
	color: #232323;
}
.discover_services .heading_secs .subscribe_btn:hover {
	background: var(--light-green);
	color: #fff;
	font-weight: 400;
}
.discover_services .services_secs {
	padding-left: 4px;
	padding-right: 0;
	float: none;
	display: table-cell;
}
.discover_services .services_secs .service_box {
	padding: 2px 0;
}
.discover_services .services_secs .service_box:nth-child(3n+2) {
	padding: 2px 4px;
}
.page_services .title_row {
	text-align: center;
	margin: 0 auto 60px;
	/* max-width: 780px; */
	width: 780px;
	max-width: 100%;
}
.page_services .title_row h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	color: #232323;
	line-height: 1;
	margin: 0 0 10px;
}
.page_services .title_row h2:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px auto 0;
}
.page_services .title_row h5 {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	color: #777777;
}
.page_services .title_row h5 span {
	text-decoration: underline;
	color: var(--light-green);
}
.services_list li+li {
	margin-top: 2px;
}
.services_list li a {
	line-height: 45px;
	padding: 0 0 0 35px;
	background: #f8f8f8;
	color: #232323;
}
.services_list li a:after {
	content: "\25A0";
	width: 25px;
	line-height: 45px;
	float: left;
	color: #cecece;
}
.services_list li a:hover {
	color: #fff;
	background: var(--light-green);
}
.services_list li a:hover:after {
	color: #fff;
}
.page_service_details .service_descs {
	padding-right: 30px;
}
.page_service_details .service_descs .fpara {
	width: calc(100% - 360px);
	padding-right: 50px;
}
.page_service_details .service_descs .fpara h3 {
	font-size: 26px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	color: #232323;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
}
.page_service_details .service_descs .fpara h3:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background: #e99544;
	margin: 10px 0 0;
}
.page_service_details .service_descs .fpara p {
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}
.page_service_details .service_descs .fpara ul {
	margin-bottom: 75px;
}
.page_service_details .service_descs .fpara ul li {
	line-height: 30px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
	color: #232323;
}
.page_service_details .service_descs .fpara ul li i {
	margin: 0 20px;
	width: 30px;
	height: 30px;
	border: 2px solid #f2f2f2;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: var(--light-green);
	border-radius: 100%;
}
.page_service_details .service_descs .fpara ul li+li {
	margin-top: 22px;
}
.page_service_details .service_descs .sv_subtitle {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #232323;
}
.page_service_details .service_descs .f12 {
	font-size: 12px;
}
.page_service_details .service_descs .f13 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 60px;
}
.page_service_details .service_descs .sv_subjects li {
	float: left;
	margin-bottom: 50px;
	width: calc(100% / 3);
}
.page_service_details .service_descs .sv_subjects li .media {
	margin-top: 0;
}
.page_service_details .service_descs .sv_subjects li .media-left {
	padding-right: 20px;
	text-align: center;
}
.page_service_details .service_descs .sv_subjects li .media-left span {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 48px;
	border: 1px solid var(--light-green);
	transition: all 300ms ease-in-out 0s;
}
.page_service_details .service_descs .sv_subjects li .media-body {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 400;
	color: #232323;
	line-height: 26px;
	letter-spacing: 0.5px;
}
.page_service_details .service_descs .sv_subjects li:hover .media-left span {
	border: 2px solid var(--light-green);
	line-height: 46px;
}
.page_service_details .service_descs .graph_row {
	text-align: center;
	margin-bottom: 15px;
}
.page_service_details .service_descs .graph_row .sv_subtitle_center {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #232323;
}
.page_service_details .service_descs .graph_row img {
	display: inline-block;
}
.page_service_details .service_descs .funFacts {
	margin-top: 25px;
}
.page_service_details .service_descs .funFacts .fact h3 {
	font-size: 26px;
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	color: var(--light-green);
}
.page_service_details .service_descs .funFacts .fact h3 img {
	margin-right: 10px;
}
.page_service_details .service_descs .funFacts .fact h6 {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;
}
/*----------------------------------------------------------------*/
footer {
	overflow: hidden;
}
footer .top_footer {
	/* background: url('../../images/footer-map.png') no-repeat scroll center top #2a2f36; */
	/* background-color:  #2A2F36; */
	/* background: #2A2F36 url(../../images/egeon/Ontwerp_zonder_titel.svg) no-repeat right -70% top 10% / auto 250%; */
	/* background: #2A2F36 url(../../images/egeon/Ontwerp_zonder_titel.svg) no-repeat right -29vw top 10% / auto 62vw; */
	background-color: #2A2F36;
}
footer .top_footer > .container {
	position: relative;
}
footer .top_footer > .container::after {
	background: url(../../images/egeon/Egeon_vlinder.png) no-repeat 0 -100px/100% auto;
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 285px);
	height: 100%;
	width: 751px;
	display: block;
}
footer .top_footer .footer_widgets {
	padding: 80px 0;
}
footer .top_footer .footer_widgets .footer_widget .title {
	/* / font-family: 'Montserrat', sans-serif; / */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .title:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: var(--light-green);
}
footer .top_footer .footer_widgets .footer_widget .body {
	margin-top: 15px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 13px;
	color: #aaa;
	letter-spacing: 0.5px;
	line-height: 26px;
}
footer .top_footer .footer_widgets .footer_widget .footer-address-cont .body:first-child {
	margin-top: 18px;
}
footer .top_footer .footer_widgets .footer_widget .body address {
	margin-bottom: 0;
}
footer .top_footer .footer_widgets .footer_widget .body .socials li {
	float: left;
	margin-right: 8px;
}
/* footer .top_footer .footer_widgets .footer_widget .body .socials li a {
	display: block;
	width: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center;
} */
footer .top_footer .footer_widgets .footer_widget .body .socials li a:hover {
	background: transparent;
}
footer .top_footer .footer_widgets .footer_widget .body .socials li a img {	
	display: block;
	width: 100%;
}
footer .top_footer .footer_widgets .footer_widget .body .links {
	columns: 170px 2;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .body .links li {
	display: block;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 16px;
}
footer .top_footer .footer_widgets .footer_widget .body .links li:before {
	margin-right: 5px;
}
footer .top_footer .footer_widgets .footer_widget .body .links li a {
	/* / font-family: 'Droid Serif', serif; / */
	color: #ccc;
	border-bottom: 1px dotted transparent;
}
footer .top_footer .footer_widgets .footer_widget .body .links li a:hover {
	color: #FFF;
	border-bottom: 1px dotted #fff;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form {
	overflow: hidden;
	padding-bottom: 10px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group {
	position: relative;
	border-bottom: 1px solid #3d4045;
	height: 30px;
	margin: 0;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group+.input-group {
	margin-top: 25px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .mce_inline_error {
	position: absolute;
	line-height: 20px;
	margin: 0;
	background: rgba(234, 239, 241, 0.15);
	width: 100%;
	top: 100%;
	padding: 0 15px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 11px;
	font-weight: 300;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .input-group-addon {
	background: none;
	border-radius: 0;
	padding: 0;
	border: none;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .form-control {
	border-radius: 0;
	top: 0;
	padding: 0 15px;
	line-height: 30px;
	color: #ccc;
	background: none;
	border: none;
	box-shadow: none;
	height: 30px;
	/* / font-family: 'Droid Serif', serif; / */
	font-size: 13px;
	letter-spacing: 0.5px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .input-group .form-control.mce_inline_error {
	border: none;
	box-shadow: none;
	background: none;
	font-size: 13px;
	letter-spacing: 0.5px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn {
	margin-top: 28px;
	height: 49px;
	background: none;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn span {
	display: block;
	line-height: 45px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn:after {
	border: 3px solid rgba(234, 239, 241, 0.15);
	border-radius: 30px;
	padding: 0;
	top: -1px;
	bottom: -1px;
}
footer .top_footer .footer_widgets .footer_widget .body #mc_embed_signup .mailchimp_form .submit_btn:hover:after {
	border: 3px solid rgba(234, 239, 241, 0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .top_footer .footer_widgets2 {
	line-height: 78px;
	text-align: center;
	background: #34383e;
	/* margin-bottom: -40px; */
	position: relative;
	bottom: -40px;
	z-index: 2;
}
footer .top_footer .footer_widgets2 .nav {
	margin: 0;
}
footer .top_footer .footer_widgets2 .nav li a {
	padding: 0;
	/* / font-family: 'Cabin', sans-serif; / */
	color: #aaa;
	font-size: 13px;
	display: inline-block;
	background: none !important;
	border-bottom: 2px solid transparent;
}
footer .top_footer .footer_widgets2 .nav li a img {
	margin-right: 10px;
	display: inline-block;
}
footer .top_footer .footer_widgets2 .nav li a strong {
	margin-right: 5px;
	color: #fff;
}
footer .top_footer .footer_widgets2 .nav li a:hover {
	background: none;
	border-bottom: 2px solid var(--light-green);
}
footer .copyright {
	text-align: center;
	background: #22262c;
	padding: 70px 0 30px;
	line-height: normal;
	color: #aaa;
	/* font-family: 'Droid Serif', serif;  */
	font-size: 12px;
	letter-spacing: 0.5px;
}
footer .copyright a {
	color: #aaa;
}
/*----------------------------------------------------------------*/
.page_404 .text-center {
	padding-top: 70px;
}
.page_404 .text-center img {
	display: inline-block;
}
.page_404 .text-center h2 {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	/* text-transform: capitalize; */
}
.page_404 .text-center p {
	margin-bottom: 0;
	/* font-family: 'Droid Serif', serif; */
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.7px;
}
.page_404 .text-center .return_home {
	color: #232323;
}
.page_404 .text-center .return_home span {
	background: none;
}
.page_404 .text-center .return_home:after {
	border: 2px solid var(--light-green);
}
/*----------------------------------------------------------------*/
.pageCoverHome {
	background: url('/images/frontpagebackground.jpg') no-repeat scroll center top white;
	/*display:block;*/
	width: 100%;
	background-size: cover;
	text-transform: uppercase;
	padding: 30vh;
	margin: 0;
}
.pageCoverHomeOffer {
	border-radius: 20px;
	background-color: var(--light-green);
	padding: 15px 50px 30px 50px;
	width: 50%;
	margin-left: 50%;
	margin-top: -5vh;
	border: white 2px;
}
.pageCover {
	background: url('/images/egeon/egeon_banner_small.png') no-repeat scroll center top white;
	text-transform: uppercase;
	padding: 230px 0;
}
.pageCover h3 {
	color: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	line-height: 1;
	letter-spacing: 0.5px;
	margin: 0;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.pageCover .breadcrumb {
	float: right;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.pageCover .breadcrumb li {
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.pageCover .breadcrumb li:before {
	color: #fff;
}
.pageCover .breadcrumb li a {
	color: #fff;
	padding: 0;
	line-height: 1;
	letter-spacing: 0.5px;
}
/*----------------------------------------------------------------*/
.page_checkout textarea {
	margin-bottom: 70px;
}
.page_title {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.page_title:after {
	width: 40px;
	height: 2px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 15px 0 45px;
}
.page_title.comment_leave_title {
	font-size: 20px;
}
.page_title.comment_leave_title:after {
	margin: 10px 0 40px;
}
.page_title.trenz_master_title {
	font-size: 30px;
}
.page_title.white_c {
	color: #fff;
}
label {
	letter-spacing: 1px;
	line-height: 1;
	font-size: 13px;
	margin-bottom: 8px;
}
label span {
	/* font-family: 'Cabin', sans-serif; */
	color: #ff6766;
}
.form-control {
	border-radius: 0;
	height: 40px;
	border: 1px solid #e7e7e7;
	/* padding: 0 15px; */
	padding: 7px 15px;
	box-shadow: none;
	margin-bottom: 15px;
}
.form-control.bootstrap-select {
	margin-bottom: 15px;
}
.selectpicker {
	border-radius: 0;
	height: 40px;
	border: 1px solid #e7e7e7;
	padding: 0 15px;
	box-shadow: none;
	margin-bottom: 15px;
	background: none;
	color: rgba(0, 0, 0, 0.2);
	/* font-family: 'Cabin', sans-serif; */
}
textarea.form-control {
	height: 120px;
	resize: none;
	box-shadow: none;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]+label {
	padding-left: 25px;
	background: url('../../images/checkout/radio1.png') no-repeat scroll left center transparent;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}
input[type="radio"]:checked+label {
	padding-left: 25px;
	background-image: url('../../images/checkout/radio2.png');
}
.checkout_details {
	margin: 0 -7.5px;
}
.checkout_details .col-sm-6 {
	padding: 0 7.5px;
}
.checkout_details .col-sm-12 {
	padding: 0 7.5px;
}
.radios {
	margin-bottom: 20px;
}
.radios .radio_check {
	margin-right: 40px;
}
.ccinfos {
	padding: 45px 15px;
	background: #f7f8f9;
}
.ccinfos .col-sm-3 {
	padding: 0 7.5px;
}
.ccinfos .col-sm-3 .form-control {
	margin-bottom: 0;
}
.ccinfos .col-sm-3 label {
	text-transform: uppercase;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.ccinfos .col-sm-3 .row {
	margin: 0 -4px;
}
.ccinfos .col-sm-3 .row .col-xs-6 {
	padding: 0 4px;
}
.ccinfo_title {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 600;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 7.5px;
	letter-spacing: 0.5px;
}
.checkout_submit_btn {
	line-height: 45px;
	padding: 0 25px;
	border: 2px solid var(--light-green);
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 45px;
	background: #fff;
}
/*----------------------------------------------------------------*/
#mapBox {
	height: 470px;
	width: 100%;
}
.title_row {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 580px;
}
.title_row:after {
	/* display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px auto 0; */
}
.title_row h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	color: #232323;
	line-height: 1;
	margin: 0 0 10px;
}
.title_row h5 {
	/* font-family: 'Droid Serif', serif; */
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	color: #777777;
}
.title_row h5 span {
	text-decoration: underline;
	color: var(--light-green);
}
.contact_form .container {
	width: 820px;
	max-width: 100%;
}
.contact_form .container label span {
	color: var(--light-green);
}
.contact_form .container .formArea {
	position: relative;
	margin: 0;
}
.contact_form .container .formArea #success,
.contact_form .container .formArea #error {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 200px;
	text-align: center;
	display: none;
}
.contact_form .container .formArea #success span,
.contact_form .container .formArea #error span {
	color: var(--light-green);
}
.contact_form .container .formArea #error span {
	color: #e99544;
}
.contact_details {
	background: #f7f8f9;
	border-top: 1px solid #ececec;
}
.contact_details .col-sm-3 {
	height: 280px;
	padding: 53px 15px 0;
}
.contact_details .col-sm-3+.col-sm-3 {
	border-left: 1px solid #ececec;
}
.contact_details .col-sm-3:after {
	content: '';
	width: 0;
	height: 0;
	border: 0 solid var(--light-green);
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	background: #fff;
	transition: all 300ms ease-in-out 0s;
}
.contact_details .col-sm-3:hover:after {
	width: 20px;
	height: 20px;
	border: 5px solid var(--light-green);
	bottom: -10px;
	left: calc(50% - 10px);
}
.contact_details .col-sm-3 .icon_row {
	height: 45px;
}
.contact_details .col-sm-3 h4 {
	margin: 0;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 13px;
	text-transform: uppercase;
	color: #232323;
	line-height: 1.2;
}
.contact_details .col-sm-3 h4:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: var(--light-green);
	margin: 8px auto 12px;
}
.contact_details .col-sm-3 p {
	color: #777777;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin: 0;
}
.contact_details .col-sm-3 p span {
	color: #232323;
}
.contact_details .col-sm-3 a.borderred_link {
	margin-top: 20px;
}
/*----------------------------------------------------------------*/
.package {
	padding: 25px 0;
}
.package:nth-child(odd) {
	padding-right: 25px;
}
.package:nth-child(even) {
	padding-left: 25px;
}
.package .inner {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 transparent;
	margin: 0;
	padding: 50px 70px;
	position: relative;
}
.package .inner .popular_badge {
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	line-height: 25px;
	font-size: 10px;
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	letter-spacing: 0.2px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.package .inner .col-sm-6 img {
	max-width: 100%;
}
.package .inner .col-sm-6:last-child {
	text-align: center;
	text-transform: uppercase;
}
.package .inner .col-sm-6:last-child h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 20px;
	/* font-family: 'Cabin', sans-serif; */
	color: #000;
}
.package .inner .col-sm-6:last-child h2 {
	line-height: 1;
	color: #f08a47;
	font-size: 40px;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 0.2px;
	margin: 0;
}
.package .inner .col-sm-6:last-child h6 {
	line-height: 26px;
	color: 'Cabin', sans-serif;
	font-size: 10px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	margin-top: 0;
}
.package .inner .col-sm-6:last-child .details {
	line-height: 43px;
	padding: 1px 32px;
	border: 1px solid #dadada;
	background: #fff;
	display: inline-block;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 12px;
	color: #232323;
	letter-spacing: 1.5px;
	border-radius: 25px;
}
.package .inner .col-sm-6:last-child .details:hover {
	background-color: transparent;
	border: 2px solid var(--light-green);
	padding: 0 32px;
}
.detailsRow {
	margin-bottom: 80px;
}
.detailsRow .package_cover .row {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 transparent;
	text-align: center;
	padding: 55px 0;
	margin-right: 0;
}
.detailsRow .package_details {
	padding-right: 0;
}
.detailsRow .package_details .pkg_title {
	/* font-family: 'Cabin', sans-serif; */
	line-height: 25px;
	letter-spacing: 0.5px;
	font-size: 20px;
	color: #232323;
	margin: 25px 0 10px;
	text-transform: uppercase;
}
.detailsRow .package_details .pkg_price {
	/* font-family: 'Cabin', sans-serif; */
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #e99443;
}
.detailsRow .package_details .pkg_desk {
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	line-height: 24px;
	padding: 15px 0;
	border-top: 1px solid #e8e8e8;
	color: #777777;
}
.detailsRow .package_details .pkg_review {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	/* font-family: 'Cabin', sans-serif; */
	line-height: 38px;
	letter-spacing: 0.5px;
}
.detailsRow .package_details .pkg_review i {
	color: #777777;
}
.detailsRow .package_details .pkg_review i.starred {
	color: #e99443;
}
.detailsRow .package_details .pkg_review i+i {
	margin-left: 3px;
}
.detailsRow .package_details .links a {
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-top: 40px;
}
.detailsRow .package_details .links a:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}
.detailsRow .package_details .links a.buy_btn:after {
	border-color: var(--light-green);
	border-radius: 35px;
}
.detailsRow .package_details .links a.buy_btn span {
	letter-spacing: 1px;
	background: #fff;
	color: #232323;
	line-height: 50px;
	padding: 0 55px;
	border-radius: 35px;
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
}
.detailsRow .package_details .links a.buy_btn:hover:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1;
}
.detailsRow .package_details .links a.call_btn {
	padding: 10px 0;
	background: var(--light-green);
}
.detailsRow .package_details .links a.call_btn span {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.detailsRow .package_details .links a.call_btn span.tel {
	font-size: 11px;
	padding: 0;
}
.detailsRow .package_details .links a.call_btn:hover:after {
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}
.detailsRow .package_details .links a.share_btn {
	line-height: 50px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #ebeef0;
	height: 52px;
	/* font-family: 'Cabin', sans-serif; */
	font-size: 12px;
	color: #777;
	letter-spacing: 0.5px;
	margin-right: 0;
}
.detailsRow .package_details .links a.share_btn .icon {
	float: left;
	width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background: no-repeat scroll center center transparent;
	border-right: 1px solid #ebeef0;
}
.detailsRow .package_details .links a.share_btn .icon.share {
	background-image: url('../../images/icons/menu/share.png');
	margin-right: 0;
	border: none;
}
.pkg_tab {
	margin-bottom: 75px;
}
.pkg_tab #pkg_tab {
	/* text-transform: capitalize; */
}
.pkg_tab #pkg_tab li a {
	border-radius: 0;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	margin: 0;
	color: #232323;
	/* font-family: 'Droid Serif', serif; */
	line-height: 40px;
	padding: 0 38px;
	transition: all 300ms ease-in-out 0s;
}
.pkg_tab #pkg_tab li+li {
	margin-left: -1px;
}
.pkg_tab #pkg_tab li.active a {
	border-top: 3px solid var(--light-green);
	margin-top: -1px;
}
.pkg_tab .tab-content {
	border-radius: 0;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.pkg_tab .tab-content .tab-pane {
	padding: 30px;
}
.pkg_tab .tab-content .tab-pane .tab_title {
	margin-bottom: 40px;
	font-size: 22px;
	/* font-family: 'Cabin', sans-serif; */
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #232323;
}
.pkg_tab .tab-content .tab-pane .tab_lists {
	width: 50%;
	float: left;
}
.pkg_tab .tab-content .tab-pane .tab_lists li {
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #777777;
	padding-left: 40px;
	/* font-family: 'Droid Serif', serif; */
}
.pkg_tab .tab-content .tab-pane .tab_lists li+li {
	margin-top: 20px;
}
.pkg_tab .tab-content .tab-pane .tab_lists li:before {
	content: "\25A0";
	width: 40px;
	line-height: 1;
	display: inline-block;
	color: var(--light-green);
	padding-left: 5px;
	text-align: center;
	margin-left: -40px;
	letter-spacing: 0;
}
.custom_pkg_request h3 {
	/* font-family: 'Cabin', sans-serif; */
	line-height: 24px;
	letter-spacing: 0.5px;
}
.custom_pkg_request h3:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px 0 45px;
}
.custom_pkg_request span.optional {
	color: #e8e8e8;
}
.custom_pkg_request textarea {
	height: 120px;
	margin-bottom: 0;
}
/*----------------------------------------------------------------*/
.pricingTab #pricingTab {
	position: relative;
	text-transform: uppercase;
	border: none;
	width: 900px;
	margin: 0 auto 80px;
	height: 47px;
}
.pricingTab #pricingTab li a {
	padding: 0 37px;
	line-height: 45px;
	border: 1px solid #e8e8e8;
	margin: 0;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #232323;
}
.pricingTab table {
	width: 900px;
	margin: auto;
}
.pricingTab #pricingTab li+li {
	margin-left: -1px;
}
.pricingTab #pricingTab li.active a {
	background: var(--light-green);
	color: #fff;
}
.pricingTab #pricingTab li:first-child a {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.pricingTab #pricingTab li:last-child a {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.pricing_table .inner {
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 0 85px 50px;
}
.pricing_table .inner .pricing_title {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px;
	line-height: 82px;
	letter-spacing: 1.8px;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: #232323;
}
.pricing_table .inner .pricing_title:before {
	content: '';
	width: 98px;
	height: 3px;
	background: #e4e7e9;
	margin: 0 auto;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
.pricing_table .inner .pricing_price {
	height: 65px;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 -95px 95px;
}
.pricing_table .inner .pricing_price .round_box {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: 4px solid #f6f6f8;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
	color: #777777;
	line-height: 24px;
	font-style: italic;
}
.pricing_table .inner .pricing_price .round_box .price_inner {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid var(--light-green);
	border-radius: 100%;
	padding-top: 30px;
}
.pricing_table .inner .pricing_price .round_box .price_inner .price {
	font-size: 30px;
	font-weight: bold;
	color: #232323;
	line-height: 1.2;
	font-style: normal;
}
.pricing_table .inner .feature li {
	float: left;
	text-align: left;
	margin-bottom: 30px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 0.5px;
}
.pricing_table .inner .feature li:before {
	color: var(--light-green);
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 20px;
}
.pricing_table .inner .feature li.fa-times-circle {
	color: #c8c8c8;
}
.pricing_table .inner .feature li.fa-times-circle:before {
	color: #fc4242;
}
.pricing_table .inner .purchase_btn {
	line-height: 43px;
	border: 1px solid #f4f4f4;
	border-radius: 30px;
	display: inline-block;
	padding: 0 42px;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #232323;
	margin-top: 20px;
	transition: all 300ms ease-in-out 0s;
}
.pricing_table .inner:hover .pricing_title:before {
	background: var(--light-green);
}
.pricing_table .inner:hover .purchase_btn {
	background: var(--light-green);
	color: #fff;
	border: 2px solid #eaeff1;
	line-height: 41px;
}
.pricing_table.standard .inner .pricing_title:before {
	background: var(--light-green);
}
.pricing_table.standard .inner .purchase_btn {
	background: var(--light-green);
	color: #fff;
	border: 2px solid #eaeff1;
	line-height: 41px;
}
.page_faq {
	background: #f7f8f9;
}
.page_faq .faqs .col-sm-6:first-child {
	padding-right: 35px;
}
.page_faq .faqs .col-sm-6:last-child {
	padding-left: 35px;
}
.page_faq .faqs .col-sm-6 .faq+.faq {
	margin-top: 40px;
}
.page_faq .faqs .col-sm-6 .faq h5 {
	margin-top: 0;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #232323;
	margin-bottom: 20px;
}
.page_faq .faqs .col-sm-6 .faq p {
	/* font-family: 'droid serif', serif; */
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 0;
}
.page_faq .faqs .col-sm-6 .faq ul {
	/* font-family: 'droid serif', serif; */
	font-size: 13px;
	line-height: 20px;
	padding-left: 10px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 0;
}
/*----------------------------------------------------------------*/
.offer_service {
	background: #f7f8f9;
}
.offer_service.home_page {
	background: #fff;
}
.offer_service h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 0;
}
.offer_service h2:after {
	width: 40px;
	height: 2px;
	background: #7cbb4a;
	content: '';
	display: block;
	margin: 15px 0 20px;
}
.offer_service p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #777777;
	margin-bottom: 40px;
}
.offer_service .nav li {
	padding-left: 46px;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #777777;
}
.offer_service .nav li img {
	display: inline-block;
	margin-left: -46px;
	margin-right: 24px;
}
.offer_service .nav li+li {
	margin-top: 33px;
}
.offer_service .offer_service_carousel {
	position: relative;
}
.offer_service .offer_service_carousel .item {
	text-align: center;
}
.offer_service .offer_service_carousel .item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots {
	position: absolute;
	top: 135px;
	right: 0;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot {
	display: block;
	margin: 20px 0;
	border: 1px solid transparent;
	border-radius: 100%;
	transition: all 300ms ease-in-out 0s;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot span {
	margin: 0;
	background: #dedede;
	transition: all 300ms ease-in-out 0s;
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot.active {
	border: 3px solid rgba(39, 174, 97, 0.4);
}
.offer_service .offer_service_carousel .owl-controls .owl-dots .owl-dot.active span {
	background: var(--light-green);
}
.offer_service .learn_more {
	margin-right: 15px;
}
.offer_service .learn_more:after {
	border-color: var(--light-green);
	border-radius: 35px;
}
.offer_service .learn_more span {
	background: none;
	color: #232323;
}
.offer_service .borderred_link span {
	line-height: 45px;
}
.about_company h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: bold;
	line-height: 36px;
	letter-spacing: .5px;
	margin-bottom: 45px;
	margin-top: 0;
}
.about_company .panel-group .panel {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.about_company .panel-group .panel .panel-heading {
	padding: 0;
	background: none;
}
.about_company .panel-group .panel .panel-heading h4 a {
	display: block;
	line-height: 60px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-transform: uppercase;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}
.about_company .panel-group .panel .panel-heading h4 a .icon {
	margin-right: 20px;
}
.about_company .panel-group .panel .panel-heading h4 a .sign {
	float: right;
	width: 25px;
	height: 60px;
	display: inline-block;
	background: url('../../images/icons/about/plus.png') no-repeat scroll 0 center;
}
.about_company .panel-group .panel .panel-heading h4 a[aria-expanded="true"] {
	border-bottom: 2px solid var(--light-green);
}
.about_company .panel-group .panel .panel-heading h4 a[aria-expanded="true"] .sign {
	background-image: url('../../images/icons/about/minus.png');
}
.about_company .panel-group .panel .panel-collapse .panel-body {
	border-top: 0;
	border-bottom: 1px solid #d0d0d0;
}
.about_company .panel-group .panel+.panel {
	margin: -1px 0 0;
}
.about_company .panel-group .panel:first-child .panel-heading h4 a {
	border-top: none;
}
.funfacts_ab {
	background: url('../../images/icons/about/facts.png') no-repeat scroll center 0 transparent;
	height: 335px;
	padding-top: 90px;
}
.funfacts_ab .fact {
	color: #fff;
	text-transform: uppercase;
}
.funfacts_ab .fact+.fact {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 85px;
}
.funfacts_ab .fact h3 {
	font-size: 26px;
	/* font-family: 'Droid Serif', serif; */
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0;
}
.funfacts_ab .fact h5 {
	font-size: 13px;
	/* font-family: 'Montserrat', sans-serif; */
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
}
.team_members .team {
	overflow: hidden;
}
.team_members .team .inner {
	margin: 0;
	height: 385px;
	position: relative;
	display: inline-block;
	float: right;
}
.team_members .team .inner .img {
	text-align: right;
}
.team_members .team .inner .img img {
	max-width: 100%;
}
.team_members .team .inner .team-member-img img {
	aspect-ratio: 1/1.2;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.team_members .team .inner .nav {
	background: #fff;
	position: absolute;
	top: 15px;
	right: -100px;
	height: 100%;
	width: 28px;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.team_members .team .inner .nav li a {
	padding: 0;
	line-height: 38px;
	color: #232323;
}
.team_members .team .inner .nav li+li {
	border-top: 1px solid #ddd;
}
.team_members .team .inner .identity {
	background: #fff;
	margin-top: -35px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 6px;
	white-space: nowrap;
	transform-origin: center;
	transform: scale(1, 0);
	transition: all 300ms ease-in-out 0s;
}
.team_members .team .inner .identity h5 {
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 1px;
	color: #232323;
	line-height: 1;
	margin-bottom: 13px;
	text-transform: uppercase;
	margin-top: 24px;
}
.team_members .team .inner .identity h5.pos {
	/* font-family: 'Droid Serif', serif; */
	color: #777777;
	font-size: 13px;
	font-style: italic;
	/* text-transform: capitalize; */
	margin: 0;
}
.team_members .team .inner:hover .nav {
	right: 0;
}
.team_members .team .inner:hover .identity {
	transform: scale(1, 1);
}
.our_clients {
	/* background: url('../../images/dot-pattern.png') repeat scroll 0 0; */
	background-color: #93d63c36;
	padding: 90px 0;
}
.our_clients h2 {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.our_clients h2:after {
	width: 40px;
	height: 3px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 5px 0 20px;
}
.our_clients p {
	margin: 0;
	/* font-family: 'Droid Serif', serif; */
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #777777;
}
.our_clients .clients_carousel {
	position: relative;
}
.our_clients .clients_carousel .item {
	text-align: right;
	line-height: 120px;
}
.our_clients .clients_carousel .item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.our_clients .clients_carousel .owl-controls .owl-nav {
	position: absolute;
	top: 30px;
	width: 30px;
}
.our_clients .clients_carousel .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	margin: 0;
	background: #fff;
	padding: 0;
	color: #7a7a7a;
	display: block;
	float: right;
}
.our_clients .clients_carousel .owl-controls .owl-nav div:hover {
	background: var(--light-green);
	color: #FFF;
}
.testimonial .media {
	overflow: visible;
	transition: all 300ms ease-in-out 0s;
}
.testimonial .media .media-left {
	padding-right: 50px;
}
.testimonial .media .media-left a {
	padding: 10px;
	border: 1px solid var(--light-green);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
}
.testimonial .media .media-left a img {
	width: 100%;
	border-radius: 100%;
}
.testimonial .media .media-body {
	padding: 0 15px 15px 0;
	/* background: #f0f2f1; */
	position: relative;
	vertical-align: baseline;
	overflow: visible;
	transition: all 300ms ease-in-out 0s;
}
.testimonial .media .media-body .inner {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
	padding: 50px 58px 50px 82px;
	position: relative;
}
.testimonial .media .media-body .inner:before {
	content: '\201D';
	width: 0;
	height: 0;
	/* font-family: 'Droid Serif', serif; */
	position: absolute;
	top: 0;
	right: 50px;
	font-size: 80px;
	color: rgba(35, 35, 35, 0.1);
	line-height: 1;
}
.testimonial .media .media-body .inner .blockquote {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	color: #777777;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.testimonial .media .media-body .inner .review {
	margin-bottom: 10px;
	font-size: 13px;
}
.testimonial .media .media-body .inner .review i {
	color: #c3c3c3;
}
.testimonial .media .media-body .inner .review i+i {
	margin-left: 5px;
}
.testimonial .media .media-body .inner .review i.starred {
	color: #e99544;
}
.testimonial .media .media-body .inner .identity {
	text-transform: uppercase;
	font-size: 12px;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: 1px;
	line-height: 1;
	color: #232323;
}
.testimonial .media .media-body .inner .identity .pos {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	color: #777777;
	text-transform: none;
	margin-left: 10px;
}
.testimonial .media:hover .media-body {
	/* background: var(--light-green); */
}
/*----------------------------------------------------------------*/
.search_form .input-group input {
	font-style: italic;
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	letter-spacing: 0.5px;
	border-right: 0;
	background-color: #7cbb4a;
}
.search_form .input-group .input-group-addon {
	text-align: center;
	padding: 0;
	font-size: 15px;
	color: #232323;
	#background: none;
	background-color: #7cbb4a;
	border-radius: 0;
	border-color: #e7e7e7;
	padding-right: 15px;
	padding-left: 5px;
}
.widget {
	margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	/* font-family: 'Cabin', sans-serif; */
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}
.widget_title:after {
	width: 40px;
	height: 2px;
	background: #ea9c50;
	content: '';
	display: block;
	margin: 7px 0 30px;
}
.post_cats .post_cat li a {
	padding: 0;
	line-height: 40px;
	/* font-family: 'Droid Serif', serif; */
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #777777;
	border-bottom: 1px solid #e8e8e8;
}
.post_cats .post_cat li a:before {
	content: "\25A0";
	display: inline-block;
	color: var(--light-green);
	padding-left: 5px;
	padding-right: 15px;
}
.top_tags a {
	line-height: 30px;
	padding: 0 22px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 3px;
	/* font-family: 'Droid Serif', serif; */
	font-size: 12px;
	color: #232323;
	letter-spacing: 0.5px;
	transition: all 300ms ease-in-out 0s;
}
.top_tags a:hover {
	border: 2px solid var(--light-green);
	line-height: 28px;
}
/*----------------------------------------------------------------*/
.marketing_app {
	color: #FFF;
	background: url('../../images/digital-app-marketing.png') no-repeat scroll center top;
	padding-top: 97px;
}
.marketing_app .page_title {
	margin-top: 50px;
}
.marketing_app .page_title:after {
	margin-bottom: 20px;
}
.marketing_app p {
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.marketing_app ul {
	margin-bottom: 50px;
}
.marketing_app ul li {
	float: left;
	margin-right: 40px;
	line-height: 22px;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.marketing_app ul li img {
	margin-right: 8px;
}
.marketing_app .download_links a {
	display: inline-block;
	margin-right: 20px;
}
/*----------------------------------------------------------------*/
.tweets {
	height: 414px;
	background: url('../../images/testimonial_bg.png') no-repeat scroll center top;
}
.tweets .container {
	max-width: 810px;
	padding-top: 80px;
	text-align: center;
}
.tweets .container .icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid var(--light-green);
	margin: 0 auto 50px;
	line-height: 48px;
	font-size: 20px;
	color: #232323;
}
.tweets .container .flexslider {
	background: none;
	border: none;
}
.tweets .container .flexslider .tweet {
	/* font-family: 'Droid Serif', serif; */
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.tweets .container .flexslider .tweet a {
	color: #e99544;
}
.tweets .container .flexslider .date {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 11px;
	text-transform: uppercase;
	line-height: 24px;
	color: #232323;
	letter-spacing: 1.3px;
	margin: 0 auto;
}
.tweets .container .flexslider .flex-control-nav li a {
	border: 1px solid transparent;
	padding: 4px;
	width: 15px;
	height: 15px;
	background: none;
	box-shadow: none;
	position: relative;
}
.tweets .container .flexslider .flex-control-nav li a:after {
	content: '';
	width: 5px;
	height: 5px;
	background: var(--light-green);
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 100%;
}
.tweets .container .flexslider .flex-control-nav li a.flex-active {
	background: rgba(39, 174, 97, 0.2);
	border-color: var(--light-green);
}
/*----------------------------------------------------------------*/
.bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	background: url('../../images/slider-pattern.png') repeat scroll 0 0 transparent;
	overflow: hidden;
}
.bannercontainer .preloader {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 660px;
	text-align: center;
	background: #fff;
	z-index: 9999;
}
.bannercontainer .main_slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1408px;
	overflow: hidden;
	max-height: 660px;
}
.bannercontainer .main_slider .tp-revslider-mainul li {
	list-style: none;
	max-width: 100%;
	overflow: hidden;
}
.bannercontainer .main_slider .banner_heading {
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	font-size: 35px !important;
	line-height: 60px;
	margin: 0;
	top: 140px;
	left: 0;
}
.bannercontainer .main_slider .banner_heading span {
	font-size: 45px !important;
	border-bottom: 3px solid #e99544;
}
.bannercontainer .main_slider .banner_heading.banner_heading2 {
	font-size: 30px !important;
	top: 100px;
	left: 685px;
}
.bannercontainer .main_slider .banner_heading.banner_heading2.banner_heading6 {
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bannercontainer .main_slider .banner_heading.banner_heading4 {
	font-size: 30px !important;
	top: 180px;
	left: 115px;
}
.bannercontainer .main_slider .banner_heading.banner_heading4 span {
	font-size: 30px !important;
	border: none;
	color: #e99544;
}
.bannercontainer .main_slider .banner_heading.banner_heading5 {
	font-size: 30px !important;
	top: 230px;
	left: 115px;
}
.bannercontainer .main_slider .banner_heading3 {
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
	font-style: italic;
	/* text-transform: capitalize; */
	font-size: 18px !important;
	line-height: 45px;
	margin: 0;
	top: 150px;
	left: 828px;
}
.bannercontainer .main_slider .banner_heading3.banner_heading7 {
	top: 165px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bannercontainer .main_slider .get_in_touch {
	display: inline-block;
	line-height: 45px !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
	/* font-family: 'Montserrat', sans-serif; */
	border-radius: 25px;
	padding: 3px;
	position: relative;
	top: 388px;
}
.bannercontainer .main_slider .get_in_touch span {
	background: var(--light-green);
	display: block;
	padding: 0 35px;
	border-radius: 25px;
}
.bannercontainer .main_slider .get_in_touch:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.bannercontainer .main_slider .get_in_touch:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.bannercontainer .main_slider .first_slide_para {
	/* font-family: 'Droid Serif', serif; */
	font-size: 14px !important;
	font-weight: normal;
	line-height: 26px;
	color: #777777;
	margin: 0;
	width: 560px;
	white-space: normal;
	top: 280px;
}
.bannercontainer .main_slider .first_slide_para.third_slide_para {
	top: 285px;
	left: 115px;
	font-size: 14px !important;
}
.bannercontainer .main_slider .shapes {
	height: 650px;
	position: relative;
	padding-top: 40px;
	background: url('../../images/slider/plane.png') no-repeat scroll 15px top transparent;
	top: 100px;
	left: 620px;
}
.bannercontainer .main_slider .shapes .shapes_inner {
	height: 100%;
}
.bannercontainer .main_slider .shapes .shapes_inner .abs_plane {
	margin-left: 490px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media {
	overflow: visible;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left {
	position: relative;
	width: 75px;
	line-height: 75px;
	height: 75px;
	background: #71cff3;
	display: block;
	float: left;
	border-radius: 100%;
	text-align: center;
	padding: 0;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left img {
	width: auto;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	border: 3px solid rgba(113, 207, 243, 0.18);
	border-radius: 100%;
	opacity: 1;
	transition: all 300ms ease-in-out 0s;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-left:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	opacity: 0;
	border: 3px solid rgba(113, 207, 243, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body {
	padding-left: 18px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body .count {
	margin-bottom: 5px;
	/* font-family: 'Droid Serif', serif; */
}
.bannercontainer .main_slider .shapes .shapes_inner .media .media-body .shape_desc {
	margin: 0;
	font-size: 12px !important;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #232323;
	font-weight: 400;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.business_grow {
	margin-left: 205px;
	margin-bottom: 72px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects {
	margin-left: 65px;
	margin-bottom: 110px;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left {
	background: #fdc153;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left:after {
	border: 3px solid rgba(253, 193, 83, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.complete_projects .media-left:hover:after {
	border: 3px solid rgba(253, 193, 83, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left {
	background: #fa8171;
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left:after {
	border: 3px solid rgba(250, 129, 113, 0.18);
}
.bannercontainer .main_slider .shapes .shapes_inner .media.staisfied_clients .media-left:hover:after {
	border: 3px solid rgba(250, 129, 113, 0.18);
}
.bannercontainer .main_slider .mac_view {
	left: 930px;
	top: 312px;
}
.bannercontainer .main_slider .presenter {
	top: 80px;
	left: 50px;
}
.bannercontainer .main_slider .graph {
	top: 240px;
	left: 885px;
}
.bannercontainer .main_slider .website_form {
	top: 340px;
	left: 115px;
	width: 480px;
}
.bannercontainer .main_slider .website_form .form-control {
	/* font-family: 'Droid Serif', serif; */
	line-height: 60px;
	height: 60px;
}
.bannercontainer .main_slider .website_form .form-control+span {
	padding: 0;
	border-radius: 0;
}
.bannercontainer .main_slider .website_form .form-control+span button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--light-green);
	color: #FFF;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 0;
}
.bannercontainer .main_slider .grow_mac {
	left: 860px;
	top: 155px;
}
.bannercontainer .main_slider .browser {
	text-align: center;
	top: 422px;
	width: 100%;
}
.bannercontainer .main_slider .browser img {
	display: inline-block;
}
.bannercontainer .main_slider .sv {
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	font-size: 11px !important;
	color: #232323;
	letter-spacing: 1px;
}
.bannercontainer .main_slider .sv img {
	width: auto !important;
	height: auto !important;
}
.bannercontainer .main_slider .sv.sv1 {
	top: 390px;
	left: 115px;
}
.bannercontainer .main_slider .sv.sv1 img.icon {
	margin: 0 15px;
}
.bannercontainer .main_slider .sv.sv1 img.arrow {
	float: right;
}
.bannercontainer .main_slider .sv.sv2 {
	top: 342px;
	left: 367px;
}
.bannercontainer .main_slider .sv.sv2 img.icon {
	margin: 10px 0 3px 20px;
	float: right;
}
.bannercontainer .main_slider .sv.sv2 img.arrow {
	float: right;
	margin-top: 32px;
}
.bannercontainer .main_slider .sv.sv3 {
	width: 150px;
	text-align: center;
	top: 289px;
	left: 640px;
}
.bannercontainer .main_slider .sv.sv3 img {
	display: block;
}
.bannercontainer .main_slider .sv.sv3 img.icon {
	margin: 15px auto 12px;
}
.bannercontainer .main_slider .sv.sv3 img.arrow {
	display: inline-block;
}
.bannercontainer .main_slider .sv.sv4 {
	top: 342px;
	right: 367px;
}
.bannercontainer .main_slider .sv.sv4 img.icon {
	margin: 10px 20px 5px 0;
	float: left;
}
.bannercontainer .main_slider .sv.sv4 img.arrow {
	float: left;
	margin-top: 32px;
}
.bannercontainer .main_slider .sv.sv5 {
	top: 390px;
	right: 115px;
}
.bannercontainer .main_slider .sv.sv5 img.icon {
	margin: 0 15px;
}
.bannercontainer .main_slider .sv.sv5 img.arrow {
	float: left;
}
.home-slider {
	position: relative;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: url(../../images/slider-pattern.png) repeat;
}
.home-slider .borderred_link {
	padding: 2px 30px;
	color: #232323 !important;
	font-weight: bold;
	border: 3px solid var(--light-green);
}
.home-slider .color-text {
	color: #e99544;
}
.home-slider .website_form {
	width: 480px;
}
.home-slider .website_form .form-control {
	/* font-family: 'Droid Serif', serif; */
	line-height: 60px;
	height: 60px;
}
.home-slider .website_form .form-control+span {
	padding: 0;
	border-radius: 0;
}
.home-slider .website_form .form-control+span button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--light-green);
	color: #FFF;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 0;
}
.home-slider p {
	/* font-family: 'Montserrat', sans-serif; */
	color: #232323;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.home-slider h4 {
	font-size: 30px;
	/* font-family: 'Droid Serif', serif; */
	color: #232323;
}
.home-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.home-slider .tp-rightarrow.default {
	display: none;
}
.tp-leftarrow.default {
	display: none;
}
.jobs {
	padding: 3px 5px 5px 10px;
	border: none;
	border-radius: 2px;
	margin-top: 20px;
	background-color: white;
	/* font-family: 'Montserrat', sans-serif; */
}
.jobs a {
	color: #65a76b;
	text-decoration: underline;
	font-weight: bolder;
}
.jobs-badges {
	margin-top: 20px;
}
.pricingTable {
	border-radius: 2px;
}
.f13 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 60px;
}
.f11 {
	font-size: 13px;
	/* font-family: 'Droid Serif', serif; */
	line-height: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* @font-face {
    font-family: 'D-DIN-Condensed-Bold';
    src:url('/fonts/D-DIN-Condensed-Bold.ttf.woff') format('woff'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.eot'),
        url('/fonts/D-DIN-Condensed-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'D-DIN-Condensed';
    src:url('/fonts/D-DIN-Condensed.ttf.woff') format('woff'),
        url('/fonts/D-DIN-Condensed.ttf.svg#D-DIN-Condensed') format('svg'),
        url('/fonts/D-DIN-Condensed.ttf.eot'),
        url('/fonts/D-DIN-Condensed.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
} */
/* h1 {
	font-size: 40px;
	font-family: 'D-DIN-Condensed-Bold';
	font-weight: 600;
} */
/* h2 {
	font-size: 30px;
	font-family: 'D-DIN-Condensed-Bold';
} */
/* h5 {
	font-size: 14px;
	font-family: 'D-DIN-Condensed-Bold';
} */
/* p {
	line-height: 26px;
	font-size: 14px;
	font-family: 'D-DIN-Condensed';
} */
/* body {
	line-height: 26px;
	font-size: 15px;
	font-family: 'D-DIN-Condensed';
} */
.menu-large {
	position: static !important;
}
.megamenu {
	padding: 20px 20px;
	width: 100%;
	min-width: 270px;
}
.megamenu>div>li>ul {
	padding: 0;
	margin: 0;
}
.megamenu>div>li>ul>li {
	list-style: none;
}
.megamenu>div>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	color: #999999;
}
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}
	.megamenu>li {
		margin-bottom: 30px;
	}
	.megamenu>li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}
}
.custom-btn {
	/* background-color: green;
    color: white;
    border: 2px solid green;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease; */
	background-color: rgba(0, 0, 0, 0.06);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.06);
	font-weight: bold;
	padding: 10px 20px;
	font-size: 16px;
	/* font-family: 'D-DIN'; */
	transition: all 0.3s ease;
}
.custom-btn:hover {
	background-color: white;
	color: green;
	border-color: white;
	cursor: pointer;
}
.custom-btn:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
/* .navbar .has-megamenu{position:static!important;}
.gray_background{
	background: #f7f8f9;
}
.mariu{
	background: white;
	color: black;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.mariu ul li a{
	color: black;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.navbar .megamenu{ 
	padding: 1rem; 
	width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
 
} */
/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
/*@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
/*----------------------------------------------------------------*/
/* Owl Carousel Styles start */
@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/2.3.4/assets/owl.theme.default.min.css');
.testimonial {
	padding: 15px;
	background: #f9f9f9;
	/*    margin-bottom: 20px;*/
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.testimonial .media-left img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonial .blockquote {
	font-style: italic;
	font-size: 16px;
	color: #555;
}
.testimonial .review i {
	color: #f39c12;
}
.testimonial .identity {
	font-weight: bold;
	color: #333;
}
.testimonial .pos {
	color: #888;
	display: block;
	font-size: 12px;
}
/* Optional: Adjusting carousel item size */
/*.owl-carousel .item {
    margin-right: 15px;
}*/
.owl-carousel .owl-nav i {
	color: #333;
	font-size: 20px;
}
/* 
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 50%;
    transform: translateY(-50%);
} */
.owl-prev {
	left: 10px;
}
.owl-next {
	right: 10px;
}
/* Owl Carousel Styles end */
/* Reference block css */
.card {
	border: 1px solid #ddd;
	/* border-radius: 8px; */
	border-radius: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	border-color: #cccccc;
}
.card:hover .card-body h4 {
	color: #007bff;
}
.card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* border-radius: 8px 8px 0 0; */
}
.card-body {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 1px;
}
.title_row h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.title_row h5 {
	font-size: 18px;
	color: #777;
	font-style: italic;
	margin-top: 10px;
}
.card-body .row {
	margin-bottom: 15px;
}
.card-body strong {
	font-weight: 600;
	color: #333;
}
.card-body p {
	color: #555;
	font-size: 14px;
	margin-top: 5px;
}
@media (max-width: 768px) {
	.card-body .row {
		flex-direction: column;
	}
	.card img {
		height: 200px;
		object-position: center center;
	}
	.card-body {
		padding: 15px;
	}
	.title_row h2 {
		font-size: 24px;
	}
	.title_row h5 {
		font-size: 16px;
	}
}
/* testimonial */
.testimonials {
	/* padding: 50px 0; */
	/* background-color: #f9f9f9; */
	/* background-color: #93d63c36; */
}
/* Title Styling */
.title_row h2 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 40px;
}
/* Carousel Item Styling */
.testimonial {
	background: white;
	height: calc(100% - 60px);
	padding: 20px;
	/* border-radius: 10px; */
	border-radius: 0px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
	border: 2px solid transparent;
	/* initial transparent border */
	transform: scale(0.9);
	margin: 30px 0;
}
.center .testimonial {
	transform: scale(1.15);
	border: 2px solid #6BFF24;
	/* Green border on hover */
}
/* Media styling (client's photo) */
.media-left img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
/* Blockquote styling */
.blockquote {
	font-style: italic;
	margin: 20px 0;
	color: #555;
}
/* Review stars */
.review i {
	font-size: 1.2rem;
	color: #FFD700;
}
/* Identity styling */
.identity {
	font-weight: bold;
	color: #333;
}
/* Responsiveness */
@media (max-width: 768px) {
	.testimonial {
		padding: 15px;
	}
	.title_row h2 {
		font-size: 1.8rem;
	}
	.media-left img {
		width: 60px;
		height: 60px;
	}
	.blockquote {
		font-size: 1rem;
	}
	.identity {
		font-size: 0.9rem;
	}
}
/* responsive menu changes */
.top-bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.top-bar .logobar img {
	max-width: 290px;
}
.top-bar ul {
	display: flex;
}
.menu_btn {
	display: none;
}
.menu-inner {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	flex-direction: row-reverse;
	gap: 20px;
}
.menu-inner .search_form_area {
	background: rgba(0, 0, 0, 0.06);
	/* max-width: 250px; */
	max-width: 270px;
}
body.default header .menu_row .menu-inner .search_form_area form .input-group input {
	padding-left: 50px;
}
.megamenu_egeon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.megamenu_egeon ul li {
	position: relative;
}
.megamenu_egeon ul li:before {
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	top: 16px;
	left: 0;
	content: '';
	border-radius: 50%;
}
.footer_logo {
	max-width: 200px;
}
footer .top_footer .footer_widgets2 .nav {
	display: flex;
	justify-content: space-between;
}
.banner_block {
	/* background: url('/images/frontpagebackground.jpg') no-repeat scroll center top white;
	background-size: cover; */
	min-height: 100vh;
}
.banner_block .container {
	height: 100%;
	position: relative;
}
.banner_block .banner_caption {
	max-width: 400px;
	width: 100%;
	/* border-radius: 20px; */
	border-radius: 0px;
	background-color: var(--light-green);
	padding: 30px 48px;
	position: absolute;
	top: 50%;
	right: 1.5%;
	transform: translateY(-50%);
}
.banner_block .banner_caption .banner_caption_title {
	color: #fff;
	margin: 0 0 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.banner_block .banner_caption .banner_caption_p {
	line-height: 26px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.banner_block .banner_caption .banner_caption_p p {
	margin: 0;
}
.banner_block .banner_caption .banner_caption_button {
	display: inline-block;
}
.referenties_block .card .card_thumb {
	position: relative;
	padding-top: 67%;
}
.referenties_block .card .card_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonials-carousel .owl-stage {
	display: flex;
}
/*---- 06|07|10|12|13|14|18-02|06|11|12-03-2025 - CSS - START ----*/
:root {
	--color-primary: var(--light-green);
	--color-primary-dark: #518f00;
	--color-primary-light: #f3ffe4;
	--color-body: #333;
}
.color-body {
	color: var(--color-body) !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-2 {
	margin-top: 25px;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.cust-d-flex {
    display: flex !important;
}
.cust-flex-wrap {
    flex-wrap: wrap !important;
}
.cust-justify-content-center {
    justify-content: center !important;
}
.cust-justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
	align-items: center !important;
}
.gap-5 {
	gap:5px !important;
}
.gap-10 {
	gap:10px !important;
}
.gap-15 {
	gap:15px !important;
}
.gap-20 {
	gap:20px !important;
}
.gap-30 {
	gap:30px !important;
}
.row-gap-30 {
	row-gap:30px !important;
}
.btn-common {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary-dark);
	color: #000;
	transition: all 0.5s;
}
.btn-common:hover {
	background-color: var(--color-primary-dark);
	color: #fff;
}
.btn-common-new {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary-dark);
	/* border-radius: 25px; */
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-size: 17px;
	padding: 5px 25px;
	transition: all 0.5s;
}
.btn-common-new:hover {
	background-color: var(--color-primary-dark);
	color: #fff;
}
.section-common-title {
	/* font-family: 'D-DIN-Condensed-Bold'; */
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 40px 0;
}
nav #mainMenu .navbar-nav {
	text-transform: unset!important;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu {
	/* background-color: var(--color-primary-dark) !important; */
	background-color: #fff !important;
	/* padding: 40px 0 !important; */
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .container {
	max-width: 100%;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .megamenu-row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 60px;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .megamenu-col {
	/* width: 33.33333333%; */
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .main-sub-menu-cont {
	padding: 60px 0;
	height: 100%;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .cat-sub-menu-cont {
	background-color: #f2f2f2;
	padding: 60px 20px;
	position: relative;
	height: 100%;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .cat-sub-menu-cont::after {
	background-color: #f2f2f2;
	content: "";
	position: absolute;
	/* left: 0; */
	left: 100%;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: -1;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .main-cat-title {
	font-size: 22px;
	color: var(--color-primary);
	font-weight: 500;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu .sub-cat-title {
    font-family: 'D-DIN-Condensed', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: var(--color-primary-dark);
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu ul li::before {
	display: none;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu ul li a {
	color: #000;
	padding-right: 0;
	padding-left: 0;
	/* text-transform: unset; */
	transition: all 0.5s;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu ul li a:hover {
	color: var(--color-primary-dark);
	text-decoration: underline;
}
nav #mainMenu .navbar-nav .dropdown.has-megamenu .dropdown-menu.megamenu ul li a i {
	color: var(--color-primary-dark);
	/* margin-top: 10px;
	margin-right: 10px; */
	position: absolute;
    left: 0;
    top: 2px;
}
body.default section.row.contentRow .row.page_blog .title-article {
	line-height: 2;
}
.search_form .input-group input,
.search_form .input-group input::placeholder {
	color: #232323;
}
.job-banner-text-box {
	background-color: var(--color-primary);
	box-shadow: 0 -15px 20px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	padding: 50px 30px;
	margin: -30px 0;
	position: relative;
	z-index: 1;
}
.banner-text-title {
	font-size: 56px;
	line-height: 1;
	margin: 0 0 30px 0;
}
.banner-text-subtitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.banner-text-ul {
	list-style-position: inside;
	list-style-type: disclosure-closed;
	padding: 0;
	margin: 0;
}
.banner-text-ul li {
	font-size: 16px;
	margin: 5px 0 0 0;
}
.banner-text-ul li:first-child {
	margin-top: 0;
}
.job-box-cont {
	padding: 60px 0 0 0;
}
.job-filter-cont {
	background: #f7f8f9;
}
.job-box {
	padding: 60px 0;
}
.job-box.job-detail-box {
	padding: 30px 0;
}
.job-box p,
.job-box ul li {
	/* font-family: 'D-DIN-Condensed'; */
}
/* .job-box:nth-child(odd) {
	background-color: #f9f9f9;
} */
.job-box.job-detail-box.bg-white {
	background-color: #fff!important;
}
.job-box:nth-child(even), 
.job-box.job-detail-box.bg-green {
	background-color: var(--light-green);
}
.job-box.job-detail-box:nth-child(odd) {
	background-color: transparent;
}
.job-box .job-box-row {
	display: flex;
	flex-wrap: wrap;
}
.job-box .job-box-row .box-left-col {
	max-width: 100%;
	word-wrap: break-word;
}
.job-box .job-box-row .box-left-col,
.job-box.job-detail-box.img-left .box-left-col,
.job-box.job-detail-box.img-right .box-right-col {
	order: 2;
}
.job-box:nth-child(even) .job-box-row .box-left-col {
	order: 1;
}
.job-box .job-box-row .box-right-col,
.job-box.job-detail-box.img-left .box-right-col,
.job-box.job-detail-box.img-right .box-left-col {
	order: 1;
}
.job-box .job-title {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 30px 0;
	/* text-transform: capitalize; */
}
.job-box .job-title a {
	color: #333;
}
.job-box .job-title a:hover {
	color: var(--color-primary-dark);
}
.job-box .job-box-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.job-box .job-box-ul li {
	display: inline-block;
	font-size: 16px;
	margin: 0 20px 15px 0;
}
.job-box .job-box-ul li:first-child {
	margin-left: 0;
}
.job-box .job-box-ul li i {
	margin-right: 5px;
}
.job-box .job-location {
	color: var(--color-primary-dark);
}
.job-box .job-location i {
	font-size: 18px;
}
.job-box .job-created {
	color: #000;
}
.job-box .job-description {
	/* font-size: 16px; */
}
.job-box .job-description ul {
	padding-left: 15px;
}
.job-box .job-details-link {
	color: var(--color-primary-dark);
	font-size: 18px;
}
.job-box .job-banner {
	margin-top: 12px;
}
.our-team-section.contentRow {
	padding: 60px 0;
}
.our-team-section .top-title-cont .our-team-title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 800;
	margin: 0 0 20px 0;
}
.our-team-section .team {
	text-align: center;
}
.our-team-section .team .inner {
	border: 2px solid #f1f1f1;
	height: auto;
	display: inline-block;
	float: unset;
	position: relative;
	padding: 30px 15px 0 15px;
	width: 100%;
	overflow: hidden;
}
.our-team-section .team .inner .img {
	text-align: center;
}
.our-team-section .team .inner .social_lis {
	background-color: #f9f9f9;
	top: 0;
}
.our-team-section .team .inner .identity {
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 20px;
	width: 100%;
}
.job-box.job-detail-box {
	/* font-family: 'D-DIN-Condensed'; */
}
.job-box.job-detail-box .job-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 15px 0;
	/* text-transform: capitalize; */
}
.job-box.job-detail-box .job-subtitle {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 15px 0;
	/* text-transform: capitalize; */
}
.job-box.job-detail-box .job-ul {
	list-style-position: inside;
	margin-bottom: 20px;
	padding-left: 0;
}
.job-box.job-detail-box .job-ul li {
	/* font-family: 'D-DIN-Condensed'; */
	font-size: 16px;
	margin-top: 10px;
}
.job-box.job-detail-box .job-ul li:first-child {
	margin-top: 0;
}
.job-apply-box {
	background-color: var(--color-primary);
	padding: 60px 0;
	margin-top: 30px;
}
.job-apply-box .job-box-row {
	display: flex;
	flex-wrap: wrap;
}
.job-apply-box .apply-left-textbox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}
.job-apply-box .apply-left-textbox hr {
	background-color: var(--color-primary);
	height: 1px;
	width: 100%;
	border: none;
	margin-bottom: 40px;
}
.job-apply-box .job-subtitle {
	color: #000;
	font-size: 46px;
	margin: 0 0 30px 0;
}
.job-apply-box .job-subtitle strong {
	font-weight: 800;
}
.job-apply-box .form-box {
	background-color: #e0ffba;
	border-top: 10px solid #d3f7a7;
	padding: 30px;
}
.job-apply-box .form-group label {
	font-size: 17px;
	font-weight: 800;
	/* font-family: 'D-DIN-Condensed'; */
}
.job-apply-box .form-group .form-control {
	border-color: var(--color-primary);
}
.jod-detail-bottom-cont {
	padding: 60px 0;
}
.jod-detail-bottom-box {
	background-color: #81bf2f;
	border: 5px solid var(--color-primary);
	border-radius: 30px;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	padding: 50px 30px;
	margin: 0 auto;
	text-align: center;
	word-wrap: break-word;
	width: 1024px;
	max-width: 100%;
}
.jod-detail-bottom-box a {
	color: #fff;
	text-decoration: underline;
}
.jod-detail-bottom-box a:hover {
	color: #333;
	text-decoration: none;
}
.btn-apply-job {
	background-color: var(--color-primary);
	border: none;
	/* border-radius: 30px; */
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 15px 30px;
	text-align: center;
}
.btn-apply-job i {
	margin-right: 5px;
}
.btn-apply-job:hover {
	background-color: var(--color-primary-dark);
	color: #fff;
}
.service-cat-listing-cont .service_box_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service-cat-listing-cont .service_box {
	width: 33.3333%;
}
.service-cat-listing-cont .service_box .preview_box {
	padding: 15px;
}
.service-cat-listing-cont .service_box .preview_box h6,
.service-cat-listing-cont .service_box .inner h6 {
	line-height: 1.5;
}
.common-wordpress-page-cont {
	word-wrap: break-word;
}
.common-wordpress-page-title {
	font-size: 46px;
	/* font-family: 'D-DIN-Condensed-Bold'; */
	font-weight: 600;
}
.blog-detail-cont, 
.blog-detail-cont .blog-detail-body * {
	/* font-family: 'D-DIN-Condensed'; */
}
.blog-detail-cont .blog-detail-body p,
.blog-detail-cont .blog-detail-body ul li {
	font-size: 16px;
}
.blog-detail-cont .blog-detail-body ul {
	padding-left: 0;
	list-style-position: inside;
}
.page_blog .pagination {
	margin-top: 30px;
}
.referenties_block .title-recent-projects-block {
	font-size: 18px;
}
.referenties_block .architect-name,
.referenties_block .architect-name p {
	color: #fff;
	/* font-family: "Tangerine", serif; */
	/* font-family: "Leckerli One", serif; */
	font-size: 21px;
  	/* font-weight: bold; */
	font-style: italic;
	margin: 5px 0 0 0;
}
.referenties_block .architect-name p {
	margin: 0;
}
address.with-hr {
	position: relative;
	padding-bottom: 10px;
}
address.with-hr::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--color-primary);
	height: 2px;
	width: 50px;
}
.referenties_block .card .card_thumb .badge-cont {
	/* display: flex; */
	flex-wrap: wrap;
	gap: 10px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	z-index: 1;
}
.referenties_block .card .card_thumb .badge-cont .badge-box {
	background-color: var(--color-primary);
	border: 0.5px solid #fff;
	/* border-radius: 5px; */
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	padding: 4px 8px;
	min-width: 45px;
	text-align: center;
}
/* COMMON CSS - START */
.common-page-top-banner {
	text-align: center;
}
.common-page-top-banner .page-top-banner-img {
	display: inline-block;
	object-fit: cover;
	object-position: center top;
	min-height: 160px;
	width: 100%;
}
.page-top-banner-text-box {
	background-color: var(--color-primary);
	box-shadow: 0 -15px 20px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	padding: 60px 30px;
	margin: -78px 0 0 0;
	position: relative;
	z-index: 1;
}
.page-top-banner-title {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0;
}
.page-top-banner-sub-title {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 34px 0;
}
.common-section {
	padding: 60px 0;
}
.common-section-title {
	/* font-family: 'D-DIN'; */
	/* font-family: 'D-DIN-Condensed'; */
	/* font-family: 'D-DIN-Condensed-Bold'; */
	font-size: 40px;
	line-height: 1.4;
	/* font-weight: 700; */
	margin: 0 0 40px 0;
}
/* COMMON CSS - END */
/* TEAM Page CSS - START */
.banner-two-left-col {
	border-right: 1px solid #000;
	/* padding-right: 5%; */
	padding-right: 8%;
}
.banner-two-right-col {
	/* padding-left: 5%; */
	padding-left: 8%;
}
.banner-two-box {
	margin: 0 auto;
	/* width: 850px; */
	width: 880px;
	max-width: 100%;
}
.address-info {
	margin-bottom: 30px;
	/* align-items: center; */
	align-items: flex-start;
}
.address-info:last-child {
	margin-bottom: 0;
}
.address-info .txt-info {
	/* font-family: 'D-DIN'; */
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
	max-width: calc(100% - 34px);
}
.address-info .txt-info a {
	/* font-family: 'D-DIN'; */
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
}
.address-info.info-title .txt-info {
	/* font-family: 'D-DIN'; */
	font-weight: 700;
	max-width: 100%;
}
.team-member-box-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-member-box-col {
	margin-bottom: 30px;
}
.team-member-box {
	background: #fff;
	word-break: break-all;
	text-align: center;
}
.team-member-box .team-member-photo-a,
.team-member-box .team-member-photo {
	display: inline-block;
}
.team-member-box .team-member-photo {
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}
.responsible-person-cont .team-member-box .team-member-photo {
	width: 190px;
	max-width: 100%;
}
.team-member-box .team-member-info {
	/* padding: 14px 20px 20px 20px; */
	/* padding: 15px 0 0 0; */
	padding: 15px 5px;
}
.team-member-box .team-member-name,
.team-member-box .team-member-name a {
	/* font-family: 'D-DIN-Condensed'; */
	/* color: var(--color-primary); */
	/* color: #000; */
	color: var(--light-green);
}
.team-member-box .team-member-name {
	/* border-bottom: 2px solid var(--light-green); */
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px 0;
	/* padding-bottom: 10px; */
}
.team-member-box .info-p.team-member-description {
	font-size: 15px;
	margin-bottom: 25px;
}
.team-member-box .two-info {
	border-top: 1px solid #DADADA;
	padding-top: 10px;
}
.team-member-box .info-p {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400px!important;
	margin: 0;
}
.egeon-family-box-cont {
	background-color: #F9F9F9;
	padding: 120px 0;
}
.egeon-family-box-title {
	color: #333;
	font-size: 2.5rem;
	line-height: 1.25;
	font-weight: bold;
	margin: 0 0 60px 0;
}
.egeon-family-box-subtitle {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 40px 0;
}
.egeon-family-box-ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 90px;
	row-gap: 40px;
	justify-content: center;
	align-items: center;
}
.egeon-family-box-ul li a {
	display: block;
}
.egeon-family-box-ul li:first-child {
	margin-top: 0;
}
.egeon-family-box-ul li .box-icon-cont {
	flex: 120px 0 0;
	text-align: center;
}
.egeon-family-box-ul li .box-icon {
	display: inline-block;
	max-height: 140px!important;
	width: auto!important;
}
/* TEAM Page CSS - END */
/* VISION Page CSS - START */
.vision-box-cont {
	padding: 90px 0 120px 0;
}
.vision-box-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 30px;
}
.vision-box-title {
	font-size: 40px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.vision-box-p-cont,
.vision-box-p-cont p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.vision-box-p-cont p {
	margin: 20px 0 0 0;
}
.vision-box-p-cont p:first-child {
	margin: 0;
}
.vision-box-bottom-cont {
	background-color: var(--color-primary);
}
.vision-body-cont {
	margin: 60px 0;
}
.vision-body-cont .body-p-cont,
.vision-body-cont .body-p-cont p {
	font-size: 20px;
	line-height: 1.3336;
	font-weight: 400;
}
.vision-body-cont .body-p-cont p {
	margin: 20px 0 0 0;
}
.vision-body-cont .body-p-cont p:first-child {
	margin: 0;
}
/* VISION Page CSS - END */
/* CONTACT Page CSS - START */
.contact-form-cont {
	padding: 0;
}
.contact-form-cont .contact-form-row {
	display: flex;
}
.contact-form-cont .contact-form-row .contact-left-col {
	position: relative;
}
.contact-form-cont .contact-form-row .contact-left-col::before {
	background-color: var(--light-green);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100vw;
	z-index: -1;
}
.contact-form-cont .form-left-img-cont,
.contact-form-cont .form-cont {
	float: left;
}
.contact-form-cont .form-left-img-cont {
	order: 1;
}
.contact-form-cont .form-cont {
	background-color: #fff;
	padding: 10px 5px 25px 5px;
	order: 2;
	width: 946px;
	max-width: 100%;
}
.contact-form-cont .panel-group .panel .panel-body h4 {
	font-size: 21px;
}
.contact-form-cont label {
	color: #333333;
	/* font-family: 'DINCond-Regular', sans-serif; */
	font-size: 18px;
	line-height: 1.385;
	font-weight: 400;
	max-width: calc(100% - 23px);
}
.contact-form-cont .form-control {
	border: 1px solid #333333;
	color: #333333;
	/* font-family: 'D-DIN-Condensed'; */
	/* font-family: 'D-DIN'; */
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	padding: 10px;
}
.contact-form-cont select {
	appearance: none;
	-webkit-appearance: none; /* Safari */
	-moz-appearance: none; /* Firefox */
	background: url(../../images/contact/icon-right-arrow.svg) no-repeat right 16px center;
}
.contact-form-cont .panel-group {
	margin-bottom: 30px;
}
.contact-form-cont .panel-group .panel {
	border: 1px solid #333333;
  	border-radius: 0;
}
.contact-form-cont .panel-group .panel + .panel {
	margin-top: 30px;
}
.contact-form-cont .panel-group .panel .panel-heading {
	background: transparent;
	padding: 0;
}
.contact-form-cont .panel-group .panel .panel-heading .panel-title {
	color: #333333;
	/* font-family: 'D-DIN'; */
	/* font-size: 18px; */
	font-size: 22px;
	line-height: 1.194;
	font-weight: 700;
}
.contact-form-cont .panel-group .panel .panel-heading .panel-title a {
	background-color: var(--light-green);
	display: block;
	padding: 17px 34px 17px 10px;
	position: relative;
}
.contact-form-cont .panel-group .panel .panel-heading .panel-title a::after {
	background: url(../../images/contact/icon-right-arrow.svg) no-repeat center center;
	content: "";
	position: absolute;
	right: 16px;
	top: calc(50% - 7px);
	height: 14px;
	width: 14px;
	transform: rotate(-90deg);
}
.contact-form-cont .panel-group .panel .panel-heading .panel-title a.collapsed::after {
	transform: rotate(0deg);
}
.contact-form-cont .panel-group .panel .panel-collapse .panel-body {
	padding: 30px 10px;
}
.contact-form-cont .panel-group .panel-heading + .panel-collapse > .panel-body, 
.contact-form-cont .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #333333;
}
.contact-form-cont .custom-checkbox.custom-control-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 15px;
}
.contact-form-cont .custom-checkbox.custom-control-inline input[type="checkbox"], 
.contact-form-cont .custom-checkbox.custom-control-inline .custom-control-label {
	margin: 0;
	font-size: 15px!important;
}
.contact-form-cont input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none; /* Safari */
	-moz-appearance: none; /* Firefox */
	background: url(../../images/contact/checkbox-unchecked.svg) no-repeat center center/100% 100%;
	height: 18px;
	width: 18px;
}
.contact-form-cont input[type="checkbox"]:checked {
	background-image: url(../../images/contact/checkbox-checked.svg);
}
.contact-form-cont input[type="checkbox"]:focus {
	outline: none;
}
.contact-form-cont .btn-form-submit {
	background-color: var(--light-green);
	border: 3px solid #EBEBEB;
	/* border-radius: 30px; */
	border-radius: 0;
	/* font-family: 'D-DIN'; */
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
	padding: 10px 60px;
	text-transform: unset;
}
.contact-form-cont .btn-form-submit::after {
	border: 3px solid #EBEBEB;
	/* border-radius: 30px; */
	border-radius: 0;
}
.contact-form-cont .address-cont {
	/* background-color: var(--color-primary); */
	/* background-color: #f9f9f9; */
	/* border-radius: 30px; */
	padding: 40px 30px;
}
.contact-form-cont .address-cont, 
.contact-form-cont .address-cont .address-info, 
.contact-form-cont .address-cont a {
	/* font-family: 'D-DIN'; */
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
}
.contact-form-cont .address-cont a {
	display: inline-block!important;
}
.contact-form-cont .address-cont .address-info {
	margin-bottom: 8px;
}
.contact-form-cont .address-cont .address-info:last-child {
	margin-bottom: 0;
}
.contact-form-cont .address-cont .address-box {
	margin-top: 40px;
}
.contact-form-cont .address-cont .address-box:first-child {
	margin-top: 0;
}
.contact-form-cont .contact-form-cont {
	/* background-color: #f9f9f9; */
	/* border-radius: 30px; */
	padding: 40px 30px;
}
/* CONTACT Page CSS - END */
/* Service Detail Page CSS - START */
.service-details-top {
	/* background-color: var(--color-primary); */
	/* padding: 60px 0; */
	padding: 120px 0;
}
.service-details-top .top-txt-cont,
.service-details-top .top-txt-cont p {
	/* font-family: "D-DIN-Condensed"; */
	font-size: 20px;
	line-height: 1.3336;
	font-weight: 400;
}
.service-details-top .top-txt-cont p * {
	/* font-family: "D-DIN-Condensed"; */
}
.responsible-person-cont {
	background-color: var(--color-primary);
}
.responsible-person-cont .col-right-body {
	padding: 60px 0;
}
.responsible-person-cont .col-right-body p {
	font-size: 20px;
	line-height: 1.3336;
	font-weight: 400;
	margin-bottom: 10px;
}
.responsible-person-cont .col-right-body p strong {
	font-size: 22px;
	line-height: 1.3336;
	font-weight: 600;
}
.responsible-person-cont .col-right-body ul li {
	font-size: 20px;
}
.responsible-person-cont .col-right-cont {
	background-color: #fff;
	height: 100%;
	padding: 60px 20px;
}
.related-blog {
	/* background-color: var(--color-primary); */
	padding: 60px 0;
}
.blog-box {
	background: #fff;
	border: 1px solid #DADADA;
	margin-bottom: 30px;
	/* word-break: break-all; */
	word-break: break-word;
}
.blog-box .blog-photo-a,
.blog-box .blog-photo {
	display: block;
}
.blog-box .blog-photo {
	display: block;
	/* aspect-ratio: 2/1.25; */
	aspect-ratio: 2/1;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}
.blog-box .blog-info {
	padding: 14px 20px 20px 20px;
}
.blog-box .blog-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400px!important;
	margin: 0 0 15px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-box .blog-title,
.blog-box .blog-title a {
	/* font-family: 'D-DIN-Condensed-Bold'; */
	color: #000;
}
.blog-box .blog-text {
	/* font-family: "D-DIN-Condensed"; */
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400px!important;
	margin: 0 0 15px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.blog-box .blog-read-more {
	/* background-color: var(--color-primary-dark); */
	background-color: var(--light-green);
	/* border: 3px solid #EBEBEB; */
	/* border-radius: 6px; */
	color: #fff;
	display: inline-block;
	/* font-family: "D-DIN-Condensed"; */
	font-size: 17px;
	line-height: 1.2;
	font-weight: 400px!important;
	margin: 0 0 15px 0;
	padding: 10px 30px;
	position: relative;
	transition: all 0.5s;
}
.blog-box .blog-read-more:hover {
	background-color: var(--color-primary-dark);
}
.related-projects {
	background-color: #f1f1f1;
	/* background-color: var(--color-primary-light); */
	padding: 60px 0;
}
.service-details-top-row {
	display: flex;
}
.services-page-menu {
	/* background-color: var(--color-primary-light); */
	/* background-color: #99e13c; */
	background: #fff;
  	/* border: 1px solid #DADADA; */
	list-style: none;
	/* padding: 20px 15px; */
	padding: 0;
}
.services-page-menu li {
	/* margin-top: 15px; */
	margin-top: 5px;
	text-align: center;
}
.services-page-menu li:first-child {
	margin-top: 0;
}
.services-page-menu li a {
	color: #000;
	/* color: var(--color-primary); */
	/* font-family: "D-DIN-Condensed"; */
	/* font-size: 20px; */
	font-size: 17px;
	/* line-height: 1.3336; */
	line-height: 1;
	font-weight: 400;
}
.services-page-menu li a:hover {
	/* color: #488000; */
	/* color: #fff; */
	color: #488000;
}
.services-page-menu li a i {
	font-family: FontAwesome;
	margin-right: 5px;
}
/* Service Detail Page CSS - END */
/*---- 06|07|10|12|13|14|18-02|06|11|12-03-2025 - CSS - END ----*/
.testimonials .owl-controls {
	display: none;
}
.testimonials .owl-dots {
  max-width: 200px;
  height: 20px;
  margin: 0 auto;
  overflow: auto;
}
/*---- Pricelist Page CSS - START ----*/
.pricing-page-cont,
.pricing-page-cont * {
	/* font-family: 'D-DIN-Condensed'; */
}
.cust-row {
	display: flex;
	/* display: grid; */
	/* grid-template-columns: 40% 60%; */
	/* grid-template: "pricing-left-col pricing-right-col" auto / 1fr 2fr; */
    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.cust-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
	padding-right: 15px;
}
.cust-col {
	/* height: 100%; */
}
.pricing-left-col,
.pricing-right-col {
	flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
	padding-right: 15px;
}
.pricing-left-col {
	/* position: sticky;
	top: 0; */
	width: 40%;
	/* grid-area: pricing-left-col;
	align-self: flex-start; */
	/* height: 100%; */
}
.pricing-right-col {
	/* grid-area: pricing-right-col;
	align-self: flex-start; */
	width: 60%;
}
#sidebar-wrapper {
	height: 100%;
}
.sticky-sidebar {
	background-color: var(--color-primary);
	position: relative;
	padding: 35px 60px 35px 0;
	min-width: 450px;
	max-width: 100%;
	height: 100%;
}
.sticky-sidebar::before {
	content: "";
	background-color: var(--color-primary);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: -1;
}
.sticky-sidebar.fixed {
	position: fixed;
	/* position: sticky; */
	top: 0;
	/* left: 0; */
	/* height: calc(100% - 0px); */
	/* z-index: -1; */
}
.sticky-sidebar .panel-group {
	max-height: 90vh;
	/* max-height: 202px; */
  	overflow: auto;
}
.sticky-sidebar .panel-group .panel-default {
	border-radius: 0;
	border: none;
	border-top: 1px solid #797979;
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 40px 0 40px 0;
}
.sticky-sidebar .panel-group .panel-default:first-child {
	border-top: none;
}
.sticky-sidebar .panel-group .panel-default .panel-heading {
	background: transparent;
	border: none;
	padding: 0;
}
.sticky-sidebar .panel-title {
	position: relative;
}
.sticky-sidebar .panel-title a {
	background: url(../../images/pricing/right-arrow.svg) no-repeat right 5px center;
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-right: 20px;
}
.sticky-sidebar .panel-title .glyphicon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.2s ease;
}
.sticky-sidebar .panel-title .glyphicon.rotate {
	transform: translateY(-50%) rotate(90deg);
}
.sticky-sidebar .nav li {
	padding: 10px 0;
}
.sticky-sidebar .nav li:first-child {
	padding-top: 20px;
}
.sticky-sidebar .nav li:last-child {
	padding-bottom: 0;
}
.sticky-sidebar .nav li a {
	color: #000;
	font-size: 18px;
	font-weight: 400px;
	padding: 0;
}
.sticky-sidebar .nav li a:hover,
.sticky-sidebar .nav li a:focus,
.sticky-sidebar .nav li a:active,
.sticky-sidebar .nav li a.checked {
	background-color: transparent;
	font-weight: 600;
}
.sticky-sidebar .nav li a.checked {
	background: transparent url(../../images/pricing/check.svg) no-repeat left top 7px;
	padding-left: 25px;
}
.main-body-content {
	padding: 75px 0;
}
.main-body-content .page-section-cont {
	margin-bottom: 60px;
}
.main-body-content .page-section-cont:last-child {
	margin-bottom: 0
}
.page-section-cont .page-section-title {
	color: #333333;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.pricing-page-cont .page-section-cont .page-section-title {
	position: relative;
  	padding-right: 30px;
}
.pricing-page-cont .page-section-cont .page-section-title .pricing-back-to-top {
	position: absolute;
	right: 0;
	top: 0;
}
.page-section-cont .page-section-subtitle {
	color: #333333;
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.page-section-cont .page-section-text-cont p {
	color: #333333;
	/* font-size: 16px; */
	/* font-weight: 400; */
	margin: 0 0 10px 0;
}
.page-section-cont .table-responsive {
	font-size: 20px;
	text-align: center;
}
.page-section-cont .table-responsive tr th {
	background-color: #F3F3F3;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
.page-section-cont .table-responsive tr td {
	text-align: center;
	vertical-align: middle;
}
.page-section-cont .table-responsive tr td img {
	display: inline-block;
}
.page-section-cont .table-responsive .select-age {
	background-color: transparent;
	border: none;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	width: 50px;
}
.page-section-cont .table-responsive .kids-checkbox {
	appearance: none;
	background: url(../../images/pricing/checkbox-unchecked.svg) no-repeat center center/100% 100%;
	border: none;
	height: 32px;
	width: 32px;
	margin: 0 auto;
}
.page-section-cont .table-responsive input[type="checkbox"]:checked.kids-checkbox {
	background: url(../../images/pricing/checkbox-checked.svg) no-repeat center center/100% 100%;
}
.page-section-cont .table-responsive .kids-checkbox:hover,
.page-section-cont .table-responsive .kids-checkbox:focus,
.page-section-cont .table-responsive .kids-checkbox:active {
	box-shadow: none;
	outline: none;
}
.page-section-cont .table-responsive .btn-text-edit {
	color: var(--color-primary);
	font-weight: 700;
}
.page-section-cont .table-responsive .btn-text-edit:hover {
	text-decoration: underline;
}
footer.relative {
	position: relative;
}
@media (min-width:992px) and (max-width: 1199px) {
	.sticky-sidebar {
  		min-width: 358px;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.sticky-sidebar {
  		min-width: 270px;
  		max-width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.pricing-left-col, 
	.pricing-right-col {
		width: 100%;
	}
	.sticky-sidebar .panel-group {
  		max-height: 290px;
	}
	.sticky-sidebar {
		padding: 15px 0 0 0;
  		min-width: 100%;
  		max-width: 100%;
	}
	.sticky-sidebar::before {
  		right: -15px;
	}
	.sticky-sidebar.fixed {
		position: relative;
	}
	.sticky-sidebar .panel-group .panel-default {
		padding: 15px 0;
	}
	.sticky-sidebar .panel-title a {
  		font-size: 18px;
	}
	.sticky-sidebar .nav li {
  		padding: 2px 0;
	}
	.sticky-sidebar .nav li:first-child {
		padding-top: 10px;
	}
	.sticky-sidebar .nav li a {
  		font-size: 16px;
	}
	.main-body-content {
		padding: 30px 0;
	}
	.page-section-cont .page-section-title, 
	.page-section-cont .page-section-subtitle {
  		font-size: 28px;
	}
	.page-section-cont .page-section-text-cont p {
  		font-size: 15px;
	}
	.page-section-cont .table-responsive {
		font-size: 16px;
	}
}
/*---- Pricelist Page CSS - END ----*/
.wordwrap {
  word-wrap: break-word;
}

.responsible-person-cont h1, 
.responsible-person-cont h1 *, 
.responsible-person-cont h2, 
.responsible-person-cont h2 *, 
.responsible-person-cont h3, 
.responsible-person-cont h3 *, 
.responsible-person-cont h4, 
.responsible-person-cont h4 *, 
.responsible-person-cont h5, 
.responsible-person-cont h5 *, 
.responsible-person-cont h6, 
.responsible-person-cont h6 *, 
.responsible-person-cont ul, 
.responsible-person-cont ul *, 
.responsible-person-cont li, 
.responsible-person-cont li * {
  font-family: 'D-DIN-Condensed';
}
/*---- SEARCH (Autocomplete) CSS - START ----*/
.autocomplete-suggestions {
	background-color: #fbfbfb;
	overflow-x: hidden;
    overflow-y: scroll;
    max-height: 60vh;
    width: 100%;
    position: absolute;
	right: 0;
    top: 100%;
    z-index: 999;
}
.autocomplete-suggestions > br {
	display: none;
}
.autocomplete-suggestions .autocomplete-item {
	font-size: 13px;
    line-height: 1.35;
    padding: 0 15px 15px 15px;
}
.autocomplete-suggestions .autocomplete-item * {
	font-size: 13px;
}
.autocomplete-suggestions .autocomplete-item:first-child {
	padding-top: 15px;
}
.autocomplete-suggestions .autocomplete-item,
.autocomplete-suggestions .autocomplete-item * {
	font-family: 'DINCond-Regular', sans-serif;
}
.autocomplete-suggestions .autocomplete-item a {
	color: var(--color-primary-dark);
	transition: all 0.5s;
}
.autocomplete-suggestions .autocomplete-item a:hover {
	color: var(--color-primary);
}
.autocomplete-suggestions .autocomplete-item > hr {
	margin: 6px 0;
}
.autocomplete-suggestions .autocomplete-item ul {
	padding-left: 12px;
}
.autocomplete-suggestions .autocomplete-item ul li {
	margin-top: 5px;
}
.autocomplete-suggestions .autocomplete-item ul li:first-child {
	margin-top: 0;
}
.autocomplete-suggestion {
	padding: 8px;
	cursor: pointer;
}
.autocomplete-suggestion:hover {
	background: #f0f0f0;
}
/*---- SEARCH (Autocomplete) CSS - END ----*/
/*---- SEARCH PAGE CSS - START ----*/
.search-page-cont {
	padding: 60px 0 120px 0;
}
.search-page-cont .page-title-h1 {
	margin: 0 0 10px 0;
}
.search-page-cont .page-sub-title-p {
	margin: 0 0 20px 0;
}
.search-page-cont .search-body-cont .search_form .input-group {
	width: 100%;
}
.search-page-cont .search-body-cont .search_form .top-search-bar {
	background-color: #f1f1f1;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.search-page-cont .search-body-cont .search_form .top-search-bar .search-bar-label {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 500;
	padding-right: 10px;
	margin: 0;
}
.search-page-cont .search-body-cont .search_form .top-search-bar .form-group {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.search-page-cont .search-body-cont .search_form .top-search-bar .form-control {
    background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px 40px 10px 20px;
}
.search-page-cont .search-body-cont .search_form .top-search-bar .input-group-addon {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 !important;
	position: absolute;
    right: 25px;
    z-index: 9;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions {
    background-color: transparent;
	position: unset;
    max-height: unset;
    overflow: unset;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item {
    font-size: 16px;
    line-height: 1.35;
    padding: 0 0 30px 0;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item * {
	font-size: 16px;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item:first-child {
	padding-top: 30px;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item,
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item * {
	font-family: 'DINCond-Regular', sans-serif;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item a {
	color: var(--color-primary-dark);
	transition: all 0.5s;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item a:hover {
	color: var(--color-primary);
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item > hr {
	margin: 6px 0;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item ul {
	padding-left: 12px;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item ul li {
	margin-top: 5px;
}
.search-page-cont .search-body-cont .search_form .autocomplete-suggestions .autocomplete-item ul li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.search-page-cont .page-title-h1 {
		font-size: 28px;
	}
	.search-page-cont .page-sub-title-p {
		font-size: 16px;
	}
	.search-page-cont .search-body-cont .search_form .top-search-bar {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.search-page-cont .search-body-cont .search_form .top-search-bar .form-group {
		width: 100%;
	}
}
/*---- SEARCH PAGE CSS - END ----*/
/*---- PAGINATION CSS - START ----*/
.paginatio-cont {}
.paginatio-cont .pagination > li > a:hover,
.paginatio-cont .pagination > li > span:hover,
.paginatio-cont .pagination > .active > a, 
.paginatio-cont .pagination > .active > span, 
.paginatio-cont .pagination > .active > a:hover, 
.paginatio-cont .pagination > .active > span:hover, 
.paginatio-cont .pagination > .active > a:focus, 
.paginatio-cont .pagination > .active > span:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
	color: #fff;
}
.paginatio-cont .pagination > li > a, 
.paginatio-cont .pagination > li > span {
    color: var(--color-body);
}
/*---- PAGINATION CSS - END ----*/
.btn-bottom-contact {
	background: var(--light-green) !important;
	border: 1px solid #000;
	color: #000;
	font-size: 18px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: inline-block;  
	padding: 5px 25px;
	z-index: 2;
}
.back-to-top {
  background: var(--light-green) !important;
  border: 1px solid #000;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: inline-block;  
  padding: 15px;
}
.back-to-top:hover {
  cursor: pointer;
}
.back-to-top i {
  font-size: 19px;
  display: block;
}
.bottom-cta-cont .bottom-link-cont a {
	font-size: 15px;
	color: #333;
    margin-bottom: 15px;
}
.bottom-cta-cont .bottom-link-cont a:hover {
	color: #000;
}
.cta-info {
	font-size: 17px;
	margin-bottom: 5px;
}
.cta-info a {
	color: #333;
}
.cta-info a:hover {
	color: var(--color-primary);
}