.container {
    max-width: 1130px;
}

body {
    color:#8792A3;
    /* font-family: Helvetica Neue; */
}

h1,h2,h3,h4,h5 {
    color: #002F57;
}

a {
    text-decoration: none;
    color: #002F57;
}

a:hover {
    color: #003B6D;
}

a.menulinks { display:none; }
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid rgb(217 217 217 / 30%);
}

.navbar-dark .navbar-brand {
    color: #fff;
    padding:27px 40px;
    border-right: 1px solid rgb(217 217 217 / 30%);
}

.get-touch {
    padding:23px 40px 23px;
    border-left: 1px solid rgb(217 217 217 / 30%);
}


.get-touch a.secondary-btn {
    padding: 10px 22px 10px;
    font-size: 12px;
    text-decoration: none;
    margin-right: 38px;
    position: relative;
    line-height: 16px;
}

a.secondary-btn {
    padding: 12px 22px 12px;
    background-color: #fff;
    font-size: 12px;
    color: #002F57;
    text-decoration: none;
    margin-right: 46px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 20px;
}

.navbar {
    padding:0 !important;
}

.get-touch a.secondary-btn span.arrow { width: 36px;height: 36px; right: -38px;}
a.secondary-btn span.arrow {
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    position: absolute;
    right: -46px;
    background: #D7DAE0;
    top: 0;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}
 

a.secondary-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    background-color: #fff;
    top: 0;
    z-index: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
    height: 100%;
}

.get-touch a.secondary-btn:hover:after {
    width: 38px;
    right: -38px;
} 

 a.secondary-btn:hover:after {
    width: 44px;
    right: -44px;
}

.get-touch a.secondary-btn:hover .arrow {
    transform: scale(0.85);
}

a.secondary-btn:hover .arrow {
    transform: scale(0.85) translateX(-2px);
}

div#navbarNavDropdown {
    justify-content: center;
}

.navbar-dark .header-wrap .navbar-nav .nav-link {    
    letter-spacing: 0px !important;
    color: #BFC8D7;
	/*
	font-size: 15px;
    padding: 0 3px;
	*/
	font-size: 17px;
	padding: 0 7px;
}

.navbar-dark .header-wrap .navbar-nav .nav-link:hover {
    color: #fff;
}

.hero-headerbit:after { display:none; }

h6 {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000000;
    font-weight: 500;
}

h6:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #0BB999;
    vertical-align: middle;
    margin-right: 10px;
}

.hero-headerbit>div.container {
    flex-wrap: wrap;
}

.hero-headerbit .row {
    height: auto;
    width: 100%;
    flex-grow: 1;
}

.hero-headerbit h1, .hero-headerbit h6 {
    color: #fff;
}

.hero-headerbit .right-side p {
    font-size: 24px;
    line-height: 32px;
}

.hero-headerbit { 
    padding: 200px 0 90px 0 !important;
    align-items: center;
}

.hero-headerbit  h6 {
    margin-bottom: 20px;
}

.tintoverla-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(166.66deg, rgba(0, 0, 0, 0) 51.06%, rgba(0, 0, 0, 0.3) 95.25%),
linear-gradient(180deg, rgba(7, 29, 41, 0.5) 0%, rgba(7, 29, 41, 0) 20%),
linear-gradient(90deg, rgba(7, 29, 41, 0.65) 0%, rgba(7, 33, 41, 0.572) 41.62%, rgba(7, 19, 41, 0.234) 64.65%);
}

.hero-headerbit .row.right-side .col-lg-7 {
    align-self: flex-end;
}

.scroll-down {
    max-width: 125px;
    width: 100%;
    overflow: hidden; 
    gap: 20px;
}

.scroll-down h6 {
    margin-right: 20px;
 }

