@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color: #444;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0px 0px 10px;
	color: #272727;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 22px;
}

h3 {
	font-size: 26px;
}

p {
	margin-bottom: 22px;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height: 25px;
	color: #727272;
	font-weight: 400;
}
a {
	color:#7EC13F;
	background:none;
	text-decoration: none;
	outline: none;
}

.button {
    margin-top: 60px;
    border: none;
    background: #a5794c;
    color: #FFF;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
	color: #1B1A1A;
	padding: 20px;
	max-width: 200px;
	text-align: center;
}

.button a {

	color: #1B1A1A;
}

.button2 {
    margin-top: 0px;
    border: none;
    background: #a5794c;
    color: #FFF;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
	color: #1B1A1A;
	padding: 20px;
	max-width: 200px;
	text-align: center;
}

.button2 a {

	color: #1B1A1A;
}

ol, ul {

    line-height: 20px!important;
}

a:hover, a:active, a:focus {
	color:#ffffff;
	text-decoration: none;
	outline: none;
}

::selection {
 background:#F5514B;
 color:#FFF;
}

::-moz-selection {
 background:#F5514B;
 color:#FFF;
}

img {
	max-width:100%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #484444;
	height: 46px;
	width: 100%;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0px;
	transition: all 200ms ease-in 0s;
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
	border: 2px solid rgba(236, 240, 241, 0.58);
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color:#FFF !important;
}

/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

::-webkit-input-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

:-moz-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

::-moz-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

:-ms-input-placeholder {
 color:#FFF !important;
 font-weight: 600;
 letter-spacing:1px;
}

.clear {
	clear:both;
}

.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:rgba(126, 193, 63, .8);
	text-align: center;
}

.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover {
	background:rgba(126, 193, 63, .9);
}

.section {
	padding:100px 0 70px;
	position:relative;
}

.section .container {
	position:relative;
}

.title-box {
	border-bottom-width: 0px;
	margin-bottom: 75px;
	position: relative;
}

.title-box h2.title {
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
}

.title-box h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #00AAB3;
}

.title-box.white h2.title:before {
	background:#FFF;
}

.title-box.white h2.title {
	color:#FFF;
}

.title-box.text-center h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right:0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #575051;
}

.title-box.text-right:before {
	left: auto;
	right: 0;
}

.title-box.text-center:before {
	left: 50%;
	margin-left: -20px;
}

.color-white h2 {
	color:#fff !important;
}

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}

.overlay {
	background:rgba(0, 0, 0, 0.4) url("../images/pattern.png") repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

section {
	position:relative;
}

.parallax .container {
	position:relative;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

.btn {
    box-shadow: none;
    line-height: 22px;
    font-weight: 600;
    padding: 6px 23px;
    font-size: 15px;
    border-radius: 20px;
    border: 2px solid transparent;
    color: #262B37;
    transition: all 200ms ease 0s;
}

.btn-red {
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
	color:#FFF;
}
.btn-red:hover, .btn-red:focus {
	background:#FFF;
	border-color: FFFF;
	color:#000;
}

.btn-white {
	background:#FFF;
	border-color: FFFF;
	color:#5F5A5A;
}

.btn-white:hover, .btn-white:focus {
	color: #FFF;
	background: #7EC13F;
	border-color:#7EC13F;
}


.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
}

.btn-green {
	background:#7EC13F;
	border-color: #7EC13F;
	color:#FFF;
}

.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background:transparent;
	border-color: #FFF;
}

.btn-gray-border {
    border: 2px solid #7A7A7B;
    background: transparent;
    color: #4F4F50;
}

.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background:#7EC13F;
	border-color:#7EC13F;
}

/*-----------------------------------------------------------------*/
/* spacing & margin
/*-----------------------------------------------------------------*/


.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.no-margin-bottom {
	margin-bottom: opx !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-90 {
	margin-left: 90px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.padding-top-5 {
	padding-top:5px;
}

.padding-top-10 {
	padding-top:10px;
}

.padding-top-15 {
	padding-top:15px;
}

.padding-top-20 {
	padding-top:20px;
}

.padding-top-25 {
	padding-top:25px;
}

.padding-top-30 {
	padding-top:30px;
}

.padding-top-35 {
	padding-top:35px;
}

.padding-top-40 {
	padding-top:40px;
}

.padding-top-45 {
	padding-top:45px;
}

.padding-top-50 {
	padding-top:50px;
}

.padding-top-55 {
	padding-top:55px;
}

.padding-top-60 {
	padding-top:60px;
}

.padding-top-70 {
	padding-top:70px;
}

.padding-top-80 {
	padding-top:80px;
}

.padding-top-90 {
	padding-top:90px;
}

.padding-top-100 {
	padding-top:100px;
}

.padding-bottom-5 {
	padding-bottom:5px;
}

.padding-bottom-10 {
	padding-bottom:10px;
}

.padding-bottom-15 {
	padding-bottom:15px;
}

.padding-bottom-20 {
	padding-bottom:20px;
}

.padding-bottom-25 {
	padding-bottom:25px;
}

.padding-bottom-30 {
	padding-bottom:30px;
}

.padding-bottom-35 {
	padding-bottom:35px;
}

.padding-bottom-40 {
	padding-bottom:40px;
}

.padding-bottom-45 {
	padding-bottom:45px;
}

.padding-bottom-50 {
	padding-bottom:50px;
}

.padding-bottom-55 {
	padding-bottom:55px;
}

.padding-bottom-60 {
	padding-bottom:60px;
}

.padding-bottom-70 {
	padding-bottom:70px;
}

.padding-bottom-80 {
	padding-bottom:80px;
}

.padding-bottom-90 {
	padding-bottom:90px;
}

.padding-bottom-100 {
	padding-bottom:100px;
}

.padding-5 {
	padding:5px;
}

.padding-10 {
	padding:10px;
}

.padding-15 {
	padding:15px;
}

.padding-20 {
	padding:20px;
}

.padding-25 {
	padding:25px;
}

.padding-30 {
	padding:30px;
}


/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/


#header {
	top: 0;
	z-index: 500;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

.menu-bg {
	background:#202020;
}

#main-menu ul {
	display: block;
	width: 100%;
	text-align: right;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}

#main-menu ul li a:hover {
	color:#FFF;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #FFF;
	box-shadow: inset 0 -2px 0 #FFF;
}

.clear-toggle {
	display:none;
	clear:both;
}

.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}

.logo {
	width: 100% !important;
	height: 100% !important;
}

.logo-nav {
	float: left;
	line-height: 60px;
}


/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/


.home {
	overflow: hidden;
	font-family: "Raleway", sans-serif;
}

.home .slides {
	display: inline-block;
	width: 100%;
}

.home .flexslider {
	overflow: hidden;
}

.big {
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	margin: 6px -10px;
	color: #fff;
}

.small {
    font-size: 25px;
    font-weight: 200;
    color: #FFF;
    margin: 30px 0px 0px;
	font-weight: 500;
	    line-height: 30px;
}

.home .flexslider .slides img {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.home .flexslider .slides img.parallax {
	background-attachment: fixed;
}

.flexslider.video img {
	background: none !important;
}

#video_player {
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
}

.slider-text-wrapper {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 60%;
	left: 0;
	margin-top: -125px;
	z-index:999;
}

