/*!
Theme Name: claro
Theme URI: http://underscores.me/
Author: kariba
Author URI: https://kariba.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: claro
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.

claro 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;
  -webkit-text-decoration: underline dotted;
          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: #2B2B2B;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin-bottom: 26px;
  margin-top: 0;
}

h1 {
  font-size: 50px;
  line-height: 58px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.15;
  }
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

p {
  margin-bottom: 15px;
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Montserrat Alternates", sans-serif;
}

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: #91B75A;
  text-decoration: none;
}
a:visited {
  color: #91B75A;
}
a:hover, a:focus, a:active {
  color: #2B2B2B;
}
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: 0px;
  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;
}

.button-link {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
}
.button-link:after {
  content: "";
  background: url(../images/arrow-down-right-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-top: -3px;
  transition: transform 0.3s ease-out;
}
.button-link:hover:after {
  transform: translateX(4px);
}

.button-link.black:after {
  content: "";
  background: url(../images/arrow-down-right-black.png);
  background-size: cover;
}

.parent-post.button-link {
  padding-right: 0;
  padding-left: 0px;
  margin-top: 12px;
  display: none;
}
.parent-post.button-link:after {
  content: "";
  background: url(../images/arrow-down-left-black.png);
  right: inherit;
  left: 0;
  background-size: cover;
}

.page-child .parent-post.button-link, .single-post .parent-post.button-link {
  display: block;
}

.content {
  position: relative;
}
.content .button-link {
  position: absolute;
  bottom: 67px;
}

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 {
  display: block;
  outline: 0;
  background-color: #fff;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #36424A;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  padding: 9px 24px 7px 15px;
  font-family: "Montserrat Alternates", sans-serif;
  border: 0;
  border-radius: 0px;
}
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;
}

.form-control {
  margin-bottom: 21px;
}

select {
  border: 1px solid #ccc;
}

.additional-support {
  text-align: center;
  margin-top: 16px;
  display: block;
}
.additional-support span.wpcf7-list-item {
  display: block;
}

textarea {
  width: 100%;
  max-height: 148px;
  padding-top: 14px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2B2B2B;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2B2B2B;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2B2B2B;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2B2B2B;
  opacity: 1;
}

.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.dialog legend {
  display: none;
}

.small-dialog {
  animation: fadeIn 300ms linear 0ms both;
  background: white;
  padding: 40px 30px 10px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  transition: all 0.3s ease;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #2B2B2B;
}

.small-dialog p {
  font-size: 14px !important;
  font-weight: 300;
}

.small-dialog input[type=radio], .small-dialog input[type=checkbox] {
  width: auto !important;
}

.small-dialog > div {
  margin-bottom: 20px;
}

.small-dialog .error {
  float: none !important;
  width: 100% !important;
  margin-bottom: 5px;
}

.small-dialog .btn-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #000000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.small-dialog input, .small-dialog label {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  margin: auto !important;
}

.small-dialog a {
  color: #000000;
  text-decoration: underline;
}

.small-dialog .wpcf7-list-item-label {
  font-size: 14px;
}

.small-dialog .wpcf7-radio, .small-dialog .wpcf7-checkbox {
  display: block !important;
}
.small-dialog .wpcf7-radio .wpcf7-list-item, .small-dialog .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 10px !important;
}

.result.success {
  color: green;
}

.result.error {
  color: red;
}

.hide {
  display: none !important;
}

.form-submit {
  text-align: center;
}

.submit-btn, input[type=button], input[type=submit] {
  border: 0;
  background: #fff;
  color: #91B75A;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 13px 13px;
  border-radius: 0px;
  font-weight: 400;
  display: inline-block;
  margin-top: 14px;
  min-width: 146px;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.submit-btn:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: #2B2B2B;
  color: #fff;
}

input[type=submit] {
  background: #91B75A;
  color: #fff;
}
input[type=submit]:hover {
  background: #2B2B2B;
}

.small-dialog .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0 !important;
}

.wpcf7-checkbox {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-checkbox .checkmark {
  position: absolute;
  top: 0px;
  right: -45px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 0px;
  border: 0;
}
.wpcf7-checkbox .wpcf7-list-item input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #fff;
}
.wpcf7-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item input:checked ~ .checkmark:after {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item .checkmark:after {
  width: 15px;
  height: 12px;
  content: "";
  background: url(../images/checkmark.png);
  position: absolute;
  top: 6px;
  left: 4px;
}

/*--------------------------------------------------------------
# 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%;
  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: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.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 0;
}

.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;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 28px;
  padding-left: 28px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.site-header .main-navigation {
  padding-top: 8px;
  width: auto;
}
.site-header .main-navigation li:last-child a {
  padding-right: 0;
}
.site-header .site-topright {
  display: flex;
  padding-top: 2px;
}
.site-header .site-topright .btn-link {
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  width: 109px;
  height: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-transform: inherit;
  text-decoration: none;
  background: #91B75A;
  border-radius: 0px;
}
.site-header .site-topright .btn-link:hover {
  background: #2B2B2B;
}
.site-header .stleft {
  padding-right: 112px;
}

.home-hero {
  display: flex;
}
.home-hero .grccenter {
  min-height: 248px;
  background: #2B2B2B;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 6px;
  margin-bottom: 6px;
}
.home-hero .grccenter p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.home-hero .grccenter p:first-child {
  margin-top: 10px;
}
.home-hero .grccenter .aligncenter {
  margin-bottom: 0;
}
.home-hero .grccenter .btn-link {
  padding: 11px 15px;
  color: #fff;
}
.home-hero .grccenter .btn-link:hover {
  background-color: #3ABEEC;
}
.home-hero .grccenter > * {
  width: 100%;
}
.home-hero .grid-item {
  padding: 0 3px;
  width: 33.3333%;
}
.home-hero .grid-left {
  padding-left: 7px;
}
.home-hero .right {
  padding-right: 7px;
}
.home-hero .grctop {
  display: flex;
}
.home-hero .grctop .grctopleft {
  padding-right: 3px;
}
.home-hero .grctop .grctopright {
  padding-left: 3px;
}

.tit {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
  font-weight: 700;
}

.site-branding {
  padding-top: 9px;
}

.phone-email {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8px;
  padding-top: 20px;
  font-weight: 500;
}
.phone-email a {
  text-decoration: none;
  color: #91B75A;
}
.phone-email .email {
  padding-right: 32px;
}

.main-navigation a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #2B2B2B;
  padding: 0 62px;
}

.btn-link {
  background: #91B75A;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 162px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 14px 14px 12px;
  border-radius: 0px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-link:visited {
  color: #fff;
}
.btn-link:hover {
  color: #fff;
  background: #2B2B2B;
}

.home-doorways {
  display: flex;
  padding: 32px 48px 62px;
  justify-content: space-between;
}
.home-doorways .item {
  border-right: 1px dotted #2B2B2B;
  max-width: 594px;
  margin-left: 42px;
}
.home-doorways .item:first-child {
  margin-left: 0;
}
.home-doorways .item:nth-child(3n) {
  border-right: 0;
}
.home-doorways .item .wrapi {
  display: flex;
}
.home-doorways .item .wrapi img {
  max-width: 40px;
}
.home-doorways .shortdes {
  font-size: 16px;
  padding-right: 30px;
  line-height: 20px;
}
.home-doorways .btn-link {
  display: inline-block;
  margin-top: 13px;
  padding: 8px 17px 8px;
}
.home-doorways .wri-copy {
  padding-left: 42px;
}
.home-doorways .tit {
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.content-image {
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
  background: #91B75A;
  display: flex;
  border-radius: 0px;
}
.content-image .image img {
  display: block;
}
.content-image .content {
  color: #fff;
  padding: 79px 160px 32px 114px;
  position: relative;
}
.content-image .content h1 {
  margin-bottom: 40px;
}
.content-image .content h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.content-image .content p {
  margin-bottom: 21px;
}
.content-image .content .btn-link {
  position: absolute;
  bottom: 67px;
  background-color: #fff;
  color: #91B75A;
  margin-top: 3px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.content-image .content .btn-link:hover {
  background-color: #2B2B2B;
  color: #fff;
}

.working {
  padding: 57px 20px 0;
  text-align: center;
}
.working .short-des {
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 28px;
}
.working .btn-link {
  margin-bottom: 12px;
}
.working .bot-images {
  display: flex;
  justify-content: space-evenly;
}

.remodal {
  background-color: #91B75A !important;
  color: #fff !important;
}
.remodal h2 {
  color: #fff;
}

.remodal-close {
  color: #fff !important;
  right: 0 !important;
  left: inherit !important;
}

ul.children {
  margin-bottom: 0;
  margin-top: 10px;
}

.wsp-pages-list li, .wsp-posts-list li, .wsp-clientssays-list li {
  margin-bottom: 10px;
}

.why-choose {
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 7px;
  padding: 55px 20px 22px;
  background-color: #005472;
  background-image: linear-gradient(to right, #00A8E3, #005472);
  background-image: -o-linear-gradient(to right, #00A8E3, #005472);
  color: #fff;
}
.why-choose .tit {
  text-align: center;
  margin-bottom: 43px;
}
.why-choose .items {
  display: flex;
  flex-wrap: wrap;
}
.why-choose .items .item {
  width: 25%;
  display: flex;
  margin-bottom: 57px;
}
.why-choose .items .item img {
  max-height: 51px;
}
.why-choose .items .item .wrcont {
  max-width: 286px;
  padding-left: 10px;
}
.why-choose .items .item .wrcont .title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: -3px;
}
.why-choose .items .item .wrcont .cont {
  font-size: 16px;
  line-height: 20px;
}

.clientssay-wrap {
  max-width: 1644px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 60px 0px 29px;
}
.clientssay-wrap h3 {
  margin-bottom: 15px;
}
.clientssay-wrap .clientssay-quote {
  font-size: 18px;
  line-height: 22px;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
}
.clientssay-wrap .clientssay-author {
  font-weight: 600;
}
.clientssay-wrap .owl-controls {
  position: absolute;
  top: -36px;
  width: 100%;
}
.clientssay-wrap .owl-next {
  right: 0;
  position: absolute;
}
.clientssay-wrap .owl-prev {
  left: 0;
  position: absolute;
}
.clientssay-wrap .btn-link {
  margin-top: 29px;
}

.partners {
  text-align: center;
  padding: 59px 20px 17px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.partners .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.partners .tit .bt:after {
  left: 50%;
  transform: translateX(-50%);
}
.partners img {
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}
.partners .owl-stage-outer {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.partners .owl-controls {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
}
.partners .owl-controls .owl-prev, .partners .owl-controls .owl-next {
  font-size: 0;
  background: url(../images/nextbtn.png);
  width: 76px;
  height: 76px;
  background-size: cover;
  right: -240px;
  position: absolute;
}
.partners .owl-controls .owl-prev {
  left: -240px;
  background: url(../images/backbtn.png);
  background-size: cover;
}

.list-lp {
  padding: 70px 10px 44px;
  color: #2B2B2B;
}
.list-lp h3 {
  text-align: center;
  margin-bottom: 33px;
}

.wrap-list-lp {
  display: flex;
  justify-content: space-between;
}
.wrap-list-lp .item {
  border-right: 1px dotted #2B2B2B;
  padding: 0 37px;
}
.wrap-list-lp .item:nth-child(3n) {
  border-right: 0;
}
.wrap-list-lp .the-excerpt {
  font-size: 16px;
  line-height: 20px;
}
.wrap-list-lp .wrap-lp-content h2 {
  margin-top: 0;
  margin-bottom: 0px;
}
.wrap-list-lp .wrap-lp-content h2 a {
  color: #2B2B2B;
  font-size: 22px;
  line-height: 24px;
}
.wrap-list-lp .wrap-lp-content h2 a:hover {
  color: #91B75A;
}
.wrap-list-lp .wrap-lp-content .btn-link {
  background: #fff;
  color: #91B75A;
  margin-top: 7px;
}
.wrap-list-lp .wrap-lp-content .btn-link:hover {
  background: #2B2B2B;
  color: #fff;
}

.tit-icon {
  padding-left: 68px;
  position: relative;
}
.tit-icon .bt {
  margin-bottom: 24px;
}
.tit-icon:before {
  content: "";
  background: url(../images/title-icon.png);
  width: 40px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.site-footer {
  padding: 37px 20px 32px;
  background: #2B2B2B;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.site-footer img {
  max-width: 161px;
  margin-left: auto;
  margin-bottom: 15px;
  margin-right: auto;
}
.site-footer .socials {
  text-align: center;
}
.site-footer .socials .social {
  margin: 0 13px;
}
.site-footer .btn-link {
  margin-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 152px;
  color: #fff;
  margin-bottom: 16px;
}
.site-footer .btn-link:hover {
  color: #fff;
}
.site-footer .pl {
  padding-left: 21px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #91B75A;
}

.hamburger-box {
  position: relative;
  display: block;
  width: 69px;
  height: 65px;
  border: 0;
  border-radius: 0px;
}

button#menu-toggle {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 49px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 22px;
  background-color: #2B2B2B;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
}

.hamburger-inner::after, .hamburger-inner::before {
  display: block;
  content: "";
}

.hamburger--slider .hamburger-inner::before {
  top: 22px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner::after {
  top: 45px;
}

.toggled .hamburger-inner {
  transform: translate3d(-11px, 13px, 0) rotate(45deg);
}
.toggled .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.toggled .hamburger-inner:after {
  transform: translate3d(-14px, -23px, 0) rotate(-90deg);
}

.main-navigation.toggled ul {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 9;
}

#menu-toggle {
  display: none;
}

/*
Inner Pages
 */
