
@import url('https://fonts.googleapis.com/css?family=Miriam+Libre:400,700');

/*!
Theme Name: zameretalonim
Theme URI: http://underscores.me/
Author: yovdesign
Author URI: https://yovdesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zameretalonim
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 with others.

zameretalonim is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

.small {
	font-size: 60%;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    
	font-size: 42%;
}
/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/





body,
button,
input,
select,
optgroup,
textarea {
	color: #1d201f;
	font-family: 'Miriam Libre', sans-serif;
	font-size: 17px;
	/*font-size: 1rem;*/
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 52px;
    line-height: 54px;
    
}


h2 {
    font-size: 42px;
    line-height: 44px;
    
    
}


h3 {
    font-size: 36px;
    line-height: 38px;
}
h4 {
    font-size: 26px;
    line-height: 28px;
}
h5 {
    font-size: 22px;
    line-height: 20px;
}

p {
	margin-bottom: 30px;
}

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

blockquote {
	margin: 0 20px;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #eee;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	/*font-size: 0.9375rem;*/
	/*line-height: 1.6;*/
	/*margin-bottom: 1.6em;*/
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monospace;
	font-size: 15px;
	/*font-size: 0.9375rem;*/
}

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

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

big {
	font-size: 125%;
}


.small-title {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

html,body {
    min-width: 320px;
    font-size: 100%;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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


a{
    text-decoration: none;
    color: #02a54b;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #02a54b;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*float: right;*/
	width: 100%;
}

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

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

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline;
                /*float: right;*/
	}
        
        .menu-container {
            float: right;
        }
}


/*--------------------------------------------------------------
# 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;
	font-size: 15px;
	position: absolute !important;
	width: 100%;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #02a54b;
	/*border-radius: 3px;*/
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 15px;
	/*font-size: 0.875rem;*/
	font-weight: bold;
	height: auto;
        right: 0;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 3;
        text-align: center;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}


.fullh {
    height: 100%;
}

.quarter {
    width: 25%;
    float: right;
    
}
.third {
    width: 33.33333333%;
    float: right;
    
}
.twothird {
    width: 66.66666667%;
    float: right;
    
}

.half {
    width: 50%;
    float: right;
}

.pad0 {
    padding: 0;
}
.marg0 {
    margin: 0;
    
}

.white {
    color: #fff;
}

.whitebg {
    background: #fff;
}

.normal {
    font-weight: normal;
}
.center {
    text-align: center;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}



.no-padding {
    padding: 0;
}

.no-padding > .row {
    margin: 0;
}

.overflow {
    overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------------------------
# Design - all above is basic
-------------------------------------------------------------------------------------------------------------------------------*/

::-moz-selection {
    background:  rgba(6,181,89,0.7);
    color: #fff;
    }
::selection {
    background: rgba(6,181,89,0.7);
    color: #fff;
    }

a, .btn, button, input[type=button], label, .logo-hold, svg, path, g, circle, .project, .project div, .asolution-pic img, .project img, .article img, ::before, ::after,
h1,h2,h3,h4, .asolution-content, .asolution .third, .navbar-toggle .icon-bar, .main-navigation ul, .skipslide {
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


.shadow {
    
}

.logo-hold {
    position: fixed;
    top: 0;
    right: 0;
    width: 345px;
    height: 345px;
    z-index: 1;
}

.logo-hold.shrink {
    width: 270px;
    height: 270px;
}


.site-logo {
      width: 36%;
    /*height: 90px;*/
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 2;
    font-size: 2em;
    margin: 0.67em 0;
}
.site-logo a:hover svg,
.site-logo a:focus svg{
    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}




#logo_hold {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /**/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 260px;*/
    /*height: 260px;*/
    /*display: block;*/
    /*z-index: 800;*/
}

.menu-container {
    margin-right: 205px;
    float: right;
    position: relative;
    z-index: 5;
}

#site-navigation {
    padding-right: 60px;
}
.site-header {
    padding-top: 80px;
    position: relative;
    width: 100%;
    z-index: 900;
    min-width: 320px;
}

.page-template-page-home .site-header {
    position: absolute;
    
}
.site-branding {
    position: relative;
    z-index: 2;
}
.header-contact {
    z-index: 1;
    position: relative;
    z-index: 1;
    text-align: left;
    top: -2px;
    /*top: -10px;*/
}
.header-contact .telephone {
    float: left;
    text-align: left;
    
}

.telephone:hover,
.telephone:focus {
    text-decoration: none;
}