.kemexon {
    padding: 140px 0;
    background: url(../images/kemexon-mark.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@keyframes marquee {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.video-section {
    padding-bottom: 140px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.video-section:before {
    background-color: #f4f6f8;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: calc(50% + 140px);
    z-index: -1;
}

.video-section .video-wrap {
    width: 80%;
}

.video-section video {
    width: 100%;
    height: 485px;
    object-fit: cover;
}

.about-section {
    padding-bottom: 140px;
    width: 100%;
    background-color:#F4F6F8;
}

.about-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-right: calc((100% - 1130px)/2);
}

.about-wrap .about-img {
    width: 50%; 
}

.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-wrap .about-content {
    width: 50%;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-wrap .about-content h6 {
    margin-bottom: 15px;
}

.about-wrap .about-content h2 {
    margin-bottom: 20px;
}

a.primary-btn {
    padding: 12px 22px 12px;
    background-color: #002F57;
    font-size: 12px;
    color: #ffff;
    text-decoration: none;
    margin-right: 46px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: -0.48px;
    font-weight: 500;
    line-height: 20px;
}

.primary-btn span.arrow {
    position: absolute;
    right: -46px;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}


a.primary-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    background-color: #003B6D;
    top: 0;
    z-index: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
    height: 100%;
}

a.primary-btn:hover:after {
    width: 44px;
    right: -44px;
} 

a.primary-btn:hover {
    background-color: #003B6D;
}

a.primary-btn:hover .arrow {
    transform: scale(0.82) translateX(-2px);
}

p {
    margin-bottom: 25px;
}


.bold-ambitions .col-md-6.title {
    padding-right: 80px;
}

.bold-ambitions {
    padding-bottom: 90px;
}

 

.products-section .top-section h6, .products-section .top-section h2 { color:#ffffff;}

.products-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.products-section .top-section {
    padding: 80px 0;
    z-index: 1;
    position: relative;
}

.products-section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001F39CC;
}

.products-section .col-md-3.btn-right {
    justify-content: flex-end;
    display: flex;
    align-items: flex-start;
}

.products-section .top-section h2 {
    padding-right: 50px;
}

.products-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.products-list .products-block {
    width: 33.33%;
    padding: 60px 80px;
    color: #A9B6CA;
    border-right: 1px solid rgb(217 217 217 / 30%);
    border-top: 1px solid rgb(217 217 217 / 30%);
    position: relative;
}

.products-list .products-block h5 {
    color: #fff;
} 

.products-list .products-block .icon {
    margin-bottom: 40px;
}

.products-list .products-block p {
    margin: 0;
}

.products-block.two-column {
    width: 50%;
}

 
.products-block .link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 15%);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.products-block:hover .link {
    opacity: 1;
    visibility: visible;
}

.products-block .link:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/drak-blue-arrow.svg) no-repeat;
    position: absolute;
    right: 40px;
    top: 40px;
    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(280deg) brightness(106%) contrast(106%);
    background-size: 100% auto;
}

.distribution-section .right-side {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.distribution-section {
    padding: 120px 0;
}

.distribution-section .top-section {
    padding-bottom: 60px;
}

.distribution-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}
  
.distribution-wrap .full-img img {
    width: 100%;
}

.distribution-wrap .img-right-aligment {
    text-align: right;
    margin-top: 25px;
}

.distribution-content {
    margin-right: calc((100% - 525px));
    text-align: left;
    padding-left: 80px;
    padding-bottom: 35px;
}

.distribution-right {
    width: 100%;
}

.finance-section {
    /* background: #002F57 url(../images/finance-k.png) no-repeat; */
    text-align: center;
    padding: 120px 0;
    background-size: auto 100% !important;
}

.finance-section .container {
    max-width: 804px;
}

.finance-content h6, .finance-content h2 {
    color: #fff;
}

.finance-content p {
    color: #A9B6CA;
}

.sustainable-section {
    padding: 120px 0;
}

.sustainable-slider .item {
    padding: 60px 50px;
    background-color: #F4F6F8;
}

.sustainable-slider {
    padding-left: 20px;
}

.full-column h5 {
    margin-bottom: 20px;
    font-weight: 500;
}

.full-column h5 img {
    margin-right: 15px;
    display: inline-block;
}

.sustainable-slider .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.sustainable-slider .two-column h5 {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}

.sustainable-slider .two-column  p {
    font-size: 14px;
    line-height: 22px;
}

.btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sustainable-slider .slick-arrow {
    display: none !important;
}

