/**
* Template Name: Bootslander - v2.3.1
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url(https://use.typekit.net/xrn4iib.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Mori Universal Sans";
    color: #444444;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}


body p {
    font-size: 110%;
    margin: 0 0 20px;
}

a {
    color: #cf642c;
}

a:hover {
    color: #990054;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
    color: #343741;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #cf6229;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #cf6229;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #cf6229;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(1, 4, 136, 0.9);
}

#header.header-transparent {
    background: #222104;
}

#header.header-scrolled {
    background: #24262b;
    height: 60px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #5a5a5a;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        height: 64px;
    }

    #header .logo h1 {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu li:not(:last-child) {
    margin-right: 10px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #f9f6f1;
    padding: 10px 12px 10px 12px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    font-family: "Mori Universal Sans";
    text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a:focus {
    text-decoration: none;
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    /*background-color: #cf6229;*/
    visibility: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 100%;
    height: 100%;
}


.nav-menu .active>a {
    color: #fff;
    text-decoration: none;
    background: transparent !important;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #fff;
    text-decoration: none;
    background: #cf6229;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    border-radius: 5px;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #01036f;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #cf6229;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #000;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #01036f;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #cf6229;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(13, 18, 252, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url("../img/bg-new.png");
    position: relative;
    padding: 0;
    background-repeat: repeat;
    background-size: 150px;
}

.slider-inner {
    height: 600px;
}

/*
#hero:before {
  content: "";
  background: rgba(2, 5, 161, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero h1 {
    margin: 0 0 20px 0;
    font-size: 52px;
    font-weight: 600;
    line-height: 56px;
    color: #f9f6f1;
}

#hero h1 span {
    color: #000;
    border-bottom: 4px solid #cf6229;
}

#hero h2 {
    color: #000;
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Mori Universal Sans";
    font-weight: 500;

    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #cf6229;
}

#hero .btn-get-started:hover {
    background: #17b57d;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: 50%;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.spacing {
    padding: 150px 0;
}

.section-bg {
    background-color: #f5f5ff;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #cf6229;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: 'DM Serif Display', serif;
    color: #343741;
}

.section-title p .large-title{
    font-size: 60px;
}
.section-title p.pra {
    margin: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: "Mori Universal Sans";
    color: #898989;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 40px 0 0 0;
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #010483;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #7ceec6;
    border-radius: 50px;
    transition: 0.5s;
}

.about .icon-box .icon i {
    color: #cf6229;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #cf6229;
    border-color: #cf6229;
}

.about .icon-box:hover .icon i {
    color: #fff;
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about .icon-box .title a:hover {
    color: #cf6229;
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

.video-box {
    /*background: url("../img/newwhite.png") center center no-repeat;*/

    background: url("../img/CARD PICS.png") center center no-repeat;
    background-size: contain;
    min-height: 500px;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#fff 50%, rgba(255, 255, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #000;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid #3f43fd;
    transform: scale(20);
}

.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}

.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.features .icon-box h3 a {
    color: #010483;
    transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
    color: #01036f;
}

.features .icon-box:hover {
    background: #ebebff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: #f5f5ff;
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #cf6229;
    padding: 12px;
    color: #fff;
    border-radius: 50px;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #010483;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Mori Universal Sans";
    font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
    margin-top: 100px;
}

.details .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}

.details .content ul {
    list-style: none;
    padding: 0;
}

.details .content ul li {
    padding-bottom: 10px;
}

.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #cf6229;
}

.details .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/cta-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(1, 3, 111, 0.8);
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
    background-color: #cf6229 !important;
}

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #01036f;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #0d12fc;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #01036f;
}

.team .member .social {
    margin-top: 10px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #01036f;
}

.team .member .social a:hover {
    color: #cf6229;
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Accordion
================================================== */
.acc {
    margin: 0 auto;
    max-width: 800px;
}

.acc__card {
    margin: 2em;
    position: relative;
}

.acc__title {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    transition: all .3s ease-in-out;
    border-radius: 30px;

}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 30px;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease-in-out;
    border-color: #fff;

}

