/*!
Theme Name: Indevco Plastics
Theme URI: https://indevcoplastics.com/
Author: Underscores.me
Author URI: https://indevcoplastics.com/
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: autodrill
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

*{
padding: 0;
margin: 0;
}
@font-face {
    font-family: "Proxima Nova Black";
    src: url("assets/fonts/ProximaNova-Black.otf");
}
@font-face {
    font-family: "Proxima Nova Bold";
    src: url("assets/fonts/ProximaNova-Bold.otf");
}
@font-face {
    font-family: "Proxima Nova Regular";
    src: url("assets/fonts/ProximaNova-Bold.otf");
	font-weight: bold;
}
@font-face {
    font-family: "Proxima Nova Regular";
    src: url("assets/fonts/ProximaNova-Bold.otf");
	font-weight: 700;
}
@font-face {
    font-family: "Proxima Nova Regular";
    src: url("assets/fonts/ProximaNova-Bold.otf");
	font-weight: bolder;
}
@font-face {
    font-family: "Proxima Nova Regular";
    src: url("assets/fonts/ProximaNova-Regular.otf");
	font-weight: normal;
}
@font-face {
    font-family: "Proxima Nova Regular";
    src: url("assets/fonts/ProximaNova-Semibold.ttf");
	font-weight: 600;
}
@font-face {
    font-family: "Proxima Nova Semibold";
    src: url("assets/fonts/ProximaNova-Semibold.ttf");
}
body {
    font-family: "Proxima Nova Regular";
    font-size: 16px;
    color: #000;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

img {
    display: block;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.clear {
    margin-top: 0;
    line-height: 0;
    clear: both;
}

h2 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 40px;
    color: #1e3f7c;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    color: #595959;
}
h4 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 30px;
    color: #1e3f7c;
    margin-bottom: 30px;
}

.fontTwen {
    font-size: 20px;
}

.fontTwenFour {
    font-size: 24px;
}

.fontSm {
    font-size: 14px;
}

.yellow {
    color: #ffa200;
}

.grey {
    color: #595959;
}

.lightGrey {
    color: #797b7d;
}

ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}

.merri {
    font-family: 'Merriweather', serif;
}

.merriBold {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.proSmB {
    font-family: "Proxima Nova Semibold";
}

.top {
    margin-top: 78px;
}

.navWhite a,
.navWhite i {
    color: #1e3f7b !important;
}

/*  custom css  */


/*  topNav css start  */
.topNav li:first-child a {
    margin-left: 0;
}
.topNavCol{
    background-color: #f3f7f9;
}
.topNav a {
    line-height: 50px;
    margin-left: 40px;
    color: #5f5f5f;
}

.topNav a i {
    color: #1f407c;
/*     background-color: #1f407c; */
    padding: 5px 7px;
}

.topNav a:hover,
.active {
    color: #ffa200 !important;
}

.topNav a i:hover {
    color: #fff;
    background-color: #ffa200;
    color: #1e3f7c;
}

/*  topNav css end  */

/* mainNav and banner css start */
.nav-link {
    font-family: "Proxima Nova Bold";
    color: #fff !important;
    padding-left: 40px !important;
    z-index: 10;
	text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
    color: #ffa200 !important;
}

.bannerDiv {
    position: relative;
}
.bannerDiv::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(15, 43, 96, 0.8), rgba(30, 63, 124, 0));
  	position: absolute;
  	top: 0;
	z-index: 1;
}


.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.navbar.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #1f407c;
	padding: 15px 0 !important;
	transition: all .5s ease;
}
.navWhite.sticky{
	background-color: #fff;
	box-shadow: 0 0 5px #cecece;
}
.navbar.sticky .custom-logo{
	max-width: 180px;
}
.search-btn{
	background-color: #1f407c;
	border: none;
	padding: 4px 8px;
	color: #fff;
	margin-left: 10px;
}
.search-btn i{
	color: #fff !important;
}
.search-box{
	position: fixed;
	top: -100%;
	width: 100%;
	background: #1f407c;
	padding: 40px 0;
	z-index: 99999;
	transition: all .5s ease;
}
.search-box.open{
	top: 0;
}
.search-box label{
	width: 100%;
	position: relative;
}
.search-box .search-field{
	width: 100%;
	height: 60px;
	border: 1px solid #f2f2f2;
	padding: 15px;
}
.search-box form{
	position: relative;
}
.search-box .search-submit{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(assets/images/search.png);
	border: none;
	width: 35px; height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.close-search{
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
}
.banner img {
    width: 100%;
	height: 500px;
	object-fit: cover;
}
body.home .banner img {
	height: 700px;
}

.page-id-7428 .banner img {
    object-position: 65%;
}
.smallBan {
        height: 50vh !important;
    }

.bannerCont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Proxima Nova Semibold";
    font-size: 24px;
    text-align: center;
	z-index: 2;
	margin-top: 25px;
}
.bannerCont.homePage{
    text-align: left;
}
.bannerCont.homePage p{
    margin-bottom: 0;
}
.bannerCont h1{
	font-style: italic;
}

h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
	font-weight: 700;
}

.bannerBtn {
    font-family: "Proxima Nova Bold";
    color: #0a2d51;
    background-color: #ffa200;
    padding: 15px 60px;
    border-radius: 0;
	text-transform: uppercase;
}

.bannerBtn:hover {
    background-color: #fff;
    color: #0a2d51;
}

.navbarMine {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: none;
}

.fa-bars {
    color: #fff;
    font-size: 25px;
    padding: 10px;
}

/* mainNav and banner css end */


/* OCG start */
.homeOCG {
    font-family: "Proxima Nova Regular";
    color: #797a7e;
}

.homeOCGDiv {
    background-color: #1f407c;
    color: #fff;
    font-family: "Proxima Nova Semibold";
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.homeOCGDiv h2,
.homeMarket h2 {
    color: #fff;
}

.big {
    color: #f3f4f7;
    font-size: 120px;
    font-family: "Proxima Nova Black";
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    position: relative;
    z-index: -5;
}

/* OCG end */


/* homeCore start */
.common{
    position: relative;
    padding-bottom: 70px;
}
.common::after{
    content: 'OUR COMMON GOOD';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #f4f5f7;
    font-size: 115px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-shadow:  -2px 2px 0 #f4f5f7, 2px 2px 0 #f4f5f7, 2px -2px 0 #f4f5f7, -2px -2px 0 #f4f5f7;
    line-height: 1;
}

.homeCore {
    background-color: #e9e9e9;
    color: #797b7d;
	position: relative;
}

.homeCoreDiv img {
    width: 100%;
    border-bottom: solid 5px #ffa200;
}

.homeCoreDiv>div {
    margin-top: 25px;
}

.homeCoreDiv a {
    color: #ffa100;
    font-size: 14px;
/*     border-left: solid 2px #1e3f7c; */
    padding-left: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
	position: relative;
}

.homeCoreDiv a::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 3px;
	height: 11px;
	background: #1e3f7c;
}

