/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.97.0
 */


/**
|---------------------
| =Global Styles
|---------------------
*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body {
	font-family: "Oswald", sans-serif;
    color: #111111;
	font-size: 16px;
}

body.wp-admin{
    background: #f0f0f1;
    color: #3c434a;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}

body.wp-admin p{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	font-size: inherit !important;
}

body.wp-admin button{
	font-size: inherit !important;
}

h1{
	 cursor: default;
}

h2,
h3,
h4,
h5,
h6 {
    cursor: default;
	font-weight: 500;
}

p {
    cursor: default;
    /* margin: 0; */
	letter-spacing: 1px;
	font-family: sans-serif;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 60px;
	font-weight: 700;
 }

h2, h3,h4{
	/*font-family: 'Oswald', sans-serif;*/
} 
 
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

ul{
	list-style-type: none;
}

button{
	/*font-family: 'Oswald', sans-serif;*/
	/*transition: 500ms linear;*/
	transition: all 0.4s ease;
}

/*button:hover{
	transition: all 0.4s ease;
}*/

/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    background-color: #fff;
    /* position: relative; */
    padding: 15px 15px;
    /* box-shadow: 1px 0 10px #3A3A3A; */
}

nav.navbar-default ul.nav a {
    color: #878787;
    text-transform: uppercase;
    font-size: 18px;
    transition: all .5s ease;
    text-shadow: none;
	/*font-family: 'Oswald', sans-serif;*/
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    background-color: transparent;
    /*color: #000;*/
	color:#D74315;
}
nav.navbar-default ul.nav a.dropdown-toggle:hover, nav.navbar-default ul.nav a.dropdown-toggle:focus {
	/* color: #878787; */
}
nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 15px 0;
    /* text-align: center; */
    /* min-width: 175px; */
	color: #fff;
    /* border-bottom: 1px solid #cccccc; */
}
nav.navbar-default ul.dropdown-menu a:hover, nav.navbar-default ul.dropdown-menu a:focus {
	/* color: #fff; */
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
}

.padding-10{
  padding-top: 10px;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 250px !important;
}
.footer-logo img {
	margin-bottom: 30px;
	max-width: 350px;
}


div#scroll-trigger{
	position:absolute;
	height:5px;
	width:100%;
	top:10%;
	left:50%;
	transform:translate(-50%,0);
}

header#navbar-wrapper.scrolled nav.navbar-default{
	/* padding: 5px 5px; */
}

header#navbar-wrapper.scrolled{
	position:fixed;
	width:100%;
}

header#navbar-wrapper.scrolled .logo_wrap img{
	max-width: 250px;	
}

header#navbar-wrapper.scrolled div#nav_button {
    position: absolute;
    right: 20px;
    font-size: 24px;
}


div#nav_button {
    position: absolute;
    right: 20px;
    font-size: 24px;
    color: #38B48F;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #878787;
	padding: 15px;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    /*margin-left: 7px;*/
	margin-right: 15px;
}

div.social-media * {
    color: #fff;
    font-size: 22px;
}

div.social-media *:hover {
    text-decoration: none;
}

/* Top Header */

div.top-header {
	background: #878787;
}
div.header-email, div.header-phone, div.top-header-contact {
	display: flex;
	align-items:  center;
}
div.top-header-contact {
	padding: 25px 0px;
}
div.top-header-contact i {
	color: #d74315;
	margin-right: 10px;
	font-size: 18px;
}
div.top-header-contact a {
	color: #fff;
}
div.top-header-contact p, div.contact-page-contact p {
	margin: 0px;
}
div.header-email {
	margin-right: 15px;
}
div.header-button {
	float: right;
	margin-left: auto;
}
div.header-button a {
	background: #d74315;
	padding: 15px 20px;
	border: 1px solid #d74315;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
div.header-button a:hover {
	background: transparent;
	border: 1px solid #fff;
}
div.banner-button {
	float: left;
}
div.banner-button a {
	margin-right: 15px;
}
div.banner-button a:hover {
	background: #2db38a;
	border: 1px solid #2db38a;
}
.banner-button-two {
	background: transparent !important;
	border: 1px solid #fff !important;
}
.banner-button-two:hover {
	background: #d74315 !important;
	border: 1px solid #d74315 !important;
}
div.button-space a {
	display: block;
	/* margin-top: 30px; */
}

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #000;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #38B48F;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #38B48F;
    font-size: 22px;
    margin-right: 10px;
}

.mobile-view {
	display:none;
}

@media (max-width: 991px) {
    nav.navbar-default {
        /* padding: 0px 15px; */
    }
    /*div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }*/
	.mobile-view {
		display: block;
	}
	.desktop-view{
		display:none;
	}	
}

@media (max-width: 1024px) {
		div.header_navigation {
			display: none;
		}
		div#nav_button {
			display: block;
		}	
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: #2db38a;
    color: #000;
    padding-top: 20px;
	/*font-family: 'Playfair Display', serif !important;*/
}
div.footer-contents {
	text-align: center;
	margin: 10% 0%;
	width: 100%;
}
div.footer-contents, div.footer-contents a, div.footer_privacy p a, .par-content, div.footer_powered p a {
	color: #fff;
}
div.quick-link-footer ul li {
	display: inline-block;
	padding: 15px;
}

div.footer_privacy {
    text-align: right;
}

div.footer_privacy p a, .process-box a {
    text-decoration: underline;
}

div.footer_privacy p a:hover{
	text-decoration: unset;	
}

div.footer_powered p a {
    /*color: #96CA1E;*/
}
footer#main-footer h5{
	font-size: 16px;
}

footer#main-footer ul{
	padding-left: 0;
}

div.copyright {
    border-top: 1px solid #FFF;
	padding: 20px 0px;
}

.quick-link-footer{
	padding:0px;
}

.footer-links .footer-nav{
	margin-top:0px;
}

.footer-links .nav>li>a{
	padding: 5px 0px;
}

.footer-links .nav>li>a:hover{
	background:transparent;
	text-decoration:underline;
}

.footer-contents .footer-contact-address, .footer-contents .footer-number, .footer-contents .footer-email{
    display: inline-flex;
	width:100%;
}

div.footer-contents p, div.footer-contents a {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: 300;
}

div.footer-contents a, div.sustainable-title h2, div.testimonial-name span, .uppercase, div.contactbanner-content h2, div.our-people-content-section h2, div.area-of-support-title h3, .shop-topcontent h2, div.testimonial-name p {
	/* color:#000; */
	text-transform: uppercase;
}
div.footer-contents a:focus, div.footer-contents a:active {
	 background: transparent;
}

div.footer-contents i{
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
	/* color:#2ba581;	 */
}

