/*!
Theme Name: Mattest
Theme URI: https://flowebdesign.ie/
Author: Flo Wed Design
Author URI: https://flowebdesign.ie/
Description: Description
Version: 1.0.0
Tested up to: 6.5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Mattest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KC Commercial is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 100%;
	/*top: 61px;*/
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation ul ul ul a {
	width: 200px;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

nav#site-navigation ul#primary-menu li.current-menu-item a {
    color: #000;
}
/*nav#site-navigation ul#primary-menu li.current_page_item {*/
/*    background: #75B32091;*/
/*}*/
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Custo CSS*/


.col-md-2-5 {
    flex: 0 0 auto;
    width: 20%!important;
}


.col-md-9-5 {
    flex: 0 0 auto;
    width: 80%!important;
}


.page-title{
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 28px;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
    margin-left: 100px;
}
.page-title:after {
    width: 96px;
    height: 15px;
    background: url(images/head-img.png);
    position: absolute;
    left: -106px;
    top: 10px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}
/*.logged-in header#masthead {*/
/*    margin-top: 31px;*/
/*}*/
/*.logged-in div#page {*/
/*    margin-top: 31px;*/
/*}*/


@media (min-width: 1400px){
   .container {
    max-width: 1480px!important;
    } 
}


header .container{max-width: 1550px !important}

header#masthead {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;    
    padding-top: 15px;
    padding-bottom: 30px;
    transition: all linear .3s;
    background:#75B320;
    /*background:url(images/header-bg.jpg);*/
}

.logged-in header#masthead.sticky {
    margin-top: 31px;
}
header#masthead.sticky {
	transition: all linear .3s; 
	position:fixed;
	padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}

header#masthead.sticky img.custom-logo{
	max-width: 400px;
	transition: all linear .3s; 
}
img.custom-logo{
	transition: all linear .3s; 
}
.topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom:1px solid #000;
}


.topbar a {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 10px 8px 10px;
    text-decoration: none;
    border-right: 1px solid #000;
    padding-right: 10px;
}


.topbar a:last-of-type{
    border-right: 0px solid #000;
}




nav#site-navigation ul#primary-menu {
    gap: 1px;
    font-size: 20px;
    justify-content: space-around;
}

nav#site-navigation ul#primary-menu a {
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;;
    font-weight: 600;
    text-transform:uppercase;
    transition:300ms;
}

header#masthead a:hover {
    color: #000 !important;
    transition:300ms;
}



ul.sub-menu {
    background: #75B320;
    display: flex;
    flex-direction: column;
}


.menuarrow {
    width: 19px;
    height: 18px;
    background: url(images/+.png) no-repeat;
    float: right;
    position: absolute;
    top: 18px;
    right: 16px;
    transform: translateY(-50%);
    background-size: auto;
    padding: 15px;
    background-position: center;
    transition: 300ms;
}

li.menu-item-has-children {
    padding-right: 25px;
}

@media (min-width:992px){
.main-navigation ul li:hover > .menuarrow, .main-navigation ul li.focus > .menuarrow {
    background: url(images/-.png) no-repeat;
    top: 33px;
    right: 4px;
    transition: 300ms;
}

}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    padding-top: 20px;
}
/*nested submenu*/

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 232px;
    padding-top:0;
}
.main-navigation ul ul li > ul a{
    font-weight:500!important;
}

nav#site-navigation ul#primary-menu .sub-menu li a {
    font-family: 'Open Sans'!important;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.sub-menu li {
    border-bottom: 1px solid #fff;
    margin: 0 15px;
    padding: 5px 0;
}

.sub-menu li:last-of-type{
    border:0px;
}

.main-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.red-btn-head a {
    color: #fff!important;
    text-decoration: none;
    background: #75B320;
	transition:300ms;
	border-radius:50px;
	display:inline-block;
}

.red-btn-head a:hover{
    color: #75B320;
    background: #fff;
	transition:300ms
}

