body{
	margin:0 auto;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Jost', sans-serif;

}
a:focus {
	outline: 0;
}
a{
	outline: 0;
}
a:focus, a:hover{
	text-decoration: unset;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
ul{
	margin:0px;
	padding:0px;
}
.padzero{
	padding:0 !important;
}
.navbar-brand{
	font-weight:500;
	font-size: 32px;
	color:#002f66 !important;
	line-height: 42px;
}
.navbar-collapse{
	justify-content:flex-end;
}
.nav-item {
	margin-right: 20px;
	font-size: 17px;
}
.tellno{
	margin-right:0px;
	display: flex;
	align-items: center;
}
.tellno a{
	font-weight:500;
	color: #0a1618 !important;
}
.navbar-nav{
	margin-top:6px;
}
.tellno span {
	width: 35px;
	height: 36px;
	display: inline-block;
	background: url('../images/sprite-1.png') no-repeat center;
	background-position: center -242px;
}
#forest-section, .printed-section{
	padding:6% 0%;	
	background:#f1f1f1;
}
.winpack-head{
	font-size:58px;
	font-weight:600;
	color:#000f4d;
	line-height: 74px;
}
.winpack-para{
	color:#051c2c;
	font-weight:400;
	font-size:20px;
	line-height: 34px;
}
.winpack-medium-head{
	color:#000f4d;
	font-size:20px;
	font-weight:400;
	letter-spacing: 1.5px;
}
/*.forest-img-section{*/
/*	padding: 6% 0%;*/
/*}*/
.forest-img-section .col-md-8{
	padding-left: 6rem;
}
.forest-img-section-inner .winpack-para{
	max-width: 92%;
}
.printed-section .winpack-head{
	font-size:46px;
}
.brand-box {
	position: absolute;
	width: 140px;
	text-align: center;
	background:#fff;
	top:55px;
	border-radius:12px;
	opacity:90%;
}
.brand-box div{
	width: 51px;
	margin: auto;
	background: #ccd5f4;
	padding: 0px 0px;
	border-radius: 50%;
	height: 51px;
}
.brand-box-sizes{
	right: 20px;
}
.brand-box img{
	width: 65%;
	margin-top: 10px;
}
.brand-box .winpack-para{
	color:#49506d;
	line-height: 22px;
}
.brand-box-packaging{
	width: 167px;
	top:unset;
	bottom: 120px;
}
.cartons-block{
	width:50%;
	transition:all .3s linear;
}
.cartons-content{
	 width: 80%;
}
.cartons-number-img {
  width: 20%;
  text-align: center;
  padding: 8px 0px;
  border-radius: 50%;
}
.cartons-number-img img{
	transition: all 0.3s ease-in-out;
	width:75%;
}
.cartons-block .winpack-para{
	line-height:28px;
	font-size: 17px;
}
.cartons-block > div{
	border-radius:12px;
	transition:all .3s linear;
}
.cartons-block:hover > div{
	box-shadow: 0px 5px 16px 2px rgba(15, 131, 244, 0.2);
	background:#fff;
}
.cartons-block:hover .cartons-number-img{
	background: #cfd7f3;
}
.cartons-block:hover .cartons-number-img img{
	width:60%;
}
#fefco-designs{
	padding:5% 0%;
	background:#f1f1f1;
}
.fefco-designs-btn {
	width: 100%;
	background: #a2e1a8 !important;
	border-color: #a2e1a8;
	font-size: 24px;
	color: #0a1618;
	font-weight: 600;
	padding: 0.7rem .75rem;
	border-radius:12px;
}
.btn-info.fefco-designs-btn:hover, .btn-info.fefco-designs-btn:active, .btn-info:not(:disabled):not(.disabled).active{
	border-color: #fff !important;
	background: #fff !important;
	color: #0a1618 !important;
	box-shadow: 0px 0px 10px 5px rgba(25, 24, 24, 0.05) !important;
}
#fefco-designs .col-md-2{
	flex: 0 0 20%;
	max-width: 20%;
}
.btn-info.fefco-designs-btn:focus{
	box-shadow: unset;
}
#winpack-manufacture{
	padding:5% 0%;
	background:#f1f1f1;
}
.ht-300{
	height: 300px;
}
.ht-200{
	height: 254px;
}
.list-group{
	flex-direction: row;
}
.list-group-item{
	border:0;
	width:50%;
	color:#051c2c;
	padding-left:2.3rem;
	font-size:16px;
}
.list-group-item:before{
	position:absolute;
	content:"";
	width:20px;
	height:2px;
	left:0;
	top: 22px;
	background: #051c2c;
}
.list-group-item{
	background:transparent;
}
#stock{
	padding:5% 0%;
	background:#f1f1f1;
}
.winpack-small-head{
	font-size: 24px;
	color: #002f66;
	font-weight: 600;
	line-height: 40px;
}
#stock .winpack-small-head{
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color:#002f66;
}
.stock-ceo{
	font-size:20px;
	color:#000f4d;
}
#stock .row .col-md-6:nth-child(2){
	padding-left:4rem;
}
#stock .row .col-md-6:nth-child(2) img{
	position: relative;
	z-index: 1;
}
.stock-angle-image {
	max-width: 470px;
	height: 314px;
	position: absolute;
	top: 96px;
	z-index: 0;
	left: 10px;
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.stock-dot-image {
	width: 140px;
	height: 247px;
	bottom: -44px;
	position: absolute;
	right: -38px;
	z-index: 0;
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.stock-counter .winpack-small-head{
	border-width:0 !important;
	color:#fff !important;
	font-weight:400;
}
.stock-counter .percent:after{
	content:"+";
}
.stock-counter .count{
	font-size:28px;
	font-weight:600;
	color:#fff;
}
.stock-counter{
	width: 150px;
	background: #494e6c;
	text-align: center;
	padding: 12px 0px;
	border-radius: 12px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 40px;
}
.mt-minus{
	margin-top:-6px;
}
#winpack-team{
	padding:5% 0%;
	background:#f1f1f1;
}
.winpack-team-owl-carousel .owl-prev span, .winpack-team-owl-carousel .owl-next span,
.client-say-owl-carousel .owl-prev span, .client-say-owl-carousel .owl-next span{
	width: 30px;
	height: 20px;
	display:inline-block;
	background:url('../images/sprite-1.png') no-repeat;
}
.winpack-team-owl-carousel button span, .client-say-owl-carousel button span{
	font-size:0;
}
.winpack-team-owl-carousel .owl-nav, .client-say-owl-carousel .owl-nav{
	text-align: center;
	margin-top: 3rem;
}
.client-say-owl-carousel .owl-nav{
	margin-top: 1rem;
}
.winpack-team-owl-carousel .owl-prev span, .client-say-owl-carousel .owl-prev span{
	background-position: -33px -329px;
}
.winpack-team-owl-carousel .owl-next span, .client-say-owl-carousel .owl-next span {
  background-position: -33px -112px;
}
.winpack-team-owl-carousel .owl-next, .client-say-owl-carousel .owl-next{
	margin-left: 30px;
}
.owl-prev:focus, .owl-next:focus{
	outline:0;
}
.winpack-team-owl-carousel .item{
	position:relative;
}
.winpack-team-carousel-name{
	font-size:30px;
	color:#fff;
	font-weight:500;
}
.winpack-team-carousel-para{
	font-size:20px;
	color:#fff;
	font-weight:400;
}
.winpack-team-carousel-content {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	opacity:0;
	transition:all .3s ease;
}
.winpack-team-owl-carousel .item::before {
	position: absolute;
	content: "";
	background: #454b65;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	opacity: 0%;
	transition:all .3s linear;
}
.winpack-team-owl-carousel .item:hover:before{
	opacity: 90%;
}
.winpack-team-owl-carousel .item:hover .winpack-team-carousel-content{
	opacity: 100%;
}
#join-team, #client-say, #winpack-news{
	padding:5% 0%;
	background:#f1f1f1;
}
.winpack-apply-now-btn {
	width: 127px;
	height: 127px;
	position: absolute;
	right: -110px;
	top: -120px;
	border-radius: 50%;
}
.winpack-apply-now-btn img{
	transition:all .3s linear;
	border-radius: 50%;
}
.winpack-apply-now-btn:hover img{
	box-shadow: 0px 0px 10px 5px rgba(26, 23, 23, 0.15) !important;
	transform: scale(1.1);
	filter: grayscale(100%);
}
#join-team .winpack-head{
	position:relative;
}
#join-team .winpack-head{
	display:inline-block;
}
#join-team .container{
	text-align:center;
}
#client-say .winpack-para{
	max-width:80%;
}
.owl-carousel.client-say-owl-carousel .owl-item img{
	width:auto;
	margin: auto;
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	top: 40px;
}
#client-say .owl-carousel.client-say-owl-carousel .winpack-para{
	max-width:80%;
	margin:auto;
	line-height: 37px;
}
.client-say-carousel {
	text-align: center;
}
.client-say-carousel-content .client-name{
	font-weight:500;
}
.client-name{
	font-size:18px;
	font-weight:400;
	color:#000f4d;
}
.client-say-carousel-content{
	background:#fff;
	max-width:80%;
	margin:auto;
}
.news-content .winpack-small-head{
	line-height:35px;	
}
.news-content{
	background:#fff;
}
a.client-name{
	color:#ed1c24;
	letter-spacing: 1.8px;
}
.client-name span{
	font-weight:500;
}
.winpack-date{
	font-size:36px;
	font-weight:600;
	color:#000f4d;
}
.news-img {
  position: relative;
}
.winpack-date-news{
	position: absolute;
	top: 40px;
	background: #fff;
	padding: 5px 20px;
	opacity: 90%;
	right: 0;
}
.winpack-date-news .winpack-small-head{
	margin-top:-12px;
}
#winpack-news .col-md-6{
	padding: 0px 12px !important;
}
#winpack-contactus .winpack-para{
	max-width:80%;
}
#winpack-contactus{
	padding-bottom:5%;
	background:#f1f1f1;
}
#call-winpack{
	background:#f1f1f1;
}
#call-winpack .winpack-head{
	display:inline-block;
	position:relative;
	font-size: 48px;
}
#call-winpack a.btn, .winppack-measurements .btn{
	padding: .8rem 3rem;
	font-size: 20px;
	background: #002f66;
	border: 0;
	transition: all .3s linear;
	border-radius: 13px;
}
.winppack-measurements .btn {
  padding: .8rem 6rem;
}
#call-winpack a.btn:hover{
	color:#002f66;
	background:#d8dbe1;
}
.btn.btn-info:focus{
	box-shadow:unset;
}
#social-section{
	min-height:534px;
	background:url('../images/footer-banner.png') no-repeat center;
	background-size:cover;
	position:relative;
}
#social-section .winpack-para{
	max-width:80%;
	margin:auto;
	text-align:center;
}
#social-section .list-group-item:before{
	content:unset;
}
#social-section .list-group{
	justify-content: center;
}
#social-section .list-group-item{
	width:auto !important;
}
.winpack-copyright p{
	font-weight:500;
	font-size:16px;
	color:#051c2c;
}
.winpack-copyright {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 13px;
}
#winpack-banner-section{
	background:url('../images/bnr-min.png') no-repeat center;
	background-size:cover;
	min-height:766px;
	position:relative;
}
.winpack-banner-img1 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 250px;
}
.winpack-banner-img2 {
	position: absolute;
	left: 0;
	bottom:0;
}
.winpack-banner-content {
	max-width: 60%;
	margin: auto;
	text-align: center;
	position:relative;
	margin-top:50px;
}
.winpack-banner-content h3 {
	font-weight: 400;
	letter-spacing: 4px;
}
body, html{
	height:100%;
}
#winpack-banner-section{
	height:100%;
}
.header-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 4;
	background: #fff;
}
.winpack-banner-content-logo {
	position: absolute;
	top: -144px;
	left: 50px;
}
.winpack-banner-content .winpack-apply-now-btn{
	right: 20px;
	top: -110px;
}
.winpack-down-arrow{
	width:100px;
	height:100px;
	background:url('../images/sprite-1.png') no-repeat;
	background-position:center;
}
.winpack-down-arrow {
	width: 50px;
	height: 42px;
	background: url('../images/sprite-1.png') no-repeat;
	background-position: -20px -168px;
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 140px;
	animation-name: floating;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	cursor: pointer;
}
@keyframes floating{0%{transform:translateY(0%);}50%{transform:translateY(8%);}100%{transform:translateY(0%);}
}
@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%);}50%{-webkit-transform:translateY(8%);}100%{-webkit-transform:translateY(0%);}}
.video-js {
width: 90%;
  border: 8px solid #000f4d;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 5px rgba(25, 24, 24, 0.44) !important;
  margin: 0 auto;
  display: block;
}
#winpack-video{
	background:#f0f0f0;
	padding:8% 0% 0%;
}
#diecut-boxes-section img{
	width:100%;
}
#diecut-boxes-section .test-hover{
	position:relative;
	overflow:hidden;
}
.apo-project-triangle {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: unset;
	border-style: solid;
	border-color: transparent transparent #000f4d transparent;
	transition: all 0.4s ease-out;
	opacity:80%;
	left:-4px;
}
#diecut-boxes-section .test-hover:hover .apo-project-triangle {
	border-bottom-width: 610px !important;
}
.diecut-boxes-hvr1 .test-hover:nth-child(1):before {
	content:unset !important;
}
.diecut-boxes-content{
	position: absolute;
	z-index: 9;
	bottom: 50px;
	left: 50px;
	opacity:0;
	visibility:hidden;
	transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
	
}
#diecut-boxes-section .test-hover:hover .diecut-boxes-content{
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: transform, opacity, visibility;
	transition-property: transform, opacity, visibility, -webkit-transform;
	transition-delay:100ms;
	opacity:1;
	visibility: visible;
	
}
.diecut-boxes-content-wrap h3{
	padding-bottom:10px;
}
.diecut-boxes-content-wrap .list-group-item{
	width:100%;
}
.diecut-boxes-content-wrap .list-group-item:before{
	background:#000;
}
section#diecut-boxes-section {
    background: #f1f1f1;
}