.sustainable-slider .slick-arrow {
    display: none !important;
}

.sustainable-slider-bottom {
    display: flex;
    align-items: flex-end;
}

.sustainable-slider-bottom .btn-wrap {
    margin-right: 15px;
}

.sustainable-slider-bottom .btn-wrap button {
    background-color: #D7DAE0;
    width: 44px;
    height: 44px;
    border: none;
}

.sustainable_counter {
    /* font-family: Helvetica Neue; */
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
}


.sustainable-slider-bottom .btn-wrap button.next-btn img {
    transform: rotate(45deg);
}

.sustainable-slider-bottom .btn-wrap button.prev-btn img {
    transform: rotate(225deg);
}

.sustainable-slider-bottom .btn-wrap button.slick-disabled {
    background-color: #F4F6F8;
}

.news-slider .title {
    text-align: center;
    margin-bottom: 50px;
}

.news-slider .title h6 {
    margin-bottom: 20px;
}

.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.news-block {
    background-color: #F4F6F8;
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.news-block .news-content {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    flex-direction: column;
    align-items: flex-start;
}

.news-slider {
    padding-bottom: 120px;
}

.category-name {
    display: inline-block;
    background: #0BB9991A;
    padding: 2px  12px  2px  12px;
    color: #0BB999;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 13px;
}

.news-content h6:before {
    display: none;
}

.news-block .news-content h6 {
    line-height: 30px;
    flex: auto;
}

.news-block .news-content ul {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.news-block .news-content ul li {
    font-size: 15px;
    margin-left: 25px;
    position: relative;
    color: #8792A3;
}

.news-block .news-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #8792A3;
    border-radius: 5px;
    left: -15px;
    top: 10px;
}

.news-block .news-content ul li:first-child { margin-left:0 }

.news-block .news-content ul li:first-child:before { display:none; }

footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

footer:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001F39D9;
}

.address-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.address-list .address-block {
    padding: 40px 35px;
    border-right: 1px solid rgb(217 217 217 / 30%);
    border-bottom: 1px solid rgb(217 217 217 / 30%);
    width: 16.66%;
    position: relative;
}

.address-list .address-block label {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}