.telephone:hover .phone-icon,
.telephone:focus .phone-icon {
    -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
      /*-webkit-animation-iteration-count: infinite;*/
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.phone-icon {
    width: 40px;
    height: 40px;
    float: left;
    /*display: inline-block;*/
    position: relative;
    top: -8px;
    margin-right: 15px;
}

.phone-number {
    color: #02a54b;
    font-size: 24px;
    font-weight: bolder;
    line-height: 26px;
}
.header-contact .phone-number{
    
    margin-right: 30px
}

.fb-icon,
.in-icon {
    opacity: 0.3;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
}


.fb-icon .svg-fb .cls-1,
.in-icon .svg-in .cls-1 {
    fill: #1d201f;
}

.menu li {
    display: inline-block;
    margin-left: 30px;
    font-size: 22px;
}

.menu li.current_page_item {
    opacity: 0.5;
}

.menu a{
    color: #1d201f;
}

.page-template-page-home .menu a{
    color: #fff;
}

.page-template-page-home header .phone-number {
      color: #fff;
    
}

.page-template-page-home header .fb-icon .svg-fb .cls-1,
.page-template-page-home header .in-icon .svg-in .cls-1 {
    fill: #fff;
}
.page-template-page-home .fb-icon,
.page-template-page-home .in-icon {
    opacity: 0.5;
}

.in-icon:hover,
.in-icon:focus,
.fb-icon:hover,
.fb-icon:focus {
    opacity: 0.9;
}



.navbar-toggle {
	
    z-index: 999999;
    position: fixed;
    top: 50px;
    left: 0px;
	border: none;
        padding: 9px 0 9px 10px;
        margin-top: 0;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
	background: none !important;
	border: none;
}

.navbar-toggle .icon-bar {
	background: #02a54b !important;
	border: none;
	border-radius: none;
}
.home .navbar-toggle .icon-bar {
	background: #fff !important;
    
}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar,
.home .navbar-toggle:focus .icon-bar,
.home .navbar-toggle:hover .icon-bar {
	background: #fff !important;
	border: none;
}


.navbar-toggle.scrolled .icon-bar,
.home .navbar-toggle.scrolled .icon-bar{
	background: #02a54b !important;
    
}


.navbar-collapse.collapsing {
	
    overflow-y: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 40px;
}


.navbar-collapse.collapsing .nav>li {
	margin-bottom: 10px;
}







.main-slider {
    min-height: 600px;
    max-height: 930px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    
}

.slider {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    /*max-width: 100%;*/
    /*width: 100%;*/
}

.slick-track,
.slick-list,
.slick-slide {
    height: 100%;
}



.topshadow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131211+0,131211+100&0.6+0,0+100 */
background: -moz-linear-gradient(top,  rgba(19,18,17,0.6) 0%, rgba(19,18,17,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(19,18,17,0.6) 0%,rgba(19,18,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(19,18,17,0.6) 0%,rgba(19,18,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99131211', endColorstr='#00131211',GradientType=0 ); /* IE6-9 */

position: absolute;
z-index:2;
width: 100%;
min-height: 200px;

}


.main-slider .topshadow {
    height: 33%;
}

.slider-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    right: 0;
    z-index: 5;
    
}
.slider-controler {
    position: relative;
}
.slider-info {
    margin-bottom: 120px;
}

.site-description {
    font-size: 54px;
    line-height: 40px;
    /*margin-bottom: 30px;*/
    color: #02a54b;
    margin: 0 0 30px;
}


.slider-control {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}

.slider-arrows {
    position: absolute;
    left: 15px;
    bottom: 30px;
}

.slider-arrows a {
    width: 39px;
    height: 39px;
    float: left;
}
.slider-arrows svg {
    width: 39px;
    height: 39px;
    float: left;
}
.slider-arrows .nav-left  {
    margin-right: 2px;
    
}

.projinfo {
    padding-right: 10px;
    border-right: 4px solid #02a54b;
    font-size: 16px;
    line-height: 20px;
}

.projname {
    margin-bottom: 10px;
    display: block;
    font-size: 21px;
    letter-spacing: -1px;
}

.projname a {
    color: inherit;
    text-decoration: none;
}
.projname a:hover,
.projname a:focus {
    text-decoration: underline;
}

.main-solutions {
    position: relative;
    width: 100%;
    /*bottom: 30px;*/
    right: 0;
    height: 120px;
    /*display: table;*/
    background: rgba(29,32,31,0.8);
}

.solbtn {
    color: #fff;
    border-top: 6px solid transparent;
    font-size: 1.6em;
}

.solbtn:hover,
.solbtn:focus {
    text-decoration: none;
    border-top: 6px solid #02a54b;
    letter-spacing: 1px;
}

.floatimage1 img,
.floatimage2 img {
    max-width: 100%;
    height: auto;
}

.left {
    left: 0;
    right: auto;
}
.right {
    right: 0;
    left: auto;
}

.padleft {
    padding-left: 30px;
    
}
.padright {
    padding-right: 30px;
    
}

.floatimage1 {
    position: absolute;
    /*width: 100%;*/
    top: 0;
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
    /*right: 0;*/
    z-index: 1;
}
.floatimage2 {
    position: absolute;
    /*width: 100%;*/
    bottom: 15%;
    /*padding: 0;*/
    /*right: 0;*/
    z-index: 2;
    
}
.floatimage1 img {
    position: relative;
    z-index: 1;
}
.frame {
    position: relative;
}
.frame::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 4px solid #02a54b;
    left: -30px;
    bottom: -30px;
    z-index: 0;
    display: block;
}
.fullframe::before {
    width: calc(100% + 60px);
}

.page-template-page-home #content h2,
.page-template-page-home #content h3 {
    font-size: 44px;
    line-height: 46px;
}

#content p a:not(.btn) {
    background: #02a54b;
    color: #fff;
    padding: 0 4px;
}

p a:hover,
p a:focus {
    color: #fff;
    /*opacity: 0.8;*/
    /*text-decoration: none;*/
    /*background: */
}

.dark {
    background: #1d201f;
    color: #fff;
}

section {
    min-height: 120px;
    position: relative;
}

section img {
    width: 100%;
    height: auto;
}

section .dark.blocker {
    background: #1d201f;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    
}

.landing_page-template-default section .dark.blocker {
	background: none;
}
.landing_page-template-default section#content {
	/*background: none;*/
	margin-bottom: 90px;
}
.textblock {
    padding-bottom: 40px;
    /*padding-top: 20px;*/
}

.btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    border: none;
    border-radius: 0;
    
    background: none;
    color: #02a54b;
    padding-bottom: 3px;
    padding-top: 3px;
    /*margin-top: 30px;*/
}

.btn::after {
    content: url(img/btnleft.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #02a54b;
    color: #fff;
    vertical-align: middle;
    /*border: 5px;*/
    /*padding: 5px;*/
    margin-right: 10px;
}

.btn:hover,
.btn:focus {
    color: #02a54b;
    text-decoration: underline;
}

.fullbtn {
    background: #02a54b;
    color: #fff;
    padding: 7px 10px;
    min-width: 280px;
    display: inline-block;
    line-height: 20px;
    border: none;
    font-size: 17px;
    /*font-weight: 600;*/
}
.fullbtn:hover,
.fullbtn:focus {
    color: #fff;
    /*letter-spacing: 2px;*/
    text-decoration: none;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.btn-border {
    color: #02a54b;
    background: #fff;
    border: 3px solid #02a54b;
}
.btn-border:hover,
.btn-border:focus {
    color: #02a54b;
}
.tall-btn {
    padding: 12px 30px;
    min-width: 190px;
    font-weight: bold;
    border: 3px solid #02a54b;
}

section#about {
    padding-top: 60px;
}
.landing_page-template-default section#about {
    padding-top: 30px;
}
.prefooter {
    padding-top: 30px;
    padding-bottom: 30px;
}
.clients-slider {
    margin-top: 30px;
}
.client-slide {
    padding: 30px;
    /*max-height: 70px;*/
    vertical-align: bottom;
    text-align: center;
}

