@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');

@media(max-width: 2000px) and (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
}
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
p{
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #787878;

}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #363636;
    font-size: 16px;
}
a:hover{
    color: #363636;
}
h1{
      font-size: 42px;
    line-height: 1.3em;
    color: #363636;
}
h2{
    line-height: 38px;
    font-size: 38px;
    margin: 0;
    color: #363636;
}
h3{
    line-height: 36px;
    font-size: 30px;
    margin: 0;
    color: #363636;
}
h4{
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}
h5{
    line-height: 24px;
    font-size: 22px;
    color: #363636;
}
h6{
    line-height: 20px;
    font-size: 18px;
    color: #363636;
}
a{
    color: black;
}
/* .gap {
    padding: 100px 0;
} */
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/*------------------------        navbar      --------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #363636;
    padding: 8px 8px;
    transition: 0.4s all;
    font-size: 16px;
    position: relative;
	text-align: center;
}
body.page-template.page-template-usa span.name-site-page {
    display: flex;
    align-items: center;
	margin-left: 5px;
    margin-right: 10px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  z-index: 1111;
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0px;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 225px;
 margin-right:100px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  border: 0;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links li a:hover {
    color: #85c99d;
}
.navbar-links li.active > a {
    color: #85c99d;
}
.navbar-links li > a:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  height: 2px;
  width: auto;
  background: transparent;
  transition: 0.4s all;
}
.navbar-links li.active > a:after {
  background: #85c99d;
}
.navbar-links li a {
    border: 1px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
header {
    position: absolute;
  padding: 8px 0;
    width: 100%;
    z-index: 1;
  background:#f9f7f7 !important;
}
/*------------------------        navbar end      --------------------------*/
/*------------------------        parts      --------------------------*/
.parts h1 {
    font-weight: bold;
    width: 81%;
    text-transform: capitalize;
    /* padding-top: 70px; */
}
.parts.kenya-part {
    padding-top: 80px;
}
.parts p {
    width: 73%;
}
.kenya-hero {
    padding-top: 60px;
}
.parts .nice-select {
    color: #CFCFCF;
    border: 0;
    box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
    -webkit-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
    height: 55px;
    width: 60%;
    font-size: 18px;
}
.parts .nice-select:after {
    top: 46%;
    height: 10px;
    width: 10px;
    right: 5%;
}
.parts .nice-select.Advice {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.parts .nice-select .option:hover,
.parts .nice-select .option.focus,
.parts .nice-select .option.selected.focus {
    background: #85c99d;
    color: black;
}
.parts .nice-select.open .list{
    width: 100%;
}
.nice-select-one {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.hero-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.hero-section.about.blog-page {
    overflow: initial;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}
.img-parts{
    position: relative;
    padding-top: 50px;
}
ol.breadcrumb {
    display: none;
}
.dropdown {
    margin: 0px -35px;
}
.wilmington img {
    width: auto;
    border-radius: 10px;
    padding-right: 15px;
}
.wilmington h6 {
    font-size: 18px;
    line-height: 14px;
    font-weight: bold;
 }
.wilmington p{
    font-size: 12px;
}
.wilmington {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    top: 67%;
    width: 50%;
}
.wilmington.location-parts {
    top: 28%;
    right: 0;
    width: 35%;
}
.wilmington.location-parts p{
    line-height: 5px;
}
.wilmington.location-parts i {
    font-size: 18px;
    background-color: #85c99d;
    color: white;
    border-radius: 33px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 13px;
    padding: 0;
}
/*------------------------    button   --------------------------*/
.button {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    padding: 0 25px;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
}
.button-2 {
  color: #fff;
  border: 2px solid #85c99d;
  background-image: -webkit-linear-gradient(30deg, #85c99d 50%, transparent 50%);
  background-image: linear-gradient(30deg, #85c99d 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  line-height: 51px;
}
.button-2:hover {
  background-position: 100%;
  background-color: transparent;
}

/*------------- button end --------*/
.bag i {
    background-color: white;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 10px;
    margin-right: 15px;
}
.bag {
    text-align: end;
}
.menu.footer-tab-menu {
    padding-top: 6px;
}
.menu.contacts {
    padding-top: 6px;
}
.bag .button {
    padding: 0 13px;
    height: 39px;
    line-height: 36px;
}
/*--------------       Works Section    ----------------*/
.hading {
    text-align: center;
}
.hading h2{
    font-weight: bold;
    text-transform: capitalize;
}
.hading p{
    padding-top: 30px;
    width: 66%;
    margin: auto;
}
.work-card{
    text-align: center;
    padding-top: 50px;
}
.work-card span{
    font-size: 36px;
    color: #cfcfcf;
}
.work-card h4{
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
    display: block;
    margin: 0;
}
.work-card p {
    width: 94%;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
}
/*--------------       best-partss    ----------------*/
.city-partss h2 {
    width: 83%;
    font-weight: bold;
    padding-bottom: 20px;
}
.city-partss p {
    width: 80%;
}
.cafa h4{
    margin: 0;
}
.cafa h4 a{
    font-weight: bold;
    font-size: 24px;
}
.cafa p {
  font-size: 16px;
}

.cafa-button a {
    padding: 5px 15px;
    border: 1px solid #85c99d;
    border-radius: 10px;
    font-size: 14px;
}
.cafa-button a:hover {
    color: white;
}
.logos-card {
    display: flex;
    align-items: start;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}
.logos-card img {
    border-radius: 15px;
}
.cafa-button {
    margin-top: 15px;
    margin-bottom: 20px;
}
.cafa {
    margin-left: 30px;
}
.logos-card.three,
.logos-card.two{
    margin-top: 15px;
}
.logos-card.three {
    background-color: transparent;
}
.button-gap {
    text-align: center;
    padding-top: 40px;
}
.button-gap a i {
    padding-left: 15px;
}
a.button-2.non {
    background-image: -webkit-linear-gradient(30deg, #85c99d00 50%, transparent 50%);
}
a.button-2.non:hover {
  color: #fff;
  border: 3px solid #85c99d;
  background-image: -webkit-linear-gradient(30deg, #85c99d 50%, transparent 50%);
  background-image: linear-gradient(30deg, #85c99d 50%, transparent 57%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
a.button-2.non {
  background-position: 100%;
}
/*-------------     your-favorite-food      --------------*/
.your-favorite-food {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.food-photo-section{
    position: relative;
}
.food-photo-section a i {
    padding-right: 10px;
}
.food-photo-section a {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
}
.food-photo-section a.one {
    top: 7%;
    right: 5%;
}
.food-photo-section a.two {
    top: 20%;
    right: 5%;
}
.food-photo-section img {
    width: 100%;
}
.food-photo-section a.three {
    top: 33%;
    right: 5%;
}
.food-content-section p {
    padding: 20px 0 30px;
    width: 90%;
}
.food-content-section h2 {
    font-weight: bold;
    width: 80%;
}
/*-------------     counters-section      --------------*/

.counters-section h2 {
    font-weight: bold;
}
.count-time{
    display: flex;
    padding: 50px;
    box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    border-radius: 10px;
    flex-direction: column;
}
.count-time span{
    font-weight: bold;
    font-size: 55px;
    padding-right: 20px;
    line-height: 40px;
    text-transform: uppercase;
}
.count-time h2 {
    font-size: 60px;
    padding-right: 20px;
}
.count-time.sp h2 {
    padding-right: 0;
}
/*-------------     reviews      --------------*/
.reviews-img{
    position: relative;
}
.reviews-img i {
    position: absolute;
    top: 8%;
    font-size: 85px;
    background-color: white;
    left: 3%;
    padding: 30px;
    border-radius: 88px;
    box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
}
.reviews-img i:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 25px solid transparent;
    transform: rotate(45deg);
    top: 70%;
    left: 80%;
}
.reviews-img img {
    width: 100%;
}
.reviews-content h2 {
    font-weight: bold;
    width: 80%;
}
.thomas{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.reviews-content h4{
    color: #787878;
    padding-top: 40px;
    width: 86%;
    font-weight: 400;
}
.thomas img {
    border-radius: 60px;
    margin-right: 30px;
    width: auto;
}
.custome.owl-carousel .owl-item img{
    width: auto;
}
.custome{
    position: relative;
}
.custome .owl-dots{
    display: none;
}
.custome.owl-theme .owl-nav {
    position: absolute;
    bottom: -26%;
}
.custome.owl-carousel .owl-nav button.owl-next,
.custome.owl-carousel .owl-nav button.owl-prev,
.custome.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}
/*-------------     Join Partnership Section      --------------*/
.join-partnership h2{
    text-align: center;
    font-weight: bold;
    color: white;
}
.join-img {
    padding-top: 80px;
    padding-right: 50px;
    position: relative;
}
.Join-courier {
    position: absolute;
    top: 65%;
    left: 10%;
}
a.button.button-2 i {
    padding-left: 10px;
}
.Join-courier h3{
    color: white;
    font-weight: bold;
    padding-bottom: 15px;
}
.join-img img {
    border-radius: 20px;
    width: 100%;
}
.join-img:before {
    content: "";
    position: absolute;
    height: 410px;
    width: 643px;
    border: 7px solid #85c99d;
    border-radius: 20px;
    left: 4%;
    top: 8%;
}
/*-------------     news-section      --------------*/
.news-section  h2 {
    font-weight: bold;
    width: 33%;
    padding-bottom: 20px;
}
.news-posts-one img{
    border-radius: 20px;
    width: 100%;
}
.news-posts-one {
    padding: 25px;
        box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0,0,0,0.05);
    border-radius: 20px;
    position: relative;
}
.quickeat {
    position: absolute;
    top: 8%;
    left: 8%;
}
.news-posts-one .quickeat a {
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}
.news-posts-one h3 {
    font-weight: bold;
    padding: 40px 0 20px;
}
.news-posts-one a{
    color: var(--color-theme);
    font-weight: 600;
}
.news-posts-one a i{
    padding-left: 10px;
}
.news-posts-one p {
    font-size: 16px;
    padding-bottom: 20px;
    width: 95%;
}
ul.data li{
    padding-right: 20px;
}
ul.data h6{
    color: #cfcfcf;
    font-size: 14px;
}
ul.data {
    display: flex;
    align-items: center;
    border: 1px solid #F2F2F2;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
    margin-top: 20px;
}
ul.data h6 i {
    padding-right: 10px;
}
.news-post-two {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}
.news-post-two.end{
    padding-bottom: 0;
}
.news-post-two img{
    border-radius: 20px;
}
.news-post-two .quickeat {
    position: relative;
    left: 0;
    top: 0;
}
.news-post-two .quickeat a{
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
}
.news-post-two h6{
    margin-bottom: 0;
}
.news-post-two h6 a {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 77%;
}
.news-post-two-data {
    margin-left: 30px;
}
.news-post-two-data p{
    font-size: 16px;
    line-height: 26px;
}
.news-post-two-data ul.data{
    padding-top: 6px;
    margin-top: 7px;
}
/*-------------     subscribe section     --------------*/
.img-subscribe img {
    width: 100%;
}
.get-the-menu h2{
    font-weight: bold;
}
.get-the-menu form {
    display: flex;
    margin-top: 30px;
    position: relative;
}
.get-the-menu input[type="text"] {
    outline: none;
    width: 55%;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 40px;
    color: #cfcfcf;
    border-radius: 10px;
}
.get-the-menu input[type="text"]::placeholder{
    color: #cfcfcf;
}
.get-the-menu form i {
    position: absolute;
    top: 0;
    left: 2%;
    color: #cfcfcf;
    height: 100%;
    display: flex;
    align-items: center;
}
/*-------------     footer      --------------*/
footer p {
  font-size: 16px;
}
.footer-description h2 {
    color: white;
    font-weight: bold;
    width: 59%;
    padding: 15px 0 20px;
}
.footer-description p{
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}
.menu h4{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding-bottom: 7px;
}

.menu a i 
{
    color: #fff !important;
}
ul.footer-menu li{
    padding-top: 20px;
}
ul.footer-menu li a i.fa-angle-right{
    padding:0px; margin:0px;
}
.privacy
{
text-align: right; 
}
.privacy a 
{
    color: white;
    /* padding-left: 20px; */
}
ul.footer-menu li a{
    font-size: 16px;
    color: #CFCFCF;
    text-transform: capitalize;
}
ul.footer-menu li a i{
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.mr-2
{
    margin-right: 0.5rem !important;
}
.footer-location {
    display: flex;
    align-items: baseline;
}
.footer-location i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}
.footer-location p{
    color: #CFCFCF;
}
.footer-location {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #787878;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.menu.contacts a i{
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}
.menu.contacts a {
    color: #CFCFCF;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}
ul.social-media li {
    margin-right: 20px;
}
ul.social-media {
    display: flex;
    padding: 40px 0;
}
ul.social-media li a i{
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-media li a i:hover {
    border: 1px #85c99d;
    color: white;
}
.footer-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 101px;
    border: 1px solid #787878;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 25px;
}
.footer-two a{
    color: #787878;
    font-size: 14px;
    padding-left: 20px;
}
.footer-two p{
    font-size: 14px;
}
/*-------------------------------  about pags  --------------------------- */
/*-----------  about hero  ----------------- */
ul.crumbs li {
    padding-right: 15px;
}
ul.crumbs li a{
    color: #cfcfcf;
}
ul.crumbs li a i {
    padding-right: 10px;
    font-size: 10px;
}
ul.crumbs li.two a{
    color: #363636;
}
ul.crumbs li.two i {
    padding-right: 8px;
    font-size: 12px;
}
.about-text h2 {
    font-weight: bold;
    width: 61%;
    line-height: 130%;
    padding-top: 40px;
    padding-bottom: 20px;
}
.about-text p{
    width: 82%;
}
.about-img img {
    border-radius: 50px;
    transform: rotate(13deg);
    width: 500px;
    height: 500px;
    margin-left: 44px;
}
.about-img {
    position: relative;
    padding: 60px 0;
}
.about-img:before {
    content: "";
    position: absolute;
    border: 7px white solid;
    height: 500px;
    width: 500px;
    border-radius: 50px;
    z-index: 0;
    left: 5%;
}
.our-mission-text h2 {
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}
/*----------------    partss-girl-img      ------------------------*/
.partss-girl-img.food-photo-section a.one {
    left: 10%;
    display: inline-table;
    top: 19%;
}
.partss-girl-img.food-photo-section a.two {
    left: 15%;
    display: inline-table;
    top: 34%;
}
.partss-girl-img.food-photo-section a.three {
    left: 10%;
    display: inline-table;
    top: 49%;
}
.partss-girl-img.food-photo-section a.for {
    left: 15%;
    display: inline-table;
    top: 64%;
}
/*-------------     cards-section      --------------*/
.card-text-data {
    padding: 40px;
    border-radius: 20px;
}
.card-text-data p {
  font-size: 16px;
}
.card-text-data:hover{
    background: linear-gradient( 145deg, #FFBB45, #FF820B);
}
.card-text-data img.off{
    display: none;
}
.card-text-data:hover img.off{
    display: block;
}
.card-text-data:hover img.on {
    display: none;
}
.card-text-data:hover p,
.card-text-data:hover h3{
    color: white;
}
.card-text-data h3{
    font-weight: bold;
    padding: 20px 0;
    width: 80%;
}
.card-text-data:hover svg{
    fill: white;
}
.card-text-data svg {
    fill: #f5a905;
}
/*------------------     video-section     ------------------*/
ul.paragraph li h5 {
    font-size: 16px;
    margin: 0;
    color: #787878;
}
ul.paragraph li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.wait-a-minute h2 {
    font-weight: bold;
    width: 80%;
}
.wait-a-minute p {
    width: 80%;
    padding: 20px 0;
}
.wait-a-minute h6 {
    font-weight: bold;
}
ul.paragraph li i {
    padding-right: 10px;
}
.video-section-img{
    position: relative;
    padding: 40px 0;
}

.video-section-img img{
    border-radius: 40px;
}
.video-section-img:before {
    content: "";
    position: absolute;
    border: 7px #85c99d solid;
    height: 567px;
    width: 579px;
    border-radius: 50px;
    z-index: -1;
    left: 15%;
    transform: rotate(13deg);
}
.video-section-img i {
    position: absolute;
    z-index: 111;
    left: 40%;
    color: #ffffff;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    background-color: #85c99d;
    height: 70px;
    width: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 57px;
}
.counter-hading {
    margin-bottom: 30px;
}
.count-time h2 {
    font-weight: bold;
}
.counter-hading h2{
    font-weight: bold;
}
/*-------------     Our Team Section      --------------*/
.our-team h4 a{
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
    font-size: 24px;
    display: block;
}
.our-team{
    position: relative;
    text-align: center;
}
.our-team p {
    padding-top: 10px;
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
.our-team ul.social-media{
    padding: 0;
    padding-top: 20px;
    justify-content: center;
}
.our-team ul.social-media li a i {
    border: 1px solid #787878;
    color: #787878;
}
.our-team ul.social-media li a i:hover {
    border: 1px #85c99d;
    color: white;
}
.our-team:before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 400px;
    width: 440px;
    background-color: #fcfcfc;
    top: 6.5%;
    border-radius: 81px;
}
.our-team-section .hading p {
    padding-bottom: 40px;
    width: 50%;
}
.about-counters-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*--------------      our-partners-section      --------------*/
.our-partners-section .hading h2 {
    padding-bottom: 60px;
}
.logo-img {
    text-align: center;
    display: inline-block;
}
.logo-img h5{
    font-size: 16px;
    font-weight: bold;
    color: #c7c7c7;
}
.owl-carousel .owl-item img{
    width: auto;
}
.logodata .owl-dots {
    display: none;
}
/*-------------     service-shows      --------------*/
.good-taste h2 {
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}
.good-taste {
    width: 63%;
    margin: auto;
    margin-left: 211px;
}
.comment-data {
    display: flex;
}
.author-text.item {
    margin-left: -15%;
    width: 91%;
}

.author-text .thomas {
    margin-top: 10px;
    margin-left: 24px;
}
.author-text .thomas img {
    margin-top: -40px;
    padding-right: 0;
    margin-right: 30px;
    box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
}
.comment-slide .owl-item.cloned {
    opacity: 0.5;
}
.comment-slide .owl-item.cloned.active{
    opacity: 1;
}
.comment-slide.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    left: -33%;
    top: 81%;
}
.comment-slide.owl-carousel .owl-nav button.owl-next,.comment-slide.owl-carousel .owl-nav button.owl-prev,
 .comment-slide.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}
.author-text p {
    padding: 30px 25px;
    font-size: 16px;
    padding-bottom: 60px;
    border-radius: 20px;
    margin-top: 20px;
}
.logo-img {
    display: block;
}
.logodata.owl-carousel .owl-item img {
    width: 140px;
    margin: auto;
    opacity: .5;
}
.logodata.owl-carousel .owl-item img:hover{
    opacity: 1;
}
/*---------.subscribe-section-about ------------*/
.subscribe-section.about {
    padding: 120px 0;
}
.subscribe-section.about .get-the-menu form {
    justify-content: center;
}
.subscribe-section.about .get-the-menu input[type="text"] {
    outline: none;
    width: 35%;
}
.subscribe-section.about .get-the-menu h2 {
    color: white;
    width: 55%;
    text-align: center;
    margin: auto;
}
.subscribe-section.about {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}
.subscribe-section.about:before {
    content: "";
    background-color: #85c99dc4;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.subscribe-section.about .get-the-menu{
    position: relative;
}
.subscribe-section.about .get-the-menu form i {
    position: absolute;
    top: 0%;
    left: 28%;
    color: #cfcfcf;
}
.subscribe-section.about .button-2{
    color: white;
    border: 3px solid #000;
    background-image: -webkit-linear-gradient(30deg, #000 50%, transparent 50%);
    background-image: linear-gradient(30deg, #000000 50%, transparent 50%);
}
/*------------   parts page--------------*/
.hero-section.about .parts .nice-select {
    width: 80%;
    padding-left: 20px;
}
.banner-img{
    padding: 40px 0;
}
.choose-lunches h3 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 15px;
}
.choose-lunches h2{
    font-weight: bold;
}
.choose-lunches {
    padding-left: 40px;
    padding-top: 35px;
}
.banner-img h4 {
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    width: 180px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    position: relative;
}
.chevron {
    width: 0em;
    height: 5em;
    position: absolute;
    right: 0;
}
.chevron::before, .chevron::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 2.5em;
    left: -6px;
    background: #ffffff;
}
.chevron::before {
  top: 0;
  -webkit-transform: skew(20deg, 0deg);
}
.chevron::after {
  bottom: 0;
  -webkit-transform: skew(-20deg, 0deg);
}
.chevron--left::before {
  -webkit-transform: skew(-20deg, 0deg);
}
.chevron--left::after {
  -webkit-transform: skew(20deg, 0deg);
}
.banner-wilmington {
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.banner-logo {
    display: flex;
}
.banner-wilmington img {
    border-radius: 15px;
}
.banner-wilmington h6 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
}
/*-------- parts logos-card    --------*/

.logos-card.parts-page.two {
    margin-top: 25px;
}
/*----------     parts logos-card   -------*/
.logo-detail{
    display: flex;
    align-items: start;
}
.logo-detail img{
    width: 80px;
    height: auto;
    border-radius: 15px;
    margin-top: 13px;
}
.logo-detail h2{
    padding: 0;
}
.logo-detail h2 {
    padding: 0;
    padding-left: 20px;
}
.logo-detail {
    display: flex;
    align-items: start;
    padding: 20px 0;
}
.rate span{
    font-size: 12px;
    color: #cfcfcf;
    padding-bottom: 10px;
    display: block;
}
.rate .star {
    padding-bottom: 10px;
}
.hours h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    margin-left: 20px;
}
.hours span{
    color: #CFCFCF;
    font-weight: 400;
}
.hours {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    position: absolute;
    top: 41%;
    z-index: 0;
}
.hours.two{
    top: 60%;
}
.hours i {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    border-radius: 50px;
    color: white;
}
/*tabs*/
.Provides {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #85c99d;
    font-size: 18px;
    font-weight: bold;

}
.nav-link:focus, .nav-link:hover{
     color: #85c99d;
}
.nav-pills .nav-link.active {
    position: relative;

}
.nav-pills .nav-link.active:before {
    content: "";
    background-color: #f5ab55;
    height: 2px;
    width: 75%;
    position: absolute;
    top: 125%;
}

.nav-link{
    color: #363636;
}
.nav-pills .nav-link {
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px 0 15px;
}
.like-meal a{
     font-size: 18px;
    font-weight: bold;
    color: #85c99d;
    padding-right: 20px;
}
.like-meal i{
    padding-right: 10px;
}
.dish {
    padding: 44px;
    border-radius: 25px;
    margin-top: 40px;
    background-color: white;
}
.dish img {
    padding-bottom: 20px;
}
.dish h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: bold;
}
.dish .cafa-button a{
    font-size: 14px;
}
.dish-icon .star {
    padding-left: 15px;
}
.dish-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.dish-icon.end {
    border: 0;
}
.dish-icon.end button {
    background-color: transparent;
    border: 0;
}
ul.menu-dish {
    padding-top: 10px;
    font-size: 16px;
    color: #c7c7c7;
}
.menu-dish li{
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
}
header.two {
    position: relative;
    padding: 26px 0;
    height: 100px;
}
.menu-dish li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: black;
    border-radius: 80px;
    top: 56%;
    LEFT: 0;
}
.dish-info h5 {
    font-size: 24px;
    font-weight: bold;
    width: 80%;
    padding-top: 27px;
}
.dish-info {
    position: relative;
}
.dish-info i {
    position: absolute;
    right: 0%;
    font-size: 18px;
}
/*----------     qty-input      ------------*/
.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty::-webkit-outer-spin-button,
 .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border: 1px solid #85c99d;
    border-radius: 8px;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #85c99d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.qty-input .qty-count--add {
    color: white;
}
.qty-input {
    border-radius: 4px;
}
.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.price h2 {
    font-weight: bold;
}
.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #F2F2F2;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 10px;
    color: #363636;
}
.dish .button.button-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.button-price {
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #85c99d;
}
.button-price i {
    padding-left: 20px;
}
.button-price:hover {
    background-color: transparent;
    color: #85c99d;

}
/*-------------            Service page        -------------*/
.about-text a {
    margin-top: 30px;
}
.counter-img img {
    border-radius: 30px;
    position: relative;
}
.counter-img-data h2 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 10px;
}
.counter-img-data span{
    font-weight: bold;
    font-weight: 18px;
    color: #787878;
}
.counter-img-data {
    background-color: white;
    padding: 35px;
    text-align: center;
    display: block;
    width: 65%;
    border-radius: 30px;
    position: relative;
}
.counter-img-data.black {
    margin: auto;
    background-color: #363636;
}
.counter-img-data.black span{
    color: white;
}
.hero-section-img-service{
    position: relative;
    z-index: 0;
}
.hero-section-img-service:before {
    position: absolute;
    border: #85c99d 7px solid;
    height: 616px;
    width: 500px;
    content: "";
    border-radius: 70px;
    transform: rotate(24deg);
    z-index: 0;
    left: 12%;
}
/*services card*/
.services-info h2{
    font-weight: bold;
    width: 75%;
    padding-bottom: 25px;
    margin: 0;
}
.services-info p {
    width: 84%;
}
.services-card-style h4 a{
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0;
    display: block;
}
.services-card-style p {
  font-size: 16px;
}
.services-card-style i {
    border-radius: 20px;
    background-color: white;
    padding: 18px;
    font-size: 35px;
    position: relative;
}
.services-card-style i:after {
    position: absolute;
    content: "";
    border: #85c99d 3px solid;
    height: 72px;
    width: 70px;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
    left: 13%;
}
.services-card-style {
    padding: 40px;
    border: 1px solid transparent;
    border-radius: 60px;
}
.services-card-style:hover {
    border: 1px solid #85c99d;
    border-radius: 10px;
}
.services-card-style:hover i:after{
    border: #363636 3px solid;
}
.services-card-style:hover i{
    color: white;
}
.services-cards-text h2{
    font-weight: bold;
    width: 80%;
}
.services-cards-text ul.paragraph {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
}

.services-cards-text ul.paragraph li h5 {
    line-height: 26px;
    margin-top: 15px;
}
.services-cards-text ul.paragraph li {
    width: 48%;
    align-items: baseline;
}
.work-card.service {
    padding: 40px;
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    margin-top: 40px;
    border-radius: 15px;
    background-color: white;
}
/*sit-at-home*/
.sit-at-img{
    position: relative;
}
.sit-at-img:before {
    border-radius: 40px;
    border: 8px solid #85c99d;
    content: "";
    position: absolute;
    height: 600px;
    width: 600px;
    left: 10%;
    top: 10%;
}
.sit-at-img img{
    border-radius: 40px;
    margin-bottom: 40px;
}
.sit-at-img .counter-img-data {
    bottom: 18%;
    position: absolute;
    width: 30%;
    right: 0;
}
.sit-at-home-description h2{
    font-weight: bold;
    width: 100%;
}
.sit-at-home-description p{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
}
ul.food-dishes {
    display: flex;
    flex-wrap: wrap;
}
ul.food-dishes li i{
    padding-right: 10px;
    font-size: 24px;
}
ul.food-dishes li {
    margin-top: 15px;
    padding: 20px;
    margin-right: 18px;
    border-radius: 15px;
}
.sit-at-home-description .button-2 {
    margin-top: 30px;
}
/*-------------------------       lunch-section        --------------- */
.lunch-section  h2{
    font-weight: bold;
    width: 35%;
}
/*-------------------         error-section         -------------------*/
.error-section {
    padding: 150px 0 100px 0;
    text-align: center;
}
.error-page {
    position: relative;
}
.error-page form input[type="text"] {
    outline: 0;
    background-color: white;
    border: 1px solid #cfcfcf;
    width: 50%;
    height: 55px;
    border-radius: 12px;
    padding-left: 20px;
     color: #cfcfcf;
}
.error-page h2 {
    position: absolute;
    background-color: white;
    right: 28%;
    font-size: 80px;
    top: 55%;
    padding: 20px;
    font-weight: bold;
    border-radius: 15px;
}
.error-page form  input[type="text"]::placeholder{
    color: #cfcfcf;
}
.error-page form button {
    position: absolute;
    right: 25%;
}
.error-page form{
    position: relative;
}
.error-page img{
    padding: 40px 0;
}
.error-page h4{
    font-weight: bold;
}
.error-page p{
    width: 60%;
    margin: auto;
}
.error-page a i {
    font-size: 20px;
    color: white;
    padding: 12px;
    border-radius: 10px;
    margin-top: 20px;
}

/*-------------     blog      --------------*/
.hero-section.about.blog-page .about-text h2 {
    color: white;
}
.hero-section.about.blog-page .about-text p{
    color: white;
}
/*-------------     benefit section     --------------*/
.benefit-text h2{
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}
.name-form input[type="text"]::placeholder{
    color: #cfcfcf;
}
.name-form{
    position: relative;
}
.name-form input[type="text"] {
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 60px;
    padding-left: 46px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
}
.name-form i {
    left: 2%;
    position: absolute;
    color: #F2F2F2;
    font-size: 20px;
    top: 50%;
}
.join-courier h3{
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}
.blog-form textarea::placeholder{
    color: #cfcfcf;
}
.blog-form textarea{
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 25px;
    height: 150px;
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    outline: none;
    margin-bottom: 10px;
}
.Benefit-section{
    position: relative;
}
.join-courier {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    position: absolute;
    width: 39%;
    top: 32%;
}
.benefit-text {
    margin-top: 41px;
}
.team-description h4{
    font-weight: bold;
    padding-bottom: 15px;
}
.team-description p{
    font-size: 16px;
}
.team-description{
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #F2F2F2;
}
.team-description i{
    font-size: 30px;
    padding-right: 20px;
}
.team-description{
    margin-bottom: 40px;
}
.end{
    margin-bottom: 0;
}
/*--------------------       join-img       -------------------------*/
.join-img-blog{
    position: relative;
}
.join-img-blog img{
    border-radius: 20px;
    position: relative;
}
.join-img-blog:before{
    position: absolute;
    content: "";
    border-radius: 20px;
    border: 8px solid #85c99d;
    height: 443px;
    width: 640px;
    left: 5%;
    top: 10%;
}
.join-the h2{
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}
.counter-blog {
    display: flex;
    margin-top: 40px;
}
.counter-blog .counter-img-data {
    width: 35%;
    margin-left: 25px;
}
.news-posts-one.blog h3 {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0;
}
/*--------------          faq          -------------*/
.hero-section .join-img-blog img {
    border-radius: 110px;
}
.hero-section .join-img-blog:before{
    border-radius: 110px;
}
.join-img-blog i {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: white;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9%;
    left: -4%;
    border-radius: 20px;
}
.Provides input[type="text"] {
    border-radius: 15px;
    padding-right: 200px;
    padding-left: 16px;
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    height: 60px;
    border-radius: 10px;
    outline: none;
}
.Provides input[type="text"]::placeholder{
    color: #cfcfcf;
}
.Provides form{
    position: relative;
}
.Provides form button {
    position: absolute;
    background-color: transparent;
    font-size: 20px;
    outline: none;
    border: none;
    color: #cfcfcf;
    right: 4%;
    top: 27%;
}
/*---------------------        questions        ---------------------*/
.questions i{
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.questions {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-color: #FCFCFC;
    padding: 40px 20px;
    border-radius: 15px;
}
.questions h6{
    font-weight: bold;
    padding-left: 25px;
}
.questions.answer {
    width: 85%;
    padding: 30px;
    margin-left: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: transparent;
    border: 1px solid #CFCFCF;
}
.questions.answer i{
    background-color: black;
    color: white;
}
.form-section .join-courier {
    position: relative;
    width: 100%;
    top: 0;
}
/*----------         blog page        --------------*/
.partss-girl-img.blog.food-photo-section a {
    font-size: 30px;
    height: 60px;
    width: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.partss-girl-img.blog.food-photo-section a i {
    padding-right: 0;
    border: 1px solid;
    padding: 9px;
    border-radius: 36px;
    font-size: 22px;
}
.partss-girl-img.blog.food-photo-section a.one {
    left: 4%;
    top: 33%;
}
.partss-girl-img.blog.food-photo-section a.two {
    left: 8%;
    top: 45%;
}
.partss-girl-img.blog.food-photo-section a.three {
    left: 4%;
    top: 57%;
}
.posts-section-blog .news-posts-one.full {
    display: flex;
    align-items: center;
}
.blog-post-data-img img {
    width: auto;
    margin-right: 30px;
}
.blog-post-data-img .quickeat {
    position: absolute;
    top: 11%;
    left: 4%;
}
.posts-section-blog .news-posts-one.blog {
    margin-top: 60px;
    box-shadow: 0px -1px 30px 4px rgb(255 255 255 / 0%);
    -webkit-box-shadow: 0px -1px 30px 4px rgb(255 255 255 / 0%);
    -moz-box-shadow: 0px -1px 30px 4px rgba(255 255 255 / 0%);
    padding: 0;
}
.posts-section-blog .news-posts-one.blog .quickeat {
    position: absolute;
    top: 4%;
    left: 6%;
}
/*-----------------           pricing-table           -----------------*/
.about-text.pricing-table {
    text-align: center;
}
.about-text.pricing-table h2 {
    margin: auto;
}
.about-text.pricing-table p {
    width: 65%;
    margin: auto;
}
.about-text.pricing-table ul.crumbs {
    justify-content: center;
}
/*---------------         pricing-table-cards     ----------*/
.pricing-table-cards{
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 15px;
}
.pricing-table-cards img {
    position: absolute;
    left: -29%;
    border: 10px solid white;
    border-radius: 97px;
}
.pricing-table-cards h6 {
    font-size: 24px;
    z-index: 11;
    position: relative;
    color: white;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
}
.pricing-table-cards i{
    padding-right: 10px;
}
.pricing-table-cards-pric {
    margin-left: 175px;
    margin-top: 20px;
}
.pricing-table-cards-pric h4 {
    font-size: 80px;
    font-weight: bold;
    line-height: 60px;
    margin-top: 35px;
}
.pricing-table-cards-pric h4 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #787878;
}
.pricing-table-cards-pric h3{
    font-weight: bold;
    line-height: 54px;
}
.pricing-table-cards p {
    padding-top: 60px;
}
.pricing-plan-list h5 i{
        padding-right:20px;
}
.pricing-plan-list{
    padding-top: 30px;
    padding-bottom: 20px;
}
.pricing-plan-list h5{
    font-size: 16px;
    font-weight: 400;
}
li.color h5,li.color h5 i {
    color: #CFCFCF;
}
/*-----------------        single blog page        -----------------*/
.single-blog .quickeat {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
}
.single-blog .quickeat a {
    border-radius: 5px;
    color: white;
    padding: 3px 11px;
    font-size: 14px;
}
.single-blog .about-text h2 {
    width: 100%;
    font-size: 60px;
    padding-top: 20px;
}
.single-blog ul.data{
    padding-top: 0px;
    margin-top: 0;
    border: 0;
}
.name-dedails img{
    border-radius: 60px;
}
.name-dedails h6{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}
.name-dedails span {
    color: #787878;
    width: 60%;
    display: block;
}
.img-blog-full img {
    border-radius: 98px;
    margin-top: 40px;
}
.title-container h2,.title-container h3,.title-container h4{
    font-weight: bold;
    padding-bottom: 20px;
}
.quote{
    padding: 80px 0;
}
.quote-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.quote h6 {
    text-align: end;
    padding-top: 10px;
    margin: 0;
}
.quote-text h4 {
   padding-left: 30px;
}
.photo-blog{
    padding: 40px 0;
}
.photo-blog img {
    border-radius: 10px;
}
.blog-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}

.blog-list li{
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}
.blog-list li:before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    top: 50%;
}
h6.data {
    color: #787878;
    font-size: 14px;
    text-align: end;
    margin: 0;
}
.quickeat.tags {
    position: relative;
    padding: 40px 0;
    left: 0;
    top: 0;
    border-bottom: 1px solid #707070;
}
.quickeat.tags a{
    border-radius: 5px;
    color: white;
    padding: 3px 11px;
    font-size: 14px;
}
/*------------         previous-posts           ---------*/
.previous-posts{
    display: flex;
    align-items: flex-start;
}
.previous-posts img{
    border-radius: 10px;
    padding-right: 20px;
}
.previous-posts h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.previous-posts a{
    font-size: 14px;
}
.blog-content .name-dedails span {
    width: 100%;
}
.blog-content .name-dedails {
    text-align: center;
}
.name-dedails ul.social-media {
    padding: 20px 0;
    justify-content: center;
}
.previous-posts.next img {
    padding-right: 0;
    padding-left: 20px;

}
.previous-posts.next{
    text-align: end;
}
.author-gap {
    padding: 50px 0;
}
/*--------------------          comment         --------------*/
.comment h2{
    font-weight: bold;
}
.comment-text {
    padding: 40px;
    background-color: white;
    border-radius: 20px;
    margin-top: 40px;
}
.comment-text span {
    text-align: end;
    display: block;
}
.comment-text span i{
    padding-left: 10px;
}
.author-name-comment img{
    border-radius: 50px;
    margin-left: 20px;
}
.author-name-comment h6{
    margin: 0;
}
.author-name-comment {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: end;
    text-align: end;
}
li.reply .author-name-comment img{
    margin-left: 0;
    margin-right: 20px;
}
li.reply .author-name-comment {
    justify-content: start;
    text-align: inherit;
}
li.reply.one {
    width: 95%;
}
li.reply.two {
    width: 90%;
}
li.reply.three {
    width: 85%;
}
li.hide-button,li.show-all-button {
    padding: 20px 0 0 0;
    text-align: end;
}
li.hide-button h6 i{
    padding-left: 10px;
}
.show-all-button span{
    padding-left: 10px;
}
.show-all-button span i{
        padding-left: 10px;
}
/*------------         comment input         ------------*/
.comment-blog{
    padding-top: 40px;
}
.comment-blog textarea {
    width: 100%;
    height: 160px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    outline: none;
}
.comment-blog textarea::placeholder,.comment-blog input[type="text"]::placeholder{
    color: #CFCFCF;
}
.comment-blog input[type="text"]{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    outline: none;
    padding-left: 20px;
    margin: 20px 0;
}