.slider-text-wrapper .btn {
    margin-top: 60px;
    border: none;
    background: #a5794c;
    color: #FFF;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

.flex-control-nav {
	bottom: 40px;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-paging li a {
	width: 6px !important;
	height: 6px !important;
	box-shadow: none !important;
	background: #fff !important;
	display: inline-block !important;
	text-indent: -9999px !important;
	border-radius: 50% !important;
	margin: 0 6px !important;
	cursor: pointer !important;
	z-index:9999 !important;
}

.flex-control-paging li a.flex-active {
	background: #18263a;
}

.flexslider {
	position: relative;
}

.flex-prev {
	color: #333;
	font-size: 40px;
	height: 40px;
	left: 20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.home .flex-prev, .home .flex-next {
	color: #FFF;
	transition: none 0s ease 0s;
	z-index: 999;
}

.flex-next {
	color: #333;
	font-size: 40px;
	height: 40px;
	right: 0px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.home .flex-prev, .home .flex-next {
	color: #fff;
	transition: none;
}

#home {
	width: 100%;
	height: 100%;
	color: #fff;
}

.slider-overlay {
	background:url("../images/pattern.png") repeat rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
}

.flex-control-nav li a {
	width: 30px;
	height: 5px;
	background: #FFF;
	text-indent:-9999px;
	display:block;
	opacity: 0.4;
}

.flex-control-nav li a.flex-active {
	opacity: 1;
}

.flex-direction-nav .flex-prev:hover,  .flex-direction-nav .flex-next:hover {
	opacity: 1;
}


/*-----------------------------------------------------------------*/
/* About
/*-----------------------------------------------------------------*/

.features-icon-box {
	margin-bottom:50px;
}

.features-icon-box .features-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 41px;
	font-size: 45px;
	color:#7EC13F;
}

.features-icon-box .features-info {
	margin-left: 80px;
}


/*-----------------------------------------------------------------*/
/* Fun Facs
/*-----------------------------------------------------------------*/

#facts {
	background:url(../images/parallax/facts.jpg) no-repeat;
	padding: 150px 0px 100px;
}

.facts-box {
	text-align:center;
}

.facts-box h3 {
	font-size: 40px;
	margin-bottom: 12px;
	color: #FFF;
	font-weight: 700;
}

.facts-box span {
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.facts-box i {
	color: #FFF;
	font-size: 50px;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------*/
/* Tab
/*-----------------------------------------------------------------*/


.content-tab-1 .nav {
	text-align: center;
	text-transform: uppercase;
}

.content-tab-1 > .nav > li {
	float: none;
	display: inline-block;
	border: 2px solid #B1AEAE;
	padding: 3px 20px;
	box-shadow: 0px 0px 2px #F2F2F2;
	margin-bottom: 5px;
}

.content-tab-1 > .nav li > a {
	color: #CFD9E6;
	background-color: transparent;
	transition: all 0.2s ease 0s;
}

.content-tab-1 > .nav li > a > i {
	color: #474846;
	font-size: 35px;
	margin-bottom: 10px;
}

.content-tab-1 > .nav > li > a > h4 {
	display: block;
	color: #4D3F3F;
	font-size: 16px;
	margin-bottom: 0px;
}

.content-tab-1 > .nav > li.active > a > h4, .content-tab-1 > .nav > li.active > a > i {
    color: #FFF;
}

.content-tab-1 > .nav > li.active {
    border: 2px solid #7EC13F;
    background: #7EC13F;
}

.tab-content-main {
	padding: 70px 0px 0px;
}

.tab-content-main img {
	float: left;
	margin-right: 75px;
}

.tab1-features {
	margin-bottom:30px;
}

.tab1-features .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #7EC13F ;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	border:2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.tab1-features:hover .icon {
	border-color:#7EC13F;
	color:#7EC13F;
	background:transparent;
}

.tab1-features .info {
	margin-left: 60px;
}

.tab-carousel.owl-theme .owl-controls {
	text-align: center;
	position: absolute;
	top: 45%;
	width:100%;
}

.tab-carousel.owl-theme .owl-controls .owl-buttons div {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#7EC13F;
	position: absolute;
	margin: 0;
}

.tab-carousel .owl-prev {
	left:0;
	position:absolute;
}

.tab-carousel .owl-next {
	right:0;
	position:absolute;
}
.tab-carousel .owl-prev:hover, .tab-carousel .owl-next:hover {
	background:#4F3B3B;
}

.tab-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

.tab2-services-box {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E1DDDD;
}
.tab2-services-box .media {
	margin-bottom:30px;
}

.tab2-services-box .services-info h4 {
}

.tab2-services-box .services-info p {
	margin-bottom:0;
}

.features-tab3 {
	margin-top: 20px;
	display: inline-block;
}

.features-tab3 .features-left, .features-tab3 .features-right {
	padding-top: 20px;
}

.features-tab3 .features-left h4, .features-tab3 .features-right h4, .features-tab3 .features-left p, .features-tab3 .features-right p {
	line-height: 25px;
}

.features-tab3 .features-left .features-item, .features-tab3 .features-right .features-item {
	margin-bottom: 40px;
}

.features-tab3 .features-left .features-icon, .features-tab3 .features-right .features-icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #7EC13F;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #7EC13F;
	position: relative;
	border-radius: 28px;
	transition: all 0.7s ease-in-out 0s;
}

.features-tab3 .features-left .features-item:hover .features-icon, .features-tab3 .features-right .features-item:hover .features-icon {
	color:#FFF;
	border-color:#7EC13F;
	background:#7EC13F;
}

.features-tab3 .features-left .features-icon {
	float:right;
}

.features-tab3 .features-right .features-icon {
	float:left;
}

.features-tab3 .features-left .features-info {
	text-align: right;
	margin-right: 90px;
}

.features-tab3 .features-right .features-info {
	text-align: left;
	margin-left: 90px;
}

.tab4-services-box {
	margin-bottom:30px;
	text-align:center;
}

.tab4-services-box .icon {
	text-align: center;
	font-size: 47px;
	display: inline-block;
	color: #7EC13F;
	width: 100px;
	height: 100px;
	border: 1px solid #7EC13F;
	line-height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tab4-services-box .info {
	margin-top:20px;
}

.tab4-services-box .info h4 {
	margin-bottom:14px;
}

.tab4-services-box:hover .icon {
	background:#7EC13F;
	color:#FFF;
	border-color:#7EC13F;
}

.core-features .list {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

.core-features .list li {
    font-size: 15px;
    margin: 0px 0px 12px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding: 0px 0px 0px 25px;
    list-style: outside none none;
	color: #6E6D6D;
}

 .core-features .list li::after {
 top: 0px;
 left: 0px;
 content: "\f058";
 position: absolute;
 font-family: "FontAwesome";
}





/*-----------------------------------------------------------------*/
/* History
/*-----------------------------------------------------------------*/


#history {
	background:url(../images/parallax/timeline.jpg);
}

ul.timeline {
	margin: 40px auto 0;
	width: 100%;
	background: url(../images/timeline-bg.jpg) center center repeat-y;
	height: auto;
	position: relative;
	padding: 0 0 80px;
	z-index:200;
}

.timeline .year {
	background: #FFFFFF;
	clear: both;
	color: #3C3D3D;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	margin: 31px auto;
	text-align: center;
	width: 75px;
	height:75px;
	border-radius:50%;
	line-height:72px;
	left: -35px;
	border: 3px solid #919191;
	position: relative;
	top: -5px;
	left: auto;
}

.timeline .timeline-item {
	float: left;
	padding: 20px;
	width: 47.5%;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	z-index: 550;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item h4 {
	color: #FFF;
	font-size: 15px;
}

.timeline .timeline-item p {
	color: #FFF;
}

.timeline .timeline-item span {
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
	color: #FFF;
}

.timeline .timeline-item:after {
	content: '';
	position: absolute;
	right: -6.8%;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 100px;
	top: 18px;
	z-index: 20;
}

 .timeline .timeline-item:nth-of-type(2n):before {
	 border-top: 10px solid rgba(0, 0, 0, 0);
	 border-bottom: 10px solid rgba(0, 0, 0, 0);
	 border-left: 10px solid rgba(0, 0, 0, 0);
	 border-right: 10px solid rgba(0, 0, 0, 0.7);
	 content: "";
	 right: 100%;
	 position: absolute;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}

.timeline .timeline-item:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: -20px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

 .timeline .timeline-item:nth-of-type(2n) {
 float: right;
 clear: right;
}

.timeline .year + .timeline-item {
	margin-top: -20px;
}

 .timeline .timeline-item:nth-of-type(2n):after {
 left: -6.8%;
}

.timeline .end-icon:before {
	clear:both;
}

.timeline .end-icon {
	height: 64px;
	border: 3px solid #919191;
	border-radius: 300px;
	background: #FFF;
	color: #868586;
	font-size: 24px;
	bottom: 0px;
	left: 50%;
	margin-left: -32px;
	text-align: center;
	padding: 19px 0px;
	clear: both;
	position: absolute;
	width: 64px;
}



/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/

#works {
    position: relative;
    padding-bottom: 0px;
    line-height: 0;
}

.work-grid .mix {
	opacity: 0;
	display: none;
}

.filtering {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.filter {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s linear 0s;
    padding: 20px 24px;
    margin-bottom: 15px;
    color: #5C5C5C;
    font-weight:600;
    font-size: 14px;
    border: 2px solid #B1AEAE;
}

.filter:last-child {
	margin:0px;
}

.filter.active, .filter:hover {
	color:#FFF;
	background:#7EC13F;
	border-color:#7EC13F;
}

.work-main {
	width:100%;
	clear: both;
	margin-top: 60px;
	display: inline-block;
}

.work-grid {
	width: 100%;
	padding:0;
}

.work-grid .work-item {
	overflow: hidden;
}

.work-grid .work-item .work-image {
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.work-grid .work-item .work-image img {
	width:100%;
	height: auto;
}

.work-grid .work-item .work-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity:0;
}

.work-grid .work-item .work-caption h4 {
    font-size: 16px;
    color: #FFF;
    margin: 30px 0px 0px 30px;
    letter-spacing: 1px;
}

.work-grid .work-item .work-caption p {
    font-size: 17px;
    color: #FFF;
    margin: 2px 0px 0px 30px;
    letter-spacing: 1px;
}

.work-grid .work-item .hover-link {
	left: 50px;
	position: absolute;
	bottom:25px;
	z-index:9999;
	opacity:0;
}

.work-grid .work-item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width:50px;
	height:50px;
	margin: 0px;
	border-radius: 100%;
	cursor:pointer;
	z-index:200;
}

.work-grid .work-item:hover .hover-link, .work-grid .work-item:hover .work-caption {
	opacity:1;
}

.work-grid .work-item:hover .work-caption {
	background: rgba(0, 0, 0, 0.72);
}

.thumnail-img {
	position: relative;
	float: left;
	display: inline-block;
	width: 25%;
	overflow: hidden;
}


/*-----------------------------------------------------------------*/
/* Call To Action
/*-----------------------------------------------------------------*/

#cta {
	background:url(../images/parallax/cta.jpg) no-repeat;
	padding:130px 0px 130px;
}

#cta h2 {
    color: #FFF;
    font-size: 33px;
    margin-bottom: 36px;
    font-weight: 600;
    text-shadow: 0px 0px 2px #1B1A1A;
}

