html {
    overflow-x: hidden !important;
}
body {
    padding: 0;
    margin: 0;
    font-size: 17px !important;
    font-weight: 400;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 26px;
    -webkit-text-size-adjust: none;
    font-family: 'Open Sans', sans-serif;
}
.font-pt-serif {
    font-family: 'PT Serif', serif;
}
/* font-family: 'Open Sans', sans-serif;
   font-family: 'PT Serif', serif; */
input:hover,
input:focus {
    outline: none !important;
}
:hover,
.title-sm,
.title-sm:before,
button,
button:hover,
a,
a:hover,
.img-hover,
.list-activity a i,
.list-activity a:hover i,
.btn-map i,
.btn-map:hover i,
.btn.btn-more,
.btn.btn-more:hover,
.video-thumb i {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gray_bg {
    background-color: #e8e8e8;
}
/* 20/11/2020 */
body::-webkit-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  outline: none;
  border-radius: 5px;
}
.pk-list ul{list-style: circle; margin-left: 25px;}
.pk-list ul li{list-style: circle; margin-left: 25px;}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgb(0,0,0);
    background: /*linear-gradient(180deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0.40379901960784315) 50%, rgba(0,0,0,0.29735644257703087) 100%);*/
    linear-gradient(180deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 58%) 50%, rgb(0 0 0 / 55%) 100%)
}
.stellarnav.desktop li.has-sub ul li a {
    font-size: 1rem !important;
}
#header .navbar-dark .navbar-nav .nav-link {
    color: #fff; font-size: 1rem;
}
.navbar-dark .navbar-nav li.active>:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 75%;
    height: 1px;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#header.menu_fixed {
    top:0;
    background:#162b03;
}
.stellarnav .menu-toggle {
    position: absolute;
    right: 0;
    top: 38px;
    width: 28px;
    padding: 0 !important;
    height: 18px;
    margin: 0 auto;
}
.navbar-nav .nav-link,
.stellarnav.mobile li a {
    font-family: 'PT Serif', serif;
}
.txt-theme {
    color:#67bc18;
}
.img-full {
    width: 100%;
}
.clear{clear:both !important;}
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 40px;
    display: none;
    cursor: pointer;
    padding: 8px 12px;
    background: transparent;
}
.scrollTop span {
    font-size: 22px;
    color: #2b2b2b;
}
.stellarnav ul ul:after {
    content: "";
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 5px;
}
/* 20/11/2020 */
/* 23/11/2020 */
#banner .caption {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-right: 0;
	transform: translate(-50%, -50%);
}
.posCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%);
}
.carousel-item .caption {
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: left;
    margin-right: 0;
    max-width: 575px;
	transform: translate(0, 0);
}
.carousel-item .container {
    position: relative;
}
.text-bold {
    font-weight: bold;
}
.text-normal {
    font-weight: normal !important;
}
.vh-100 {
    height: 100vh;
}
.rounded-10 {
    border-radius: 10px;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.web-d-none {
    display: none;
} 
.web-d-block {
    display: block;
}
.btn-map {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: 0;
	transform: translate(-50%, -50%);
}
.btn-map i {
    color: #f42424;
    font-size: 42px;
}
/*===floating===*/
.floating{
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    }
@keyframes floating {
    0% {
    transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
        }
    100% {
        transform: translateY(0%);
        }
    }
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        }
        50% {
            -webkit-transform: translateY(8%);
            }
        100% {
            -webkit-transform: translateY(0%);
            }
        }
/*===floating===*/
/* 23/11/2020 */
/* 12/11/2020 */
.main-menu-item .navbar-nav {
    display: block;
}
#banner {
    min-height: 187px;
    position: relative;
}
/* 12/11/2020 */
/* 19/12/2020 */
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.left-arrow, 
.right-arrow {
    position: absolute;
    top: 50%;
    font-size: 26px;
    font-weight: bold;
    transform: translateY(-50%);
}
/* 19/12/2020 */
a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