/*------------------            menu-inner          ---------------------*/
.menu-inner {
  background-color: white;
  position: fixed;
  right: -45%;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 35%;
  padding: 40px 40px;
  height: 100%;
}
header.style1 .menu-inner .social-links {
  display: inline-block;
  width: 100%;
  text-align: initial;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
header.style1 .menu-inner .menu-list + .social-links {margin-top: 100px;}
body.active header.style1 .menu-inner .social-links {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.active .menu-inner {
  visibility: visible;
  opacity: 1;
  right: 0;
  box-shadow: -50px 1px 25px 2px rgba(168,168,168,0.14);
-webkit-box-shadow: -50px 1px 25px 2px rgba(168,168,168,0.14);
-moz-box-shadow: -50px 1px 25px 2px rgba(168,168,168,0.14);
overflow: auto;
}
body.menu-layer:before {
  content: "";
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0, 0) translate(50%, -50%);
  -moz-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transform: scale(0, 0) translate(50%, -50%);
  -o-transform: scale(0, 0) translate(50%, -50%);
  -ms-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  display: block;
  width: 370vw;
  height: auto;
  padding-top: 370vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 50%;
  z-index: 2;
  opacity: .9;
}
.menu-cls-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: 40px;
  top: 40px;
  z-index: 9;
}
.cls-leftright {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.cls-rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.menu-cls-btn:hover .cls-leftright,
.menu-cls-btn:hover .cls-leftright, .menu-cls-btn:hover .cls-rightleft {
    background-color: #85c99d;
}
.menu-cls-btn:hover .cls-leftright {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-cls-btn:hover .cls-rightleft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar nav > ul > li.menu-item-has-children > a{
    position: relative;
}
.menu-bar nav > ul > li.menu-item-has-children > a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6px;
    width: 10px;
    height: 10px;
}
.menu-inner .price span{
    padding-top: 10px;
}
.menu-inner .counter-container h4 {
    width: 62%;
}
.menu-inner .qty-input{
    border: none;
}
.menu-inner .checkout-order .banner-wilmington {
    margin-left: 0;
    padding-top: 20px;
}
.header-style .extras.bag{
    display: none;
}
.header-style .logo{
    width: 170px;
}
.header-style{
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/*-------------------       mobile-nav         -----------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: white;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.cart-popup {
    position: absolute;
    right: 130px;
    top: 78px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.cart-popup img {
    width: 75px;
}
.cart-popup .p-img {
    padding: 10px 5px;
}
.cart-popup .p-data h3 {
    font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
}
.cart-popup .p-data {
    padding-left: 15px;
}
.cart-popup .p-data p {
    line-height: 25px;
}
.cart-popup ul li {
    margin-bottom: 10px;
}
.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../images/remove.html');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}
.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}
.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}
.cart-popup .cart-btns a.checkout{
    color: white;
}
.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;
}
.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.cart-popup .cart-btns a:hover{
    color: white;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul li > a {
    font-size: 16px;
    line-height: 26px;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d4d4d4;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 3333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
        content: "";
        width: 35px;
        height: 35px;
        background-image: url('../img/remove.svg');
        background-repeat: no-repeat;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 16px;
}

/*-------------------         loader         -------------------*/
.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.circle{
    width:15px;
    height:15px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:15px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}
.page-loader {
    z-index: 1111111111111;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
}
.work-card img 
{
    width: 200px;
    object-fit: cover;
}
.logos-card img 
{
    width: 100px;
    object-fit: cover;
}
.footer-description a 
{
    color:#85c99d;
    font-size: 32px;
}
.header-style a {
    font-size: 20px;
}
.footer-location i 
{
    color: #fff;
}

@media(max-width:768px){
    .parts h1{
        text-align: center;
    }
    .parts p{
        text-align: center;
    }
}
.join-partnership .para-deliver
{
    text-align: center;
   color: rgb(215 207 207) !important;
   font-size: 16px;
    padding-top: 40px;
}
section {
    padding: 20px 0;
    overflow: hidden;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #363636;
}
.about .content ul {
    list-style: none;
    padding:20px 0px;
}
.about .content ul li {
    padding-left: 28px;
    position: relative;
}
.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color:#85c99d;
    line-height: 1;
}
.image-about img {
    width: 100%;
    height: auto;
}
.list-deliver
{
    color: #787878;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.services .icon-box-1 {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    border-bottom: 3px solid #fff;
}
.services .icon-box-1 li i  
{
    color:#85c99d;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.services .icon-box:hover {
    transform: translateY(-5px);
    border-color:#85c99d;
}
.services .icon-box-1:hover {
    transform: translateY(-5px);
    border-color:#85c99d;
}
.about-start.about-content {
    border-radius: 13px 0 0 13px;
}
.bg-primary {
    background-color: #f3f5fa !important;
}
.about-start, .about-end {
    background-size: contain;
}
@media (min-width: 992px)
{
.about-start {
    position: relative;
    margin-right: -90px;
    z-index: 1;
}
}
.about-start h3
{
    padding-bottom: 20px;
}
section#about {
    background: #f3f5fa;
    margin-top: 50px;
}
.page-header {
    /*background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/background-1.png) center center no-repeat;
    background-size: cover;*/
    background: rgb(205,216,225);
background: -moz-linear-gradient(239deg, rgba(205,216,225,1) 0%, rgba(237,187,182,1) 93%);
background: -webkit-linear-gradient(239deg, rgba(205,216,225,1) 0%, rgba(237,187,182,1) 93%);
background: linear-gradient(239deg, rgba(205,216,225,1) 0%, rgba(237,187,182,1) 93%);
}
.text-white {
    color: #fff !important;
}
.contact .info {
    border-top: 3px solid #85c99d;
    border-bottom: 3px solid #85c99d;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
    font-size: 20px;
    color: #85c99d;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}
.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #85c99d;
    border-bottom: 3px solid #85c99d;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form label {
    padding-bottom: 8px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#a0a7ab;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .php-email-form button[type=submit] {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.3s;
    line-height: 1;
    color: #85c99d;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #85c99d;
    background: #fff;
}
.checkbox
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.border-primary
{
    border: 1px solid #85c99d !important;
}
.text-primary {
    color: #000 !important;
}
.d-button 
{
    color: #fff;
    border: 2px solid #85c99d;
    background-color: #85c99d !important;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
}
.header-style a, .footer-description a {
    color: #feaf15;
    font-weight: 700;
    font-size: 36px;
}
 .form-group-1 label{
    padding: 20px 0px 4px;
}
.text-info {
    color: #363636 !important;
}
.breadcrumb-item.active {
    color: #85c99d  !important;
}
ul.social-media li a {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    fill: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-media li a:hover
{
background: #85c99d;
}
.registration-form
{
    max-width: 800px;
    margin: auto;
}
@media(max-width:992px)
{
    .page-header{
        padding-top: 8em;
    }
}
@media (max-width:992px)
{
.img-parts img {
    padding-top:0px !important;
}
}
@media (max-width: 480px)
{

.parts h1 {
    font-size: 32px !important;
    line-height: 1.4em !important;
}
}
@media (max-width: 1200px){
header {
    padding:8px 0 !important;
}
}
/*.custome.owl-theme .owl-nav {
    position: absolute;
    bottom: -26%;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
 .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}
.owl-nav button.owl-next
 {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}*/
/*services*/
.we-offer-area{
    padding: 60px 0;
    min-height: 100vh;
}
 .we-offer-area a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
.we-offer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.we-offer-area .bg-gray {
    background-color: #f9f9f9;
}

.we-offer-area .site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.we-offer-area .site-heading h2 span {
  color: #85c99d;
}

.we-offer-area .site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.we-offer-area .site-heading h4::before {
  background: #85c99d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.we-offer-area .site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.we-offer-area .carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #85c99d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #85c99d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
  min-height:408px;
}
p.p-height {
    height: 103px;
}
p.p-thre-heig {
    margin-top: -12px;
}
.we-offer-area.text-center .item img {
  background: #85c99d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item img::after {
  border: 2px solid #85c99d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item img,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item img,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item img {
  color: #85c99d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item img,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #85c99d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover img,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover img::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover img {
  background-color: #ffffff !important;
  color: #85c99d !important;
}

.we-offer-area.text-left .item img {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item img::after {
  border: 2px solid #85c99d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
/*services end*/
.your-favorite-food ul li i 
{
    color:#85c99d;
}
.your-favorite-food ul li 
{
    padding-top: 10px;
}
.food-content-section p
{
   padding-top: 10px;
}
/*tracking*/
.section-services-1 a,p,h1,h2,h3,h4,ul {
    margin: 0;
    padding: 0;
}

.section-services-1 {
    padding-bottom: 120px;
    background-color: #fff;
    color: #fff;
}

.section-services-1 .header-section {
    margin-bottom: 35px;
}

.section-services-1 .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services-1 .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #85c99d;
}
.image-track-box .icon-image-track
{
    width: 100px;
    object-fit: cover;
}
.section-services-1 .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color:#85c99d;
}
.title span {
    color: #85c99d;
}
.section-services-1 .header-section .title span {
    color: #85c99d;
}

.section-services-1 .header-section .description {
    color: #6f6f71;
}

.section-services-1 .single-service {
    margin-top: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    min-height: 518px;
}

.section-services-1 .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #85c99d;
}

