@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #53a1d7 #53a1d7 #000;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #cbced1;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #cbced1;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

body { overflow-x: hidden; }
body,
ul,
li,
p,
a,
label,
input,
div,
text-area,
select,
span{
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 300;
    color: #333;
}
.h1 { font-size: 2.2em; }
.h2 { font-size: 1.8em; }
.h3 { font-size: 1.4em; }
.btn-success { background: #337CD0;border-color: #337CD0; }
.btn-success:hover { background: #006ab3;border-color: #337CD0; }
.slide .slide__content--headings .title{ font-weight: 400; }
.bg-grey{ background: #7A8083 0% 0% no-repeat padding-box;; }
.navbar { padding: 0 !important; }
.navbar #main_nav { max-width: max-content; margin-top: 1rem; }
.nav-brand {
    margin: 20px 40px 10px 0;
    display: flex;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.15em;
}
.fixed-top .nav-brand { margin: 2px 40px 10px 0; max-width: 200px; }
.fixed-top.navbar #main_nav{ margin-top: 0; }
.navbar-expand-lg .navbar-nav .nav-link{
  color: #707070;
  padding: 2.2rem 0.8em;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-weight: 400;
  font-size: 1.15em;
}
.fixed-top.navbar-expand-lg .navbar-nav .nav-link { padding: 1.2rem 0.8em; }
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover { color: #000; }
.dropdown-menu{ 
  border: 0;
  background: #FFF;
  opacity: 1;
  border-radius: 0;
}
.fixed-top .dropdown-menu{ background: #212529; }
.fixed-top .dropdown-menu .dropdown-item { color: #FFF; }
.dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
.dropdown-menu .dropdown-item { color: #575757; padding: 0rem 2rem .8em 1em }
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover { background-color: transparent; color: #DDD; }
.fixed-top .dropdown-menu .dropdown-item.active, .fixed-top .dropdown-menu .dropdown-item:hover{ color: #DDD;  }
#gallery a{ display: block; margin-bottom: 20px; }

@media (max-width: 992px){
  .navbar #main_nav {
    position: absolute;
    background: #FFF;
    box-shadow: 0 .5rem 1rem #00000026 !important;
    top: 100%;
    right: 10px;
  }
  .navbar-toggler:focus{ box-shadow: none; }
  .navbar-light .navbar-toggler,
  .navbar #main_nav{
    position: absolute;
    right: 0;
    z-index: 999;
    margin-top: 0;
  }
  .navbar #main_nav li a{ padding: 10px 40px; font-size: 1.0em; }
  .fixed-top .dropdown-menu {
    background: #6464647a;
  }
  .dropdown-menu { background: #f4f4f4; }
  .navbar #main_nav li a.dropdown-item { padding: 2px 40px; }
}
/* General */
.text-warning {
    color: #ede861 !important;
}
.text-muted {
    color: #bcbcbc !important;
}
.text-success {
    color: #59ab6e !important;
}
.text-light {
    color: #cfd6e1 !important;
}
.bg-light {
    background-color: #E7EDF2 !important;
}
.bg-black {
    background-color: #1d242d !important;
}
.font-weight-thin{ font-weight: 200; }
.font-weight-light{ font-weight: 300; }
.font-weight-normal{ font-weight: 400; }
.font-weight-medium{ font-weight: 500; }
.font-weight-bold { font-weight: 700; }
.bg-dark { background-color: #585965; }
.text-white-all * { color: #FFF !important;  }
section#message-from-director video {
  object-position: center;
  object-fit: cover;
  margin-bottom: -5px;
}
section#message-from-director > div.row > div{ position: relative; }
section#message-from-director .overlay { background: rgba(0,0,0,0.3); }
section#message-from-director .overlay.active { background: rgba(0,0,0,0); }
section#message-from-director .overlay i {
  font-size: 30px;
  color: #f00 !important;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.7;
}
section#message-from-director .overlay i.fa-play { padding: 10px 8px 10px 12px; }
section#message-from-director .overlay i.fa-pause { padding: 10px; opacity: 0.3; }
section#message-from-director .overlay i:hover{ opacity: 1; }
.product-wap {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.product-wap .product-color-dot.color-dot-red {
    background: #f71515;
}

.product-wap .product-color-dot.color-dot-blue {
    background: #6db4fe;
}

.product-wap .product-color-dot.color-dot-black {
    background: #000000;
}

.product-wap .product-color-dot.color-dot-light {
    background: #e0e0e0;
}

.product-wap .product-color-dot.color-dot-green {
    background: #0bff7e;
}

.card.product-wap .card .product-overlay {
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
}

.card.product-wap a {
    color: #000;
}

#carousel-related-product .slick-slide:focus {
    outline: none !important;
}

#carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px;
}

/* Services */
.services-icon-wap {
    transition: .3s;
}

.services-icon-wap:hover,
.services-icon-wap:hover i {
    color: #fff;
}

.services-icon-wap:hover {
    background: #69bb7e;
}

/* Contact map */
.leaflet-control a,
.leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: none;
    border-bottom: #CCC 1px solid;
    background: #ffffff4f;
}

.form-control::placeholder {
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

/* Footer */
footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #68bb7d;
}

footer ul.footer-link-list li, footer ul.footer-link-list li a {
    color: #FFFFFF;
    font-size: 0.8em;
}

footer ul.footer-icons li {
    width: 2em;
    height: 2em;
    line-height: 1;
    margin-right: 0;
}

footer ul.footer-icons li:hover {
    background-color: #cfd6e1;
    transition: .5s;
    line-height: 2;
}

footer ul.footer-icons li:hover i {
    color: #212934;
    transition: .5s;
}

/*footer .border-light { border-color: #2d343f !important;}*/
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
    font-size: 12px !important;
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}

@media (min-width: 576px) {
    .tempaltemo-carousel .h1 {
        font-size: 1em !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #templatemo_main_nav .navbar-nav {
        max-width: 450px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #templatemo_main_nav .navbar-nav {
        max-width: 650px;
    }

    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 30rem !important;
    }

    .product-wap .h3,
    .product-wap li,
    .product-wap i,
    .product-wap p {
        font-size: 18px !important;
    }

    .product-wap .product-color-dot {
        width: 12px;
        height: 12px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/********************/
.section-header h3 {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    position: relative
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #FFFFFF;
    width: 50%
}

#clients {
    padding: 60px 0
}

#clients .clients-wrap {
    border-top: ;
    1px solid #d6eaff;
    border-left: ;
    1px solid #d6eaff;
    margin-bottom: 30px
}

#clients .client-logo {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: ;
    1px solid #d6eaff;
    border-bottom: ;
    1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    margin: 10px;
    border-radius: 8px;
}

#clients img {
    transition: all 0.4s ease-in-out;
    max-width: 100%;
}

/***************************************/
#accord-btn .nav-link {
    border: none;
    font-size: 14px;
    display: block;
    padding: ;
    0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #707070;
    background-color: none #0d6efd;
}
.clients-bg {
    background-color: #585965;
}

.export-bg {
    background-color: #ffffff;
}

button#pills-home-tab.nav-link.active {
    background-color: none;
}

