/*!
Theme Name: PSI
Theme URI: http://lovelypixels.com/
Author: Micah Coffey
Author URI: http://www.lovelypixels.com/
Description: Description
Version: 1.0.0
Text Domain: psi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
font-family: BebasNeue;
src: url("/wp-content/themes/psi/fonts/BebasNeueRegular.otf") format("opentype");
}

@font-face {
font-family: BebasNeue;
font-weight: bold;
src: url("/wp-content/themes/psi/fonts/BebasNeueBold.otf") format("opentype");
}



@media screen and ( min-width: 996px ) {
.container {
max-width: 1130px !important;
}
}

html body {
font-family: 'rawline', sans-serif; 
font-size: 16px;
overflow-x: hidden;
}

body h1, body h2, body h3, h4, h5, h6 {
font-family: 'BebasNeue', 'Oswald', sans-serif;
color: #10653e;
}
b, strong {
font-weight: 600;
}

#swipebox-overlay {
width: 80% !important;
height: 80% !important;
position: fixed;
top: 10%;
left: 10%;
opacity: 0.97;
}
.author-branding {
cursor: pointer;
}
.author-branding:hover {
filter: invert(1) brightness(0.2);
transition: all 1s ease;
}


.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1120px;
margin-top: -430px;

}
.container {max-width:1230px !important; padding-left:15px; padding-right:15px;}

/* .site-main {
padding: 40px 0;
} */

body h2 {
text-transform: uppercase;
font-size: 48px;
/*text-align: center;*/
}
h2 strong {
color: #10653e;
font-family: inherit;
}
h2.green {
color: #10653e ;
}
.bullet-link {
font-weight: 700;
color: #000007;
}
.bullet-link:hover{color:#10653e;}
/* .bullet-link::before {
content: ">";
margin-right: 3px;
} */
.btn.btn-outline.btn-lg,
.gform_button {
text-transform: uppercase;
padding: 10px 25px;
border: 2px solid #10653e;
border-radius: 1px;
background: transparent;
color: #10653e;
font-size: 16px;
font-weight: 600;
}



.gform_body input[type=checkbox] { display:none !important; }
.gform_body input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Free";
display: inline-block;
font-size: 14px;
}

.gform_body input[type=checkbox] + label:before { content: "\f111"; } /* unchecked icon */
.gform_body input[type=checkbox] + label:before { letter-spacing: 5px; } /* space between checkbox and label */

.gform_body input[type=checkbox]:checked + label:before { content: "\f058"; } /* checked icon */
.gform_body input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */



.modal-dialog {
width: 1400px !important;
overflow-y: hidden;
}
@media screen and ( max-width: 1400px ) {
.modal-dialog {
width: 95% !important;
}
}
.site-header-top-bar {
height: 53px;
background: url(/wp-content/uploads/2018/11/psi-header-top-bar-bg.jpg) no-repeat;
background-size: cover;
}
.site-header {
position: relative;
padding-top: 33px;
box-shadow: 0 -6px 6px rgba(0,0,0,0.15);
}
.site-header::before,
.page-banner::before {
content: "";
position: absolute;
background: url('data:image/svg+xml;utf8,<svg width="100%" height="2px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 2"><line x1="0" y1="0" x2="1920" y2="0" stroke-width="3" stroke="#000000" fill="none" stroke-dasharray="3 17" stroke-dashoffset="10" /></svg>')  no-repeat;
background: url('data:image/svg+xml;utf8,<svg width="100%" height="2px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 2"><line x1="0" y1="0" x2="1920" y2="0" stroke-width="3" stroke="#ebebeb" fill="none" stroke-dasharray="8 26" stroke-dashoffset="14" /></svg>')  no-repeat;
bottom: 13px;
left: 0;
right: 0;
height: 2px;
width: 100%;
}
.site-header::after,
.page-banner::after {
content: "";
position: absolute;
background: url('data:image/svg+xml;utf8,<svg width="100%" height="2px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 2"><line x1="0" y1="0" x2="1920" y2="0" stroke-width="3" stroke="#000000" fill="none" stroke-dasharray="5 15" stroke-dashoffset="0" /></svg>')  no-repeat;
background: url('data:image/svg+xml;utf8,<svg width="100%" height="2px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 2"><line x1="0" y1="0" x2="1920" y2="0" stroke-width="3" stroke="#ebebeb" fill="none" stroke-dasharray="14 20" stroke-dashoffset="0" /></svg>')  no-repeat;
bottom: 13px;
left: 0;
right: 0;
height: 2px;
width: 100%;
}
.page-banner::before,
.page-banner::after {
bottom: -10px;
}

.site-branding {
display: inline-block;
width: 20%;
vertical-align: top;
}
.main-navigation {
display: inline-block;
width: 80%;
float: none;
vertical-align: top;
}
.main-navigation ul ul {
box-shadow: none;
}
.main-navigation ul ul a {
width: auto; /* Override underscores.css */
}
#primary-menu {
clear: both;
float: right;
}
#primary-menu a {
position: relative;
padding: 36px 19px;
color: #000007;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
#primary-menu a:hover {
color: #10653e;
}
#primary-menu .sub-menu h3 {
font-family: 'rawline', sans-serif;
font-size: 16px;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
}
#primary-menu .sub-menu a {
padding: 6px 0;
font-size: 14px;
color: inherit;
text-transform: none;
font-weight: 400;
}
#primary-menu .sub-menu ul {
position: relative !important;
color: #10653e;
}
#primary-menu .sub-menu li {
position: relative;
float: none;
}
#primary-menu .sub-menu li:hover {
transition: 0.5s ease;
}
.main-navigation ul.nav-cta {
display: block;
}
.nav-cta .contact-us {
position: relative;
float: right;
padding-left: 15px;
margin-top: 2px;
border: 1px solid transparent;
}
.nav-cta .contact-us a {
display: inline-block;
color: #10653e;
text-transform: uppercase;
margin-right: 25px;
padding: 9px 19px;
font-size: 18px;
font-weight: 800;
}
.nav-cta .contact-us a:first-of-type::before {
position: absolute;
content: "\e621";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 30px;
left: -2px;
top: 6px;
}
.nav-cta .free-package {
position: relative;
float: right;
padding-left: 35px;
border: 2px solid #10653e;
margin-right: 15px;
}
.nav-cta .free-package a {
color: #10653e;
text-transform: uppercase;
padding: 9px 19px;
font-size: 18px;
font-weight: 800;
}
.nav-cta .free-package a::before {
position: absolute;
content: "\e687";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 30px;
top: 7px;
left: 16px;
}
@media screen and ( max-width: 500px ) {
.nav-cta .free-package a {
font-size: 12px;
}
.nav-cta .free-package a::before {
font-size: 27px;
}
}
.mega-menu img { 
margin-top: 25px;
}
.mega-menu:hover > a::after {
position: absolute;
bottom: 14px;
left: calc(50% - 15px);
content: "";
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #efefef;
z-index: 1;
}
.main-navigation li {
position: static;
}
.main-navigation .mega-menu > ul {
display: none;
padding-bottom: 15px;
background: #efefef;
top: 92%;
left: 0;
right: 0;
transition: 0.3s ease;
opacity: .99;
padding: 50px 0;
z-index: 10;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
left: 0;
}
.main-navigation .mega-menu:hover > ul {
display: block;
}
.main-navigation ul ul ul {
left: 23px !important;
margin-top: 20px;
margin-bottom: 20px;
}

