/**
* Template Name: Baker
* Updated: Mar 12 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --button: rgb(0, 255, 13);
    --btnhover: #ffffff;
    --sectionline: #3c6b29;
    --navbar: rgba(60, 185, 36, 0.9);
    --navbarscroled: rgba(30, 200, 118, 0.9);
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #f7f7f7;
}

a {
    color: #ffc107;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.galada-regular {
    font-family: "Galada", cursive;
    font-weight: 400;
    font-style: normal;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 24px;
    bottom: 175px;
    z-index: 996;
    background: var(--navbarscroled);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--button);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* top bar */
#topbar {
    background: #0ea422;
    color: #fff;
    height: 33px;
    font-size: 12px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
    position: fixed;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar i {
    padding-right: 6px;
    line-height: 0;
}

#google_translate_elemen {
    display: contents;
    position: fixed;
    font-size: 8px;
}

.VIpgJd-ZVi9od-ORHb * {
    height: fit-content;
    display: none;
}

.goog-te-gadget {
    font-size:  8px !important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 10x;
    margin-top: 1px;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 8px !important;
}

@media (max-width: 470px) {
    #topbar {
        font-size: 9px;
    }
}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #ffffff;
    transition: all 0s;
    z-index: 997;
    padding: 0px 0;
    top: 33px;
    box-shadow: 0px 0px 28px rgba(0, 0, 1, 1);
    height: max-content;
}

@media (max-width: 992px) {
    #header {
        padding: 2px 0;
    }
    #footer {
        margin-top: 5rem;
    }
}

#header.header-scrolled {
    top: 0;
}

#header {
    transition: 0.3s;
}

#header .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 1.5px;
    font-size: 40px;
}

#header .logo a {
    color: #068f06;
    font-size: 35px;
    font-weight: bold;
}

#header .logo a:hover {
    text-shadow: 2px 2px 5px rgb(68, 218, 49);
}

#header .logo img {
    max-height: 4rem;
    /* border-radius: 15px; */
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size:10px;
    color: #060605;
    white-space: nowrap;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar a i,
.navbar a:focus i {
    font-size:10px;
    line-height: 0;
    margin-left: 5px;
    align-items: center;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: rgb(18, 197, 18);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: rgb(18, 197, 18);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: rgb(18, 197, 18);
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: rgb(18, 197, 18);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/laboratory.jpg") top center;
    background-size: cover;
    position: relative;
    /* top: -3rem; */
}

#hero:before {
    content: "";
    background: rgba(45, 53, 69, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    text-align: center;
    padding-top: 50px;
}

/* #hero2 .position-relative {
    display: flex;
} */

@media (max-width: 992px) {
    #hero .container {
        padding-top: 0;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin: 15px 0 0 0;
    font-size: 22px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 40px;
    border: 2px solid #ffc107;
    color: #fff;
}

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

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}
@media (max-width: 1200px) {
    #header .logo {
        font-size: 100%;
    }
}

@media (max-width: 768px) {
    #header .logo img {
        max-height: 4rem;
        font-size: 1rem;
    }

    #header .logo element.style {
        font-size: 1rem;
    }
    #google_translate_element {
        margin: 4px;
        margin-left: 60px;
    }
    .goog-te-gadget .goog-te-combo {
        height: auto;
        width: 111px;
    }
    .VIpgJd-ZVi9od-l4eHX-hSRGPd,
    .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
    .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
    .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
    .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
        font-size: 6px;
        font-weight: bold;
        color: #444;
        text-decoration: none;
        display: none;
    }

    #hero {
        height: 100vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

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

    .form-wrapper {
        width: 100%;
        top: 43%;
    }
    #footer {
        margin-top: 5rem;
    }

    .form-wrapper form {
        margin: 25px 0 40px;
    }
    #footer .footer-top {
        margin-top: 5rem;
    }
}

.cdakb {
    position: absolute;
    left: 75%;
}
.cdakb img {
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}