body a:hover {
    outline: none;
    text-decoration: none;
}
body pre {
    color: #666;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 0;
    color: #434343;
    font-family: 'Open Sans', sans-serif !important;
}
a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.img-25{width: 25%; float: left;}
.img-left{width:40%; float: left; }
.img-right{width:40%; float: left; }
#packages h5{   font-size: 1.25rem; color: #000 !important;;}

#packages h6{font-size: 16px; color: #67bc18 !important;}


.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    top: 0;
}
/* body .container {
    max-width: 1360px;
} */
#header .navbar-brand {
    float: left;
    font-size: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 150px;
}
#header.menu_fixed .navbar-brand {
    max-width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .navbar-expand-lg .navbar-collapse {
    display: block !important;
}
#header .stellarnav li.logo-rgt a {
    padding: 3px 0px;
    max-width: 50px;
}
#header .stellarnav li.logo-rgt {
    margin-left: 10px;
}
/* spotlight */
#spotlight {
    margin-top: 0;
}
#spotlight h2 {
    font-size: 42px;
}
h2.sectionTitle,.h2 {
    font-size: 38px !important;
    line-height: 46px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
h3,.h3,
h3.subTitle {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
.text-black {
    color: #000;
}
.map-view-btn {
    margin-top: 8px;
}
.title-sm {
    padding-left: 22px;
}
.title-sm.text-dark:hover,
.title-sm.text-white:hover {
    color: #67bc18 !important;
}
.title-sm:hover:before {
    left: 3px;
}
.title-sm:before {
    content: "";
    background: #67bc18;
    height: 1px;
    width: 15px;
    top: 12px;
    left: 0;
    position: absolute;
}
.btn.btn-explore.btn-shine {
    width: 160px;
    height: 46px;
    font-size: 16px;
    text-transform: capitalize;
}
.border.bdr-white {
    border: 1px solid #fff !important;
}
.border.bdr-green {
    border: 1px solid #67bc18 !important;
}
/* spotlight end */
/* about */
.text-theme {
    color: #67bc18;
}
.sectionTitle strong {
    margin-left: 5px;
}
.section {
    padding: 40px 0;
}
.section-lg {
    padding: 60px 0;
}
/* about end */
/* focusArea */
.no-bg {
    background: transparent !important;
}
.card-dark {
    color: #222;
}
.line-clamb-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.view-more {
    border-radius: 0;
    border-color: #666 !important;
}
.sub-title {
    font-size: 28px;
}
.widgetBox .sub-title a:hover {
    color: #67bc18 !important;
}
/* explore end */
/* serviceArea */
.list li {
    margin-bottom: 20px;
    background: url("../images/listBg.png") no-repeat;
    background-position: left top;
    padding-left: 60px;
}
.list li:last-of-type {
    margin-bottom: 0;
}
/* serviceArea end */
/* testimonial */
#testimonial {
    padding: 160px 0;
    background: url("../images/beachBg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
/* testimonial end */
.bg-black {
    background: #222 !important;
}
#breadcrumb {
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
}
#breadcrumb .breadcrumb {
    background: none;
    margin: 0;
    padding: 0.75rem 0;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-italic {
    font-style: italic;
}
.icon-quote {
    font-size: 46px;
    position: absolute;
    left: 0;
    top: 0;
}
.carousel-item .desc {
    padding-top: 50px;
}
/* proInside end */
/* about-block */
.quote-text:after {
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    background:#fff;
    position: absolute;
}
body .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50% !important;
    background-color: #8ef330;
}
/* about-block */
/* news-update */
#news-update {
    padding: 220px 0;
    background: url("../images/acreBg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
/* news-update */
/* banner */
h2.main-title {
    font-size: 56px !important;
}
/* banner */
/* farming */
#farming {
    padding: 120px 0;
    background: url("../images/farmingBg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
/* farming */
/* footer */
.social {
    text-align: right;
}
.social li {
    margin: 0 5px;
    display: inline-block;
}
.social li a {
    font-size: 16px;
    display: block;
    color: #2b2b2b;
}
/* footer */
/* Shine */
.fig-hover {
	position: relative;
	padding: 0;
    overflow:hidden;
}
.fig-hover img {
    transform: scale(1);
}
.fig-hover:hover img {
    transform: scale(1.2);
}
/* button-shine-effect */
.btn-shine.btn {
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: lowercase;
    background-color: #ffffff;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
/* .btn-shine span {
    color: #343a40!important;
  } */
  .btn-shine:hover {
    animation: rotate 0.7s ease-in-out both;
  }
  .btn-shine:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
.btn-shine {
    border: 1px solid;
    overflow: hidden;
    position: relative;
  }
  .btn-shine span {
    z-index: 20;
  }
  .btn-shine:after {
    background: #67bc18;
    content: "";
    height: 155px;
    left: -100%;
    opacity: 1;
    position: absolute;
    top: -50px;
    transform: rotate(0deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: -10;
  }
  .btn-shine span {
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn-shine:hover span {
      color: #fff !important;
      transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn-shine:hover:after {
    left: 0;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
/* list-activity */
.list-activity a {
    color: #000;
    font-weight: 500;
    text-align: center;
    display: block;
}
.list-activity a:hover {
    color: #67bc18;
}
.list-activity a:hover i {
    background: #67bc18;
    color: #fff;
}
.list-activity a i {
    height: 46px;
    width: 46px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    color: #67bc18;
    line-height: 44px;
    margin-right: 5px;
    border: 1px solid #67bc18;
}
.bxoverlap {
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    position: absolute;
}
/* list-activity */
/* contact */
.address-block span,
.address-block span a {
    color: #333;
}
.address-block span i {
    color: #67bc18;
    font-size: 22px;
    margin-right: 8px;
    float: left;
    margin-top: 2px;
}
/* contact */
.btn.btn-more:hover {
    margin-right: 5px;
    color: #67bc18 !important;
}
.border.border-theme {
    border:1px solid #67bc18 !important;
}
.video-thumb i {
    font-size: 36px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.video-thumb i:hover {
    background: #67bc18;
    border:1px solid #67bc18;
}
p.font-md {
    font-size: 18px;
}
.mob-logo-block {
    display: none;
    margin-right: 30px;
}
.mob-logo {
    max-width: 55px;
    padding: 0 5px;
    display: inline-block;
}
.item-widget {
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.item-widget .sub-title {
    font-size: 22px;
}
#relcarousel.owl-theme .owl-controls .owl-page span {
    background: #67bc18;
}
/* mobile view start */

@media(max-width:480px) {
    .fancybox-slide--iframe .fancybox-content{height: 28% !important;}
}
@media(min-width:481px) and (max-width: 640px){
    .fancybox-slide--iframe .fancybox-content{height: 45% !important;}
}
@media(min-width:991px) and (max-width: 1024px){
    h2.main-title {
        font-size: 32px !important;
    }
    #header .stellarnav li a {
        font-size: 13px;
    }
    h2.sectionTitle, .h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    .section {
        padding: 30px 0;
    }
    .px-5.mob-px-0 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}
@media(max-width:768px){

.img-left, .img-25, .img-right{width:100%; float: none; }}
#banner .caption {
    position: absolute;
    top: 70%;
    margin-right: 0;
    transform: none;
    width: 100%;
    text-align: center; left: 0; right: 0;}


@media(min-width:768px) and (max-width: 991px){

    #relcarousel .owl-controls {
        display: none !important;
    }
    .px-4.mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #header .navbar-dark .navbar-nav .logo-rgt {
        display: none;
    }
    .mob-logo-block {
        display: block;
    }
    .px-5.mob-px-2 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    .section {
        padding: 30px 0;
    }
    .px-5.mob-px-0 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #header {
        background: none;
    }
    #header .stellarnav li a {
        font-size: 13px;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    .mob-d-none {
        display: block;
    } 
    .mob-d-block {
        display: block;
    }
    .px-5.mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    h2.sectionTitle, .h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    h2.main-title {
        font-size: 32px !important;
    }
    .map-center {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .list-activity a i {
        display: block;
        margin: 0 auto 5px;
    }
    .list-activity a {
        font-size: 13px;
    }
}

/* custom 991 */
@media(max-width:767px) {
    #relcarousel .owl-controls {
        display: none !important;
    }
    .px-4.mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #header .navbar-dark .navbar-nav .logo-rgt {
        display: none;
    }
    .mob-logo-block {
        display: block;
    }
    .px-5.mob-px-2 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    h3, .h3, h3.subTitle {
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
    }
    .video-thumb i {
        font-size: 22px;
        padding: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .border-right.mob-bdr-right-0 {
        border-right: none !important;
    }
    #header {
        background: none;
           background: rgb(0,0,0);
    background: /*linear-gradient(180deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0.40379901960784315) 50%, rgba(0,0,0,0.29735644257703087) 100%);*/
    linear-gradient(180deg, rgb(0 0 0 / 55%) 0%, rgb(0 0 0 / 35%) 50%, rgb(0 0 0 / 5%) 100%)
    }
    .list-activity a i {
        display: block;
    }
    .navbar-dark .navbar-nav li.active>:after {
        display: none;
    }
    #header .navbar-brand {
        max-width: 125px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #header.menu_fixed .navbar-brand {
        max-width: 90px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #header .stellarnav .menu-toggle {
        top: 28px;
    }
    #header.menu_fixed .stellarnav .menu-toggle {
        top: 24px;
    }
    #spotlight {
        background: none;
        background-color: #222;
    }
    #spotlight h2 {
        font-size: 28px !important;
    }
    #banner {
        min-height: 44px;
        background-color: #222;
    }
    .px-5.mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .section,
    .section-lg {
        padding: 25px 0;
    }
    .h2, h2 {
        font-size: 1.8rem !important;
    }
    .carousel-item .container {
        position: initial;
    }
    .carousel-item .caption {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        margin-right: 0;
        padding: 30px;
        text-align: left;
        transform: translate(0, 0);
    }
    .carousel-indicators {
        display: none !important;
    }
    .mob-mb-3 ,
    .mb-5.mob-mb-3{
        margin-bottom: 1.5rem !important;
    }
    .mb-3.mob-mb-0,
    .mb-4.mob-mb-0 {
        margin-bottom: 0 !important;
    }
    .mt-5.mob-mt-2 {
        margin-top: 1rem !important;
    }
    .list li {
        margin-bottom: 20px;
        background: url(../images/listBg.png) no-repeat;
        background-position: left 5px;
        padding-left: 40px;
        background-size: 22px !important;
    }
    .py-4.mob-py-2 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .mob-mb-2,
    .mb-3.mob-mb-2 {
        margin-bottom: 1rem !important;
    }
    .mb-3.mob-mb-0 {
        margin-bottom: 0 !important;
    }
    .mob-d-none {
        display: none !important;
    }
    .bxoverlap {
        right: 0;
        bottom: 0;
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
    }
    .p-5.mob-p-2 {
        padding: 20px !important;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    h2.sectionTitle, .h2 {
        font-size: 26px !important;
        line-height: 28px !important;
    }
    .mt-5.mob-mt-0 {
        margin-top: 0 !important;
    }
    .btn.btn-explore.btn-shine {
        width: 130px;
        height: 42px;
        font-size: 14px;
    }
    .px-2.mob-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #testimonial,
    #farming {
        padding: 50px 0;
    }
    .px-0.mob-px-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .pr-0.mob-pr-15 {
        padding-right: 15px !important;
    }
    .pl-0.mob-pl-15 {
        padding-left: 15px !important;
    }
    .mob-pl-2 {
        padding-left: .5rem!important;
    }
    .mob-pr-2 {
        padding-right: .5rem!important;
    }
    h2.main-title {
        font-size: 32px !important;
    }
    .p-grap p {
        margin-bottom: 0;
    }
    .social {
        text-align: left;
    }
    #footer p,
    #footer p a {
        font-size: 14px;
    }
    .mob-sx-px-1 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .list-activity a i {
        margin: 0 auto 5px;
    }
    .mob-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media(max-width:567px) {
    .list-activity a {
        font-size: 12px;
    }
    .carousel-item .caption p {
        font-size: 15px;
    }
}
/* custom 991 */