.footer-logo h2{
	margin-top:10px;
	/*font-family: 'Oswald', sans-serif;*/
}

.footer-contents h3{
	/*font-family: 'Oswald', sans-serif;*/	
}

.footer-contactbanner{
    height: 400px;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;	
}
.footer-contact-img img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.contactbanner-overlays {
	background-color: #878787;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    bottom: -50px;
}

div.contactbanner-overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

div.contactbanner-content{
    color: #fff;
    padding: 0px 50px;
	margin-top: 50px;
	width: 90%;
}

.contactbanner-content h2{
	/*font-family: 'Oswald', sans-serif !important;*/
	margin-bottom: 10px;
	font-size: 30px;
}

.contactbanner-content p{
  /*font-family: 'Playfair Display', serif !important;*/
  font-weight: normal !important;
}
.contact-btn {
	float: left !important;
}

.call-to-action-button{
  border-radius: 0px;
  background-color: #D74315!important;
  color: #fff;
  padding: 8px 30px;
  margin-top: 20px;
  display: inline-block;
  border:1px solid #D74315;
}

.call-to-action-button:hover,.call-to-action-button:focus{
	color:#D74315;
	background-color:#fff !important;
	text-decoration:none;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #303030;
    border: 1px solid #3A3A3A;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #3A3A3A;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

div.slider {
    margin-bottom: 30px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
}

div.slider-image img, div.video-banner-section video, div.slider-image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div.video-banner-section {
	position: relative;
}
div.video-banner-position {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
	/*background-color: rgba(0,0,0,.3);*/
	/*background-color: rgba(0,0,0,.5);*/
}

div.slider-content {
	position: absolute;
    color: #fff;
    text-align: left;
}
div.slider div.slider-content {
	width: 40%;
}

.slider-content h1{
	font-size: 45px;
}

.slider-heading{
margin-bottom: 5px;
}

.slider-sub-heading{
  /*font-family: 'Playfair Display', serif;*/
  margin-bottom: 30px;
}

.slider-button{
  background-color: #D74315!important;
  color: #fff;
  padding: 8px 45px;
  margin-right: 10px;
  border: 1px solid #D74315;
}

.slider-button_1{
  background-color: #D74315!important;
  color: #fff;
  padding: 8px 30px;
  border: 1px solid #D74315;
}

.slider-button:hover, .slider-button_1:hover, .newspaper-button:hover{
	background-color:#fff !important;
	color:#D74315;
}

/*slider dots*/
.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

.slider-heading h1{
	margin:0px;
	text-transform: uppercase;
}

div.page-banner-content, div.slider-content {
	transform: translate(0%, -50%);
	top: 50%;
}

div.about-section {
    margin-bottom: 30px;
}
div.inner-page-banner-content h1, .work-sub-heading, div.slider-sub-heading p {
	font-family: inter;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div.banner-heading h1 {
	font-size: 16px;
    color: #d74315;
    /*font-weight: 100;*/
	margin: 0px;
	text-transform: capitalize;
}
div.banner-sub-heading h2 {
	font-size: xxx-large;
    margin-top: 0;
    font-weight: 700;
	text-transform: uppercase;
}
div.about-section h2 {
	margin-top: 0;
}

div.services-header, div.key-areas-section {
    text-align: center;
}

div.services-item {
    margin-bottom: 30px;
}

div.services-item a, div.sustainable-title h2 {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
	margin-bottom: 80px;
}

div.page-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0,0,0,.3);*/
}

div.page-banner-content{
    position: absolute;
	top: 35%;
	color: #fff;
	text-transform: uppercase;
	padding:0px 10px;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;*/
}
div.page-banner-content h1{
	font-size:40px;
	margin:15px;
}	

div.about-content {
    margin: 30px 0px;
}

div.about-item {
    margin-bottom: 30px;
}
div.vision-and-value-section {
	background: #2db38a;
	color: #fff;
	padding: 50px 0px;
	margin-bottom: 50px;
}
div.vision-and-value-content span {
	/* margin: 0px 50px 30px 50px;
	font-size: xx-large;
	display: inline-block; */
}
div.vision-and-value-title h3 {
	font-size: xx-large;
    text-transform: uppercase;
}
.margin-left {
	margin-left: 40px;
}
.margin-right {
	margin-right: 40px;
}

/* Our People */