#cta .btn-white {
	margin-right:15px;
}


/*-----------------------------------------------------------------*/
/* Team
/*-----------------------------------------------------------------*/


#team {
	padding:100px 0px 130px;
	background: #FFF;
}

.team-items {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-items .item {
	background: #fff;
	height: auto;
	font-weight: 300;
	margin:0px 10px 10px;
	padding: 15px;
	cursor: pointer;
}

.team-items .item img {
	margin-bottom: 20px;
}

.team-items .item h4 {
	margin-bottom: 6px;
}

.team-items .item h5 {
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	color: #464745;
}

.team-items .item p {
	margin-bottom: 9px;
}

.socials {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
}

.socials ul {
	margin:0px;
	padding:0px;
}

.socials ul li {
	display:inline-block;
	list-style:none;
}

.socials ul li a {
	background: #FFF;
	border: 1px solid #A9ACAE;
	color: #A0A3A5;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.socials ul li a:hover {
	background:#7EC13F;
	border-color:#7EC13F;
	color:#FFF;
}

#team .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: relative;
	height: 40px;
}

#team .owl-prev, #team .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#FA3636;
	position: absolute;
	transition: all 0.3s ease 0s;
}

#team .owl-prev {
	right: 50%;
	margin-right: 10px;
}

#team .owl-next {
	left: 50%;
	margin-left: 10px;
}

#team .owl-prev:hover, #team .owl-next:hover {
	background:#3C3C3C;
}


/*-----------------------------------------------------------------*/
/* Skills
/*-----------------------------------------------------------------*/

#skills {
	text-align:center;
	padding:100px 0px 0px;
	background:url(../images/parallax/skills.jpg) no-repeat;
}

.pie-chart-main {
	margin-bottom:100px;
}

.pie-chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 120px;
	margin-top:70px;
}

.pie-chart canvas {
	position: absolute;
	top: -60px;
	left: 0;
	width: 150px;
	height: 150px;
	color:#FFF;
}

.percent {
	display: inline-block;
	z-index: 2;
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	color:#FFF;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 20px;
}

.pie-chart-main h4, .pie-chart-main p {
	color:#FFF;
}


/*-----------------------------------------------------------------*/
/* Services
/*-----------------------------------------------------------------*/

#services {
	padding-bottom:50px;
	background:#FFF;
}

.services-box {
	text-align: center;
	margin-bottom: 50px;
	border: 1px solid #EAE7E7;
	padding: 29px 10px 20px;
}

.services-box .services-icon {
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 38px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px auto;
	background: #7EC13F none repeat scroll 0% 0%;
}

.services-box .services-desc {
	margin-top: 25px;
}

.services-box .services-desc h4 {
	margin: 31px 0px 20px;
}


/*-----------------------------------------------------------------*/
/*  Why Choose Us
/*-----------------------------------------------------------------*/


#why-choose {
	background:#FBFBFB;
}

.tabs-main {
	padding-right: 15px;
	margin-bottom:30px;
}

.accordion-main {
	padding-left: 15px;
	margin-bottom:30px;
}

.tabs .nav-tabs li a {
	border-radius:1px;
	color:#272727;
	font-weight: 700;
	font-size: 16px;
	padding:8px 16px;
	background:#F3F0F0;
	border-top:2px solid #F3F0F0;
}

.tabs .nav-tabs li.active a {
	border-top: 2px solid #7EC13F;
	background: #FFF;
	color: #272727;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}

.tabs .nav-tabs li a:hover {
	background:#ededed;
}

.tabs .nav-tabs li.active a:hover {
	background:#FFF;
}

.tabs .tab-content {
	border:1px solid #dbdbdb;
	border-top:none;
	padding:25px 15px;
	font-size:14px;
	color:#a9a9a9;
}

.panel-group .panel-heading {
	cursor: pointer;
	padding: 15px 15px;
}

.panel-body ul li {
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i {
	margin-right:5px;
}

.panel-title {
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	text-transform: none;
}

.panel-group .panel {
	background: rgba(243, 243, 243, 0.59);
	border: 1px solid #F0EDED;
	margin-bottom: 20px;
	border-radius: 0px;
	box-shadow: 0px 1px 0px #CCC;
}

.panel-group .panel-body {
	border: none;
}

#accordion .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family:'FontAwesome';
	content:"\f068";
	float: right;
	color: #393535;
	font-size: 12px;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
	/* symbol for "collapsed" panels */
    content:"\f067";
}

/*-----------------------------------------------------------------*/
/*  Video
/*-----------------------------------------------------------------*/


#video {
	background:url(../images/parallax/cta.jpg) no-repeat;
}

.video-caption-main {
	margin-bottom:30px;
}

.video-caption {
	margin-bottom:30px;
	color: #E7E7E7;
}

.video-caption h4 {
	line-height: 26px;
	font-size: 18px;
	color: #FFF;
	text-transform: none;
}

.video-caption p {
	color: #FFF;
}

.video-caption .video-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	float: left;
	border-radius: 50%;
	border: 1px solid #FFF;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.video-caption:hover .video-icon{
	background:#FFF;
	border-color:#FFF;
	color:#7EC13F;
}

.video-caption .video-caption-info {
	margin-left:100px;
}

.play-video {
	margin-bottom:30px;
}

.play-video iframe {
	width:100%;
	height:350px;
}

/*-----------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------*/

.blog-post {
	padding: 0px;
	background: #FEFDFD;
	border: 1px solid #F6F3F3;
	margin-bottom: 30px;
	box-shadow: 0px 0px 2px 1px rgba(216, 213, 213, 0.14);
}

.post-desc {
	padding: 25px 20px;
}

.post-desc h4 {
	font-size:15px;
	line-height:20px;
	margin-bottom: 8px;
}

.post-desc h5 {
    color: #585957;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 0px 1px #E0D6D6;
    font-style: italic;
}

.post-media {
	overflow: hidden;
	max-height: 360px;
}
.post-media img {
	max-width:100%;
	height:auto;
}

.post-blog .btn {
	text-transform: uppercase;
	margin-top: 15px;
}


/*-----------------------------------------------------------------*/
/* Testimonial
/*-----------------------------------------------------------------*/


#testimonials {
	background:url(../images/parallax/testimonials.jpg) no-repeat;
}

#testimonials {
	color:#fff;
	position:relative;
	padding:100px 0px;
}

#testimonials .container {
	position:relative;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top:-7px;
	color:#fff;
	text-align:center;
}

#testimonials .testimonial-pic {
	margin: 10px 0px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

#testimonials .desc {
	font-size:19px;
	line-height: 36px;
	margin-bottom: 30px;
	font-style: italic;
	font-family: "Roboto";
}

#testimonials .name {
	color:#FFF;
	font-weight: 600;
	margin-top:20px;
	font-size: 18px;
}

#testimonials .owl-controls .owl-page span {
	background:none;
	display: block;
	margin: 5px 4px;
	opacity: 1;
	width:12px;
	height:12px;
	margin-right:10px;
	border:2px solid #ccc;
}

#testimonials .owl-controls .owl-page.active span {
	background:#7EC13F;
	border-color:#7EC13F;
}

/*-----------------------------------------------------------------*/
/* Client Logo Carousel
/*-----------------------------------------------------------------*/

#clients {
	background:#FFF;
	text-align:center;
}

.clients-carousel .item figure {
	margin: 10px;
	width: 150px;
	margin: 0 auto;
}