.home div#page {
    background: #EFEFEF;
}

/*home*/

section.mainslider {
    position: relative;
}

section.mainslider .container {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    z-index: 99;
    transform: translateX(-50%);
}


.slides .col-sm-12 {
    display: flex;
    justify-content: flex-start;
}


section.mainslider .container .slide_content {
    max-width: 400px;
    font-size: 30px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-family: 'Open Sans';
    text-align: left;
}
section.mainslider .container .slide_content span{
    color:#fff;
}
section.mainslider  .slide_content p{
    line-height:45px;
    font-weight:bold
}
section.mainslider  .slide_content a {
    text-decoration: none;
    padding:13px 38px;
}
.slides {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}









.white_grey_section .container {
    padding: 50px 50px 20px 50px;
    margin-bottom:50px;
    background: #fff;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
}

.home .white_grey_section .container {
    padding:50px 50px 0px 50px;
    margin-bottom: 0;
    position:relative;
}



.home .white_grey_section .container:before {
    background: url(images/green-plus.png);
    position: absolute;
    width: 111px;
    height: 61px;
    right: -41px;
    top: 21px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}





.white_grey_section .container h1 {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    position:relative;
}

.white_grey_section .container h2 {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    position:relative;
    color: #000;
}
.home .white_grey_section .container h2{
    margin-left: 100px;
}
.home .white_grey_section .container h2:after{
    width: 96px;
    height: 15px;
    background: url(images/head-img.png);
    position: absolute;
    left: -106px;
    top: 8px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}

.white_grey_section .container h3 {
    font-size: 23px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    position:relative;
}



.red-btn{
    color: #000;
    text-decoration: none;
    background: #75B320;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
	transition:300ms;
	display:inline-block;
	margin: 20px 0;
}

.red-btn:hover {
    color: #75B320;
    background: #fff;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
	transition:300ms
}


.white_grey_section .container .img{
    margin: 0 20px;
    padding: 20px;
}
.white_grey_section .container .img img{
    z-index:3;
    position:relative;
}
.white_grey_section .container .col-lg-6:nth-of-type(5) .img {
    position: relative;
}

.white_grey_section .container .col-lg-6:nth-of-type(5) .img:before {
    background: url(images/bl-dots.png);
    position: absolute;
    width: 162px;
    height: 139px;
    left: -54px;
    bottom: 2px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    rotate: 90deg;
}


.home .white_grey_section .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}


/*.logos.owl-carousel .owl-stage{*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*}*/
/*.logos .slides {*/
/*    display: flex;*/
/*    flex: 1 0 auto;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*    padding: 0 12px;*/
    
/*}*/
/*.logos .slide_img {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/


/*.logo-slider {*/
/*    padding:50px 0;*/
/*}*/

section.home-projects {
    background: #DBDBDB;
    padding: 100px 0;
    position:relative;
}

