/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

#TagLine{
	font-size: 40px;
	font-style: italic;
    line-height: 1.05;
}
#TagLine strong {
	color: #144D1D;
}

#phoneNumber{
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color: #144D1D;
	text-align: right;
	display: block;
}

#SubHead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #B1C9AB;
    font-size: 21px;
    line-height: 1
}

#SubHead ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    max-width: 1234px;
    margin: 0;
    padding: 0
}

#SubHead ul li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0
}

#SubHead ul li.t {
    margin: 0 5px
}

.darkGreenText {
    color: #144D1D;
}
.tealText {
    color: #3F8B9E;
}
.purpleText {
    color: #604599;
}
.blueText {
    color: #275AA5;
}
.redText {
    color: #B52A21;
}

@media (min-width: 1025px) {
    #SubHead ul {
        flex-direction: row;
    }
}

.headerMenu ul > li > ul.sub-menu{
	padding-top: 10px;
}
.headerMenu ul > li > ul.sub-menu:before {
	position: absolute;
    top: -13px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 13px 12.5px;
    border-color: transparent transparent #000 transparent;
    content: '';
}


.mainBlog h3.elementor-post__title a{
	color: #000000 !important;
	font-size: 30px;
}

.mainBlog h3.elementor-post__title:hover{
	text-decoration: underline;
}

.mainBlog .elementor-post__excerpt p{
	font-size: 16px;
    line-height: 1.625;
	color: #333 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainBlog .elementor-posts .elementor-post{
	border-bottom: 1px #144D1D dotted;
	padding-bottom: 40px;
    margin-bottom: 45px;
	margin-right: 30px;
}

.blogSidebar .elementor-widget-wrap{
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 2px solid #144D1D !important;
	padding-left: 25px !important;	
}

.blogSidebar a{
	color: #B1C9AB !important;
}
.blogSidebar a:hover{
	text-decoration: underline;
}

.blogSidebar li{
	list-style: none !important;
	margin-bottom: 5px;
}

.blogSidebar .elementor-widget-container h5{
	color: #000 !important;
	font-size: 30px;
}

.blogSidebar .elementor-widget-container ul{
	padding-left: 0 !important;
}

#slideMenu{
	margin: 0;
}
#slideMenu .open_side_menu{
	position: fixed !important;	
}






@media (min-width: 1280px){
	
	.homeContactSection .elementor-element-4d2bf43 .elementor-widget-wrap{
		padding-left: 0px !important;
	}
	
	#ThumbsUp{
		position: absolute;
		top: -140px;
		right: 125px;
		max-width: 100px;
	}
}


#gform_1 .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 10px !important;
}

#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=submit]{
	border-radius: 0px !important;
}

#gform_1 .gform-footer{
	text-align: right;
	display: block;
}

#gform_1 input[type=submit]{
	background-color: #144D1D;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0px 0px 0px 0px;
    padding: 7px 19px;
	color: #fff;
	border: none;
}
#gform_1 input[type=submit]:hover{
	background: #196125;
}

nav.navSocial ul li {
	margin: 0;
	padding: 0;
	width: 62px;
	height: 62px;
	color: #144D1D;
	background-position: center;
	background-size: 95%;
	background-repeat: no-repeat;
	background-image: url(https://sps70.iqstaging.com/wp-content/uploads/2025/01/socialBox.png);
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

nav.navSocial ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

nav.navSocial ul li a {
	margin: 5px 0 0 12px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}

nav.navSocial ul li a .social-icon {
	fill: #144D1D;
	-ms-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	width: 60%;
	height: 60%;
}
nav.navSocial ul li a:hover .social-icon {
	fill: #248a34;
	margin: -5px 0 5px 0;
}




/*** WEBSITE MEDIA QUERIES START***/

@media (max-width: 767px){
	
	.elementor-widget-theme-site-logo img{
		max-width: 225px;
	}
	#TagLine{
        max-width: 175px;
        font-size: 15px;
        text-align: center;
        margin: -10px auto 0;
	}
	
	.elementor-element-f32502d .elementor-widget-wrap{
        max-width: 225px;
        padding: 1px !important;
        margin: 0 auto 15px;
        text-align: center;
	}
	
	#phoneNumber{
		font-size: 24px !important;
		text-align: center !important;
	}
	
	.homeContactSection .elementor-element-4d2bf43 .elementor-widget-wrap{
		text-align: center;
	}
	.homeContactSection .elementor-element-4d2bf43 .elementor-widget-wrap li{
		list-style: none;
	}
	
	.homeContactSection .elementor-element-c4eb69a h2{
		text-align: center;
	}
	
	#gform_1 .gform-footer {
		text-align: center;
		display: block;
	}
	
	nav.navSocial ul{
		justify-content: center !important;
	}
}