.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	opacity:0.5;
}

.clients-carousel .item figure img:hover {
	opacity:1;
}


/*-----------------------------------------------------------------*/
/* Featured Carousel
/*-----------------------------------------------------------------*/


#featured-works {
	background:#FBFBFB;
	padding-top: 70px;
}

.featured-work-carousel {
	display:inline-block;
	width: 100%;
}

#featured-works .item {
	height: auto;
	z-index: 300;
	cursor: pointer;
}

#featured-works .item .fworks-image {
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#featured-works .item .fworks-image img {
	width:100%;
	height: auto;
}
#featured-works .item .featured-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0;
	background:rgba(0, 0, 0, .5);
}

#featured-works .item .featured-caption h4 {
	font-size:15px;
	color:#FFF;
	margin: 30px 0px 0px 30px;
}

#featured-works .item .featured-caption p {
	font-size: 14px;
	color: #FFF;
	margin: 5px 0px 0px 30px;
	text-transform: uppercase;
}

#featured-works .item .hover-link {
	left: 100px;
	position: absolute;
	bottom: 15px;
	opacity:0;
	z-index:200;
}

#featured-works .item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width: 50px;
	height: 50px;
	margin: 0px;
	border-radius: 100%;
}

#featured-works .item:hover .hover-link, #featured-works .item:hover .featured-caption {
	opacity:1;
}

#featured-works .owl-controls {
	margin-top: 30px;
	position: absolute;
	top: 28%;
	width: 100%;
}

#featured-works .owl-prev, #featured-works .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:0.9;
	background:#7EC13F;
	position: absolute;
}

#featured-works .owl-prev {
	left: 0;
}

#featured-works .owl-next {
	right: 0;
}

#featured-works .owl-prev:hover, #featured-works .owl-next:hover {
	background:#7EC13F;
	opacity:1;
}

/*-----------------------------------------------------------------*/
/*   Single Work Page
/*-----------------------------------------------------------------*/

#page-header {
	background:url('../images/page-header.jpg');
	padding: 130px 0px 80px;
	text-align: center;
}

#page-header:after {
	background:rgba(0, 0, 0, .5);
	position:absolute;
	left:0px;
	right:0px;
}

#page-header h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-weight: 600;
}

.breadcrumb {
	background: none;
	padding-top: 35px;
}

.breadcrumb ul {
	list-style: none;
	padding:0;
	margin: 0;
}

.breadcrumb ul li {
	display: inline-block;
	padding: 0px 5px;
}

 .breadcrumb ul li::after {
 content: "\f101";
 font-family: 'fontawesome';
 color: #FFF;
 line-height: 21px;
 vertical-align: middle;
 padding-left: 10px;
}

 .breadcrumb ul li:last-child::after {
 display: none;
}

.breadcrumb ul li a {
	color: #C8C1C1;
	font-weight: 600;
	font-size: 14px;
}

.breadcrumb ul li a:hover {
	color:#7EC13F;
}

.breadcrumb ul li.current a {
	color: #FFF;
}

.breadcrumb ul li.current a:hover {
	color: #7EC13F;
}

.work-detail .btn {
	margin-top:15px;
}
.work-detail h3, #featured-works h3 {
	text-transform:none;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li {
	padding: 0px 0px 7px;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 7px;
}

.work-detail-list li span {
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 13.3px;
	font-weight: 600;
	color: #3E3E3E;
}

#single-work-slider {
	margin-bottom: 30px;
}

#single-work-slider .owl-controls {
	margin-top: 30px;
	position: absolute;
	width: 100%;
	top: 37%;
}

#single-work-slider .owl-prev, #single-work-slider .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:0.8;
	background:#7EC13F;
	position: absolute;
}

#single-work-slider .owl-prev {
	left:0;
}

#single-work-slider .owl-next {
	right:0;
}

#single-work-slider .owl-prev:hover, #single-work-slider .owl-next:hover {
	opacity:1;
	background:#7EC13F;
}

#single-work-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

#related-project {
	background:url('../images/pattern.png') repeat;
	padding:100px 0 80px;
	position:relative;
}

#related-project .image-wrapper {
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}

/*-----------------------------------------------------------------*/
/* Blog Page
/*-----------------------------------------------------------------*/

.post-content {
	margin-top:0;
}

.post-img {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

.post-img img {
	width:100%;
}

.blog-img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0;
	text-align: center;
	background:rgba(0, 0, 0, 0.5);
}

.post-img:hover .blog-img-hover {
	opacity:1;
}

.blog-img-hover span {
	font-size: 15px;
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #F0353A;
	color: #FFF;
	line-height: 30px;
	border-radius: 50%;
}

.post-meta {
	margin: 10px 0px 20px;
	line-height: 20px;
	color: #999;
}

.post-meta a {
	font-size: 13px;
	color: rgb(56, 54, 54);
	font-weight: 600;
}

.post-meta a i {
	color: #383636;
	margin-right: 6px;
}

.post-description p {
	margin-bottom:25px;
}
.post-description h3 {
	text-transform: none;
	font-size: 20px;
}

.post-description h3 a {
	color:#2E343C;
}

.post-description h3 a:hover {
	color:#F0353A;
}

blockquote {
	display: block;
	padding: 20px;
	background: rgba(245, 245, 245, 0.46) none repeat scroll 0% 0%;
	margin: 25px 15px;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #929292;
	letter-spacing: 0.1px;
	border-left: 5px solid #7EC13F;
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.comments-section {
	padding:50px 0;
}

.comments-section h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-form input, .search-box input, .comment-form textarea {
	border:2px solid #CFCBCB;
}

.comment-form .form-control:focus , .search-box .form-control:focus{
	border:2px solid #B6DC93 !important;
}


.comment-form ::-webkit-input-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form :-moz-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form ::-moz-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-form :-ms-input-placeholder {
 color:#5C5C5C !important;
 font-weight: 600;
 letter-spacing:1px;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}

.comment-list h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top:25px;
}

li.comment .single_comment {
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px #ccc;
}

li.comment ol.comment-sub {
	margin-left: 65px;
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar img {
	width:100px;
	height:100px;
	border-radius: 50%;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;
}

.comment-list ol .comment-name span {
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;
}

.comment-list ol .comment-name a {
	font-size: 15px;
	font-weight: 600;
	color: rgb(87, 87, 87);
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: 600;
	color: rgb(126, 193, 63);
}

.comment-list ol .comment-desc {
	font-size: 13px;
	margin-bottom: 10px;
	color: #5A5656;
	margin-top: 10px;
	font-weight: 600;
}

.widget-main {
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border: 1px solid #EAEAEA;
}

.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input {
	padding-left:10px;
}

.widget-sidebar .search-box i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
}

.post-categories ul {
	padding:0px;
	margin:0px;
}

.post-categories li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a {
	position: relative;
	color: #383636;
	font-size: 13.1px;
	display: inline-block;
	width: 100%;
	letter-spacing: 0.9px;
	padding-bottom: 10px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
	font-weight: 600;
}

.post-categories a:hover {
	color:#7EC13F;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a {
	color: #8D8B8B;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget a:hover {
	color:#7EC13F;
}

.sidebar-widget img {
	float: left;
	width: 96px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date {
	color: #333;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a {
	float: left;
	padding: 10px 7px;
	font-size: 13px;
	color: #504C4C;
	margin: 0px 6px 6px 0px;
	background: transparent;
	font-weight: 600;
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tags a:hover {
	background:#7EC13F;
	color:#FFF;
	border: 1px solid #ccc;
}

.pagenation {
	padding: 40px 0 50px;
}

.pagenation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: auto;
}

.pagenation li {
	float: left;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #e4e7e8;
}

.pagenation li.active {
	border: 1px solid #F0353A;
}

.pagenation li:hover {
	border: 1px solid #F0353A;
}

.pagenation li:first-child {
	margin-left: 0;
}

.pagenation li a {
	color: #868e9c;
	font-size: 14px;
	padding: 12px 15px;
	line-height: 12px;
	display:inline-block;
	text-align: center;
	text-transform: uppercase;
}

.pagenation li.active a, .pagenation li:hover a {
	color: #F0353A;
}

/*-----------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------*/

#contact {
	background:url(../images/parallax/contact.jpg) no-repeat;
}

.contact-form {
	display: block;
	padding: 0px 0px 0px 0px;
}

.contact-info {
	margin-bottom:65px;
}

.contact-info p {
    font-size: 17px;
    line-height: 13px;
    margin-bottom: 16px;
    color: #FFF;
}

footer {
	padding: 17px 0px 10px;
	background: #d5d5d5;
}

.copyright {
	margin-top: 15px;
}