section.home-projects:after {
    background: url(images/green-plus.png);
    position: absolute;
    width: 107px;
    height: 59px;
    left: 58px;
    top: 76px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.home-projects article {
    /*background: #EFEFEF;*/
    /*border: 1px solid #EFEFEF;*/
    /*border-radius: 0 0 100px 0;*/
    /*padding: 0 20px 35px 10px;*/
}
.home-projects .project-title{
    float:none;
}
.home-projects button.project-btn {
    width: 100%;
}

.home-projects header.entry-header {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-top: 20px;
    background: #75B320;
    border-radius: 0 0 42px 0;
    padding: 15px 15px 15px 10px;
    text-align: left;
    text-transform: uppercase;
    min-height: 65px;
    display: flex;
    align-items: center;
    width: 100%;
}
.home-projects .project-title {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    position: relative;
    /* margin-top: 20px; */
    margin-bottom: 0;
    font-weight: 700;
    /* background: #75B320; */
    /* border-radius: 0 0 42px 0; */
    /* padding: 15px 15px 15px 10px; */
    /* text-align: left; */
    /* display: inline-block; */
    /* float: left; */
    /* text-transform: uppercase; */
}



h3.projects{
  font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 80px;
}


h3.projects:after {
    width: 96px;
    height: 15px;
    background: url(images/head-img.png);
    position: absolute;
    left: 50%;
    top: 38px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    transform: translateX(-50%);
}


.home-projects .col-xl-4:last-of-type{
    position:relative
}

.home-projects .col-xl-4:last-of-type:after {
    background: url(images/black-dots.png);
    position: absolute;
    width: 135px;
    height: 139px;
    right: -16px;
    top: -26px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    
}


.home-projects .col-xl-4:first-of-type{
    position:relative
}



.home-projects .col-xl-4:first-of-type:before {
    background: url(images/bl-dots.png);
    position: absolute;
    width: 162px;
    height: 139px;
    left: -54px;
    bottom: 2px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    rotate: 90deg;
}




.black-btn {
    color: #000;
    text-decoration: none;
    background: transparent;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    transition: 300ms;
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #000;
}

.black-btn:hover {
    color: #000;
    background: #75B320;
    border: 1px solid #75B320;
    transition: 300ms;
}

.project-slider.owl-carousel .owl-item img{
    transform: scale(1);
    transition:500ms;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    max-height: 420px;
}

.project-slider.owl-carousel .owl-item img:hover{
    transform: scale(1.1);
    transition:500ms;
}


.icon-zoom {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 2;
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    border-radius: 50%;
}



/*testimonial page*/


.testimonial_page .testimonial {
    margin: 20px auto;
    padding: 15px 15px;

    position:relative;
    max-width:970px;
}


.testimonial_page .col-md-12:nth-of-type(odd) .testimonial {
    text-align: left;
}


.testimonial_page .col-md-12:nth-of-type(even) .testimonial {
    text-align: right;
}

.title-section{
    position:relative;
}

#testimonials{
    position:relative;
}
#testimonials:before {
    background: url(images/green-plus.png);
    position: absolute;
    width: 111px;
    height: 61px;
    right: -41px;
    top: 21px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.page-template-testimonials .testimonial span {
    /*font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;*/
    /*color: #5c6e70;*/
    font-weight: bold;
    font-size: 15px;
}


.testimonial_page .testimonial:after {
    content: '';
    width: 282px;
    height: 4px;
    position: absolute;
    display: block;
    background: #75B320;
    bottom: -29px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}


/*testimonial slider*/

section.testimonial_bottom {
    /*background-image:url('images/testimonial-bg.webp');*/
    background-image:url('images/Leinster-Electrical-testimonials.webp');
    padding: 100px 0;
    color: #000;
    position: relative;
    background-size: cover;
    background-repeat:no-repeat;
}


.testimonial_bottom .container {
    margin-top: 100px;
}

.testimonial_bottom .testimonial.test-slide {
    text-align: left;
}

.testimonial_bottom h3 {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 25px;
}

.testimonial_bottom span {
    font-family: 'Opan Sans', sans-serif;
    font-size: 18px;
    font-weight:bold;
    font-style:italic;
}

section.testimonial_bottom a {
    text-decoration: none;
    padding: 13px 0px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    transition: all linear .3s;
    font-size: 30px;
}

section.testimonial_bottom a:hover {
    color: #fff;
    transition: all linear .3s;
}


.testimonial_bottom .col-sm-12 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}

.white {
    color:#fff;
}

section.testimonial_bottom .row {align-items: center;}

.testslider{
    position:relative;
}


.testslider:before{
    background: url(images/quote.png);
    width: 34px;
    height: 30px;
    position: absolute;
    left: -39px;
    top: -70px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}


.testslider:after{
    background: url(images/quote.png);
    width: 34px;
    height: 30px;
    position: absolute;
    right: -23px;
    bottom: 190px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}