.acc__title.active {
    background: #cf6229;
    color: #fff;
}

.acc__panel {
    background: #fff;
    color: #212121;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #cf6430;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f0ff;
    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: #565656;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #cf6430;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #cf6229;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 10px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
    background: #010351;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #010246;
    color: #fff;
    border-top: 4px solid #cf6229;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #cf6229;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61ebba;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #4be8b0;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    color: #000;

}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    background: #fff;
    color: #000;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #149f6e;
}

#footer .copyright {
    border-top: 1px solid #010479;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}*/

.blog-new {
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    min-height: 400px;

}


.blog-new .blog-img {
    position: relative;
}

.blog-new .blog-img img {
    max-width: 100%;
    min-height: 200px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.blog-content {
    position: relative;
    padding: 30px;
}

.blog-content h3 {
    color: #343741;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-content .date {
    display: block;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.banner-input .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
}

.banner-input .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #cf642c;
}

.sec-title {
    font-size: 40px;
    margin-bottom: 40px;
}

.sec-title span {
    color: #cf642c;
}

.bg-content {
    background: url(../img/bg-new.png);
    background-repeat: repeat;
    background-size: 150px;
}

.bg-content h2 {
    color: #fff;
}

.bg-content .light-content {
    color: #b7b7b7;
}

.inner-content-box h3 {
    color: #fff;
    padding-left: 15px;
    font-size: 24px;
    border-left: 1px solid #fff;
}

.inner-content-box p {
    color: #b7b7b7;
    font-size: 14px;
    padding-left: 15px;
}

.icons-list {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: flex;
}

.icons-list li {
    font-size: 30px;
    color: #9b9b9b;
}

.icons-list li:not(:last-child) {
    margin-right: 14px;
}

.client-box {
    position: relative;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cf642c;
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
}

.client-box img {
    transition: all .3s ease-in-out;
}

.client-box:hover img {
    transform: scale(1.09);
}


.gray-bg {
    background: #f5f5ff;
}


.map-wrapper {
    position: relative;
    z-index: 3;
    display: block;
}

.map-wrapper .location-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.map-wrapper .location-list .location .dot {
    background: #002bff;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.map-wrapper .location-list .location {
    position: absolute;
    font-size: 20px;
    color: #002bff;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;

}

.map-wrapper .location-list .location:nth-child(1) {
    top: 60px;
    left: 288px;
}

.map-wrapper .location-list .location:nth-child(2) {
    left: 200px;
    top: 200px;
}

.map-wrapper .location-list .location:nth-child(3) {
    top: 271px;
    right: 235px;
}

.map-wrapper .location-list .location:nth-child(4) {
    top: 179px;
    right: 143px;
}

.map-wrapper .location-list .location:nth-child(5) {
    top: 60px;
    left: 288px;
}

.map-wrapper .location-list .location:nth-child(6) {
    left: 200px;
    top: 200px;
}

.map-wrapper .location-list .location:nth-child(7) {
    top: 271px;
    right: 235px;
}

.map-wrapper .location-list .location:nth-child(8) {
    top: 179px;
    right: 143px;
}

.map-wrapper .location-list .location:nth-child(9) {
    top: 60px;
    left: 288px;
}

.map-wrapper .location-list .location:nth-child(10) {
    left: 200px;
    top: 200px;
}

.map-wrapper .location-list .location:nth-child(11) {
    top: 271px;
    right: 235px;
}

.map-wrapper .location-list .location:nth-child(12) {
    top: 179px;
    right: 143px;
}


.pulsing {
    -webkit-animation-name: pulsing;
    animation-name: pulsing;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 255, 0);
    }
}