#mobile-menu {
display: none;
float: right;
}
#mobile-menu a {
padding-left: 0 !important;
}
#mobile-menu::after {
content: "\e6c3";
font-family: 'themify';
color: #10653e;
}
@media screen and ( max-width: 992px ) {
body .main-navigation ul {
display: none;
}
.site-branding img {
width: 110px;
}
#mobile-menu {
display: inline-block;
}
}
@media screen and ( max-width: 860px ) {
.site-header {
padding-top: 20px;
}
.site-branding img {
width: 90px;
margin-bottom: 15px;
}
.site-header::after, .page-banner::after {
bottom: 5px;
}
}

.page-sales-access {
margin: 50px 0;
}

.blog-page #main {
float: left;
width: 70%;
padding: 0;
}
.blog-page #sidebar-primary {
float: left;
width: 30%;
}
@media screen and ( max-width: 767px ) {
.blog-page #main,    
.blog-page #sidebar-primary {
float: none;
width: 100%;
}
}
.blog-page .entry-header h1,
.blog-page h2.entry-title {
font-size: 48px;
text-align: left;
color:#10653e !important;
}
.blog-page h2.entry-title a {
color: #10653e;
text-decoration:none;
}
.blog-page .entry-content {

margin-top: 0;
}
.blog-page .entry-content h1 {color:#10653e !important;}
.blog-page .entry-content .blog-border-top-bottom {
margin-top: 20px;
}
.blog-page .hentry {
margin-bottom: 5em;
}

.blog-border-top-bottom {
text-transform: uppercase;
padding: 6px 0;
border-top: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;
}

.blog-page .entry-date,
.blog-page .cat-links,
.blog-page .tags-links,
.blog-page .comments-link {
margin-right: 45px;
}

.blog-border-top-bottom a,
.entry-meta a {
color: lightgrey;
font-weight: 600;
font-style: italic;
font-size: 12px;

}
.blog-page #sidebar-primary {
padding-left: 25px;
}
.blog-page #sidebar-primary h2 {
text-align: left;
color:#10653e;
}
.blog-page #sidebar-primary ul {
margin-left: 0;
}

.widget a {
color: #2a2a2a;
text-transform: uppercase;
font-size: 14px;
text-decoration:none;
}
.widget a:hover{color:#048f58;}
.home .slick-dots{
position:absolute;
height:50px;
top:-32px;
width:100%;
left:0px;
padding:0px;
margin:0px;
list-style-type:none;
text-align:center;
}
.home .slick-dots li{
display:inline-block;
width:10px;
height:10px;
background:Transparent;
-webkit-transition:all 0.5s;
transition:all 0.5s;
-webkit-border-radius:50%;
border-radius:50%;
border:1px solid #FFF;
margin:0 2.5px;
cursor:pointer;
position:relative;
}
.home .slick-dots li.slick-active{
background:#fff;
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.8);
box-shadow:inset 0 0 0 1px rgba(0,0,0,.8);
}

.home .slick-dots li a{
position:absolute;
bottom:100%;
left:50%;
width:120px;
height:75px;
display:block;
visibility:hidden;
border:4px solid rgba(0,0,0,.50);
margin-left:-60px;
margin-bottom:15px;
-webkit-transition:visibility 0.5s linear 0.5s;
transition:visibility 0.5s linear 0.5s;
-webkit-animation:fadeOut 0.5s both;
animation:fadeOut 0.5s both;
}
.home .slick-arrow {
position: absolute;
top: -23px;
left: calc(50% - 77px);
border: 0;
background: none;
color: white;
font-size: 10px;
padding: 0;
z-index: 1;
}
.home .slick-next {
left: calc(50% + 61px);
}


.tesimonial-container {
position: relative;
}
.tesimonial-container .slick-arrow {
position: absolute;
top: 48%;
left: -25px;
border: 0;
background: none;
color: black;
font-size: 20px;
padding: 0;
z-index: 1;
}
.tesimonial-container .slick-next {
left: auto;
right: -25px;
}


.top-bar-menu {
list-style-type: none;
margin-left: -75px;
padding-left: 0;
margin-top: 14px;
}
.top-bar-menu li {
float: left;
margin-left: 29px;
}
.top-bar-menu li.icon {
margin-left: 20px;
}
.top-bar-menu a {
color: #000007;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
}
.top-bar-menu a i {
font-size: 16px;
}
@media screen and ( max-width: 992px ) {
.top-bar-menu {
margin-left: 0;
}
}