.testslider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgb(255 255 255 / 42%);
    margin-left: 10px;
    border-radius:50px
}

.testslider .owl-dots button.owl-dot.active {
    background: rgb(255 255 255);
}
.testslider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.test-slide img{
   width: auto!important;
    /*margin: auto;*/
    padding-top:30px;
}
.testimonial.test-slide {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    max-width: 960px;
    margin: auto;
}


.testimonial_bottom .title-section hr{
    background-color:#fff!important;
}
.testimonial_bottom .page-title {
    color: #fff;
    background: #75B320;
    z-index: 2;
    padding: 0 60px;
    display: inline-block;
}


.testimonial_bottom .page-title:after {
    display:none;
}



/*services*/

.page-template-services .whitearea:after {
    width: 201px;
    height: 66px;
    /*background: url(images/yellow-waves.png);*/
    position: absolute;
    right: -33px;
    bottom: 964px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}



.service {
  background-color: transparent;
  /*width: 300px;*/
  height: 250px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
  margin: 20px;
}

.service-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.service:hover .service-inner {
  transform: rotateX(180deg);
}

.service-front, .service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-front {
    background-color: #75B320;
    color: black;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 900;
    justify-content: center;
}

.service-front img {
    margin-bottom: 10px;
}

.service-back {
  background-color: #000;
  color: white;
  transform: rotateX(180deg);
  border-radius: 28px;
  text-align: left;
    padding: 20px;
    font-family: 'Open Sans';
}

.service-back h3 {
    font-family: 'Poppins';
    font-weight: 900;
    color: #75B320;
    font-size: 20px;
    margin-top: 10px;
}

.services_section h2 {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 28px;
    margin: 30px 0;
}


/*lab testing*/


.hero-image {
    min-height: 350px;
}

.lab_section{
    position:relative;
}
.lab_section:before {
    background: url(images/green-dots.png);
    position: absolute;
    width: 139px;
    height: 162px;
    left: 107px;
    top: 38px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.lab_section .container {
    padding: 50px 50px 20px 50px;
    margin-bottom: 50px;
    background: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}


.lab_section .container .img {
    margin: 0 20px;
    padding: 20px;
    
}
.lab_section .container .img img{
    
    z-index:3;
    position:relative;
}

.lab_tab p{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.old-layout{
    display:none!important;
}


.imagegroup img{
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / 1;
}

.tab-pane .col-lg-7{
    display: flex;
    align-items: center;
}

.new-content {
    padding: 50px 50px 50px 0;
}

.new-content h2,
.new-content h3{
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 900;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.new-content-full {
    padding: 50px 0;
}

.list-item p {
    margin-bottom: 0;
}



#tab-pills.nav-pills .nav-link.active, #tab-pills.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #707070;
}

#tab-pills.nav-pills .nav-link {
    background: #75B320;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
    padding: 15px 0px;
    border-radius: 15px;
    min-width: 180px;
    position:relative;
    top:0;
    

}

div#tab-pills {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
    flex-wrap: nowrap;
    gap: 20px;
}



#tab-pills.nav-pills .nav-link:hover{
    top: -10px;
    transition: all 0.5s ease;
    
}

.tab-content{
    margin-bottom: 50px;
}


.list-item{
    padding:10px;
}

.left-col .list-item:nth-of-type(odd), .right-col .list-item:nth-of-type(odd) {
    background: #EFEFEF;
}

.right-col img {
    padding: 0px 20px 33px 20px;
}
.lab_tab{
    position:relative;
}
.lab_tab:after {
    background: url(images/green-plus.png);
    position: absolute;
    width: 107px;
    height: 59px;
    left: 58px;
    bottom: 76px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.page-template-lab-testing section.home-projects:after{
    display:none;
}



/*footer*/

footer#colophon {
    background: #000;
    padding-top: 50px;
    padding-bottom: 49px;
}