.hero-img {
  height: 365px;
  background-repeat: no-repeat;
  background-position: center;
}

#breadcrumbs {
  font-size: 14px;
  line-height: 17px;
  padding-top: 19px;
  color: #91B75A;
}
#breadcrumbs a {
  color: #91B75A;
}
#breadcrumbs a:hover {
  color: #2B2B2B;
}

.entry-header .entry-title {
  text-align: center;
  padding-top: 0px;
}

.entry-content {
  margin-top: 0;
  max-width: 899px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 24px;
}
.entry-content p {
  margin-bottom: 25px;
}
.entry-content p img {
  margin-top: 22px;
  margin-bottom: 10px;
}
.entry-content .btn-link {
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 23px;
}

.mtt-section {
  padding: 20px 7px 51px;
}
.mtt-section .tit {
  text-align: center;
}
.mtt-section .wrap-memb-list {
  display: flex;
  justify-content: space-between;
}
.mtt-section .wrap-memb-list .member-tit {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-top: 23px;
  margin-bottom: 7px;
}
.mtt-section .wrap-memb-list .member-pos {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mtt-section .wrap-memb-list .member-item {
  max-width: 412px;
}
.mtt-section .wrap-memb-list .member-copy {
  font-size: 18px;
  line-height: 22px;
}
.mtt-section .wrap-memb-list .member-copy p {
  margin-bottom: 22px;
}
.mtt-section .wrap-memb-list .member-social {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.mtt-section .wrap-memb-list .member-social .member-link {
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #00A8E3;
}

.page-icon {
  text-align: center;
  margin-bottom: 9px;
}

.get-in-touch {
  margin-top: 70px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 41px 20px 41px;
  background-color: #91B75A;
  color: #fff;
}
.get-in-touch h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.wrapf {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.groupedform {
  display: flex;
  justify-content: space-between;
}

.groupedform .form-item {
  width: 48%;
}

.groupedform .form-item {
  width: 48%;
}

.inner-doorways {
  padding-top: 73px;
  border-bottom: 1px solid #707070;
  margin-right: 7px;
  margin-left: 7px;
  padding-bottom: 46px;
}

.tslanding {
  flex-wrap: wrap;
  border-bottom: 0;
  padding-bottom: 0;
}
.tslanding .item {
  width: 25%;
  margin-bottom: 85px;
}
@media (min-width: 1919px) {
  .tslanding .item {
    min-width: 390px;
  }
}
@media (max-width: 1440px) {
  .tslanding .item {
    margin-bottom: 55px;
  }
}
.tslanding .item .wri-copy {
  max-width: 329px;
}

.single-img {
  margin-left: 7px;
  margin-right: 7px;
}

.page-id-26 .clientssay-wrap {
  padding-top: 68px;
  padding-bottom: 60px;
}

.site-main {
  padding-left: 28px;
  padding-right: 28px;
}

.parent-pageid-26 .entry-header .entry-title {
  text-align: left;
}
.parent-pageid-26 .entry-content {
  margin-left: inherit;
  margin-right: inherit;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  max-width: 895px;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .parent-pageid-26 .entry-content {
    font-size: 16px;
    line-height: 20px;
  }
}
.parent-pageid-26 .entry-content h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}
.parent-pageid-26 .entry-content p {
  margin-bottom: 30px;
}
.parent-pageid-26 .wrap-ld-2col, .parent-pageid-26 .wrap-2coltext, .parent-pageid-26 .wrap-2colimage, .parent-pageid-26 .wr-rwcolumn {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .parent-pageid-26 .wrap-ld-2col, .parent-pageid-26 .wrap-2coltext, .parent-pageid-26 .wrap-2colimage, .parent-pageid-26 .wr-rwcolumn {
    flex-wrap: wrap;
  }
}
.parent-pageid-26 .item-2ct {
  max-width: 413px;
}
.parent-pageid-26 .item-2ct p {
  margin-bottom: 21px;
}
.parent-pageid-26 .wrap-2colimage {
  padding-bottom: 27px;
  padding-top: 59px;
}
.parent-pageid-26 .wrap-2colimage .item-2ct img {
  display: block;
}
.parent-pageid-26 .wrap-2colimage .item-2ct p {
  font-size: 22px;
  line-height: 30px;
}
.parent-pageid-26 .rcontent {
  max-width: 896px;
  padding-bottom: 20px;
}
.parent-pageid-26 .rcontent .btn-link {
  margin-bottom: 30px;
}
.parent-pageid-26 .rcontent p {
  margin-bottom: 21px;
}
.parent-pageid-26 .rcontent p img {
  display: inline-block;
  margin-top: 13px;
  vertical-align: middle;
}
.parent-pageid-26 .rcontent p img:nth-child(2) {
  margin-left: 20px;
}
.parent-pageid-26 .wr-rwcolumn {
  padding-bottom: 42px;
}
.parent-pageid-26 .entry-content .btn-link {
  padding-top: 7px;
  margin-top: 0;
  padding-bottom: 7px;
}
.parent-pageid-26 .fw-content {
  padding-top: 40px;
  padding-bottom: 5px;
}
.parent-pageid-26 .item-2ct p strong {
  font-weight: 600;
}

.site-main ul {
  margin-left: 0;
  padding-left: 0px;
  margin-bottom: 23px;
  list-style-type: none;
}
.site-main ul li {
  position: relative;
  padding-left: 79px;
}
.site-main ul li:before {
  content: "";
  display: block;
  background: url(../images/title-icon.png);
  width: 11px;
  height: 12px;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 4px;
}

.page-id-247 .entry-content h4 {
  margin-bottom: 20px;
}
.page-id-247 .entry-content .btn-link {
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

a.popup-video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 7px;
}
a.popup-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}

.overlay-img {
  height: 621px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-img svg {
  z-index: 1;
}

.customer-logos {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.customer-logos .clogo {
  width: 25%;
  text-align: center;
}

.testimonials-list {
  padding-bottom: 30px;
  padding-top: 40px;
}
.testimonials-list .testimonial {
  margin-bottom: 40px;
  text-align: center;
}
.testimonials-list .testimonial-info {
  color: #91B75A;
}

.blog .page-title {
  text-align: center;
}
.blog .wrap-list-posts {
  background: #fff;
  color: #2B2B2B;
}
.blog .wrap-list-posts .wrap-lp-content h2 a {
  color: #91B75A;
}
.blog .wrap-list-posts .btn-link {
  background: #91B75A;
  color: #fff;
}
.blog .wrap-list-posts .entry-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.single-post .post-thumbnail {
  text-align: center;
}

.main-navigation a {
  outline: 0;
}
.main-navigation a:hover {
  color: #91B75A;
}

.current_page_item > a, .current-page-ancestor > a {
  color: #91B75A;
}

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

#primary-menu ul.sub-menu {
  position: absolute;
  z-index: 98;
  background: #fff;
  left: 43px;
  top: 100%;
  display: none;
  min-width: 200px;
  width: 100%;
}

#primary-menu ul.sub-menu {
  margin-top: 18px !important;
}

.main-navigation ul .menu-item-has-children a {
  margin-right: 30px;
}

.main-navigation ul ul a {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.main-navigation ul ul li {
  margin-bottom: 10px;
}

.ighover {
  max-height: 331px;
  max-width: 551px;
  overflow: hidden;
  cursor: pointer;
}
.ighover img {
  transition: transform 0.5s ease;
}
.ighover:hover img {
  transform: scale(1.2);
}

.social {
  max-height: 39px;
  max-width: 39px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}
.social img {
  transition: transform 0.5s ease;
}
.social:hover img {
  transform: scale(1.1);
}

#page {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-c-i {
  display: flex;
  flex-wrap: wrap;
}
.wrap-c-i .hsi-content, .wrap-c-i .hsi-image {
  width: 50%;
}
.wrap-c-i .hsi-content {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: #000000;
}
.wrap-c-i .description {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-c-i .description .tit {
  color: #91B75A;
  font-size: 76px;
  line-height: 82px;
  margin-bottom: 45px;
}
.wrap-c-i .description .cont {
  max-width: 519px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.wrap-c-i .description .button-link {
  margin-bottom: 25px;
}
.wrap-c-i .description .button-link:hover {
  color: #fff;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 96px;
  left: 19%;
}
.slick-dots li {
  margin: 0 13px;
  font-size: 0;
}
.slick-dots li button {
  background: url(../images/dot.png);
  background-size: cover;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  font-size: 0;
  border-radius: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: url(../images/dot-active.png);
  background-size: cover;
}

.ci-items .content-image {
  flex-wrap: wrap;
  max-width: 100%;
  background: #EFEFEF;
}
.ci-items .content-image .content, .ci-items .content-image .image {
  width: 50%;
}
.ci-items .content-image:first-child .content {
  order: 2;
}
.ci-items .content-image .content {
  color: #2B2B2B;
}

.bt {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 30px;
  display: block;
}
.bt:after {
  content: "";
  width: 182px;
  height: 3px;
  background: #91B75A;
  display: block;
  position: absolute;
  bottom: 0;
}

.breadcrumbs {
  padding: 16px 29px 35px;
  font-size: 12px;
  color: #91B75A;
}
.breadcrumbs a, .breadcrumbs span {
  color: #2B2B2B;
}

.wrhas2column {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
.wrhas2column .entry-content {
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  width: 49%;
}
.wrhas2column .col-image {
  width: 49%;
}
.wrhas2column .entry-header .entry-title {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}

.page-child .wrhas2column .entry-header .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.wrap-product-items, .blog .wrap-list-lp {
  padding: 40px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-product-items .product-item, .wrap-product-items .item, .blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item {
  width: 33.3333%;
  position: relative;
  margin-bottom: 75px;
  max-width: 604px;
  padding: 0 53px;
  box-sizing: border-box;
}
.wrap-product-items .product-item:after, .wrap-product-items .item:after, .blog .wrap-list-lp .product-item:after, .blog .wrap-list-lp .item:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  height: 100%;
  background: transparent;
  top: 0;
  border-right: 1px dotted #2b2b2b;
}
.wrap-product-items .product-item:first-child, .wrap-product-items .product-item:nth-child(4n), .wrap-product-items .item:first-child, .wrap-product-items .item:nth-child(4n), .blog .wrap-list-lp .product-item:first-child, .blog .wrap-list-lp .product-item:nth-child(4n), .blog .wrap-list-lp .item:first-child, .blog .wrap-list-lp .item:nth-child(4n) {
  padding-left: 0;
  padding-right: 53px;
  max-width: 551px;
}
.wrap-product-items .product-item:nth-child(3n), .wrap-product-items .item:nth-child(3n), .blog .wrap-list-lp .product-item:nth-child(3n), .blog .wrap-list-lp .item:nth-child(3n) {
  max-width: 551px;
  padding-right: 0;
}
.wrap-product-items .product-item:nth-child(3n):after, .wrap-product-items .item:nth-child(3n):after, .blog .wrap-list-lp .product-item:nth-child(3n):after, .blog .wrap-list-lp .item:nth-child(3n):after {
  display: none;
}
.wrap-product-items .product-item:last-child:after, .wrap-product-items .item:last-child:after, .blog .wrap-list-lp .product-item:last-child:after, .blog .wrap-list-lp .item:last-child:after {
  display: none;
}
.wrap-product-items .product-desc, .wrap-product-items .the-excerpt, .blog .wrap-list-lp .product-desc, .blog .wrap-list-lp .the-excerpt {
  max-width: 551px;
  margin-bottom: 9px;
}
.wrap-product-items .the-excerpt, .blog .wrap-list-lp .the-excerpt {
  font-size: 20px;
  line-height: 24px;
}
.wrap-product-items .product-title, .wrap-product-items h2.title, .blog .wrap-list-lp .product-title, .blog .wrap-list-lp h2.title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 21px;
  margin-bottom: 24px;
}
.wrap-product-items h2.title a, .blog .wrap-list-lp h2.title a {
  font-size: 32px;
  font-weight: 600;
  color: #2B2B2B;
}
.wrap-product-items h2.title a:hover, .blog .wrap-list-lp h2.title a:hover {
  color: #91B75A;
}

.wrap-testimonial-section {
  background: #EFEFEF;
  padding: 62px 15px;
}
.wrap-testimonial-section .testimonial-si {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wrap-testimonial-section .testimonial-si .ts-title {
  font-weight: 500;
}
.wrap-testimonial-section .testimonial-si .ts-title .bt:after {
  left: 50%;
  transform: translateX(-50%);
}
.wrap-testimonial-section .testimonial-si .ts-desc {
  margin-top: 12px;
  display: inline-block;
  margin-bottom: 25px;
  font-style: italic;
}
.wrap-testimonial-section .testimonial-si .ts-name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 35px;
}

.partners {
  display: none;
}

.get-in-touch {
  margin-top: 0;
}

.home .get-in-touch, .page-id-24 .get-in-touch {
  margin-top: 70px;
}
.home .partners, .page-id-24 .partners {
  display: block;
}

.download-items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 12px;
}
.download-items .download-item {
  margin-bottom: 20px;
  width: 48%;
}
.download-items .download-item img {
  width: 40px;
  height: 45px;
}
.download-items .download-item .di-tit {
  font-size: 20px;
  font-weight: 600;
  margin-top: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.content-image-section {
  padding: 30px 0;
}

.content-img-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 53px;
}
.content-img-item .cii-content, .content-img-item .cii-img {
  width: 48%;
}
.content-img-item .cii-content p {
  margin-bottom: 25px;
}
.content-img-item:nth-child(2n) .cii-content {
  order: 2;
}

.wrap-main-blog {
  max-width: 899px;
  margin-left: auto;
  margin-right: auto;
}

.post-back {
  margin-bottom: 30px;
}

.single-post .entry-header .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.post-35 {
  margin-bottom: 72px;
}

.hidepc {
  display: none;
}

.site-branding {
  max-width: 266px;
}

ol {
  margin-left: 0;
  padding-left: 20px;
}

.ighover img {
  display: block;
}

/*
Responsive
 */
@media (min-width: 1920px) {
/*   .page-id-802 .wrap-product-items .product-item:nth-child(3n) {
    max-width: 551px;
  }

  .page-id-802 .wrap-product-items {
    justify-content: space-between;
  }

  .page-id-802 .wrap-product-items .product-item, .page-id-802 .wrap-product-items .item {
    padding: 0;
    max-width: 600px;
  } */
}
@media (max-width: 1919px) {
  .wrhas2column {
    justify-content: space-between;
  }
  .wrhas2column .col-content, .wrhas2column .col-image {
    width: 49%;
  }
	.blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item{
		max-width: 551px;
		padding: 0 20px;
	}
  .wrap-product-items .product-item, .wrap-product-items .product-item:first-child, .wrap-product-items .product-item:nth-child(4n), .wrap-product-items .item:first-child, .wrap-product-items .item:nth-child(4n), .blog .wrap-list-lp .product-item:first-child, .blog .wrap-list-lp .product-item:nth-child(4n), .blog .wrap-list-lp .item:first-child, .blog .wrap-list-lp .item:nth-child(4n) {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 551px;
  }

  .wrap-product-items .product-item:nth-child(3n), .wrap-product-items .item:nth-child(3n), .blog .wrap-list-lp .product-item:nth-child(3n), .blog .wrap-list-lp .item:nth-child(3n) {
    max-width: 551px;
    padding-right: 20px;
  }
}
@media (max-width: 1880px) {
  .partners .owl-controls .owl-prev {
    left: -90px;
  }

  .partners .owl-controls .owl-next {
    right: -90px;
  }

  .content-image .content {
    padding: 30px;
  }

  .wrap-ld-2col .item .entry-content {
    padding-right: 15px;
  }

  .item-2ct {
    padding-right: 15px;
  }

  .home-hero .grccenter {
    min-height: auto;
  }

  .main-navigation a {
    padding: 0 35px;
  }

  .mtt-section .wrap-memb-list .member-item {
    width: 24%;
  }

  .mtt-section .wrap-memb-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1680px) {
  .content-image .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content .button-link {
    position: relative;
    bottom: inherit;
  }
  .wrap-c-i .description .tit, .wrap-c-i .description .cont{
	  margin-bottom: 20px;
	}
	.wrap-c-i .description{
		margin-top: -60px;
	}
  .slick-dots {
/*     bottom: 32px; */
  }

  .home-doorways .item .wrapi img {
    object-fit: contain;
  }

  .home-doorways .item .wrapi {
    align-items: flex-start;
  }

  .site-header .stleft {
    padding-right: 60px;
  }

  .parent-pageid-26 .item-2ct {
    width: 50%;
  }

  .main-navigation a {
    font-size: 18px;
    line-height: 1.2;
  }

  .home-hero .grccenter {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-hero .grccenter p br {
    display: none;
  }

  .home-hero .grccenter p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .partners {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 100%;
  }

  .home-doorways .item {
    width: 100%;
  }

  .mtt-section .wrap-memb-list .member-item {
    width: 32%;
    margin-bottom: 40px;
  }

  .mtt-section .wrap-memb-list {
    flex-wrap: wrap;
  }

  .grid-left {
    overflow: hidden;
  }
  .grid-left img:last-child {
    height: 33%;
    object-fit: cover;
    border-radius: 3px;
  }

  .right {
    overflow: hidden;
  }
  .right img:last-child {
    height: 66%;
    object-fit: cover;
    border-radius: 3px;
  }

  .bot-images img {
    width: 25%;
  }

  .home-doorways .tit {
    padding-right: 20px;
  }

  .site-header .stleft {
    padding-right: 25px;
  }

  .main-navigation a {
    padding: 0 20px;
    font-size: 16px;
  }

  .home-hero .grccenter p:first-child, .home-hero .grccenter p {
    margin-bottom: 15px;
  }

  .home-hero .grccenter p {
    font-size: 18px;
    line-height: 20px;
  }

  .home-hero .grccenter .aligncenter {
    max-width: 20px;
  }

  .home-hero .grccenter {
    padding-top: 5px;
    padding-bottom: 17px;
  }
}
@media (max-width: 1366px) {
  .slick-dots {
    left: 17%;
  }

  .site-header .site-topright .btn-link {
    max-width: 109px;
    min-width: 109px;
  }

  .why-choose .items .item {
    padding-right: 20px;
  }

  .content-image .content {
    max-width: 50%;
  }

  .home-hero .grccenter {
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .main-navigation a {
    font-size: 14px;
  }

  .wrap-c-i .description .tit {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) {
  .home-doorways .wri-copy {
    padding-left: 15px;
    max-width: 220px;
  }

  .home-doorways .shortdes {
    padding-right: 0;
  }

  .content-image .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .home-hero .grccenter p:first-child, .home-hero .grccenter p {
    margin-bottom: 11px;
  }

  .site-branding img {
    max-width: 269px;
  }
}
@media (max-width: 1136px) {
	.wrap-c-i .description .button-link{
		margin-top: 0;
	}
  .home-doorways {
    padding-bottom: 25px;
  }

  .content-image .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-hero .grccenter p:first-child {
    margin-top: 5px;
  }

  .home-hero .grccenter p:first-child, .home-hero .grccenter p {
    margin-bottom: 8px;
  }

  .home-hero .grccenter p {
    font-size: 16px;
    line-height: 18px;
  }

  .site-header .site-topright .btn-link {
    font-weight: 500;
  }

  .site-header {
    align-items: center;
  }

  .phone-email {
    padding-top: 25px;
  }

  .main-navigation a {
    padding: 0 12px;
  }
}
@media (max-width: 1024px) {
  .wrap-c-i .description .tit {
    font-size: 36px;
    line-height: 1.2;
  }

  .wrap-c-i .description .cont {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .slick-dots {
    left: 14%;
  }

  .site-header {
    padding-left: 6px;
  }

  .home-hero .grccenter .btn-link {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-hero .grccenter {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
	.slick-dots{
		bottom: 45px;
	}
	.slick-track{
		background: #000;
	}
  .col-image {
    order: 1;
    margin-bottom: 30px;
  }

  .col-content {
    order: 2;
  }

  .wrap-product-items .product-item, .wrap-product-items .item, .blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-img-item .cii-content, .content-img-item .cii-img {
    width: 100%;
  }

  .content-img-item:nth-child(2n) .cii-content {
    order: 1;
  }

  .content-img-item:nth-child(2n) .cii-img {
    order: 2;
  }

  .wrap-product-items .product-item, .wrap-product-items .item, .blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item {
    width: 50%;
  }
  .wrap-product-items .product-item:nth-child(3n), .wrap-product-items .item:nth-child(3n), .blog .wrap-list-lp .product-item:nth-child(3n), .blog .wrap-list-lp .item:nth-child(3n) {
    border-right: 1px dotted #2b2b2b;
  }
  .wrap-product-items .product-item:nth-child(2n), .wrap-product-items .item:nth-child(2n), .blog .wrap-list-lp .product-item:nth-child(2n), .blog .wrap-list-lp .item:nth-child(2n) {
    border-right: 0;
  }
  .wrap-product-items .product-item:nth-child(2n):after, .wrap-product-items .item:nth-child(2n):after, .blog .wrap-list-lp .product-item:nth-child(2n):after, .blog .wrap-list-lp .item:nth-child(2n):after {
    display: none;
  }

  .breadcrumbs {
    padding-left: 10px;
  }

  .wrhas2column .col-content, .wrhas2column .col-image {
    width: 100%;
    max-width: 100%;
  }

  .wrhas2column .col-content {
    margin-bottom: 30px;
  }

  .content-image .image img {
    width: 100%;
  }

  .partners img {
    max-width: 100%;
  }

  .partners .owl-controls {
    top: 0;
  }

  .partners .owl-controls .owl-prev {
    left: -110px;
  }

  .partners .owl-controls .owl-next {
    right: -110px;
  }

  .partners {
    padding-left: 120px;
    padding-right: 120px;
  }

  .ci-items .content-image .content, .ci-items .content-image .image {
    width: 100%;
  }

  .ci-items .content-image .content {
    order: 1;
  }

  .ci-items .content-image .image {
    order: 2;
  }

  .content-image .content {
    max-width: 100%;
    padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 67px;
    padding-right: 35px;
  }
  .content-image .content .bt {
    margin-bottom: 6px;
  }

  .ci-items .content-image:nth-child(2n) .content {
    padding-top: 79px;
  }
  .ci-items .content-image:nth-child(2n) .content .bt {
    margin-bottom: 30px;
  }
  .ci-items .content-image:nth-child(2n) .content .f16 {
    font-size: 16px;
  }

  .home-doorways .item:nth-child(3n) {
    width: 32%;
  }

  .home-doorways .item:nth-child(2n) {
    width: 32%;
    padding-right: 20px;
  }

  .home-doorways .item:first-child {
    margin-left: 0;
    padding-right: 20px;
    width: 33%;
  }

  .home-doorways .item {
    margin-left: 0;
  }

  .home-doorways {
    justify-content: space-between;
  }

  .home-doorways .item .wrapi img {
    max-width: 29px;
  }

  .home-doorways .tit {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-c-i .description {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
  }

  .wrap-c-i .description .button-link {
    margin-top: 0;
  }

  .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }

  .wrap-c-i .description .tit {
    font-weight: 600;
    margin-bottom: 3px;
  }

  .wrap-c-i .hsi-content {
    padding-top: 23px;
  }

  .hsi-image img {
    width: 100%;
  }
	.wrap-c-i .description{
		margin-top: 0;
	}
  .hsi-image img{
	  object-fit: cover;
    max-height: 292px;
  }

  .hsi-content {
    order: 2;
  }

  .wrap-c-i .hsi-content, .wrap-c-i .hsi-image {
    width: 100%;
  }

  .toggled .hamburger-inner {
    transform: translate3d(-11px, 13px, 0) rotate(45deg);
  }

  .toggled .hamburger-inner::after {
    transform: translate3d(-26px, -44px, 0) rotate(-90deg);
  }

  button#menu-toggle {
    padding-right: 30px;
  }

  .phone-email .email {
    padding-right: 0;
    padding-bottom: 3px;
  }

  .phone {
    padding-top: 3px;
  }

  .site-header .site-topright {
    align-items: center;
  }

  .site-header .stleft {
    display: flex;
    order: 2;
    align-items: center;
  }

  .phone-email {
    padding-right: 25px;
    padding-bottom: 0;
    padding-top: 0;
    flex-direction: column;
    text-align: right;
  }

  #primary-menu ul.sub-menu {
    position: relative;
    box-shadow: inherit;
    margin-top: 0 !important;
    padding-top: 9px;
  }
  #primary-menu ul.sub-menu li a {
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
  }

  .menu-main-menu-container > ul > li > a {
    display: inline-block;
    /* this allows symbols to be next to menu items */
  }

  .menu-main-menu-container > ul > li {
    display: block;
    /* this ensures menu items sit on top of one another */
  }

  .parent-pageid-26 .entry-content h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .item-2ct, .parent-pageid-26 .wrap-2colimage .item-2ct p {
    font-size: 16px;
    line-height: 20px;
  }

  .mtt-section .wrap-memb-list .member-item {
    width: 48%;
  }

  .wrap-list-lp .item {
    padding-right: 0px;
    padding-left: 0;
    width: 100%;
    max-width: 551px;
    border-right: 0;
    margin-bottom: 62px;
  }

  .wrap-list-lp {
    flex-wrap: wrap;
  }

  .why-choose .items .item {
    width: 33.3333%;
  }

  .home-doorways .item {
    width: 30%;
  }

  .home-doorways {
    flex-wrap: wrap;
    padding-left: 7px;
    padding-right: 7px;
  }
  .home-doorways .item {
    margin-bottom: 35px;
  }

  .site-branding {
    padding-left: 7px;
  }

  .stright {
    padding-right: 2px;
  }

  .site-header .stleft {
    padding-right: 0px;
  }

  .site-header .main-navigation {
    padding-top: 0;
  }

  #menu-toggle {
    display: block;
  }

  .main-navigation ul {
    display: none;
    padding-top: 15px;
  }

  .site-header .site-topright {
    flex-direction: row-reverse;
  }

  .site-header {
    padding-bottom: 2px;
  }

  .main-navigation li {
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .grid-left img:last-child {
    height: 37%;
  }

  .right img:last-child {
    height: 67%;
  }
}
@media (max-width: 768px) {
  .grid-left img:last-child {
    height: 42.5%;
  }

  .right img:last-child {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .wrap-product-items .product-item, .wrap-product-items .item, .blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img {
    height: 235px;
  }

  .wrap-product-items .product-item:nth-child(3n), .wrap-product-items .item:nth-child(3n), .blog .wrap-list-lp .product-item:nth-child(3n), .blog .wrap-list-lp .item:nth-child(3n) {
    padding-right: 0;
  }

  .download-items .download-item {
    width: 100%;
  }

  .wrap-product-items .product-item, .wrap-product-items .item, .blog .wrap-list-lp .product-item, .blog .wrap-list-lp .item {
    margin-bottom: 45px;
    width: 100%;
    border-right: 0;
  }
  .wrap-product-items .product-item:after, .wrap-product-items .item:after, .blog .wrap-list-lp .product-item:after, .blog .wrap-list-lp .item:after {
    display: none;
  }
  .wrap-product-items .product-item:nth-child(3n), .wrap-product-items .item:nth-child(3n), .blog .wrap-list-lp .product-item:nth-child(3n), .blog .wrap-list-lp .item:nth-child(3n) {
    border-right: 0;
  }
  .wrap-product-items .product-item:nth-child(2n), .wrap-product-items .item:nth-child(2n), .blog .wrap-list-lp .product-item:nth-child(2n), .blog .wrap-list-lp .item:nth-child(2n) {
    border-right: 0;
  }
  .wrap-product-items .product-item:nth-child(2n):after, .wrap-product-items .item:nth-child(2n):after, .blog .wrap-list-lp .product-item:nth-child(2n):after, .blog .wrap-list-lp .item:nth-child(2n):after {
    display: none;
  }

  .wrap-product-items .product-item, .wrap-product-items .product-item:first-child, .wrap-product-items .product-item:nth-child(4n), .wrap-product-items .item:first-child, .wrap-product-items .item:nth-child(4n), .blog .wrap-list-lp .product-item:first-child, .blog .wrap-list-lp .product-item:nth-child(4n), .blog .wrap-list-lp .item:first-child, .blog .wrap-list-lp .item:nth-child(4n) {
    padding-left: 0;
    padding-right: 0;
  }

  .tit-icon {
    text-align: left;
  }

  .wrap-list-lp .item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .partners {
    padding-left: 90px;
    padding-right: 90px;
  }

  .partners .owl-controls .owl-prev {
    left: -81px;
  }

  .partners .owl-controls .owl-next {
    right: -81px;
  }

  .ci-items .content-image:nth-child(2n) .content {
    padding-top: 43px;
  }
  .ci-items .content-image:nth-child(2n) .content .bt {
    margin-bottom: 10px;
  }

  .home-doorways .item:nth-child(3n) {
    width: 100%;
  }

  .home-doorways .item:nth-child(2n) {
    width: 100%;
    padding-right: 0px;
  }

  .home-doorways .item:first-child {
    margin-left: 0;
    padding-right: 0px;
    width: 100%;
  }

  .home-doorways .item {
    border-right: 0;
    max-width: 100%;
  }

  .home-doorways .wri-copy {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .home-doorways .shortdes {
    display: none;
  }

  .wri-copy .tit, .wri-copy .button-link {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
  }

  .wri-copy .button-link {
    max-width: 163px;
  }

  .home-doorways .item {
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #2b2b2b;
  }

  .toggled .hamburger-inner::after {
    transform: translate3d(-21px, -37px, 0) rotate(-90deg);
  }

  .site-branding {
    padding-left: 3px;
    max-width: 161px;
  }
  .site-branding img {
    max-width: 100%;
  }

  .site-header .site-topright .btn-link {
    width: 82px;
    height: 65px;
    font-size: 16px;
    line-height: 18px;
    min-width: 82px;
    max-width: 82px;
  }

  button#menu-toggle {
    padding-right: 4px;
  }

  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 3px;
    top: 12px;
  }

  .hamburger--slider .hamburger-inner::before {
    top: 19px;
  }

  .hamburger--slider .hamburger-inner::after {
    top: 38px;
  }

  .phone {
    padding-top: 0;
  }

  .phone-email {
    padding-bottom: 0;
    padding-right: 0;
  }

  .phone-hidemob {
    display: none;
    font-size: 0;
  }

  .phone-email {
    font-size: 16px;
  }

  .hidemob {
    display: none;
  }

  .hidepc {
    font-weight: 500;
    font-size: 16px;
    display: block;
  }

  .nav-arrow {
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 0;
    cursor: pointer;
  }
  .nav-arrow:before {
    content: "";
    z-index: 9999;
    background: url(../images/icon-arrow-down.png);
    display: block;
    width: 16px;
    height: 9px;
  }

  .blog .site-main {
    padding-top: 40px;
  }

  .customer-logos .clogo {
    width: 33.333%;
  }

  .parent-pageid-26 .rcontent p img:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }

  .parent-pageid-26 .rcontent p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wr-rwcolumn {
    padding-top: 30px;
  }

  .item-2ct {
    padding-right: 15px;
  }

  .parent-pageid-26 .entry-content h4 {
    margin-bottom: 20px;
  }

  .parent-pageid-26 .wrap-2colimage {
    padding-top: 25px;
  }

  .groupedform .form-item {
    width: 100%;
  }

  .groupedform {
    flex-wrap: wrap;
  }

  .wrap-list-lp .item {
    margin-bottom: 54px;
  }

  .wrap-list-lp .the-excerpt {
    margin-left: auto;
    margin-right: auto;
  }

  .clientssay-quote {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bot-images {
    overflow: hidden;
  }

  .bot-images img {
    width: 50%;
  }

  .wrap-list-lp {
    flex-wrap: wrap;
  }
  .wrap-list-lp .item {
    width: 100%;
  }

  .clientssay-wrap {
    padding-top: 44px;
  }

  .why-choose {
    background-image: linear-gradient(to bottom, #00A8E3, #005472);
    background-image: -o-linear-gradient(to bottom, #00A8E3, #005472);
    padding-top: 39px;
    padding-left: 26px;
    padding-bottom: 8px;
  }

  .why-choose .items .item {
    width: 50%;
    margin-bottom: 37px;
  }

  .content-image {
    flex-wrap: wrap;
  }
  .content-image .content, .content-image .image {
    width: 100%;
    max-width: 100%;
  }
  .content-image .content img, .content-image .image img {
    width: 100%;
  }

  .home-doorways {
    justify-content: space-between;
  }
  .home-doorways .wri-copy {
    padding-left: 0;
  }
  .home-doorways .item {
    width: 50%;
  }
  .home-doorways .item img {
    display: none;
  }

  .home-hero .grid-left, .home-hero .right {
    display: none;
  }

  .home-hero .grid-item {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-hero .grctop .grctopleft, .home-hero .grctop .grctopright {
    width: 50%;
  }
  .home-hero .grctop .grctopleft img, .home-hero .grctop .grctopright img {
    width: 100%;
  }

  .home-hero .grccenter p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }

  .home-hero .grccenter .btn-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .home-hero .grccenter p {
    margin-bottom: 11px;
  }

  .home-hero .grccenter {
    padding-bottom: 9px;
  }
}
@media (max-width: 599px) {
  .parent-pageid-26 .item-2ct {
    width: 100%;
  }

  .why-choose .items .item {
    width: 100%;
  }

  .mtt-section .wrap-memb-list .member-item {
    width: 98%;
  }
}
@media (max-width: 414px) {
  .wrhas2column {
    padding-bottom: 20px;
  }

  .wrap-c-i .description {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-c-i .description .cont {
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 22px;
  }

  .slick-dots {
    bottom: 24px;
  }

  .wrap-c-i .description {
    padding-bottom: 62px;
  }

  .wrap-c-i .description .tit {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .hsi-image {
    max-height: 253px;
  }

  .customer-logos .clogo {
    width: 50%;
  }

  .overlay-img svg {
    max-width: 150px;
  }

  .overlay-img {
    height: 420px;
  }

  .item-2ct {
    padding-right: 0px;
  }

  .get-in-touch {
    padding-left: 15px;
    padding-right: 15px;
  }

  span.wpcf7-list-item {
    margin-left: 0;
  }

  .wrapf {
    padding-left: 0;
    padding-right: 0;
  }

  .parent-pageid-26 .entry-content h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .parent-pageid-26 .entry-content, .item-2ct, .parent-pageid-26 .wrap-2colimage .item-2ct p {
    font-size: 18px;
    line-height: 22px;
  }

  .parent-pageid-26 .item-2ct {
    width: 100%;
  }

  .parent-pageid-26 .entry-content p {
    margin-bottom: 20px;
  }

  .mtt-section {
    padding-bottom: 20px;
  }

  .site-info {
    text-align: center;
  }

  .site-info p:last-child {
    display: inline-block;
  }
  .site-info p:nth-child(3) {
    display: inline-block;
  }

  .site-footer .pl {
    display: block;
  }

  .site-footer {
    padding-top: 33px;
    padding-bottom: 2px;
  }

  .wrap-lp-content {
    margin-top: 13px;
  }

  .wrap-list-lp .wrap-lp-content h2 {
    margin-bottom: 6px;
  }

  .list-lp {
    padding-top: 36px;
    padding-bottom: 3px;
  }

  .owl-carousel .owl-item img {
    width: 80%;
  }

  .partners {
    padding-top: 31px;
    padding-bottom: 28px;
  }

  .clientssay-quote {
    padding-left: 10px;
    padding-right: 10px;
  }

  .working {
    padding-left: 7px;
    padding-right: 7px;
  }

  .working .bot-images {
    overflow: hidden;
  }

  .btn-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .bot-images img {
    max-width: 215px;
  }

  .working {
    padding-top: 37px;
  }

  .content-image .content h2, .content-image .content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .content-image .content h1 {
    margin-bottom: 25px;
  }

  .content-image .content {
    padding: 31px 13px 13px 13px;
  }
  .content-image .content .hidemob {
    display: none;
  }

  .home-doorways .shortdes {
    display: none;
  }

  .home-doorways .tit {
    padding-right: 15px;
    line-height: 24px;
  }

  .home-doorways .item {
    margin-bottom: 13px;
  }

  .home-doorways .btn-link {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-doorways {
    padding: 5px 7px 24px;
  }

  .inner-doorways {
    padding: 30px 0 15px;
  }
  .inner-doorways .item {
    margin-bottom: 25px;
  }

  .site-main {
    padding-left: 7px;
    padding-right: 7px;
  }
  .site-main .entry-content {
    padding-left: 0;
    padding-right: 0;
  }

  #breadcrumbs .container {
    padding-left: 7px;
    padding-right: 7px;
  }

  .parent-pageid-26 .wrap-2colimage {
    padding-bottom: 0;
  }

  .parent-pageid-26 .rcontent {
    padding-bottom: 0;
  }
}
@media (max-width: 396px) {
  .site-branding img {
    max-width: 146px;
  }

  .site-header {
    padding-bottom: 2px;
  }
}
@media (max-width: 360px) {
  .phone-email {
    display: none;
  }

  .content-image .content h2, .content-image .content h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .clientssay-wrap {
    padding-left: 7px;
    padding-right: 7px;
  }
}
/* 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}
/*# sourceMappingURL=main.css.map */