@include keyframes(pulse-border) {
    0% {
        @include transform(translate(-50%, -50%) translateZ(0) scale(1));
        opacity: 0.7;
    }

    100% {
        @include transform(translate(-50%, -50%) translateZ(0) scale(0.5));
        opacity: 0.1;
    }
}

.sec-title .small-sub {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.pricing-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-list {
    position: relative;
    margin-bottom: 25px;
}

.pricing-list label {
    font-weight: 600;
    min-width: 53%;
    font-size: 21px;
}

.pricing-list span {
    font-weight: 600;
}

.table-price td,
.table-price th {
    padding: 7px 2px 4px 14px;
}

.team-area {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.team-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/team-bg-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.team-area h3 {
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

/*
#footer .footer-top .footer-links ul li {
    display: flex;
    align-items: flex-start;
}
*/
.sticky-shape img {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: rotate(180deg);
    z-index: 3;
}

.sticky-shape-top img {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
}

.concept {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.concept:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: -30px;
    right: -30px;
    background: url(../img/bg-new.png);
    background-repeat: repeat;
    background-size: 150px;
    z-index: -1;
}

.button-1 {
    padding: 12px 32px;
    border: 2px solid #cf642c;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #ddd;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #cf642c;
    text-decoration: none;
    display: inline-block;
}

.button-1::before {
    content: '';
    width: 0;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #cf642c;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.button-1:hover::before {
    width: 400px;
}

.button-1:hover {
    color: #fff;
    text-decoration: none;
}


.footer-section {
    position: relative;
    background: url(../img/bg-new.png);
    padding: 120px 0 0 0;
    background-repeat: repeat;
    background-size: 150px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #cf642c;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 20px;
}
.facebook-bg {
    /*background: #3B5998;*/
}

.twitter-bg {
    /*background: #55ACEE;*/
}

.google-bg {
    /*background: #DD4B39;*/
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget ul {
    display: contents;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #cf642c;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #cf642c;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #cf642c;
    padding: 13px 20px;
    border: 1px solid #cf642c;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #2d2f38;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #cf642c;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #cf642c;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* Food Image card  */
.food-img-card {
    text-align: center;
}

#Food_Grid_1 .food-img-card .food-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#Food_Grid_1 .food-img-card .food-img img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#Food_Grid_1 .food-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}



.food-img-card .food-img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.food-img-card .food-img img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}


.food-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

.food-content {
    height: 62px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

#owl-carousels {
    position: relative;
}

#owl-carousels .owl-nav .owl-prev,
#owl-carousels .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#owl-carousels .owl-nav .owl-prev span,
#owl-carousels .owl-nav .owl-next span {
    color: #fff;
    font-size: 39px;
}

#owl-carousels .owl-nav .owl-prev {
    left: 30px;
}

#owl-carousels .owl-nav .owl-next {
    right: 30px;
}

ul.checklist {
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-weight: 400;*/
    /*margin: 1em 0 0.2em .5em;*/
}

ul.checklist li {
    padding: 0.4em 0 0.4em 0em;
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 0.4rem;
    color: #000;
}

ul.checklist li:hover:before {
    color: #cf6229;
}

ul.checklist li:before {
    /*content: "\2713 ";*/
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 1.2em;
    margin-left: -40px;
    margin-right: 10px;
    padding: 0.2em 0.45em 0.2em 0.45em;
    position: relative;
    color: black;
    border-radius: 50%;
    color: #cf6229;
}

ul.checklist li a {
    color: #859a31;
    text-decoration: none;
    -moz-transition: all, 500ms;
    -o-transition: all, 500ms;
    -webkit-transition: all, 500ms;
    transition: all, 500ms;
}

ul.checklist li a:hover {
    border-bottom: 0.3rem solid;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover {
    color: #5dcd8e;
}

.faq .faq-list a,
.faq .faq-list a::hover {
    color: #565656;
}

.map-mobile body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #4a535f;
}

.map-mobile .wrapper {
    width: 300px;
    margin: 3% auto;
}

.map-mobile .dropdown dd,
.map-mobile .dropdown dt,
.map-mobile .dropdown ul {
    margin: 0px;
    padding: 0px;
}

.map-mobile .dropdown dd ul li a span:first-child,
.map-mobile .dropdown dt a span span:first-child {
    background-image: url("https://i.imgur.com/OQiDoZe.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.map-mobile .dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}

.map-mobile .dropdown dt a img {
    position: relative;
    z-index: 1;
}

.map-mobile .dropdown dt a span span:first-child:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.map-mobile .dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.map-mobile .dropdown dt a span span:first-child {
    padding: 0;
}

.map-mobile .dropdown dd {
    position: relative;
}

.map-mobile .dropdown a,
.map-mobile .dropdown a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}

.map-mobile .dropdown a:hover {
    color: #5d4617;
}

.map-mobile .dropdown dt a:hover,
.map-mobile .dropdown dt a:focus {
    color: #5d4617;
}

.map-mobile .dropdown dt a {
    position: relative;
    background: transparent;
    display: block;
    padding-right: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ed4267;
    width: 100%;
    height: 39px;
}

.map-mobile .dropdown dt a:after {
    /*content: '';
  background: #ed4267;
  position: absolute;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;*/
    display: none;
}

.map-mobile .dropdown dt a:before {
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    height: 3px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    z-index: 2;
    box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.map-mobile .dropdown dd ul {
    background: #f0f2f7;
    color: #c5c0b0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    width: 200px;
    border: 1px solid #ed4267;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 10px;
    z-index: 2;
}

.map-mobile li a {
    font-size: 13px;
}

.map-mobile li a span:nth-child(2) {
    line-height: 2em;
}

.map-mobile .dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.map-mobile .dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
   border-radius:10px;*/
}

.map-mobile .dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}

.map-mobile .dropdown span.value {
    display: none;
}

.map-mobile .dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px !important;
}

