@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Allura';
    src: url('../fonts/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bubbble Gum';
    src: url('../fonts/BubbbleGumLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bubbble Gum';
    src: url('../fonts/BubbbleGumRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium_1.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold_1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a {
    color: #1f1f1f;
}

img {
    max-width: 100%
}

.list_style {
    margin: 0;
    padding: 0;
    list-style-type: none
}

body {
    font-family: 'Jost', sans-serif;
    color: #000;
    font-kerning: normal;
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.mt60 {
    margin-top: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.content-wrap.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.rotate_text {
    transform: rotate(270deg) !important;
}

.top-header a.nav-link {
    font-size: 14px;
    color: #1f1f1f !important;
    text-transform: uppercase;
    padding: 0 0.9rem !important;
}
.home-top-img .shadow_image {
    box-shadow: 10px 30px 30px rgb(0 0 0 / 40%);
}

.fourth_sec .shadow_image {
    box-shadow: 0 50px 50px 0 rgb(0 0 0 / 30%);
}

/*-------Home banner-------*/

.home-slider-banner img {
    width: 100%;
    height: 100%;
}
.swiper-pagination2 {
    bottom: 15% !important;
    position: absolute;
    z-index: 1 ;
    left: 15% !important;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background-color: #dbdbdb;
    opacity: 0.6;
    cursor: pointer;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1
}
.product-title-wrapper {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 25%;
}
.product-title-wrapper h4 {
    color: #fff;
    font-size: 18px;
}
.home-slider .slick-dots {
    bottom: 10%;
    text-align: left;
    left: 15%;
}
.home-slider .slick-dots li {
    margin: 0;
}
.home-slider .slick-dots li button:before {
    opacity: .35;
    color: #fff;
    font-size: 40px;
}
.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}
.home-slider .banner-text-wrapper {
    position: absolute;
    left: 10%;
    top: 45%;
    width: 27%;
}
.home-slider .banner-text-wrapper span {
    color: #f6a35b;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: 'Allura';
    font-weight: 100;
}
.home-slider .banner-text-wrapper h5 {
    margin-top: 1rem;
    color: #cbc0b0;
    font-size: 18px;
/*    font-family: 'Bubbble Gum';*/
    font-family: 'Allura';
    font-weight: normal;
}
.home-slider .banner-text-wrapper p {
    color: #cbc0b0;
    font-size: 21px;
    font-family: 'Bubbble Gum';
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 28px;
    margin-top: 11px;
}
.second_section {
    position: relative;
    padding-top: 80px;
    /*margin-top:120px;*/
    margin-top: 10px;
}

.second_section:after {
    width: 50%;
    position: absolute;
    height: 345px;
    content: "";
    background: #f4f4f4;
    right: 0;
    top: 0;
    z-index: -1
}

.second_section h1 {
    /*white-space: pre-line;*/
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.f22 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 100px;
}

.second_section h5 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 35px 0 70px 0;
    border-bottom: 2px solid #020202;
    font-weight: 300;
    color: #474747;
}

.second_section h3 {
    font-size: 24px;
    margin-top: 250px !important;
    font-weight: 400;
    margin-bottom: 25px;
}

.second_section h4 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 3rem;
    line-height: 1.4;
    color: #474747;
}

.second_section .shadow_image_txt {
    color: #474747;
    line-height: 1.4;
    font-weight: 300;
    font-size: .98438rem;
}
.home-top-img {
    box-shadow: 10px 30px 30px rgb(0 0 0 / 40%);
}
.fourth_sec_wrapper:first-child {
    margin-top: 60px;
}

.fourth_sec_wrapper {
    /*margin-bottom: 60px;
    margin-top: 60px;*/
    padding: 0 15px
}

.inner_wrapper {
    max-width: 1400px;
}

.fourth_sec h1 {
    font-size: 50px;
    font-weight: 300;
    transform: rotate(270deg);
}

.df_left {
    display: flex;
    background: #f4f4f4;
    align-items: center;
    justify-content: center;
}
.df_right {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #474747;
    margin: 4rem 0;
}

/*.df_right {
    font-size: 15px;
    font-weight: 300;
    margin: 50px 0;
    text-align: right
}*/

.df_right.text_left {
    text-align: left
}

.sub_wrapper {
    background: #f4f4f4
}

.sub_wrapper h2 {
    font-size: 20px;
    font-weight: 300;
}

.sub_wrapper h1 {
    font-size: 30px;
    font-weight: 400;
    /*white-space: pre-line;*/
}

.sub_wrapper form {
    display: flex
}

.sub_wrapper form input {
    width: 100%;
    margin-right: 20px;
    border: none;
    border-bottom: 2px solid #000;
    background: none;
    font-size: 18px;
}

button {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background: #000;
    padding: 5px 30px;
    border: none;
}

.list-style {
    list-style: none;
    /*padding-left: 10px;*/
    padding-top: 10px;
}

.list-style li:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 19px;
}
.list-style a {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #474747;
    padding-left: 8px;
}
.list-style a:hover,
.list-style a:active,
.list-style a:focus {
    text-decoration: none;
} 
.list-style a i {
    font-size: .8rem;
    color: #a9a8a8;
}