.address-list .address-block p {
    margin: 0;
    /*font-family: Helvetica Neue;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    font-size: 12px;
}

.address-list .address-block .link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 15%);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.address-list .address-block:hover .link {
    opacity: 1;
    visibility: visible;
}

.address-list .address-block .link:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/drak-blue-arrow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 25px;
    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(280deg) brightness(106%) contrast(106%);
    background-size: 100% auto;
}

.address-list .address-block:last-child {
    border-right: none;
}

.footer-middle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgb(217 217 217 / 30%);
    position: relative;
}

.footer-links {
    width: 33.3%;
    display: flex;
    flex-wrap: wrap;
}

.link-block {}

.footer-links .link-block {
    width: 50%;
    border-right: 1px solid rgb(217 217 217 / 30%);
    padding: 45px 35px;
}

.footer-links .link-block label {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-links .link-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links .link-block ul li {
    display: block;
    margin: 5px 0;
}

.footer-links .link-block ul li a {
    color: #A9B6CA;
    font-size: 13px;
}

.footer-links .link-block ul li a:hover {
    color: #fff;
}


.get-touch-block {
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 60px;
}

.get-touch-block .title {
    max-width: 600px;
}

.get-touch-block .title h2 {
    color: #fff;
    font-size: 62px;
}

.footer-copyright {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 10px 35px;
}

.footer-copyright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-copyright ul li {
    display: inline-block;
    font-size: 9px;
}

.footer-copyright ul li a {
    color: #000;
    font-size: 9px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #A9B6CA;
}

.footer-copyright ul li a:hover {
    color: #fff;
}

.footer-copyright ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    vertical-align: middle;
    background-color: #0BB999;
    margin: 0 5px;
}

.footer-copyright ul li:first-child:before {
    display: none;
}

.about-section.right-side-img .about-wrap {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: calc((100% - 1130px)/2);
}

.about-section.right-side-img .about-wrap .about-content {
    padding-left: 0;
    padding-right: 160px;
}

.distribution-slider {
    display: none;
}

 
.line {
  position: relative;
}

.line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.65;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.distribution-section .right-side .distribution-content {
    display: none;
}

.map-location {
    padding: 60px 0;
    background: linear-gradient(180deg, #F4F6F8 56.5%, #FFF 100%);
}

.map-location h6 {
    margin-bottom: 40px;
}

#powerTip {
    min-width: 240px;
    background-color: #fff;  
    filter: drop-shadow(8px 15px 20px rgba(12, 20, 65, 0.10));
    border-radius: 0;
    color: #8792A3;
    font-size: 14px;
    border: 1px solid #8792A3;
   padding: 25px;
}

 

#powerTip p { 
    color: #8792A3; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.28px;
    margin-bottom: 0;
}

.box_view_html h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}
 
#powerTip.n:before, #powerTip.s:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    left: 50%;
    margin-left: -6px;
    }
#powerTip.n:before {
    border-top: 9px solid #8792A3;
}

span.close_ihp {
    display: inline-block;
    float: right;
}

.box_view_html h6 {
    font-size: 14px;
}

div#powerTip:after {
    content: "";
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    border-top: 10px solid #FFE;
    position: absolute;
    bottom: -10px;
}

#powerTip.s:after {
    border-top:none ;     
    border-bottom: 10px solid #FFE;
    position: absolute;
    bottom: auto;
    top: -9px;
}

span.close_ihp {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/xmark.svg) no-repeat;
    background-position: center;
    width: 14px;
    height: 13px;
}

span.close_ihp svg {
    display: none;
}

.news-block .img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.news-block:hover .img img {
    transform: scale(1.1);
}

.news-block .img {
    height: 240px;
    overflow: hidden;
}

.blog .data-wrap {
    background: #F4F6F8;
}

.blog .news-block {
    background-color: #fff;
}

.map-image-mobile {
    display: none;
}

ul.map-list {
    list-style: none;
    display: flex;
}

.map-top {
    display: flex;
    justify-content: space-between;
}

ul.map-list li {
    margin-right: 20px;
}

ul.map-list li:last-child {
    margin-right: 0;
}

ul.map-list li a {
    font-size: 17px;
    color: #8792A3;
}

ul.map-list li a span {
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #002F57;
    vertical-align: middle;
    margin-right: 10px;
}

.navvy-fluid nav#main-nav a.nav-link {
    transition: all 0s ease-in-out !important;
}

.mobile-arrow {
    display: none;
    text-align: center;
}


@media screen and (max-width:1360px) {
    .address-list .address-block {
        padding: 35px 25px;
    }

    .get-touch-block .title {
        max-width: 480px;
    }

    .footer-links .link-block {
            padding: 35px 25px;
    }

    .footer-links {
        width: 33.33%;
    }

}

/*
.autoplaybgvid video {
    width: 100%;
    object-fit: cover;
}
*/

.autoplaybgvid video {
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.touch-btn {
    display: flex;
    flex-direction: column;
}

.touch-btn a.link {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
}

.touch-btn a.link img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(106%) contrast(103%);
    margin-left: 5px;
    width: 9px;
    height: 9px;
}

@media screen and (max-width:1200px) {
    h1, .h1, .get-touch-block .title h2 {
        font-size: 52px;
        line-height: 60px !important;
    }

    .hero-headerbit .right-side p {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -1.04px;
    }

    .kemexon {
        padding: 80px 0;
    }

    .video-section video {
        height: 400px;
    }

    .about-wrap .about-content {
        padding-left: 80px;
    }

    h2, .h2 {
        font-size: 44px;
        line-height: 50px !important;
    }

    h3, .h3 {
        font-size: 38px;
        line-height: 44px;
    }


    .products-list .products-block {
        padding: 40px 40px;
    }

    .distribution-section {
        padding: 80px 0;
    }

    .about-section {
        padding-bottom: 80px;
    }

    .bold-ambitions {
        padding-bottom: 60px;
    }
	
	.bold-ambitions .container {
        padding-right: 30px;
    }

    .distribution-content {
        margin-right: 20px;
        text-align: left;
        padding-left: 0;
        padding-bottom: 35px;
    }

    .sustainable-slider .two-column {
        gap: 20px;
    }

    .sustainable-slider .item {
        padding: 40px 30px;
    }

    h5, .h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .sustainable-section {
        padding: 80px 0;
    }

    .news-block .news-content ul li {
        font-size: 14px;
    }

    .about-section.right-side-img .about-wrap .about-content {
        padding-left: 15px;
        padding-right: 80px;
    }

}

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

    .get-touch a.secondary-btn { display:none; }

    .hero-headerbit .row.right-side {
        flex-direction: column-reverse;
    }

    .video-section {
        padding-bottom: 80px;
    }

    .about-wrap .about-content {
        padding-left: 30px;
    }

    .bold-ambitions .col-md-6.title {
        padding-right: 0px;
    }

    .products-list .products-block {
        width: 100%;
    }

    .products-block.two-column {
        width: 100%;
    }

    .products-list .products-block .products-content {
        padding-left: 50px;
        position: relative;
    }

    .products-list .products-block .icon {
        margin-bottom: 0px;
        position: absolute;
        left: 0;
    }

    .sustainable-slider-bottom {
        margin-bottom: 20px;
    }

    .news-list {
        display: block;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .news-block {
        margin: 0 5px;
        height: auto;
        display: flex !important;
    }

    .news-list .slick-track {
        display: flex;
        flex-wrap: wrap;
    } 

    .address-list .address-block {
        width: 33.33%;
    }

    .footer-middle { width: 100%;
    border-bottom: none; }

    .address-list .address-block {
        width: 33.33%;
    }

    .footer-links {
        width: 100%;
    }

    .footer-links .link-block {
        padding: 35px 25px;
        border-bottom: 1px solid rgb(217 217 217 / 30%);
    }
	
	.footer-links .link-block:last-child {
		border-right: none;
	}

    .get-touch-block {
        padding: 35px 40px;
        width: 100%;
        border-bottom: 1px solid rgb(217 217 217 / 30%);
    }

    .scroll-down {
        padding-top: 50px;
    }

    .sustainable-slider {
        padding-left: 0;
    }

   div#navbarNavDropdown {
        position: fixed;
        top: 0;
        background: #002F57 url(../images/menu-k.png) no-repeat center;
        width: 100%;
        height: 100%;
        z-index: -1;
        align-items: self-start;
        padding-top: 150px;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        transition: all ease-in-out 0.5s;
    }

    .mobile-open #navbarNavDropdown {
        opacity: 1;
        visibility: visible;
    }


    ul#main-menu li a {
        color: var(--bs-dark);
        text-align: center !important;
        display: block;
        width: 100%;
        padding: 0;
        color: #fff !important;
        font-size: 26px;
        line-height: 32px;
        padding: 0px 0;
    }

    ul#main-menu {
        gap:0px;
        background-color: transparent;
        flex-direction: column;
    }


    .header-wrap {
        justify-content: flex-start;
    }

    .navbar-dark .navbar-brand { 
        padding:15px 20px;
        border-right: none;
        flex-grow: 2;
    }

    .navbar-brand img {
        max-width: 110px;
    }

    .get-touch {
        padding:19px 20px;
    }

    a.menulinks {
        /*font-family: Helvetica Neue;*/
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .menu-icon {
        margin-left: 10px;
    }

    .menu-icon .top-line, .menu-icon .bottom-line {
        width: 18px;
        height: 1px;
        background-color: #fff;
        margin: 6px 0;
    }


    .mobile-open .menu-icon .top-line {
        transform: rotate(45deg) translateX(5px);
    }

   .mobile-open .menu-icon  .bottom-line {
        transform: rotate(-45deg) translateX(5px);
    }

    .about-section.right-side-img .about-wrap .about-content {
        padding-left: 15px;
        padding-right: 30px;
    }

    .blog .news-block { 
        margin-bottom: 30px;
    }

}