@media (min-width: 768px){
	
	.homeContactSection .elementor-background-overlay{
		width: 50%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#TagLine{
		font-size: 25px;
	}
	.headerMenu ul > li > a.elementor-item{
		font-size: 13px !important;
	}
	
	.elementor-element-f32502d .elementor-element-populated{
		padding-left: 50px !important; 
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) { 
	
	#TagLine{
		font-size: 32px;
	}
	.headerMenu ul > li > a.elementor-item{
		font-size: 17px !important;
	}

}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}



/*** WEBSITE MEDIA QUERIES END***/
















/*** HOMEPAGE SVG START***/

#HomePageMainSection {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

#HomePageMainSection svg {
    width: 200vw;
    max-width: 2000px;
    height: auto
}

@media (min-width: 400px) {
    #HomePageMainSection svg {
        width:200vw
    }
}

@media (min-width: 500px) {
    #HomePageMainSection svg {
        width:190vw
    }
}

@media (min-width: 600px) {
    #HomePageMainSection svg {
        width:180vw
    }
}

@media (min-width: 700px) {
    #HomePageMainSection svg {
        width:170vw
    }
}

@media (min-width: 800px) {
    #HomePageMainSection svg {
        width:160vw
    }
}

@media (min-width: 900px) {
    #HomePageMainSection svg {
        width:150vw
    }
}

@media (min-width: 1000px) {
    #HomePageMainSection svg {
        width:125vw
    }
}

@media (min-width: 1024px) {
    #HomePageMainSection svg {
        width:110vw
    }

    #HomePageMainSection h1 {
        font-size: calc(1vw + 25px)
    }
}

@media (min-width: 1231px) {
    #HomePageMainSection svg {
        width:100vw
    }

    #HomePageMainSection h1 {
        font-size: calc(1vw + 35px)
    }
}

#HomePageMainSection #HomePageHeadline {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto
}

#HomePageMainSection #HomePageHeadline h1 {
    color: #144D1D;
    text-align: center;
    margin: 25px 0 5px 0;
    padding: 0;
    max-width: 90vw
}

#HomePageMainSection #HomePageMainBanner {
    margin-top: -5.25vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex
}

#HomePageMainSection #HomePageMainBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,white 0%,rgba(255,255,255,0) 100%);
    content: '';
    z-index: 5
}

#HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

#HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: 2;
    width: 200vw;
    max-width: 2000px;
    height: auto
}

@media (min-width: 400px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:200vw;
        left: -50vw
    }
}

@media (min-width: 500px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:190vw;
        left: -45vw
    }
}

@media (min-width: 600px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:180vw;
        left: -40vw
    }
}

@media (min-width: 700px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:170vw;
        left: -35vw
    }
}

@media (min-width: 800px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:160vw;
        left: -30vw
    }
}

@media (min-width: 900px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:150vw;
        left: -25vw
    }
}

@media (min-width: 1000px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:125vw;
        left: -12.5vw
    }
}

@media (min-width: 1024px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:110vw;
        left: -5vw
    }
}

@media (min-width: 1231px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG svg#MainBannerSVG {
        width:100vw;
        left: 0
    }
}

#HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
    position: relative;
    z-index: 1;
    width: 200vw;
    max-width: 2000px;
    height: auto
}

@media (min-width: 400px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:200vw
    }
}

@media (min-width: 500px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:190vw
    }
}

@media (min-width: 600px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:180vw
    }
}

