/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

img {
     max-width: 100%;
     height: auto;
}

/*---------------------------- preloader area ----------------------------*/

/* ----------- image loading....... --------*/
.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}
/* ----------- image loading....... --------*/

/*---------------------- header area ------------------------------------------------------------*/
.header {
     background-color: rgba(0, 0, 0, 0);
     background-repeat: repeat;
     background-size: auto;
     position: absolute;
     z-index: 999;
     width: 100%;
     left: 0;
     top: 0;
     padding: 0;
     padding-top: 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     min-height: 110px;
     padding-top: 45px
}

.logo {
     float: left;
     position: relative;
}

nav.main-menu {
     float: right;
     margin-left: 0;
}

ul.top_icon {
     float: right;
     padding-top: 17px;
}

ul.top_icon li {
     float: left;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 20px;
}

ul.top_icon li:last-child {
     padding-right: 0px;
}

ul.top_icon li a {
     color: #fff;
}

/* xxxxxxx Hover Header menu xxxx */
.menu-area-main li:hover a,
.menu-area-main li:focus a {
     color: white;/*#308409;*/
	 background-color: green;
}

.menu-area-main li.active a {
     color: #308409;
}
.menu-area-main li.active:hover a {
     color: white;
}
/* xxxxxxx Hover Header menu xxxx */

.right_cart_section {
     float: right;
     width: auto;
}

.right_cart_section ul {
     float: left;
     min-height: auto;
     margin: 0;
     padding: 12px 0 0;
}

.right_cart_section .cart_icons {
     padding: 18px 0 0;
}

.main-menu ul>li nth:child(5) a {
     padding-right: 0px;
}

.right_cart_section ul li {
     float: left;
     font-size: 17px;
     font-weight: 400;
     color: #fff;
     margin-right: 30px;
}

.right_cart_section ul.cart_update li {
     font-size: 13px;
     color: #ccc;
     line-height: normal;
     margin: 0;
     font-weight: 300;
}

.right_cart_section ul.cart_update li span {
     font-size: 18px;
     font-weight: 300;
     color: #fff;
     line-height: 21px;
}

.right_cart_section ul li i {
     margin-right: 10px;
     margin-top: 5px;
     float: left;
     color: #fff;
     font-size: 21px;
}

.right_cart_section ul li a {
     color: #fff;
}
/*-- end header middle --*/
/* ------------- Header Menu ------------------ */

.top-bar-info {
     background: #111111;
     padding: 5px 0px;
}

.top-menu-left {
     float: left;
}

.top-menu-left li {
     position: relative;
     display: inline-block;
     margin-right: 11px;
     padding-right: 12px;
}

.top-menu-left li::before {
     content: '';
     position: absolute;
     right: 0;
     top: 9px;
     height: 10px;
     border-right: 1px dotted #999;
}

.top-menu-left li:last-child::before {
     display: none;
}

.top-menu-left li:last-child {
     padding: 0px;
     margin: 0px;
}

.top-menu-left li a {
     color: #ffffff;
     font-size: 12px;
     text-transform: uppercase;
     text-decoration: none;
}

.top-menu-left li a:hover {
     color: #38c8a8;
}

.right-dropdown-language {
     float: right;
     margin-left: 12px;
}

.dropdown-bar .dropdown-link {
     position: absolute;
     z-index: 1009;
     top: 40px;
     left: 0;
     right: auto;
     min-width: 50px;
     padding: 15px;
     background: #ffffff;
     list-style: none;
     border: 2px solid #38c8a8;
     opacity: 0;
     visibility: hidden;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     text-align: left;
}

.dropdown-bar:hover .dropdown-link {
     opacity: 1;
     visibility: visible;
     top: 25px;
}

.dropdown-bar.right-dropdown-language>a::after {
     font-family: 'FontAwesome';
     content: "\f107";
     text-decoration: none;
     padding-left: 4px;
     color: #ffffff;
}

.right-dropdown-language>a {
     line-height: 10px;
     padding: 5px 5px;
     cursor: pointer;
}

.dropdown-bar .dropdown-link li a {
     color: #111111;
     display: block;
     font-size: 12px;
     line-height: 15px;
     padding: 5px 0;
}

.dropdown-bar .dropdown-link li a:hover {
     color: #38c8a8;
}

.dropdown-bar .dropdown-link li a img {
     margin-right: 7px;
}

.dropdown-bar .dropdown-link li.active {
     font-weight: bold;
}

.right-dropdown-language .dropdown-link {
     min-width: 100px;
     padding: 7px 10px;
     color: #111111;
}