.section-services-1 .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
}

.section-services-1 .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
    min-height: 61px;
}

.section-services-1 .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services-1 .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 14px;
    line-height: 1.8em;
   min-height: 226px;
}

.section-services-1 .single-service .part-2 a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 25px;
}

.section-services-1 .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
}
.icon-image
{
    width: 100px;
    height: 66px;
    object-fit: cover;
}
/*tracking end*/


/* service detail */

.default-text-content .default-content-hero-image {
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden
}

.default-text-content .default-content-hero-image img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}

.default-text-content .title {
    font-size: 22px;
    font-weight: 600;
    color: #211f46;
    margin-bottom: 15px;
    margin-top: 50px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .default-text-content .title {
        font-size:22px
    }
}

@media (min-width: 768px) {
    .default-text-content .title {
        font-size:24px
    }
}

@media (min-width: 992px) {
    .default-text-content .title {
        font-size:30px
    }
}

.default-text-content .title:first-child {
    margin-top: 0
}

.default-text-content .title span {
    font-weight: 300;
    color: #4f4f61;
    line-height: 1.2;
}

.default-text-content .block-quote {
    background: #f6f6fc;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-family: Newsreader,serif;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 30px
}

@media (min-width: 768px) {
    .default-text-content .block-quote {
        font-size:22px;
        padding: 30px 40px
    }
}