.foo_info {}

.foo_info li a {
    color: #474747;
    text-decoration: none;
    margin-right: 12px;
}

.foo_info li a:hover,
.list-style li {
    color: #000000;
}

.foo_info h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.foo_btm {
    color: #CCC;
    background: #222222;
    font-size: 13px;
}
.foo_btm a {
    color: #fff;
    text-decoration: underline;
}

.atop_sec {
    width: 80%;
    text-align: left;
}

.main_heading {
    font-size: 48px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    font-weight: 400;
    margin-bottom: .5rem;
}

.main-heading-description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
    text-align: left;
}

.main_heading-slider {
        font-size: 48px;
        font-weight: 400;
        line-height: 1.2;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin: 5rem auto;
}

/*.main_heading:before {
    background: #222222;
    width: 150px;
    height: 2px;
    content: ""; margin-bottom:7px}*/

.process_heading {
    position: relative
}

.processes .swiper-button-next, .processes .swiper-button-prev {
    top: 35%;
}

.sustainability-content h3.main_heading {
    text-align: left;
    justify-content: left;
}
/*.process_heading:before {
    background: #222222;
    width: 3px;
    height: 120px;
    content: "";
    position: absolute;
    left: 30px;
    top: -95px;
}*/


/*.main_heading:before{ 
    background: #222222;
    width: 85px;
    height: 2px;
    content: "";
    margin-right: 10px; 
}*/

.man_wrap {
    background: #f4f4f4;
    
    font-size: 14px;
    padding-top: 70px !important;
    /*padding-bottom: 295px !important;*/
}
.man_wrap_bgcolor {
    background-color: #edebe6 !important;
    padding-bottom: 295px !important;
}
.timeline-wrap {
    padding: 5rem 0rem;
}
.timeline-wrap .img-wrapper img {
    width: 100%;
}
.man_wrap_height {
    max-height: 540px;
}

.man_inner {
    max-width: 950px;
}

.proc_text {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #474747;
    font-size: .98438rem;
    /*padding-left: 30px;
    font-size: 14px;*/
}

.processes .swiper-slide {
    padding: 1rem;
}

.process_inn {
    transition: all 0.5s;
}

.process_inn figure img {
    /*filter: grayscale(1);*/
    transition: all 0.5s;
    box-shadow:0px 20px 30px rgba(0,0,0,0.2);
}

.process_heading {
    position: relative;
    font-size: 24px;
    margin-top: 60px;
    text-transform: uppercase;
}

.process_heading:before {
    background: #222222;
    width: 2px;
    height: 120px;
    content: "";
    position: absolute;
    /* transform: rotate(45deg); */
    left: 10px;
    top: -125px;
}

.process_inn:hover {
    padding-top: 100px;
}

.process_inn:hover figure img {
    filter: grayscale(0);
}

.counter_section {
    font-size: .98438rem;
    line-height: 1.4;
    color: #474747;
    font-weight: 300;
}

.counter_section h4 {
    font-size: 40px;
    font-weight: 500;
}

.counter_wrapper {
    margin-top: 100px;
}