.diecut-boxes-content-wrap {
    background: #fff;
    padding:30px 25px;
    height: 275px;
    max-height: 100%;
}
.single-die-box {
    padding-bottom: 30px;
    
}
.single-die-box:hover .diecut-boxes-content-wrap {
    box-shadow: 0px 5px 16px 2px rgba(15, 131, 244, 0.2);
    border-radius: 10px;
    background:#a2e1a8;
}

.single-die-box {
    transition: all 0.3s ease-in-out;
}

.diecut-boxes-content-wrap {
    transition: all 0.3s ease-in-out;
}
.sticky_header {
  position: fixed !important;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
  background-color: #fff;
}
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px,-60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left.in-view, .animation-element.slide-top.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide-top*/
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
 /*animation slide-bottom*/

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.list-group .list-group-item a img{
	border-radius: 50%;
	transition:all .3s linear;
}
.list-group .list-group-item:hover a img{
	box-shadow: 0px 0px 10px 5px rgba(29, 23, 98, 0.2) !important;
}
.bounceInRight {
  animation-name: bounceInRight;
}
.bounceInLeft{
	animation-name: bounceInLeft;
}
.animated { 
  animation-duration: 1.25s;
}
#winpack-banner-section{
	overflow:hidden;
}
.scrollToTop {
	background: url('../images/scroll_img.png') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	width: 41px;
	height: 40px;
	position: fixed;
	right: 57px;
	bottom: 40px;
	background-repeat: no-repeat;
	z-index: 99;
	background-position: center;
	border-radius: 5px;
}
.bg_load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/arcicon-loader.gif) 50% 50% no-repeat #fff;
}
#winpack-contactus-page{
	padding:1% 0 5% 0%;
	background:#f1f1f1;
}
.h-86{
	height:86px;
}
.h-120{
	height:120px;
	background:#f1f1f1;
}
#winpack-contactus-page .winpack-para{
	max-width:80%;
	margin:auto;
}
.contact-us-content img{
	width: 50%;
  margin: 12px;
}
.winpack-contactus-page-mail{
	background:#fff;
	border-radius:12px;
	width:100%;
	margin-bottom: 20px;
}
.winpack-contactus-img {
	width: 50px;
	height: 50px;
	border: 1px dashed #b25357;
	border-radius: 50%;
	margin-bottom:25px !important;
}
textarea{
	resize:none;
}
.winpack-contact-form-inner{
	border-radius:12px;
	background: #fff;
}
.winpack-contact-form-inner .form-control{
	padding: 1.2rem 1.75rem;
	background:#f1f1f1;
	border: 0;
	border-radius: 12px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.winpack-submit-btn{
	text-align:center;
}
.winpack-submit-btn .btn{
	padding: 0.7rem 4rem;
	border-radius: 22px;
	background: #002f65;
	border: 0;
	font-size:20px;
}
.contact-us-content .row .col-md-4:nth-child(1) .winpack-contactus-page-mail .winpack-para:nth-child(3){
	margin-top: -2px !important;
}
.winpack-news-banner{
	position:relative;
}
.winpack-news-banner .winpack-date-news{
	left:0;
	right:unset;
}
#winpack-news-page{
	padding:5% 0%;
	background:#f1f1f1;
}
#winpack-news-page .winpack-head{
	font-size:36px;
}
#winpack-news-page .winpack-para{
	max-width:60%;
}
.box-design-2{
	margin-left:100px;
	position:relative;
}
.box-design-2 .winpack-apply-now-btn{
	right: 60px;
	top: -50px;
}
.winpack-measurements h2{
	font-size:36px;
}
.winppack-measurements-content .list-group{
	flex-direction: column;
}
.winppack-measurements-content .list-group-item::before{
	content:unset;
}
.winppack-measurements-content .list-group .list-group-item{
	font-size:18px;
}
.winppack-measurements .btn{
	padding: .8rem 6rem;
}
#winpack-news-page .winppack-measurements .winpack-para, .winpack-news-page-content .winpack-para{
	max-width:100% !important;
}
.bactive {
  color: #002f66 !important;
}
#client-say{
	padding-bottom:0px !important;
}
.h-80{
	height:80px;
	background:#f1f1f1;
}
.navbar-toggler:focus {
  outline: 0;
}
.owl-dots{
	display:none;	
}
@media (max-width: 767px) {
    .diecut-boxes-content-wrap{
        height:100%;
    }
	.social-section-copy{
		position:unset !important;
	}
	.winpack-copyright p{
		text-align:center !important;
	}
	.hidden-xs{
		display:none !important;
	}

.contact-us-content.mt-5{
	padding-top:20px;	
}
.winpack-contactus-page-mail.winpack-contactus-page-mail-mob .winpack-para{
		margin-bottom:0px !important;
		padding:0px 5px;
}
.scrollToTop{
	right:15px;	
}
#social-section{
	min-height:auto;	
}
.cartons-number-img{
	background: #cfd7f3 !important;	
}
.cartons-number-img img{
	width: 60% !important;
}
.cartons-block:hover > div{
	box-shadow:unset;
	background:unset !important;
}
.winpack-banner-section img {
	display: none !important;
}
.stock-dot-image {
	right: 0px;
}
.winpack-apply-now-btn {
    right: 0px;
}
#stock .row .col-md-6:nth-child(2) img {
    width: 100%;
	margin-top: 20px;
}
.stock-angle-image {
    left: 0px;
}
.forest-img-section-inner {
	width: 100%;
	display: block !important;
}
#forest-section .winpack-head{
	font-size: 22px !important;
}
.winpack-head {
    font-size: 24px !important;
    line-height: 35px;
	text-align: center !important;
	padding-top:25px;
	margin-bottom: 10px !important;
}
.winpack-banner-content-logo {
    top: -90px;
    left: 10px;
    width: 100px;
}
#winpack-banner-section {
    min-height: 715px;
}
.winpack-banner-content .winpack-apply-now-btn {
	top: -100px;
    right: 20px;
}
/* .winpack-banner-img1, .winpack-banner-img2 { */
	/* display: none !important; */