.dropdown-bar {
     position: relative;
     padding: 0 5px;
     font-size: 13px;
}

.dropdown-bar .dropdown-link.right-sd {
     left: auto;
     right: 0;
}

.right-dropdown-currency {
     float: right;
     margin-left: 12px;
}

.dropdown-bar.right-dropdown-currency>a::after {
     font-family: 'FontAwesome';
     content: "\f107";
     text-decoration: none;
     padding-left: 4px;
     color: #ffffff;
}

.right-dropdown-currency>a {
     line-height: 10px;
     padding: 5px 5px;
     cursor: pointer;
     color: #ffffff;
}

.right-dropdown-currency .dropdown-link {
     min-width: 100px;
     padding: 7px 10px;
     color: #111111;
}

.right-dropdown-currency .dropdown-link {
     min-width: 55px;
     padding: 7px 10px;
}

.right-dropdown-currency .dropdown-link li a span.symbol {
     margin-right: 7px;
}

#login-modal .modal-content {
     border-radius: 0px;
}

#login-modal .modal-content .modal-header {
     background: #38c8a8;
     border-radius: 0;
}

#login-modal .modal-content .modal-body .form-group input {
     background: #ffffff;
     border: 1px solid #c8c8c8;
     border-radius: 0px;
}

#login-modal .modal-content .modal-body .form-group input:focus {
     border: 1px solid #c8c8c8 !important;
}

#login-modal .modal-content form {
     margin-bottom: 10px;
}

.modal-title {
     padding: 0px;
     color: #ffffff;
     font-size: 18px;
     text-transform: uppercase;
}

.btn-template-outlined {
     background: #111111;
     color: #ffffff;
     border: none;
     border-radius: 0px;
}

.btn-template-outlined i {
     padding-right: 10px;
}

.text-muted {
     padding: 10px 0px;
}

.slogan-line {
     float: right;
     color: #ffffff;
     font-size: 13px;
}

.middle-area {
     padding: 30px 0px;
}

/*------------------Main Menu------------------------*/
.main-menu {
     text-align: center;
}

.main-menu ul {
     margin: 0;
     list-style-type: none;
     margin-bottom: 10px;
}

.main-menu ul>li {
     display: inline-block;
     position: relative;
}

.main-menu ul>li a {
     line-height: 20px;
     font-size: 16px;
     display: block;
     font-weight: 500;
     color: #3b3b3b;
     padding: 22px 26px;
     text-transform: uppercase;
}
/*------------------------ Main Menu--------------------------------*/

}

/*---------------------- top banner area ---Background---------------------------------------------------*/
.top-banner-slider {
     overflow: hidden;
     clear: both;
     height: 600px;
}
.top-banner-slider .heroslider {
     margin: 0px;
     padding: 0px;
     border: none;
     position: relative;
     border-radius: 0;
}
.swiper-overlay {
     height: 100%;
     position: relative;
}
.swiper-overlay {
     background: rgba(0, 0, 0, 0.5);
     content: "";
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
}
.heroslider .container {
     position: relative;
     height: 100%;
     padding-left: 0;
     padding-right: 0;
     z-index: 5;
}
.swiper-container {
     width: 100%;
     height: 100%;
}
.heroslider .slider-01 {
     width: 100%;
     background-image: url(../images/slider-01.jpg);
     background-size: cover;
     background-position: center;
}
.heroslider .slider-02 {
     width: 100%;
     background-image: url(../images/slider-02.jpg);
     background-size: cover;
     background-position: center;
}
.heroslider .slider-03 {
     width: 100%;
     background-image: url(../images/slider-03.jpg);
     background-size: cover;
     background-position: center;
}
.heroslider .slides li {
     height: 600px;
}
.top-banner-slider .heroslider .slides li::before {
     content: "";
     position: absolute;
     background: rgba(0, 0, 0, 0.4);
     height: 100%;
     width: 100%;
     left: 0px;
     top: 0px;
}
.top-banner-slider .flex_caption3 {
     position: absolute;
     z-index: 30;
     left: 0;
     right: 0;
     bottom: 50px;
     margin: 0 -15px;
     display: flex;
}
a.slide_banner {
     position: relative;
     display: inline-block;
     margin: 0 12px 0 15px;
}
.slide1_banner1 {
     width: 570px;
}
.slide1_banner2 {
     width: 270px;
}
.slide1_banner3 {
     width: 270px;
}
.top-banner-slider .flex_caption1 {
     text-align: center;
     position: absolute;
     z-index: 30;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 31%;
     max-width: 720px;
     width: 100%;
     text-transform: uppercase;
     color: #333;
}
.top-banner-slider .flex_caption1 .title1 {
     font-size: 36px;
     font-weight: 300;
     color: #ffffff;
}
.top-banner-slider .flex_caption1 .title2 {
     font-size: 60px;
     font-weight: 900;
     color: #ffffff;
}
.top-banner-slider .flex_caption2 {
     text-align: center;
}
.top-banner-slider .flex_caption2 {
     position: absolute;
     z-index: 30;
     left: 0;
     top: 20%;
     display: table;
     width: 177px;
     height: 177px;
     background-color: #242424;
}
.top-banner-slider .flex_caption2 .middle {
     display: table-cell;
     vertical-align: middle;
     text-transform: uppercase;
     text-align: center;
     font-weight: 700;
     line-height: 31px;
     font-size: 26px;
     color: #fff;
     transition: all 0.1s ease-in-out;
     -webkit-transition: all 0.1s ease-in-out;
}
.top-banner-slider .flex_caption2 .middle:hover {
     background: #38c8a8;
}
.top-banner-slider .flex_caption2 span {
     display: block;
     font-weight: 100;
     line-height: 36px;
     font-size: 34px;
}