.cdakb img:hover {
    filter: none;
    transform: scale(1.15);
}
@media (max-width: 1300px) {
    .cdakb {
        left: 80%;
        top: 7%;
    }
    .cdakb img {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .cdakb {
        left: 66%;
        top: 7%;
    }
    .cdakb img {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    margin-top: 5rem;
}

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

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 13rem;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #000;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #aab3c7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 15%;
    background-color: #ffffff;
    min-height: 10px;
    margin-top: 82px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
    /* .click-about a {
        padding: 15px 5%;
        height: 3rem;
        margin-top: 21rem;
        margin-left: 4rem;
    } */
}

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

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

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

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

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

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

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
    .navbar li {
        position: relative;
        margin: 40px 5%;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
    /* margin-top: 10rem; */
}

.clients img {
    width: 34rem;
    /* height: 15rem; */
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 39px 5px;
    filter: grayscale(100);
}

.clients img:hover {
    filter: none;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .clients img {
        min-width: 6rem;
    }
}

/*--------------------------------------------------------------
# CLIENT
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    display: contents;
    height: 100%;
    width: 100%;
    /* background: rgb(0, 0, 0, 0.7); */
    display: inline-block;
    /* margin: 2rem 2.5%; */
}

.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #414c64;
    margin-top: 5rem;
}

.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #8b97b3;
}

.about p,
.about ul li {
    font-size: 11px;
    color: #848484;
}

.about img {
    height: 100%;
    margin-top: 5rem;
}

.about-content {
    /* display: grid; */
    width: 50%;
}

.visimisi {
    margin-top: 5rem;
    display: flex;
}
#about-container {
    /* justify-content: space-evenly; */
    margin-bottom: 5rem;
    display: flex;
}
@media (max-width: 1200px) {
    #about-us {
        /* width: 100%; */
        margin-top: 0rem;
    }

    #about .container {
        display: flex;
        /* margin: 0; */
        width: 100%;
        flex-wrap: wrap;
    }

    .about h3 {
        /* margin-top: 0; */
    }


    .about-content {
        /* width: 100%; */
        display: grid;
        justify-items: center;
        height: 50%;
    }
    .about img {
        height: 90%;
    }


    #about .about-fp {
        width: 100%;
        display: contents;
    }

    #about-container {
        display: contents;
    }
    .about ul li {
        width: 100%;
        font-size: 11px;
    }

    .about p {
        /* width: 50%; */
    }

    .visimisi {
        /* margin-top: 0rem; */
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .about-content {
        width: 100%;
    }

    .fix-icon-wa {
        font-size: 30px;
        right: 15px;
        bottom: 77px;
        width: 53px;
        height: 53px;
    }
}

@media (max-width: 768px) {
    #about .container {
        display: grid;
    }

    .about-content {
        width: 100%;
    }
    #about .about-fp {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    background: url("../img/partner/partner-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
    margin-top: 5rem;
    opacity: 15px;
    height: 100vh;
    align-content: center;
}
.counts::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: -1;
}
.counts h1 {
    mix-blend-mode: hard-light; */
    padding: 0 4%;
    color: #52ed6c;
    font-size: 2rem;
    text-shadow: 2px 2px 4px #000000;
}
.counts .counters span {
    font-size: 79px;
    display: block;
    /* background-color: rgb(237, 237, 237); */
    backdrop-filter: blur(2px);
    background-color: transparent;
    text-shadow: 0px 0px 20px #000000;
    border-color: #fff;
    border-style: dashed;
    /* border: 15rem; */

    height: 10rem;
    align-content: center;
}

.counts .counters span:hover {
    color: black;
    font-size: 85px;
    font-weight: 700;
    border-radius: 0 15px 0 15px 0;
    /* border-radius: 63px; */
}

.counts .counters p {
    padding: 0;
    /* margin: 0 0 20px 0; */
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    color: #d9ff00;
    height: max-content;
    background-color: white;
    border-radius: 0 15px 0 15px 0;
    /* border-style: solid; */
    /* border-color: #000; */
    border-width: 3.5px;
}