@media (min-width: 1200px) {
    .default-text-content .block-quote {
        font-size:24px;
        padding: 30px 55px
    }
}

.default-text-content .block-quote::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../images/icons/blog-quote-icon.svg);
    width: 89px;
    height: 65px
}

.default-text-content .default-item-list {
    margin-top: 25px;
    margin-bottom: 23px;
    margin-left: 0
}

@media (min-width: 768px) {
    .default-text-content .default-item-list {
        margin-left:30px
    }
}

@media (min-width: 1200px) {
    .default-text-content .default-item-list {
        margin-left:75px
    }
}

.default-text-content .default-item-list li {
    font-size: 17px;
    font-weight: 600;
    color: #211f46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.64;
    margin-bottom: 5px
}

.default-text-content .default-item-list li:last-child {
    margin-bottom: 0
}

.default-text-content .default-item-list li i {
    font-size: 22px;
    padding-right: 20px;
    color: #3232ac;
    line-height: 1.6
}

.default-inner-grid-content {
    margin-top: 60px
}

.default-inner-grid-content .ml-70 {
    margin-left: 0
}

@media (min-width: 992px) {
    .default-inner-grid-content .ml-70 {
        margin-left:70px
    }
}

.default-inner-grid-content .mr-70 {
    margin-right: 0
}