div.our-people-content-section h2 {
	font-weight: bold;
	margin-top: 15px;
}
div.area-of-support-section {
	background: #f7f7f7;
	margin: 50px 0px;
	padding: 50px 0px;
	text-align: center;
}
div.area-of-support-title h3 {
	font-size: xx-large;
	margin-top: 0px;
}
div.area-of-support-content span {
	padding: 15px 20px;
    display: inline-block;
    /* border: 1px solid; */
    margin: 10px;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	transition: all 0.4s ease;
}
div.area-of-support-content span:hover,  div.benefits-of-content:hover, .shop-box:hover {
	transform: scale(1.05);
}
div.team-members-title h2 {
	text-transform: uppercase;
    font-size: xx-large;
}
div.team-members-container img {
	height: 350px;
    width: 100%;
    object-fit: cover;
	transition: transform .5s ease;
}
div.team-members-img img:hover {
	transform: scale(1.1);
}
div.team-members-container {
	position: relative;
    margin-bottom: 30%;
	transition: transform .5s ease;
}
div.team-members-img {
	overflow: hidden;
	transition: transform .5s ease;

}
div.team-members-details {
	position: absolute;
    bottom: -25%;
    background: #fff;
    width: 70%;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	transition: .5s ease;
}
div.our-industries-details {
	bottom: -15%;
}
div.team-members-container:hover div.team-members-details {
	width: 100%;
}
div.team-members-details h4, div.team-members-pop-details h4 {
	margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #878787;
}
div.team-members-details span, div.testimonial-name p, div.contact-page-location i, div.team-members-pop-details span {
	color: #d74315;
}
div.team-members-details span, div.team-members-pop-details span, .work-title, div.benefits-of-content h4 {
	text-transform: capitalize;
}
div.about-member {
	max-height: 200px;
	margin: 15px 0px;
	overflow-y: scroll;
}
div.about-member ul li, div.singleprocess-section ul li, div.singleprocess-section ol li {
	font-family: sans-serif;
	list-style: disc;
}
div.overview-content-section ul {
	padding-left: 25px;
	width: 80%;
}
div.about-member ul {
	padding-right: 30px;
	margin: 0;
}
div.overview-content-section ul li, div.about-member ul li {
	font-family: sans-serif;
	list-style: square;
}
div.overview-content-section ul li::marker, div.about-member ul li::marker {
	color: #2db38a;
	font-size: 25px;
}
div.overview-content-section img {
	max-height: 1000px;
	object-fit: contain;
}
div.about-member::-webkit-scrollbar-track {
	background: #878787;
}
div.about-member::-webkit-scrollbar {
	width: 10px;
}
div.about-member::-webkit-scrollbar-thumb {
	background: #d74315;
}
div.about-member {
	padding-right: 15px;
}
div.green-bg-content {
	margin-top: 50px;
}
div.green-bg-content p, div.green-bg-flexible-content p {
	margin: 0px 15%;
}
div.green-bg-flexible-content {
	margin-top: 8%;
}
div.team-members-section div.modal {
	z-index: 99999;
}
div.product-popup {
	transform: translate(0%, -50%) !important;
    top: 50%;
    width: 75%;
}
div.pop-up-img img {
	width: 100%;
    /* max-height: 350px; */
    height: 350px;
    object-fit: contain;
}
div.product-popup button.close {
	font-size: 35px;
	opacity: 1;
	color: #fff;
	position: absolute;
	right: -40px;
    top: -10px;
    background: #d74315;
    border-radius: 100%;
	width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
}
div.product-popup button.close span {
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
div.team-members-section .modal-footer {
	border-top: 0 none;
}
div.team-members-section .modal-header {
	border-bottom: 0 none;
}
div.team-members-section .modal-header {
	padding: 15px 0px 0px 0px;
}

/* Single Service */

div.single-service-banner div.page-banner {
	margin-bottom: 0px;
}
div.single-service-banner {
	position: relative;
}
div.banner-overlay {
	position: relative;
    top: -50px;
    width: 100%;
}
div.banner-overlay img {
	height: 500px;
    width: 100%;
    object-fit: cover;
}
div.single-services-content-section, div.sustainable-content-section {
	background: #f7f7f7;
}
div.single-services-content {
	padding: 50px 0px;
	display: flex;
    align-items: start;
}
div.single-services-content h2 {
	margin-top: 10px;
}
div.benefits-of-content {
	padding: 30px 20px;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    min-height: 225px;
	margin-bottom: 30px;
	transition: all 0.4s ease;
}
div.benefits-of-content h4 {
	margin: 15px 0px;
}
div.flexible-branding img {
	padding: 0px 10px;
    height: 350px;
    width: 100%;
    object-fit: cover;
	object-position: 100% 10%;
}
div.flexible-branding-section, div.single-casestudy-container {
	 margin: 50px 0px;
}

/* Single Case Study */

div.single-casestudy-review {
	background: #2db38a;
}
div.single-casestudy-review div.testimonial-box {
	box-shadow: unset;
}
div.single-casestudy-review div.testimonial-content {
	color: #fff;
}

/* Contact Us */

div.contact-page {
    margin: 30px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button, div.vision-and-value-content-section {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}

div.services-page-section {
    margin: 30px 0px;
}

.mobile {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    div.slider-image {
        height: 300px;
    }
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner, div.page-banner img {
        height: 250px;
    }
}

@media only screen and (max-width: 768px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#D74315 !important;
	}
}


/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 1024px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
	div.mobile-header-button {
		display: none;
	}
}


/*@media only screen and (max-width: 768px) {*/

@media only screen and (max-width: 1024px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #000;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #000;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #000;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

}

/* Logos Slider */

#logos-slider{
  filter: grayscale();
}

.logos-container{
  /*margin-bottom: 100px;*/
  margin: 80px 0px;
}

/* Newspaper Columns */
.newspaper{
  /*column-count: 2;
  column-gap: 30px;
  max-width: 90%;*/
}

.newspaper-content{
  /*font-family: 'Playfair Display', serif;*/
}

.newspaper-heading{
  /*font-size: 2.5em;*/
  margin-bottom: 30px;
  margin-top:0px;
  text-transform:uppercase;
}

.newspaper-image{
  /*margin-top: 35px;*/
  text-align:center;
}

.newspaper-image img{
	max-height:500px;
	width:100%;
	object-fit: cover;
	transition: transform .5s ease;
}
div.img-hover img {
	height:	700px;
	width:	100%;
	/* object-fit: contain; */
	max-height: unset;
}
div.img-hover {
	transition: transform .5s ease;
    overflow: hidden;
}
div.img-hover img:hover {
	transform: scale(1.1);
}


.newspaper-button{
  background-color: #D74315!important;
  color: #fff;
  /*padding: 8px 45px;*/
  padding: 8px 30px;
  margin-top: 20px;
  border: 1px solid #D74315;
}

.newspaper-col{
  padding: 0;
}

.newspaper-image-col{
  padding: 0;
}

/* Process */

.process-container{
  /*margin-bottom: 60px;
  margin-top: 60px;*/
  background: #2db38a;
  padding: 50px 0px;
}

.process-col{
  padding: 0;
}

.process-box{
  /* border-width: 1px;
  border-style: solid;
  border-color: #cccccc; */
  padding-left: 30px;
  /* padding-top: 50px;
  padding-bottom: 30px;
  padding-bottom: 50px;
  height: 355px;
  height:340px; */
}
.process-left {
	padding-left: 0px;
}
.process-text{
  /*font-family: 'Playfair Display', serif;*/
}

.process-box .process-text{
	padding-right:15px;
}
div.process-text p {
	min-height: 120px;
}

.process-heading{
  font-size: 1.5em;
}

.process-icons img {
	/* margin-right: 15px; */
	height: 75px;
	width: 75px;
}

.our-process-heading{
  margin-bottom: 30px;
  color:#fff;
}
.process-box p, .process-box a {
	color:#fff;
}
.process-heading {
	color:#fff;
}

.read-more{
  margin-bottom: 50px;
}
.border-position {
	position: relative;
	margin-bottom: 30px;
}
.border-dotted {
	border: 1px dotted #fff;
    position: absolute;
    width: 60%;
    right: 0;
    top: 50%;
    border-color: #fff;
}
.process-box4 .border-dotted {
	display: none;
}

/****** animate ****/
.animate-opacity {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


.animate-opacity:nth-child(2) {
  transition-delay: 1s;
}
.animate-opacity:nth-child(3) {
  transition-delay: 2s;
}
.animate-opacity:nth-child(4) {
  transition-delay: 3s;
}

.animate-opacity.visible {
  opacity: 1;
}

/* Margins */

.margin-top-30{
  margin-top: 30px;
}

/* Work */
.items{
  margin:0px auto;
}
.work-div.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 0px solid #fff;
}
  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-shadow: 3px 3px 9px #888888;
  }

  .slick-prev {
    left: -80px;
  }

  .slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .slick-next {
    right: -80px;
  }

  .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

