/*!
Theme Name: Principal Doorsets
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: principal-doorsets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
@font-face{
font-family: 'MavenPro-Regular';
src: url(assets/fonts/MavenPro-Regular.ttf);
} 
@font-face{
font-family: 'MavenPro-Medium';
src: url(assets/fonts/MavenPro-Medium.ttf);
} 
@font-face{
font-family: 'MavenPro-SemiBold';
src: url(assets/fonts/MavenPro-SemiBold.ttf);
} 
@font-face{
font-family: 'MavenPro-Bold';
src: url(assets/fonts/MavenPro-Bold.ttf);
} 
@font-face{
font-family: 'SourceSans3-Regular';
src: url(assets/fonts/SourceSans3-Regular.ttf);
}
@font-face{
font-family: 'SourceSans3-SemiBold';
src: url(assets/fonts/SourceSans3-SemiBold.ttf);
}
@font-face{
font-family: 'SourceSans3-Bold';
src: url(assets/fonts/SourceSans3-Bold.ttf);
}
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
	padding-left:30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
/* 	color: #800080; */
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
}
.container{
    width: 100%;
    max-width: 1380px !important;
    padding: 0 15px;
    margin: 0 auto !important;
}
.vc_row[data-vc-full-width],.vc_section[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
html {
  scroll-behavior: smooth;
}
html,body{
	overflow-x:hidden;
}
p{
	margin-bottom:10px;
	margin-top:0;
}
h1,h2,h3,h4{
	font-weight:400;
}
.underline-heading{
	text-decoration: underline;
}
a{
	transition:all 0.4s ease-in-out;
	text-decoration:none;
	color:#55692C;
}
a:hover{
	color:#000;
}
.page .post-thumbnail{
	display:none;
}
.main-header .container-fluid {
    overflow: unset !important;
}
.main-header{
	opacity: 0;
	animation: fadeInRow .3s ease-in-out forwards;
	position: relative;
    z-index: 9999;
}
/* Keyframes */
@keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-header-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     padding:15px 0; */
}
.main-header-inner .header-logo{
	width:201px;
}
.main-header-inner .header-logo a{
	display:flex;
}
.main-header-inner .navbar ul#primary-menu{
	display:flex;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-header-inner .navbar ul#primary-menu>li a{
	padding: 20px 18px;
    line-height: 23px;
    font-style: normal;
    font-size: 16px;
    color: #2F2F2F;
	position:relative;
}
.main-header-inner .navbar ul#primary-menu>li a:hover{
	color: #2F2F2F;
}
.main-header-inner .navbar ul#primary-menu>li.current-menu-item>a{
	color: #4F6632;
}
.main-header-inner .row ul>li{
	position:relative;
}
.main-header-inner .sub-menu{
	position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
/*     padding: 15px 0; */
    background-color: #fff;
    border-radius: 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
	margin:0;
	padding:0;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.main-header-inner .sub-menu li a{
    padding: 10px 18px 10px 18px !important;
    display: block;
    line-height: 1.7rem !important;
    color: #393939;
	border-bottom:1px solid #edeff1;
}

.main-header-inner .sub-menu li a:hover{
	background: #f5f4f2;
}
.main-header-inner li.menu-item-has-children .sub-menu{
/* 	display:none; */
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

#mega-menu-menu-1>li{
	height:90px !important;
	align-content: center;
}
#mega-menu-menu-1>li>.mega-sub-menu{
	top:90px !important;
	border-top: 1px solid #c7c6c65c !important;
}
#mega-menu-menu-1>li>.mega-sub-menu>li>ul>li{
	width:14.28% !important;
}
#mega-menu-menu-1>li>.mega-sub-menu>li>ul{
	display:flex !important;
	gap:10px;
}
#mega-menu-menu-1 > li > .mega-sub-menu > li > ul > li .widget_media_image img{
	display:flex !important;
    height: 169px !important;
    object-fit: cover;
}
#mega-menu-menu-1 > li > .mega-sub-menu > li > ul > li .mega-menu-item:has(> .mega-menu-link) {
	position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	float: unset !important;
	padding: 0px !important;
}
#mega-menu-menu-1 > li > .mega-sub-menu > li > ul > li .mega-menu-item:has(> .mega-menu-link)>a {
    justify-content: center;
    text-align: center !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
}
#mega-menu-menu-1 > li > .mega-sub-menu > li > ul > li .mega-menu-item:has(> .mega-menu-link)>a:before{
	content: "";
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #2f2f2f !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: -1;
	margin:0 !important;
}
#mega-menu-menu-1 > li > .mega-sub-menu > li > ul > li .mega-menu-item:has(> .mega-menu-link)>a:hover:before{
	 opacity: 1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	font-family: 'SourceSans3-Bold' !important;
}
.main-header-inner .apply-now-btn {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-style a,.btn-style button{
	font-size: 16px !important;
    letter-spacing: 2px;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: 1em 1.5em !important;
    border: 1px solid #99c66d !important;
    border-radius: 0px !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    background: #99c66d !important;
	font-family: 'SourceSans3-SemiBold';
}
.btn-style a:hover,.btn-style button:hover{
	background:transparent !important;
	color:#99c66d !important;
}
.grey-btn a,.grey-btn button{
	font-size: 16px !important;
    letter-spacing: 2px;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: 1em 1.5em !important;
    border: 1px solid #BBBDBC !important;
    border-radius: 0px !important;
    position: relative !important;
    color: #2F2F2F !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    background: #BBBDBC !important;
	font-family: 'SourceSans3-SemiBold';
}
.grey-btn a:hover,.grey-btn button:hover{
	background:transparent !important;
	color:#2F2F2F !important;
}
.btn-hover-white a,.btn-hover-white button{
	color:#fff !important;
}
.btn-hover-white a:hover,.btn-hover-white button:hover{
	color:#99c66d !important;
}
.white-btn a,.white-btn button{
	font-size: 18px !important;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 500 !important;
    padding: 1em 1.5em !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    position: relative !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    background: #fff !important;
	font-family: 'SourceSans3-SemiBold';
}
.white-btn a:hover,.white-btn button:hover{
	background:transparent !important;
	color:#fff !important;
}
.mobile-header{
	display:none;
}
#responsive_menu{
	display:none;
}
.mobile-header .site-logo img{
    width:230px;
}
.mobile-header .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
	padding:15px 20px;