.counts .counters p:hover {
    font-size: 35px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
    margin-bottom: 5rem;
}

.services .icon-box {
    text-align: center;
    padding: 60px 20px 60px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
    width: 100%;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
    background: #f5f5f5;
    border-radius: 50px;
}

.services .icon-box .icon i {
    font-size: 32px;
    transition: 0.5s;
    line-height: 1;
    position: relative;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: #414c64;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon {
    background: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon {
    background: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon {
    background: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon {
    background: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon {
    background: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon {
    background: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    /* background: url(../img/socialmedia.jpg) center; */
    /* padding: 60px 0; */
    /* top: center; */
    /* background-size: cover;
  position: relative; */
    background-color: #fbfbfbe2;
    border-style: groove;
}
/* 
.cta:before {
  content: "";
  background: rgba(45, 53, 69, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

/* .cta h3 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}

.cta p {
    color: #212121;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #60ed91bf;
    color: #000000;
}

.cta .cta-btn:hover {
    background: #60ed91bf;
} */

/* slideshow section */
/*--------------------------------------------------------------
# slideshow Section
--------------------------------------------------------------*/
#slideshow {
    width: 100%;
    height: max-content;
    /* background-color: rgba(59, 59, 59, 0.8); */
    overflow: hidden;
    padding: 0;
    /* margin-bottom: -120px; */
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

#slideshow .carousel-item {
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-position: center center; */
}

#slideshow .carousel-item::before {
    content: "";
    /* background-color: rgba(255, 255, 255, 0.386); */
    /* backdrop-filter: blur(0.1px); */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#slideshow .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 15%;
}

#slideshow .carousel-content {
    text-align: center;
}

#slideshow h2 {
    color: #000000;
    /* margin-bottom: 30px; */
    font-size: 40px;
    font-weight: 700;
}

#slideshow h2 span {
    color: var(--navbarscroled);
}

#slideshow p {
    width: 100%;
    animation-delay: 0.1s;
    /* margin: 15px auto 15px auto; */
    color: #000000;
    font-style: italic;
}

#slideshow .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center;
    background-repeat: no-repeat;
}

#slideshow .carousel-inner .carousel-item,
#slideshow .carousel-inner .active.carousel-item-start,
#slideshow .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#slideshow .carousel-inner .active,
#slideshow .carousel-inner .carousel-item-next.carousel-item-start,
#slideshow .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#slideshow .carousel-inner .carousel-item-next,
#slideshow .carousel-inner .carousel-item-prev,
#slideshow .carousel-inner .active.carousel-item-start,
#slideshow .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#slideshow .carousel-control-prev,
#slideshow .carousel-control-next {
    width: 5%;
    height: 80%;
}

#slideshow .carousel-control-next-icon,
#slideshow .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

#slideshow .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: var(--navbarscroled);
    overflow: hidden;
    border: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
    display: none;
}

@media (max-width: 1200px) {
    .carousel-indicators {
        top: 33rem;
    }
}

@media (max-width: 770px) {
    .carousel-indicators {
        top: 62rem;
    }
}

#slideshow .carousel-indicators li.active {
    opacity: 1;
}

#slideshow .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    margin-top: 2.5rem;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid var(--navbarscroled);
    background: rgb(112, 197, 83);
}

#slideshow .btn-get-started:hover {
    background: transparent;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 23px;
}

@media (max-height: 768px), (max-width: 1200px) {
    #slideshow {
        margin-bottom: 60px;
    }

    #slideshow .carousel-container {
        padding-bottom: 0;
    }

    #slideshow .carousel-indicators li {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #slideshow {
        height: 90vh;
    }

    #slideshow .carousel-item {
        height: 90vh;
    }
}

@media (min-width: 1024px) {
    #slideshow p {
        width: 100%;
        font-size: 27px;
    }

    #slideshow .carousel-control-prev,
    #slideshow .carousel-control-next {
        width: 5%;
    }
}