.copyright p{
	color:#CCC;
}

.social-icons {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align:right;
}

.social-icons ul {
	margin:0px;
	padding:0px;
}

.social-icons ul li {
	list-style:none;
	display:inline-block;
}

.social-icons ul li a {
	color: #A7A4A4;
	margin-right:10px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li a:hover {
	color:#FFF;
}

 @media (min-width: 992px) and (max-width: 1024px) {
	 
.navbar-right {
	float:none !important;
}

}

 @media (min-width: 768px) and (max-width: 992px) {
	 
 .thumnail-img {
	width:50%;
}

}

 @media (max-width: 768px) {
	 
 .thumnail-img {
	width:50%;
}

}

 @media (max-width: 550px) {
	 
.thumnail-img {
	width:100%;
}

}


 @media (max-width:480px) {
	 
.big {
    font-size: 30px;
    line-height: 40px;
}

.small {
    font-size: 17px;
}

}

 @media (min-width: 992px) {
	 
 #main-menu.collapse {
 display: block !important;
}

}

 @media (max-width: 992px) {

#main-menu {
	background:#202020;
}
#main-menu ul.submenu {
    position: relative !important;
	    width: 100% !important;
} 
 .navbar-right {
 float:none !important;
 margin-right:0px !important;
}

 .clear-toggle {
 display:block;
}

 .navbar-toggle {
 display: block !important;
}

 #main-menu ul li {
 display: block;
 text-align: left;
}

#main-menu ul li a {
    line-height: 23px;
    display: inherit;
    border-bottom: 1px solid #2C2C2C;
    padding: 5px 20px;
	background:transparent;
}
#main-menu ul li.active {
    border-bottom: 1px solid #2C2C2C;
	position: relative;
}
#main-menu ul li.active:after {
    content: "\f078";
    position: absolute;
    font-family: 'FontAwesome';
    color: #fff !important;
    right: 15px;
    top: 5px;
    font-size: 15px;
}
#main-menu ul.submenu li:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #2C2C2C;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
#main-menu ul li.active a {
    display: inline-block !important;
}
#main-menu ul li a:hover, #main-menu ul li.active a {
	background: transparent !important;
	color:#FFF;
}