.page-banner {
position: relative;
height: 474px;
background-size: cover !important;
background-position: center !important;
text-align: center;
padding-top: 160px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
}
header#masthead {
position: relative;
z-index: 2;
}
header#masthead::before {
content: "";
position: absolute;
bottom: -15px;
left: 0;
right: 0;
height: 16px;
width: 100%;
background: rgba(255,255,255,0.5);
}
.page-banner h1 {
color: white;
text-transform: uppercase;
text-align: center;
font-size: 100px !important;
margin: 0 0 30px 0 !important;
width: 100%;
position: relative;
line-height: 1.1 !important;
}

.page-banner h1:before{position: absolute;
content: "";
width: 91px;
height: 9px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: linear-gradient(180deg, rgba(1,106,59,1) 0%, rgba(1,179,100,1) 100%);}
.page-banner p {
color: white;
text-transform: uppercase;
text-align: center;
font-size: 46px;
font-weight: 500;
line-height: 1.2;
}

/* Animations */

.draw-icon {


}
@keyframes draw-icon {
0% {
stroke: black;
stroke-dashoffset: 3463;
}
72% {
stroke: black;
}
74% {

}
100% {
stroke-dashoffset: 0;
stroke: black;
}
}

[data-aos="draw-icon"] {
stroke-dasharray: 325;
stroke-dashoffset: 325;
}
[data-aos="draw-icon"].aos-animate {
stroke-dashoffset: 0;
stroke: #10653e;
}

.home-banner {
position: relative;
max-height: 450px;
overflow: hidden;
}
.home-banner .overlay {
position: absolute;
top: 30%;
left: 0;
right: 0;
width: 100%;
z-index: 1;
text-align: center;
}
.home-banner h2 {
color: white;
text-transform: uppercase;
font-size: 35px;
}
.home-banner h1 {
color: white;
text-transform: uppercase;
font-size: 61px;
margin-top: 0;
font-weight: 600;
}

@media screen and ( max-width: 860px ) {
.home-banner {
max-height: 340px;
}
}
@media screen and ( max-width: 760px ) {
.home-banner .overlay {
top: 10%;
}
.home-banner h1 {
font-size: 40px;
}
.embed-container iframe {
height: 1200px;
width: 140%;
}
}
@media screen and ( max-width: 470px ) {

.embed-container iframe {
height: 1260px;
margin-top: -507px;
}
}


.home .four-boxes {
max-width: 1600px;
margin: auto;
margin-top: -55px;
}
.single-product .four-boxes,
.single-service .four-boxes {
position: relative;
margin-top: -165px;
margin-left: -30px;
margin-right: -30px;
}

.four-boxes h2 {
margin-top: 3px;
text-align: left;
}
.four-boxes .creative-cardboard {
background: white url( /wp-content/uploads/2018/11/psi-creative-cardboard.png ) no-repeat;
background-position: 100% 5%;
background-size: 40%;
}
.creative-cardboard h2 strong {
text-shadow: 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 60px white, 0 0 70px white;
}
.creative-cardboard p {
max-width: 200px;
}
.four-boxes .think-big {
background: white url( /wp-content/uploads/2018/10/Webiste_GreenHat.png ) no-repeat;
background-position: 287% 5%;
background-size: 90%;
}
.four-boxes .get-inspired {
background: white url( /wp-content/uploads/2018/10/EcomBoxesSmall.jpg ) no-repeat;
background-position: 287% 5%;
background-size: 90%;
}
.four-boxes .make-it-memorable {
background: white url( /wp-content/uploads/2018/11/psi-make-it-memorable.jpg ) no-repeat;
background-position: 100% 0;
background-size: 60%;
}
.four-boxes-left {
display: inline-block;
margin-left: 20%;
width: 30%;
}
.four-boxes-right {
display: inline-block;
margin-left: 2%;
width: 30%;
}
@media screen and (max-width: 1170px) {
.four-boxes-left {
margin-left: 10%;
width: 40%;
}
.four-boxes-right {
margin-left: 2%;
width: 40%;
}
}
@media screen and (max-width: 860px) {
.nav-cta .free-package,
.nav-cta .contact-us a:first-of-type {
display: none;
}
.home .four-boxes {
margin-top: 10px;
}
.four-boxes-left {
display: block;
margin-left: 10%;
width: 80%;
margin-bottom: 25px;
}
.four-boxes-right {
display: block;
margin-left: 10%;
width: 80%;
}
}


.four-cell {
background: white;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
padding: 25px;
font-size: 13px;
background-repeat: no-repeat;
cursor: pointer;
}
.four-cell p {
max-width: 155px;
font-weight: 600;
min-height: 95px;
}
.four-cell a {
color: #000007;
font-weight: 600;
}

.perfect-fit {
padding-top: 75px;
}

.perfect-fit h2,
.perfect-fit p {
text-align: center;
}
.perfect-fit .icon-row {
padding: 55px 0;
}
.perfect-fit .icon-row i,
.perfect-fit .icon-row strong {
display: block;
width: 100%;
font-size: 22px;
font-weight: 600;
color: #10653e; 
}
.perfect-fit .icon-row a {
text-decoration: none;
font-size: 15px;
color: #000007;
}
.perfect-fit .icon-row i {
font-size: 55px;
}

.perfect-fit .icon-row img,
.perfect-fit .icon-row svg,
.perfect-fit .icon-row .cls-1,
.perfect-fit .icon-row .cls-2 {
max-height: 60px;
margin-bottom: 3px;
margin-left: 3px;
stroke: #10653e;
stroke-width: 3px;
fill: none;
}

.popout-row {
position: relative;
margin-top: 55px;
margin-bottom: 95px;
background: url( /wp-content/uploads/2018/11/psi-assembly-line.jpg.jpg ) no-repeat;
background-size: cover;
min-height: 470px;
}
.home .popout-row {

}
.cutout-container {
position: relative;
}
.popout-row .cutout-img {
position: absolute;
top: -69px;
left: -42%;
}
.popout-row h2 {
text-align: left;
}
.popout-row.popout-display-box ul {
margin-left: -22px;
color: white;
}
.popout-row.popout-display-box .popout-text {
padding: 35px 0;
}
.popout-row.popout-display-box .cutout-img {
position: absolute;
top: -45px;
left: 0;
}
.home .popout-row .cutout-img {
height: 594px;
}
.popout-row h2,
.popout-row h2 strong,
.popout-row p {
color: white;
}
.popout-text {
position: relative;
padding-top: 55px;
padding-bottom: 145px;
}
@media screen and ( max-width: 768px ) {
.home .popout-row .cutout-img {
top: auto;
right: 50px;
left: auto;
height: 260px;
}
}