.collapse.show {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.opennav {
    display: none
}

a.closebtn {
    position: absolute;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    background: #c2c1c2;
    top: 0;
}

.sidenav ul {
    padding: 15px
}

.sidenav ul li a {
    color: #FFF
}

.sus_heading {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    margin-bottom: 30px
}

/*.sus_heading:after {
    background: #222222;
    width: 85px;
    height: 2px;
    content: "";
    margin-bottom: 7px;
    margin-left: 10px
}*/

.w_1280 {
    max-width: 1280px;
}

.w_1235 {
    max-width: 1235px;
}

.w_1485 {
    max-width: 1485px;
}

.w_1085 {
    max-width: 1085px;
}

.about_pw {
    max-width: 1680px;
    font-size: 16px;
}

.f-60 {
    font-size: 44px;
    font-weight: 400;
}

.ab_fig_wrap {
    position: relative;
    padding-right: 75px;
    padding-bottom: 75px;
}

.ab_figure {
    position: absolute;
    top: 75px;
    left: 75px;
    z-index: -1;
}

.f-22 {
    font-size: 22px
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-32m {
    font-size: 32px;
    letter-spacing: 12px;
}

.f-30 {
    font-size: 30px;
    font-weight: 400;
}

.f-40 {
    font-size: 40px;
    font-weight: 400;
}

.contact-left a:hover {
    color: #000
}

.contact-form input {
    width: 100%
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-top: 30px;
    outline: none;
}

.contact-form textarea {
    min-height: 130px
}

.contact_info {
    margin-bottom: 30px;
}

.shadow_new .container {
    box-shadow: 0 0 15px #ccc;
}

.proces_heading::before {
    width: 100px;
}

.product_range .img-container h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.product_range {
    margin-bottom: 10px;
}

.product-range-container {
    margin: auto;
}

.product-range-container .product-range-title {
    position: absolute;
    z-index: 1;
    left: 12px;
    font-weight: 300;
    transform: rotate(270deg) !important;
    margin-top: 20px;
}

.product-range-container .product-range-title::before {
    position: absolute;
    background: #222222;
    width: 70px;
    height: 2px;
    content: "";
    z-index: 1;
    font-weight: 300;
    margin-top: 18px;
    margin-left: -80px;
}

.product-range-container .product-range-title h3 {
    font-size: 22px;
    margin: 5px;
}

.header-section-product .z-indexing {
    z-index: 999;
}

.header-section-product .z-indexing .img-container {
    width: 120%;
}

.header-section-product .z-indexing .img-container img {
    width: 100%;
}

.header-section-product .header-content {
    width: 80%;
    margin-left: auto;
}

.header-section-product .header-content p {
    padding-left: 115px;
}
/*------Products page 24-07-21-----------*/
/*.video-wrapperr {
    max-height: 675px;max-height: 785px;
    height: 100%;
    overflow: hidden;
}*/
.category-sec {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.category-sec .nav-tabs .nav-item.show .nav-link,
.category-sec .nav-tabs .nav-link.active {
    color: #000000;
}
.category-item-titleWrapper {
    align-items: center;
    display: flex;
    margin-bottom: .9375rem;
    position: absolute;
    left: -79px;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-102%);
}
.main-title-line {
    background-color: #212121;
    display: inline-block;
    height: 2px;
    margin-right: .9375rem;
    width: 60px;
}
.main-title {
    color: #212121;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.category-item {
    margin-bottom: 3.125rem;
}
.category-item-content {
    cursor: pointer;
    position: relative;
}
.category-item-img {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #efefef;
}
.category-item-imgBg {
    height: 100%;
    position: absolute;
    transition: transform .5s;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efefef;
}
.category-item-inner {
    padding-top: .875rem;
}
.category-item-linkOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.category-item-title {
    font-weight: 700;
    margin: 0 0 0.7rem 0;
    display: block;
    padding-top: .2rem;
    background-image: linear-gradient(90deg,transparent 50%,#000 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 200% 2px;
    transition: background-position .5s;
    width: 100%;
    letter-spacing: 1px;
}
/*--------------Home Page 23-07-21------------*/
.readmore-btn:focus,
.readmore-btn:active {
    outline: none;
    box-shadow: none;
}
.client-slider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.client-slider .slider-A img {
    display: inline-block;
    max-width: 100%;
    width: 92%;
    height: auto;
    /*margin-right: 15px;
    margin-left: 15px;*/
}
.client-slider .slider-A .slick-list {
    background-color: #ffffff;
}
.client-slider .slider-A .slick-prev {
    left: -36px;
    padding-right: 2px;
}
.client-slider .slider-A .slick-next {
    right: -36px;
    padding-left: 2px;
}
.client-slider .slider-A .slick-prev,
.client-slider .slider-A .slick-next {
    top: 63%;
    line-height: 34px;
/*    background-color: #000000;*/
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.client-slider .slider-A .slick-prev:before,
.client-slider .slider-A .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 13px;
/*    color: #fff;*/
}
.client-slider .slider-A .slick-prev:before {
    content: "\f053";
}
.client-slider .slider-A .slick-next:before {
    content: "\f054";
}
footer {
    display: block;
    background: #f2f2f2;
    margin-top: auto;
    line-height: 1;
    font-size: 12px;
    clear: both;
}    

footer .fullwidth-footer {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px 24px;
    border-bottom: 0; 
    padding-top: 45px;
    padding-bottom: 20px;
    overflow: hidden;
}
footer .footer-left-part {
    width: 15.508772%;
    margin-right: 7.561404%;
    float: left;
}
footer .footer-headings {
    font-family: 'Metropolis';
    margin-bottom: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}
footer .contact-info {
    padding-top: 2px;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 13px;
    font-family: 'Metropolis';
}
footer ul.list_style {
    padding-top: 18px;
    padding: 0;
    list-style: none none;
    display: inline-block;
    margin: 0 auto;
}
footer ul.list_style li {
    line-height: 20px;
    padding-bottom: 0;
}
footer .footer-left-part ul.list_style li > a {
    position: relative;
    display: inline-block;
    padding: 2px 0 7px 30px;
    line-height: 18px;
    font-size: 13px;
}
footer .footer-right-part ul.list_style li  {
    padding-top: 2px;
    padding-bottom: 0px;
}
footer .footer-right-part ul.list_style li:first-child  {
    padding-top: 8px;
}
footer .footer-right-part ul.list_style li > a {
    padding: 6px 0px 4px;
    display: block;
}
footer .footer-right-part ul.list_style li:first-child > a {
    padding-top: 0px;
}
footer ul.list_style li > a {
    text-transform: uppercase;
    line-height: 18px;
    font-size: 13px;
    font-family: 'Metropolis';
}
footer ul.list_style li > a:hover {
    color: #1f1f1f;
}
footer .footer-left-part ul.list_style > li > a span.icon-customer-care {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
footer ul > li > a span.icon-customer-care::after {
    content: 'i';
    font-family: 'Gotham Narrow SSm A','Gotham Narrow SSm B';
    font-style: normal;
    font-weight: 300;
    left: 2px;
}
footer .footer-left-part > div {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    margin: 0px 0px 10px;
    padding: 10px;
}
footer .footer-right-part {
    /*width: 71.92982456%;*/
    width: 95%;
    /*float: left;*/
}
footer .footer-right-top {
    display: flex;
    justify-content: space-between;
}
footer .info-part {
    width: auto !important;
    margin: 0;
    display: inline-block;
}
footer .footer-right-top .info--1 {
    margin-right: 10.146341%;
    padding-left: 0;
}
footer .footer-right-top .info--2 {
    margin-right: 4.02439%;
    min-width: 100px;
}
footer .footer-right-top .info--3 {
    width: 18.7804878%;
    clear: none;
    padding-top: 0;
    margin-right: 0.55%;
    float: right;
    min-width: 154px;
    text-align: center;
}
footer .social-icons ul li {
    display: inline-block;
    margin-right: 5px;
}
footer .social-icons ul li a{
    width: 22px;
    height: 23px;
}
footer .social-icons ul li i{
    font-size: 20px;
    text-align: left;
}
footer .footer-links {
    padding-top: 18px;
    list-style: none none;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
footer .footer-links li {
    line-height: 20px;
    padding-bottom: 0;
}
footer .footer-links li .addrss {
    padding: 0 0 0px 30px;
    font-size: 12px;
    line-height: 18px;
    min-width: 175px;
}
footer .footer-links li .addrss a {
    padding: 0px;
    font-weight: bold;
    font-family: 'Metropolis';
}
footer .footer-links li .addrss p {
    font-size: 14px;
    margin-bottom: 0px;
}
footer .footer-links li a {
    position: relative;
    display: inline-block;
    padding: 2px 0 7px 30px;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
}
footer .footer-links li a:hover {
    color: #1f1f1f;
}
footer .footer-links li a i {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
footer .footer-links li a i.fa-phone {
    background-color: #000000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}
footer .footer-right-bottom {
    padding-top: 20px;
    padding-bottom: 0;
    clear: both;
    float: left;
    width: 100%;
}
footer .footer-logos {
    justify-content: flex-start;
    display: flex;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    margin: 0px 0px 20px;
    padding: 10px;
}
footer .logo_1,
footer .logo_2 {
    width: 50%;
    float: left;
    max-height: 67.13px;
}
footer .logo_1 {
    width: 46%;
}
footer .logo_2 {
    width: 54%;
}
footer .logo_1 img {
    width: 260px;
}
footer .logo_2 img {
    width: 82px;
}
/*----BKP- 21-07-21-------------*/

/*footer {
    border-top: 1px solid #eee;
    background-color: #eee;
}
.footer-list .list_style {
    display: inline-block;
}
.footer-list .list_style li {
    line-height: 1.8;
}

.footer-social-icons ul {
    list-style-type: none;
    padding-left: 1.4rem;
}
.footer-social-icons ul li {
    display: inline-block;
}

.footer-bottom-part  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom-part a,
.footer-bottom-part p {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-left: 90px;
}

.footer-bottom-part a:hover {
    text-decoration: none;
    color: #1f1f1f;
}
.foo_info h3 ~ p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 0.9rem;
}*/
/*----BKP- 21-07-21-------------*/

/*.footer-logos img {
    width: 95px;
    margin-right: 10px;
}*/

#myTab {
    justify-content: center;
    border: 0;
    align-items: center;
    text-transform: uppercase;
}

#myTab li a {
    border: 2px solid #F8F8F8;
    background: #F8F8F8;
    margin: 5px;
    text-transform: uppercase;
    color: #CAC9C5;
    border-radius: 0;
    font-size: 14px;
}

#myTab li a.active,
#myTab li a:hover {
    border: 2px solid #000;
    background: #fff;
    color: #000
}

h2.heading_tab {
    font-size: 36px;
    margin: 30px 0;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
}

.f22 {
    font-size: 22px;
}

.content-wrap {
    line-height: 1.6;
    font-size: 1.125rem;
   /* font-size: 22px;
    line-height: 35px;*/
}

.content-wrap a {
    text-decoration: none;
    color: #212529
}

.tab-40 {
    font-size: 36px;
    line-height: 45px;
}

.pmb {
    padding-bottom: 100px;
    /*margin-bottom: 100px;*/
    padding-right: 75px;
    margin-top: 40px;
}

.links {
    position: absolute;
    bottom: 0;
}

.content-wrap img {
    width: 100%
}

.links img {
    width: auto
}
.grey-overlay {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.grey-overlay:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}


/* New Style Starts Here */

.padding-lr {
    padding-left: 10%;
    padding-right: 10%;
}

.home-content h3 {
    margin-top: 63px !important;
}

.home-content p {
    font-size: 20px;
}

.home-btm-head {
    font-size: 56px;
    font-weight: 300;
}

.home-processes {
    padding: 0 5rem;
}
/*.products-listing {
    text-align: center;
}*/
.products-listing figcaption {
    margin-top: 2rem;
}

.prdt-btn:hover {
    text-decoration: none;
    color: #000;
}

.product1 .carousel-control-next, .product1 .carousel-control-prev {
    width: 5%;
}
.product1 .carousel-control-prev-icon {
    background-image: url(../images/arrow-l.png);
    width: 15px;
    height: 25px;
}

.product1 .carousel-control-next-icon {
    background-image: url(../images/arrow-r.png);
    width: 15px;
    height: 25px;
}

.product1 .close {
    position: absolute;
    right: 0;
    z-index: 99;
}
.management-name {
        color: #385623;
    font-weight: bold;
}
.man_wrap p {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #474747;
    /*font-size: .98438rem;*/
}
.management-content-sec {
    margin-top: -250px;
    background-color: #FFFCF7;
    padding: 70px 98px 0px;
}
.man_wrap .swiper-button-next, .man_wrap .swiper-button-prev{
    background-color: #0000003b;
    width: 30px;
    height: 55px;
}

.person_info p {
    line-height: 1.4;
    color: #474747;
    text-align: justify;
}
.right-img-part .swiper-container {
    width: 100%;
    height: 100%;
}

.right-img-part .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.right-img-part .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.content-wrap p {
    color: #474747;
}
.timeline-sec {
    background-color: #eeeeee;
}





/* Slick Slider Homepage Style Starts Here */

.slider {
    width: 100%;
    margin: 0 auto;
}

#processesSlide .slick-list{padding-top: 105px !important;}
#processesSlide .slick-slide{transition: transform .412428s ease-in-out,-webkit-transform .412428s ease-in-out; will-change: transform; will-change: -webkit-transform;}
#processesSlide .slick-active{transform: translateY(-100px);}
#processesSlide .slick-active + .slick-active{transform: translateY(-70px); -webkit-transform: translateY(-70px);}
#processesSlide .slick-active + .slick-active + .slick-active{transform: translateY(-40px); -webkit-transform: translateY(-40px);}
#processesSlide .slick-active + .slick-active + .slick-active + .slick-active{transform: translateY(0); -webkit-transform: translateY(0px);}

/* Slick Slider Homepage Style Ends Here */

#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}

/*-------------- Management Page -------------*/

.management-pg {
    padding: 5rem 0;
}

.bg-mg-color {
    background-color: #e4e4e4;
}

.style-img .img-wrapper {
    position: relative;
}

.style-img .img-wrapper h2 {
    position: absolute;
    top: 16%;
    left: -33%;
    transform: rotate(-90deg);
    width: 50%;
    font-weight: 200;
    color: #848484;
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
}
.style-img .img-wrapper h2 span,
.md-sec .img-wrapper h2 span {
    font-weight: 400;
    color: #000;
}
/*.style-img .img-wrapper:before {
    content: '';
    position: absolute;
    top: -4%;
    left: -6%;
    width: 0;
    height: 0;
    border-top: 250px solid #000;
    border-right: 80px solid #000;
    border-bottom: 0;
    z-index: -1;
}*/
.style-img .txt-wrapper {
    padding: 2rem 3rem;
}
.style-img .msg-dr {
    position: absolute;
    bottom: 7%;
    left: -19%;
    padding: 2.5rem;
    width: 60%;
    background: #000;
}
.style-img .msg-dr p,
.md-sec .msg-dr p {
    color: #fff;
    margin: 0;
}
.style-img .quotes-wrapper,
.md-sec .quotes-wrapper {
    position: absolute;
    right: -35px;
    top: -28px;
    width: 24%;
}

section.md-sec .quotes-wrapper {
    right: unset;
    left: -25%;
}

.md-sec .msg-dr {
    position: absolute;
    bottom: 7%;
    right: -23%;
    padding: 2.5rem;
    width: 60%;
    background: #000;
}
.md-sec .img-wrapper h2 {
    position: absolute;
    top: 22%;
    right: -33%;
    transform: rotate(-90deg);
    width: 50%;
    font-weight: 200;
    color: #848484;
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
}
.cstm-pd-r {
    padding-right: 3rem;
}

/*-------------------CSR Page---------------*/
.csr-content {
    background: #fafafa;
    padding: 5rem 0;
}

.csr-content p {
    text-align: justify;
}

.csr-content table {
    border: 0 !important;
}   

/*-------------Home banner-----*/
.hm-slider .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    left: 4%;
}

.hm-slider .owl-nav .owl-prev,
.hm-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    color: #c1ad8f !important;
    font-weight: 200 !important;
    font-size: 55px !important;
}

.hm-slider .owl-nav .owl-prev {
    left: 0;
}

.hm-slider .owl-nav .owl-next {
    right: 0;
}

.hm-slider .owl-nav .owl-prev:focus,
.hm-slider .owl-nav .owl-next:focus {
    outline: unset !important;
    border: unset !important;
}
.vid-bannr {
    padding: 0;
}
.sustainability-banner {
    margin-top: 3rem;
}

/*custom css start here*/
.enquiry-form-new  .field
{
    width:100%;
}   

.contact-form-area
{
    background-color:#f8f9fa;
    padding:50px;
    width:100%;
    max-width:700px;
    margin:0 auto;
}
.contact-form-area input, .contact-form-area textarea
{
    background-color:#f8f9fa;
}

.banner-video-home iframe {
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrapperr {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
}
.backC .nav-item.show .nav-link, .backC .nav-link.active {
    color: #495057;
    background-color: #d3d3d3;
    border-color: #dee2e6 #dee2e6 #fff;
}