.shadow{
  box-shadow: 3px 3px 9px #888888;
}

.no-border-right {
  border-right: none;
}

.work-sub-heading{
  /*font-family: 'Playfair Display', serif;*/
}

.work-heading{
	margin-bottom: 5px;
}

.work-container, div.testimonial-section{
  margin: 60px 0px;
}

.slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px;
}

.col-padding{
  padding: 0;
}


.pull-left{

}

.pull-right{
  
}

.logosslider{
	/*width: 90%;
    margin: auto;*/
	margin: 0px 50px;
}

.logosslider .slick-slide img{
	width: auto !important;
	object-fit: contain;
	margin: auto;
	max-height: 70px;
}

.testimonial-section{
	margin-top:60px;
	/*margin-bottom:60px;*/
	margin-bottom: 100px;
	/*font-family: 'Playfair Display', serif;*/
}

.testimonial-slide{
	/* width:50%; */
	margin:auto;
}

.testimonial-name {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}
div.singlecasestudy-review-content .testimonial-name {
	font-weight: unset;
}
.testimonial-quotesimg img{
	width:50px !important;
    padding-top: 20px;
    padding-bottom: 20px;	
}
div.testimonial-quotesimg i {
	font-size: 40px;
    color: #d74315;
	margin-bottom: 20px;
}
div.testimonial-shadow {
    padding: 30px 0px;
}
div.testimonial-box {
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 30px;
	margin: 0px 15px;
}

.testimonial-content{
	/*padding-left:50px;*/
		margin: auto;
		display: table;
		/*padding-left:0px;*/
}


div.testimonial-slide .slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}

div.testimonial-slide .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    background: #cbcbcb;
    border-radius: 0px;
    margin: 0 10px;
	padding:3px;
}


div.testimonial-slide li.slick-active button {
	background: #d74315;
}

.shadow{
 /*transition: 500ms linear; */
 transition: all 0.4s ease;
}

.shadow:hover{
	transform: scale(1.05);
}

.home-ourprocess-readmore a{
	margin-top:30px;
    display: inline-block;
    color: #fff;
	text-decoration:underline;
}

.home-ourprocess-readmore a:hover{
	color:#D74315;
}

.row-verticalalign{
	display: flex;
    align-items: center;
} 
div.home-about-section{
	background: #f9f9f9;
	padding: 80px 0px;
}

/********* color options *****/

.titles{
	color: #111111;
    word-break: keep-all;
    width: 80%;
    font-size: xx-large;
    font-weight: 600;
}
div.overview-content-section .titles {
	width: 85%;
}

.par-content{
	/*color:#6d6a6a;*/
	color:#3A3A3A;
}

/********* animation *********/

.leftside, .rightside, .bottomtop{
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}

.animate__fadeInLeft, .animate__fadeInRight,.animate__fadeInUp{
	 opacity: 1 !important;
}

.process-box1{
    opacity: 0;
    -moz-animation: fadeInRight 2s ease-in; /* Firefox */
    -webkit-animation: fadeInRight 2s ease-in; /* Safari and Chrome */
    -o-animation: fadeInRight 3s ease-in; /* Opera */
    animation: fadeInRight 3s ease-in;
}

.process-box2{
    opacity: 0;
    -moz-animation: fadeInRight 4s ease-in; /* Firefox */
    -webkit-animation: fadeInRight 4s ease-in; /* Safari and Chrome */
    -o-animation: fadeInRight 4s ease-in; /* Opera */
    animation: fadeInRight 4s ease-in;
}

.process-box3{
    opacity: 0;
    -moz-animation: fadeInRight 5s ease-in; /* Firefox */
    -webkit-animation: fadeInRight 5s ease-in; /* Safari and Chrome */
    -o-animation: fadeInRight 5s ease-in; /* Opera */
    animation: fadeInRight 5s ease-in;
}

.process-box4{
    opacity: 0;
    -moz-animation: fadeInRight 6s ease-in; /* Firefox */
    -webkit-animation: fadeInRight 6s ease-in; /* Safari and Chrome */
    -o-animation: fadeInRight 6s ease-in; /* Opera */
    animation: fadeInRight 6s ease-in;
}


/***** Sectors ******/
.sector-list-seciton{
    margin-top: 30px;
    margin-bottom: 30px;	
}

.member-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.member-item-div {
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px 60px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
}


.member-item-div{
     /*transition: 500ms linear; */
	 transition: all 0.4s ease;
	 min-height:180px;
	  display: flex;
  	justify-content: center;	
}

.member-item-div-safari{
	height:180px;
}

.member-item-div img{
	 object-fit: contain;
}

.member-item a:hover>.member-item-div{
	transform: scale(1.05);
}


/******* about *****/
.about-content-section, .about-content-innersection{
	margin-top:60px;
	margin-bottom:60px;
}


/******* our proces *****/

.ourprocess-list-seciton{
	margin-top:30px;
	margin-bottom:30px;
}

video {
  width: 100%;
}

.ourprocess-list-seciton .video-banner{
	padding:5%;
}

.video-banner {
  position: relative;
}

.video-banner .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  color:#ffffff;
  text-transform:uppercase;
  text-align: center;
  background-color: rgba(0,0,0,.3);
  padding:30px 30px 80px 30px;
  padding:30px;
}

.video-banner .video-overlay h2{
	font-weight: 500;
}

.video-banner:hover >.video-overlay{
	opacity:1;
}

.video-banner .video-button{
	background: #D74315;
    color: #ffffff;
    padding: 10px 30px;
	border: 1px solid #D74315;
}

.video-banner .video-button:hover{
	color: #D74315;
	background: #ffffff;
	text-decoration:none;
}

/******** single process ********/

.single-processbannertext{
	text-transform: capitalize;
}

.single-processbannertext h1 {
    margin: 0px;
    text-transform: uppercase;
}

.singleprocess-section{
	margin-top:30px;
	margin-bottom:30px;
}

.singleprocess-content p{
	margin-bottom: 15px;
}

.singleprocess-content iframe,.singleprocess-content img{
	padding-top:15px;
	padding-bottom:15px;
}

.singleprocess-content h2{
	color: #111111;
	/*font-weight: 500;*/
    text-transform: uppercase;	
}


/*************** sustainablity ************/

.sustainablity-list {
	margin: 60px 0px;
}
.sustainablity-list img{
	height:400px;
	width:100%;
	object-fit:cover;
}
.sustainablity-listcontent h2{
	text-transform:uppercase;
	color:#111111;
}
.sustainablity-topcontent-margin{
	margin-bottom: 30px;
}