/*------------------ layout new css --------------------------*/
.marginii {
     margin: 154px 0px 100px 0px;
}
.carousel-indicators li {
     display: none;
}
.banner-main {
     position: relative;
     background: url(../images/banner.jpg);
     background-size: 100% 100%;
}

/*xxxxxxxxxxxxx Tinggi rendah h1 eBook PDF xxxxxxxxxxxxxxxxxx*/
.banner-main .carousel-caption {
     text-align: left;
     left: 0;
     top: 20%; /*16%;*/
     position: relative;
}
.banner-main .carousel-caption h1 {
     font-size: 46px;
     line-height: 55px;
     font-weight: bold;
     color: #308409;
}

/*xxxxxxxxxxxxxxx WARNA Dapatkan 12 harga ebook bundle xxxxxxxxxxxxxxxx */
.banner-main .carousel-caption p {
     color: #0c0404;
     padding: 9px 0px;
     margin-bottom: 5px; /*50px;*/
}

.banner-main .carousel-caption p.harga {
     color: #de2410;
     padding: 9px 0px;
     margin-bottom: 10px; /*50px;*/
}

/*xxxxxxxxxxxxxxx WARNA 12 ebook bundle hitam xxxxxxxxxxxxxxxx */
.color {
     color: #0c0404;
}
/*xxxxxxxxxxxxxxx WARNA BUTTON SHOP NOW xxxxxxxxxxxxxxxx */
.btn-primary {
     background: #a832a8; /*#000;*/
     border: indianred;
     max-width: 170px;
     width: 100%;
     margin-right: 10px;
}
.btn-primary:hover {
     background: #308409;
}
.img-box figure {
     margin: 0;
}
.img-box figure img {
     box-shadow: #308409 0px 0px 0px 0px;
}
.plants {
     padding: /*90px*/50px 0px;
	 padding-bottom: 5px;
}

/* xxxxxxxxxxxxx Padding bottom klik pada cover xxxxxxxxxxxxx */
.titlepage {
     text-align: center;
     padding-bottom: 5px;/*50px;*/
}

/* xxxxxxxxxxxxx Jarak Garis Hijau xxxxxxxxxxxxx */
.titlepage h2 {
     padding: 0px 0px 36px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #050303;
     line-height: 50px;
     position: relative;
     margin-bottom: 20px;
}

/* xxxxxxxxxxxxx Tebal garis Hijau xxxxxxxxxxxxx */
.titlepage h2::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 70%;
     margin: 10px auto;
     width: 50%;
     height: 6px;
     background: #308409;
}
.titlepage span {
     color: #141012;
     font-size: 17px;
     line-height: 32px;
     display: block;
}

