/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    font-face css
---------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Font Awesome\ 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

/*-------------------------------------------------------------------------------------
    common css
---------------------------------------------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
body {
    font-family: 'Poppins', sans-serif;
}
.container{
    padding: 0 15px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    color: #42B870;
}
a,
button, 
.button {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a,
button {
    position: relative;
    z-index: 4;
    font-size: 16px;
    font-weight: 400;
    color: #031031;
    transition: .3s linear all;
}
a.read-more-link{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    color: #181F53;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}
a.arrow-link{
    padding-right: 25px;
}
a.arrow-link:after{
    content: "";
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 0;
    width: 18px;
    height: 10px;
    background-image: url("../images/btn-arrow-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s linear all;
}
a.arrow-link.white{
    color: #fff;
}
a.arrow-link.white:after{
    background-image: url("../images/btn-arrow-white.svg");
}
a.arrow-link.green{
    color: #42B870;
}
a.arrow-link.green:after{
    background-image: url("../images/btn-arrow-green.svg");
}
button {
    cursor: pointer;
    outline: none;
    border-radius: 50px;
    border: none;
    box-shadow: none;
}
button:focus {
    outline: none;
    border: none;
}
.button {
    display: inline-block;
    padding: 17px 25px;
    background-color: #1c1d53;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}
input::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Poppins', sans-serif;
    color: #647589;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Poppins', sans-serif;
    color: #647589;
}
input::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #647589;
}
.form-control{
    height: auto;
    padding: 8px 15px;
    margin-bottom: 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.form-control:focus{
    border: 1px solid #42B870;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
    font-family: 'Poppins', sans-serif;
    color: #181F53;
    margin: 0
}
h1{
    font-weight: 500;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 0.64px;
}
h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.48px;
}
h6{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.48px;
}
p{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.36px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p{
    color: #fff;
}
.bg-dark-blue{
    background-color: #181F53;
}
.bg-green{
    background-color: #42B870;
}
.border-radius img{
    border-radius: 10px;
}

/*-------------------------------------------------------------------------------------
    back to top button
---------------------------------------------------------------------------------------*/
.top-btn {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 50px;
    height: 50px;
    z-index: 500;
    border-radius: 50px;
    border: 1px solid #42B870;
    background-color: #1c1d53;
    font-size: 25px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    transition: .3s linear all;
}