.sustainablity-bottom i{
	color:#2ba581;
	font-size: x-large;
    margin-right: 10px;	
}

.sustainablity-bottom a{
	color:#111111;
	text-decoration:underline;
}

.sustainablity-bottom a:hover{
	text-decoration:none;
}
.justify, div.single-services-content-section p, div.overview-content-section ul li, div.our-people-content-section p {
	text-align: justify;
}
div.sustainable-image img, div.single-casestudy-image img {
	height: 600px;
	width: 100%;
	object-fit: cover;
}
div.sustainable-image img {
	object-fit: contain;
}
div.single-casestudy-slider div.single-casestudy-image img {
	padding: 0px 10px;
}
div.count {
	background: #2db38a;
    color: #fff;
    width: max-content;
    padding: 15px 20px;
    border-radius: 50%;
}

/****** shop ******/

.shop-topcontent h2{
	color:#111111;
}

.shop-topcontent p{
	padding-bottom:15px;
}

.shop-topcontent a{
	color:#6d6a6a;
	text-decoration:underline;
}

.shop-topcontent a:hover{
	color:#D74315;
	text-decoration:none;
}

.shopbox-img img{
	height: 250px;
    width: 100%;
    object-fit: contain;
}

.shop-box h4{
	font-weight:500;
	margin:0px;
	cursor: pointer;
	font-size: initial;
	text-transform: uppercase;
}

.shop-pricelist{
	font-size: large;
}

.shop-box{
	border:1px solid transparent;
	padding:15px;
	min-height:355px;
	margin-bottom:30px;
	position: relative;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	transition: all 0.4s ease;
}

.shop-box:hover{
	/* border-color:#cccccc; */
	
}

.shop-listbox-popup{
	background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 40px 10px;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	display:none;
}

.shop-listbox-popup{
	border:1px solid transparent;
}

.shop-list-title{
	text-transform:uppercase;
	color:#D74315;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 500;
}

.shop-listbox-popup a{
	padding-top:15px;
	padding-bottom:15px;
	color:#6d6a6a;
	text-decoration:underline;	
}

.popupclose{
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: larger;
    background: #D74315;
    color: #ffffff;
    padding: 0px 8px;
    border-radius: 100%;
}


.popup-active .shop-listbox-popup{
	display:block !important;
}

.popup-active{
	border:1px solid #cccccc;
}

.product-list-section{
	margin-bottom:30px;
}


/******** single-casestudy ******/
.singleprocess-section a{
	color:#000;
	text-decoration:underline;
}

.singleprocess-section a:hover{
	text-decoration:none;
	color:#D74315;
}

.singlecasestudy-img-list img{
	height: 300px;
    width: 100%;
    object-fit: cover;
}
div.singlecasestudy-review-content {
	padding: 50px 0px;
    display: flex;
    align-items: center;
}
div.single-casestudy-slider .slick-dots {
	bottom: 0px;
}


/******* contact us page *******/

.contact-page-section{
	margin-top:30px;
	margin-bottom:30px;
}

.address-box-section{
	padding-left:15%;
	padding-right:15%;
}

.company-place {
	background: #eaeaea;
    text-align: center;
   /* font-size: x-large;
    font-weight: bold; */
    color: #d74315;
    padding-top: 150px;
    padding-bottom: 150px;
	margin-top:30px
}
.company-place p {
	font-size: 20px;
	margin: 15px 0px;
	font-weight: 600;
}
div.contact-page-location {
	display: flex;
	align-items: baseline;
	margin: 20px 0px;
}
div.contact-page-location i {
	margin-right: 10px;
}

.contact-page-address{
	margin-top:30px;
	margin-bottom:30px;
}

.contact-page-map i{
	color:#2ba581;
	margin-right:5px;
}

.contact-page-map a{
	color:#6d6a6a;
}

.contact-page-contact{
	margin-top:30px;
	margin-bottom:30px;
}

.contact-page-contact a>p, div.contact-page-location a {
	color:#000;
}
div.contactus-form div.af-input input, div.contactus-form div.af-input textarea {
	padding: 15px !important;
}
div.contactus-form div.af-input input::placeholder, div.contactus-form div.af-input textarea::placeholder {
	font-family: sans-serif;
}
div.contactus-form ul.acf-checkbox-list li label {
	display: flex;
	align-items: baseline;
}
div.contactus-form ul.acf-checkbox-list li label input {
	margin-right: 10px;
}
div.contact-socialmedia i {
	color: #000;
}
div.map {
	margin-top: 50px;
	display: flex;
}

.work-div a:focus,.work-div a:hover, .work-div a:hover > h4, .work-div a:hover > p{
	outline:none;
	text-decoration:none;
	color:#D74315;
	/*transition: 500ms linear;*/
	transition: all 0.4s ease;
}
.work-div {
	position: relative;
    margin-bottom: 30px;
}
.work-div img{
	height: 550px;
	width: 100%;
	object-fit: cover;
	object-position: 100% 10%;
	/* transition: transform .5s ease; */
}
.work-title {
	position: absolute;
    bottom: 0;
	padding: 30px 50px;
}
.work-overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    overflow: hidden;
    width: 100%;
    height: 0px;
    transition: .5s ease;
}
div.work-img-hover {
	transition: transform 5s ease;
    overflow: hidden;
}
div.work-img-hover img {
	transition: transform 5s ease;
}
div.work-img-hover img:hover {
	transform: scale(1.1);
}
.work-div:hover .work-overlay {
	height: 100%;
}
.work-heading {
	color: #fff;
}
.work-sub-heading {
	color: #2db38a;
	margin: 0px;
}
div.case-study-button {
	float: unset;
	text-align: center;
}
div.case-study-button a {
	display: inline-block;
}
.login-item{
	margin: auto;
    width: fit-content;
    padding: 60px 60px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
	/*transition: 500ms linear; */
	transition: all 0.4s ease;
}
div.login-item img {
	width: 300px;
}

.login-link-title{
	color:#D74315;
	text-decoration:none;
	text-align:center;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 500;
}

.member-item a:hover{
	text-decoration:none;
}

.member-item a:hover>.login-item{
	transform: scale(1.05);
}

.contactus-form h2{
	padding-left:15px;
	padding-right:15px;
	color:#111111;
}

.call-to-action-button, .video-banner .video-button{
	/*font-family: 'Oswald', sans-serif;*/
}

.testimonial-slider-title h2 {
	margin-bottom: 0;
    color: #fff;
	text-align: center;
}

@media only screen and (max-width: 1024px){ 
	.logos-container {
		margin: 50px 0px 0px 0px;
	}
	.titles {
		width: 100%;
	}
	div.slider div.slider-content {
		width: 80%;
	}
}