.link-color a{color: #10653e; font-weight:500;}
.link-color a:hover{color:#2a2a2a;}
.text-row {
padding: 30px 0;
background: url(./images/white-bg.jpg) center no-repeat;
background-size: cover; background-repeat: no-repeat; width: 100%;
}
.text-row .container {max-width:1230px !important;}
.text-row h4 {
font-family: 'rawline', sans-serif; 
}
.single-service .text-row{
padding-bottom: 0px;
}


.trusted-by-the-best {
text-align: center;
margin-bottom: 100px;
}
.trusted-by-the-best h2 {color:#10653e !important;}
.trusted-by-the-best .logo-row {

box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.1);
}
.trusted-by-the-best .slick-arrow {
display: none !important;
}
.sneak-text h2  {color:#10653e !important;}
.sneak-text p {color:#2a2a2a; padding-bottom:20px;}

.sneak-peek {
position: relative;
margin-top: 150px;
margin-bottom: 55px;
background: gray url( /wp-content/uploads/2018/11/psi-bubble-wrap.jpg ) 0 / cover;
}
.sneak-peek:after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255,255,255,0.3);
z-index: 1;
}
.sneak-peek .sneak-video {
position: relative;
height: 360px;
z-index: 2;
margin-top:70px;
}
.sneak-peek .sneak-video iframe {
position: absolute;
max-width: 640px;
bottom: 33px;
left: 0;
}
.sneak-peek .sneak-text {
padding: 15px 0;
padding-left: 20px;
z-index: 2;
max-width: 300px;
}
.sneak-peek h2 {
text-align: left;
}
.sneak-peek strong {
font-weight: 500;
}
.sneak-peek .btn {
position: relative;
padding-left: 57px !important;
padding-right: 15px !important;
font-weight: 700 !important;
}
.sneak-peek .btn::before {
content: "\e6ce";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;    
position: absolute;
font-size: 29px;
left: 15px;
top: 6px;
}

.recent-work {
margin-top: 55px;
margin-bottom: 55px;
}
.recent-work h2,
.recent-work p {
text-align: center;
}
.recent-work-data {
margin-top: 35px;
}
.recent-work-cell {
margin-bottom: 25px;
}

.were-ready {
padding: 55px 0;
background: lightsalmon url( /wp-content/uploads/2018/11/psi-custom-box-cutout.jpg ) 0 / cover;
background-position: center;
min-height: 500px;
text-align: center;
color: white;
}
.were-ready h2 {
color: white;
}

/* we're ready forms */

.gform_body label {
font-weight: 400 !important;
}

/* hide non placeholder label */
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label[for=input_1_3_3] {
display: none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
padding-top: 0 !important;
}
#input_1_3_3, #input_1_4, #input_1_6 {
padding: 15px 20px;
font-size: 14px;
}
#input_1_6 {
max-height: 50px;
overflow-y: hidden;
transition: all 0.3s ease;
}
#input_1_6:focus {
max-height: 200px;
}

/*#gform_1 .gform_button {
border-color: white;
color: white;
font-weight: 100;
padding: 10px 40px;
}*/
#gform_1 .gform_button i {
margin-right: 6px;

}

/* we're ready form */
#field_1_5 .gfield_label,
/* let's talk shop */
#field_2_5 .gfield_label {
margin-left: 15px;
margin-top: 30px;
}
#field_1_5 .ginput_container,
#field_2_5 .ginput_container{
margin-top: 0;
margin-left: 30px;
}
.gform_wrapper .ginput_container_radio ul.gfield_radio li input[type=radio] {
height: 20px;
width: 20px !important;
margin-top: 2px !important;
}
body .gform_wrapper ul li.gfield {
margin-top: 0 !important;
}

.gform_body input[type=text],
.gform_body textarea {
background: #f4f4f4;
border: 0;
border-radius: 0;
margin-bottom: 15px;
padding: 10px 20px !important;
font-size: 15px !important;
}
.gform_body textarea {
padding: 15px 20px !important;
}
.gform_body input[type=text]::placeholder,
.gform_body textarea::placeholder {
color: #000007;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
margin-top: 0 !important;
margin-left: 30px;
}
.gform_footer {
text-align: center;
}

.hide-label label {
display: none !important;
}

/* END Home */


/* php Include sections */
.nextend-arrow {
border-radius: 1px !important;
}

/* START Sub-Pages */


/* About us page */
.about-map {
height: 400px;
background-color: #eaeaea;
background-position: 40% 50%;
background-size: 857px 350px;
background-repeat: no-repeat;
margin: -50px 0;
}

#testimonials {
position: relative;
quotes: "\201C" "\201D" "\2018" "\2019";
margin: 50px 0;
}
#testimonials:before {
position: absolute;
content: "\e67f";
font-family: fantasy;
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
top: -60px;
left: calc(50% - 25px);
font-size: 37px;
color: #e8e8e8;
}