/*-------------------------------------------------------------------------------------
    slick slider common css 
---------------------------------------------------------------------------------------*/
.slick-slide img {
    display: inline-block;
}
button.slick-arrow svg {
    font-size: 30px;
}
.slick-arrow {
    position: absolute;
    top: 20px;
    width: 53px;
    height: 53px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #181F53;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    background-image: url("../images/btn-arrow-blue.svg");
    font-size: 0;
    outline: none;
    transition: 0.2s linear all;
}
.slick-arrow:focus{
    border: 1px solid #333;
}
.slick-arrow.slick-disabled{
    pointer-events: none;
    opacity: 0.3;
}
.slick-prev {
    left: 10%;
    transform: rotate(180deg);
}
.slick-next {
    right: 10%;
}
ul.slick-dots{
    margin-top: 20px;
    text-align: center;
}
ul.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 0;
}
ul.slick-dots li button{
    width: 20px;
    height: 10px;
    border-radius: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #42B870;
    font-size: 0;
}
ul.slick-dots li.slick-active button{
    background-color: #0D7DFC;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
.header-full-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.site-logo img.scroll-logo{
    display: none;
}
.site-logo{
    max-width: 130px;
}
.site-logo img {
    width: 100%;
}
.main-menu ul li {
    position: relative;
    margin-left: 40px;
    padding: 15px 0;
    transition: 0.2s ease-out;
}
.main-menu ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 25px 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.header-full-wrapper li.cta-btn a,
.header-full-wrapper .mean-container .mean-nav li.cta-btn a{
    position: relative;
    min-width: 187px;
    padding: 15px 35px 15px 15px;
    border-radius: 50px;
    border: 1px solid #181F53;
    background-color: #181F53;
    color: #fff;
    text-align: center;
}
.header-full-wrapper li.cta-btn a:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 10px;
    background-image: url("../images/btn-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s linear all;
}
.header-full-wrapper .mean-container .mean-nav li.cta-btn a{
    margin: 0 0 15px;
}
.header-full-wrapper .main-menu li.cta-btn.active a,
.header-full-wrapper.scrollMenu .main-menu li.cta-btn.active a,
.header-full-wrapper .mean-container .mean-nav li.cta-btn.active a,
.header-full-wrapper.scrollMenu .mean-container .mean-nav li.cta-btn.active a{
    background-color: #fff;
    color: #181F53;
}
.header-full-wrapper .main-menu li.cta-btn.active a:after,
.header-full-wrapper .mean-container .mean-nav li.cta-btn.active a:after{
    background-image: url("../images/btn-arrow-blue.svg");
}
.header-full-wrapper.scrollMenu{
    border-bottom: 2px solid #181F53;
    background-color: #fff;
}
.header-full-wrapper.scrollMenu .site-logo img.default-logo{
    display: none;
}
.header-full-wrapper.scrollMenu .site-logo img.scroll-logo{
    display: block;
}
.header-full-wrapper.scrollMenu .main-menu ul li{
    padding: 0;
}
.header-full-wrapper.scrollMenu .main-menu ul li a{
    color: #000;
}
.header-full-wrapper.scrollMenu .main-menu li.cta-btn a,
.header-full-wrapper.scrollMenu .mean-container .mean-nav li.cta-btn a{
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    footer area
---------------------------------------------------------------------------------------*/
.footer {
    padding: 80px 15px 25px;
}
.footer,
.footer-copyright{
    background-color: #42B870;
}
.footer .widgets{
    padding-bottom: 65px;
    margin: 0 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.footer .widget figure{
    max-width: 170px;
    margin: 0 auto 20px;
}
.footer .widget figure img{
    width: 100%;
}
.footer .widget p{
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
}
.footer .widget h5{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}
.footer .widget ul li{
    margin-bottom: 15px;
}
.footer .widget ul li:last-child {
    margin-bottom: 0;
}
.footer .widget ul li a,
.footer .widget.social-links ul li{
    display: inline-block;
    vertical-align: top;
}
.footer .widget.social-links ul li{
    margin: 0 10px;
}
.footer .widget.social-links ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 20px;
}
.footer .widget ul li,
.footer .widget ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer .widget ul li.active a{
    color: #181F53;
}
.footer-copyright .copyright,
.footer-copyright .footer-links{
    padding: 0;
}
.footer-copyright{
    padding: 25px 30px 0;
}
.footer-copyright p{
    font-size: 14px;
    color: #fff;
}
.footer-copyright p a{
    font-weight: 500;
    color: #fff;
}
.footer-copyright .footer-links{
    text-align: right;
}
.footer-copyright .footer-links ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.footer-copyright .footer-links ul li a{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.main-wrapper{
    margin-top: 0;
    overflow: hidden;
}

/*-------------------------------------------------------------------------------------
    Main Banner Slider
---------------------------------------------------------------------------------------*/
.slide-1-left{
    background-color: #ED6A5A;
}
.slide-1-right{
    background-color: #9BC1BC;
}
.slide-2-left{
    background-color: #A50104;
}
.slide-2-right{
    background-color: #00A9A5;
}
.slide-3-left{
    background-color: #ADA8B6;
}
.slide-3-right{
    background-color: #EFEBCE;
}
.slide-4-left{
    background-color: #006D77;
}
.slide-4-right{
    background-color: #FFD23F;
}
.slide-5-left{
    background-color: #840032;
}
.slide-5-right{
    background-color: #C5F9D7;
}
.slide-6-left{
    background-color: #A3A380;
}
.slide-6-right{
    background-color: #F3A712;
}
.hero-banner .hero-banner-slider .slick-slide figure{
    margin: 0;
}
.hero-banner .hero-banner-slider .image,
.hero-banner .hero-banner-slider .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 900px;
    padding: 100px 100px 80px;
}
.hero-banner .hero-banner-slider .inner-content h5,
.hero-banner .hero-banner-slider .inner-content h6{
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}
.hero-banner .hero-banner-slider .inner-content h5{
    font-weight: 700;
    font-size: 16px;
}
.hero-banner .hero-banner-slider .inner-content h6{
    font-weight: 600;
    font-size: 14px;
}
.hero-banner .hero-banner-slider .inner-content h6 span{
    font-weight: 700;
}
.hero-banner .hero-banner-slider .inner-content .inner-col{
    margin-bottom: -1px;
}
.hero-banner .hero-banner-slider .inner-content .border-element{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
.hero-banner .hero-banner-slider .inner-content .border-element:before,
.hero-banner .hero-banner-slider .inner-content .border-element:after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    transition: 1s linear all;
}
.hero-banner .hero-banner-slider .inner-content .border-element:before{
    top: 0;
    left: 0;
    border-top: 1px solid #181F53;
    border-left: 1px solid #181F53;
}
.hero-banner .hero-banner-slider .inner-content .border-element:after{
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #181F53;
    border-right: 1px solid #181F53;
}
.hero-banner .hero-banner-slider .slick-slide.slick-active .border-element:before,
.hero-banner .hero-banner-slider .slick-slide.slick-active .border-element:after{
    width: 100%;
    height: 100%;
}
.hero-banner .hero-banner-slider .inner-content .two{
    text-align: right;
}
.hero-banner .hero-banner-slider .inner-content .two .border-element{
    min-width: 380px;
}
.hero-banner .hero-banner-slider .inner-content .one .border-element,
.hero-banner .hero-banner-slider .inner-content .three .border-element{
    margin: 0 auto;
}
.hero-banner .hero-banner-slider .inner-content .three:before,
.hero-banner .hero-banner-slider .inner-content .three:after{
    content: '';
    position: absolute;
    z-index: 2;
    transition: 1s linear all;
}
.hero-banner .hero-banner-slider .inner-content .three:before{
    top: calc(49% - 6px);
    left: -229px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    border: 1px solid #181F53;
    opacity: 0;
}
.hero-banner .hero-banner-slider .inner-content .three:after{
    top: 50%;
    left: -214px;
    width: 0;
    height: 1px;
    background-color: #181F53;
}
.hero-banner .hero-banner-slider .slick-slide.slick-active .inner-content .three:before{
    opacity: 1;
}
.hero-banner .hero-banner-slider .slick-slide.slick-active .inner-content .three:after{
    width: 230px;
}
.hero-banner .hero-banner-slider .inner-content .four,
.hero-banner .hero-banner-slider .inner-content .five{
    padding: 0;
}
.hero-banner .hero-banner-slider .inner-content .four .border-element,
.hero-banner .hero-banner-slider .inner-content .five .border-element{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hero-banner .hero-banner-slider .inner-content .four .border-element{
    float: right;
    width: 210px;
    margin-right: -1px;
}
.hero-banner .hero-banner-slider .inner-content .five .border-element{
    width: 175px;
    text-align: left;
}
.hero-banner .hero-banner-slider .inner-content .five .border-element h6,
.hero-banner .hero-banner-slider .inner-content .five .border-element figure{
    float: left;
}
.hero-banner .hero-banner-slider .inner-content .five .border-element h6{
    width: calc(100% - 45px);
}
.hero-banner .hero-banner-slider .inner-content .five .border-element figure{
    width: 45px;
    margin-top: 15px;
    overflow: hidden;
}
.hero-banner .hero-banner-slider .inner-content .six{
    text-align: right;
}
.hero-banner .hero-banner-slider .inner-content .six .border-element{
    min-width: 190px;
    padding: 10px 10px 5px;
    margin-right: 20px;
}
/*Slider Dots*/
.hero-banner .hero-banner-slider ul.slick-dots{
    position: absolute;
    margin: 0;
}
.hero-banner .hero-banner-slider ul.slick-dots li{
    display: block;
    margin: 15px 0;
}
.hero-banner .hero-banner-slider ul.slick-dots li button{
    width: 6px;
    height: 12px;
    border-radius: 0;
    background-color: rgb(217, 217, 217, 0.25);
}
.hero-banner .hero-banner-slider ul.slick-dots li.slick-active button{
    background-color: rgb(217, 217, 217, 1);
}

/*-------------------------------------------------------------------------------------
    how-it-began-section
---------------------------------------------------------------------------------------*/
.how-it-began-section{
    padding: 120px 0;
}
.how-it-began-section h2{
    max-width: 375px;
    padding: 30px 25px;
    margin: 0 auto 100px;
    border: 1px solid #D9D9D9;
}
.how-it-began-section h6,
.how-it-began-section p{
    margin-bottom: 30px;
}
.how-it-began-section h6{
    text-transform: uppercase;
}
.how-it-began-section .content{
    padding: 0 60px 0 0;
}
.how-it-began-section .image{
    display: flex;
    align-items: center;
}
.how-it-began-section .image figure{
    margin: 0;
}
.how-it-began-section .image .inner-wrapper{
    float: left;
    width: 33.3%;
}
.how-it-began-section .image .inner-wrapper.two{
    margin: 0 30px;
}

/*-------------------------------------------------------------------------------------
    healthy-consumption-section
---------------------------------------------------------------------------------------*/
.healthy-consumption-section{
    position: relative;
}
.healthy-consumption-section .image{
    padding: 0 15px 0 0;
}
.healthy-consumption-section .image figure{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
@keyframes rotation{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.healthy-consumption-section .image .img-rotate img{
    position: relative;
    z-index: 4;
    animation: rotation 5s infinite linear;
}
.healthy-consumption-section .image .top-img,
.healthy-consumption-section .image .bottom-img{
    position: absolute;
}
.healthy-consumption-section .image .top-img{
    top: -200px;
    left: -50px;
}
.healthy-consumption-section .image .mid-img{
    position: relative;
}
.healthy-consumption-section .image .mid-img:after{
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -50px;
    right: -250px;
    width: 95%;
    height: 72%;
    background-color: #EFEBCE;
}
.healthy-consumption-section .image .mid-img img{
    position: relative;
    z-index: 3;
}
.healthy-consumption-section .image .bottom-img{
    top: 75%;
    left: 30%;
}
.healthy-consumption-section .content .inner-row{
    position: relative;
    z-index: 5;
}
.healthy-consumption-section .content .inner-row .left,
.healthy-consumption-section .content .inner-row .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.healthy-consumption-section .content .inner-row .left{
    padding: 40px;
    background-color: #42B870;
}
.healthy-consumption-section .content .inner-row .left figure{
    margin: 0;
}
.healthy-consumption-section .content .inner-row .right{
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.healthy-consumption-section .content .inner-row .right h6,
.healthy-consumption-section .content .inner-row .right p{
    margin-bottom: 15px;
}
.healthy-consumption-section .content .inner-row .right p{
    line-height: 22px;
    text-align: justify;
}
.healthy-consumption-section .content .inner-row .links a:first-of-type{
    margin-right: 40px;
}

/*-------------------------------------------------------------------------------------
    porduct-slider-section
---------------------------------------------------------------------------------------*/
.product-slider-section{
    padding: 50px 0 160px;
}
.product-slider-section h2{
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 64px;
    line-height: 45px;
    letter-spacing: 0.64px;
}
.product-slider-section h2 span{
    font-size: 24px;
    letter-spacing: 0.24px;
}
.product-slider-section figure{
    margin: 0;
}
.product-slider-section .product-slider .slick-arrow{
    top: calc(50% - 26px);
}
.product-slider-section .product-slider .slick-prev{
    left: 17%;
}
.product-slider-section .product-slider .slick-next{
    right: 17%;
}
.product-slider-section .product-slider .slick-track {
  display: flex;
}
.product-slider-section .product-slider .slick-slide {
  height: auto;
  opacity: 0.25;
}
.product-slider-section .product-slider .slick-slide.slick-active{
    opacity: 1;
}
.product-slider-section .product-slider .slick-slide div,
.product-slider-section .product-slider .slick-slide figure,
.product-slider-section .product-slider .slick-slide img{
    height: 100%;
}
.product-slider-section .product-slider .slick-slide img{
    object-fit: cover;
}

/*-------------------------------------------------------------------------------------
    proud-moments-section
---------------------------------------------------------------------------------------*/
.proud-moments-section h2{
    max-width: 475px;
    border: 1px solid #42B870;
    color: #42B870;
}
.proud-moments-section .content{
    padding: 0 15px;
}
.proud-moments-section .content figure{
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.proud-moments-section .content figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.proud-moments-section .content h5{
    margin-bottom: 5px;
    font-size: 14px;
}
.proud-moments-section .content h6{
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
}

/*-------------------------------------------------------------------------------------
    Inner Page Banner
---------------------------------------------------------------------------------------*/
.inner-page-banner >div,
.inner-page-banner >div >.row{
    height: 100%;
}
.inner-page-banner .image,
.inner-page-banner .content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner .image{
    padding: 0;
}
.inner-page-banner .image figure,
.inner-page-banner .image img{
    width: 100%;
    height: 100%;
}
.inner-page-banner .image figure{
    margin: 0;
}
.inner-page-banner .image img{
    object-fit: cover;
}
.inner-page-banner .content{
    padding: 30px 15px;
}

/*-------------------------------------------------------------------------------------
    About Page
---------------------------------------------------------------------------------------*/
.mission-section{
    padding: 100px 0;
}
.mission-section h2{
    margin-bottom: 30px;
}
.mission-section p{
    margin-bottom: 60px;
}
.mission-section figure{
    margin: 0;
}
.suppliers-section{
    padding: 100px 0;
}
.suppliers-section h2{
    margin-bottom: 30px;
}
.suppliers-section .inner-col{
    margin-top: 30px;
}
.suppliers-section .inner-col .inner-block{
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: #181F53;
}
.suppliers-section .inner-col .inner-block h4{
    margin-bottom: 15px;
}
.suppliers-section .inner-col .inner-block p{
    padding-top: 15px;
}
.leadership-section{
    padding: 100px 0 140px;
    background-image: radial-gradient(circle, rgba(66,184,112,1) 0%, rgba(24,31,83,1) 100%);
}
.leadership-section .leadership-col{
    margin-top: 60px;
}
.leadership-section .inner-block{
    position: relative;
}
.leadership-section .inner-block:before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0, 0, 0, 0.5);
    transition: .3s linear all;
}
.leadership-section .inner-block figure{
    height: 400px;
    overflow: hidden;
}
.leadership-section .inner-block figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadership-section .inner-block ul.social-links,
.leadership-section .inner-block .info{
    position: absolute;
    z-index: 3;
    background-color: #42B870;
    text-align: center;
}
.leadership-section .inner-block ul.social-links{
    top: 0;
    right: 0;
    opacity: 0;
    transition: .2s linear all;
}
.leadership-section .inner-block ul.social-links li a{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}
.leadership-section .inner-block .info{
    bottom: -45px;
    left: 0;
    right: 0;
    width: 90%;
    padding: 15px 20px;
    margin: 0 auto;
}
.leadership-section .inner-block:hover:before{
    opacity: 1;
}
.leadership-section .inner-block:hover ul.social-links{
    opacity: 1;
}

/*-------------------------------------------------------------------------------------
    Exports Page
---------------------------------------------------------------------------------------*/
.common-content-section{
    padding: 100px 0;
}
.common-content-section h2{
    margin-bottom: 20px;
}
.common-content-section p{
    margin-bottom: 30px;
}
.common-content-section figure{
    margin: 0;
}
.common-content-section .content,
.common-content-section .image{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.export-section-three{
    background-image: linear-gradient(0deg, rgba(66,184,112,1) 0%, rgba(24,31,83,1) 100%);
}
.export-section-three .inner-row{
    justify-content: center;
}
.export-section-three .inner-col{
    margin-top: 30px;
}
.export-section-three .inner-col figure{
    height: 250px;
    overflow: hidden;
}
.export-section-three .inner-col figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.export-section-three .inner-col h5{
    margin-top: 15px;
}

/*-------------------------------------------------------------------------------------
    Contact Page
---------------------------------------------------------------------------------------*/
.contact-form-section{
    padding: 100px 0;
}
.contact-form-section h3{
    margin-bottom: 20px;
}
.contact-form-section button{
    min-width: 200px;
}
.contact-form-section ul li{
    margin-bottom: 10px;
}
.contact-form-section ul li svg{
    margin-right: 10px;
}
.contact-map-section iframe{
    width: 100%;
}