.sub_nav {  width:100%; float:left; display:inline; background-color: #FFF;  text-align:center; z-index: 99; padding:5px 0}
.sub_nav ul {list-style-type: none;  margin: 0;  padding: 0; overflow: hidden;   background-color: #333; margin-left:0;  text-align:center}
.sub_nav li {display: inline; color:#000}
.sub_nav li a { display: inline-block;  color:#000; text-align: center; padding: 10px 8px; text-decoration: none;}
.sub_nav li a:hover { background-color: #67bc18; color:#FFF}

button:focus {
    outline: 0px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
button {
    cursor: pointer;
    border: 0;
    padding: 0;
  }
  
  .tabs {
    position: relative;
  }
  .tabs:not(.--jsfied) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tabs .--hidden {
    display: none;
  }
  .tabs a,
  .tabs button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    background-color: transparent;
  }
  .tabs .-primary {
    display: flex;
  }
  .tabs .-primary > li {
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #d9d9d9; font-size: 14px;
  }
  .tabs .-primary > li + li {
    border-left:1px solid #fff;
  }
  .tabs .-primary > li > a,
  .tabs .-primary > li > button {
    white-space: nowrap;
    padding: 1em 0.6em;
  }
  .tabs .-primary > li:hover > a ,
  .tabs .-primary > li:hover > button {
    background-color: #67bc18; color:#FFF
  }
  
  .tabs .-primary > li.active > a,
  .tabs .-primary > li.active > button {
    background-color: #67bc18; color:#FFF
  }

  .tabs .-primary .-more {
    background-color: #67bc18; color:#FFF
  }
  .tabs .-primary .-more > button span {
    display: inline-block;
    transition: transform 0.2s;
  }
  .tabs.--show-secondary .-primary .-more > button span {
    transform: rotate(180deg);
  }
  .tabs .-secondary {
    max-width: 100%;
    min-width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-animation: nav-secondary 0.2s;
            animation: nav-secondary 0.2s;
  }
  .tabs .-secondary li {
    border-top: 1px solid #59a513;
    background-color: #67bc18;
    color: #FFF;
    padding: 6px 0;
  }
 
  .tabs .-secondary a,
  .tabs .-secondary button {
    padding: 0.6em;
  }
  .tabs .-secondary a:hover,
  .tabs .-secondary button:hover {
    background-color: #67bc18
  }
  .tabs .-secondary a:active,
  .tabs .-secondary button:active {
    background-color: #67bc18
  }
  
  .tabs.--show-secondary .-secondary {
    display: block; z-index: 999;
  }
  
  @-webkit-keyframes nav-secondary {
    0% {
      opacity: 0;
      transform: translateY(-1em);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes nav-secondary {
    0% {
      opacity: 0;
      transform: translateY(-1em);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .map-list{
    width: 45%;
    float: left;
    padding: 15px;
    border: 1px solid #efefef;
    margin-right:5%;
    margin-bottom: 10px; 
    color:  #343a40;
  }

 
.map-list:hover{
    background-color: #67bc18!important;
    color: #ffffff!important;

  }
  .map-list-2{
    width: 45%;
    float:left;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    margin-right: 5%;
    /* margin-bottom: 10px;  */
    color:  #343a40;
  }

 
.map-list-2:hover{
    background-color: #67bc18!important;
    color: #ffffff!important;

  }
  @media(max-width:768px) {
    .map-list-2{
        width: 100%;
  }
}