.client-slide img {
    max-height: 70px;
    width: auto;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}

.client-slide img.landscape{
    max-height: 50px;
}


.clients-slider-off .client-slide {
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
}

.clients-slider-off .client-slide img {
    max-height: 100px;
    width: auto;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
}

.clients-slider-off .client-slide img.landscape{
    max-height: 70px;
}





.section-title {
    margin: 0;
}

.section-header {
    text-align: center;
    color: #02a54b;
    margin: 80px 0 60px;
}

.page-template-page-about section .dark.blocker/*,
.landing_page-template-default section .dark.blocker*/ {
    height: 80px;
    
}



.page-template-page-about .textblock
/*.landing_page-template-default .textblock*/ {
    padding-bottom: 160px;
    padding-top: 0;
    
}

.landing_page-template-default .header-contact{
    left: 0;
}
.landing_page-template-default .section-header{
    margin-top: 0;    
}

.landing_page-template-default .site-header{
    position: absolute;
    
}


#unique {
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.unique-title {
    position: absolute;
    top: -130px;
    color: #d1d1d1;
    font-size: 100px;
    letter-spacing: -6px;
    /*line-height: 18px;*/
}


#dynamic_halfer {
    padding-top: 30px;
    padding-bottom: 30px;
}



#contact_block {
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    margin-bottom: 90px;
    margin-top: 30px;
}
.box-shadow, .fullbtn:hover, .fullbtn:focus{
    -moz-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
}
.box-shadow-hov:hover,
.box-shadow-hov:focus {
    -moz-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
}

#contact_block .phone-number {
    margin-right: 0;
    clear: both;
    display: block;
    font-size: 44px;
    line-height: 40px;
    color: #fff;
    padding: 30px 0px 10px;
}
.contact-form #contact_block .phone-number {
    padding: 30px 0px 10px;
    
}

.phone-number a:hover,
.phone-number a:focus {
    text-decoration: none;
}

#contact_block .fullbtn {
    position: relative;
    bottom: -45px;
}

#contact_block .tall-btn {
    position: relative;
    bottom: -53px;
}
.contact-title {
    color: #07b559;
    font-size: 22px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    font-weight: 700;
}

footer {
    line-height: 22px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 30px;
    font-size: 16px;
    border-top: 1px solid #ccc;
}
footer a {
    color: rgba(0,0,0,0.6);
    display: inline-block;
}

footer .fb-icon,
footer .in-icon {
    margin-right: 0;
}
footer .in-icon {
    
    margin-left: 10px;
}

.nodeco {
    color: inherit !important;
    
}

.nodeco:hover,
.nodeco:focus {
    text-decoration: none;
    /*opacity: 0.9;*/
}

footer .nodeco:hover,
footer .nodeco:focus {
    
    color: #02a54b !important;
}
.rights {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    text-align: left;
}
.socials, .rights {
    margin-top: 45px;
    
}
.yov {
    opacity: 0.6;
    color: #000;
    text-align: left;
    display: inline-block;
}
.yov svg {
    width: 35px;
    height: 19px;
    vertical-align: middle;
}
.yov .yov1,
.yov .yov2 {
    fill: #000;
}

.yov:hover,
.yov:focus {
    color: #000;
    opacity: 1;
    text-decoration: none;
}

.yov:hover .yov1,
.yov:focus .yov1{
    fill: #CF9641;
}
.yov:hover .yov2,
.yov:focus .yov2{
    
    fill: #bbb;
}

.page-text {
    color: #1d201f;
    padding-top: 30px;
}

#articles {
    margin-bottom: 160px;
}
.article {
    border-bottom: 4px solid #02a54b;
    line-height: 20px;
    margin-bottom: 30px;
}
.article-pic {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
     z-index: 1;
     /*background: #1d201f;*/
    
}

.article-pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
      max-width: 100%; 
     width: 100%;
     /*opacity: 0.2;*/
    
}
.article-content {
    padding: 30px 0 20px;
    /*line-height: 20px;*/
    font-size: 16px;
    
}

.article .section-title {
    font-size: 19px;
    line-height: 22px;
}

.published {
    font-size: 14px;
    opacity: 0.7;
}

.article a {
    text-decoration: none;
    color: inherit;
}

.article a:hover .article-header,
.article a:focus .article-header{
    color: #02a54b;
}
.article a:hover .article-pic img,
.article a:focus .article-pic img{
    opacity: 0.5;
}
.centerdplus .hover-plus-hor {
    bottom: 50%;
    margin-bottom: -2px;
}

.centerdplus .hover-plus-ver {
    left: 50%;
    margin-left: -2px;
}

.centerdplus .hover-plus-hor::after {
    left: 50%;
    margin-left: -20px;
    background: #02a54b;
}
.centerdplus .hover-plus-ver::after {
    bottom: 50%;
    margin-bottom: -20px;
    background: #02a54b;
    
}


.article-page .published {
    font-size: 16px;
    opacity: 0.6;
}

.post-pic {
    position: relative;
    width: 100%;
    padding-bottom: 42%;
    overflow: hidden;
     z-index: 1;
     /*background: #1d201f;*/
    
}
.post-pic img {
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
      max-width: 100%; 
     width: 100%;
}

.project {
    margin-bottom: 30px;
    display: block;
}




.project-pic {
    position: relative;
    width: 100%;
    padding-bottom: 42%;
    overflow: hidden;
     z-index: 1;
     background: #1d201f;
}