/* Contact us page */
.cut-to-chase {
padding: 50px 0;
}
.cut-to-chase h2 {
margin-bottom: 50px;
}
.cut-to-chase h3 {
margin-bottom: 0;
text-transform: none;
}
.cut-to-chase p {
margin: 0;
max-width: 240px;
color:#2a2a2a;
}
.cut-to-chase p a{color: #10653e !important; text-decoration: none !important;}
.cut-to-chase .contact-address {
margin-bottom: 15px;
color:#2a2a2a;
}
.cut-to-chase .key-contact {
margin-top: 20px;
font-weight: 600;
font-size: 20px;
color:#10653e;
}
.cut-to-chase .key-title {
font-weight: 600;
margin-top: 30px;
color:#2a2a2a;
}
.packaging-woes h1 {
font-size: 60px;
line-height: 50px;
color: white;
text-align: right;
margin-top: 150px;
max-width: 350px;
margin-left: auto;
}
.packaging-woes h2 {
color: white;
text-align: left;
}
.packaging-woes ul {
margin-left: 20px;
padding-left: 0;
color: white;
font-weight: 600;
}
.packaging-woes li {
margin-bottom: 5px;
}
.packaging-woes .popout-text {
padding-bottom: 75px;
}

/*
Adjust popout image on these pages, this is the only way to access the element, because
other than page slug, there is no way to know where we called the .php include from
*/
.single-product .popout-row .cutout-img,
.single-service .popout-row .cutout-img {
left: -43%;
left: -72%;   
max-width: none;
height: auto;
}
.single-product .popout-row p,
.single-service .popout-row p {
max-width: 480px;
}

.post-edit-button,
.edit-banner {
display: none;
position: fixed;
bottom: 15px;
left: 10px;
z-index: 999;
}
.post-new-button {
display: none;
position: fixed;
bottom: 15px;
left: 150px;
}
.editbtnsection {
display: none;
z-index: 999;
position: fixed;
bottom: 10px;
right: 10px;
/* float: right; */
}

a.ab-item {
background: #111;
color: white;
}

div#wp-admin-bar-root-default>li {
list-style: none;
margin-left: 6px;
background: #111;
color: white;
padding: 8px 20px;
border-radius: 50px;
list-style: none;
display: inline-block;    
float: right;
}


.single-product .menu-product-page-menu-container ul {
list-style: none;
margin-left: 0;
padding-left: 15px;
}
.single-product .menu-product-page-menu-container li::before {
content: "•"; 
color: #10653e;
margin-right: 5px;
}
.single-product .menu-product-page-menu-container a {
color: #10653e;
font-weight: 600;
font-size: 18px;
}

.project-row .text {
padding-top: 110px;
}

.project-row-alt .text {
text-align: right;
}

.project-thumbnails {
}

footer,
footer .footer-dark {
background: #343434;
}
footer h3 {
font-size: 15px;
font-family: 'rawline', sans-serif; 
color: white;
}
footer p {
font-size: 14px;
}
.footer-left {
padding: 20px 0;
color: white;
}
.footer-right {
padding-top: 38px;
background: white;
}
.footer-right img {
margin-right: 35px;
}
.footer-right h3 {
font-weight: 600;
margin-bottom: 2px;
color: black;
}
.footer-right .col-sm-offset-1 {
margin-left: 2% !important;
}

.footer-bottom {
padding: 11px 0;
color: rgba(255,255,255,0.4);
line-height: 16px;
font-size: 10px;
}
.footer-bottom img {
margin-left: 30px;
}
.footer-copyright {
text-transform: uppercase;
margin-left: 2%;
}
footer ul {
padding-left: 20px;
margin-left: 0;
}
footer li {
position: relative;
list-style-type: none;
line-height: 25px;
}
footer li::before,
.li-bullet li::before {
position: absolute;
content: "\e65d";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 14px;
left: -22px;
top: 6px;
}
.li-bullet li::before {
top: 9px;
}

footer li a,
footer li a:hover {
color: white;
font-size: 12px;
}
.page-id-7277 .gform_wrapper,
.page-id-7288 .gform_wrapper,
.page-id-7293 .gform_wrapper,
.page-id-7267 #gform_wrapper_9 {

padding: 30px 30px 20px;
}
.page-id-7277 .gform_wrapper label,
.page-id-7288 .gform_wrapper label,
.page-id-7293 .gform_wrapper label,
.page-id-7267 #gform_wrapper_9 label {
display: none !important;
}
.page-id-7277 .gform_button ,
.page-id-7288 .gform_button ,
.page-id-7293 .gform_button ,
.page-id-7267 #gform_submit_button_9 {
background: #444;
color: #fff;
padding: 14px 40px;
}

#gform_fields_13 label {
display: none !important;
}
#gform_wrapper_13 {

padding: 3%;
}
.page-id-7312 #primary {
max-width: 1200px;
margin: 0 auto;
padding-top:30px;
padding-bottom:30px;
}

#gform_2  label, #gform_2 h3,#gform_2  span.gform_description {
color: #fff !important;
}
/* #gform_fields_2 span > label,
#gform_fields_2 label.gfield_label {
display: block !important;
} */
#input_2_3_3 label {display:none;}

.gform_wrapper #field_2_10 label.gfield_label {
display: block !important;
}
/* #gform_2 {
background: #06633e;
padding: 20px 18px 20px 30px;
} */

#gform_fields_2 legend{border:0; color:white;}
/* #gform_fields_2 .gfield{padding-bottom:25px;} */
#field_2_15 {padding-top:25px; padding-bottom:25px;}
#gform_submit_button_2, #gform_submit_button_2 span {
background: #fff !important;
color: green ;
}
#gform_2 li {
width: 100% !important;
}
#input_2_3_3_container {
padding: 0 !important;
}
#field_2_14 {
color: #fff !important;
font-size:13px;
}
.page-id-7336 .elementor-text-editor.elementor-clearfix ul,
.page-id-7331 .elementor-text-editor.elementor-clearfix ul,
.page-id-7321 .elementor-text-editor.elementor-clearfix ul {
margin: 0;
}