/* } */
#fefco-designs .col-md-2 {
    flex: 0 0 32%;
    max-width: 34%;
}
#call-winpack {
    padding-bottom: 25px;
}
.px-4 {
    padding-left: 0px !important;
}
.winpack-medium-head {
    text-align: center;
}
.pl-4 {
    padding-left: 15px !important;
	 padding-right: 15px !important;
}
.pr-0 {
    padding-right: 15px !important;
}
.pr-0 img {
	margin-bottom: 30px;
}
.pr-4, .px-4 {
    padding-right: 15px !important;
}
#winpack-news .mb-4 {
	display: block !important;
}
.news-img img {
	width: 100% !important;
}
#winpack-news .col-md-6 {
    padding: 0px 15px !important;
}
.news-content div {
	padding: 15px;
}
.winpack-copyright {
    position: unset;
    right: 0;
}
.client-say-carousel-content {
    max-width: 100%;
}
.cartons-block {
    width: 100%;
}
.px-3 {
    padding-right: 0rem!important;
}
 .px-3 {
    padding-left: 0rem!important;
}
.fefco-designs-btn {
    font-size: 18px;
}
.px-0 {
    padding-left: 15px !important;
	padding-right: 15px !important;
}
.forest-img-section .col-md-8 {
    padding-left: 15px !important;
}
.diecut-boxes-content {
    bottom: 15px;
    left: 20px;
}
.h-120, .h-80 {
    height: 15px;
}
.winpack-para {
    text-align: center;
	margin-bottom: 15px !important;
}
#winpack-news .winpack-para {
    text-align: left !important;
	margin-bottom: 10px !important;
} 
.winpack-banner-content {
    max-width: 100%;
}
.winpack-banner-content {
    margin-top: -75px;
}
.winpack-banner-content h3 {
    margin-bottom: 15px !important;
    font-size: 22px;
    line-height: 34px;
}
.forest-img-section {
    padding: 20px 0px;
}
.px-0 img {
	padding: 30px 0px;
}
.cartons-content p {
	text-align: left !important;
}
.py-3 {
    padding-bottom: 0px !important;
}
.padzero {
    display: block !important;
}
.pl-3 {
    margin-bottom: 20px;
}
.winpack-small-head {
    font-size: 19px;
    line-height: 30px;
	margin-bottom: 15px !important;
}
#stock .row .col-md-6:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px !important;
}
.stock-dot-image img, .stock-angle-image img {
	display: none;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    float: right;
    margin: 5px 0px;
}
/* #join-team .winpack-apply-now-btn, #call-winpack .winpack-apply-now-btn { */
	/* display: none; */