@media only screen and (max-width: 768px){
	.border-dotted {
		display: none;
	}
	div.contact-btn a, div.page-banner {
		margin-bottom: 30px;
	}
	div.footer_privacy {
		text-align: center;
	}
	div.slider div.banner-button, div.count, .sustainablity-list img, div.product-list-section, div.footer_privacy {
		margin-top: 30px;
	}
	.margin-left, .margin-right, div.green-bg-content p, div.green-bg-flexible-content p {
		margin: 0px;
	}
	div.single-services-content, div.singlecasestudy-review-content {
		flex-direction: column;
	}
	div.banner-overlay img {
		height: 300px;
	}
	div.banner-overlay {
		top: -30px;
	}
	.company-place{
		padding-top:50px;
		padding-bottom:50px;
	}
	div.contactus-form div.af-field {
		padding: 5px 0px;
	}
	.contactus-form h2 {
		padding: 0px;
	}
	div.overview-content-section .titles, div.contactbanner-content {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-slide{
		width:unset;
	}
	div.testimonial-slide .slick-next {
		right: -10px;
	}
	div.testimonial-slide .slick-prev {
		left: -10px;
	}
	div.testimonial-slide .testimonial-box{
		width:90%;
	} 
	h1 {
		font-size: x-large;
	}
	h2,.newspaper-heading{
		font-size: large;
	}
	.slider-sub-heading{
		margin-bottom:5px;
	}
	div.items{
		/*width:90%;*/
	}
	div.items .slick-next{
		right: -10px;
		background:#ffffff;
	}
	div.items .slick-prev {
		left: -10px;
		background:#ffffff;
	}
	.newspaper-col{
		padding:0px 15px;
	}
	div.slider-content{
		/* top: 20%; */
	}
	.newspaper{
		column-count: 1;
		column-gap: 0px;
		max-width: 100%;		
	}
	.process-container{
		margin-top: 30px;
	}
	.process-box{
		padding: 30px 10px;
	}
	.no-border-right{
		/* border-right: 2px solid #cccccc; */
		border-bottom: none;
	}
	.col-padding{
		/*padding: 0px 15px;*/
	}
	div.page-banner-content{
		/*top: 20%;*/
	}
	div.page-banner-content h1{
		font-size: 30px;
	}
	.address-box-section{
		padding:0px;
	}
	.video-banner .video-overlay{
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		color: initial;
		background:transparent;		
	}
	.newspaper-image{
		margin-bottom:30px;
		margin-top:30px;
	}
	.sustainablity-list img {
		height: auto;
		width: 100%;
		object-fit: contain;
	}
	.video-banner:hover >.video-overlay {
		opacity: 1;
	}
	.testimonial-content{
		/* padding-left:50px; */
	}
	
	.process-box{
		height:auto;
	}
	.about-content-section, .about-content-innersection{
		margin-top:30px;
		margin-bottom:0px;
	}
	div.top-header {
		display: none;
	}
	.newspaper-image img {
		max-height: 300px;
	}
	.work-div img {
		height: 350px;
	}
	.footer-logo img {
		max-width: 250px;
	}
	.contactbanner-overlays {
		bottom: 0px;
	}
	div.home-about-section {
		padding-bottom: 0px;
	}
	div.banner-sub-heading h2 {
		font-size: xx-large;
	}
	div.vision-and-value-content span {
		/* margin: 10px;
		font-size: x-large; */
	}
	.work-container, div.testimonial-section {
		/* margin: 10px 0px; */
	}
	div.area-of-support-section {
		margin-bottom: 0px;
	}
	div.team-members-title h2, div.area-of-support-title h3 {
		font-size: x-large;
	}
	div.pop-up-img img, div.banner-overlay img {
		height: 200px;
	}
	div.product-popup {
		width: 90%;
	}
	div.banner-overlay {
		top: -10px;
	}
	div.contactbanner-content {
		padding: 0px;
	}
	div.single-services-content {
		padding: 30px 0px;
	}
	div.flexible-branding-section, div.single-casestudy-container {
		margin-top: 0px;
	}
	div.sustainable-image img, div.single-casestudy-image img {
		height: 300px;
	}
	div.esg-section {
		margin-bottom: 50px;
	}
	div.product-popup button.close {
		width: 30px;
		height: 30px;
		right: -30px;
	}
	div.process-text p {
		min-height: auto;
	}
	div.mobile-header-button div.header-button {
		float: unset;
		margin-left: unset;
	}
	div.mobile-header-button {
		display: inline-block;
		margin: 50px 0px;
		width: 100%;
		text-align: center;
	}
	.logosslider {
		margin: unset;
	}
	div.img-hover img, .singlecasestudy-img-list img {
		height: auto;
	}
	div.overview-content-section ul {
		width: 100%;
	}
	div.team-members-details {
		bottom: -15%;
	}
	div.mobile-header-button div.header-button a:hover, div.mobile-header-button div.header-button a:active {
		background: transparent;
		color: #d74315;
		border: 1px solid #d74315;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px){
	.process-box{
		/* height:360px; */
	}	
}

@media only screen and (max-width: 991px) {
	.shop-box{
		border:1px solid #cccccc;
	}	
}

@media only screen and (max-width: 1023px) {
	.row-verticalalign {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.sustainablity-list{
		/*padding-right: 5%;
		padding-left: 5%;
		margin-top:180px;
		margin-bottom:180px; */
	}
	.sustainablity-list .padding-remove{
		padding:0px;
	}
	.sustainablity-listcontent{
		padding-right: 15%;
		padding-left: 15%;		
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px){
	.newspaper-image img{
		margin-top:15px;
		margin-bottom:15px;
	}
}	

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.no-border-right {
		/* border-right: 2px solid #cccccc; */
	}
	div.items .slick-next{
		right: -10px;
		background:#ffffff;
	}
	div.items .slick-prev {
		left: -10px;
		background:#ffffff;
	}
	div.slider-image,div.page-banner img{
		height:300px;
	}
	h1 {
		font-size: x-large;
	}
	h2,.newspaper-heading{
		font-size: large;
	}
	div.slider-content{
		/* top: 20%; */
	}	
	.video-banner .video-button{
		padding: 10px 0px;
	}

	div#mobile_navigation {
		width: 60%;
	}
	
	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 768px){
	.member-item-div{
		min-height: 300px;
		padding: 20px;
	}
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px){
	.member-item-div{
		min-height: 160px;
		padding: 20px;
	}
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1300px){
	div.items .slick-next{
		right: -10px;
		background:#ffffff;
	}
	div.items .slick-prev {
		left: -10px;
		background:#ffffff;
	}
	.process-box{
		padding-right:10px;
	}
	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1400px){
	div.slider-content{
		/* top: 20%; */
	}
	div.slider-image img, div.page-banner img{
		/* object-fit: contain; */
	}
	div.page-banner-content, div.slider-content{
	/*	top:unset;
		bottom:20px;
		left:5%; */
	}
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1599px){
	div.slider-image img, div.slider-image video {
		height: 500px;
	}
}

@media only screen and (max-width: 1366px) {
	.slider-heading-safari h1{
		font-size: xx-large !important;
	}
}	

@media only screen and (max-width: 1024px) {
	.slider-heading-safari h1{
		font-size: x-large !important;
	}
	div.items-safari .slick-next {
		right: -10px;
   	 	background: #fff;		
	}
	div.items-safari .slick-next {
		right: -10px !important;		
	}
	div.items-safari .slick-prev{
		left: -10px!important;
	}	
	#mobile_navigation .dropdown-menu {
		position: inherit !important;
	}	
}



@media only screen and (min-width: 1600px) {
	body {
		font-size:16px;
	}
	.container{
		width:1400px;
	}
	div.slider-image img, div.slider-image video {
		height: 650px;
	}

	.video-banner .video-overlay h2, .top-sustainable-content h2{
		font-size: 36px;
	}
	#menu-primary li>a {
		font-size: 18px;
	}
	.shopbox-img img{
		height: 300px;
	}	
	
	.company-place {
		font-size: 60px;
	}	
	
	h2{
		font-size: 36px;
	}
	h4{
		font-size: 24px;
	}
	
	button{
		font-size:16px;
	}
	
	.testimonial-quotesimg img{
		width: 75px !important;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.footer-logo h2{
		font-size:28px;
	}
	
	div.slider-content{
		/* top: 27.5%; */
	}
	
	div.page-banner-content, div.slider-content{
		/*top:unset;
		bottom:20px;
		left:5%;*/
	}
	.shop-box{
		min-height: 415px;
	}
	div.sustainable-image img {
		height: 800px;
	}
	
}


/********** ACF *******/

.contactus-form .af-label{
	display:none;
}


.acf-field-63c7c9c6af1f5{
	display:none !important;
}

.contactus-form-innerdiv .acf-fields > .acf-field{
	padding: 5px 16px !important;
	min-height:unset;
}


.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select{
	box-sizing: inherit !important;
    line-height: unset !important;
	padding:8px !important;
}

.af-submit-button{
	background: #d74315;
    padding: 15px 20px;
    border: 1px solid #d74315;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.af-submit-button:hover{
	background: #2db38a;
    border: 1px solid #2db38a;
}

.missing-content-message{
	text-align:center;
	margin-bottom:30px;
}

.af-success p{
	padding-left:10px;
}

.acf-fields > .acf-field{
	border:none !important;
	padding-top:10px !important;;
	padding-bottom:10px !important;;
	min-height:none !important;
}

@media only screen and (max-width: 768px) {
	.acf-fields > .acf-field{
		width:100% !important;
	}
}	

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .shop-listbox-popup a{
		  overflow-wrap: break-word;  
	  }
}