.management-bg {
    background-color: #ffffff;
}

.magnagement-img {
    border-radius: 50%;
}

.product-row {
    background-color: #ffffff;
    overflow: hidden;
}
.product-row .card-body {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-row .card-body a.btn {
    align-self: flex-end;
    margin-top: 25px;
}
.fas .fa-quote-left {
    font-size: 10px;
}

.carousel-caption h2 {
    font-weight: 200;
    text-align: left;
}

.carousel-caption {
    color: white;
    xright: 58%;
    text-align: center;
    max-width: 300px;
    left: 90px;
    top: 80px;
    /*top: 50%; */
    xtransform: translateY(-50%);
    xbottom: initial;
    padding: 10px;
    height: 100%;

}
.testimonial {
    min-height: 175px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #707070;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    /*top:; 175px;*/
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #707070;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #707070;
    ;
    border: 2px solid #707070;
    ;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #707070;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 236px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 4%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #707070;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #707070;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 30px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;

}

.carousel-control-next i {
    color: #707070;
    font-size: 30px;
}

.carousel-control-prev i {
    color: #707070;
    font-size: 30px;
}
svg {
  width: 100%;
}
circle {
  fill: #999999;
}
.banaan {
  fill: #CCC;
  transition: all 2s ease;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulse {
  to {
    r: 5;
  }
}
a.btn-product-details:focus{ border: 0; box-shadow: none; ourline: none; }
/*.product-details {
    display: none;
    margin-top: 10px;
    position: absolute !important;
    background: white;
    width: 101%;
    left: -1px;
    border-top: none;
    z-index: 9;
    padding: 20px;
    text-align: left;
    border-bottom: #CCC 2px solid;
}*/
.product-details {
    display: none;
    position: absolute !important;
    background: #f7f7f7;
    width: 100%;
    left: 0;
    border-top: none;
    z-index: 9;
    padding: 20px;
    text-align: left;
    border: #65acdd 1px solid;
    bottom: 0;
    height: auto;
    min-height: 50%;
}
.product-details ul{ margin: 0; padding: 0; }
.product-details ul li{ list-style: none; padding-bottom: 5px; margin-bottom: 5px; border-bottom: #CCC 1px dashed;}
.foot-bg { background: #23263e; padding-top: 10px; }
.foot-bg h2 {
    font-weight: 400;
    color: #FFFFFF;
}
.inner-banner{ position: relative; }
.overlay {
  position: absolute;
  background: rgba(0,0,0,0.7);
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-banner .overlay-light{ background: rgba(0,0,0,0.2); }
.overlay *{ color: #FFF; }
.accordion-button {
    font-size: 1.2rem;
    font-weight: 500;
    color:  #333;
}
.accordion-button:not(.collapsed){ color: #3c7193; }
.accordion-button:focus{ border: none; box-shadow: none; }
.accordion-body p{ font-size: 1rem; }
.accordion-body h6{ font-size: 1.1rem; }
.slick-dotted.slick-slider{ margin-bottom: 0; }
.clients .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}
.clients .slick-track .slick-slide {
    height: inherit !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-items: center;
    float: none;
}
.clients .slick-track .slick-slide > div > div > div{
    background: #EDEDEE;
    border-right: #FFF 10px solid;
    border-bottom: #FFF 10px solid;
}
.clients .slick-next, .clients .slick-prev { top: 48%; z-index: 99; width: 40px; height: 40px; }
.bg-grey-light{ background-color: #ECECED; }
#international-export-market, #certifications { background-color: #ECECED; }
@media screen and (min-width:  993px){
    .position-lg-absolute{ position: absolute; }
}
.position-lg-absolute.topleft{ top: 0; left:0; }
.position-lg-absolute.topright{ top: 0; right:0; }
.position-lg-absolute.bottomright{ bottom: 0; right:0; }
.position-lg-absolute.bottomleft{ bottom: 0; left:0; }
.position-lg-absolute.hcenter {
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
}
section#mission,
section#vision,
section#certifications {
    padding: 5%; 
    text-align: center; 
}
section#mission{ background: #F2F3F4; }
h2.heavy-title{ color: #4a4a4a; font-size: 2.5em; font-weight: 700; }
.capabilities .bg-grey > div { padding: 10% 20%; text-align: center; }
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.5em 0.5em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.product-details .btn-close{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#sustainability-features .card{ padding: 0 20px 20px 20px; overflow: visible; }
#sustainability-features .card figure{ padding: 0 40px; margin-top: -30%;  }
.country-select {
  display: block;
}
.form-error{ color: red; }
@media screen and (max-width:1540px){
  body, ul li, p, a, label, input, div, text-area, select, span{ font-size: 16px; }
}
@media screen and (max-width:1280px){
  body, ul li, p, a, label, input, div, text-area, select, span{ font-size: 15px; }
  .list-inline-item:not(:last-child){ margin-right: 0.1rem; }
  .navbar-expand-lg .navbar-nav .nav-link { font-size:  0.9em; }
}
@media screen and (max-width: 580px) and (min-width: 450px) {
  .col-xs-7{ max-width: 65%; }
}
@media screen and (max-width: 451px) and (min-width: 380px) {
  .col-xs-7{ max-width: 80%; }
}
@media screen and (max-width: 381px) and (min-width: 320px) {
  .col-xs-7{ max-width: 85%; }
}
@media screen and (max-width: 992px){
  .feature { text-align: center; }
  .feature h3{ display: inline-block; }
}
@media screen and (max-width: 767px){
    #sustainability-features .col-6:last-child {
        margin-top: 75px;
    }
}
@media screen and (max-width: 576px){
    .responsive .overlay {
        position: relative;
        background: #223c4f;
        text-align: center;
        justify-content: center;
        padding-top: 20px;
    }
    #sustainability-features .col-6 {
        width: 300px;
        margin-top: 100px;
    }
    #clients { padding: 20px 0 !important; }
    .clients {
        max-width: 300px;
        margin: auto;
    }
    .clients .slick-next { right: -8px; }
    .clients .slick-prev { left: -12px; }
    .overlay h1 {
        font-size: 1.4em;
    }
}
@media (min-width: 1200px){
    .clients .slick-next { right: -3%; }
    .clients .slick-prev { left: -5% }
}