.footer_logo {
    margin-top: 50px;
}
footer#colophon p, footer#colophon span{
    color:#fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
}




ul#menu-footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
}

ul#menu-footer-menu li {
    display: inline-block;
    padding-left: 30px;
}

ul#menu-footer-menu a {
    color: #fff;
    text-decoration: none;
    transition:300ms;
    text-transform: uppercase;
}
ul#menu-footer-menu a:hover {
    color: #75B320;
    transition:300ms;
}

footer#colophon .site-info {
    display: flex;
}

footer#colophon a:hover {
    color: #75B320 ;
}
.img-footmenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.img-footmenu img{
    margin-bottom:20px;
}




/* contact */

.form_page_bg:before {
    background: url(images/green-plus.png);
    position: absolute;
    width: 111px;
    height: 61px;
    right: 21px;
    top: 58px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}


.form_page_bg:after {
    background: url(images/green-plus.png);
    position: absolute;
    width: 135px;
    height: 73px;
    left: 84px;
    bottom: 172px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

section.form_page_bg .container {
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 50px;
}


section.form_page_bg {
    min-height: 815px;
    position:relative;
   
}
.contact_content {
    margin-top: 35px;
    padding: 0 40px;
    position:relative;
}

.contact_content:before {
    background: url(images/green-dots.png);
    position: absolute;
    width: 139px;
    height: 162px;
    left: -10px;
    top: -39px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

section.locations_section {
    margin: 30px 0;
}

.address {
    display: flex;
    flex-direction: column;
    border-right: #75B320 1px solid;
    margin-left: 30px;
    margin-bottom: 50px;
}

.address a, .address span{
    text-decoration:none;
    color:#000;
    transition:300ms;
    padding-bottom: 10px;
    font-family:'Open Sans';
    font-size:18px;
}

.address a:hover{
    text-decoration:none;
    color:#75B320;
    transition:300ms;
}

span.location-head {
    color: #75B320;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
}


.form_content {
    margin-bottom: 80px;
    position:relative;
}

.form_content:after {
    background: url(images/black-dots.png);
    position: absolute;
    width: 135px;
    height: 139px;
    left: -35px;
    bottom: 51px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    rotate: 180deg;
}

.form_content input {
    width: 100%;
    min-height: 66px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #707070 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans';
    color: #000;
}

.form_content textarea {
    width: 100%;
    min-height: 66px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #707070 1px;
    font-family: 'Open Sans';
    color: #000;
    min-height:330px;
}

.ff, .fh {
    margin-bottom: 15px;
}

.ff p {
    margin: 0px;
}

.hf p {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.ff.submit p{
    display: flex;
    flex-direction: row-reverse;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #75B320;
    max-width: 100px;
    font-weight: 600;
    font-family: 'Open Sans';
    border: 0px;
    transition:300ms;
	color:#fff
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff;
    color:#75B320;
    transition:300ms;

}

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

section.form_page_bg  select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    min-height: 66px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #AFACAC 1px;
    padding-top: 0px;
    padding-bottom: 0px;
}



/* about flexi*/ 


.page-template-about-flexi div#page {
    background: #fff;
}

section.flexi {
    margin-bottom: 50px;
}


.flexi .container{
    background:#fff;
    padding:20px 50px;
}

.flexi .row{
    margin: 50px 0;
}
.flexi .content {
    padding: 20px ;
    
    font-family: 'Open Sans';
    font-size:18px;
}

.flexi .content a {
    color:#75B320;
    text-decoration:none;
}

.flexi .img {
    padding: 20px;
    margin: 50px 0;
}

.flexi h3{
    color:#75B320;
    font-family: 'Poppins';
    font-weight: bold;
}


.flexi h1 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 25px;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 100px;
}

.flexi h1:after {
    width: 96px;
    height: 15px;
    background: url(images/head-img.png);
    position: absolute;
    left: -106px;
    top: 7px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}

.content img {
    margin-bottom: 50px;
}