.homeCoreDiv a:hover {
    color: #1e3f7c;
}

.homeCoreDiv>div {
    background-color: #fff;
    padding: 0;
}

.homeCoreDiv.row-cols-lg-3>* {
    width: 32%;
}

.homeCoreDiv.row-cols-lg-3>* {
    width: 32%;
}

.homeCoreCont {
    padding: 25px;
}
.build-text{
    min-height: 72px;
	margin-bottom: 8px
}

.homeCoreBorderDiv {
    position: relative;
}

.homeCoreBorderDiv h2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    background-color: #cfcfd1;
    z-index: 0;
    height: 3px;
}

.coreHeadBack {
    background-color: #e9e9e9;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

/* homeCore end */

/* homeMarket start */
.homeMarket {
    background-image: url(assets/images/ina-market-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.marketGrid>div {
    display: grid;
    max-width: 200px;

}

.marketGridDiv {
    background-color: #e8e8e8;
    color: #595959;
    padding: 25px;
	height: 100%;
}
.marketGridDiv img{
	height: 100px;
	width: 100px;
}

.marketGridDiv:hover img {
    filter: invert(19%) sepia(18%) saturate(5039%) hue-rotate(198deg) brightness(100%) contrast(90%);
}

.marketGridDiv:hover {
    cursor: pointer;
}

.marketGridDiv:hover img {
    filter: invert(54%) sepia(89%) saturate(1483%) hue-rotate(5deg) brightness(110%) contrast(103%);
}

.marketGridDiv p {
    margin-bottom: 0;
}

/* homeMarket end */

/* homeMember start */
.homeMember {
    background-color: #eef5fb;
}

.homeMemberDiv {
    border-left: solid 2px #1E3F7C;
    color: #454d5b;
	padding-left: 10px;
    margin-bottom: 15px;
}

.homeMemberDiv .heading {
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    color: #555;
}

.homeMemberDiv ul li {
    margin-top: 7px;
    font-size: 20px;
}

.homeMemberDivBig {
    display: grid;
}

/* homeMember end */


/* footer start */
.footerDiv {
    background-color: #1e3f7c;
}

.footerHead {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #fff;
}

.footerDiv a {
    margin-top: 5px;
    color: #b5c5e3;
}
.footerDiv ul li{
	margin-bottom: 5px;
}
.footerDiv a:hover {
    color: #ffa200;
}

/* footer end */


/* copyright start */
.copyrightDiv {
    font-size: 14px;
    color: #1e3f7b;
}

.copyrightDiv a {
    color: #1e3f7b;
    text-decoration: underline;
}

.copyrightDiv a:hover {
    color: #ffa200;
}

.copyrightDiv i {
    padding: 5px 7px;
    margin-left: 5px;
/*     background-color: #0274b3; */
    color: #1f407c;
}

.copyrightDiv i:hover {
    background-color: #ffa200;

}

/* copyright end */

/* home swiper start */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #cdd4d9;
    border: solid 2px transparent;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    border: solid 2px #ffa200;
}

/* home swiper end */



/* =========================================== about page =========================================== */

p{
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0;
}

.about-intro{
    padding: 60px 0;
    background-color: #20407d;
}
.about-intro p{
    color: #fff;
}

.abt-philosophy{
    background-color: #f7f7f7;
    background-image: url(assets/images/abt-philosophy.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}


.abt-promise{
    padding: 100px 0 170px;
}

.abt-pr-box{
    background-color: #ececec;
    padding: 40px 20px;
    height: 100%;
}
.abt-pr-box h5{
    color: #20407d !important;
    font-size: 22px;
    margin-bottom: 20px;
}
.abt-pr-box p{
    color: #000 !important;
    line-height: 1.2;
}

.abt-team{
    padding: 90px 0 90px;
    min-height: 750px;
    background-image: url(assets/images/about-team.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
	background-size: cover;
}
.abt-team::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 16, 46, 0.6), rgba(31, 63, 124, 0));
    position: absolute;
    top: 0;
    left: 0;
}
.abt-team p{
	font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    font-weight: 600;
}


/* ======================== contact page ======================== */

.cont-info{
    padding: 0 0 90px;
    position: relative;
    margin-top: -50px;
}

.cont-box{
    box-shadow: 0 0 10px #464646;
}
.cont-box figure{
    border-bottom: 3px solid #eda515;
}
.abt-text{
    padding: 30px 40px;
}
.abt-text h4{
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular";
}
.abt-text p{
    font-size: 22px;
}
.abt-text a{
    color: #eda515;
    border-left: 2px solid #20407d;
    padding-left: 10px;
	font-size: 14px;
}
.abt-text a:hover{
    color: #20407d;
}
.loc-item:not(:first-child){
    border-top: 2px solid #a9a9a9;
    padding: 30px 0;
}
.loc-item:first-child{
    padding: 30px 0;
}
.loc-item:last-child{
	border-top: none;
	padding-top: 0;
}
.loc-item:last-child .col-md-5,
.loc-item:last-child .col-md-4{
	border-top: 2px solid #a9a9a9;
	padding-top: 30px;
}

.locations h5{
    color: #20407d;
    font-weight: 700;
    text-transform: uppercase;
}
.locations p{
    font-size: 22px;
}
.locations a:not(.website){
    color: #000;
}
.locations a:not(.website):hover{
    color: #0437b6;
}
.locations a.website{
    color: #0437b6;
    text-decoration: underline;
}


/* ===============================================media page start ==================================*/
.media-info{
    padding: 60px 0 90px;
}
.media-info p{
    font-size: 22px;
}
.media-info .row{
    border-bottom: 2px solid #a9a9a9;
    padding-bottom: 30px;
}


.mediaTradeDiv {
    background-color: #e9e9e9;
}

.calenderDays {
    background-color: #ffa200;
    color: #000;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.confDiv {
    row-gap: 30px;
}

.mediaConfDiv {
    background-color: #ffff;
    height: 100%;
}
.confHead {
    padding: 15px;
    border-bottom: solid 1px #dee2e6 !important;
}
.confHeadImg{
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mediaConfDiv .title{
    color: #1a3b71;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    min-height: 60px;
}
.confCont{
    padding: 20px 0 30px;
}
.confCont p{
    font-size: 18px;
}

.mediaNews {
    padding: 0 100px;
}

.mediaNewsGrid{
    padding-top: 40px;
	padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.news-cont .row:last-child{
	border: none;
}
.pagination{
	justify-content: center;
}

.news-cont .row:last-child{border-bottom: none;}
.news-cont .row:first-child{padding-top: 0;}

.mediaNewsGrid+.mediaNewsGrid {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.mediaNewsGrid h3 {
    margin-bottom: 15px;
}

.mediaNewsGrid p {
    line-height: 2;
    margin: 20px 0 15px;
}

.mediaNewsImg img {
    max-width: 100%;
    margin: auto;
}

.mediaBtnDiv {
    text-align: center;
    display: flex;
    justify-content: center;
}

.mediaBtnDiv li a {
    padding: 7px 12px;
    color: #595959;
    font-family: "Proxima Nova Semibold";
}

.mediaBtnDiv li a:hover {
    background-color: #1f407c;
    color: #fff;
}

.mediaBtn {
    font-family: "Proxima Nova Bold";
    color: #0a2d51;
    background-color: #ffa200;
    padding: 15px 60px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
}

.mediaBtn:hover {
    background-color: #0a2d51;
    color: #fff;
}
.news-date{
    background-color: #1a3b71;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}
.borderBtn{
    text-transform: uppercase;
    color: #eda515;
    border-left: 4px solid #1a3b71;
    padding-left: 15px;
    line-height: 1;
}


/* =======================market ========================= */
.market {
    text-align: center;
}
.market-img{
	margin-top: -120px;
	position: relative;
}
.page-template-template-market .solidBanner{
	padding-bottom: 130px;
}

.marketPageGrid {
    justify-content: center;
}

.marketPageGrid>div {
    margin-top: 20px;

}

.marketPageGrid img {
    border-bottom: solid 5px #ffa200;
	width: 100%;
    max-width: 100%;
    margin: auto;
	height: 200px;
	object-fit: cover;
}

.marketPageGrid p {
    color: #1e3f7b;
    font-family: "Proxima Nova Semibold";
    padding: 10px 25px;
    margin-bottom: 0;
}




/* tradeshow start */

.solidBanner {
    background-color: #1e3f7c;
    color: #fff !important;
    padding-bottom: 80px;
	padding-top: 80px;
}
.single-products .solidBanner{
	padding-top: 10px;
}
.solidBanner h1{
	font-size: 50px;
	font-style: italic;
}
.solidBanner h3{
	font-family: "Proxima Nova Regular";
	font-size: 20px;
}
.breadcrumb {
    margin: 0;
    padding: 20px 0;
}

.breadcrumb a {
    color: #1e3f7c;
}
.single-products .breadcrumb a {
    color: #fff;
}
.breadcrumb a.active {
    color: #ffa200 !important;
    pointer-events: none;
}

.breadcrumb a:hover {
    color: #ffa200;
}

.breadcrumb li+li::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}


/* newsdetails */
.newsDetailGrid h2 {
    text-align: left;
}
.newsDetailGrid h1{
	color: #1e3f7c;
	font-size: 36px;
}

.newsDetailGrid .calenderDays {
    margin: 30px 0;
}

.newsDetailGrid {
    max-width: 970px;
    margin: auto;
}

.newsDetailGrid img {
    width: 100%;
    height: 450px;
    object-fit: cover;
	margin-bottom: 40px;
}

/* .newsDetailGrid p+p {
    margin-top: 40px;
} */

.newsDetailGrid .subHead {
    margin: 40px 0 30px;
    font-size: 24px;
    color: #595959;
    font-family: "Proxima Nova Bold";
}

.mediaContactHead {
    font-weight: 700;
    color: #1e3f7b;
    margin-top: 40px;
}

.mediaCon {
    line-height: 1.8;
    font-size: 17px;
}

.mediaCon a {
    color: #595959;
}

.mediaCon a:hover {
    color: #1e3f7b;
    text-decoration: underline;
}

/* build products */
.buildProduct {
    align-items: center;
}

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

.buildProduct .imgGrid img {
    margin-top: 10px;
    max-width: 100%;
    margin: 10px auto 0;
}

.buildingBack {
    background-color: #f2f2f2;
}

.buildHead {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    margin-top: 30px;
    color: #1e3f7c;
	font-size: 25px;
	line-height: 1.5;
}
.buildingBack .row{
    width: 90%;
    margin: auto;
}
.buildingBack ul li{
    list-style-type: none;
    margin-left: 40px;
    margin-top: 13px;
	position: relative;
	padding-left: 20px;
}
.buildingBack ul li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #1e3f7c;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.buildingBack .buildHead{
    margin-top: 0;
}
.buildMemGrid img{
    max-width: 100%;
}
.buildMemGrid{
    justify-content: center;
    row-gap: 15px;
}
.buildMemGrid img{
    margin: auto;
}

/* recycling */

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

.recycle-cont a{
    color: #eda515;
    text-decoration: underline;
    font-weight: 600;
}

.recycle .imgGrid img {
    max-width: 100%;
    margin: auto;
}
.recycle .note{
    font-family: "Proxima Nova Semibold";
    color: #1f3f7b;   
    font-size: 20px;
}
.recycle .note a{
    color: #ffa100;
    text-decoration: underline;
}
.recycle .note a:hover{
    color: #797b7d;
}
.recycleMate{
    background-color: #ececee;
}
.recycle-box{
    border-left: 2px solid #1a3b71;
    padding-left: 20px;
}
.recycle-box p{
    margin-bottom: 10px;
}
.recycle-box h5{
    color: #1a3b71;
    font-weight: 600;
}
.recycle-box h4{
	font-family: "Proxima Nova Regular";
}
.recycle-box ul li{
	position: relative;
	padding-left: 20px;
}
.recycle-box ul li::before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #1e3f7c;
	position: absolute;
	top: 7px;
	left: 0;
}
.recycle-right{
    background-color: rgb(255 255 255 / 85%) !important;
    padding: 30px 60px;
}
.buildConGrid .recycle-right h2 {
    color: #1a3b71 !important;
	text-align: center;
	margin-bottom: 15px;
}
.recycle-right p{
    color: #000 !important;
	font-size: 18px;
}

.wp-block-cover.panel-construction {
	min-height: auto;
	padding-top: 300px;
	padding-bottom: 30px
}

.tablet-mobile-version {
	display: none;
}

@media (max-width: 991px) {
	.tablet-mobile-version {
		display: block;
		width: 80%;
		margin: 30px auto;
	}
	
	.wp-block-cover.panel-construction {
		display: none;
	}
}


.recycle-env > .wp-block-group__inner-container{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.recycle-env .wp-block-group{
	text-align: center;
	min-width: 180px;
}
.recycle-env figure{
	min-height: 90px;
}
.recycle-env img{
	display: inline;
	width: 96px;
}

.buildMemGrid{
    margin-bottom: 80px;
}
.buildConGrid{
    align-items: center;
}
.buildConGrid h2{
    text-align: left;
}
.buildConGrid img{
    max-width: 100%;
    margin: auto;
}
.CDMaterial{
    background-color: #eef5fb;
}

.CDMaterial .row{
    width: 85%;
    margin: auto;
    row-gap: 20px;
}
.marKUl li{
    list-style-type: disc;
    margin-left: 15px;
    margin-top: 10px;
}
.marKUl li::marker{
    color: #1e3f7c;
}
.requestForm{
    background-color: #eef5fb;
}
.requestForm p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

/* beverage start */
.solidTextCen{
    text-align: center;
    padding-bottom: 160px;
}
.solidTextCen .breadcrumb{
    justify-content: center;
}
.beverageDiv{
    width: 85%;
    margin: auto;
}
.mkt-img img{
	width: 100%;
	height: 500px;
    object-fit: cover;
	border-bottom: 10px solid #ffa200;
	margin-bottom: 40px;
}

.beverageDiv p+p{
    margin-top: 30px;
}
.beverageBack{
    background: url(assets/images/market-product-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.beverageBack .cat-title{
	color: #fff;
	font-size: 30px;
}
.beverageItem{
    text-align: center;
    color: #fff;
}
.beverageItem img{
    border-bottom: solid 7px #ffa200;
    margin: 0 auto 15px;
    max-width: 100%;
}
.beverageItem .headingPara{
	color: #fff;
	font-size: 24px;
}

.beverageGrid{
    justify-content: center;
    row-gap: 25px;
}

/* ffs */
.ffsGrid{
    line-height: 1.8;
	margin-top: -160px;
}
.ffsGridCont{
	margin-top: 90px;
}
.ffsGrid p{
    margin: 30px 30px 30px 0;
}
.ffsGrid img{
    max-width: 80%;
    margin: auto;
}
.ffsGrid ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.ffsGrid ul li a{
    width: 200px;
    display: inline-block;
    line-height: 50px;
    border: solid 1px #c6c6c6;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    font-family: "Proxima Nova Bold";
    color: #595959;
    font-size: 17px;
    text-transform: uppercase;
}
.ffsGrid ul li a:hover,
.ffsGrid ul li:first-child a{
    background-color: #ffa200;
    border: solid 1px #ffa200;
    color: #fff;
}
.ffsGrid ul li:first-child a:hover{
	color: #ffa200;
	background-color: #fff;
	border: solid 1px #ffa200;
}
.ffs_back{
    background-color: #e6edf9;
}
.productGridFffs{
    justify-content: center;
    row-gap: 20px;
}
.productGridFffs > li {
    display: grid;
    min-width: 220px;

}

.productGridFffs > li > a {
    color: #595959;
    padding: 25px 0;
    text-align: center;
}

.productGridFffs img {
    margin: 0 auto 15px;
	max-height: 80px;
}
.productGridFffs > li:hover {
    cursor: pointer;
}
.productGridFffs > li:hover img {
    filter: invert(54%) sepia(89%) saturate(1483%) hue-rotate(5deg) brightness(110%) contrast(103%);
}
.productGridFffs > li p{
	color: #38393b;
/* 	font-weight: 600; */
}
.proSustain{
    background-color: #e7f3f5;
}
.proSustain  img{
    max-width: 100%;
    margin: auto;
}
.proEnvironMent{
    background-image: url(assets/images/compare-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
	position: relative;
}
.proEnvironMent::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.proEnvironMentDiv{
    width: 85%;
    margin: auto;
}
.envBtn {
    font-family: "Proxima Nova Bold";
    color: #fff;
    background-color: #ffa200;
    padding: 15px 60px;
    border-radius: 0;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.envBtn:hover{
	color: #595959;
	background-color: #fff;
}
.btn-group{
	display: flex;
	gap: 15px;
}
.envBtn-outline{
	background-color: #fff;
	color: #595959;
}
.envBtn-outline:hover{
	color: #fff;
	background-color: #ffa200;
}
.env-text a{color: #fff;}
.env-text a:hover{color: #ffa200;}
.proFfsBorder{
    border-left: solid 2px #1e3f7c;
    margin-top: 30px;
}
.proFfsBorder .heading {
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    color: #1e3f7b;
    margin-left: 15px;
    margin-bottom: 10px;
}
.proFfsBorder p {
    margin-left: 15px;
	font-size: 22px;
}
/* ==================================ceo page start ==========================*/
.ceoImg img{
    margin: auto;
}

.ceoName{
    font-size: 24px;
    font-family: "Proxima Nova Bold";
}
.ceoDes{
    font-size: 20px;
    font-family: "Proxima Nova Bold";
    color: #1e3f7b;
}

.ceoBack{
    background-color: #e6edf9;
}
.ceoBack p{
    text-align: center;
    width: 90%;
    font-weight: 700;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
}
.ceoContGrid{
    row-gap: 20px;
}
.ceoContent{
    width: 80%;
    text-align: center;
}
.ceoContent p+p{
    margin-top: 30px;
}
.ceoFooter{
    row-gap: 30px;
}
.ceoFooter > div:first-of-type{
    font-family: "Proxima Nova Bold";
    font-size: 20px;
}

.ceoFooterDiv{
    position: relative;
    margin-bottom: 80px;
}
.ceoFooterDiv::before{
    content: '';
    background-color: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
}
.ceo-info{
    padding: 40px 0;
    background-color: #1a3b71;
}
.ceo-info p{
    color: #fff;
    font-weight: 600;
    font-size: 23px;
}
.ceo-middle{
    padding: 40px 0;
    background-color: #e6ecf8;
}
.ceo-end{
    padding: 40px 0;
}
.ceo-end h5{
    color: #1a3b71;
    font-weight: 600;
}

/* sustainability page */
.susBack{
    padding: 60px 0;
}

.panelSm{
    padding: 60px 0;
}
.susSec1Div{
    width: 85%;
    margin: auto;
}
.susSec1{
    background-color: #078199;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.susSec1 .head{
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    margin-bottom: 10px;
}
.susSecCeo h2{
    color: #078199;
    text-align: left;
}
.susSecCeo img{
    width: 100%;
    object-fit: cover;
    margin: auto;
}
.susSecCeo{
    line-height: 1.8;
    width: 85%;
    margin: auto;
}
.susSecCeo a{
    color: #0a2d51;
    background-color: #ffa200;
    font-weight: 700;
    padding: 15px 65px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.susSecCeo a:hover{
    background-color: #0a2d51;
    color: #fff;
}
.susSecMaterial{
    background-color: #f2f2f2;
    text-align: center;
}
.susSecMaterial h2{
    color: #078199;
}
.susSecMaterial p{
    width: 85%;
    margin: auto;
}
.susSecMatGrid{
    margin-top: 40px;
    row-gap: 20px;
}
.susMatTopDiv{
    padding: 30px;
    background-color: #fff;
    height: 100%;
}
.susSecMatGrid .innerList{
    margin-top: 15px;
}
.susSecMatGrid .innerList li{
    margin-top: 5px;
}
.susImgFlex{
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 40px;
}
.susImgFlex img{
    max-width: 100%;
}
.susArea{
    background-color: #027590;
}
.susArea h2{
    color: #fff;
    margin: 0;
}
.susHead{
    color: #1e3f7b;
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
}
.susSupplyChain .susHead{
    float: left;
}
.focus{
	background-color: #1e849a;
	padding: 40px 0;
}
.susSupplyChain{
    background-color: #fff;
    padding: 20px 40px;
    max-width: 1320px;
}
.susSupplyChainTop{
    float: right;
}
.susSupplyChainTop.soc{
    float: right;
}
.susSupplyChain img{
    display: inline-block;
    padding: 0 5px;
	max-width: 60px;
}
.susSupplyChain p{
    position: relative;
    padding: 0 20px;
}
.susSupplyChain p::before{
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #1e3f7c;
}
.susSupplyChain a{
	color: #ffa200;
	font-weight: 600;
}
.susSupplyChain a:hover{
	color: #1e3f7b;
}
.susSupplyColor{
	margin-top: 20px;
}
.susSupplyColor p::before{
    width: 3px;
}
.susSupplyColor p{
    color: #ffa100;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
}
.supply-chain{
	padding: 60px 0 350px;
	background-image: url(assets/images/suply-chain-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.env-chain{
	background-image: url(assets/images/recycle-bg.jpg);
	padding: 1px 0;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.env-chain .susEnvironment{
	margin-top: -300px;
}
.env-chain .waste{
	margin-top: 30px;
	margin-bottom: -100px;
	position: relative;
	z-index: 1;
}
.susEnvironment .susHeading, .susResponse .susHeading{
    color: #fff;
    background-color: #1f407c;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
}
.susTable{
    background-color: #fff;
    padding: 20px 40px 40px;
}
.susCont{
    margin: 15px 0 30px;
}
/* .susCont ul div{
    font-weight: 700;
} */
.susCont ul{
    padding: 20px 0 5px;
    width: 100%;
    margin: auto;
    align-items: baseline;
    row-gap: 20px;
}
.susCont ul li{
    padding: 0;
}
.susCont ul+ul{
    border-top: solid 2px #c8c8c8;
}
.susCont .subHead{
    text-transform: uppercase;
}
.susCont p{
    padding: 0;
}
.susCont p::before{
    display: none;
}

.social-res{
	background-image: url(assets/images/social-res.jpg);
	padding: 120px 0 50px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.susResponse{
    width: 100%;
    max-width: 485px;
    margin-left: auto;
}
.susCommunity{
    align-items: end;
}
.susCommunity .hashTag{
    margin-bottom: 80px;
}
.susResponse .susSupplyChain{
    padding: 20px 40px 40px;
}
/* .susResponse .susSupplyChain img, .susCommunity .susSupplyChain img{
    padding: 0;
} */
.susResponse .susCont, .susCommunity .susCont{
    margin-bottom: 0;
}
.susResponse .subHead, .susCommunity .subHead{
    margin-bottom: 5px;
}
.community{
	background-image: url(/wp-content/uploads/2024/01/community-sustainability-background.jpg);
	padding: 80px 0 1px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin-bottom: 20px;
}

.community-img{
	position: relative;
}
.community-img img{
    width: 100%;
    height: auto;
}
.community-img figcaption{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5%;
	font-family: "Proxima Nova Bold";
}
.susCommunity{
    margin-left: 0;
    margin-right: auto;
}
.susCommunity .susSupplyChain{
    padding: 20px 40px 40px;
    margin-bottom: -60px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 40px #1a1a1a;
}
.susMember h2{
    color: #078199;
}
.susMember img{
    margin: auto;
    max-width: 100%;
}
.susMember .left img{
	min-width: 250px;
}
.susBack{
    background-image: url(assets/images/sustainability_background1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.susFoot{
    background-image: url(assets/images/sustainability_background3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 80vh;
    display: flex;
    align-items: center;
}
.hashTag{
    font-size: 36px;
    color: #fff;
    font-family: "Proxima Nova Bold";
    text-align: right;
   
}






/* customize */

.panel {
    padding-top: 80px;
    padding-bottom: 80px;
}

.panelBot {
    padding-bottom: 80px;
}
.CDMaterial .heading {
    font-size: 24px;
    font-family: "Proxima Nova Bold";
    color: #1e3f7b;
}
/* form */
.requestForm form{
    width: 90%;
    margin: auto;
}
.requestForm form label{
    font-size: 17px;
    font-family: "Proxima Nova Semibold";
}
.requestForm form .require{
    color: #df1616;
}
.requestForm form input, .requestForm form textarea, .requestForm form select{
    width: 100%;
    margin: 10px 0 20px;
    padding: 15px;
    border: solid 1px #becad4;
    background-color: #fff;
    font-weight: 300;
    color: #8c8c8c;
}
.requestForm form input:focus, .requestForm form textarea:focus{
    outline: none;
}
.requestForm form textarea{
    resize: none;
}
.requestForm form select{
    /* padding: 17px; */
}
.requestForm form input[type=submit]{
    padding: 15px 60px;
    background-color: #ffa200;
	font-weight: bold;
    color: #0a2d51;
    border: none;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    width: auto;
	transition: 0.3s all ease-in-out;
	text-transform: uppercase;
}
.requestForm form input[type=submit]:hover{
    background-color: #1e3f7b;
	color: #fff;
}





/*------------------Responsive ----------------------------*/
@media only screen and (max-width:1399px) {
    .big {
        font-size: 105px;
        line-height: 60px;
    }
}

@media only screen and (max-width:1199px) {
    .banner img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .smallBan {
        height: 50vh !important;
    }

    .homeOCG {
        padding: 0 3rem;
    }

    .big {
        font-size: 90px;
        line-height: 50px;
    }

    .mediaNews {
        padding: 0 50px;
    }
}

@media only screen and (max-width:991px) {
    .navbarMine {
        display: block;
    }

    .big {
        font-size: 70px;
        line-height: 40px;
    }

    .homeCoreDiv.row-cols-lg-3>* {
        width: 48%;
    }

    .footerHead {
        margin-bottom: 0.2rem;
    }

    .navbar-mobile {
        position: relative;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgb(31, 64, 124, 0.9);
        padding: 10px 0;
		margin: 10px 0;
        transition: 0.3s;
        z-index: 999;
    }

    .navbarMine[aria-expanded='true'] i {
        color: #ffa200;
    }

    .mediaNewsCont {
        margin-top: 30px;
    }

    .top {
        margin-top: 0;
    }

    .buildingBack ul {
        margin-top: 20px;
    }

    .buildingBack ul li {
        margin-left: 15px;
    }

    .buildingBack .row {
        width: 95%;
    }

    .buildConGrid img {
        margin-bottom: 20px;
    }

    .buildConGrid.learn {
        flex-direction: column-reverse;
    }
    .navWhite a{
        color: #fff !important;
    }
    .ffsGrid{
        flex-direction: column-reverse;
        margin-top: -140px;
    }
    .ceoGrid{
        flex-direction: column-reverse;
    }
	.susSecCeo{
		flex-direction: column-reverse;
		row-gap: 20px;
	}


    /* abtTab */
    .abtTabYear{
        border: none;
        border-bottom: solid 7px #1f407c;
        text-align: center;
        padding-bottom: 15px;
    }
    .abtTable .year::after{
        display: none;
    }
    .abtTabContent{
        border: none;
        border-bottom: solid 1px #dbdbdb;
        border-left: solid 1px #dbdbdb;
        margin-bottom: 40px;
    }
    .abtTabFoot{
        margin-left: 0;
    }
    .abtTable{
        margin-bottom: 0;
    }
	
	.ffsGridCont{
		margin-top: 0;
	}
}

@media only screen and (max-width:575px) {
    body {
        font-size: 16px;
    }

    .logo {
        width: 80%;
    }

    .topNav a {
        margin-left: 20px;
    }

    .big {
        font-size: 30px;
        line-height: 20px;
    }

    .homeCoreDiv.row-cols-lg-3>* {
        width: 100%;
        max-width: 370px;
    }

    .footerDiv ul li {
        line-height: 25px;
    }

    .mediaNews {
        padding: 0 30px;
    }

    .recycleMateGrid {
        max-width: 400px;
        width: 90%;
    }

    .recycleMateGrid>div+div {
        border: none;
    }
    .ffsGrid ul li a{
        width: 160px;
        font-size: 16px;

    }
	.susSupplyChain .susHead{
		float: none;
	}
	.susSupplyChainTop{ 
		float: left !important;
		margin-top: 15px;
	}
	.hashTag{
		font-size: 22px;
	}
	.supplyFootImgDiv div{
    display: block !important;
		width: 100%;
}
}

.nav-links{
	display: flex;
	gap: 10px;
}
.nav-links span,
.nav-links a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.nav-links span{
	background-color: #1e3f7c;
	color: #fff;
}

@media only screen and (min-width:992px) {
    .mediaNewsImg {
        padding-left: 0;
        width: fit-content;
		max-width: 370px;
    }

    .mediaNewsCont {
        padding-right: 0;
    }

    
}

/* 21-8-23 */

.disc{
	display: block !important;
	padding-left: 30px;
}
.disc li{
	list-style-type: disc;
}
.discHead{
	margin-bottom: 0 !important;
}
.fitSlide{
    width: 80%;
    max-width: 500px;
    margin: auto;
}
.fitSlide img{
    max-width: 100%;
}


/* 22-8-23 */

.packagingDiv p{
    margin-top: 30px;
    line-height: 1.8;
}
.packagingDiv .recycle{
    align-items: center;
}
.packEco{
    background: url(/wp-content/uploads/2024/06/Packaging-Solutions-Img2-from-Megan-Goss.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.packEcoDiv h2{
    text-align: left;
}
.packEcoDiv{
    background-color: #fff;
    padding: 50px 30px;
    margin-left: auto;
    width: 45%;
}
.paperboardBack{
    background-color: #f2f2f2;
}
.paperboardBack .headingPara{
    color: #1e3f7b;
    font-weight: 600;
    font-size: 22px;
}
.plasticBack .headingPara{
    color: #1e3f7b;
    font-weight: 600;
    font-size: 22px;
}
.buildMemGrid.packMem{
	margin-bottom: 0;
}
.supplyFootImgDiv{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.supplyFootImgDiv img{ 
    display: inline-block;
	max-width: 130px;
	min-width: 125px;
	padding: 0;
	height: 100%;
}
.supplyFootImgDiv div{
	display: inline-block;
}

.supplyFootImgDiv div.alignment-adjustment-4 {
	margin-bottom: -4px;
}

.supplyFootImgDiv div.alignment-adjustment-6 {
	margin-bottom: -6px;
}

.media-ph a{
	color: #000;
}
.media-ph a:hover{
	color: #1e3f7c;
}



/* history slider */
/* .history-slide .swiper-wrapper{
	width: 80%;
	margin: auto;
} */
.history-sec{
	margin: 0 10%;
}
.history-slide .swiper-pagination{
	position: relative;
	margin-top: 30px;
}
.history-cont{
	background-color: #1e3f7c;
	color: #fff;
	padding: 1em 2em 3em;
	text-align: center;
}
.history-cont a{
    text-decoration: underline;
    color: #fff;
}
.history-cont a:hover{color: #0274b3;}
.history-cont h3{
	color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.history-slide .swiper-pagination-bullet{
	width: 25px;
  height: 25px;
  background-color: transparent;
  border: solid 1px #000;
}
.history-slide .swiper-pagination-bullet-active{
	background-color: #1e3f7c;
  border: solid 1px #000;
}
.swiper-button-prev, .swiper-button-next{
	padding: 30px;
  background-color: #fff;
  color: #1e3f7c;
  box-shadow: 1px 1px 5px #2c2b2b;
  border-radius: 50%;
  font-size: 20px;
	border: solid 2px #fff;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
  color: #fff;
  background-color: #1e3f7c;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after{
	content: '\f104';
  font-family: "Font Awesome 6 Pro";
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{
	content: '\f105';
  font-family: "Font Awesome 6 Pro";
} 
.about-history{
	position: relative;
}
.about-history::before{
	content:'';
	background-color: #e7e8ea;
	position: absolute;
	top: 0;
	right: 0;
	height: 50%;
	display: block;
	width: 100%;
  z-index: -1;
}

.logos{
    display: flex;
    align-items: center;
	border-bottom: 1px solid #cecece;
  	padding: 20px 0;
}
.logos.last{
	border: none;
}
.logos .right img{
    max-height: 90px;
    width: auto;
    margin: 0;
    max-width: 150px;
}
.logos .left{
    padding: 15px;
    background-color: #f2f2f2;
}
.logos .right{
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 55px;
}

.order{
	padding-left: 17px;
	margin-bottom: 15px;
}
.order li{
	margin-bottom: 7px;
}
.desk{display: block;}
.mob{display: none;}
@media only screen and (max-width:767px) {
    h1 {
        font-size: 35px;
    }
    .headingPara{
        font-size: 20px;
    }
    .newsDetailGrid h2 {
        font-size: 30px;
    }

    .newsDetailGrid .subHead {
        font-size: 22px;
        margin-top: 30px;
    }

    .newsDetailGrid p+p {
        margin-top: 30px;
    }

    .mediaContactHead {
        margin-top: 30px;
    }

    .bannerCont {
        font-size: 20px;
    }

    .big {
        font-size: 50px;
        line-height: 30px;
    }

    .homeOCG {
        padding: 0 1.5rem;
    }

    h2 {
        font-size: 32px;
    }

    .fontTwen {
        font-size: 16px;
    }

    .fontTwenFour {
        font-size: 18px;
    }

    .panel {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .beverageDiv img {
        margin: -80px auto 25px;
    }

    .beverageDiv {
        width: 95%;
    }

    .solidTextCen {
        padding-bottom: 100px;
    }

    .buildMemGrid {
        margin-bottom: 0px;
    }

    .panelBot {
        padding-bottom: 50px;
    }

    .locationGrid>div {
        margin-top: 40px;
    }

    .solidBanner {
        padding-bottom: 50px;
    }

    .breadcrumb {
        padding-top: 15px;
        padding-bottom: 30px;
		font-size: 14px;
		gap: 3px !important;
    }

    .recycleMateHead {
        font-size: 18px;
    }

    .recycleMateGrid ul li {
        font-size: 16px;
    }

    .recycleMateGrid {
        width: 100%;
    }
	.recycle-box h4{font-size:20px;}

    .buildHead {
        font-size: 22px;
    }
    .ffsGrid{
        margin-top: -75px;
    }
    .abtTabContFlow{
        flex-flow: column-reverse;
    }
	.ceoImg{
    margin-top: -90px;
}	
	.susCommunity .hashTag{
		margin-top: 80px;
	}
	.packEcoDiv{
		width: 100% !important;
	}
	.fitSlide{width: 100%;}
	.abt-promise {
	  padding: 45px 0 45px;
	}
	.susSecCeo{text-align: center;}
	.susSecCeo h2{text-align: center;}
	.community-img figcaption{font-size: 22px; bottom: 0; top: auto;}
	.desk{display: none;}
	.mob{display: block;}
	.media-info{text-align: center;}
	
	.homeOCGDiv{margin-top: 45px; text-align: center;}
	.homeOCGDiv h2{text-align: center;}
	.menumob ul{display: none;}
	.navbar.sticky{background-color: #fff;}
	.supplyFootImgDiv{text-align: center; column-gap: 30px; row-gap: 15px;}
	
	.supplyFootImgDiv img{
		max-width: 110px;
		margin: 5px auto;
	}
}

.banner{position: relative;}

.menudesk{display: block;}
.menumob{display: none;}
.menumob img{width: 150px;height: auto;}

@media screen and (max-width:991px){
	.logos{flex-wrap: wrap; justify-content: center; row-gap: 30px;}
	.logos .right{flex-wrap: wrap; justify-content: center;}
	
	.menudesk{display: none;}
	.menumob{display: block;}
	.topNav{display: none !important;}
	.navbar{position: relative;}
	.bannerDiv::before{top: 60px;}
	.navbarMine .fa-bars{color: #1f407c;}
	
	#navbarNav{
		position: fixed;
		top: 0;
		left: auto;
		right: -100%;
		margin: 0;
		background-color: rgb(31, 64, 124, 1);
		padding: 30px;
		width: 100%;
		transition: all .5s ease;
	}
	#navbarNav.open{
		right: 0;
	}
	.nav-link{padding-left: 0 !important; text-transform: capitalize; font-size: 22px; font-family: "Proxima Nova Regular"; border-bottom: 1px solid #fff;}
	#menu-head-menu{margin-top: 30px;}
	
	.mobile-bottom-menu{margin-top: 30px;}
	.mobile-bottom-menu li{margin-bottom: 20px;}
	.mobile-bottom-menu li a{color: #fff !important;}
	.mobile-bottom-menu li:nth-last-child(1) a, .mobile-bottom-menu li:nth-last-child(2) a, .mobile-bottom-menu li:nth-last-child(3) a{display: inline-block; padding: 0 5px 0 0; color: #fff !important;}
	.menu-close{border: none; background-color: transparent; color: #fff !important; position: absolute; top: 30px;
    right: 30px;
    font-size: 36px; z-index: 99;}
	.menu-close i{color: #fff !important;}
	.custom-logo{max-width: 170px;}
}
.last-foot{display: none;}

@media screen and (max-width:991px){
	.foot-row img{max-width: 150px;}
	.foot-row .col-auto{width: 100%;}
	.foot-row .col-auto:nth-child(4),
	.foot-row .col-auto:nth-child(5),
	.foot-row .col-auto:nth-child(6){
		display: none;
	}
	
	.last-foot{display: block;}
	.foot-menu{display: flex; flex-wrap: wrap;}
	.foot-menu li{width: 50%; border-top: 1px solid #fff; margin-bottom: 0; padding: 10px 0;}
	.foot-menu li a{margin: 0; color: #fff;}
}

@media screen and (min-width:640px) and (max-width:991px){
	.foot-row .col-auto:nth-child(1),
	.foot-row .col-auto:nth-child(2),
	.foot-row .col-auto:nth-child(3){
		width: auto;
	}
	
}

.topNav li{
	position: relative;
}
.topNav ul{
	position: absolute;
	width: 200px;
	background: #fff;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.topNav li:nth-last-child(1) a,
.topNav li:nth-last-child(2) a{
	margin-left: 5px;
}
.topNav li.menu-item-has-children::after{
	content: '\f107';
	font-family: 'Font Awesome 6 Pro';
	color: #5f5f5f;
}
.topNav li:hover ul{
	opacity: 1;
	visibility: visible;
}
.topNav ul.sub-menu li {
	margin: 0;
}
.topNav ul.sub-menu li a{
	display: block;
	padding: 10px 8px;
	line-height: 1;
}


.suply-img img{
	max-width: 150px;
	max-height: 70px;
	height: auto;
}




/* 4-10-23 */
.topNav a i {
	width: 27px;
	text-align: center;
}
.topNav ul.sub-menu li a{
	margin-left: 0;
}
.search-btn{
	background-color: transparent;
}

.search-btn:hover i{
	color: #ffa200 !important;
}
.buildGallery img{
/* 	max-height: 95px; */
	object-fit: contain;
	width: 130px !important;
}
.buildGallery figure {
/* 	display: grid; */
	/* place-items: center; */
	margin-bottom: 0px !important;
}
.objFit img{
	object-fit: contain;
}
.botSocial i{
	min-width: 27px;
	text-align: center;
}
@media screen and (max-width:992px){
	.mobile-bottom-menu li:nth-last-child(1) a, .mobile-bottom-menu li:nth-last-child(2) a, .mobile-bottom-menu li:nth-last-child(3) a{
		min-width: 27px;
		text-align: center;
	}
	.search-btn{
		margin-left: 0;
	}
}
@media only screen and (min-width:992px) {
	.navWhite .search-btn i{
	color: #1e3f7b !important;
}
}
@media only screen and (min-width:600px) {
	.buildGallery{
		column-gap: 20px !important;
		flex-wrap: nowrap !important;
	}
}
@media only screen and (max-width:599px) {
	.buildGallery img{
/* 	max-height: 80px; */
	object-fit: contain;
}
	.buildGallery{
		flex-direction:column;
		align-items:center!important;
		row-gap: 30px !important;
		}
}

.homeVideo{
	width: 100%;
	height: 80vh;
	object-fit: cover;
}


@media only screen and (max-width:767px) {
	.homeVideo{
		height: 50vh;
	}
}

/* rahul nam to suna hi hoga */
.custom-logo{
	max-width: 200px !important;
}

.form-select {border-radius: 0px;}
.form-select:focus {border-radius: inherit; box-shadow: none;}


/* ----- FRESHY CSS ----- */

/* ---- TABLET ---- */
@media (min-width: 768px) and (max-width: 991px) {
/* --- recycling solutions page - keep the layout as is on tablet --- */
	.tablet-layout-fix .col-lg-6 {
		flex: 0 0 auto;
    	width: 50%;
	}
	/* --- sustainability page message from ceo --- */
	.wp-bootstrap-blocks-container .tablet-layout-fix-colmd7-5.susSecCeo {
		flex-direction: row;
	}
	
	/* --- main menu --- */
	ul.mobile-bottom-menu ul.sub-menu li.hide {
		display: none;
	}
}


/* --- building products page --- */
/* icons at the bottom */
figure.wp-block-gallery.bottom-aligned {
	align-items: baseline;
}

/* more spacing */
figure.wp-block-gallery.gallery-more-spacing {
	column-gap: 60px !important;
}

/* --- sustainability page --- */
/* supply chain section - fsc ans sfi icons */
.susSupplyChain .suply-img div.supply-chain-icons {
	display: flex;
    justify-content: center;
}

.susSupplyChain .suply-img .supply-chain-icons img {
	max-height: 55px;
    width: auto;
}

/* align this link to the icons */
@media (min-width: 768px) {
	.align-to-icons {
		margin-top: 44px;
	}
}

/* external memberships */
@media (min-width: 992px) and (max-width: 1399px) {
	.susMember.container-xl {
		max-width: 1320px;
	}
	
	.susMember .left img {
		min-width: 150px;
	}
	
	.susMember .logos .right img {
		max-height: 55px;
	}
	
	.susMember .logos .right {
		gap: 40px;
	}
}

@media (max-width: 991px) {
	.susMember .left img {
		min-width: 150px;
	}
	
	.susMember .logos {
		display: block;
	}
	
	.susMember .logos .left {
		width: 235px;
		margin: 0 auto 20px auto;
	}
}

@media (max-width: 479px) {
	.susMember .logos .right {
		flex-direction: column;
	}	
}

/* --- product pages --- */
body.single-products .fitSlide {
    width: 100%;
    max-width: 100%;
}

/* sustainability section */
.raw-materials img {
	margin: auto;
}


/* --- Twitter X logo --- */
footer .fa-twitter:before {
	content: '';
    background-image: url("/wp-content/uploads/2024/02/X_logo_2023-1.svg") !important;
	background-repeat: no-repeat;
	width: 15px;
    height: 13px;
    display: inline-block;
}

.copyrightDiv .fa-twitter:before {
	width: 13px;
    height: 11px;
}

.copyrightDiv a i.fa-facebook-f {
	width: 17px;
}

.topNav li.menu-icon.first a {
	margin-left: 40px;
}

.topNav li.menu-icon a {
	margin-left: 5px;
}

.topNav li.menu-icon a i {
	padding: 6px 0;
}

.topNav li.menu-icon a i.fa-facebook-f {
	width: 17px;
}

/* mobile */
@media (max-width: 991px) {
	.mobile-bottom-menu li.menu-icon {
		display: inline-block;
		width: 28px;
	}
}


/* --- Sticky Top bar -- */
@media (min-width: 992px) {
	header,
	header .topNavCol {
		position: fixed;
		z-index: 999;
		width: 100%;
		background-color: #fff;	
		top: 0;
	}

	.navbar.sticky {
		top: 50px;
		background-color: #1e3f7c;
	}

	.navbar {
		top: 50px;
		padding-top: 24px;
	}

	.navWhite a, .navWhite i,
	.navWhite .search-btn i {
		color: #fff !important;
	}

	.top {
		margin-top: 0;
	}

	.page-template-template-market .solidBanner,
	.single-products .solidBanner,
	.solidBanner {
		padding-top: 193px;
	}
}

@media screen and (max-width: 991px) {
	header,
	.navbar {
		background-color: #1e3f7c !important;
	}
	
	.fa-bars {
		color: #fff !important;
	}
}

/* SUPPLIER FORM */
.supplierform .container-xl {
	padding: 80px 0;
}

.supplierform p {
	margin-bottom: 40px;
	width: 90%;
    margin: 0 auto 40px;
}

/* Contact / Locations page - Store Locator */
/* hide start and search */
#wpsl-gmap img[src*="red@2x"],
.wpsl-search,
.wpsl-direction-wrap,
.wpsl-info-actions {
    display: none !important;
}
@media (min-width: 830px) {
	.wpsl-store-location {
		display: flex;
		justify-content: space-between;
	}
}


.wpsl-store-location p a,
.wpsl-info-window p strong a {
	text-transform: uppercase;
    color: #20407d;
    font-weight: 700;
}

.wpsl-info-window strong {
	font-weight: 700;
}

.wpsl-contact-details {
	width: 300px;
}

.wpsl-store-below #wpsl-result-list {
	width: 85%;
	margin: auto;
}