@media (min-width: 992px) {
    .default-inner-grid-content .mr-70 {
        margin-right:70px
    }
}

.default-inner-grid-content .image {
    width: 100%;
    text-align: center
}

@media (min-width: 992px) {
    .default-inner-grid-content .image {
        width:40%
    }
}

.default-inner-grid-content .content {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 992px) {
    .default-inner-grid-content .content {
        margin-top:0;
        width: calc(60% - 70px)
    }
}

.default-inner-grid-content .content .sub-title {
    font-size: 35px;
    color: #211f46;
    font-weight: 600;
    margin-bottom: 20px
}
/*1/7/2024*/
 :root{
      --clrwht: #fff;
      --drkgry: #dde;
      --black: #000;
      --ffP: 'Arial', sarif;
      --overlay: #00cc88;
    }

    img{
      max-width: 100%;
      height: auto;
    }
    p{
      margin-top: 0;
      margin-bottom: 10px;
    }
    p:last-of-type{
      margin-bottom: 0;
    }
    .page-center{
      width: 100%;
      max-width: 1200px;
      margin-inline: auto;
      padding-inline: 15px;
    }

    .sldr-crs__sliders {
      overflow: hidden;
    }
    .sldr-crs__media-inner {
      display: grid;
      gap: 36px;
    }
    @media screen and (min-width: 992px){
      .sldr-crs__media-inner {
        grid-template-columns: minmax(0, 3fr) 1fr;
      }
    }
    .sldr-crs__media__block {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      height: 425px;
      isolation: isolate;
      background-color: var(--black);
    }
    .sldr-crs__media__block::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgb(29 29 31 / 30%);
      z-index: 1;
    }
    .sldr-crs__image {
      position: relative;
      height: 100%;
    }
    .sldr-crs__image img {
      width: 100%;
      vertical-align: top;
      height: 100% !important;
      object-fit: cover;
      transform: scale(1);
      transition: all .3s ease-in-out;
    }
    .sldr-crs__media-logo {
      position: absolute;
      left: 0;
      padding-left: 33px;
      padding-top: 30px;
      z-index: 1;
    }
    .sldr-crs__media-logo svg {
      height: 40px;
      width: 40px;
      fill: var(--clrwht);
    }
    .sldr-crs__media-logo svg polygon {
      fill: var(--clrwht);
    }

    .sldr-crs__caption {
      bottom: -27px;
      padding-bottom: 40px;
      padding-inline: 33px;
      position: absolute;
      width: min(488px, 100%);
      z-index: 1;
      transition: all .3s ease-in-out;
    }
    .sldr-crs__caption h3 {
      color: var(--clrwht);
      font-size: 24px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: -0.60px;
      font-family: var(--ffP);
    }
    .sldr-product__desc p {
      font-size: 14px;
    }
    .sldr-crs-fulink{
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 999;
    }
    .sldr-text{
      display: none;
    }
    .sldr-crs-readMore {
      color: var(--clrwht);
      opacity: 0;
    }
    .sldr-crs-svg {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      margin-right: 32px;
      margin-bottom: 50px;
    }
    .sldr-product-sidebar__inner h4 {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.2px;
      margin-bottom: 15px;
      position: relative;
      margin-top: 0;
    }
    .sldr-product-sidebar__inner+.sldr-product-sidebar__inner {
      margin-top: 54px;
    }
    .sldr-product-sidebar__inner {
      padding-left: 14px;
    }
    .sldr-product-sidebar__inner h4::before {
      content: "";
      position: absolute;
      left: -14px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: var(--overlay);
    }
    .sldr-product-head {
      margin-bottom: 32px;
    }
    .sldr-crs__bottom-logo {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 1fr;
      align-items: stretch;
      text-align: center;
      margin-top: 64px;
    }
    .sldr-crs__logo-media {
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 600;
    }
    .sldr-crs__logo {
      padding-block: 20px; 
      cursor: pointer;
      transition: all 350ms ease-in-out;
      position: relative;
    }
    .sldr-crs__border{
      position: absolute;
      top: 0;
      height: 3px;
      width 100%;
      background-color: rgb(29 29 31 / 15%);
      width: 100%;
    }
    .sldr-crs__border--width {
      position: absolute;
      left: 0;
      top: 0;
      height: 3px;
      width: 0;
      background: var(--drkgry);
      z-index: 1;
      transition: width 350ms ease-in-out;
    }
    .sldr-crs__logo-media{
      transition: all 350ms ease-in-out;
    }
    .sldr-crs__logo.active .sldr-crs__border--width{
      width: 100%;
      animation: loadbar 6s forwards ease-in-out;
    }
    @keyframes loadbar {
      from {
        width: 0px;
      }
      to {width: 100%;
      }
    }
    .sldr-crs__logo:not(.active) .sldr-crs__logo-media{
      filter: brightness(0) saturate(100%) invert(74%) sepia(12%) saturate(210%) hue-rotate(184deg) brightness(97%) contrast(88%);
    }
    .sldr-product-sidebar {
      overflow: hidden;
    }
    .sldr-crs__media {
      width: 100%;
    }
    .sldr-product-sidebar__top,
    .sldr-crs__media-top {
      display: flex;
      transition: all 350ms ease-in-out;

    }
    .sldr-crs__media {
      overflow: hidden; 
    }
    .sldr-product-sidebar__top {
      transition-delay: 150ms;
    }
    .sldr-crs__media__block:hover .sldr-crs__caption {
      bottom: 0;
    }
    .sldr-crs__media__block:hover .sldr-crs-readMore {
      opacity: 1;
    }
    .sldr-crs__logo-media svg {
      width: 60px;
    }
    @media screen and (max-width: 767px){
      .sldr-crs__caption {
        padding-inline: 15px 30px;
      }
    }
   /*cards*/
   