/* 	background: #F7F7F7; */
}
.mobile-header .toggle-menu{
    position:relative;
}
.mobile-header .responsive_menu_button{
    cursor: pointer;
    width: 27px;
    height: 22px;
    position: absolute;
    top: 50% !important;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2F2F2F;
    border-radius: 0px !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
    top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
    top: 9px;
    width: 70%;
    right: 0;
    left: unset;
}
.mobile-header .responsive_menu_button span:last-child{
    top:18px;
}
.mobile-header .header-right{
    display:flex;
    align-items:center;
}
.mobile-header .header-right .mobile-search,
.mobile-header .header-right .toggle-menu{
    width:40px;
}
.mobile-header .header-right .mobile-search .serach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-right .mobile-search .serach-icon a{
    display: flex;
}
.mobile-header .site-logo a,.site-header .header-logo1 a,.site-header .header-logo2 a{
    display:flex;
}
#responsive_menu{
    display:none;
}
#responsive_menu .row{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: #003866;
    width: 100%;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100% !important;
    box-shadow: 0 10px 30px 0 rgb(227 227 227 / 50%);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display : flex;
    flex-direction: column;
    padding:40px 20px 50px 20px;
    -moz-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -webkit-transition: left .5s cubic-bezier(.6,.1,.68,.53), width .3s;
    -o-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -ms-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    transition: left .2s cubic-bezier(.6,.1,.68,.53), width .3s;
    z-index:999999;
	background-color:#2F2F2F;
}
#responsive_menu .row .burger-logo-area{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0px 0px 20px 0px;
	border-bottom: 1px solid #FFFFFF4D;
	margin-bottom:20px;
}
#responsive_menu .row .header-logo1 img{
    width:200px;
}
#responsive_menu .row .burger-logo-area .site-logo a{
    display:flex;
}
#responsive_menu .row .burger-logo-area .cross-btn{
/* 	background-image: linear-gradient(135deg, #EC9A19, #EC9A19); */
    padding: 0px 8px;
    color: #fff;
	font-size:30px;
	position: absolute;
    top: 10px;
    right: 12px;
}
#responsive_menu .row .burger-logo-area .cross-btn img{
	width: 24px;
}
#responsive_menu .row nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#responsive_menu .row nav ul li a{
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #ffffff14;
    font-size: 18px;
	line-height:24px;
}