/**---------------- end section--------------------- **/
.margin-r-l {
     padding-right: 40px;
     padding-left: 40px;
}
.hoverle {
     display: none;
}
.Gallery .titlepage {
     text-align: center;
     padding-bottom: 50px;
}
.Gallery .titlepage h2 {
     padding: 0px 0px 36px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #050303;
     line-height: 50px;
     position: relative;
     margin-bottom: 20px;
}
.Gallery .titlepage h2::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 70%;
     margin: 10px auto;
     width: 283px;
     height: 6px;
     background: #308409;
}
.Gallery .Gallery-box:hover .hoverle {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     text-align: center;
     display: flex;
     justify-content: center;
     background: #308409de;
     align-items: center;
}
.Gallery .Gallery-box:hover .hoverle a {
     border: #fff solid 2px;
     background: transparent;
     padding: 5px 38px;
     color: #fff;
}
.contact {
     background: #fff;
     padding-top: 90px;
}
.paddimg-right {
     padding-right: 0px;
}
.paddimg-left {
     padding-left: 0px;
}
.contact .titlepage {
     text-align: left;
     padding-bottom: 5px;
}
.contact .titlepage h2 {
     padding: 0px 0px 36px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #050303;
     line-height: 50px;
     position: relative;
     margin-bottom: 20px;
}
.contact .titlepage h2::after {
     content: "";
     position: absolute;
     left: -831px;
     top: 70%;
     margin: 10px auto;
     width: 25%;
     height: 6px;
     background: #308409;
     right: 0;
}
.map_section figure {
     margin: 0px;
}
form {
     background: #308409;
     padding: 35px 30px;
}
.map_section figure img {
     width: 100%;
}
.Nursery-img {
     position: relative;
}
.Nursery-img .text-box {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
}
.Nursery-img .text-box h3 {
     font-size: 45px;
     border: #ddd solid 5px;
     padding: 149px 75px;
     font-weight: bold;
     color: #fff;
}
.Nursery-img figure {
     margin: 0px;
}
form a {
     font-size: 17px;
     padding: 15px 25px;
     background-color: #f00;
     color: #fff;
     line-height: 20px;
     border-radius: 12px;
     text-align: center;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     width: 150px;
     flex-wrap: wrap;
}
form a:hover {
     color: #fff;
     background: #000;
}
.form-control {
     border: #ddd solid 1px;
     margin-bottom: 12px;
     border-radius: inherit !important;
     padding: 11px 11px;
     color: #c1bebe;
}
.form-control:focus {
     box-shadow: none;
     border: #ddd solid 1px;
}
textarea {
     margin-bottom: 30px;
     padding: 12px 4px 11px 11px;
     width: 100%;
}
.footer {
     background-color: #212120;
     text-align: center;
}
.footer .headinga h3 {
     font-size: 38px;
     display: block;
     color: #fff;
     max-width: 160px;
     padding-bottom: 1px;
     border-bottom: #fff solid 1px;
     text-align: center;
     margin: 0 auto;
}
.footer .headinga span {
     font-size: 17px;
     display: block;
     color: #fff;
     padding-top: 10px;
     padding-bottom: 5px;
}
.footer .headinga p {
     font-size: 17px;
     display: block;
     color: #fff;
}
ul.link li {
     display: inline-block;
     padding: 8px 15px;
     padding-bottom: 8px;
     padding-bottom: 45px;
}
ul.link li a {
     color: #fff;
     font-size: 17px;
	 padding: 15px; /*xxx padding footer menu xx*/
}
/* xxxxxxxxxxxx footer menu hover xxxxxxxxxx */
ul.link li a:hover {
     color: #308409;
	 background-color: white;
}
.pdn-top-30 {
     padding-top: 35px;
}
ul.location_icon {
     list-style: none;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     padding-top: 5px;	 
}
ul.location_icon li {
     float: left;
     height: 60px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 20px;
	 cursor: not-allowed;/*xxxxxxxxxxxxxx sosial media icon not-allowed ti klik xxxxx*/
}
ul.location_icon li:last-child {
     padding-right: 0px;
}
ul.location_icon span {
     font-size: 17px;
     font-weight: 400;
}
.copyright {
     background: #308409;
     padding: 20px 0px 20px 0;
}
.copyright p {
     color: #fff;
     font-size: 16px;
     text-align: center;
     text-align: center;
     margin: 0 auto;
}
.copyright a {
     color: #fff;
}
.copyright a:hover {
     color: #000;
}
.btn-primary.focus,
.btn-primary:focus {
     box-shadow: inherit;
}

/*---------------- inner_page css -------------------*/
.about_page .about {
     margin-bottom: 90px;
}
.about-bg {
     background-color: #b32137;
     margin-top: 90px;
}
.Books-bg .titlepage {
     margin-top: 90px;
}
.Books-bg .read-more {
     margin-bottom: 90px;
}
.about-bg .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}
.contact-page .Contact {
     margin-top: 0px;
}
.contact-page .form-control {
     margin-bottom: 20px;
}