/* slideshow section */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #ffe7a0;
    font-size: 26px;
}

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

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

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #fafafc;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid rgb(0, 0, 0);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(8, 41, 5);
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
a {
    color: #000000;
}

/* WELCOME USER */
.welcome-user {
    padding: 15px 8%;
    margin-bottom: 15px;
}

/* WELCOME USER */

.portfolio {
    margin-top: 10rem;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fafafc;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: rgb(85, 185, 132);
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    height: 3rem;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: var(--navbarscroled);
    padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

.portfolio .portfolio-item:hover img {
    top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}
.glightbox-clean .gnext {
    display: none;
}
.glightbox-clean .gprev {
    display: none;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #5cac63;
    opacity: 1;
    border: 1px solid #000000;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #000000;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(65, 76, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2.5px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #414c64;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a i {
    line-height: 0;
}

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

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

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #414c64;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/* .pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ffc107;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ffc107;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #c8cedc;
  color: #6c7c9f;
}

.pricing .btn-buy:hover {
  background: #fff;
}

.pricing .featured h3 {
  color: #fff;
  background: #ffc107;
}

.pricing .featured .btn-buy {
  background: #ffc107;
  color: #fff;
  border: 2px solid #ffc107;
}

.pricing .featured .btn-buy:hover {
  background: #ffce3a;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ffc107;
  color: #fff;
} */

/* login form */
.main_div {
    width: 365px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 10%;
}
.main_div .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.main_div .social_icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.social_icons a {
    display: block;
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
}
.social_icons a span {
    margin-left: 5px;
    font-size: 18px;
}
.social_icons a:first-child {
    margin-right: 5px;
    background: #4267b2;
}
.social_icons a:first-child:hover {
    background: #375695;
}
.social_icons a:last-child {
    margin-left: 5px;
    background: #1da1f2;
}
.social_icons a:last-child:hover {
    background: #0d8bd9;
}
form {
    margin-top: 25px;
}
form .input_box {
    height: 50px;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.input_box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 45px;
    font-size: 17px;
    transition: all 0.3s ease;
}
.input_box input:focus {
    border-color: #ff0000;
}
.input_box .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: grey;
}
form .option_div {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.option_div .check_box {
    display: flex;
    align-items: center;
}
.option_div span {
    margin-left: 5px;
    font-size: 16px;
    color: #333;
}
.option_div .forget_div a {
    font-size: 16px;
    color: rgb(255, 0, 0);
}
.button input {
    padding-left: 0;
    background: #ff0000;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s linear;
}
.button input:hover {
    background: #ff0000;
}
form .sign_up {
    text-align: center;
    margin-top: 25px;
}
.sign_up a {
    color: #ff0000;
}
form a {
    text-decoration: none;
}
form a:hover {
    text-decoration: underline;
}

/* login form */

/* galery section */
.gallery {
    overflow: hidden;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #209543;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #209543;
}

.gallery .swiper-slide-active {
    text-align: center;
}

@media (max-width: 1199px) {
    #header .logo a {
        font-size: 22.5px;
    }
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #209543;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }
}
@media (max-width: 472px) {
    #header {
        padding: 10px 2%;
    }
    #header a {
        margin: 0;
        padding: 6px 2%;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        width: max-content;
        height: 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        background-color: #fff;
        align-items: center;
    }
    #header .logo a {
        font-size: 80%;
    }
    #header .logo img {
        width: 20%;
    }
}

/* end galerry section */

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
    background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
    margin-top: 5rem;
}