#main-menu ul li.active > a {
    box-shadow: none !important;
}
}
.logo-nav a img {
    width: 90%;
}
#main-menu a img {
    width: 5%;
    background: #113b5a;
    padding: 10px;
    color: #fff;
    margin-right: 25px;
}
#main-menu a.call {
    color: #fff;
    background: #ba9034;
    font-size: 17px;
    padding: 15px 25px 19px 0px;
}
@media (min-width: 768px){
	.navbar-right {
    float: none !important;
}
}
.header-social-icon i {
    font-family: 'FontAwesome';
    font-style: normal;
        color: #093557;
            font-size: 20px;
    padding: 0px 8px;
}
header#header {
    padding-top: 10px;
    padding-bottom: 5px;
}
.header-social-icon {
    text-align: right;
}
div#main-menu {
    margin-top: 10px;
}
.menu-bg {
    background: #e3dab9;
}
section.onze-experties {
    padding: 70px 0px;
}
.onze-text h6 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
}
.onze-text3 h6 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
}
.onze-text h2 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
}
.onze-text p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
        position: relative;
}
.onze-text {
    text-align: right;
}
.onze-text .text-li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: left;
        padding: 30px 0;
}
.onze-text p span {
    font-size: 17px;
    color: #113b5a;
}
.onze-bottom{
	position: relative;
}
.onze-bottom p span:after {
      content: "";
    position: absolute;
    background: #ba9034;
    width: 30%;
    height: 1px;
    left: 30px;
    top: 14px;
}
.onze-text a {
    background: #ba9034;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 60px;
    border-radius: 50px;
}
.onze-button {
    text-align: left;
        margin-top: 70px;
}
.text-li-1 p:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 100 !important;
    position: absolute;
    left: -25px;
    color: #1b8409;
}
onze-text .text-li .text-li-1 {
    position: relative;
}
.onze-img {
    position: relative;
}
.onze-img-text {
    background: #a5794c;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: -180px;
    text-align: center;
    padding: 20px 0px;
}
.onze-img-text p {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
}
.onze-img-text h2 {
    color: #fff;
    font-size: 40px;
}
.onze-img-text img {
    width: 40%;
    margin-bottom: 20px;
}
section.services-main {
    background-image: url(../images/services-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0px;
}
.services-heading {
    text-align: center;
        margin-bottom: 80px;
            position: relative;
}
.services-heading h6 {
    color: #a5794c;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
	padding-top: 10px;
}
.services_accordian_section {
    padding-bottom: 20px;
}
.services-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-transform: initial;
}
.services-heading h2 span {
    color: #a5794c;
}
.services-icon {
    text-align: center;
        border: 1px solid #a5794c;
    padding: 30px 20px;
}
.services-icon img {
    width: 25%;
        margin-bottom: 20px;
}
.services-icon h2 {
    color: #fbc38a;
    font-size: 16px;
    font-weight: 700;
    text-transform: initial;
}
.services-icon p {
    color: #cdcdcd;
    font-size: 13px;
        margin-bottom: 0;
}
.services-icon-main {
    display: flex;
        margin-bottom: 20px;
}
.services-heading:after {
    content: "";
    position: absolute;
    background: #a5794c;
    width: 25%;
    height: 5px;
    margin: auto;
    text-align: center;
    left: 40%;
}
section.reviews-sec {
    background: #ffebd7;
        padding: 20px 0px;
}
.reviews-text {
    text-align: left;
        padding-top: 20px;
            /*padding-bottom: 180px;*/
}
.reviews-text h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}
.reviews-text p {
    color: #000;
    font-size: 13px;
    font-weight: 0;
    padding: 30px 0px;
}
.reviews-text-img {
    <!--display: flex;-->
    align-items: center;
        justify-content: end;
}
.reviews-text-img h2 {
    color: #64490d;
    font-size: 15px;
        line-height: 25px;
            padding-right: 10px;
}
.reviews-text-img h2 small {
    color: #0b0b0a;
    font-size: 14px;
    font-weight: 600;
}
.reviews-img {
    text-align: right;
    position: relative;
}
.reviews-img img {
    position: absolute;
    top: 0;
    right: 0;
}
section.achievement {
    background-image: url(../images/achievement.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px 0px 0px;
}

.funfact h6 {
    color: #a5794c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
}
.funfact h2 {
    color: #545353;
    font-weight: 700;
    font-size: 23px;
    text-transform: initial;
    line-height: 30px;
    position: relative;
}
.funfact h2 span {
    color: #a5794c;
}
.funfact h2:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 5px;
    background: #a5794c;
    left: 0;
    bottom: -30px;
}
.funfact-bottom {
    margin-top: 100px;
}
.funfact-bottom .section2, .funfact-bottom .section4 {
    background: #22211f;
    text-align: center;
    padding: 30px;
}
.funfact-bottom .section1, .funfact-bottom .section3{
    background: #e0a568;
    text-align: center;
    padding: 30px;
}
.funfact-bottom .section1 p, .funfact-bottom .section2 p, .funfact-bottom .section3 p, .funfact-bottom .section4 p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
section.direct-online-portal {
    background-image: url(../images/direct-online-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
        padding: 100px 0px 50px 0px;
}
.portal-section-text h2 {
    font-size: 25px;
    color: #fff;
    line-height: 40px;
}
.portal-section-text {
    display: flex;
    align-items: center;
}
.portal-section-btn a {
    background: #ba9034;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
}
.portal-section-btn {
    margin-top: 50px;
}
.video-portal video {
    width: 100%;
    height: auto;
}
.video-portal {
    margin-bottom: 50px;
    margin-top: -200px;
}
section.direct-online-portal {
    margin-top: 200px;
}
.portfolio_heading {
    padding: 50px 0px;
    text-align: center;
}
.portfolio_heading h6 {
    color: #a5794c;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
}
.portfolio_heading h2 span {
    color: #a5794c;
}
.portfolio_heading h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
}
.portfolio_heading h2:after {
    content: "";
    position: absolute;
    background: #a5794c;
    width: 30%;
    height: 5px;
    left: 40%;
    bottom: -20px;
}
.portfolio_bottom-sec-bottom {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.portfolio_bottom-sec-bottom h6 {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-bottom: 1px solid #a5794c;
    padding-bottom: 10px;
}
.portfolio_bottom-sec-bottom h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.contact_overlay {
    /* background: rgba(0, 0, 0, 0.4) url(../images/pattern.png) repeat; */
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: .9;
}
section#contact {
    margin-top: 50px;
}
.contact_heading h6 {
    color: #ba9034;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
}
.contact_heading h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: initial;
    line-height: 30px;
    position: relative;
}
.contact_heading h2 span {
    color: #ba9034;
}
.contact_heading h2:after {
    content: "";
    position: absolute;
    background: #ba9034;
    width: 15%;
    height: 5px;
    left: 0;
    bottom: -15px;
}
.contact_address {
    display: flex;
}
.contact_address i {
    color: #ba9034;
    font-size: 25px;
    margin-right: 10px;
}
.contact_address p {
    color: #fff;
}
.contact_phone i {
    font-size: 20px;
    margin-right: 10px;
    color: #ba9034;
}
.contact_phone p a {
    color: #fff;
}
.contact-form {
    margin-top: 50px;
}
textarea, input[type="text"], input#email, input#phone {
    border: 1px solid #d4a96d !important;
    background: rgb(169 169 169 / 15%) !important;
}
button.btn.btn-green {
    background: #d3a86c;
    border: none;
    width: 100%;
    border-radius: 0;
    text-transform: initial !important;
}
.footer_content {
    text-align: center;
}
.footer_content a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-contact-content a.call, .footer-contact-content a.email {
    color: #fff;
    background: #ba9034;
    font-size: 17px;
    padding: 15px 25px 19px 0px;
}
.footer-contact-content a img, .footer-contact-content a img {
    width: 5%;
    background: #113b5a;
    padding: 10px;
    color: #fff;
    margin-right: 25px;
}
.footer-contact-content a.email {
    margin-left: 30px;
}
.footer-contact-content {
    margin: 20px auto;
}
.footer_content p img {
    width: 20%;
}
.footer-contact-content a.email img {
    width: 6.3%;
}
.footer_content p {
    color: #000;
}
 @media (max-width: 767px){
 	.services-icon-main {
    display: block;
}
.webshop_banner_btn a {
    display: inline-block;
}
body .condition_banner_text_section h2 {
    font-size: 20px !important;
    line-height: 25px;
}
.condition_banner_button_section a {
    display: inline-block;
	margin-bottom: 15px;
	padding: 15px 35px !important;
}
.condition_btn_inline a {
    display: inline-block;
	margin-bottom: 15px;
	padding: 15px 35px !important;
}
.condition_btn_inline {
    text-align: center;
}
body .condition_section h2 {
    font-size: 18px !important;
}
.flotbutton3 {
    margin-top: 70px !important;
}
.condition_btn a {
    font-size: 12px !important;
    padding: 15px 10px !important;
    display: block;
    margin-bottom: 10px;
	text-align: center;
}
.postsectionmain .right-side-post .post .post-detail {
    width: 70% !important;
}
.ondernemers_overheden_verleent_services_main {
    margin-bottom: 10px !important;
}
.ondernemers_overheden_verleent_services_left {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.h1, h1 {
    font-size: 25px !important;
}
#Bezwaar_en_beroep, #Bouwvergunning, #Omgevingsvergunning {
    padding: 80px 0 0 0 !important;
}
#Exploitatievergunning, #Schadevergoeding, #Onrechtmatige_overheidsdaad, #Sociaal_zekerheidsrecht, #Verdachte, #Misdrijven_en_overtredingen, #Klassiek_of_commuun_strafrecht, #Economisch_strafrecht, #Milieustrafrecht, #Financieel_strafrecht, #Fraudezaken_en_witwassen, #Ontnemingszaken {
    padding: 80px 20px 0 20px !important;
}
#Consumentenrecht, #Aansprakelijkheidsrecht, #Algemene_voorwaarden, #Arbeidsrecht, #Contractenrecht {
    padding: 80px 0 0 0 !important;
}
#Burenrecht, #Huurrecht, #Goederen_en_zakenrecht, #Personen_en_familierecht, #Ondernemingsrecht {
    padding: 80px 20px 0 20px !important;
}
.questions_feel_free_contact_back {
    padding: 30px !important;
}
.postsectionmain {
    display: block !important;
    border-top: none !important;
}
.postsectionmain .left-side-post {
    width: 100% !important;
    padding: 0px !important;
}
.postsectionmain .right-side-post {
    width: 100% !important;
    padding: 0px !important;
    border-left: none !important;
    margin-top: 40px;
}
.reviews-sec .next {
    right: -33% !important;
}
.reviews-sec .prev {
    left: 35% !important;
}
.reviews-sec .prev, .reviews-sec .next {
    position: relative !important;
}
body section.reviews-sec {
    padding-bottom: 0px !important;
}
.form_checkbox_bottom {
    display: flex;
    align-items: center;
}
.form_checkbox_bottom label {
    margin-left: 10px;
}
.services_text_sec {
    padding-top: 20px !important;
}
.button_flot_button {
    display: block !important;
}
.flotbutton2 {
    margin-top: 70px !important;
}
.services_top_buttons_sub_sec {
    text-align: center;
}
.mobile {
    display: block !important;
}
.desktop {
    display: none;
}
.footer_content_sec h2 {
    margin-top: 30px;
}
.footer_content_sec ul {
    column-count: 1 !important;
}
.funfact h2 {
    font-size: 22px;
}
.portfolio_heading h2 {
    font-size: 23px;
}
.header-social-icon i {
    color: #fff;
    padding: 10px 8px;
}
#main-menu a img {
    width: 20%;
}
.onze-img-text {
    width: 40%;
    left: 0;
    text-align: center;
}
.onze-img {
    text-align: right;
}
.onze-img img {
    width: 80%;
}
.onze-img-text img {
    width: 50%;
}
.onze-img-text h2 {
    font-size: 30px;
}
.onze-img-text p {
    font-size: 18px;
    line-height: 25px;
}
.slider-text-wrapper .btn {
    margin-top: 20px;
}
.onze-text {
    text-align: left;
}
.text-li-1 p:after {
    left: 0;
}
.onze-text .text-li {
    display: block;
}
.text-li-1 p {
    padding-left: 30px;
}
.onze-bottom p span:after {
    display: none;
}
.onze-button {
    margin-bottom: 50px;
}
.onze-text h6 {
    text-align: left;
}
.services-icon {
    margin-bottom: 20px;
}
.reviews-text {
    text-align: left;
        padding-bottom: 50px;
}
.reviews-text-img {
    justify-content: left;
}
.reviews-img img {
    position: relative;
}
.reviews-img {
    text-align: center;
}
.funfact h2 {
    margin-bottom: 50px;
}
.portfolio_bottom-sec img {
    width: 100%;
    margin-bottom: 40px;
}
.portfolio_bottom-sec-bottom {
    bottom: 50px;
}
.contact_heading h2 {
    margin-bottom: 40px;
}
.footer-contact-content {
    display: none;
}
.footer-contact-content.mobile {
    display: block !important;
}
.footer-contact-content p a.call img {
    width: 19%;
}
.footer-contact-content p a.email img {
    width: 25%;
}
.footer_content a {
    line-height: 20px;
}
.footer_content p img {
    width: 50%;
}
.footer-contact-content a.email {
    margin-left: 0;
}
}
 @media (min-width: 768px) and (max-width: 1023px){
 	.onze-img-text {
    width: 60%;
    left: -120px;
    text-align: center;
}
body .condition_banner_text_section h2 {
    font-size: 20px !important;
    line-height: 25px;
}
.condition_btn a {
    font-size: 12px !important;
}
.flotbutton3 {
    margin-top: 70px !important;
}
body .condition_section h2 {
    font-size: 20px !important;
}
.button_flot_button {
    display: block !important;
}
.flotbutton2 {
    margin-top: 70px !important;
}
body .services_top_buttons_sub_sec a {
    width: 220px !important;
    max-width: 220px !important;
}
.services-icon p {
    min-height: 300px !important;
}
.services_accordian_one .accordion, .services_accordian_two .accordion, .services_accordian_three .accordion {
    font-size: 12px !important;
}
.services_three_one h2, .services_three_two h2, .services_three_three h2 {
    font-size: 20px !important;
}
.reviews-text h2 {
    font-size: 22px;
}
.onze-text {
    text-align: left;
}
.onze-img {
    text-align: right;
}
.onze-img img {
    width: 100%;
}
.onze-img-text img {
    width: 50%;
}
.onze-img-text h2 {
    font-size: 30px;
}
.onze-img-text p {
    font-size: 18px;
    line-height: 25px;
}
.text-li-1 p:after {
    left: 0;
}
.onze-text .text-li {
    display: block;
}
.text-li-1 p {
    padding-left: 30px;
}
.onze-bottom p span:after {
    display: none;
}
.onze-button {
    margin-bottom: 50px;
}
.onze-text h6 {
    text-align: left;
}
.portfolio_bottom-sec {
    position: relative;
}
.portfolio_bottom-sec-bottom {
    left: 0px;
}
.footer_content a {
    line-height: 20px;
}
#main-menu a img {
    width: 8%;
    background: #113b5a;
    padding: 10px;
    color: #fff;
    margin-right: 25px;
}
.header-social-icon i {
    color: #fff;
    padding: 10px 8px;
}
.footer-contact-content a img, .footer-contact-content a img {
    width: 8%;
}
.footer-contact-content a.email img {
    width: 10%;
}
 }

 @media (min-width: 1024px) and (max-width: 1199px){
 	#main-menu ul li a {
    font-size: 13px;
}
.services-icon p {
    min-height: 250px !important;
}
#main-menu ul {
    text-align: left;
}
#main-menu a img {
    width: 4%;
    margin-right: 15px;
}
#main-menu a.call {
    font-size: 12px;
    padding: 10px 10px 12px 0px;
}
.onze-text h2 {
    font-size: 20px;
    line-height: 30px;
}
.onze-text p {
    font-size: 13px;
}
.onze-bottom p span:after {
    width: 20%;
}
.portfolio_heading h2 {
    font-size: 22px;
}
.footer-contact-content a.email img {
    width: 7.3%;
}
.footer-contact-content a img, .footer-contact-content a img {
    width: 6%;
}
.funfact h2 {
    font-size: 22px;
}
 }







 .footer-contact-content.mobile {
    display: none;
}