.pricing-section {
    text-align: center;
    padding: 20px 20px;
    /*background-color: #f9f9f9;*/
    max-width: 1200px;
    margin: auto;
}

.pricing-section h1 {
    font-size: 36px;
    color: #111;
    margin-bottom: 20px;
}

.pricing-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-cards {
    /* display: flex; */
    justify-content: space-between;

   
}
input[type="checkbox"]:checked {
    accent-color: #85c95d;
}
.btn-2{
    padding-top:6rem;
}
p.custom-p {
    height: 78px;
}
.usa-custom-btn {
    padding-top: 67px;
}
/* .parts {
    padding-top: 30px;
} */
.food-content-section i.fa.fa-check {
    color: #85c99d;
}
.pricing-section{
    background: linear-gradient(135deg, #85c99d, #85c99d);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    text-align: center;
    flex: 1;
    transition: transform 0.3s;
}
.pricing-card{
    background:white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    text-align: center;
    flex: 1;
    transition: transform 0.3s;
    height: 100%;
}

.pricing-card h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #111;
}

.pricing-card .price {
    font-size: 48px;
    margin-bottom: 20px;
    color: #111;
}

.pricing-card .price .currency {
    font-size: 24px;
    vertical-align: super;
}

.pricing-card p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}



.pricing-card:hover {
    transform: translateY(-10px);
}




        .testimonial{
            border: 10px solid #85c99d;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
        }
        .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #85c99d;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
            position: absolute;
            top: -4px;
            left: -17px;
            border-top: 25px solid #85c99d;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(135deg);
        }
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #29D18B;
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: #29D18B;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #29D18B !important;
          border-color:#29D18B;
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }






@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');



.co-container{
    position: relative;
    width: 100%;
    min-height: 450px;
    background-color: #F5F5F5;
}

.co-container .contents-wraper{
    width: 70%;
    min-height: inherit;
    margin: 30px auto;
    text-align: center;
}

.contents-wraper .header h1{
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.contents-wraper .header h1::before{
    content: '';
    width: 200px;
    height: 2px;
    background-color: #50c9c3;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.contents-wraper .testRow{
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
}

.testRow .testItem{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testRow .testItem:not(.active){
    top: 0;
    left: -100%;
}

.testRow .testItem img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    outline: 2px solid #006994;
    outline-offset: 2px;
}

.testRow .testItem h3{
    font-size: 30px;
    font-style: italic;
    padding: 7px;
}

.testRow .testItem h4{
    font-style: italic;
}

.testRow .testItem p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px;
}

.contents-wraper .indicators{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
}

.contents-wraper .indicators .dot{
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.contents-wraper .indicators .active{
    background-color: #50c9c3;
}
@keyframes next1{
    from{
        left: 0%;
    }
    to{
        left: -100%;
    }
}
@keyframes next2{
    from{
        left: 100%;
    }
    to{
        left: 0%;
    }
}

@keyframes prev1{
    from{
        left: 0%;
    }
    to{
        left: 100%;
    }
}
@keyframes prev2{
    from{
        left: -100%;
    }
    to{
        left: 0%;
    }
}

@media(max-width: 550px){
    .container .contents-wraper{
        width: 90%;
    }
    .contents-wraper .header h1{
        font-size: 32px;
    }
    .testRow .testItem h3{
        font-size: 26px;
    }
    .testRow .testItem p{
        font-size: 16px;
        letter-spacing: initial;
        line-height: initial;
    }

}
h1.count-number-time{
    color:white;
    text-transform: capitalize;font-weight: bold;
}
/**/
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #85c99d;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color:#85c99d;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #85c99d;
  width: auto;
  margin-right: -200px;

  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #85c99d;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;

}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel
 .testimonials .images_box .testimonial_img{
    padding-left:0px;
 }
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #85c99d;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #85c99d;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

.review_a .owl-nav {
    display: none;
}

.review_a .owl-dots{
    display: block;
}
.review_a .owl-dots{
    display: block;
}
.review_a .owl-dots button{
   margin: 4px;
}
.review_a .reviews-content h2{
    width: 100%;
}
.review_a .reviews-content{
    padding-left: 20px;
}
.review_a .owl-theme .owl-dots .owl-dot span {
   border: 3px solid #003776;
    margin: 5px 9px;
    width: 20px;
    height: 20px;
    background: #85c99d;
}
.review_a1 .owl-nav {
    display: none;
}

.review_a1 .owl-dots{
    display: block;
}
.review_a1 .owl-dots{
    display: block;
}
.review_a1 .owl-dots button{
   margin: 4px;
}

.review_a1 .reviews-content h2{
    width: 100%;
}