.project-pic img.proj-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
      max-width: 101%; 
     width: 101%;
     opacity: 0.2;
}
#the-projects, #customers, #more-projects {
    padding-bottom: 60px;
}
#more-projects .frame::before,
#the-projects .frame::before {
    
    left: -15px;
    bottom: -15px;
}

.project-text {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #02a54b;
    color: #fff;
    z-index: 2;
    padding: 9%;
    line-height: 20px;
    font-size: 16px;
}

.project-logo {
    position: absolute;
    width: 50%;
    text-align: center;
}

.project-logo img {
    max-width: 190px;
    max-height: 120px;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    opacity: 1;
}

.hover-plus-hor {
    position: absolute;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.15);
    bottom: 40px;
    left: 0px;
    display: block;
    z-index: 3;
}
.hover-plus-ver {
    position: absolute;
    height: 100%;
    width: 4px;
    background: rgba(255,255,255,0.15);
    bottom: 0px;
    left: 40px;
    display: block;
    z-index: 3;
}

.hover-plus-hor::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    left: 22px;
    background: rgba(255,255,255,1);
    
}
.hover-plus-ver::after {
    content: "";
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 22px;
    background: rgba(255,255,255,1);
    
}



.project.infohide img.proj-img{
    opacity: 0.8;
    
}
.project.infohide .project-text{
    left: -51%;
}
.project.infohide .project-logo{
    width: 100%;
}
.project.infohide .project-logo img{
    max-width: 160px;
    max-height: 100px;
    /*opacity: 0.5;*/
}
.project.infohide .hover-plus-hor{
    left: -100%;
    opacity: 0;
}
.project.infohide .hover-plus-ver{
    bottom: -100%;
    opacity: 0;
}
.project.infohide.frame::before {
    opacity: 0;
}

.arrow-prev, .arrow-next {
    position: fixed;
}
.arrow-prev .skipslide, .arrow-next .skipslide {
    display: inline;
    color: #fff;
    background: rgba(0,0,0,0.7);
    white-space: nowrap;
    height: 39px;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    right: 39px;
    top: 0;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
}

.arrow-next .skipslide {
    right: auto;
    left: 39px;
	
}
.arrow-prev {
    right: -40px;
    left: auto;
}
.arrow-next {
    left: -40px;
    right: auto;
}
.arrow-next.slideInLeft {
    left: 14px;
    right: auto;
}
.arrow-prev.slideInRight {
    right: 15px;
    left: auto;
}

.arrow-prev.absolute, .arrow-next.absolute {
    position: absolute;
    display: none;
}
.arrow-prev:hover, .arrow-next:hover,
.arrow-prev:focus, .arrow-next:focus {
    
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    
}

.arrow-prev:hover .skipslide, .arrow-next:hover .skipslide,
.arrow-prev:focus .skipslide, .arrow-next:focus .skipslide {
	opacity: 1;
	visibility: visible;
}


@media (min-width: 992px) {
    .more-projects .project {
        margin-bottom: 0;
    }
.arrow-prev.absolute, .arrow-next.absolute {
        display: block;
    }
}


.post-pic {
    /*margin-right: 5%;*/
    width: 95%;
    float: left;
}

.single-post #main {
    
    margin-top: 80px;
}
.post-pic-col {
    padding: 0;
}

.post-header {
    padding: 0;
    padding-left: 30px;
    position: absolute;
    top: 0;
    /*height: 100%;*/
    /*background: #fff;*/
}
.post-title {
    background: #fff;
    margin: 0;
    padding: 5px 0;
}
.frame-container {
    position: absolute;
    top: 30px;
    width: 100%;
}
.article-frame {
    position: relative;
    top: 0;
    /*width: 100%;*/
}


.article-frame::before{
    left: 0;
    bottom: 0;
}

.the-article {
    /*margin-top: 60px;*/
    margin-bottom: 90px;
}

.the-article h1,
.the-article h2,
.the-article h3,
.the-article h4,
.the-article h5,
.the-article h6 {
    color: #02a54b;
}

ul {
    padding-right: 20px;
}

li {
    list-style: square;
}

#pojo-a11y-toolbar li{
	list-style: none;
}

.pojo-a11y-high-contrast .topshadow,
.pojo-a11y-light-background .topshadow,
.pojo-a11y-negative-contrast .topshadow {
	display: none;
}
.the-article ul{
    padding-right: 0;
}
.the-article li {
    list-style: none;
    position: relative;
    padding-right: 20px;
}
.the-article li::before {
    list-style: none;
    content: "▪";
    color: #02a54b;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 26px;
}

.articles-sidebar {
    /*margin-top: 20px;*/
}
.articles-sidebar .section-title{
    font-size: 17px;
    line-height: 20px;
    color: inherit;
    /*font-weight: normal;*/
}
.articles-sidebar .article-content{
    padding-top: 10px;
    padding-bottom: 10px;
}
.articles-sidebar .article-header{
    padding-bottom: 10px;
}

.articles-sidebar .published{
    font-size: 14px;
}
.sidebar .sidebar-title{
    color: inherit;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -1px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.sidebar .article-content p{
    /*display: none;*/
}

.sidebar-list {
    
    padding-right: 0;
}

.sidebar-list li{
      list-style: none;
    position: relative;
    padding-right: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.sidebar-list li a {
    color: #1d201f;
}
.sidebar-list li a.current {
    opacity: 0.4;
}
.sidebar-list li a:hover,
.sidebar-list li a:focus {
    opacity: 0.5;
    text-decoration: none;
}
.sidebar-list li::before {
    list-style: none;
    content: "+";
    color: #02a54b;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 19px;
    font-weight: 700;
}


.loading {
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0.5;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: -1px;
    font-size: 19px;
}


.asolution {
    /*padding: 0 15px;*/
    margin-bottom: 30px;
    text-align: center;
}

.asolution h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -1px;
    
}
.asolution-pic {
    position: relative;
    /*width: 100%;*/
    padding-bottom: 27%;
    overflow: hidden;
     z-index: 1;
     /*background: #fff;*/
     /*background: #1d201f;*/
    
}
.asolution-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
      /*max-width: 100%; */
     /*width: 100%;*/
}
.asolution.infohide .asolution-content {
    /*display: none;*/
    height: 0;
    overflow: hidden;
    opacity: 0;
    
}