.work-heading:hover, .work-sub-heading:hover{
	cursor:pointer;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.padding-unset {
	padding: 0px;
}


.single-processbannertext h1{
	margin:0px !important;
}

.single-processbannertext{
	margin:15px;
}

.without-banner{
	height:180px;
}

.without-banner .page-banner-content{
	left: unset !important;
}

.about-content-section, .about-content-innersection{
	/*margin-top: 25px !important;*/
	margin-top: 0px !important;
}

.singleprocess-section{
	margin-top: 0px !important;
}

/* Pre live test changes (25/09/23)*/
@media only screen and (max-width: 768px) {
		.slider-content h1 {
			font-size: 30px;
		}
}
/*@media only screen and (max-width: 320px) {
	.slider-button {
		padding: 8px 30px;
	}
	.slider-button_1 {
		padding: 8px 25px;
	}
}*/

@media only screen and (max-width: 320px) {
		.slider-content h1 {
			font-size: x-large !important;
		}
}


/* Post live test changes (27/09/23)*/
body.page-template-sustainable div.sustainablity-topcontent-margin h2.newspaper-heading {
	margin-top: 30px;
}


.work-div img{
	/* object-fit:contain; */
}


.member-item-title{
	text-align: center;
    width: 70%;
    margin: auto;
    background: #868686;
    color: #ffff;
    display: block;
    padding: 15px 0px;
    font-size: larger;
	transition: all 0.4s ease;
}

.member-item a:hover>.member-item-title{
	transform: scale(1.05);
}

/* 02april2024 */

div.singleprocess-content img.alignnone {
	display: block;
	margin: auto;
}

@media only screen and (max-width: 1366px) {
	.shop-box h4 {
		font-size: 14px;
	}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	 .member-item-title {
		  font-size: 14px;
	  }
	  .shop-box h4 {
		  font-size: 11px;
	  }
}
 @media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5)  {
		div.benefits-of-content {
			min-height: 250px;
		}
	  	div.team-members-details {
			bottom: -15%;
	  	}
 }

@media only screen and (max-width: 540px) {
	.slider-button {
		padding: 8px 30px;
	}
}

@media only screen and (max-width: 320px) {
	.slider-button {
		padding: 8px 20px;
	}
	.slider-button_1 {
		padding: 8px 20px;
	}
	div.header-button a {
		padding: 15px;
	}
	div.banner-sub-heading h2 {
		font-size: x-large;
	}
}

div.footer_powered p a {
    text-decoration: underline;
}



/************** supplier (category page) ********************/

:root {
    --ue-green: #00a79d;
    --ue-orange: #f05a28;
    --ue-border: #d9dee5;
    --ue-bg: #ffffff;
    --ue-muted: #4b5563;
    --ue-title: #1f2933;
}

.supplier-title{
	display: flex; 
	align-items: center;
}	

.supplier-title img{
	max-height: 70px;
	margin-left: 30px;
}	

.supplier-title h1{
	font-size: xxx-large;
}

/* OUTER BOX */
/*.executive-accordion {
    border: 1px solid var(--ue-border);
    border-radius: 6px;
    background: linear-gradient(#ffffff, #fcfcfd);
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}*/

/* ROWS */
.executive-accordion .panel {
    border: none;
    margin: 0;
	
	border: 1px solid var(--ue-border);
	margin-bottom: 15px;
}

/* DIVIDERS */
.executive-accordion .panel + .panel {
    border-top: 1px solid var(--ue-border);
}

/* HEADING */
.executive-accordion .panel-heading {
    background: #f8fafb;
    padding: 18px 20px;
    transition: background 0.25s ease;
}