.ginput_container .gfield_checkbox {margin-top:16px;}
#field_2_10{padding-bottom:25px;}
#label_2_10_1 {min-height:28px;}
.choice_1_7_1 {min-height:28px;}
.gchoice_2_10_2 {min-height:28px; }
.gchoice_2_10_3 {min-height:28px;}
.gchoice_2_10_4 {min-height:28px;}
.gchoice_2_10_5 {min-height:28px;}
.gchoice_2_10_6 {min-height:28px;}
.gchoice_2_10_7 {min-height:28px;}
.button.gform_button {border:solid 0px;}
.button.gform_button:hover{color:#2a2a2a !important
;}
.button.gform_button span:hover{color:#2a2a2a !important;}
.paralink {color:#048f58;}
.paralink:hover {color:#2a2a2a;}
.protitle {color:#048f58;}
.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li, .gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li {font-size:16px !important;}

.testimonial-content  p {color:#2a2a2a; padding-top:25px;}
.testimonial-content  span {color:#2a2a2a;}
.client-info span {color:#2a2a2a;}

.page-id-117 .col-sm-offset-1 p {color:#2a2a2a;}
.lets-talk-shop {background-image:url('/wp-content/uploads/2022/03/help.jpg'); background-repeat: no-repeat; background-size: cover;}
.cut-to-chase h2 {color:#10653e !important;}
.testimonial-block {padding-left:15px; padding-right:15px;}
.elementor-text-editor ul {margin-left:-22px; margin-top:10px;}
.gsection_title {color:#2a2a2a !important; }

.content-area p {padding-bottom:15px;}
.testimonial-section {padding-bottom:30px;padding-top:30px;}
.packaging-para p {padding-bottom:15px; padding-top:15px;}
.prosubtitle  {padding-top:15px;}

.gform_wrapper.gravity-theme .gfield_label  {border-bottom:0px; font-weight:700 !important;}
#field_3_6 {margin-top:10px;}
.get-free-audit-now .green {color:#2a2a2a;}
.get-free-audit-now {margin-bottom:30px;}
.blog-page {margin-top:50px; margin-bottom:50px;}
.entry-content a {color:#048f58; text-decoration:none;}
.entry-content a:hover {color:#2a2a2a; text-decoration:none;}
.nav-previous a {color:#048f58; text-decoration:none;}
.nav-previous a:hover {color:#2a2a2a; text-decoration:none;}
.nav-next a{color:#048f58;text-decoration:none;}
.nav-next a:hover{color:#2a2a2a;text-decoration:none;}
.entry-content strong {color:#048f58;}
.blog-point-list li { color:#2A2A2A; font-weight:normal;}
.blog-point-list{margin-left:-19px;}
#blog-box {float:left; margin:0;width:33%; text-align:center;}
.blog-box-title {text-align:center;}
#gform_submit_button_3 {background-color:white; color:#048f58;}
.about-top-imgs {margin-top:30px; margin-bottom:90px;}
.abt-bottom-imgs img {width:100%; margin-top:80px; margin-bottom: 30px;}

/* ============ home ==============*/

p{margin: 0 !important;}

.elementor-location-header{position: absolute; width: 100%; left: 0; top: 0; z-index: 11;}
.header-top-bar .left-bar .elementor-widget-container ul{margin: 0; padding: 0; list-style: none; display: flex; align-items: center;}
.header-top-bar .left-bar .elementor-widget-container ul li:first-child{padding-right: 15px;}
.header-top-bar .left-bar .elementor-widget-container ul li span{padding-right: 10px;}
.header-top-bar .left-bar .elementor-widget-container ul li a{font-size: 12px; font-weight: 300; color: #fff; text-transform: uppercase; letter-spacing: 0.75px;}
.header-top-bar .left-bar .elementor-widget-container ul li a:hover{color: #048f58;}
.header-nav .elementor-nav-menu--main .elementor-item{padding: 0 20px !important;position: relative;}
.header-nav .elementor-nav-menu--main .elementor-item:before{position: absolute; content: ""; width: 100%; height: 115px; top: -57px; left: 0; background: #111111; z-index: -1;}
.header-nav .elementor-nav-menu--main .elementor-item:hover, 
.header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active{background: transparent;}


.home-banner2 .swiper-slide-contents .elementor-slide-heading{padding-bottom: 35px; position: relative;}
.home-banner2 .swiper-slide-contents .elementor-slide-heading:before{position: absolute; content: ""; width: 91px; height: 9px; bottom: 0; left: 0; right: 0; margin: auto; background: linear-gradient(180deg, rgba(1,106,59,1) 0%, rgba(1,179,100,1) 100%);}


.bgm-video .elementor-video-iframe{box-shadow: 1px 1px 18px 0px rgba(0, 0, 0, 0.42);}
.bgm-video .elementor-custom-embed-play{background: url(./images/play.png) center center no-repeat; width: 100px; height: 100px;}
.bgm-video .eicon-play:before{content: "" !important; width: 110px; height: 110px; background: #ffffff4a; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%;}

.home-testimonial .testimonial-section .slick-list{margin: 0 -15px; display: flex;}
.home-testimonial .testimonial-section .slick-list .slick-track{display: flex;}
.home-testimonial .testimonial-section .slick-list .slick-slide{padding: 0 15px; display: flex;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block{background-color: #fff; padding: 30px 30px 120px; position: relative;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .testimonial-content p{font-size: 15px; line-height: 25px; color: #111111; font-style: italic;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .client-info{position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; padding: 0 30px; background: url(./images/quote.png); background-position: 307px 0px; background-repeat: no-repeat;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .client-info h4{margin: 0; font-size: 16px; font-weight: 700; color: #111111; line-height: 25px; font-family: "Montserrat";}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .client-info span{ font-size: 12px; font-weight: 300; color: #7d7d7d; line-height: 1;}
.home-testimonial .testimonial-section .testimonial-slider button.slick-prev.slick-arrow{position: absolute; top: -50px; right: 37px; border: 0; background: #ffffff33; font-size: 0; width: 37px; height: 37px; left: auto; border-radius: 0;}
.home-testimonial .testimonial-section .testimonial-slider button.slick-prev.slick-arrow:before{position: absolute; content: "\f104"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 16px; left: 50%; transform: translateX(-50%);}
.home-testimonial .testimonial-section .testimonial-slider button.slick-next.slick-arrow{position: absolute; top: -50px; right: 0; border: 0; background: #ffffff33; font-size: 0; width: 37px; height: 37px; left: auto; border-radius: 0;}
.home-testimonial .testimonial-section .testimonial-slider button.slick-next.slick-arrow:before{position: absolute; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 16px; left: 50%; transform: translateX(-50%);}


.techonology .elementor-icon-list-items .elementor-icon-list-item{width: 50%;}
.techonology .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i{transform: rotate(45deg);}

.learn-btn a{background-image: none !important;}

.help-you .gfield .ginput_container.ginput_container_text input{width: 95.1% !important;}
.help-you ul.gform_fields li.gfield{padding-bottom: 25px;}
.help-you ul.gform_fields li.gfield label{font-weight: 400 !important; text-transform: inherit !important; margin: 0;}
.help-you ul.gform_fields li.gfield label .gfield_required{color: #fff !important;}
.help-you ul.gform_fields li.gfield .gfield_checkbox{margin: 0;}
.help-you ul.gform_fields li.gfield .gfield_checkbox .gchoice{padding-left: 25px !important;}
.help-you ul.gform_fields li.gfield .gfield_checkbox .gchoice input[type=checkbox] + label:before{left: 1px; position: absolute;}
.help-you ul.gform_fields li.gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before{color: #ffffff;}
.help-you ul.gform_fields li.gfield.gfield_html{font-size: 12px !important; margin-top: -20px !important;}
.help-you .gform_footer .button{background-image: none !important;}

.footer .contact-info{display: flex; flex-wrap: wrap; width: 100%; margin: 0 -5px;}
.footer .contact-info .contact-info-box{width: 33.33%; padding: 0 5px;}
.footer .contact-info .contact-info-box p{font-size: 15px;}
.footer .contact-info .contact-info-box p{color:#ffffff; }
.footer .contact-info .contact-info-box p:first-child{padding-bottom: 20px;}
.footer .contact-info .contact-info-box p a{font-size: 15px; color: #ffffff;}
.footer .contact-info .contact-info-box p a:hover{color: #01AE61;}
.foot-logo-row{max-width: 700px; margin: 0 auto;}
.site-by a{color: #ffffff;}
.site-by a:hover{color: #01AE61;}

.products-section .products-lists .product-row{display: flex; flex-wrap: wrap; margin: 0 -15px;}
.products-section .products-lists .product-row .product-box{width: 33.33%; padding: 0 15px; margin-bottom: 30px;}
.products-section .products-lists .product-row .product-box .product-block{position: relative; height: 100%;}
.products-section .products-lists .product-block .front-block{position: relative; height: 100%;}
.products-section .products-lists .product-block .front-block .front-block-logo{height: 100%;}
.products-section .products-lists .product-block .front-block .front-block-logo img{width: 100%; height: 100%; object-fit: cover;}
.products-section .products-lists .front-block .front-block-main{position: absolute; content: ""; width: 100%; top: 50%; transform: translateY(-50%); text-align: center; left: 0;}
.products-section .products-lists .front-block .front-block-main .product-content h3{color: #ffffff; font-size: 32px; letter-spacing: 0.50px; padding: 0 20px;}
.products-section .products-lists .product-row .product-box .product-block .back-block{position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; text-align: center; background: linear-gradient(-130deg, rgba(1,106,59,1) 0%, rgba(1,179,100,1) 100%); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; align-content: center;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-logo{padding-bottom: 15px;}
.products-section .products-lists .product-row .product-box .product-block:hover .back-block{opacity: 1; visibility: visible; transition: 0.4s;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content h3{margin: 0; letter-spacing: 0.50px; font-size: 38px; color: #ffffff; padding-bottom: 10px;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content p{font-size: 13px; color: #ffffff; line-height: 17px; padding-bottom: 20px;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content a{font-size: 16px; background-color: #ffffff; border-radius: 0; color: #01864b; padding: 10px 25px; font-family: 'BebasNeue', 'Oswald', sans-serif; font-weight: 700; letter-spacing: 0.75px; transition: 0.3s;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content a:hover{color: #000000;}

.product-slide .swiper-pagination-bullets{bottom: -15px !important; }
.product-slide .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 33px !important; border-radius: 5px;}

.header-top-bar .elementor-widget-wrap .left-bar ul li{display:flex;}
.header-top-bar .elementor-widget-wrap .left-bar ul li i{color:#fff; opacity:0.8;}


@media (max-width: 1200px){
.products-section .products-lists .front-block .front-block-main .product-content h3{font-size: 28px;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content h3{font-size: 28px;}

}


@media (max-width: 991px){
.header-nav,
.header-right{display: none;}
.elementor-location-header{position: fixed; background: #ffffff; box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);}
.mob-menu-header-holder{top: 65px !important; width: 50px !important; background: transparent !important; right: 10px !important;}
.mobmenur-container i,
.mobmenu-right-panel .mob-cancel-button{color: #06633e !important;}
.mob-menu-logo-holder{display: none !important;}
#mobmenuright li a{font-family: "BebasNeueBold", Sans-serif !important;}
.show-nav-right .mob-expand-submenu i {color: #06633e !important; font-size: 16px;}
.mobmenu-content #mobmenuright > li > a:hover{background-color: transparent !important;}
.mobmenu-content #mobmenuright .sub-menu{background-color: transparent !important;}
.products-section .products-lists .product-row{margin: 0;}
.products-section .products-lists .product-row .product-box{width: 50%;}
.products-section .products-lists .product-row .product-box:last-child{margin: 0;}
.home-testimonial .testimonial-section .slick-list{margin: 0;}
.home-testimonial .testimonial-section .testimonial-slider button.slick-prev.slick-arrow{right: 52px;}
.home-testimonial .testimonial-section .testimonial-slider button.slick-next.slick-arrow{right: 15px;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .client-info{padding: 0 60px 0 30px; background-position: 367px 0px;}
.container {
max-width: 100% !important; width: 100% !important}
.page-banner{margin-top: 0px; padding-top: 0; height: 400px;}
.page-banner h1{font-size: 82px !important;}
.page-banner p{font-size: 38px;}
.text-row{padding: 30px 0;}


}


@media (max-width: 767px){
.products-section .products-lists .product-row .product-box{width: 100%; padding: 0;}
.home-testimonial .testimonial-section .slick-list .slick-slide .testimonial-block .client-info{background-position: 95%;}
.techonology .elementor-icon-list-items .elementor-icon-list-item{width: 100%;}
.footer .contact-info{margin: 0;}
.footer .contact-info .contact-info-box{width: 100%; padding: 0;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-logo img,
.products-section .products-lists .front-block .front-block-main .product-logo img{width: 50px;}
.page-banner{height:auto; min-height:300px; padding:30px 20px;}
.page-banner p{font-size:22px;}
.page-banner h1{font-size:46px !important; padding-bottom:10px; margin-bottom:0 !important;}
.page-banner h1 + p{padding-top:30px;}

.products-section .products-lists .product-block .front-block{position:absolute; left:0; top:0; right:0; bottom:0;}
.products-section .products-lists .product-row .product-box .product-block .back-block{position:relative; top:0; transform:none;}
.products-section .products-lists .product-row .product-box .product-block .back-block .product-content a{display:inline-block; padding:12px 25px 8px;}

.packaging-woes{margin-bottom:35px;}
.packaging-woes .col-sm-5{padding-left:20px; padding-right:20px;}
.packaging-woes .col-sm-7{padding:0 20px 40px;}
.packaging-woes .col-sm-5 h1{font-size:46px; margin:0; padding:50px 0 20px; text-align:left;}
.packaging-woes .col-sm-7 h2{font-size:32px; margin:0; padding:0 0 15px;}
.testimonial-section{padding-bottom:50px;}
.testimonial-section .testimonial-block{padding-bottom:10px;}
.contact-form2 span.name_first label{display:none !important;}
.contact-form3 .gform_legacy_markup_wrapper ul.gform_fields{display:flex; flex-wrap:wrap; grid-row-gap:15px;}
.contact-form3 .gform_legacy_markup_wrapper ul.gform_fields > li{width:100%;}
.contact-form3 .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex{margin-top:0 !important;}
.contact-form3 .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{margin-bottom:0 !important;}
.contact-form3 .gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li{margin-bottom:5px;}
.contact-form3 .pp-gravity-form .gform_wrapper .gform_footer{padding:15px 0 0;}

#field_2_15{padding:0 0 5px;}
#field_2_10{padding:0;}
#gform_wrapper_13{padding:0;}


.page-id-7277 .gform_wrapper,
.page-id-7288 .gform_wrapper,
.page-id-7293 .gform_wrapper,
.page-id-7267 #gform_wrapper_9{padding:0;}


.popout-row.popout-display-box{margin-bottom:0; padding:35px 0 50px;}
.popout-row.popout-display-box .container{padding:0 20px;}
.popout-row.popout-display-box .popout-text{padding:0 20px 20px;}
.popout-row.popout-display-box ul{padding:0 0 0 18px; margin:0;}
.popout-row.popout-display-box .cutout-img{position:relative; top:0;}

.text-row{padding:50px 0;}
.text-row .container{padding:0 20px;}

.page-template-page-free-packaging-analysis .testimonial-section{padding:50px 5px;} 
.iframe-vid{position:relative; padding:0 0 56.25%; margin:10px 0 15px;}
.iframe-vid iframe{width:100%; height:100%; position:absolute; left:0; top:0; border:none; margin:0;}

.about-map{margin:0;}
.about-top-imgs{margin:0; padding:50px 0;}
.about-top-imgs .row .col-sm-6{padding:0 20px;}
.about-top-imgs .row{display:flex; flex-wrap:wrap; grid-row-gap:20px;}
.abt-bottom-imgs img{margin:50px 0;}

.testimonial-section{padding-top:50px;}
.testimonial-section .container{padding:0 20px;}
.testimonial-section .testimonial-slider{position:relative; padding:52px 0 0;}
.testimonial-section .testimonial-slider .slick-arrow{position:absolute; top:0;}
.testimonial-section .testimonial-slider .slick-arrow.slick-prev{left:0;}
.testimonial-section .testimonial-slider .slick-arrow.slick-next{right:0;}

}


@media (max-width: 641px){
.help-you ul.gform_fields li.gfield{padding-bottom: 15px;}
.help-you .gfield .ginput_container.ginput_container_text input{width: 100% !important;}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height: 1 !important;}



}


.ds-hide{display:none !important;}
.mobmenu-content{margin-top:0 !important;}
.mobile-menu-logo{padding-left:20px; padding-bottom:20px;}
.mobile-menu-logo img{max-width:100px;}


@media (max-width: 991px){
	.mobmenu-content #mobmenuright li:hover{background-color: transparent !important;}
	.ds-hide{display:block !important;}
	
}



.error404 .site-main{padding-top: 187px;}
.error404 .header-top-bar{border-bottom: solid 1px #323232;}
.error404 .header-main{background-color: #111111;}
.error404 .logo .elementor-widget-wrap{padding-bottom: 25px !important;}
.error404 header.page-header{margin: 0; padding: 80px 0 20px; border: 0; text-align: center;}
.error404 header.page-header h1{color: #10653e !important; font-family: "BebasNeueBold", Sans-serif; font-size: 55px; line-height: 1.2; margin: 0;}
.error404 .page-content{margin: 0 auto !important; padding-bottom: 80px; max-width: 600px; text-align: center; padding-left: 15px; padding-right: 15px;}
.error404 .page-content .search-form{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.error404 .page-content .search-form .search-submit{font-size: 16px; width: 20%; border-radius: 0;}
.error404 .page-content .search-form label{max-width: 80%; margin: 0; width: 100%; padding-right: 15px;}
.error404 .page-content .search-form label .search-field{padding: 12px 0 12px 15px; border-radius: 0; width: 100%; font-size: 16px; font-weight: 400;}
.error404 .widget_categories,
.error404 .widget_archive{display: none;}
.error404 .page-content .search-form label .search-field:focus-visible{outline: none;}

@media (max-width: 991px){
	.error404 .logo .elementor-widget-wrap{padding-bottom: 10px !important;}
	.error404 .site-main{padding-top: 0px;}
	.error404 header.page-header h1{font-size: 40px;}
	.error404 .page-content .search-form .search-submit{width: 30%;}
	.error404 .page-content .search-form label{width: 70%;}
	.home-banner2 .swiper-slide{height: calc(100vh - 134px) !important;}
	.home-banner2 .swiper-slide-inner .elementor-slide-description{margin-bottom: 0 !important;}
	body{padding-top: 134px !important;}
}

@media (max-width: 991px){
	.home-banner2 .swiper-slide{height: calc(70vh - 134px) !important;}
}