.asolution .third {
    padding: 60px;
    float: none;
}

.asolution .twothird {
    /*padding: 60px;*/
    float: none;
}

.asolution:nth-child(even) .table {
    direction: ltr;
}

.asolution:nth-child(even) .table-cell {
    direction: rtl;
}

.asolution a:hover img,
.asolution a:focus img{
    opacity: 0.5;
}

.asolution a:hover .asolution-content,
.asolution a:focus .asolution-content{
    /*display: block;*/
    height: 90px;
}
.asolution a:hover .asolution-content,
.asolution a:focus .asolution-content{
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.asolution a:hover .hover-plus-ver::after,
.asolution a:hover .hover-plus-hor::after,
.asolution a:focus .hover-plus-ver::after,
.asolution a:focus .hover-plus-hor::after {
    background: #fff;
}

.image-header {
    position: relative;
    
}
.image-header .image-header-title{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.image-header .image-header-title .section-title{
    padding: 6px 24px;
    display: inline-block;
    background: rgba(6, 181, 89, 0.8);
    color: #fff;
    max-width: 80%;
}
.image-header .image-header-title .section-title::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    
}

.header-pic {
    
    position: relative;
    /*width: 100%;*/
    padding-bottom: 27%;
    overflow: hidden;
     z-index: 1;
}
.header-pic img{
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    /*max-width: 100%;*/
    /*width: 100%;*/
    
}

#breadcrumbs {
    margin-bottom: 0;
    font-size: 12px;
    padding-right: 60px;
    position: absolute;
}
.breadcrumb_last {
    opacity: 0.7;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
    color: #000;
}



/*-----------------------------------form-----------------------------------*/

nf-fields-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}
nf-field {
    padding: 0 15px;
    display: block;
    
}
nf-fields-wrap nf-field:nth-child(-n+4) {
    width: 50%;
    float: right;
}



.contacline label, .nf-field-label label {
    position: absolute;
    top: 13px;
    right: 0px;
    /*color: rgba(0,0,0,0.5);*/
    font-weight: 400 !important;
    font-size: 18px;
    z-index:1;
    line-height: 22px;
    text-align: right;
    
}

.contacline label.focused, .nf-field-label label.focused {
    top: -22px;
    left: 0;
    letter-spacing: 3px;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
}

.contacline input,
div .nf-field-element select,
div .nf-field-element input:not([type="button"]) {
    width: 100%;
    margin-bottom: 30px;
    height: 45px;
    /*padding: 5px 0px;*/
}

div .nf-field-element textarea {
    margin-bottom: 30px;
    /*padding: 10px;*/
    /*height: 120px;*/
    color: #666;
    max-width: 100%;
    min-width: 100%;
    min-height: 50px; 
}

div .nf-field-element input:not([type="button"]),
div .nf-field-element select,
div .nf-field-element textarea {
    border: none;
    border-bottom: 4px solid #02a54b;
    padding: 5px;
    background: none;
}

.nf-before-form-content {
    margin-bottom: 30px;
}

.nf-after-field {
    position: absolute;
    font-size: 13px;
    top: 7px;
    left: 0; 
}
.label-above .nf-field-label {
    position: absolute;
    width: 100%;
    top: 0;
}

div .nf-field-element input[type="button"] {
    padding: 15px 10px;
    min-width: 210px;
    font-weight: 700;
    font-size: 20px;
}

div .nf-field-element input[type="button"]:disabled  {
    background: #ccc;
}


.nf-field-container.submit-container.butn {
    padding: 0;
}
.butn input[type="button"] {
    display: block;
    width: 100% !important;
    padding: 40px 60px;
}

div #ninja_forms_required_items, div .nf-field-container {
    margin-bottom: 0;
}

div .ninja-forms-req-symbol {
    color: #c1cac8;
}

.nf-response-msg {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 100;
    margin-top: 20px;
    background: #02a54b;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px;
    margin-bottom: 20px;
}
.nf-response-msg p {
    margin-bottom: 0;
}
.nf-after-form-content{
    margin-top: 20px;
    font-size: 16px;
    /*color: #fff;*/
}
.nf-after-form-content .nf-error-msg{
    /*color: #fff;*/
}


/*--------------------------------------------end form-------------------------------------*/



.page-template-page-contact #contact_block {
    width: auto;
      padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
}
.page-template-page-contact #contact_block .fullframe::before {
    width: calc(100% + 30px);
    left: -15px;
    bottom: -15px;
}

.page-template-page-contact #contact_block .phone-number {
    
     font-size: 36px;
    line-height: 30px;
}
.page-template-page-contact #contact_block .contact-title {
    margin-top: 5px;
}
.page-template-page-contact #contact_form .the-form {
    margin-bottom: 60px;
}

.nf-form-title h1,
.nf-form-title h2,
.nf-form-title h3,
.nf-form-title h4 {
    font-size: 50px;
    font-weight: lighter;
    opacity: 0.5;
    letter-spacing: -1px;

    
}

.close-loca {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height:42px;
    text-align: center;
    z-index: 4;
    color: #fff;
    padding: 10px;
}
.close-loca::after {
    font-family:"slick";
    font-size: 30px;
    line-height: 22px;
    color:white;
    /*opacity:0.85;*/
    content:'×';
}


.close-loca:hover,
.close-loca:focus,
.close-loca:active {
    text-decoration: none;
    color: #fff;
    opacity:0.85;
}
.close-loca:hover::after,
.close-loca:focus::after,
.close-loca:active::after {
    
}

.acf-map {
    z-index: 1;
}
.gmaps-link {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 10px;
}

.gmaps-link:hover,
.gmaps-link:focus {
    color: #fff;
}

.page-template-page-contact #google_map {
    width: auto !important;
}