header.inner_header {
    background: #e3dab9;
}
.header_bottom {
    margin-top: 200px;
}
.services_content_section {
    text-align: center;
}
.services_content_section h2 {
    color: #272727;
    font-weight: 600;
}
.services_content_section p {
    color: #272727;
    font-weight: 400;
}
.services_text_sec, .services_img_sec {
    /*margin-top: 100px;*/
}
.services_text_sec h2 {
    font-weight: 600;
    color: #272727;
}
.services_text_sec p {
    color: #272727;
}
#Consumentenrecht, #Aansprakelijkheidsrecht, #Algemene_voorwaarden, #Arbeidsrecht, #Contractenrecht, #Burenrecht, #Huurrecht, #Goederen_en_zakenrecht, #Personen_en_familierecht, #Ondernemingsrecht{
padding:160px 0 0 0;
}
	
#Bezwaar_en_beroep, #Bouwvergunning, #Omgevingsvergunning, #Exploitatievergunning, #Schadevergoeding, #Onrechtmatige_overheidsdaad, #Sociaal_zekerheidsrecht, #Verdachte, #Misdrijven_en_overtredingen, #Klassiek_of_commuun_strafrecht, #Economisch_strafrecht, #Milieustrafrecht, #Financieel_strafrecht, #Fraudezaken_en_witwassen, #Ontnemingszaken{
padding:160px 0 0 0;
}







        #nav ul {
            position: absolute;
            padding: 0;
            left: 0;
            display: none;
            /* hides sublists */
        }

        #nav li:hover ul ul {
            display: none;
        }

        #nav li:hover ul {
            display: block;
        }
        #nav li li:hover ul {
            display: block;
            /* shows sub-sublist on hover */
            margin-left: 200px;
            /* this should be the same width as the parent list item */
            margin-top: -35px;
            /* aligns top of sub menu with top of list item */
        }
		ul.submenu {
    background: #e3dab9;
    width: 250px !important;
	text-align: left !important;
}
ul.submenu li {
    width: 100%;
    float: left;
}
ul.submenu li a {
    line-height: 30px !important;
}
.space_bottom {
    margin: 50px;
}
.services-heading {
    margin-top: 30px;
}
.services_accordian_one .accordion, .services_accordian_two .accordion, .services_accordian_three .accordion {
    background-color: transparent;
    color: #fbc38a;
    cursor: pointer;
    padding: 25px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
	    font-weight: 600;
    transition: 0.4s;
	border-bottom: 1px solid #a5794c !important;
}
.services_sec_advocaten {
    background-image: url(/images/bg-2.png);
    margin-top: 100px;
    padding: 100px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services_sec_advocaten h2 {
    color: #fff;
    position: relative;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.services_accordian_one .panel, .services_accordian_two .panel, .services_accordian_three.panel {
  padding: 18px;
  display: none;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #a5794c;
    border-radius: 0px !important;
}
.panel p {
    color: #fff;
}
.panel a {
    color: #fff !important;
}
.directly_online_over_section.services_page {
    margin-top: 60px;
}
.services_content_section .directly_online_over_section.services_page {
    margin-top: 0px !important;
}
.services_accordian_one .panel a, .services_accordian_two .panel a, .services_accordian_three .panel a {
    color: #000;
}
.services_accordian_one, .services_accordian_two, .services_accordian_three {
    border: 1px solid #a5794c;
}
.services_three_one_section {
    margin-top: 50px;
    background-image: url(/images/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
/*.services_three_one_section:after {
    content: "";
    position: absolute;
    background: #3B3C62;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}*/

.services_three_one_section:before {
    content: "";
    position: absolute;
    background: #3B3C62;
    width: 100%;
    height: 100%;
    opacity: .6;
    top: 0;
    left: 0;
}
.services_three_two:before {
    content: "";
    position: absolute;
    background: #88807d !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: -1;
}
.services_three_one p, .services_three_two p, .services_three_three p {
    color: #fff;
}
.services_three_one {
    text-align: center;
    padding: 70px 40px;
}
.services_three_two{
    text-align: center;
    padding: 70px 40px;
	position: relative;
	z-index: 9 !important;
}
.services_three_three {
    text-align: center;
    padding: 70px 40px;
}
.services_three_one h2, .services_three_two h2, .services_three_three h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.services_content_section_2 {
    text-align: center;
    margin-top: 50px;
}

.services_accordian_one .active .accordion:after, .services_accordian_two .active .accordion:after, .services_accordian_three .active .accordion:after {
    content: '\2212';
}

.services_accordian_one .accordion:after, .services_accordian_two .accordion:after, .services_accordian_three .accordion:after {
    content: '\002B';
    color: #fbc38a;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.footer_new {
    background: #d5d5d5;
        padding: 50px 0px 20px 0px;
}
.footer_social_sec i.fab.fa-twitter:before {
    content: "\f099";
    font-family: 'FontAwesome';
    font-style: normal;
}
.footer_social_sec i.fab.fa-facebook-f:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    font-style: normal;
}
.footer_social_sec i {
    font-size: 20px;
    padding: 0px 5px;
}
.footer_content_sec h2 {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 20px;
}
.footer_content_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
	    column-count: 2;
}
.footer_content_sec ul li a {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
}
.footer_content_sec ul li {
    margin-bottom: 15px;
}
.footer_content_sec p i {
    padding-right: 10px;
    color: #272727;
    font-size: 20px;
	
}
.footer_content_sec p {
    color: #272727;
    font-size: 14px;
	    font-weight: 500;
}
.footer_content_sec p a {
    color: #272727;
    font-size: 14px;
	    font-weight: 500;
}
.footer_bottom p {
    margin-bottom: 0;
    color: #272727;
}
.footer_bottom a {
    color: #272727;
}

.footer_content_sec p {
    margin-bottom: 5px;
    line-height: 20px;
}
.footer_content_sec li {
    list-style: none;
    margin-bottom: 15px;
}
.footer_content_sec li a{
	 color: #272727;
	     font-weight: 500;
}
.footer_bottom {
    margin-top: 50px;
}


@media (min-width: 768px){
	section.achievement .row {
    display: flex;
    align-items: end;
}
.funfact p {
    margin-bottom: 0;
}
.onze-text {
    padding-top: 0px;
}
}
section#contact {
    padding: 60px 0px !important;
}

.services-icon p {
    min-height: 200px;
}
.questions_feel_free_contact_left h2 {
    color: #fbc38a;
    font-size: 25px;
    font-weight: 600;
}
.questions_feel_free_contact_left p {
    color: #fff;
}
.ondernemers_overheden_verleent {
    text-align: center;
    margin: 60px auto;
}
.ondernemers_overheden_verleent h2 {
    color: #000;
    font-size: 25px;
}
.ondernemers_overheden_verleent_services_left h2 {
    color: #a5794c;
    font-size: 25px;
}
.ondernemers_overheden_verleent_services_left p {
    color: #000;
}
.ondernemers_overheden_verleent_services_left img {
    width: 100%;
}
.questions_feel_free_contact {
    display: flex;
    justify-content: center;
}
.ondernemers_overheden_verleent_services_main {
    margin-bottom: 100px;
}
.directly_online_over_section {
    text-align: center;
}
.directly_online_over_section a {
    background: #a5794c;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 100px;
}
.mobile {
    display: none;
}
.questions_feel_free_contact_back {
    background-image: url(/images/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
}
#services.about_page, #services.service_page {
    padding-bottom: 0px !important;
}
.questions_feel_free_contact_left a {
    background: #fbc38a;
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.questions_feel_free_contact_left {
    text-align: center;
}
.contact-form input, .contact-form textarea {
    color: #fff !important;
}
.services_top_buttons_sub_sec a {
    background: #a5794c;
    color: #fff;
     padding: 20px 30px;
    width: 300px !important;
    max-width: 300px !important;
	    display: inline-block;
    font-size: 15px;
	    transition-duration: .5s;
    transition-delay: .5s;
    transition: all .9s ease-out;
	    text-align: center;
}
.services_top_buttons_sub_sec {
    margin-top: 20px;
}




.home_file_upload .inputfile-box {
  position: relative;
      border: 1px solid #d4a96d !important;
    width: 100%;
    padding: 15px;
	background: rgb(169 169 169 / 15%) !important;
}

.home_file_upload .inputfile {
  display: none;
}

.home_file_upload .file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    display: block;
	color: #fff;
	margin-left: 172px;
	
}

.home_file_upload .file-button {
  background: #d4a96d;
  padding: 15.5px;
  position: absolute;
 border: 1px solid #d4a96d !important;
  top: -2px;
  left: 0px;
  color: #fff !important;
      cursor: pointer;
}
.home_file_upload .inputfile-box input#attached_file {
   /* border: 2px solid #d4a96d !important;
    width: 100%;
	padding: 10px;*/
	display: none;
}
.home_file_upload .inputfile-box label {
    margin-bottom: 0px;
}
.home_file_upload {
    margin-bottom: 20px;
}
.form_checkbox_bottom {
    margin-bottom: 50px;
}
.form_checkbox_bottom label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
a.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 40px;
	line-height: 50px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