#responsive_menu .row nav li .sub-menu li a{
	font-size:16px;
	position:relative;
	padding-left:35px;
}
#responsive_menu .row nav li .sub-menu li a:before{
/* 	content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 25px;
    color: #535353;
    font-size: 18px; */
}
#responsive_menu .row nav li .sub-menu li.current-menu-item a:before{
	color:#4F6632;
}
#responsive_menu .row nav ul li.current_page_item  a{
    color: #4F6632;
	font-family: 'SourceSans3-SemiBold';
}
#responsive_menu .row nav ul li.current_page_item  a:hover{
    color: #4F6632;
}
#responsive_menu.toggle-open .row{
    left:0;
}
#responsive_menu .row nav ul li{
	position:relative;
}
#responsive_menu .row nav ul li.menu-item-has-children:after{
/*     content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 20px;
    line-height: 25px;
    color: #ffffff6b;
    font-size: 16px; */
}
#responsive_menu .row nav li .toggle-icon{
	position: absolute;
    right: 15px;
    top: 5px;
    color: #A0A0A0;
    font-size: 30px;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu{
	display:none;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li a{
	color:#A0A0A0 !important;
	margin-top:0;
	font-size:16px;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li.current_page_item a{
	color: #4F6632 !important;
}
#responsive_menu .row nav li .sub-menu li a:before {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 14px;
    line-height: 25px;
    color: #535353;
    font-size: 14px;
}
.mobile-topbar{
	background: #E1005C;
    padding: 12px 5px;
}
.mobile-topbar .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0;
}
.mobile-topbar a{
	color:#fff;
}
.mobile-topbar a:hover{
	color:#fff;
}
.mobile-topbar .topbar-social-icon{
	text-align:right;
}
.mobile-topbar .topbar-social-icon a{
	margin-left:12px;
}
.mobile-topbar .book-btn{
	text-align: right;
    display: flex;
    justify-content: end;
}
.login-btn{
	padding-left:10px;
}
.login-btn>div,
.login-btn>div>a{
	display: flex;
    align-items: center;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
	color:#fff;
	font-size:24px;
	gap:10px;
}
.login-btn .topbar-social-icon {
	margin-top:5px;
	gap:30px;
}
.login-btn .topbar-social-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
/*     background: #50B849; */
    display: flex;
    justify-content: space-between;
    color: #fff;
	font-size:30px;
    border-radius: 50%;
}
.login-btn .apply-now-btn{
	justify-content:center;
	margin-top:30px;
	margin-right:10px;
}
.login-btn .apply-now-btn a{
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 100%;
}
.login-btn .apply-now-btn a:hover{
	background-color:#028002 !important;
	color:#fff !important;
	border: 2px solid #028002 !important;
}
.goTop {
    height: 45px;
    opacity: 0;
    position: fixed;
    right: -60px;
	width: 45px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #F1F5EB;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    transition: all .2s ease-out;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:5px;
	cursor:pointer;
	border-radius:50%;
}
.goTop:hover{
	opacity:1;
	background:#99c66d;
}
.goTop img{
	width:22px;
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.goTop:hover img{
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.go-top-show{
	right: 20px;
	opacity: 1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child{
	margin-right:0 !important;
}
/* Header CSS End */

/* Pages CSS Start */
.services-card>.vc_column-inner{
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px !important;
	position: relative;
	overflow: hidden;
}
.services-card>.vc_column-inner:before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2F2F2F; /* or any overlay color */
  opacity: 0.3;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.services-card>.vc_column-inner:hover:before{
	opacity: 1;
}
.services-card>.vc_column-inner>.wpb_wrapper{
	z-index:2;
	height:auto;
}
.service-card-link{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0;
}
.service-card-link a{
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.services-row{
	display:flex;
	flex-wrap:nowrap !important;
	gap:20px;
}
.services-row:before,.services-row:after{
	display:none !important;
}
.home-sec-4 .container{
	display:flex;
	flex-wrap:nowrap !important;
	gap:50px;
}
.home-sec-4 .container:before,.home-sec-4 .container:after{
	display:none !important;
}
.home-sec-4 .img-row{
	display:flex;
	flex-wrap:nowrap !important;
	gap:20px;
}
.home-sec-4 .img-row:before,.home-sec-4 .img-row:after{
	display:none !important;
}
.home-sec-4 .img-row img{
	max-height:236px;
	object-fit:cover;
}
.home-sec-4 .img-row .vc_column-inner,.home-sec-4 .img-row .wpb_wrapper,.home-sec-4 .img-row .wpb_single_image,.home-sec-4 .img-row  figure,.home-sec-4 .img-row a,.home-sec-4 .img-row img{
	height:100%;
	object-fit:cover;
	display:inline-block;
	width: 100%;
}
.pre-footer{
	padding:0px 0 40px;
}
.pre-footer h2{
	font-size:48px;
	line-height:50px;
	color:#2F2F2F;
	text-align:center;
	margin:0;
	margin-bottom:40px;
}
.pre-footer .splide__slide{
	display: flex;
    justify-content: center;
    align-items: center;
/*     border: 2px solid #f5f5f5; */
	padding: 10px;
}
.pre-footer .splide__slide>a{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
}
.pre-footer img{
	max-width:220px;
	max-height: 200px;
}
.post-grid-home p{
	text-align:center;
}
.post-grid-home h3{
	margin:0;
	color:#2F2F2F;
	margin-bottom: -6px;
}
.text-justify{
	text-align:justify;
}
.contact-page{
	display:flex;
	gap:80px;
}
.contact-page:before,.contact-page:after,.about-sec-2 .container:before,.about-sec-2 .container:after,.about-sec-3 .list-sec:after,.about-sec-3 .list-sec:before{
	display:none !important
}
.about-sec-2 .container{
	display:flex;
	flex-wrap:nowrap !important;
	gap:60px;
}
.list-style ul,.list-style2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.list-style ul li, .list-style2 ul li{
	margin-bottom:10px;
	display:flex;
}
.list-style ul li:before,.list-style2 ul li:before{
	content: "";
    display: inline-block;
    min-width: 16px;
    min-height: 16px;
    background: url(assets/images/tick.png) 0 50% no-repeat;
    background-size: contain;
    margin-right: 12px;
    vertical-align: middle;
}
.list-style2 ul li:before{
	background: url(assets/images/tick2.png) 0 50% no-repeat;
	min-width: 20px;
	min-height: 20px;
}
.about-sec-3 .list-sec{
	display:flex;
	justify-content:space-between;
}
.about-sec-3 .list-sec>.vc_column_container{
	width:auto !important;
}
.tabs-style .vc_tta-tabs-list{
	display:flex !important;
	list-style:none !important;
}
.tabs-style .vc_tta-tabs-list .vc_tta-tab{
	flex-grow:1;
	text-align: center;
}
.tabs-style .vc_tta-panel-body{
	padding:0 !important;
	background:#fff !important;
	border: 1px solid #D7DAD0 !important;
}
.tabs-style .vc_tta-panel-body .tab-content>.vc_column-inner{
	padding:40px !important;
}
.tabs-style .vc_tta-tabs-list .vc_tta-tab a{
	font-size:32px !important;
	color:#2F2F2F !important;
	padding: 25px 10px !important;
	border-color: #D7DAD0 !important;
	background: #fff !important;
	font-family: 'MavenPro-Medium';
}
.tabs-style .vc_tta-tabs-list .vc_tta-tab a:before,.tabs-style .vc_tta-tabs-list .vc_tta-tab a:after{
	display:none !important;
}
.tabs-style .vc_tta-tabs-list .vc_tta-tab.vc_active a{
    border-color: #99c66d !important;
    background: #99c66d !important;
    color: #2f2f2f !important;
}
.about-sec-1:before,.about-sec-1:after{
	display:none !important;
}
.about-sec-1{
	display:flex;
	gap:50px;
	flex-wrap:nowrap !important;
}
.about-sec-1 figure,.about-sec-1 .vc_single_image-wrapper,.about-sec-1 img{
	width:100%;
}
.filter-gallery .vc_grid-filter{
	display:flex;
	margin-bottom:40px !important;
}
.filter-gallery .vc_grid-filter>li:nth-child(1){
	order:0
}
.filter-gallery .vc_grid-filter>li:nth-child(2){
	order:7
}
.filter-gallery .vc_grid-filter>li:nth-child(3){
	order:8
}
.filter-gallery .vc_grid-filter>li:nth-child(4){
	order:1
}
.filter-gallery .vc_grid-filter>li:nth-child(5){
	order:2
}
.filter-gallery .vc_grid-filter>li:nth-child(6){
	order:4
}
.filter-gallery .vc_grid-filter>li:nth-child(7){
	order:5
}
.filter-gallery .vc_grid-filter>li:nth-child(8){
	order:3
}
.filter-gallery .vc_grid-filter:before,.filter-gallery .vc_grid-filter:after{
	display:none !important;
}
.filter-gallery .vc_grid-filter-item{
	font-size: 16px !important;
	color: #2F2F2F !important;
	padding: 25px 10px !important;
	border-color: #D7DAD0 !important;
	background: #fff !important;
	font-family: 'MavenPro-Medium';
	flex-grow:1;
	margin: 0 !important;
}
.filter-gallery .vc_grid-filter-item.vc_active,.filter-gallery .vc_grid-filter-item:hover{
	border-color: #99c66d !important;
    background: #99c66d !important;
    color: #2f2f2f !important;
}
.filter-gallery .vc_grid-filter-item.vc_active span{
	font-family: 'MavenPro-Bold';
}
.filter-gallery .vc_grid-filter-item.vc_active span,.filter-gallery .vc_grid-filter-item:hover span{
	color: #2f2f2f !important;
}
.filter-gallery .vc_gitem-post-data-source-post_excerpt,.filter-gallery .vc_gitem-post-data-source-post_excerpt p{
	margin-bottom:0 !important;
	 position: relative;
    z-index: 10;
	color:#fff;
}
.filter-gallery .vc_gitem-post-data-source-post_title h3{
    margin-top: 0;
    font-family: 'MavenPro-SemiBold';
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}
.our-work-post a {
    position: relative;
    display: block;
    z-index: 1;
}
.our-work-post a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.78deg, rgba(72, 72, 72, 0) 9.11%, rgba(0, 0, 0, 1) 84.76%);
    opacity: 0.7;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.our-work-post:hover a:before {
    opacity: 0.9;
}
.our-work-post .btn-style{
	opacity:0;
	position:relative;
	top:-30px;
	transition:all .5s ease;
	z-index:12;
}
.our-work-post .btn-style a{
	font-family: 'SourceSans3-Regular';
	letter-spacing: 1px;
}
.our-work-post .btn-style a:before{
	display:none;
}
.our-work-post .btn-style a{
	font-family: 'SourceSans3-SemiBold';
}
.our-work-post .btn-style a:hover{
	color:#2f2f2f !important;
	background:#99c66d !important;
}
.our-work-post:hover .btn-style{
	opacity:1;
	top:0px;
}
.filter-gallery .vc_grid-btn-load_more a{
	background-color: #99c66d !important;
    border-radius: 0;
    border: 1px solid #99c66d;
    padding: 12px 30px;
    color: #2f2f2f;
    font-family: 'MavenPro-Medium';
    letter-spacing: 1px;
}
.filter-gallery .vc_grid-btn-load_more a:hover{
	color:#2f2f2f !important;
	border: 1px solid #99c66d;
	background-color:transparent !important;
}
.Sustainability-sec-1,.Sustainability-sec-2{
	min-height:601px;
}
.Sustainability-sec-1 ul li,.Sustainability-sec-2 ul li{
	margin-bottom:20px;
	color:#2F2F2F;
}
.Sustainability-sec-2 .img img{
	max-width:200px;
}
.resources-sec-1 .container{
	display:flex;
	gap:30px;
}
.resources-sec-1 .container:before,.resources-sec-1 .container:after{
	display:none !important;
}
.resources-sec-1 .services-card>.vc_column-inner{
	padding: 15px !important;
}
.faq-sec{
	max-width:1200px !important;
}
.faq-style .vc_toggle_title{
	border: 1px solid #2f2f2f;
    padding: 15px 20px !important;
	color:#2F2F2F;
	position: relative;
	cursor: pointer;
}
.faq-style.vc_toggle_active .vc_toggle_title{
/* 	background:#2f2f2f; */
	border-color:#2f2f2f;
	color:#fff !important;
}
.faq-style .vc_toggle_title h4{
	color: #2F2F2F;
    font-size: 18px;
    font-family: 'MavenPro-Bold';
}
.faq-style.vc_toggle_active .vc_toggle_title h4{
/* 	color:#fff; */
}
.faq-style .vc_toggle_title .faq-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.1s ease;
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.faq-style.vc_toggle_active .faq-arrow {
    transform: translateY(-50%) rotate(180deg);
	filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(14%) hue-rotate(59deg) brightness(103%) contrast(106%);
}
.faq-style .vc_toggle_title i{
	display:none !important;
}
.faq-style .vc_toggle_content{
    border:1px solid #2f2f2f;
    margin: 0;
    padding: 20px 20px 20px;
	color:#2f2f2f;
	border-top:0;
}
.faq-text-center .vc_toggle_title{
	text-align:center;
}
.download-sec:before,.download-sec:after{
	display:none !important;
}
.download-sec{
	display:flex;
	gap:20px;
}
.download-sec .vc_column_container>.vc_column-inner{
	height:auto;
	padding:0 !important;
}
.download-sec .card-inner{
	height:197px;
}
.download-sec h3{
/* 	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:20; */
}
.download-sec .services-card>.vc_column-inner:before{
	display:none;
}
.download-sec .vc_single_image-wrapper:before{
/* 	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 1; */
}
.download-sec .donwload-inner{
	height: 197px;
}
.download-sec .services-card .vc_single_image-wrapper img,.download-sec .services-card .wpb_single_image,.download-sec .services-card figure,.download-sec .services-card .wpb_wrapper,.download-sec .donwload-inner>.vc_column-inner,.download-sec .donwload-inner>.vc_column-inner>.wpb_wrapper,.download-sec .donwload-inner h3,.download-sec .donwload-inner a{
	height:100%;
}
.download-sec .donwload-inner a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.download-sec .services-card .vc_single_image-wrapper img{
	height:197px;
	object-fit:cover;
}
.download-sec .services-card>.vc_column-inner:hover .vc_single_image-wrapper:before{
	opacity: .8;
}
.download-sec .service-card-link{
	z-index:10;
}
.download-sec .download-btn{
	margin-top:20px;
}
.download-sec .download-btn a{
	border-radius: 0;
    background: #99c66d !important;
    border: 1px solid #99c66d !important;
    color: #000 !important;
    font-family: 'MavenPro-SemiBold';
    font-size: 20px !important;
}
.download-sec .download-btn-red a{
	color: #000 !important;
	background: #FD1401 !important;
    border: 1px solid #FD1401 !important;
}
.download-sec .download-btn a:hover{
	background:#99c66d !important;
	color:#2f2f2f !important;
}
.download-sec .download-btn-red a:hover{
	color: #000 !important;
	background: #FD1401 !important;
    border: 1px solid #FD1401 !important;
}
/* .download-sec .download-btn a:before{
	content:'';
	background:url('assets/images/download.png') 0 50% no-repeat;
	width: 20px;
    height: 20px;
	margin-right:10px;
    display: inline-block;
	background-size: 100%;
	transition:.3s ease;
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.download-sec .download-btn a:hover:before{
	filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(2%) hue-rotate(235deg) brightness(114%) contrast(100%);
} */
.healthcare-sec-2{
	display:flex;
	gap:0px;
	flex-wrap:nowrap !important;
}
.healthcare-sec-2 .content-sec ul li{
	margin-bottom:15px;
	color:#2F2F2F;
}
.healthcare-sec-2:before,.healthcare-sec-2:after{
	display:none !important;
}
.healthcare-sec-2 .wpb_wrapper{
	height:auto;
}
.divider-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.divider-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: calc(100vw - 100%);
    height: .5px;
    background-color: #D7DAD0;
    margin-left: 10px;
}
.healthcare-sec-3 .tabs-style .vc_tta-tabs-list .vc_tta-tab a{
	font-size: 16px !important;
	font-family: 'MavenPro-bold';
}
.healthcare-sec-3 .tabs-style .vc_tta-panel-body{
	border:none !important;
	padding:0px 0 !important;
}
.healthcare-sec-3 .product-row{
	display:flex;
	flex-wrap:nowrap !important;
	gap:20px;
}
.healthcare-sec-3 .wpb_image_grid_ul{
	display:flex;
	height: 100% !important;
}
.healthcare-sec-3 .wpb_image_grid_ul>li{
	display: block;
    float: unse !iabovet;
	position: relative !important;
	top:unset !important;
	left:unset !important;
}
.healthcare-sec-3 .product-row>.inner-col{
    border: 1px solid #55692c61 !important;
	padding:40px 15px 30px;
}
.healthcare-sec-3 .product-row>.inner-col.center-img{
	align-items:center;
}
.healthcare-sec-3 .product-row img{
	max-width:100%;
}
.healthcare-sec-3 .product-row .img-width-50 img{
	max-width:50%;
}
.healthcare-sec-3 .product-row:after,.healthcare-sec-3 .product-row:before{
	display:none !important;
}
.healthcare-sec-3 .door-product-row{
	gap:0;
	border:1px solid #55692c61 !important;
}
.healthcare-sec-3 .door-product-row>.inner-col{
	border:0 !important;
	padding-top:0 !important;
}
.healthcare-sec-3 .door-product-row .door-product-title{
	position:relative;
	right:-50px;
}
.healthcare-sec-3 .door-product-row>.inner-col-2{
	border-right:1px solid #55692c61 !important;
}
.bg-overlay{
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important;
}
.text-white{
	color:#fff;
}
.btn-group .wpb_wrapper{
	display:flex;
	justify-content:center;
	gap: 30px;
}
.healthcare-sec-4 .white-btn-icon a:before,.healthcare-sec-4 .white-btn-icon button:before{
	content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(assets/images/white-btn.png) 0 50% no-repeat;
    background-size: contain;
    margin-right: 12px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.healthcare-sec-4 .white-btn-icon a:hover:before,.healthcare-sec-4 .white-btn-icon button:hover:before{
	filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(36deg) brightness(105%) contrast(103%);
}
.image-gallery-container {
    width: 100%;
    overflow-x: hidden;
}
.image-gallery-container .full-image-gallery.slider {
    width: 100%;
    box-sizing: border-box;
}
.image-gallery-container .gallery-item {
    box-sizing: border-box;
    padding: 0 10px;
}
.image-gallery-container .gallery-item {
    position: relative;
    overflow: hidden;
}
.image-gallery-container .gallery-item img{
	width: 100%;
	aspect-ratio:1/1;
    object-fit: cover;
    display: block;
    transition: transform 1s ease;
}
.image-gallery-container .gallery-item:hover img{
	transform:scale(1.1);
}
.image-gallery-container .gallery-image-container {
    position: relative;
    display: block;
	overflow:hidden;
}
.image-gallery-container .plus-icon {
    font-size: 70px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-gallery-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 46%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    transition: opacity 1s ease;
}
.image-gallery-container .gallery-item:hover .overlay {
    opacity: 1;
}
.image-gallery-container .gallery-item:hover .plus-icon {
    opacity: 1;
}
.wpb_wrapper {
/* 	height:auto !important; */
}
.custom-tabs {
	border: 1px solid #55692C;
    padding: 15px 20px !important;
    margin: 0;
    cursor: pointer;
    margin-bottom: 20px !important;
}
.custom-tabs-content img{
	height: 300px !important;
    object-fit: cover;
}
.custom-tabs-content.color-img img{
	height:auto !important;
}
.healthcare-sec-3 .product-row.custom-tabs-content>.inner-col{
	padding: 25px 15px 20px;
}
.custom-tabs{
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

/* Image icon */
.custom-tabs::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 18px;

  background-image: url("assets/images/arrow-up.png"); /* 👈 replace */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
/* rotated state */
.custom-tabs.rotated::before {
  transform: translateY(-50%) rotate(180deg);
}
.sustainability-sec-1 img{
	max-width: 200px !important;
}
.sustainability-sec-2,.sustainability-sec-3{
	gap:40px;
	flex-wrap:nowrap !important;
}
.sustainability-sec-3 .content-col{
	justify-content:center;
}
.sustainability-sec-3 .content-col>.vc_column-inner{
	max-width:500px !important;
}
.sustainability-sec-3 .inner-row:before,.sustainability-sec-3 .inner-row:after{
	display:none !important;
}
.sustainability-sec-3 .inner-row{
	display:flex !important;
}
.sustainability-sec-3 .inner-row{
	flex-wrap:nowrap !important;
}
/* Pages CSS End */

/* Contact Form CSS Start */
.principaldoor-contact-us-form .form-group input,.principaldoor-contact-us-form textarea{
    width: 100%;
    border: 0.5px solid #2F2F2FA1;
    border-radius: 0;
    line-height: 65px;
    padding: 0 20px;
	outline:none;
	color:#2F2F2FA1;
}
.principaldoor-contact-us-form .form-group input::placeholder,.principaldoor-contact-us-form textarea::placeholder{
	color:#2F2F2FA1;
}
.principaldoor-contact-us-form textarea{
	height:162px;
}
.principaldoor-contact-us-form .submit-btn{
	margin-top:20px;
}
.principaldoor-contact-us-form .submit-btn input{
	all: unset;
    background: #99C66D;
    color: #2f2f2f;
    padding: 15px 40px;
    cursor: pointer;
	border:1px solid #99C66D;
	font-family: 'SourceSans3-Bold';
	transition: all .3s ease;
}
.principaldoor-contact-us-form .submit-btn input:hover{
	background:transparent;
	border-color:#99C66D;
	color:#2f2f2f;
}
.contact-info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.contact-info ul li{
	margin-bottom:20px;
}
.contact-info ul li,.contact-info ul li a{
	display:flex;
	gap:15px;
	align-items: center;
}
.contact-info ul li a{
	color:#2F2F2F;
}
.contact-info ul li a img{
	filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(2715%) hue-rotate(33deg) brightness(81%) contrast(91%);
}
.contact-info ul li span{
    font-size: 18px;
}
.contact-info ul li a:hover{
	color:#132640;
}
.contact-social-icon ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	gap:15px;
	align-items: center;
}
/* From Uiverse.io by vinodjangid07 */ 
.contact-social-icon.card {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* for all social containers*/
.contact-social-icon .socialContainer {
  width: 52px;
  height: 52px;
  background-color: #99c66d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
	border-radius:50%;
}
.contact-social-icon .socialContainer:hover{
	background:#99c66d;
}
.contact-social-icon .socialContainer:hover img{
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.contact-social-icon .linkdinSvg:hover {
  transition-duration: .3s;
}
.contact-social-icon .socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}
.contact-social-icon .socialSvg {
  width: 22px;
	filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(8%) hue-rotate(348deg) brightness(92%) contrast(79%);
}
.contact-social-icon .socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Contact Form CSS End */

/* Footer CSS Start */
.site-footer{
	background:#2F2F2F ;
	color:#fff;
}
.footer-logo{
	max-width:307px;
	margin-bottom:20px;
}
.main-footer .row{
	display:flex;
	justify-content:space-between;
	padding:80px 0 100px;
}
.main-footer .row .more-info{
	width:10%;
}
.main-footer h4{
	margin:0;
	margin-bottom:15px;
	font-size:25px;
}
.main-footer .list{
	margin-bottom:15px;
}
.main-footer ul{
	list-style:none;
	padding:0;
}
.main-footer ul li{
	margin-bottom:15px;
}
.main-footer a{
	color:#fff;
}
.main-footer a:hover,.footer-credit a:hover{
	color:#99c66d;
}
.footer-social-icon{
	display:flex;
	gap:15px;
	margin-top:20px;
}
.footer-credit .credit-text{
	padding:20px 0;
	border-top:1px solid #ffffff40;
}
.footer-credit p{
	margin:0;
}
.footer-credit a{
	color:#fff;
}
.newslatter-form{
	display:flex;
	margin-top:20px;
}
.newslatter-form input[type='email']{
	border-radius: 0;
    padding: 10px 15px;
    outline: none;
    color: #6B6B6B;
	border: none;
	width: 100%;
	max-width: 210px;
}
.newslatter-form input[type='email']::placeholder{
	color: #6B6B6B;
}
.newslatter-form input[type='submit']{
    border-radius: 0;
    background: #55692C;
    color: #fff;
    border: none;
	cursor:pointer;
}
/* Footer CSS End */

/* Banner CSS start */
.banner_bide,.banner-404{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:312px;
/* 	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important; */
}
.banner_bide .container-fluid,.banner-404 .container-fluid{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #2F2F2F;
}
.banner_bide .container-fluid>.row{
	width:100%;
}
.bide_banner_title{
	width:100%;
}
.bide_banner_one{
    width: 100%;
	display: flex;
    align-items: center;
	flex-direction: column;
	padding: 0 15px;
}
.banner_bide h1{
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 61.99px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-bottom:10px;
/* 	text-shadow: 2px 1px 2px rgb(0 0 0); */
}
.error-404{
	text-align:center;
	padding:50px 0;
}
.banner-404{
	height:330px;
}
.error-404 h2{
    font-size: 240px;
    color: #2F2F2F;
    margin: 0;
    line-height: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.error-404 .entry-content p:first-child{
    font-size: 3.071em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #99c66d;
}
.error-404 .entry-content p:nth-child(2){
    font-size: 20px;
    margin: 20px 0;
/*     font-family: 'FFNort-Regular'; */
}
.banner_bide .breadcrum,.banner_bide .breadcrum a{
	color:#fff;
}
/* Banner CSS End */

/* Single Post CSS Start */
.single-post-page{
	padding:80px 0;
}
.single-post-page .row{
	display:flex;
	gap:50px;
}
.single-post-page .post-content{
	text-align:justify;
	font-size:18px;
}
.single-post-page .single-post-title{
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.4;
}
.single-post-page .post-thumbnail img{
	width:100%;
}
.single-post-page .post-thumbnail h2{
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'MavenPro-SemiBold';
	font-size: 30px;
}

/* Single Post CSS End */

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.slider-row sr7-row-con{
	padding-left:14% !important;
}
@media screen and (max-width: 1740px) {
	.slider-row sr7-row-con{
		padding-left:9% !important;
	}
}
@media screen and (max-width: 1600px) {
	.slider-row sr7-row-con{
		padding-left:5% !important;
	}
	.home-sec-2 .content>.vc_column-inner{
		padding:10% !important;
	}
	.Sustainability-sec-1 .content-col>.vc_column-inner,.Sustainability-sec-2 .content-col>.vc_column-inner{
		padding:50px !important;
	}
}
@media screen and (max-width: 1440px) {
	.slider-row sr7-row-con{
		padding-left:3% !important;
	}
	.home-sec-2 .content>.vc_column-inner{
		padding-right:10% !important;
	}
	.download-sec{
		flex-wrap:wrap;
	}
	.download-sec>.vc_column_container{
		flex-grow:1;
		width:30% !important;
	}
	.healthcare-sec-2>.vc_column_container>.vc_column-inner{
		padding:5% !important;
	}
	.pre-footer img{
		max-width:180px;
	}
}
@media screen and (max-width: 1200px) {
	.healthcare-sec-1 .wpb_text_column{
		padding:0 !important;
	}
	.healthcare-sec-1 h2{
		padding:0 20% !important;
	}
	.healthcare-sec-3 .product-row{
		flex-wrap:wrap !important;
	}
	.healthcare-sec-3 .product-row>.vc_column_container{
		width:31% !important;
	}
	.healthcare-sec-3 .wpb_image_grid_ul{
		flex-direction:column-reverse;
	}
}

@media screen and (max-width: 991px) {
	.healthcare-sec-1 h2{
		padding:0 15% !important;
	}
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mobile-header{
        display:block;
    }
    .mobile-header .site-logo img{
        width:160px;
    }
	.home-sec-1 .services-row{
		flex-wrap:wrap !important;
	}
	.home-sec-1 .services-row>.services-card{
		width:100% !important;
	}
	.main-footer .row{
		flex-wrap:wrap;
		gap:30px;
	}
	.main-footer .row .col-4,.main-footer .row .col-2,.main-footer .row .main-footer .row .more-info{
		width:100%;
	}
	.main-footer .row{
		padding: 50px 0 50px;
	}
	.pre-footer img{
		width:152.71px;
	}
	.home-sec-2{
		flex-direction:column-reverse;
	}
	.home-sec-2-mob{
		flex-direction:column;
	}
	.home-sec-2>.vc_column_container {
		width:100% !important;
	}
	.home-sec-2 .content>.vc_column-inner{
		padding:40px 15px !important;
		text-align:center;
	}
	.home-sec-2 .content h2{
		text-align:center !important;
	}
	.home-sec-2 .img>.vc_column-inner{
		aspect-ratio:1/1;
	}
	.vc_row.home-sec-3{
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	.home-sec-3 .wpb_text_column{
		padding:0 !important;
	}
	.home-sec-4 .container{
		flex-wrap:wrap !important;
	}
	.home-sec-4 .container>.vc_column_container{
		width:100% !important;
	}
	.home-sec-4 .img-row{
		padding:0 15px !important;
	}
	.home-sec-4 .img-row .vc_col-sm-8{
		width: 66.66666667% !important;
	}
	.home-sec-4 .img-row .vc_col-sm-4{
		width: 33.33333333% !important;
	}
	.contact-page{
		flex-wrap:wrap;
		gap:0;
	}
	.contact-page>.vc_column_container{
		width:100% !important;
	}
	.about-sec-1.container{
		flex-wrap:wrap !important;
		gap: 20px;
		padding:50px 15px !important;
	}
	.about-sec-1>.vc_column_container,.about-sec-2 .container>.vc_column_container{
		width:100% !important;
	}
	.about-sec-1 .vc_column-inner,.about-sec-2 .service-content-col .vc_column-inner,.team-sec .vc_column-inner,.tabs-sec .vc_column-inner{
		padding:0 !important;
	}
	.about-sec-2 .container{
		flex-wrap:wrap !important;
		gap: 20px;
	}
	.about-sec-3 .list-sec{
		flex-wrap: wrap;
	}
	.team-sec .wpb_text_column{
		padding:0 !important;
	}
	.team-card .team-card-inner{
		flex-direction:column;
	}
	.team-card-info{
		padding: 30px !important;
	}
	.custom-arrows .splide__arrow--prev {
    	left: 0 !important;
	}
	.custom-arrows .splide__arrow--next {
    	right: 0 !important;
	}
	.custom-arrows .splide__arrow{
		width: 45px !important;
		height: 105px !important;
	}
	.about-sec-3.container{
		padding:50px 15px !important;
	}
	.about-sec-3 .vc_column-inner{
		padding:0 !important
	}
	.about-sec-3 .list-sec{
		padding:0 15px !important;
	}
	.Sustainability-sec-1,.Sustainability-sec-3{
		flex-direction:column-reverse;
		min-height:auto;
	}
	.Sustainability-sec-2{
		min-height:auto;
	}
	.Sustainability-sec-1>.vc_column_container,.Sustainability-sec-2>.vc_column_container,.Sustainability-sec-3>.vc_column_container{
		width:100% !important;
	}
	.Sustainability-sec-1 .img-sec{
		aspect-ratio:1/1;
	}
	.resources-sec-1 .container{
		flex-wrap:wrap;
	}
	.resources-sec-1 .container>.vc_column_container{
		width:100% !important;
	}
	.download-sec>.vc_column_container{
		width:48% !important;
	}
	.technical-compliance-sec-2>.vc_column_container{
		width:100% !important;
	}
	.technical-compliance-sec-2 img,.technical-compliance-sec-2 figure,.technical-compliance-sec-2 .vc_single_image-wrapper{
		width:100%;
	}
	.home-sec-4 .vc_col-sm-6:first-child .vc_column-inner{
		padding:0 !important;
	}
	.healthcare-sec-2>.vc_column_container{
		width:100% !important;
	}
	.healthcare-sec-2{
		flex-wrap:wrap !important;
		gap:0px;
	}
	.healthcare-sec-2 .img-sec{
		aspect-ratio:1/.8;
	}
	.healthcare-sec-2 .content-sec>.vc_column-inner{
		padding:5% !important;
	}
	.healthcare-sec-3 .product-row>.vc_column_container{
		width:48% !important;
	}
	.healthcare-sec-5 h2,.healthcare-sec-5 .wpb_text_column{
		padding:0 !important;
	}
	.home-sec-4.vc_section{
		padding-bottom:100px !important;
	}
	.single-post-page .row{
		flex-wrap:wrap;
		gap:20px;
	}
	.single-post-page .row .col-7,.single-post-page .row .col-5{
		width:100%;
	}
	.Sustainability-sec-1>.img>.vc_column-inner,.Sustainability-sec-1>.content>.vc_column-inner,.Sustainability-sec-2>.content>.vc_column-inner,.Sustainability-sec-3>.content-col>.vc_column-inner,.Sustainability-sec-3>.content>.vc_column-inner{
		padding:0 5% !important;
	}
	.Sustainability-sec-3,.Sustainability-sec-2{
		flex-direction:column;
		padding:30px 0;
	}
	.mobile-empty-space{
		height:0 !important;
	}
	.healthcare-sec-3 .door-product-row > .inner-col-2{
		border-right:0 !important;
		border-bottom:1px solid #55692c61 !important;
	}
}

@media screen and (max-width: 768px) {
	.healthcare-sec-1 h2{
		padding:0 10% !important;
		font-size: 32px !important;
        line-height: 35px !important;
	}
	#SR7_1_1-1-11{
		top:0 !important;
	}
	.error-404 h2{
		font-size: 140px;
		line-height: 140px;
	}
	.error-404 .entry-content p:first-child{
		font-size: 2.071em;
	}
	.contact-page.container{
		padding:50px 0 !important;
	}
	.tabs-style.vc_tta.vc_tta-accordion .vc_tta-tabs-container, .tabs-style.vc_tta.vc_tta-tabs .vc_tta-tabs-container{
		display:block !important
	}
	.tabs-style .vc_tta-panel-heading{
		display:none !important;
	}
	.tab-img {
		aspect-ratio:1/1;
	}
	.tabs-style .vc_tta-panel-body .tab-content>.vc_column-inner {
    	padding: 30px 20px !important;
	}
	.tabs-style .vc_tta-tabs-list .vc_tta-tab a{
		padding: 10px 10px !important;
	}
	.case-study-page .vc_column-inner,.case-study-page .wpb_text_column,.resources-sec-2 .wpb_text_column{
		padding:0 !important;
	}
	.resources-sec-1 .vc_column-inner,.faq-sec .vc_column-inner{
		padding:0 !important;
	}
	.technical-compliance-sec-2 .vc_col-sm-7 .vc_column-inner {
		padding:30px !important;
	}
	.technical-compliance-sec-1 .vc_custom_heading{
		font-size: 35px !important;
		line-height: 40px !important;
		padding:0 !important;
	}
	.technical-compliance-sec-1.container{
		padding-top:50px !important;
	}
	.healthcare-sec-3 .tabs-style .vc_tta-tabs-list{
		flex-wrap:wrap;
	}
	.healthcare-sec-3 .product-row>.vc_column_container{
		width:100% !important;
	}
	.healthcare-sec-3 .tabs-style .vc_tta-panel-body{
		padding: 0 !important;
	}
	.healthcare-sec-4 h2,.healthcare-sec-4 .wpb_text_column{
		padding:0 !important;
	}
	.healthcare-sec-3 .product-row img{
		max-width:100%;
	}
	.healthcare-sec-5 .vc_column-inner{
		padding:0 !important;
	}
	.sustainability-sec-2{
		flex-wrap:wrap !important;
		flex-direction:column-reverse;
		gap:0;
	}
	.sustainability-sec-3{
		flex-wrap:wrap !important;
		gap:0;
	}
	.sustainability-sec-2>.vc_column_container,.sustainability-sec-3>.vc_column_container{
		width:100% !important;
	}
	.container.sustainability-sec-1{
		padding-top:50px !important;
	}
	.container.sustainability-sec-3{
		padding-top:20px !important;
	}
	.healthcare-sec-3 .door-product-row .inner-col .wpb_single_image{
		padding-top:0 !important;
	}
	.healthcare-sec-3 .door-product-row .door-product-title{
		right:0px;
		text-align:center !important;
	}
}

@media screen and (max-width: 480px) {
	#SR7_1_1-1-11{
		top:0 !important;
	}
	.footer-logo{
		max-width: 207px;
	}
	.pre-footer h2{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	.pre-footer{
		padding:30px 0;
	}
	.home-sec-1 .services-row>.services-card h2,.home-sec-2 .content h2,.home-sec-3 h2,.home-sec-4 h2,.sustainability-sec-1 h3,.sustainability-sec-2 h3,.sustainability-sec-3 h3{
		font-size: 32px !important;
		line-height: 35px !important;
	}
	.home-sec-4 .img-row{
		gap:10px;
	}
	.home-sec-4 .img-row-2{
		margin-top:10px !important;
	}
	.post-grid-home .post-img.vc_gitem-zone{
		height:260px !important;
	}
	.team-card-info{
		padding: 20px 15px !important;
	}
	.custom-arrows .splide__arrow--prev {
    	left: -14px !important;
	}
	.custom-arrows .splide__arrow--next {
    	right: -14px !important;
	}
	.custom-arrows img {
    	width: 20px !important;
	}
	.custom-arrows .splide__arrow {
		width: 25px !important;
		height: 70px !important;
    }
	.team-sec h3,.about-sec-1 h3,.service-content-col h3,.about-sec-3 h3{
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.about-sec-3 .list-sec h3{
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.team-card-info h3 {
		font-size: 24px !important;
	}
	.tabs-style .vc_tta-tabs-list .vc_tta-tab a{
		font-size:16px !important;
	}
	.tabs-sec .vc_tta-container{
		margin-bottom: 0px !important;
	}
	.Sustainability-sec-1 .content-col>.vc_column-inner,.Sustainability-sec-2 .content-col>.vc_column-inner{
		padding:30px 15px !important;
	}
	.Sustainability-sec-1 .content-col>.vc_column-inner h3,.Sustainability-sec-2 .content-col>.vc_column-inner h3{
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.banner_bide h1{
		font-size: 35px;
		line-height:40px;
		margin-bottom: 10px;
	}
	.resources-sec-1 .services-card h3,.resources-sec-2 h2,.healthcare-sec-5 h2{
		font-size: 32px !important;
        line-height: 35px !important;
	}
	.resources-sec-2 .vc_column-inner{
		padding:0 !important;
	}
	.faq-style .vc_toggle_title {
		padding: 15px 15px !important;
		padding-right: 30px !important;
	}
	.faq-style .vc_toggle_content{
		padding: 0px 15px 20px !important;
	}
	.faq-style .vc_toggle_title h4{
		font-size: 16px;
        line-height: 24px;
	}
	.faq-style .vc_toggle_title .faq-arrow{
		right: 12px;
		width: 12px;
		height: 12px;
	}
	.technical-compliance-sec-2 .vc_col-sm-7 .vc_column-inner {
		padding:30px 15px !important;
	}
	.healthcare-sec-1 h2,.healthcare-sec-2 h2,.healthcare-sec-4 h2{
		padding:0 !important;
		font-size: 28px !important;
        line-height: 35px !important;
	}
	.healthcare-sec-1 .vc_column-inner,.healthcare-sec-4 .vc_column-inner,.healthcare-sec-5 .vc_column-inner{
		padding:0 !important;
	}
	.healthcare-sec-1.container{
		padding:50px 15px 20px !important;
	}
	.healthcare-sec-2 .content-sec>.vc_column-inner{
		padding:50px 15px !important;
	}
	.healthcare-sec-3 .product-row img{
/* 		max-width:160px; */
	}
	.healthcare-sec-4.vc_row{
		padding:60px 0 !important;
	}
	.image-gallery-container .gallery-item{
		padding:0 !important;
	}
	.healthcare-sec-5.container{
		padding:50px 15px !important;
	}
	.single-post-page {
    	padding: 50px 0;
	}
	.single-post-page .single-post-title {
		margin: 0;
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 40px;
		text-align: left;
	}
	.home-sec-2 .img>.vc_column-inner {
        aspect-ratio: 1 / .7;
    }
	.post-slide-item a.post-slide-image-wrap {
		height: 300px !important;
	}
	.banner_bide, .banner-404{
		height: auto;
	}
	.banner_bide .container-fluid, .banner-404 .container-fluid{
		min-height:200px;
		min-height: 200px;
		padding: 30px 0;
	}
	.Sustainability-sec-1 .content>.vc_column-inner,.Sustainability-sec-2 .content>.vc_column-inner,.Sustainability-sec-3 .content>.vc_column-inner{
		padding:5% !important;
	}
}