#google_map .square-hold {
    position: absolute;
    width: 100%;
    height: 100%;
}
#google_map .square {
    position: relative;
    /*max-width: 260px;*/
    width: 70%;
    height: 70%;
    /* padding-bottom: 70%; */
    background: #089c49;
    text-align: center;
    z-index: 2;
    color: #fff;
    margin: 60px auto;
    /* margin: calc(15% - 15px); */
    max-width: 360px;
}

#google_map .square p:last-child {
    margin-bottom: 10px;
}


.grid-container{
    margin-bottom: 90px;
    position: relative;
}

.grid-item {
    position: relative;
    /*overflow: hidden;*/
    margin-bottom: 30px;
    /*min-height: 600px;*/
    height: 760px;
}

.grid-item-1 {
    height: 600px;
}
.grid-item-2 {
    height: 310px !important;
    position: absolute;
    left: 0px;
    top: 250px;
}


.grid-pic-holder {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.grid-pic-holder a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.grid-pic-holder a:focus{
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    
    /*border: 2px solid blue;*/
}

.grid-pic-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    max-width: 100%;
    /*width: 100%;*/
}
.grid-item-2,
.grid-item-2 .grid-pic-holder{
    overflow: visible;
}
.grid-item-2 .grid-pic-holder a,
.floatimage2 img{
    -moz-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
}
.grid-item-2 .grid-pic-holder img {
    position: relative;
    min-height: 0;
    max-width: 100%;
    width: 100%;
    /*min-height:none;*/
}
.grid-item-7 .grid-pic-holder img,
.grid-item-5 .grid-pic-holder img,
.grid-item-12 .grid-pic-holder img {
    max-width: none;
    max-height: 100%;
    /*width: 100%;*/
    /*min-height:none;*/
}


.proj-info {
    margin-bottom: -150px;
}
.proj-info .project-text {
    position: relative;
    width: 100%;
    padding: 20% 15%;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}



.single-project .section-header{
    /*margin-bottom: 0*/
}

.error-404 .contact-title{
    margin-bottom: 30px;
      font-size: 90px;
    margin-top: -5px;
    line-height: 80px;
}


.error-404 .frame  p{
    margin-bottom: 0;
}

.error-404 .fullbtn {
    margin: 0 10px;
}
#contact_block.error-404 {
    margin-bottom: 150px;
    margin-top: 90px;
}


.table .table {
    background: inherit;
}


.transparent {
    opacity: 0;
}

.green {
    background-color: #02a54b !important;
    color: #fff;
    
}

.green a {
    color: #fff;
}

.green a:hover,
.green a:focus {
    text-decoration: none;
}

#the-solutions {
    margin-bottom: 90px;
}
#reasons  {
    margin-bottom: 60px;
}
#reasons .container {
    padding: 120px 15px 120px;
    
}
.home #reasons .container {
    padding-top: 90px
    
}
#reasons span {
    clear: left;
    display: block;
    color: #02a54b;
    font-size: 16px;
    margin-top: 15px;
}
#reasons h4 {
    font-size: 36px;
    /*line-height: 20px;*/
    font-weight: normal;
    letter-spacing: -1px;
    /*float: right;*/
    clear: none;
    margin-top: 0;
}
#reasons .table-cell {
    position: relative;
}
#reasons .table-cell .bigarrow {
    position: absolute;
    height: 200%;
    left: 15%;
    width: 2px;
    display: block;
    top: -50%;
    opacity: 0.2;
}
#reasons .table-cell .bigarrow::after,
#reasons .table-cell .bigarrow::before {
    content: "";
    display: block;
    height: 50%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -moz-transform: rotate(10deg) translateX(-1px) translateY(1px);
    -webkit-transform: rotate(10deg) translateX(-1px) translateY(1px);
    -o-transform: rotate(10deg) translateX(-1px) translateY(1px);
    -ms-transform: rotate(10deg) translateX(-1px) translateY(1px);
    transform: rotate(10deg) translateX(-1px) translateY(1px);
    
}

#reasons .table-cell .bigarrow::before {
    /*bottom: 0;*/
    top: 50%;
    -moz-transform: rotate(-10deg) translateX(-1px) translateY(-2px);
    -webkit-transform: rotate(-10deg) translateX(-1px) translateY(-2px);
    -o-transform: rotate(-10deg) translateX(-1px) translateY(-2px);
    -ms-transform: rotate(-10deg) translateX(-1px) translateY(-2px);
    transform: rotate(-10deg) translateX(-1px) translateY(-2px);
}
#reasons .table-cell:last-child .bigarrow::after,
#reasons .table-cell:last-child .bigarrow::before {
    content: none;
}
#reasons .q-ico {
    width: 90px;
    float: right;
    /*max-height: 95px;*/
    /*max-width: 85px;*/
    margin-left: 30px;
}
#reasons .q-ico svg {
    max-height: 95px;
    max-width: 90px;
    /*vertical-align: bottom;*/
}

#team .container {
    padding: 0 8.33333333% 60px;
    line-height: 20px;
    margin-bottom: 70px;
     border-bottom: 1px solid #ccc;
    
}
#team .member {
    margin-bottom: 30px;
}
#team .team-name {
    font-size: 22px;
    /*line-height: 20px;*/
        color: #02a54b;
        font-weight: bold;
}

#team img {
    margin-bottom: 15px;
    display: block;
}
#team .mail-ico{
    position: absolute;
    left: 0;
    top: 0;
}

#team .team-det {
    position: relative;
    display: block;
    padding-left: 50px;
}

#team .title {
    font-size: 46px;
    line-height: 44px;
    margin-bottom: 30px;
        color: #02a54b;
}
.mail-ico {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    background: #d1d1d1;
    text-align: center;
    display: block;
}

.mail-ico:hover,
.mail-ico:focus {
    background: #02a54b;
}

.mail-ico svg {
    width: 24px;
    height: 100%;
    vertical-align: middle;
}
.slick-lightbox-slick-img  {
    max-width: 100%;
}


.contact_form {
    padding: 30px;
    max-width: 600px;
}
.over-all, .over-all-contact-pop {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    min-width: 320px;
    z-index:900;
    display: block;
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
    background:rgba(0,0,0,0.3);
    direction: ltr;
}