.flexi .content h2 {
    font-family: 'Poppins';
    font-weight: 800;
}


.flexi .content span {
    color:#75B320;
    margin-top: 20px;
}

.flexi .content p{
    margin-bottom: .5rem;
}
.col-lg-6 .col-md-4 {
    display: flex;
}

.content .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.flexi ul {
    list-style: none;
}

.flexi li {
    position:relative;
    margin-bottom: 5px;
}
.flexi ul li:before {
    width: 22px;
    height: 17px;
    background: url(images/point.png);
    position: absolute;
    left: -28px;
    top: 6px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}

.pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #707070;
    padding: 10px;
    justify-content: space-between;
}


.pdf a{
    color: #000;
    text-decoration: none;
    background: #75B320;
    padding: 10px 23px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    transition: 300ms;
    display: inline-block;
    margin: 20px 0;
    border:1px solid #75B320;
}


.pdf a:hover{
    color: #75B320;
    border:1px solid #75B320;
    background: #fff;
    transition: 300ms;
}

/*project category*/


.industrial-cat .page-title {
    color:#000;
    font-family: 'Poppins', sans-serif;
    border-bottom:2px solid #000;
}

.industrial-cat .page-title:after {
    display:none;
}

.industrial-cat .project-title a{
    color:#000;
    text-decoration:none;
    transition:300ms;
}

.industrial-cat .project-title a:hover{
    color:#75B320;
    transition:300ms;
}

.industrial-cat .container {
    background: #F2F2F2;
    padding: 15px 50px 20px 50px;
    margin-bottom: 50px;
}


/*single project*/


.single-project .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-project-heading {
    color: #000!important;
    font-size: 28px !important;
    font-weight: 700 !important;
}


.single-project h2.single-title {
    color: #000!important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

.single-project h2.single-title:after, .single-project-heading:after {
    display:none!important;
}

.single_project_section .row {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 40px 0;
}

/*share*/


.social-fb.share {
    background-image: url(images/fb.png;);
    height: 20px;
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}


.social-tw.share {
    background-image: url(images/x.png;);
    height: 20px;
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}


.social-share span {
    padding: 0 10px 0 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}



/*projects*/

section.projects.white_grey_section{
    position:relative;
}

section.projects.white_grey_section:after {
    background: url(images/green-plus.png);
    position: absolute;
    width: 107px;
    height: 59px;
    right: 58px;
    bottom: 76px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
section#nav_menu-2 {
    position: relative;
}

section#nav_menu-2:after {
    background: url(images/black-dots.png);
    position: absolute;
    width: 158px;
    height: 133px;
    right: -38px;
    top: -56px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}




section.projects.white_grey_section .container {
    padding: 50px 0px 20px 0px;
}
#nav_menu-2 h2.widget-title {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 22px;
    margin: 0;
}
ul#menu-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-sidebar li {
    border-bottom: 1px solid green;
    padding: 13px 0;
}


ul#menu-sidebar li a {
    text-decoration: none;
    color: #000;
}


ul#menu-sidebar .current-menu-item a{
    font-weight:bold;
}


button.project-btn {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 100px 0;
    padding: 0 10px 42px 10px;
}



.type-project img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / .6;
    min-width: 100%;
}

.project-slider {
    position: relative;
}

article .col-sm-1 {
    /*padding: 0;*/
}

article .col-sm-11 {
    padding: 0;
}

.project-slider .owl-prev span {
    color: #fff;
    font-size: 2.5rem;
    margin-right:10px;
} 

 .project-slider .owl-next span {
    color: #fff;
    font-size: 2.5rem;
    margin-left:10px;
} 

.project-slider button.owl-prev, .project-slider button.owl-next{
    position:relative;
}


.project-slider .owl-nav {
    position: absolute;
    bottom: -61px;
    right: 0;
    z-index: 99;
    transform: translate(-50%, -50px);
}