.map-mobile .dropdown dd ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.map-mobile dl.dropdown {
    display: inline-block;
    width: 100%;
    margin: -3px 0 0 1px;
}

.map-mobile dl.dropdown span:nth-child(3) {
    color: rgba(0, 0, 0, 0.4);
}

.map-mobile dl.dropdown>span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.map-mobile dl.dropdown span:nth-child(3) {
    float: right;
}

.map-mobile dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}

.map-mobile dl.dropdown dt span:nth-child(3) {
    display: none;
}

.map-mobile .countryFlag {
    padding: 0;
    background-image: url("https://i.imgur.com/OQiDoZe.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bfbfc1 #b6b6b6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
    /*.countryFlag:before {*/
    /*-moz-border-bottom-colors: none;*/
    /*-moz-border-left-colors: none;*/
    /*-moz-border-right-colors: none;*/
    /*-moz-border-top-colors: none;*/
    /*background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/
    /*border-color: #BFBFC1 #B6B6B6 #969696;*/
    /*border-image: none;*/
    /*border-radius: 2px 2px 2px 2px;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*padding-right: 20px;*/
    /*position: relative;*/
    /*width: 25px;*/
    /*}*/
}

table {
    width: 100%;
}

.ten {
    width: 10%;
}

.twenty {
    width: 20%;
}

.thirty {
    width: 30%;
}

.forty {
    width: 40%;
}

.fifty {
    width: 50%;
}

img.apple-icon {
    width: 20px;
    margin-right: 10px;
}
ul.checklist li:before{
    background-image: url('https://greenskn.com/assets/img/apple_icon.png');
    content: '' !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.p-8 {
    padding: 8rem!important;
}

.food-waste, .cust-pad {
padding-top: 5rem!important;   
padding-bottom: 8rem!important;   
}

.food-waste p {
    text-align:left;
}

.food-waste ul {
    list-style: none;
    font-size: 18px;
}
.section-2 h2 {
    font-size: 36px;
}
ul.checklist-2 li {
    font-size: 20px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