@media (min-width: 700px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:170vw
    }
}

@media (min-width: 800px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:160vw
    }
}

@media (min-width: 900px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:150vw
    }
}

@media (min-width: 1000px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:125vw
    }
}

@media (min-width: 1024px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:110vw
    }
}

@media (min-width: 1231px) {
    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG img#MainBannerIMG {
        width:100vw
    }
}



#SectionThree {
    display: block;
    justify-content: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 100px
}

#SectionThree .w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#SectionThree h2 {
    font-size: 58px;
    color: #144D1D;
    text-align: center;
    margin: 28px 0 34px 0
}

#SectionThree a.ctaBTN {
    padding: 8px 25px
}

#SectionThree ul {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 82%;
    font-size: 24px;
    line-height: 1
}

#SectionThree ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0;
    padding: 0;
    width: 1%;
    z-index: 4
}

#SectionThree ul li:last-child {
    margin: 50px 0 0 0
}

#SectionThree ul li:after {
    position: absolute;
    bottom: -50px;
    right: -20px!important;
    width: 51px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 193 54' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-410.585,-395.526)'%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,713.532,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,791.286,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,869.399,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    content: '';
    transform: rotate(90deg)
}

#SectionThree ul li a,#SectionThree ul li a:link,#SectionThree ul li a:visited {
    color: #144D1D;
    display: flex;
    flex-direction: column;
    align-items: center
}

#SectionThree ul li a:hover,#SectionThree ul li a:focus,#SectionThree ul li a:active {
    color: #196125;
    text-decoration: none
}

#SectionThree ul li h5 {
    text-align: center;
    color: #144D1D;
    font-size: 24px;
    margin-top: 20px;
    width: 150px
}

#SectionThree ul li.rule:after {
    display: none
}

#SectionThree ul li.IconYourProduct svg {
    height: 109px;
    width: 122px
}

#SectionThree ul li.IconYourProduct:after {
    right: -136px
}

#SectionThree ul li.IconPackagingMaterials svg {
    height: 102px;
    width: 141px
}

#SectionThree ul li.IconPackagingMaterials:after {
    right: -154px
}

#SectionThree ul li.IconPackagingEquipment svg {
    height: 109px;
    width: 143px
}

#SectionThree ul li.IconPackagingEquipment:after {
    right: -139px
}

#SectionThree ul li.IconSupport svg {
    height: 109px;
    width: 125px
}

#SectionThree ul li.IconSupport:after {
    right: -142px
}

#SectionThree ul li.IconPeople svg {
    height: 117px;
    width: 135px
}

#SectionThree ul li.IconPeople:after {
    display: none
}



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


    #SectionThree {
        padding-bottom: 0px
    }

    #SectionThree h2 {
        font-size: 35px
    }


}

@media (min-width: 800px) {
    #SectionThree {
        display:block;
        justify-content: center;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0px
    }

    #SectionThree .w {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #SectionThree h2 {
        font-size: 58px;
        color: #144D1D;
        text-align: center;
        margin: 28px 0 34px 0
    }

    #SectionThree a.ctaBTN {
        margin-top: 50px;
        padding: 8px 25px
    }

    #SectionThree ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 24px;
        line-height: 1
    }

    #SectionThree ul li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        width: 1%;
        z-index: 4
    }

    #SectionThree ul li:after {
        position: absolute;
        top: 60px;
        right: -92px!important;
        width: 15px;
        height: 15px;
        background-position: 0 0;
        background-size: 55px 15px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 193 54' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-410.585,-395.526)'%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,713.532,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,791.286,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,869.399,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        content: '';
        transform: rotate(0deg)
    }

    #SectionThree ul li.rule {
        position: absolute;
        bottom: 145px;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 1px;
        border: none
    }

    #SectionThree ul li.rule:after {
        display: none
    }

    #SectionThree ul {
        transform: scale(.75)
    }
}

@media (min-width: 900px) {
    #SectionThree ul {
        transform:scale(.75)
    }
}

@media (min-width: 1000px) {
    #SectionThree ul {
        transform:scale(.75)
    }
}