.project-slider {
    position: relative;
}

.project-slider .owl-dots {
    display: none;
}


article.project {
    margin-bottom: 35px;
    z-index: 3;
    position: relative;
}


.modal-content.project{
    background:#EFEFEF;
    border-radius:0 0 20% 0;
}

.modal-body{
    background:#fff;
    margin: 20px;
    border-radius:0 0 20% 0;
}
.post-type-archive-project header.entry-header {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-top: 20px;
    background: #75B320;
    border-radius: 0 0 42px 0;
    padding: 15px 15px 15px 10px;
    text-align: left;
    float: left;
    text-transform: uppercase;
    min-height: 65px;
    display: flex;
    align-items: center;
    width: 100%;
}
.project-title {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    position: relative;
    /* margin-top: 20px; */
    margin-bottom: 0;
    font-weight: 700;
    /* background: #75B320; */
    /* border-radius: 0 0 42px 0; */
    /* padding: 15px 15px 15px 10px; */
    /* text-align: left; */
    /* display: inline-block; */
    /* float: left; */
    /* text-transform: uppercase; */
}


article .col-md-12 div{
    display: flex;
    border-bottom: 1px solid #000;
    max-width: 500px;
    align-items: center;
    font-size: 16px;
}
article .col-md-12 div:first-of-type{
    margin-top:20px;
}
article .col-md-12 div:last-of-type{
    border-bottom:0px;
    margin-bottom: 20px;
}

article .col-md-12 div span{
    width:175px;
    border-right:1px solid #000;
    margin-right: 30px;
    padding: 10px 0 10px 10px;
    font-weight:bold;
}

/*used equ*/

.small-contact {
    display: flex;
    color:#000;
    font-size: 20px;
    padding: 20px 43px 50px 43px;
}

.small-contact div:first-of-type {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.small-contact div:last-of-type {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 0 20px;
    margin: 0 20px;
    border-left:2px solid #000;
}

.small-contact span {
    font-family: 'Open Sans';
    font-weight: 800;
}
.small-contact .num{
    color:#000;
    text-decoration:none;
    font-family: 'Poppins';
    font-weight: 700;
    font-size:33px;
}

.small-contact .num:hover{
    color:#FFAE00;
    transition:300ms;
}

.small-contact .btn {
    font-family: 'Open Sans';
    color:#000;
    background:#FFAE00;
    padding: 10px 20px;
    border-radius:10px;
    transition:300ms;
}

.small-contact .btn:hover {
    color:#FFAE00;
    background:#000;
    transition:300ms;
}






/*gallery*/

section.galley {
    padding: 0 20px 100px 20px;
    display:none;
}

.galryimg {
    overflow: hidden;
}

.galryimg img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.galryimg img {
    transform: scale(1);
    transition: 500ms;
    transition-timing-function: ease-out;
}


.galryimg img:hover {
    transform: scale(1.1);
    transition: 500ms;
    transition-timing-function: ease-in;
}


.galley .container{
    background: #F2F2F2;
    padding: 20px 50px;
}


/*blog* news/*/



.news {
    margin-bottom:50px
}







/*default*/

h1.entry-title, .blog_content h1 {
    color: #75B320;
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

section.mainservie_bg.defaultpages {
    background: #f3f3f3;
    padding-bottom: 50px;
}
.default .whitearea {
    margin: 85px auto 0px auto;
}
section.mainservie_bg.defaultpages.default {
    padding-top: 20px;
}



body.page-template-default .entry-content{
    font-size: 20px;
}

body.page-template-default .entry-content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0d132b;
    font-family: 'Open Sans',sans-serif;
}

body.page-template-default .entry-content h6 {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #75B320;
    font-weight: 700;
}

body.page-template-default .entry-content  ul {
    margin: 0px;
    margin-bottom: 30px;
}

.news_listing main#primary  article {
    width: calc(33.33% - 20px);
    margin-bottom:30px;
}