.about-boxes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-boxes .card {
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.about-boxes .card-icon {
    text-align: center;
    margin-top: -32px;
}

.about-boxes .card-icon i {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 5px;
    text-align: center;
    background-color: #03b961;
    border-radius: 15px;
    text-align: center;
    border: 4px solid #fff;
    transition: 0.3s;
    display: inline-block;
}

.about-boxes .card-body {
    padding-top: 12px;
}

.about-boxes .card-title {
    font-weight: 700;
    text-align: center;
}

.about-boxes .card-title a {
    color: #15222b;
}

.about-boxes .card-title a:hover {
    color: #03b961;
}

.about-boxes .card-text,
.about-boxes ul li {
    color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
    background: #fff;
    color: #03b961;
    border: 4px solid #babcba;
}

.click-about a {
    background-color: #52eb80e3;
    color: #1e2726;
    font-size: 10pt;
    padding: 15px 8%;
    border-radius: 10px;
    font-weight: bold;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
    text-align: center;
    width: 16rem;
}

.click-about a:hover {
    background-color: #00852c;
    color: rgb(255, 255, 255);
    /* margin-left: 3px; */
    font-size: 10pt;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .about-boxes {
        background-attachment: scroll;
    }
}

/*--------------------------------------------------------------
# About Boxes END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 1px solid #b5ccdb;
    padding: 15px;
    transition: 0.3s;
    color: #15222b;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.5rem;
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.features .nav-link:hover {
    color: #0d8f23;
}

.features .nav-link.active {
    background: #0d8f23;
    color: #fff;
    border-color: #0d8f23;
    height: 6.5rem;
}

.img-fluid2 {
    max-width: 30rem;
    max-height: 30rem;
}

@media (max-width: 768px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
    .img-fluid2 {
        max-width: 15rem;
        max-height: 15rem;
    }
    .features .tab-content {
        margin-top: 30px;
        font-size: 13px;
    }
    .features .nav-link.active {
        height: 4.2rem;
    }
}

@media (max-width: 575px) {
    .features .nav-link {
        padding: 15px;
        height: 3.5rem;
    }

    .features .nav-link i {
        font-size: 24px;
    }
    .features .nav-link.active {
        height: 3.5rem;
    }
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #0d8f23;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}
/* features end  */

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
/* .cta {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/gallery/gallery-2.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    background: #009961;
    color: #fff;
    border-radius: 50px;
}

.cta .cta-btn:hover {
    background: #00b371;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
} */
/* blog start */
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
    margin-top: 10rem;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #111;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #1bbd36;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #777777;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #847872;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #1bbd36;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #1ed33c;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #5e5e5e;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #1e1e1e;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #1bbd36;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #111;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(17, 17, 17, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #bfb9b6;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #4d4643;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #1bbd36;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #1e1e1e;
}