.executive-accordion .panel-heading:hover {
    background: #e7eaeb;
}

/* TITLE */
.executive-accordion .panel-title a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 500;
    color: var(--ue-title);
    text-decoration: none;
}

/* ICON */
.executive-accordion .symbol {
    width: 22px;
    height: 22px;
    border: 2px solid var(--ue-green);
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ue-green);
    flex-shrink: 0;
    transition: all 0.25s ease;
}

/* PLUS / MINUS */
.executive-accordion .panel-title a .symbol::before {
    content: "−";
}

.executive-accordion .panel-title a.collapsed .symbol::before {
    content: "+";
}

/* ACTIVE STATE */
.executive-accordion .panel.active .panel-title a {
    color: var(--ue-green);
}

.executive-accordion .panel.active .symbol {
    border-color: var(--ue-orange);
    color: var(--ue-orange);
}

/* BODY */
.executive-accordion .panel-body {
    /*padding: 0 20px 22px 56px;*/
    font-size: 15px;
    line-height: 1.7;
    color: var(--ue-muted);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.executive-accordion .panel-collapse.in .panel-body {
    opacity: 1;
}

/* MOBILE */
@media (max-width: 767px) {
    .executive-accordion .panel-title a {
        font-size: 16px;
    }
    .executive-accordion .panel-body {
        font-size: 14.5px;
    }
	
	.supplier-title{
		display: block; 
		align-items: unset;
	}

	.supplier-title h1{
		font-size: x-large;
	}	

	.supplier-title img{
		max-height: 35px;
		margin-left: 0px;
		margin-bottom:30px;
	}	
	
	
	
}


.margin15{
	margin:15px;
}


/************ product design ***********/

.margintop15{
	margin-top:15px;
}

.product_title_top{
	text-align:center;
}

.product_title_top h1{
	font-size: xxx-large;
	font-weight: 500;
}

.woocommerce div.product .product_title{
	font-size: xx-large;
	margin-bottom:0px;
	font-weight: 500;
}

.entry-summary .price{
	display:none;
}

@media (max-width: 767px) {
	.woocommerce div.product .product_title{
		font-size: large;
	}
	
	.product_title_top h1{
		font-size: x-large;
	}
}




/*************** product page ***********/

/* PANEL */
.products-accordion .panel {
    border: 1px solid var(--ue-border);
    margin-bottom: 15px;
    border-radius: 6px;
    background: var(--ue-bg);
}

/* HEADING */
.products-accordion .panel-heading {
    background: #f8fafb;
    padding: 18px 20px;
}

.products-accordion .panel-heading:hover {
    background: #e7eaeb;
}

/* TITLE */
.products-accordion .panel-title a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 500;
    color: var(--ue-green);
    text-decoration: none;
}

/* ICON */
.products-accordion .icon {
    width: 22px;
    height: 22px;
    border: 2px solid var(--ue-orange);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

/* PLUS LINES */
.products-accordion .icon::before,
.products-accordion .icon::after {
    content: '';
    position: absolute;
    background: var(--ue-orange);
}

/* Horizontal */
.products-accordion .icon::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Vertical */
.products-accordion .icon::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* OPEN STATE → MINUS */
.products-accordion .panel-title a:not(.collapsed) .icon::after {
    display: none;
}

/* ACTIVE COLORS */
.products-accordion .panel-title a:not(.collapsed) {
    color: var(--ue-green);
}

.products-accordion .panel-title a:not(.collapsed) .icon {
    border-color: var(--ue-orange);
}

/* BODY */
.products-accordion .panel-body {
    /*padding: 20px 20px 22px 56px;*/
    font-size: 15px;
    line-height: 1.7;
    color: var(--ue-muted);
}

.material-row strong{
	font-weight:500;
}

.design-table th{
	font-weight: 500;
}

@media (max-width: 767px) {
	.design-table th,
	.design-table td {
		display: block;
		width: 100%;
	}

	.design-table tr {
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		display: block;
	}
}

.product-qr-codefront{
	border:1px solid #ddd; 
	padding:15px; 
	text-align:center;
}

.product-qr-codefront img{
	max-width:150px !important;
}


.popup-mode header, .popup-mode footer, .popup-mode .side_phone, .popup-mode .side_email, .popup-mode .cc-type-info, .popup-mode .cc-theme-edgeles{
	display:none !important;
}

.design-table, .panel-body{
	font-family: sans-serif;
}

.design-table p{
	margin:0px;
}





/*********** New changes 03 March 2026 *********/

	.margin-bottom30{
		margin-bottom:30px;
	}

	.industries-list ul{
		list-style-type: circle !important;
	}

	.row-verticalalign {
		display: flex;
		align-items: center;
	}
	
	.grey-bg-section { background: #f7f7f7; }
	
	.img-caption {
		background: #878787;
		color: #fff;
		font-size: 13px;
		padding: 10px 14px;
		letter-spacing: 0.5px;
	}	

    .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .stat-box { background: #f7f7f7; border-left: 4px solid #d74315; padding: 24px 20px; box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px; }
    .stat-box .number {  font-size: 40px; font-weight: 700; color: #d74315; line-height: 1; }
    .stat-box .label { font-size: 13px; color: #878787; margin-top: 5px; letter-spacing: 0.5px; }
	
	.footer-contact-banner{
		background-color: #878787;
		padding: 80px 0;
		text-align: center;
	}
	
	div.contactbanner-content {
		color: #fff;
		padding: 0 50px;
	}
	
	.bannerindystry-buttonfooter{
		float:none !important;
	}
	
	.contactbanner-contentindystry{
		color: #fff;
	}
	
	.cta-text-link strong a{
		/*text-transform: uppercase;
		letter-spacing: 1px;*/
		color: #d74315;
		border-bottom: 1px solid #d74315;
		padding-bottom: 1px;
		transition: all 0.3s;
		text-decoration:none !important;
		font-weight: 100;
	}
	
	.cta-text-link strong a:hover {
		color: #111;
		border-color: #111;
		
	}	
	

	.page-template-industries-single .single-casestudy-image{
		margin: 60px 0px;
	}	
	
	
	@media (max-width: 960px) {
		 .stat-grid { grid-template-columns: 1fr 1fr; }
	}
	
	@media (max-width: 767px) {
		.row-verticalalign {
			display: block;
		}	
		.bannerindystry-button a{
			padding: 5px !important;
		}		
		
	}
	
	@media (max-width: 600px) {
		.stat-grid { grid-template-columns: 1fr; }
	}
	
	
	
.user-mode-disable{
	display:none;
}


.popup-mode .user-mode-disable{
	display:block !important;
}