a.float2 i:hover {
    color: #fff !important;
}
.thankyou_page_text {
    text-align: center;
}
.thankyou_page_text img {
    margin-bottom: 20px;
}
.thankyou_page_text h2 {
    font-weight: 700;
    font-size: 25px;
}
.thankyou_page_text p {
    color: #000;
    font-size: 15px;
}
.button_flot_button .flotbutton1 a {
    border: none;
    background: #a5794c;
    color: #FFF;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #1B1A1A;
    max-width: 200px;
    text-align: center;
}
.button_flot_button .flotbutton2 a {
    border: none;
    background: #a5794c;
    color: #FFF;
	padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #1B1A1A;
    max-width: 200px;
    text-align: center;
}
.button_flot_button .flotbutton1 {
    margin-right: 20px !important;
}
.button_flot_button {
    display: flex;
    align-items: center;
	margin-top: 60px;
}
.button_flot_button .flotbutton1 a:hover, .button_flot_button .flotbutton2 a:hover{
	 color: #fff;
}
.form_checkbox_bottom label {
    margin-left: 3px;
}
.form_checkbox_bottom label a {
    color: #fff;
}
@media (min-width: 1200px){
.col-lg-3 {
    margin-top: 30px!important;
}}
section.reviews-sec {
	    padding-bottom: 180px !important;
}
.reviews-sec .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.reviews-sec .mySlides {
  display: none;
}

/* Next & previous buttons */
.reviews-sec .prev, .reviews-sec .next {
  cursor: pointer;
  position: absolute;
top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.reviews-sec .prev {
    left: -50px;
    color: #000;
}

/* Position the "next button" to the right */
.reviews-sec .next {
 right: -50px;
    color: #000;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.reviews-sec .prev:hover, .reviews-sec .next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
}

/* Caption text */
.reviews-sec .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.reviews-sec .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.reviews-sec .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.reviews-sec .active, .reviews-sec .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.reviews-sec .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.reviews-sec .mySlides.fade {
    opacity: 1 !important;
}
.postsectionmain {
    display: flex;
    justify-content: space-between;
	    border-top: 1px solid #e1e1e1;
}
.postsectionmain .left-side-post {
    width: 50%;
	    padding: 30px 40px 0px 0px;
}
.postsectionmain .right-side-post {
    width: 50%;
	padding: 30px 0px 0px 40px;
	border-left: 1px solid #e1e1e1;
}
.postsectionmain .left-side-post .image-post img {
    width: 100% !important;
}
.post-detail a span.post-date {
    color: #919191;
    font-size: 12px;
}
.post-detail a h3.post-title {
    color: #000;
    font-size: 16px;
	margin-top: 5px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%!important;
}
.postsectionmain .left-side-post .post-detail {
    margin-top: 15px;
}
.postsectionmain .left-side-post .image-post {
    border: 1px solid #e1e1e1;
    padding: 8px;
}
.postsectionmain .right-side-post .post .image-post {
    float: left;
    width: 60px;
    margin-right: 15px;
	    border: 1px solid #e1e1e1;
    padding: 5px;
}
.postsectionmain .right-side-post .post .post-detail {
    width: 85%;
    float: right;
	border-bottom: 1px solid #e1e1e1;
}
.postsectionmain .right-side-post .post {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer_new .col-md-3.col-lg-3.col-sm-3.col-xs-12 {
    margin-top: 0 !important;
}
.button2.allnewssec a {
    color: #fff !important;
}
.button2.allnewssec {
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
.directonlineregelenbuttonmain a {
    background: #ba9034;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
}
.directonlineregelenbuttonmain {
    margin: 30px auto;
	text-align: left !important;
}
.container_section_bg {
    background: #113b5a;
    padding: 30px 0px;
}
.container_section_bg .container.container_bg {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.condition_section h2 {
    color: #113b5a;
    text-transform: initial !important;
    font-size: 25px !important;
}
.condition_section p a:hover, .condition_section a:hover {
    color: #ba9034 !important;
}
.condition_btn a {
    background: #ba9034 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
}
.condition_btn a:hover {
    color: #fff !important;
}
.condition_btn {
    margin: 50px auto;
}
.condition_section ul {
    padding: 0;
}
.condition_section ul li {
    list-style: none;
	margin-top: 10px;
}
.condition_section ul p {
    margin-bottom: 0px !important;
}
.condition_section ul.checkboxxx li {
    position: relative;
    padding-left: 20px;
}
.condition_section ul.checkboxxx li:before {
    content: "\f00c";
    font-family: Fontawesome;
    margin-right: 10px;
    color: #ba9034;
    left: 0;
    position: absolute;
}
.condition_images_section {
    margin: 20px auto;
}
.button_flot_button .flotbutton2 {
    margin-right: 20px !important;
}
.button_flot_button .flotbutton3 a {
    border: none;
    background: #a5794c;
    color: #FFF;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #1B1A1A;
    max-width: 200px;
    text-align: center;
}
.header-social-icon a.topemail {
    color: #093557;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
	position: relative;
}
.header-social-icon a.topemail:before {
    content: "\f003";
    font-family: 'FontAwesome';
    left: -25px;
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 600;
}
section#contact.contact_top {
    background: none !important;
    margin-top: 0px !important;
    padding: 30px 0px !important;
}
.condition_section ol li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #727272;
    font-weight: 400;
}
.condition_btn_inline a {
    background: #ba9034 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 50px;
    margin-right: 10px;
}
.condition_btn_inline {
    margin-bottom: 30px;
}
.condition_btn_inline a:hover {
    color: #fff !important;
}
.condition_section_bottom_column {
    margin-top: 30px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    padding: 20px 20px;
	    border-radius: 10px;
}
.condition_section_bottom_column h2 {
    color: #113b5a;
    text-transform: initial !important;
    font-size: 23px !important;
}
.condition_banner_section {
    position: relative;
    background-image: url(/images/ban.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0px;
}
.condition_banner_section:before {
    content: "";
    position: absolute;
    background: #113b5a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
}
.condition_banner_text_section h2 {
    color: #fff;
    text-transform: initial !important;
    font-size: 25px !important;
}
.condition_banner_text_section p {
    color: #fff;
}
.condition_banner_text_section {
    text-align: center;
}
.condition_banner_button_section {
    margin-top: 50px;
}
.condition_banner_button_section a {
    background: #ba9034 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 50px;
    margin-right: 10px;
}
.header_bottom_inner {
    margin-top: 130px;
}
.webshop_banner_btn a {
    background: #ba9034 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
}
.webshop_banner_btn p {
    margin: 40px 0px;
}
.services_content_section_sub_heading h2 {
    color: #272727;
    font-weight: 600;
}
div#Arbeidsovereenkomst {
    padding-top: 150px;
}
.services_content_sectionsec {
    justify-content: center;
    display: inline-block;
    text-align: left;
}