.blog .blog-pagination {
    color: #444444;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #111;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #1bbd36;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #1bbd36;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #1ecf3b;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #111;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #1bbd36;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #b4aca8;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #111;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #1bbd36;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #b4aca8;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #515151;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #c4c4c4;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #1bbd36;
    background: #1bbd36;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}
/* blog end */
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
/* #faq {
    margin: 10rem;
} */

.faq .faq-list {
    padding: 0 100px;
}

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

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list a:hover {
    color: #90cc68;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: var(--navbarscroled);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #0c0f12;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #5b5b5b;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 10rem;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 12px rgba(65, 76, 100);
    padding: 20px 0 30px 0;
    /* background-color: rgba(256, 256, 256, 0.5); */
    background-color: rgba(256, 256, 256, 156);
    border-radius: 15px;
}

.contact .info-box i {
    font-size: 32px;
    color: rgb(29, 49, 29);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #1f311c;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 3px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .whatsapp-order {
    box-shadow: 0 0 20px rgba(65, 76, 100, 1.05);
    padding: 30px;
    background-color: rgba(256, 256, 256, 1.5);
    border-radius: 8px;
    height: max-content;
}

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

.contact .whatsapp-order .error-message br + br {
    margin-top: 25px;
}

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

.contact .whatsapp-order .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

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

.contact .whatsapp-order input,
.contact .whatsapp-order textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .whatsapp-order input:focus,
.contact .whatsapp-order textarea:focus {
    border-color: #ffc107;
}

.contact .whatsapp-order input {
    padding: 10px 15px;
}

.contact .whatsapp-order textarea {
    padding: 12px 15px;
}

.contact .whatsapp-order button[type="submit"] {
    background: var(--navbar);
    border: 0;
    padding: 10px 30px;
    color: #000000;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .whatsapp-order button[type="submit"]:hover {
    background: var(--navbarscroled);
}

.maps {
    margin-top: 15px;
}

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

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

.whatsapp-form {
    box-shadow: 0 0 20px rgba(65, 76, 100, 1.05);
    padding: 30px;
    background-color: rgba(256, 256, 256, 1.5);
    border-radius: 25px;
    width: 40%;
    /* margin: 0px 5%; */
    padding: 40px 5%;
    margin-left: 5rem;
}

.form-caption {
    font-size: 1.3rem;
    font-weight: 700;
}

.whatsapp-input {
    display: grid;
    gap: 20px;
}
.whatsapp-nama {
    height: 2rem;
    border-radius: 8px;
    font-size: 9pt;
}
.whatsapp-pesan {
    height: 10rem;
    border-radius: 10px;
    padding: 5px 0px 120px 4px;
    font-size: 9pt;
}
.whatsapp-pesan input {
    color: #000;
    font-size: 2rem;
}

.whatsapp-submit {
    background-color: #00ff44;
    color: black;
    font-weight: bold;
    width: max-content;
    border-radius: 10px;
    padding: 5px 6%;
}

.whatsapp-submit:hover {
    background-color: #65f78cef;
    color: rgb(48, 45, 45);
    font-size: 15px;
    box-shadow: 0 0 20px rgb(255, 225, 0);
}

@media (max-width: 992px) {
    .whatsapp-form {
        margin-top: 2rem;
        padding: 40px 7%;
        width: 40rem;
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .whatsapp-form {
        margin-left: 0;
    }
}
@media (max-width: 576px) {
    .whatsapp-form {
        width: 95%;
        padding: 30px 6%;
        margin: 30px 5%;
        height: fit-content;
    }
    .whatsapp-nama {
        height: 2rem;
        border-radius: 10px;
        font-size: 12px;
        /* width: 18rem; */
    }
    .whatsapp-pesan {
        font-size: 12px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #414c64;
    font-size: 14px;
    background: #ffffff;
}

#footer .footer-top {
    padding: 120px 0 30px 0;
    background: #ffffff;
}

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

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}

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

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

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(27, 50, 27);
    font-size: 18px;
    line-height: 1;
}

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

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

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

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e1e4ec;
}

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

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--navbar);
    color: #000000;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: var(--navbarscroled);
}

#footer .credits {
    padding-top: 5px;
    font-size: 10px;
    align-items: center;
}
/* #footer .social-links {
  background-color: #11dbcf;
  height: 3rem;
  display:;
} */
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #e1e4ec;
    color: #5f6f92;
    line-height: 1;
    padding: 8px;
    margin-right: 40px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #00ff44;
    color: white;
    text-decoration: none;
}

#footer .social-links .whatsapp:hover {
    background: #4dfe7c;
}

#footer .social-links .e-mail:hover {
    background: red;
}

#footer .social-links .instagram:hover {
    background: radial-gradient(
            circle farthest-corner at 35% 90%,
            #fec564,
            transparent 50%
        ),
        radial-gradient(
            circle farthest-corner at 0 140%,
            #fec564,
            transparent 50%
        ),
        radial-gradient(
            ellipse farthest-corner at 0 -25%,
            #5258cf,
            transparent 50%
        ),
        radial-gradient(
            ellipse farthest-corner at 20% -50%,
            #5258cf,
            transparent 50%
        ),
        radial-gradient(
            ellipse farthest-corner at 100% 0,
            #893dc2,
            transparent 50%
        ),
        radial-gradient(
            ellipse farthest-corner at 60% -20%,
            #893dc2,
            transparent 50%
        ),
        radial-gradient(
            ellipse farthest-corner at 100% 100%,
            #d9317a,
            transparent
        ),
        linear-gradient(
            #001eff,
            #f307a8 30%,
            #e33f5f 50%,
            #f77638 70%,
            #fec66d 100%
        );
}