@media screen and (max-width:767px) {
    .hero-headerbit {
        padding: 140px 0 60px 0 !important;
        align-items: center;
        min-height: auto !important;
    }

    h1, .h1, .get-touch-block .title h2 {
        font-size: 42px;
        letter-spacing: -1.68px;
        line-height: 42px !important;
    } 

    .kemexon {
        padding: 80px 0 60px;
        background-size: 100% auto;
    }

    .video-section .video-wrap {
        width: 83%;
    }

    .video-section video {
        height: 365px;
    }

    .about-wrap { 
        padding-right: 20px;
    }

    .about-wrap .about-img {
        width: 100%;
    }

    .about-wrap .about-content {
        padding-left: 20px;
        padding-top: 50px;
        width: 100%;
    }

    h6, .h6 {
        font-size: 16px;
    }

    h2, .h2 {
        font-size: 36px;
        line-height: 44px !important;
        letter-spacing: -1.44px; 
    }

    h3, .h3 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.28px;
    }

    .products-list .products-block {
        padding: 40px 25px;
    }

    .distribution-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 15px;
    }

    .products-block .link {
        position: absolute;
        width: calc(100% + 50px);
        height: calc(100% + 80px);
        background-color: rgb(255 255 255 / 15%);
        top: -40px;
        left: -25px; 
    }

    .products-block .link:before {
        right: 20px;
        top: 20px;
    }

    .finance-section { 
        padding: 100px 0;
        background-size: 126% auto;
    }

    .sustainable-slider .item {
        padding: 30px 25px;
    }

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

    .sustainable-slider .two-column {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .sustainable-slider .two-column p {
        margin-bottom: 10px;
    }

    .news-slider .container {
        padding: 0;
    }

    .address-list .address-block {
        width: 100%;
        border-right: none;
        display: flex;
        flex-wrap: wrap;
    }

    .address-list .address-block label { 
        margin-bottom: 00;
        font-size: 16px;
        flex: 32%;
        padding-right: 50px;
    }

    .address-list .address-block p {
        flex: 40%;
    }

    .get-touch-block {
        padding: 50px 25px;
    }

    .footer-copyright {
        justify-content: flex-start; 
        padding: 10px 25px;
    }

    .news-slider .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .news-slider {
        padding-bottom: 80px;
    }

    .products-section .top-section .col-lg-3.btn-right {
        margin-top: 20px;
    }


    p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
    }


    .distribution-section .right-side { 
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .distribution-content {
        margin-right: 0;
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .distribution-wrap {
        display: none;
    }

    .distribution-slider .item {
        margin: 0 5px;
    }

    .distribution-slider {
        margin-left: -20px;
    }

    .distribution-slider .item img {
        height: 340px;
        object-fit: cover;
        width: 100%;
    }

    .about-section.right-side-img .about-wrap {
        flex-direction: row;
        padding-right: 0;
        padding-left: 20px;
    }

    .distribution-slider {
        display: block;
    }

    .distribution-section .right-side .distribution-content {
        display: block;
    }

    .map-image-mobile {
        overflow: auto;
        display: block;
    }

    .map-image-mobile::-webkit-scrollbar{
		width: 0px;
		height:0px;  
		-webkit-appearance: none;
	}

    .map-image-mobile::-webkit-scrollbar-thumb {
        background: #002F57; 
    }

    /* Define the track style */
    .map-image-mobile::-webkit-scrollbar-track {
        background-color: #ddd;
        border:5px solid #D3DAE4;
		margin: 24px;
    }

    /* Style the beginning section of the scrollbar track */
    .map-image-mobile::-webkit-scrollbar-track-piece:vertical:start {
		background-color: ##D3DAE4;
    }



 
 

    .map-image-mobile img {
        width: 1024px;
        max-width: none;
    }

    .wrap_svl_center { 
        display: none;
    }

    .map-top {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    ul.map-list {
        list-style: none;
        display: flex;
        padding: 0 0 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.map-list li {
        margin-right: 10px;
    }

    ul.map-list li a {
        font-size: 14px; 
    }

    .map-location h6 {
        margin-bottom: 25px;
    }

    .map-location {
        padding: 60px 0 70px;
    }

       .mobile-arrow {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

}