.over-all:before,
.over-all-contact-pop:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /*margin-right: -0.25em;*/
}

.over-all .over-content {
    z-index: 2;
    position: relative;
    display: inline;
    vertical-align: middle;
    max-width: 98%;
}
.over-all .over-content-holder,
.over-all-contact-pop .over-contact-pop {
    display: inline-block;
    /*width: 100%;*/
    vertical-align: middle;
    height: auto;
    position: relative;
    background: #fff;
    -moz-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.4);
    top: 3%;
    margin-bottom: 2%;
    direction: rtl;
}

.cover-all {
    position: absolute;
    right: 0;
    top: 0;
    /*background: rgba(0,0,0,0.3);*/
    height: 100%;
    width: 100%;
    z-index:0;
}

.close-pop {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    text-align: center;
}

#close_x {
    max-width: 16px;
    max-height: 16px;
    height:16px !important;
    width: 16px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
}

/*----------------------------------Responsivness----------------------------------*/
@media (min-width: 1200px) {
    #dynamic_halfer .col-lg-push-1{
          padding-left: 8.33333333%;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }   
}
@media (min-width: 1620px) {
    .container {
        width: 1520px;
    }
    .textblock {
    /*padding-bottom: 40px;*/
    padding-top: 40px;
    }
}


@media (max-width: 1400px) {
    
.grid-item-3, .grid-item-4, .grid-item-5,
.grid-item-6, .grid-item-7, .grid-item-8,
.grid-item-9, .grid-item-10, .grid-item-11, .grid-item-12 {
    height: 600px;
}
.grid-item-2 {
    height: 270px !important;
}
h2 {
    font-size: 34px;
    line-height: 36px;
    
    
}
.menu li {
    font-size: 20px;
    margin-left: 20px;
}
}
@media (max-width: 1200px) {
    
    .grid-item {
        height: 520px;
    }
    .grid-item-2 {
        height: 230px !important;
    }
    .article-page .published {
        padding-right: 30px;
    }
    .logo-hold {
        
         width: 270px;
        height: 270px;
    }
    #breadcrumbs,
    #site-navigation {
        padding-right: 0;
    }
    .menu li {
        font-size: 20px;
        margin-left: 20px;
    }
    .header-contact {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    #team .container {
        padding: 0 15px 60px;
        line-height: 20px;
    }
    #reasons .table-cell .bigarrow {
        left: 10px;
    }
}
@media (max-width: 992px) {
    #reasons .table-cell .bigarrow {
        right: 50%;
        left: auto;
        height: 100%;
        bottom: -30%;
        top: auto;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
            font-size: 15px;
            line-height: 24px;
    }
    
    .page-template-page-home #content h2, .page-template-page-home #content h3 {
        font-size: 33px;
        line-height: 35px;
    }
    
    
    .section-header {
        margin: 70px 0 40px;
    }
    
    .unique-title {
        font-size: 60px;
        top: -117px;
    letter-spacing: -2px;
    }
    h1 {
        font-size: 42px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 32px;
        
        
    }
    .asolution h2 {
        font-size: 24px;
        line-height: 22px;
    }
    .asolution .third {
        padding: 30px;
    }
    .grid-item {
        height: 330px;
    }
    .grid-item-2 {
        height: 170px !important;
    }
    .proj-info .project-text {
        font-size: 16px;
        line-height: 20px;
    }
    #reasons .q-ico {
        display: inline-block;
        clear: both;
        float: none;
        margin-left: 0;
        width: 21%;
        
    }
    #reasons .q-ico svg {
        max-width: 100%;
        max-height: none;
    }
    #reasons .table {
        margin: 0;
    }
    #reasons .table-cell {
        display: block;
        height: auto;
        clear: both;
        text-align: center;
        padding-bottom: 90px;
    }
    #reasons .table-cell:last-child {
        padding-bottom: 30px;
    }
}
    
    
    
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 38px;
    }
    h3 {
        font-size: 30px;
        line-height: 32px;
    }
    h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .menu-container {
        float: none;
    }
	.navbar-collapse.in {
		overflow-y: auto;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		right: 0;
		top: 0;
		text-align: center;
		font-size: 40px;
	}
        
        .navbar-toggle[aria-expanded="true"] .icon-bar {
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: 6px;

        }
        
        .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-top: -2px;
            
        }
        header[aria-expanded="true"] .site-branding{
            z-index: 999;
        }
        header[aria-expanded="true"] .logo-hold.shrink{
            width: 210px;
    height: 210px;
        }
        .navbar-collapse.in {
            
        }
        
	
	.navbar-collapse.in .nav>li {
		margin-bottom: 10px;
	}
	.navbar-nav {
		font-size: 38px;
		position: relative;
		top:33px;
	}
        
       .grid-item {
            margin-bottom: 15px;
       }
       
       .grid-item-2,
        .grid-item-2 .grid-pic-holder {
            overflow: visible;
        }
        .grid-item-2 .grid-pic-holder a {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
       
    .grid-item-2 {
        height: auto !important;
        position: relative;
        left: 0;
        top: 0;
    }
    .grid-pic-holder img, .grid-item-7 .grid-pic-holder img, .grid-item-5 .grid-pic-holder img, .grid-item-12 .grid-pic-holder img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    max-width: 100%;
    max-height: 100%;
    }
    .grid-item {
        height: auto;
    }
    
    .matchHeight  {
        height: auto !important;
        min-height: 0 !important;
    }
    
    .floatimage1 {
        position: relative;
        margin: 0;
    }
    
    .padleft {
    padding-left: 0px;
    
    }
    .padright {
        padding-right: 0px;
        
    }
    
    
    .logo-hold {
        width: 210px;
        height: 210px;
    }
    
    .logo-hold.shrink {
        width: 190px;
        height: 190px;
    }
    
    .main-solutions {
        height: auto;
        background: none;
    }
    .main-solutions a{
        height: 50px;
        margin-bottom: 1px;
        background: rgba(29,32,31,0.8);
    }
    .site-description {
        /*display: none;*/
        /*margin: 0 0 120px;*/
        font-size: 46px;
        max-width: 80%;
        
    }
    .main-navigation.toggled .menu-main-menu-container{
        position: fixed;
        z-index:999;
        top: 0;
        right: 0;
        width: 100%;
        height: 120%;
        min-width: 320px;
        min-height: 100%;
        background: #000;
        display: block;
        padding-top: 150px;
    }
    .main-navigation.toggled ul {
        /*display: table-cell;*/
        /*vertical-align: middle;*/
    }
    .main-navigation li {
        display: block;
        /*text-align: center;*/
        padding: 10px 10%;
        font-size: 30px;
    }
    .main-navigation ul {
        
    }
    .main-navigation li a {
        color: #fff;
    }
    .site-header {
        padding-top: 50px;
    }
    .site-header  .phone-number {
        display: none;
    }
    .phone-icon {
        width: 34px;
        height: 34px;
        top: -6px;
    }
    .header-contact {
        top: 5px;
        left: 50px;
        position: relative;
    }
    .menu-toggle {
        z-index: 9999;
        position: fixed;
        left: 15px;
        top: 46px;
        width: 40px;
    }
    .solbtn {
        font-size: 1.4em;
    }
    
    .slider-info {
        margin-bottom: 150px;
        display: none;
    }
    .header-pic {
        padding-bottom: 42%;
    }
    .page-template-page-about .textblock,
    .landing_page-template-default .textblock {
        padding-bottom: 60px;
        
    }
    .page-template-page-about .imageblock,
    .landing_page-template-default .imageblock {
        top: -50px;
    }
    
    .row.table {
        display: block;
        max-width: none;
        width: auto;
    }
    .row.table .table-cell {
        display: block;
        float: right;
        max-width: none;
        /*width: auto;*/
    }
    .frame::before {
        left: -15px;
        bottom: -15px;
    }
    
    .fullframe::before {
        width: calc(100% + 30px);
    }
    
    
    .article-frame::before {
        left: 0;
        bottom: 0;
    }
    
       
    .frame-container {
        
     top: 15px;
      position: relative;
    }
       
    .small-title {
        font-size: 24px;
    }
    
    .contact-title {
        margin-top: 6px;
    }
    
    #contact_block .fullbtn {
        bottom: -30px;
    }
    #contact_block .tall-btn {
        bottom: -40px;
        min-width: 47%;
        margin: 0 1%;
        padding: 12px 10px;
    }
    #contact_block .phone-number {
        font-size: 32px;
    }
    
    .rights {
        text-align: center;
    }
    .project-pic {
        padding-bottom: 54%;
    }
    .project-text {
        position: relative;
        width: 100%;
    }
    .project.infohide .project-text {
        left: 0;
    }
    .project-logo {
        width: 100%;
    }
    .project-logo img, .project.infohide .project-logo img{
        max-width: 50%;
    }
    .post-header {
        position: relative;
        top: 0;
        padding-left:15px;
        padding-right:15px;
        margin-top: 30px;
    }
    
    .article-page .published {
        padding-right: 0;
    }
    
    .post-pic {
        position: absolute;
        left: 0;
    }
    
    .asolution .table {
        
        display: block;
        clear: both;
    }
    .asolution {
        display: block;
        clear: both;
    }
    .asolution-pic {
        display: block;
        clear: both;
        padding-bottom: 100%;
        
    }
    .asolution-pic img {
        width: auto;
        max-width: none;
    }
    .third, .half {
        width: 100%;
        display: block;
    }
    
    .twothird {
        width: 100%;
        display: block;
    }
    .col-xs-pull-right {
        float: right !important;
    }
    .proj-info {
        margin-bottom: 30px !important;
    }
    .socials {
        
    width: 100%;
    text-align: center;
    }
    
    
    .section-header {
        margin: 40px 0 30px;
    }
    
    #breadcrumbs {
        display: none;
    }
}


    
@media (max-width: 600px) {
    .page-template-page-about .imageblock,
    .landing_page-template-default .imageblock {
        width: 100% !important;
        clear: both;
        left: auto;
        right: auto;
        top: 0;
    }
    .page-template-page-about section#about,
    .landing_page-template-default section#about {
        padding-bottom: 190px;
        
    }
    .main-slider {
        min-height: 480px;
        height: 95vh;
    }
    .page-template-page-about .textblock, .landing_page-template-default .textblock {
        padding-bottom: 30px;
    }
    #contact-pop .over-contact-pop {
        width: 90%;
        position: absolute;
        top: 5%;
        right: 5%;
    }
    
    .over-all-contact-pop .over-contact-pop {
        margin-bottom: 5%;
    }
    
    .contact_form {
        /*padding: 30px;*/
        /*min-width: 320px;*/
        width: 100%;
    }
    
}

    
@media (max-width: 480px) {
    #team .container {
        line-height: 17px;
    }
    #team span {
    font-size: 13px;
}
#team .team-name {
    font-size: 16px;
}
#team .mail-ico {
    width: 34px;
    height: 34px;
}
#team .mail-ico svg{
      width: 20px;
}
#team .team-det {
    padding-left: 40px;
}
    .fullbtn {
        min-width: 200px;
    }
    
    .project-pic {
        padding-bottom: 72%;
    }
     
    .post-pic {
        
        width: 92%;
    }
    
    .com-det, .foot-cont, .socials {
        width: 100%;
        text-align: center;
    }
    .socials {
        margin-top: 10px;
    }
    .com-det {
        margin-bottom: 40px;
    }

    .article-content {
        padding: 10px 0 20px;
    }
    .article-content p {
        margin-bottom: 20px;
    }
    .articles-sidebar .section-title{
    font-size: 19px;
    }
    .landing_page-template-default .header-pic {
        padding-bottom: 100%;
    }
    
    .landing_page-template-default .image-header .image-header-title .section-title {
        font-size: 28px;
        line-height: 30px;
    }
    nf-fields-wrap nf-field:nth-child(-n+4) {
        /*width: 100%;*/
    }
}