.review_a1 .owl-theme .owl-dots .owl-dot span {
   border: 3px solid #003776;
    margin: 5px 9px;
    width: 20px;
    height: 20px;
    background: #85c99d;
}
.instant-btn{
    padding-top:40px;
}
.top-bar {
            background-color:#363636;
            color: white;
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .contact-info {
            display: flex;
            align-items: center;
            margin-left: 10px;
        }
        .contact-info div {
            margin-right: 15px;
            display: flex;
            align-items: center;
        }
        .contact-info div i {
            margin-right: 8px;
           
        }
        .contact-info div a {
            color: white;
            text-decoration: none;

        }

        .contact-info div i:hover {
          color:var(--color-theme);
        }
        .contact-info div a:hover{
            color:var(--color-theme);
        }
        .nav-tabs {
            display: flex;
            align-items: center;
            margin-right: 15px;
            border-bottom:none;

        }

        .nav-tabs a {
            color: white;
            text-decoration: none;
            margin-left: 15px;
            padding: 5px 10px;
            border: 1px solid white;
            border-radius: 5px;
        }
        .nav-tabs a:hover {
            /*background-color: white;*/
             background-color:var(--color-theme);
            color:white;
        }
@media (max-width: 720px){
     .top-bar {
                flex-direction: column;

                text-align: center;
            }
    .contact-info div i {
        font-size:15px;

    }
    .contact-info div a{
        font-size:15px;
       
        
    }
     .nav-tabs {
            margin-top: 10px;
            font-size:15px;
               
        }
     .nav-tabs a {
            font-size: 15px;
        }
}
 @media (max-width: 600px) {
            .top-bar {
                flex-direction: column;
                text-align: center;
            }
             .nav-tabs {
            margin-top: 15px;  
        }
}

@media (max-width: 476px){
    .contact-info div i {
        font-size:12px;

    }
    .contact-info div a{
        font-size:12px;
        
    }
     .nav-tabs {
            margin-top: 15px;
            font-size:12px;
               
        }
     .nav-tabs a {
            font-size: 12px;
        }
} 
@media (max-width: 332px){
    .contact-info div i {
        font-size:9px;

    }
    .contact-info div a{
        font-size:9px;
        
    }
     .nav-tabs {
            margin-top: 10px;
            font-size:9px;
               
        }
     .nav-tabs a {
            font-size: 9px;
        }
}

footer .container-fluid.border-top.border-secondary {
        /* display: flex; */
    justify-content: space-between;
    align-items: center;
}


.top-bar{
	display:none;
}

.page-id-12 .top-bar.kepages {
	display:flex;
}
.page-id-14 .top-bar.usa-pages {
	display:flex;
}
.thomas img{
	width:70px !important;
}

/* progressbarcss  start */

.progress_bar{
	padding-top: 9rem !important;
}
     .progress_bar .container {
/*             background-color: #e0e0e0; */
            padding: 20px;
            border-radius: 10px;
            width: 80%;
/*             max-width: 800px; */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .slider-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .slider-container label {
            flex-basis: 20%;
            text-align: right;
            font-weight: bold;
			padding-right: 14px;
        }

        .slider {
            flex-basis: 100%;
        }

        .slider input[type="range"] {
            width: 100%;
            -webkit-appearance: none;
            height: 10px;
            background: #ddd;
            outline: none;
            border-radius: 5px;
        }

        .slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 40px;
            background: #666;
            cursor: pointer;
/*             border-radius: 50%; */
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

        .values {
            flex-basis: 20%;
            text-align: left;
            font-size: 1.2em;
			padding-left: 14px;
        }
.values a{
box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
        .distance-bar { background-color: red; }
        .waiting-bar { background-color: green; }
        .urgent-bar { background-color: blue; }

        .calculate-btn {
            background-color: #4caf50;
            border: none;
            color: white;
            padding: 10px 20px;
            font-size: 1em;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
        }

        .calculate-btn:hover {
            background-color: #45a049;
        }

        .cost-output {
            font-size: 2em;
            text-align: center;
            margin-top: 20px;
            padding: 10px;
            background-color: #f3f5fa ;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

     @media (max-width: 1400px) and (min-width: 991px){
         .values {
            flex-basis: 30%;
        
        }
			
        }
 @media (max-width: 991px) and (min-width: 601px){
         .values {
            flex-basis: 50%;
        
        }
			
        }

        @media (max-width: 600px) {
            .slider-container {
                flex-direction: column;
                align-items: flex-start;
            }
			.progress_bar .slider {
   width:100%;
}

            .slider-container label,
            .slider-container .values {
                text-align: left;
                flex-basis: 100%;
            }
		
			
        }
/* progressbarcss end */

.page-id-217 ol li{
	display:list-item !important;
}

.page-header h1{
	font-size: 4.5rem;
}

.form_brdr{
	border: 1px solid #ced4da;
	padding:15px;
	border-radius:5px;
}
.page-id-190 ol li{
	display:list-item;
}
/*27 jan*/
header nav.navbar ul.navbar-links{
	margin:auto !important;
}
body.home.page-template.page-template-front-page.page-template-front-page-php.page.page-id-8 section.reviews-sections.review_a1.gap.pt-5 .reviews-content h2{
	padding-top:10px;
}
body.page-template.page-template-autoparts-dealerske.page-template-autoparts-dealerske-php.page.page-id-209 section.reviews-sections.review_a1.gap.pt-5 .custome.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots{
	text-align:start;
}
body.page-template.page-template-autoparts-dealerske.page-template-autoparts-dealerske-php.page.page-id-209 section.reviews-sections.review_a1.gap.pt-5 .row.align-items-center {
    align-items: unset !important;
}
.container-fluid.page-header.mb-5.wow.fadeIn h1.display-1.text-white.animated.slideInDown{
	font-size:4rem  !important;
}
body.page-template-default.page.page-id-211 section.reviews-sections.review_a1.gap.pt-5 .row.align-items-center{
	align-items: unset !important;
}
body.page-template-default.page.page-id-211 section.reviews-sections.review_a1.gap.pt-5 .row.align-items-center .owl-dots {
	text-align:start;
}
body.page-template.page-template-kenya.page-template-kenya-php.page.page-id-12 .reviews-sections.review_a1.gap.pt-5 .row.align-items-center .owl-dots {
	text-align:start;
}
body.page-template.page-template-kenya.page-template-kenya-php.page.page-id-12 .reviews-sections.review_a1.gap.pt-5 .row.align-items-center {
	align-items: unset !important;
}
body.page-template.page-template-buyers.page-template-buyers-php.page.page-id-275 .reviews-sections.review_a1.gap.pt-5 .row.align-items-center {
	align-items: unset !important;
}
body.page-template.page-template-buyers.page-template-buyers-php.page.page-id-275 .reviews-sections.review_a1.gap.pt-5 .row.align-items-center .owl-dots {
	text-align:start;
}
.reviews-sections.review_a1.gap.pt-5 .row.align-items-center .owl-dots {
	text-align:start;
}
.reviews-sections.review_a1.gap.pt-5 .row.align-items-center {
	align-items: unset !important;
}
body.page-template-default.page.page-id-201 .container-fluid.page-header.mb-5.wow.fadeIn h1.display-1.text-white.animated.slideInDown{
	font-size:3.4rem !important;
}

@media(max-width:991px){
	body.page-template.page-template-usa.page-template-usa-php.page.page-id-14 section.reviews-sections.review_a.gap .reviews-content h2{
		padding-top:20px;
	}
	body.page-template-default.page.page-id-203 .col-lg-6 .form_brdr{
		margin-top:30px;
	}
	body.page-template-default.page.page-id-201 .form_brdr{
		margin-top:30px;
	}
	footer.gap.no-bottom .menu.footer-tab-menu{
		padding-left:20px;
	}
	header div#mobile-nav .dropdown a{
		display:block;
		margin-left:30px;
		padding-bottom:10px;
	}
}
@media(max-width:767px){
	.sldr-crs {
    width: 1600px !important;
}
	body.page-template-default.page.page-id-211 .container-fluid.page-header.mb-5.wow.fadeIn h1.display-1.text-white.animated.slideInDown{
		font-size:3.1rem !important;
	}
	body.page-template.page-template-pricingguide-pageke.page-template-pricingguide-pageke-php.page.page-id-190 section.pricing_text .container-fluid.pb-5{
		padding-bottom:0px !important;
	}
	body.page-template.page-template-pricingguide-pageke.page-template-pricingguide-pageke-php.page.page-id-190 section.pricing_text .container.pb-5{
		padding-bottom:0px !important;
	}
	header div#mobile-nav .dropdown a{
		display:block;
		margin-left:30px;
		padding-bottom:10px;
	}
	body.page-template-default.page.page-id-228 .container-fluid.py-5{
		padding-top:0px !important;
	}
	body.page-template-default.page.page-id-199 .form_brdr{
		margin-top:30px;
	}
	body.page-template.page-template-kenya.page-template-kenya-php.page.page-id-12 .sldr-wrapper.section-container.sldr-product-crs .sldr-crs__caption h3{
		width:74%;
	}
}

body.page-template.page-template-sellerspage.page-template-sellerspage-php.page.page-id-286 section.works-section.gap-gap.no-top.pt-5.third-party .work-card h4{
	font-size:20px;
	padding:15px 0px;
}

.Join-courier {
    position: absolute;
    top: auto;
    left: 10%;
    bottom: 20px;
    max-width: 80%;
}
.join-img .Join-courier a.button.button-2 {
    margin-right: 5px;
}
span.wpcf7-list-item.first {
    margin-left: 0;
}
footer.gap.no-bottom
{
	background-color: #003876 !important;
}
footer .container-fluid.border-top.border-secondary p {
    color: #fff;
}
.page-template-kenya section.works-section.gap-gap.no-top.pt-5 .work-card p {
    height: 100px;
}
.page-template-kenya section.works-section.gap-gap.no-top.pt-5 .work-card h4 {
    height: 150px;
}
@media(max-width:768px)
{
.page-template-kenya	section.works-section.gap-gap.no-top.pt-5 .work-card p {
    height:auto;
}
.page-template-kenya section.works-section.gap-gap.no-top.pt-5 .work-card h4 {
     height:auto;
}
}
h6.newtittop {
    line-height: 38px;
    font-size: 38px;
    margin: 25px 0px;
    color: #363636;
    font-weight: 600;
}
@media (max-width:551px) {
    header div#mobile-nav .dropdown a {    
     margin-left: 35px !important;
    }
	div#mobile-nav li.navbar-dropdown a {
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
    padding: 10px 0px 10px;
}
	.mobile-nav > ul > li {
    border-bottom: none !important; 
		padding:0px;
}
	    div#mobile-nav {
        overflow-x: hidden;
		
    }
	.dropdown {
    margin: 0px 0px;
}
}
.page-header img.breadcrumb-image {
    width: 100%;
    height: 390px;
    object-fit: cover;
}
.container-fluid.page-header.mb-5.wow.fadeIn::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
header .extras.bag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}
@media (max-width: 620px) {
    .Join-courier {
        top: 0;
        position: relative;
    }
	section.join-partnership.gap {
    padding: 60px 0 80px;
    overflow: hidden;
}
}