@media (min-width: 1025px) {
    #HomePageMainSection {
        position:relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #d9d9d9
    }

    #HomePageMainSection #HomePageHeadline {
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 0 auto;
        width: 100%;
        height: 5.25vw;
        border: none
    }

    #HomePageMainSection #HomePageHeadline h1 {
        color: #144D1D;
        text-align: center;
        margin: 0;
        padding: 0
    }

    #HomePageMainSection #HomePageMainBanner {
        margin-top: -5.25vw;
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: flex
    }

    #HomePageMainSection #HomePageMainBanner:before {
        display: none
    }

    #HomePageMainSection #HomePageMainBanner #HomePageMainBannerSVG {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%
    }


    #SectionThree {
        display: block;
        justify-content: center;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #SectionThree .w {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #SectionThree h2 {
        font-size: 58px;
        color: #144D1D;
        text-align: center;
        margin: 28px 0 34px 0
    }

    #SectionThree a.ctaBTN {
        margin-top: 50px;
        padding: 8px 25px
    }

    #SectionThree ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        width: 82%;
        font-size: 24px;
        line-height: 1;
        transform: none
    }

    #SectionThree ul li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        width: 1%;
        z-index: 4
    }

    #SectionThree ul li:after {
        position: absolute;
        top: 72px;
        right: -125px!important;
        width: 51px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 193 54' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-410.585,-395.526)'%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,713.532,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,791.286,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-0.674229,4.12846e-17,869.399,2.46691)'%3E%3Cpath d='M419.958,395.526L446.857,449.324L393.059,449.324L419.958,395.526Z' style='fill:rgb(20,77,29);'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        content: '';
        transform: rotate(0deg)
    }

    #SectionThree ul li a,#SectionThree ul li a:link,#SectionThree ul li a:visited {
        color: #144D1D;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #SectionThree ul li a:hover,#SectionThree ul li a:focus,#SectionThree ul li a:active {
        color: #196125;
        text-decoration: none
    }

    #SectionThree ul li h5 {
        text-align: center;
        color: #144D1D;
        font-size: 24px;
        margin-top: 20px;
        width: 150px
    }

    #SectionThree ul li.rule {
        position: absolute;
        bottom: 145px;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 1px;
        border-top: 1px dashed #144D1D
    }

    #SectionThree ul li.rule:after {
        display: none
    }

    #SectionThree ul li.IconYourProduct svg {
        margin: 7px 17px 0 0;
        height: 109px;
        width: 122px
    }

    #SectionThree ul li.IconYourProduct h5 {
        margin: 20px 23px 0 0
    }

    #SectionThree ul li.IconYourProduct:after {
        right: -136px
    }

    #SectionThree ul li.IconPackagingMaterials svg {
        margin: 16px 0 0 9px;
        height: 102px;
        width: 141px
    }

    #SectionThree ul li.IconPackagingMaterials h5 {
        margin: 7px 0 0 18px
    }

    #SectionThree ul li.IconPackagingMaterials:after {
        right: -154px
    }

    #SectionThree ul li.IconPackagingEquipment svg {
        margin: 13px 0 0 8px;
        height: 109px;
        width: 143px
    }

    #SectionThree ul li.IconPackagingEquipment h5 {
        margin: 16px 0 0 8px
    }

    #SectionThree ul li.IconPackagingEquipment:after {
        right: -139px
    }

    #SectionThree ul li.IconSupport svg {
        margin: 11px 4px 0 0;
        height: 109px;
        width: 125px
    }

    #SectionThree ul li.IconSupport h5 {
        margin: 18px 0 0 0
    }

    #SectionThree ul li.IconSupport:after {
        right: -142px
    }

    #SectionThree ul li.IconPeople svg {
        margin: 0 0 0 16px;
        height: 117px;
        width: 135px
    }

    #SectionThree ul li.IconPeople h5 {
        margin: 20px 0 0 20px
    }

    #SectionThree ul li.IconPeople:after {
        display: none
    }


}

@media (min-width: 1231px) {
    #SectionThree ul li:after {
        right:-190px!important
    }
}

/*** HOMEPAGE SVG END***/