@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #007E5E;
}

::selection {
    background-color: #FFF6CE;
    color: #008067
}

-webkit-::selection {
    background-color: #FFF6CE;
    color: #008067
}

::-moz-selection {
    background-color: #FFF6CE;
    color: #008067
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #008067;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #008067;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #008067;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #008067;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #767676 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #767676 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #767676 !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.section-default {
    width: 100%;
    position: relative;
}

.padding {
    padding: 100px 0;
}

.padding-75 {
    padding: 75px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #EEEEEE;
}

.bg-grey2 {
    background-color: #FFFDF5;
}

.bg-colorm {
    background-color: #008067;
}

.bg-dark {
    background-color: #242323 !important;
}

.bg-main {
    background-color: #008067;
}

.bg-map {
    background-image: url(../img/bgs/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.text-justify {
    text-align: justify;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #008067;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Button Style */

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

/*========= Button Style =========*/
.default-btn {
    display: inline-block;
    background: #008067;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #008067;
    height: 45px;
    line-height: 42px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn:hover {
    color: #008067;
}

.default-btn span {
    background: #FFF6CE none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/* button 2 */
.default-btn-2 {
    display: inline-block;
    background: #008067;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    border: 1px solid #008067;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn-2:hover {
    color: #008067;
}

.default-btn-2 span {
    background: #FFF6CE none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default-btn-2:hover span {
    height: 562.5px;
    width: 562.5px;
}

.default2-btn {
    display: inline-block;
    background: #FFF6CE;
    color: #008067;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
    border: 2px solid #FFF6CE;
}

.default2-btn:hover {
    color: #FFF;
    border-color: #FFF6CE;
}

.default2-btn span {
    background: #008067 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.default2-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/*========== Section Heading ==========*/
.section-heading h2 {
    display: block;
    font-size: 30px;
    color: #008067;
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #63A324;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

/*========== Section Food Design ==========*/
.pos-rel {
    position: relative;
}

.food-1 {
    background-image: url(../img/food-1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.food-2 {
    background-image: url(../img/food-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}


/*========== Transition Effect ==========*/
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

/* header top */
.header-top {
    width: 100%;
    position: relative;
    background-color: #E4EBC2;
}

.header-top .inner-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .info-list {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top .info-list li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .info-list li a {
    color: #004020;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.header-top .info-list li a:hover {
    color: #FFF6CE;
}

.header-top .info-list li i {
    margin-right: 5px;
    color: #FFF6CE;
    font-size: 14px;
    line-height: 20px;
}

.header-top .info-list li:last-child {
    margin-right: 0;
}

.header-top .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

.header-top .social-links li {
    position: relative;
    margin-left: 10px;
}

.header-top .social-links li a {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    background-color: #004020;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
}

.header-top .social-links li a>i {
    color: #FFFFFF;
}

.header-top .social-links li a:hover {
    background-color: #FFF6CE;
}

/* header top */

/* Header Section */
.header-section {
    width: 100%;
    position: relative;
    background-color: #008067;
    padding: 0 0;
    z-index: 99;
    border-bottom: 1px solid #FFF6CE;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav>li>a {
    color: #004020;
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
    color: #63A324;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar__brand {
    position: relative;
}

.navbar__brand .navbar-brand>img {
    width: 175px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

/* top bar */

/* top bar */

/* Nav Menu */
#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav>li {
    position: relative;
}

ul.nav>li>a {
    color: #004020;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 40px;
    z-index: 1;
}

.header-right .cart-icon {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #63A324;
    font-weight: 600;
    line-height: 80px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.header-right .cart-icon i {
    color: #63A324;
    font-size: 18px;
}

.header-right .cart-icon .count {
    background-color: #63A324;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 10px;
    right: -10px;
}

.cart-icon.transparent i {
    color: #f42267;
}

.cart-icon.transparent .count {
    background-color: #f42267;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    background: none;
    color: #63A324;
    opacity: 1;
}

/* Dropdown Style
==================*/
#mainmenu li ul {
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 2px solid #eee;
    display: block;
    position: relative;
    padding: 0;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #6a8695;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li>ul>li:hover a {
    background-color: #63A324;
    color: #fff;
}

#mainmenu li>ul ul {
    background-color: #fff;
    left: 200px;
}

#mainmenu li>ul li:hover>ul li a {
    color: #777;
}

#mainmenu li ul li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li>ul li:hover>ul li>a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}

/* Transparent Header
=====================*/
.header-section.transparent {
    background-color: transparent;
}

.navbar-fixed-top.header-section.transparent {
    background-color: #fff;
}

.header-section.transparent ul.nav>li>a {
    color: #ddd;
}

.header-section.transparent ul.nav>li>a:hover,
.header-section.transparent ul.nav>li>a.active {
    color: #fff;
}

.navbar-fixed-top.header-section.transparent ul.nav>li>a {
    color: #63A324;
}

.navbar-fixed-top.header-section.transparent ul.nav>li>a:hover,
.navbar-fixed-top.header-section.transparent ul.nav>li>a.active {
    color: #63A324;
}

.navbar-fixed-top.transparent .logo-dark,
.transparent .logo-light {
    display: block;
}

.navbar-fixed-top.transparent .logo-light,
.transparent .logo-dark {
    display: none;
}

.transparent .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 2px 0 rgba(255, 255, 255, 1);
    background-color: transparent;
}

/* Mobile Menu  */
.slicknav_menu {
    background: none;
    padding: 0;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
}

.slicknav_btn {
    background-color: transparent;
    margin: -63px 0px 0px;
}

.transparent .slicknav_btn {
    margin: -60px 0px 0px;
}

.transparent.navbar-fixed-top .slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #63A324;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
    color: #999;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #63A324;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}

/* Menu Button Style */
.header-right {
    display: flex;
    align-items: center;
}

.header-right .menu-btn {
    background-color: #63A324;
    color: #fff !important;
    padding: 0 30px;
    border-radius: 2px;
    line-height: 45px;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
}

.header-right .menu-btn:hover {
    background-color: #ff9933;
    opacity: 0.8;
    color: #fff;
}

/* Search Box
===============*/
#dl-popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#dl-popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#dl-popup-search-box .box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
}

#dl-popup-search-box .box-inner-wrap input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #222;
    font-size: 4em;
    color: #ddd;
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #444;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#dl-popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #dl-popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #dl-popup-search-box .box-inner-wrap input,
    #dl-popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/* Promo Section */
.promo-item {
    background-color: transparent;
    padding: 40px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.promo-item.active {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.promo-item.active i {
    background-color: #ff9933;
    color: #fff;
}

.promo-item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.promo-item:hover i {
    background-color: #ff9933;
    color: #fff;
}

.promo-item i {
    color: #63A324;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 2px dashed #ff9933;
    border-radius: 50%;
}

.promo-item a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #63A324;
    font-weight: 600;
}

.promo-item a:hover {
    color: #ff9933;
    text-decoration: underline;
}

.section-heading h2 {
    margin-bottom: 15px;
}

.section-heading img {
    margin-bottom: 15px;
}

/* About Section */

.about-wrap {
    display: flex;
    align-items: center;
}

.about-content .section-heading p {
    margin-bottom: 0;
    color: #484848;
    font-size: 16px;
}

.about-content .section-heading,
.about-info {
    margin-bottom: 30px;
}

.about-info li {
    font-family: 'Poppins', sans-serif;
    color: #263a4f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-info li:last-child {
    margin-bottom: 0;
}

.about-info li i {
    color: #63A324;
    margin-right: 15px;
    font-size: 15px;
}

/* Product Carousel Section */
.product-item {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.product-carousel .owl-stage-outer {
    padding: 20px 0;
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb:before {
    background-color: rgba(52, 173, 84, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(.37, .31, .2, .85);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.product-thumb img {
    width: 100%;
}

.product-content {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.product-content h3 {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}

.product-content h3 a {
    color: #263a4f;
}

.product-content h3 a:hover {
    color: #63A324;
}

.product-content h4 span {
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    color: #63A324;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: -0.2px;
}

.product-content h4 span.old {
    color: #8d9aa8;
    text-decoration: line-through;
    margin-right: 0;
}

.product-btn-group {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 30px;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(.37, .31, .2, .85);
    transition-delay: 0.1s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.product-item:hover .product-thumb:before,
.product-item:hover .product-btn-group {
    transform: translateY(0);
}

.product-item:hover .product-btn-group,
.product-item:hover .product-thumb:before {
    visibility: visible;
    opacity: 1;
}

.product-item:hover .product-thumb img {
    transform: scale(1.05);
}

.product-btn-group li {
    display: inline-block;
}

.product-btn-group li a {
    display: inline-block;
    background-color: #fff;
    color: #63A324;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.product-btn-group li a:hover {
    background-color: #ff9933;
    color: #fff;
}

/* Navigation */
.product-carousel {
    position: relative;
}

.product-carousel .owl-nav div {
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(.37, .31, .2, .85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.product-carousel .owl-nav div.owl-next {
    left: auto;
    right: -25px;
}

.product-carousel:hover .owl-nav div {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.product-carousel:hover .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

/* Product Section */
.product-filter {
    margin-bottom: 30px;
}

.product-filter li {
    font-family: 'Work Sans', sans-serif;
    color: #263a4f;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-filter li.active {
    color: #63A324;
}

/* Cta Section */
.cta-section {
    width: 100%;
    position: relative;
    background-color: #004020;
}

.cta-wrap {
    display: flex;
    align-items: center;
}

.cta-content h2 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 0;
}

/* Feature Section */
.feature-section {
    width: 100%;
    position: relative;
}

.feature-wrap {
    display: flex;
    align-items: center;
}

.feature-info p {
    margin-bottom: 40px;
}

.feature-list {
    margin-right: 35px;
}

.feature-list li {
    position: relative;
    margin-bottom: 30px;
}

.feature-list li p,
.feature-list li:last-child {
    margin-bottom: 0;
}

.feature-list li i {
    background-color: #ff9933;
    color: #fff;
    font-size: 12px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    top: 10px;
    left: 0;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0.05);
}

.feature-content {
    padding-left: 70px;
}

.feature-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

/* Team Section */
.team-section {
    width: 100%;
    position: relative;
}

.team-wrap {
    position: relative;
}

.team-box {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
    transition: all .3s ease-in-out;
    text-align: center;
    overflow: hidden;
}

.team-item {
    position: relative;
}

.team-item img {
    width: 100%;
}

.team-social {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.team-social li a {
    color: #fff;
    background-color: #63A324;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.team-social li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.team-social li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.team-social li a:hover {
    background-color: #ff9933;
}

.team-content {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.team-content h3 {
    font-size: 18px;
}

.team-content h3 span {
    font-family: 'Work Sans', sans-serif;
    display: block;
    color: #63A324;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Gallery Section */
.gallery-section {
    width: 100%;
    position: relative;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.gallery-content:before {
    background-color: rgba(52, 173, 84, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.gallery-item:hover .gallery-content:before {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.gallery-content h3 {
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
}

.gallery-item:hover h3 {
    transform: translateY(0);
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
}

.gallery-content h3 a {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.gallery-content a span {
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* =======  gallery Filter Styles  ======= */
.gallery-filter {
    display: block;
}

.gallery-filter li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.gallery-filter li a {
    display: inline-block;
}

.gallery-filter li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #cba982;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 2px;
}

.gallery-filter li.active:before,
.gallery-filter li:hover:before,
.gallery-filter li:focus:before,
.gallery-filter li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gallery-filter li:hover,
.gallery-filter li:focus,
.gallery-filter li:active {
    cursor: pointer;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section {
    position: relative;
    z-index: 1;
}

.testi-item img {
    width: 100px !important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #63A324;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #63A324;
    opacity: 0.5;
}

/*========== Rattings ==========*/
.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #63A324;
    display: inline-block;
}

/*========== Boolets ==========*/
.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #63A324;
}

/* Faq Section */
.faq-section {
    width: 100%;
    position: relative;
}

.faq-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.faq-item .card {
    border-radius: 2px;
    border: 1px solid #eee;
}

.faq-item .card-header {
    padding: 0;
    border-radius: 2px;
    border: none;
}

.faq-item .btn-link {
    color: #263a4f;
    font-weight: 600;
    text-decoration: none;
}

.faq-item .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    white-space: normal;
    text-decoration: none;
    color: #63A324;
    letter-spacing: -0.5px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
}

.faq-item .card-header button[aria-expanded="true"] {
    background-color: #63A324;
    color: #fff;
}

/* Page Header Section */
.page-header {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #004020;
    overflow: hidden;
    z-index: 1;
}

.page-header-bottom {
    background-image: url(../img/page-header.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    width: 544px;
    height: 144px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.page-content {
    width: 100%;
    position: relative;
    padding: 75px 0;
}

.page-content h2 {
    color: #FFFFFF;
    font-size: 36px;
}

.page-content p {
    color: #ddd;
    margin: 0;
}

/* 404 Error Section */
.error-section {
    width: 100%;
    position: relative;
}

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: #63A324;
}

/* Contact Section */
.contact-section {
    width: 100%;
    position: relative;
    z-index: 1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

/* Form Style
===============*/
.form-control {
    background-color: #fff;
    border-width: 2px;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    color: #004020;
    border-color: #63A324;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/* Google Map*/
#google-map {
    width: 100%;
    height: 400px;
}

/* Contact Section */
.pricing-section {
    width: 100%;
    position: relative;
}

.pricing-wrappper,
.pricing-wrap {
    display: flex;
    align-items: center;
}

.section-heading {
    position: relative;
}

.section-heading span {
    color: #63A324;
}

.pricing-box {
    background-color: #fff;
    padding: 40px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(61, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(61, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-bottom: 5px solid #ff9933;
    overflow: hidden;
}

.pricing-bg {
    background-image: url(../img/food-1.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: -80px;
    left: 20px;
    position: absolute;
}

.pricing-head span {
    text-transform: uppercase;
    font-size: 12px;
    color: #63A324;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
}

.pricing-head h3 {
    color: #ff9933;
    font-size: 55px;
}

.pricing-head h3 span {
    margin-left: 15px;
}

.pricing-head h4 {
    margin-top: -15px;
}

.pricing-list {
    margin-top: 15px;
}

.pricing-list li {
    color: #263a4f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-list li i {
    color: #63A324;
    font-size: 15px;
    margin-right: 15px;
}

/* Service Section */
.service-section {
    width: 100%;
    position: relative;
}

.service-wrap {
    position: relative;
}

.service-box {
    position: relative;
    padding-left: 95px;
}

.service-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.service-icon img {
    height: 80px;
}

.service-content {
    position: relative;
}

.service-content p {
    margin-bottom: 0;
}

/* Shop Section */
.select-form {
    border: 2px solid #eee;
    padding: 17px 30px;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #8d9aa8;
    appearance: none;
    -moz-appearance: none;
    width: 180px;
    height: 40px;
    font-weight: 600;
}

.select-form:focus {
    border-color: #63A324;
    box-shadow: none;
    outline: none;
}

.product-showing p {
    margin: 0;
}

/* Product Details */
.shop-details {
    width: 100%;
    position: relative;
}

.shop-details-wrap {
    border-bottom: 2px solid #eee;
    padding-bottom: 50px;
}

.shop-details h3 {
    font-size: 24px;
}

.shop-details h3 span {
    color: #bbb;
    margin-left: 10px;
    text-decoration: line-through;

}

.rattings {
    margin-bottom: 30px;
}

.rattings li {
    display: inline-block;
}

.rattings li i {
    display: inline-block;
    color: #fab702;
}

.social-share {
    margin-bottom: 30px;
}

.social-share li {
    display: inline-block;
    margin-right: 5px;
}

.social-share li a {
    background-color: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    color: #8d9aa8;
    font-size: 15px;
}

.social-share li a:hover {
    background-color: #63A324;
    color: #fff;
}

.cart-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart-wrap li {
    display: inline-block;
}

.item-plus-minus input {
    background-color: #f5f5f5;
    width: 80px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    border: 2px solid #eee;
    margin-right: 20px;
    margin-top: -5px;
}

/* Navigation */
.shop-single-carousel {
    position: relative;
}

.shop-single-carousel .owl-nav div {
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(.37, .31, .2, .85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-single-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.shop-single-carousel:hover .owl-nav div {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.shop-description-wrap {
    padding-top: 50px;
}

.shop-description-wrap h3 {
    margin-bottom: 20px;
}

.review-item img {
    border-radius: 4px;
}

.review-item li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-item li:last-child {
    margin-bottom: 0;
}

.review-details {
    margin-left: 20px;
}

.review-details h4 {
    margin-bottom: 0;
}

.review-details p,
.review-details .rattings {
    margin-bottom: 0;
}

.review-details .rattings li {
    display: inline-block;
    margin-bottom: 0;
}

/* Blog Section */
.blog-section {
    width: 100%;
    position: relative;
}

.blog-wrap {
    position: relative;
}

.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #63A324;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}

.blog-item .blog-thumb .category a {
    font-family: "Work Sans", sans-serif;
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #fff;
    padding: 30px;
}

/*Bg-dark*/
.bg-dark .blog-content {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid #63A324;
}

.bg-dark .blog-content h3 a {
    color: #fff;
}

.bg-dark .blog-content p {
    color: #999;
}

.bg-dark .blog-content .read-more {
    color: #fff;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: #63A324;
}

.blog-content .read-more {
    font-family: "Work Sans", sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #63A324;
}

.blog-content .read-more:before {
    background-color: #63A324;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);

}

/* Pagination 
=============== */
.pagination-wrap {
    position: relative;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #63A324;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #63A324;
    border: 1px solid #63A324;
    color: #fff;
}

/* Sidebar Style
===============*/
.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #63A324;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

/* Search Form Style
===================*/
.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post {
    width: 100%;
    position: relative;
}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;

}

.thumb-post li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #63A324;
    text-decoration: underline;
}

/* Tag Cloud Style
==================*/
.widget-content .tags {
    position: relative;
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #63A324;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #ff9933;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Blog Single Section */
.blog-thumb {
    width: 100%;
    position: relative;
}

.blog-thumb img {
    margin-bottom: 20px;
    width: 100%;
}

.blog-single-content {
    position: relative;
}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #63A324;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #63A324;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}

/* Blog Quote
===============*/
blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #63A324;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;

}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}

/* Post Tags Style
==================*/
.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #63A324;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box Style
====================*/
.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #63A324;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f;
}

.author-box .social-icon li a:hover {
    color: #63A324;
}

/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #63A324;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

/* Comments Style
==================*/
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li>div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #63A324;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #63A324;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #63A324;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Open Sans", sans-serif;
    max-width: 180px;
    background-color: #63A324;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/* Sponsor Section */
.sponsor-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sponsor-item {
    position: relative;
}

.sponsor-item img {
    opacity: 1;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}

/* Widget Section */
.widget-section {
    width: 100%;
    position: relative;
    background-color: #004020;
}

.widget-content {
    position: relative;
}

.widget-content img {
    margin-bottom: 20px;
}

.widget-content.footer h4 {
    color: #FFF6CE;
    font-size: 18px;
}

.widget-content p {
    color: #fff;
}

.widget-content span {
    color: #fff;
    display: block;
}

.widget-content.footer .widget-links li {
    margin-bottom: 10px;
}

.widget-content.footer .widget-links li:last-child {
    margin-bottom: 0;
}

.widget-content.footer .widget-links li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 600;
}

.widget-content .widget-links li a {
    font-weight: 600;
    color: #263a4f;
}

.widget-content .widget-links li a:hover {
    text-decoration: underline;
    color: #FFF6CE;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: #63A324;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* Footer Section */
.footer-section {
    width: 100%;
    position: relative;
    display: block;
    background-color: #008067;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 246, 206, 0.5);
}

/* Scroll To Top */
#scroll-to-top {
    background-color: #63A324;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #ff9933;
    color: #fff;
    opacity: 0.8;
}

/* page title */
.page-title {
    width: 100%;
    position: relative;
    background-color: #004020;
    background-image: url(../img/bgs/page-title.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 125px 0 125px;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #008067;
    opacity: 0.8;
    content: "";
}

.title-outer {
    width: 100%;
    position: relative;
}

.page-title .title {
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.page-breadcrumb li.current {
    color: #FFF6CE;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #FFFFFF;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #FFFFFF;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #FFF6CE;
}

/* page title */
/* Gallery Section Two */
.gallery-item-two {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item-two img {
    width: 100%;
    border-radius: 10px;
}

.gallery-item-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 128, 103, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.gallery-item-two:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.gallery-item-two:hover .link {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.gallery-item-two:hover .cat {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.gallery-item-two:hover h4 {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.gallery-item-two .link {
    position: relative;
    height: 50px;
    width: 50px;
    top: -30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    line-height: 50px;
    color: #004020;
    margin-left: auto;
    margin-bottom: auto;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item-two .cat {
    position: relative;
    top: 20px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 2px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item-two h4 {
    position: relative;
    top: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item-two h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item-two h4 a:hover {
    color: #C7DB2E;
}

/* Gallery Section Two */
/* banner 1 */
.section-banner-1 {
    width: 100%;
    position: relative;
    background-color: #004020;
    background-image: url(../img/bgs/banner-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-1-wrap {
    width: 100%;
    position: relative;
    background-color: rgba(0, 64, 32, 0.8);
}

/* banner 1 */
/* footer info */
.box-contact-info .contact-list {
    position: relative;
}

.box-contact-info .contact-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #EEEEEE;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 20px;
}

.box-contact-info .contact-list li strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #ffffff;
}

.box-contact-info .contact-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #FFF6CE;
}

.box-contact-info .contact-list li a {
    font-size: 16px;
    color: #EEEEEE;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-contact-info .contact-list li p {
    color: #EEEEEE;
    font-size: 16px;
}

.box-contact-info .contact-list li a:hover {
    color: #FFF6CE;
}

/* footer info */
/* widget title footer */
.box-widget-title {
    position: relative;
    margin-bottom: 20px;
}

.text-copyright {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
}

.text-copyright>a {
    color: #EEEEEE;
}

.text-copyright>a:hover {
    color: #FFF6CE;
}

/* widget title footer */
/* social icon one */
.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    height: 38px;
    width: 38px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #008067;
    background: #FFF6CE;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a>i {
    font-size: 20px;
}

.social-icon-one li a:hover {
    color: #FFFFFF;
    background: #008067;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

/* social icon one */
/* contact section */
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li:not(:last-child) {
    margin-bottom: 25px;
}

.contact-details__info li .icon {
    height: 64px;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    background-color: #008067;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #008067;
}

.contact-details__info li .icon span {
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: #FFF6CE;
}

.contact-details__info li:hover .icon span {
    color: #008067;
}

.contact-details__info li .text {
    margin-left: 20px;
}

.contact-details__info li .text .cdi__title {
    font-size: 16px;
    font-weight: 700;
    color: #008067;
}

.contact-details__info li .text p {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}

.contact-details__info li .text a {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text a:hover {
    color: #008067;
}

.contact-details__info li .text span {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}

.contact-details__info li+li {
    margin-top: 19px;
}

.cd___title {
    font-size: 28px;
}

.cd___sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #007E5E;
}

/* contact section */
/* mv content */
.mv-content {
    width: 100%;
    position: relative;
}

.mv-content-info {
    position: relative;
}

.mv-content-info p {
    font-size: 16px;
    color: #484848;
}

/* mv content */
/* presentation-item */
.presentation-item {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
}

.presentation-image {
    position: relative;
    text-align: center;
}

.presentation-content {
    position: relative;
    padding: 5px 10px;
    text-align: center;
}

.presentation-name {
    color: #008067;
    font-size: 16px;
    font-weight: 700;
}

.presentation-description {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}

/* presentation-item */
/* dropdown-language */
.dropdown-language {
    position: relative;
}

.dropdown-language .btn-language {
    background-color: #008067;
    color: #FFFFFF;
    padding: 4px 10px;
    border: 2px solid #FFF6CE;
    outline: none;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dropdown-language .btn-language:hover {
    background-color: #FFF6CE;
    color: #008067;
}

.dropdown-language .dropdown-menu li.active .dropdown-item {
    background-color: #008067;
    color: #FFFFFF;
}

.dropdown-language .dropdown-menu .dropdown-item:hover {
    background-color: #008067;
    color: #FFFFFF;
}

/* dropdown-language */
/* ferry nav */
.navbar-area {
    background-color: transparent;
    width: 100%;
    height: auto;
    z-index: 999;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-area.navbar-color-white.is-sticky {
    background-color: #113355 !important;
}

.ferry-responsive-nav {
    display: none;
}

.ferry-responsive-nav .logo .white-logo {
    display: none;
}

.ferry-nav {
    background: #008067;
    padding: 10px 0;
}

.ferry-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.ferry-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.ferry-nav .navbar .navbar-brand img {
    width: 135px;
}

.ferry-nav .navbar .navbar-brand .white-logo {
    display: none;
}

.ferry-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.ferry-nav .navbar .navbar-nav.ml-50 {
    margin-left: 50px;
}

.ferry-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.ferry-nav .navbar .navbar-nav .nav-item a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ferry-nav .navbar .navbar-nav .nav-item a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.ferry-nav .navbar .navbar-nav .nav-item a:hover,
.ferry-nav .navbar .navbar-nav .nav-item a:focus,
.ferry-nav .navbar .navbar-nav .nav-item a.active {
    color: #FFF6CE;
}

.ferry-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.ferry-nav .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.ferry-nav .navbar .navbar-nav .nav-item:hover a,
.ferry-nav .navbar .navbar-nav .nav-item.active a {
    color: #FFF6CE;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 65px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 6px 20px;
    position: relative;
    display: block;
    color: #113355;
    font-size: 14px;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 100%;
    margin-top: 15px;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 100%;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 100%;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #113355;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #00A3D9;
}

.ferry-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.ferry-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.ferry-nav .navbar .others-option {
    background-color: #7d7d7d;
    border-radius: 30px;
    padding: 10px 18px 3px;
    margin-left: auto;
}

.ferry-nav .navbar .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.ferry-nav .navbar .others-option .option-item::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    background-color: #fa6a45;
    height: 25px;
    width: 1.5px;
}

.ferry-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.ferry-nav .navbar .others-option .option-item:first-child::before {
    display: none;
}

.ferry-nav .navbar .others-option .side-menu-btn i {
    cursor: pointer;
    font-size: 35px;
    position: relative;
    top: 4px;
    line-height: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    color: #ffffff;
}

.ferry-nav .navbar .others-option .side-menu-btn i:hover {
    color: #ffffff;
}

.ferry-nav .navbar .others-option .search-box i {
    cursor: pointer;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    top: -2px;
    line-height: 1;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.ferry-nav .navbar .others-option .search-box i:hover {
    color: #ffffff;
}

.ferry-nav .navbar .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    padding-right: 10px;
}

.ferry-nav .navbar .others-option .cart-btn a span {
    position: absolute;
    right: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #113355;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        background-color: #008067;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-area.is-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ferry-responsive-nav {
        display: block;
    }

    .ferry-responsive-nav .ferry-responsive-menu {
        position: relative;
    }

    .ferry-responsive-nav .ferry-responsive-menu.mean-container .mean-nav {
        margin-top: 64px;
    }

    .ferry-responsive-nav .ferry-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .ferry-responsive-nav .ferry-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #008067;
    }

    .ferry-responsive-nav .ferry-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }

    .ferry-responsive-nav .ferry-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: auto;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .ferry-responsive-nav .mean-container a.meanmenu-reveal {
        color: #FFF6CE;
    }

    .ferry-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #FFF6CE;
    }

    .ferry-responsive-nav .others-option {
        display: none !important;
        background-color: #63A324;
        border-radius: 30px;
        padding: 10px 18px 3px;
    }

    .ferry-responsive-nav .others-option .option-item {
        margin-left: 15px;
        padding-left: 15px;
        position: relative;
    }

    .ferry-responsive-nav .others-option .option-item::before {
        content: '';
        position: absolute;
        left: -2px;
        top: -4px;
        background-color: #fa6a45;
        height: 25px;
        width: 1.5px;
    }

    .ferry-responsive-nav .others-option .option-item:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .ferry-responsive-nav .others-option .option-item:first-child::before {
        display: none;
    }

    .ferry-responsive-nav .others-option .side-menu-btn i {
        cursor: pointer;
        font-size: 35px;
        position: relative;
        top: 4px;
        line-height: 0;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        color: #ffffff;
    }

    .ferry-responsive-nav .others-option .side-menu-btn i:hover {
        color: #ffffff;
    }

    .ferry-responsive-nav .others-option .search-box i {
        cursor: pointer;
        font-size: 22px;
        color: #ffffff;
        position: relative;
        top: -2px;
        line-height: 1;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }

    .ferry-responsive-nav .others-option .search-box i:hover {
        color: #ffffff;
    }

    .ferry-responsive-nav .others-option .cart-btn a {
        display: inline-block;
        position: relative;
        font-size: 25px;
        color: #ffffff;
        line-height: 1;
        padding-right: 10px;
    }

    .ferry-responsive-nav .others-option .cart-btn a span {
        position: absolute;
        right: 0;
        top: -3px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background-color: #113355;
        font-size: 14px;
        font-weight: 600;
    }

    .ferry-responsive-nav .logo {
        position: relative;
        width: 60%;
        z-index: 999;
    }

    .ferry-responsive-nav .logo>a>img {
        width: 100px;
    }

    .ferry-nav {
        display: none;
    }

    .navbar-color-white .ferry-responsive-nav .mean-container a.meanmenu-reveal {
        color: #ffffff;
    }

    .navbar-color-white .ferry-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #ffffff;
    }

    .navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
        background-color: #ffffff;
    }

    .others-option-for-responsive {
        display: block;
    }
}

/* ferry nav */
/* footer bg */
.footer-bg {
    width: 100%;
    position: relative;
    background-color: #008067;
    background-image: url(../img/bgs/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 128, 103, 0.80);
    z-index: 0;
}

/* footer bg */

/* g */
.ourpp-text {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
}

.ourteam-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.ourteam-title {
    font-size: 30px;
    color: #FFF6CE;
}

.ourteam-subtitle {
    font-size: 18px;
    color: #FFFFFF;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.img-ofcover {
    object-fit: cover;
}

.color-main2 {
    color: #FFF6CE !important;
}

.box-advantage {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.badvt-info {
    position: relative;
}

.badvt-info-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}

.badvt-info-desc {
    color: #FFFFFF;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

.badvt-number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #FFF6CE;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.badvt-number-value {
    color: #008067;
    font-size: 48px;
    font-weight: 900;
}

.hw-boxitem {
    width: 100%;
    position: relative;
}

.hw-boxinfo {
    position: relative;
}

.hw-boxinfo-title {
    color: #008067;
    font-weight: 700;
}

.hw-boxinfo-desc {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
}

.welcomtext-p {
    font-size: 18px;
    color: #008067;
    font-weight: 500;
}

.coelia-item {
    position: relative;
}

.coelia-icon {
    width: 36px;
    height: 36px;
    line-height: 43px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.coelia-icon i {
    font-size: 26px;
}

.coelia-text {
    line-height: 18px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

a.coelia-item {
    text-decoration: none !important;
    color: #008067;
}

a.coelia-item:hover .coelia-text {
    color: #FFF6CE;
}

.app__wrapper {
    width: 100%;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.productittm-box {
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #008067;
}

.productittm-image {
    position: relative;
    overflow: hidden;
}

.productittm-image a {
    text-decoration: none;
}

.productittm-content {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    background-color: #008067;
}

.productittm-title {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25rem;
}

.productittm-title a {
    text-decoration: none;
    color: inherit;
}

.productittm-box:hover .productittm-content {
    background-color: #FFF6CE;
}

.productittm-box:hover .productittm-title {
    color: #008067;
}

.productittm-image img {
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.productittm-box:hover .productittm-image img {
    transform: scale(1.1);
}

/* g */
/* pagination */
.pagination .page-item a {
    color: #171717;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    z-index: 1;
}

.page-link:focus {
    box-shadow: none;
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
    margin: 5px;
    display: inline-block;
}

.pagination_style1 .page-item a {
    border: 2px solid #D9D9D9;
    border-radius: 5px !important;
    color: #171717;
    margin-left: 0px;
    line-height: 36px;
}

.pagination_style1 .page-item a i {
    line-height: 36px;
}

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
    color: #CCCCCC;
    pointer-events: none;
    background-color: #fff;
    border-color: #CCCCCC;
}

.pagination_style1 .page-item.active .page-link,
.pagination_style1 .page-item .page-link:hover {
    background-color: #008067;
    border-color: #008067;
    color: #fff;
}

/* pagination */