.news_listing main#primary {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.article_content {
    padding: 20px;
    background: #fff;
    color: #000;
    height: 100%;
}


.article_content h2.entry-title a {
    color: #75B320;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

.news_listing {
    padding-top: 30px;
}

.news_listing .entry-meta a {
    color: #75B320;
    text-decoration: none;
    opacity: .8;
}

.news_listing .entry-meta {
    font-style: italic;
}

.single-news{
    margin:50px auto;
}

.mainslider .owl-dots {
    position: absolute;
    bottom: 150px;
    left:50%;
    transform:translateX(-50%);
}



.mainslider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgb(255 255 255 / 42%);
    margin-left: 10px;
    border-radius:50px
}

.mainslider .owl-dots button.owl-dot.active {
    background: rgb(255 255 255);
}

.mainslider {
    position: relative;
}



.mobile_menu{
	display: none;
}

.mobile_contact{
	display: none;
}


.post, .page {
    margin: 0px;
}


















.blog article {
    box-shadow: 7px 4px 39px #00000029;
    transition: 300ms;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.blog article:hover {
    box-shadow: 7px 4px 39px #00000080;
    transition: 300ms;
}
.news_listing main#primary article a.post-thumbnail {
    display: block;
    position: relative;
    overflow:hidden;
}

.news_listing main#primary article a.post-thumbnail:before{content:''; display:block; position:relative; padding-bottom:75%;}
.news_listing main#primary article a.post-thumbnail img {position:absolute;top:50%;left:50%; transform:translate(-50%,-50%); transition:all linear .3s;}
.news_listing main#primary article a.post-thumbnail:hover img {transform:translate(-50%,-50%) scale(1.1); transition:all linear .3s;}

.single h1 {
    color: #75B320;
    font-family: 'Poppins';
    font-weight: bold;
}

.single p, .single li {
    font-family: 'Open Sans';
    font-size: 18px;
}

.single p {
    font-family: 'Open Sans';
    font-size: 18px;
}

section.form_page_bg .container .col-sm-6:first-child .form_content .ff.submit input:hover {
    background: #0d132b;
}


/*animcation*/


@keyframes slideZoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}



/*team member*/


.team-member {
    padding: 20px;
    margin: 0 20px;
}

button.team-btn {
    border: 0;
    background: transparent;
}


button.team-btn {
    border: 0;
    background: transparent;
}


.team-member img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: scale(1);
    /*border-radius: 50%;*/
    border-radius: 0 0 100px 0;
    transition: 300ms;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / 1;
    
}

.team-member:hover .team-btn img {
    transform: scale(1.1);
    transition: 500ms;
    cursor: pointer;
}

span.member-name {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 22px;
    position:relative;
}

span.member-title {
    font-size: 20px;
}

section.white_grey_section.meet_team{
    position:relative;
}

section.white_grey_section.meet_team:before {
    background: url(images/green-plus.png);
    position: absolute;
    width: 111px;
    height: 61px;
    right: 49px;
    top: 35px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.modal-md {
    max-width: 650px!important;
}

.modal .member-name{
    margin-left:100px;
}

.modal .member-name:after {
    width: 96px;
    height: 15px;
    background: url(images/head-img.png);
    position: absolute;
    left: -106px;
    top: 10px;
    display: block;
    content: '';
    background-repeat: no-repeat;
}


.modal span.member-title {
    /*font-family: 'Poppins';*/
    color: #75B320;
    font-size:22px;
    font-weight: bold;
}

.page-template-team .modal img {
    margin: 10px 0;
    max-width: 500px;
    /*border-radius:0 0 100px 0;*/
    position:relative;
}

.team-btn {
    position:relative;
}

section.white_grey_section.meet_team .col-md-4:first-of-type .team-btn:before {
    background: url(images/green-dots.png);
    position: absolute;
    width: 139px;
    height: 162px;
    left: -45px;
    top: 17px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}