#footer .social-links .shopee:hover {
    background: rgb(255, 102, 0);
}

.fix-icon-shop {
    display: flex;
    font-size: 25px;
    right: 24px;
    bottom: 96px;
    z-index: 996;
    color: white;
    background: #f77638;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.fix-icon-wa {
    display: flex;
    font-size: 33px;
    right: 23px;
    bottom: 95px;
    z-index: 996;
    color: white;
    background: #31a10b;
    width: 61px;
    height: 61px;
    border-radius: 50px;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.fix-icon-shop:hover,
.fix-icon-wa:hover {
    width: 65px;
    height: 65px;
}

.d-md-flex {
    font-size: 12px;
}

@media (max-width: 479px) {
    .fix-icon-wa {
        width: 56.5px;
        height: 56.5px;
        right: 13px;
        bottom: 83px;
    }
}

/* order a table */
/*--------------------------------------------------------------
# order A Table Section
--------------------------------------------------------------*/
#order {
    margin-top: 5rem;
}

.order .production-img {
    /* min-height: 500px; */
    background-size: cover;
    background-position: center;
    width: 36.5rem;
}
.section-header h2 {
    font-size: 4.2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: #03b961;
    margin: 3rem;
    margin-top: 5px;
    /* margin-bottom: -17px; */
}

.order .production-form-bg {
    background: rgba(55, 55, 63, 0.04);
    border-radius: 15px;
}
.order-by-wa {
    display: grid;
    margin: 10%;
    border-radius: 8px;
    /* background: rgba(55, 55, 63, 0.04); */
}
.order {
    display: flex;
}
.user-order {
    display: grid;
    background-color: #e1e1e1;
    width: 100%;
    border-radius: 0px 25px 25px 0px;
    justify-content: center;
}

.whatsapp-order {
    width: 100%;
    display: flex;
}
.whatsapp-order label {
    margin: 0pt;
    font-size: 9.6pt;
}

.order input {
    width: 10rem;
}

.order input,
.product-select,
.satuan {
    width: 100%;
    height: 2rem;
    margin: 8px;
    border-radius: 8px;
    font-size: 12px;
    /* text-align: justify; */
    justify-content: center;
    padding: 0px 2%;
}

.whatsapp-button1 {
    color: black;
    margin: 10px;
    width: 21rem;
    border-radius: 8px;
    background-color: #00ff44;
    transition: all 0.5s;
    font-size: 1.5rem;
}

.whatsapp-button1:hover {
    background-color: #235d30;
    color: #fff;
    /* width: 11rem; */
    /* width: 35rem; */
    font-weight: bold;

    /* height: 11rem; */
}
/* .product-select {
    width: 35rem;
    height: 1.5rem;
    margin: 2px;
    border-radius: 8px;
    font-size: 12px;
    text-align: justify;
    justify-content: start;
    padding: 0px 2%;
    margin-bottom: 3%;
} */
/* order a table */

/* .product-select,
.satuan,
.quantity input {
    width: 10rem;
} */
@media (max-width: 1200px) {
    .whatsapp-order {
        display: grid;
    }

    .order .production-img {
        min-height: 284px;
        background-size: cover;
        background-position: center;
        width: 100%;
        /* padding: 1rem; */
    }
    .order input,
    .product-select,
    .whatsapp-button1,
    .satuan {
        width: 100%;
    }
    .section-header h2 {
        font-size: 3rem;
        margin-top: 5rem;
    }
    /* .order input {
        height: 50rem;
    } */
    .order-by-wa {
        width: 31rem;
    }

    .order-by-wa {
        display: grid;
        margin: 0%;
        border-radius: 8px;
        /* background: rgba(55, 55, 63, 0.04); */
    }
}
@media (max-width: 767px) {
    .order input,
    .product-select,
    .whatsapp-button1,
    .satuan {
        width: 95%;
    }
    .section-header h2 {
        font-size: 3.8rem;
        margin-top: 2.5rem;
    }
}