/* } */
#join-team .winpack-apply-now-btn {
    right: -30px;
    top: -70px;
}
#call-winpack .winpack-apply-now-btn {
    right: -30px;
    top: -135px;
}
#client-say .winpack-para {
    max-width: 100%;
}
#join-team {
    padding: 0% 0%;
    background: #f1f1f1;
}
.winpack-team-owl-carousel .owl-nav {
    text-align: center;
    margin-top: 1rem;
}
.owl-carousel.client-say-owl-carousel .owl-item img {
    top: 30px;
}
 .py-5 {
    padding-bottom: 1rem!important;
}
.pb-5 {
    padding-bottom: 0rem!important;
}
#social-section {
	padding-top: 30px;
	padding-bottom:20px;
}
#call-winpack .col-md-8 {
	text-align: center !important;
}
#social-section .winpack-para {
    max-width: 100%;
}
.forest-img-section-inner .winpack-para {
    max-width: 100%;
}
.apo-project-triangle {
	opacity: 100%;
}
.list-group-item {
    width: 100%;
}
#client-say .owl-carousel.client-say-owl-carousel .winpack-para {
    max-width: 90%;
}
.apo-project-triangle {
	opacity:100% !important;
}
.winpack-banner-img1 {
	width: 115px;
}
.winpack-banner-img2  {
	width: 140px;
}
.diecut-boxes-content{
	opacity:1 !important;
}
#winpack-news-page .winpack-news-banner img {
	height: 170px;
	object-fit: cover;
}
.h-86 {
    height: 30px;
}
.pt-5 {
    padding-top: 15px !important;
}
#winpack-news-page .client-name {
    text-align: center !important;
    margin-bottom: 10px;
}
.mt-5 {
    margin-top: -1rem!important;
}
.winpack-news-box-image {
	margin-top: 1rem !important;
	    padding-bottom: 20px;
}
#winpack-contactus-page .winpack-para {
	max-width: 100%;
}
.winpack-contactus-page-mail {
	margin-bottom: 20px !important;
}
.winpack-contact-form-inner {
	padding: 25px !important;
}
.winpack-contactus-page-mail  {
	
}
.winpack-contact-form-inner .form-control {
    padding: 12px 20px !important;
	 margin-bottom: 20px;
}
.winpack-contact-form-inner {
	padding: 25px 15px !important;
    margin-bottom: 25px;
}
.winppack-measurements-content .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0rem;
}
.winppack-measurements .btn {
    margin-top: 0px !important;
	    width: 100%;
}
.winppack-measurements-content {
    margin-bottom: 0rem !important;
}
#winpack-news-page .winpack-para {
    max-width: 100%;
}
.winpack-news-box-image  .box-design-2 .winpack-apply-now-btn {
    right: 15px;
    top: -210px;
}
.winpack-apply-now-btn img {
	width: 70px;
}
.winpack-apply-now-btn {
    width: 70px;
    height: 70px;
}
.winpack-banner-section .winpack-apply-now-btn {
	display: block !important;
}
.winpack-news-box-image {
	display: block !important;
}
.box-design-2 {
    margin-left: 0px !important;
    position: relative;
    margin: 25px 0px 15px 0px;
}
.diecut-boxes-content {
    opacity: 1;
    visibility: unset;
}
#diecut-boxes-section .test-hover .apo-project-triangle {
    border-bottom-width: 525px !important;
}
#winpack-manufacture .row {
	    flex-direction: column-reverse;
}
.navbar-brand{
	font-size: 28px;
}
}
.social-section-copy{
	position:absolute;
	bottom:0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-area .container{
		max-width:unset !important;
	}
	.winpack-apply-now-btn, .brand-box-sizes, .brand-box-packaging, .stock-angle-image, .stock-dot-image{
		display:none !important;
	}
	#winpack-banner-section .winpack-banner-img1{
		max-width: 150px !important;
	}
	#winpack-banner-section .winpack-banner-img2{
		max-width: 250px !important;
	}
	.winpack-banner-content-logo{
		left: 0;
		right: 0;
		margin: auto;
	}
	.printed-section .winpack-head {
		font-size: 42px !important;
	}
	.winpack-head{
		font-size: 50px !important;
		line-height: 60px !important;
	}
	#call-winpack a.btn, .winppack-measurements .btn{
		margin-bottom: 25px !important;
	}
	.cartons-content h3{
		font-size: 1rem !important;
	}
	#winpack-news .container, #winpack-team .container, #fefco-designs .container, #winpack-video .container, #forest-section .container, #winpack-manufacture .container, #stock .container, #join-team .container, #client-say .container, #call-winpack .container{
		max-width: 960px !important;
	}
	/* #diecut-boxes-section .diecut-boxes-content{ */
		/* opacity: 1 !important; */
		/* visibility: visible !important; */
	/* } */
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-area .container{
		max-width:1200px !important;
	}
	.winpack-apply-now-btn, .brand-box-sizes, .brand-box-packaging, .stock-angle-image, .stock-dot-image{
		display:none !important;
	}
	#call-winpack a.btn, .winppack-measurements .btn{
		margin-bottom: 25px !important;
	}
	.winpack-banner-content-logo{
		left: 0;
		right: 0;
		margin: auto;
	}
	#winpack-banner-section .winpack-banner-img1{
		max-width: 150px !important;
	}
	#winpack-banner-section .winpack-banner-img2{
		max-width: 250px !important;
	}
	/* #diecut-boxes-section .diecut-boxes-content{ */
		/* opacity: 1 !important; */
		/* visibility: visible !important; */
	/* } */
	/* #diecut-boxes-section .apo-project-triangle */
		/* border-style: solid; */
		/* border-color: transparent transparent #000f4d transparent; */
    /* } */
}
#forest-section {
  overflow: hidden;
}