:root {
    --orange: rgba(244, 29, 3, 1);
    --orange_old: rgba(245, 94, 23, 1);
    --gray: #F3F3F3;
}
.pagination{
    --bs-pagination-color : var(--orange) !important;
    --bs-pagination-active-bg: var(--orange) !important;
    --bs-pagination-active-border-color: var(--orange) !important;
    --bs-pagination-hover-color: #000 !important;
}
.text-orange{
    color: var(--orange);
}
body {
    font-family: "Open Sans";
    font-size: 16px;
}
h1,h2,h3{
    font-weight: 700;
}
p{
    font-size: 16px;
}
.bg-gray {
    background: var(--gray);
}
.bg-half-gray{
    background: linear-gradient(180deg, #F4F4F4 50%, #ffffff 50%);
}
.product-radius-cust{
    border-radius: 30px;
    border:0px;
    /* background-color: #F6F6F6; */
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
}
.example h1 {
    position: absolute;
    /* top: 3rem; */
    top: 5.5rem;
    font-weight: bold;
    padding-top: 90px;
    text-align: center;
    width: 100%;
    color: white;
  }
.text-blue {
    color: var(--orange)!important;
}

.bg-blue {
    background-color: var(--orange)!important;
}

.bg-blue-gradient {
    background-image: linear-gradient(to right, var(--orange), var(--orange2)) !important;
}
.btn-blue:hover{
    background: transparent linear-gradient(90deg, var(--orange) 0%, var(--orange2) 100%) 0% 0% no-repeat padding-box;
}
.bg-blue-10 {
    background-color: rgba(241, 91, 36, 0.105)!important;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2BAAEC;
    --bs-btn-border-color: #2BAAEC;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0BE5E4;
    --bs-btn-hover-border-color: #0BE5E4;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0BE5E4;
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2BAAEC;
    --bs-btn-disabled-border-color: #2BAAEC;
    position: relative;
}

.btn-white {
    --bs-btn-color: rgb(19, 18, 18);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: rgb(19, 18, 18);
    --bs-btn-hover-bg: var(--orange);
    --bs-btn-hover-border-color: var(--orange);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: rgb(19, 18, 18);
    --bs-btn-active-bg: var(--orange);
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(19, 18, 18);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    position: relative;
}

.hr {
    display: inline-block;
    line-height: 0.5;
}

.hr:after {
    content: '';
    display: block;
    border-top: 5px solid var(--orange);
    margin-top: 0.5em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover{
    color: var(--orange);
}

.btn-1:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background-color: #EE9B20;
    border-color: #EE9B20;
    transition: all 0.5s;
    z-index: 1;
}

.btn-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background-color: var(--orange);
    border-color: var(--orange);
    transition: all 0.5s;
    z-index: 1;
}

.btn-1:hover:before,
.btn-2:hover:before {
    height: 100%;
}

.btn-1 span,
.btn-2 span {
    position: relative;
    z-index: 1;
}
.nav-link:hover {
    color: var(--orange) !important;
    text-decoration: none;
}

.btn-hov-v2:hover .btn-hov-cw{
    color: white;
}
.border-news {
    border-color: #25A8E0 !important;
}
.vr-footer-right{
    border-right: 2px solid rgb(255, 255, 255);
    /* height: 280px; */
    color: #0DE9C3;
}
.vr-footer{
    border-left: 2px solid rgb(255, 255, 255);
    height: 280px;
    color: #0DE9C3;
}
.footer-menu{
    padding-left: 25px;
}
nav {
    /* position: fixed !important; */
    /* position: fixed; */
    top: 0px;
    z-index: 999;
    width: 100%;
}
.fixed-top{
    position: sticky;
}

.navbar {
    background-color: white !important;
}

#navbarNav{
    /* margin-right: 150px; */
}

.navbar-search{
    /* margin-right: 60px; */
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--orange) !important;
}


.about-us .btn-play{
    height: 80px;
    width: 80px;
}

.dropdown-menu {
    background-color: rgb(255, 255, 255) !important;
    backdrop-filter: blur(2px) !important;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-toggle .fa-chevron-down {
    transition: 0.4s;
}

.dropdown-toggle:hover .fa-chevron-down {
    transform: rotate(180deg);
}

.nav-link:hover {
    color: var(--orange) !important;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.zoom {
    transition: transform .2s;
}

/* Testimoni Slideshow */
  
  /* Slides */
  .mySlides {
    display: none;
  }
  
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  

  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}
/* End Testimoni Slideshow */

.zoom:hover {
    transform: scale(1.1);
}

.box-shadow {
    box-shadow: 9px 15px 50px #0000004A;
}

/* footer {
    position: relative;
    background: transparent linear-gradient(90deg, var(--orange) 0%, var(--orange2) 100%) 0% 0% no-repeat padding-box;
} */

footer .card {
    position: absolute;
    bottom: -50px;
    width: 90%;
    border-radius: 70px;
}

footer p {
    font-size: 16px;
    bottom: 1px;
}

footer h6,
footer a {
    font-size: 16px;
    /* color: white; */
}

footer h5 {
    /* color: white; */
}

footer a:hover {
    color: var(--orange);
    font-weight: 600;
    text-decoration: none;
}

.dropdown-item:hover{
    background-color: #F35E1699;
}

footer .col-1 {
    border-left: 2px solid white;
    height: 250px;
}


/* animation */

.animate-left {
    animation: fromleft 2s;
}

.animate-right {
    animation: fromright 2s;
}

.animate-bottom {
    animation: frombottom 2s;
}

.animate-smooth {
    animation: animate-smooth 2s;
}

/* .breadcrumb .breadcrumb-item:nth-child(2)::before {
    content: ">";
} */

.breadcrumb-item.active {
    color: var(--orange);
}
.thumbnail-video {
    /* width:1000px; */
    width:700px;
    height:auto;
}

@keyframes fromleft {
    from {
        left: -30%;
        opacity: 10%;
    }
    to {
        left: 0;
        opacity: 100%;
    }
}

@keyframes fromright {
    from {
        right: -30%;
        opacity: 10%;
    }
    to {
        right: 0;
        opacity: 100%;
    }
}

@keyframes frombottom {
    from {
        bottom: -30%;
        opacity: 10%;
    }
    to {
        bottom: 0;
        opacity: 100%;
    }
}

@keyframes animate-smooth {
    from {
        opacity: 10%;
    }
    to {
        opacity: 100%;
    }
}
li:hover {
    cursor: pointer;
  }
  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
padding-left: 0;
    left: 0;
    display: none;
  }
  ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
  }
  ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }
.logo-footer-japfa{
    width:192px;
}
.logo-footer-vaksindo{
    width:212px;
}
.form-control-lg{
    font-size: 16px !important;
}
.contact-getintouch{
    font-size: 26px;
}
.product-inquiry-form{
    font-size: 24px;
    font-weight: 600;
}
.tag-24{
    font-size: 24px;
    margin-bottom: 20px;
}
.product-product-name{
    font-weight: 600 !important;
    font-size:34px;
}
.product-product-category{
      font-size: 16px;
}
.product-price-request{
    margin-top:20px;
    /* font-weight: 700; */
    font-size: 18px;
}
.product-min-order{
    margin-top: 14px;
    font-size: 18px;
}
.product-download-brosur{
    margin-top:20px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom:20px;
}
.product-tab{
    margin-top:20px;
}
.product-tab > .tablinks{
    /* background-color: #F9F9F9; */
    /* height: 70px; */
    height: 40px;
    width:48%;
    color:#000;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 600;
}

.product-tab > .tablinks.active{
    /* background-color: var(--orange);
    color:#fff; */
    text-decoration: underline;
    color: var(--orange);
}
.product-tabcontent{
    /* line-height: 38px; */
    font-size: 16px;
}

.product-tab > .tablinks.product-tab-left{
    /* border-top-left-radius: 24px 20px; */
    /* border-top-left-radius: 14px 20px; */
    margin-right: 0px;
}
.product-tab > .tablinks.product-tab-right{
    /* border-top-right-radius: 24px 20px; */
    margin-left: 0px;
}
.product-certified{
    margin-top:20px;
}
.product-related{
    margin-top:30px;
}

.color-primary{
    color: var(--orange) !important;
}
.career-top{
    font-size: 20px;
    margin-bottom: 60px;
}
.search-form > input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  .searchBox {
    position: relative;
    /* top: 50%;
    left: 50%; */
    /* transform:  translate(-50%,50%); */
    background: rgb(255, 255, 255);
    /* height: 40px; */
    /* border-radius: 40px; */
    padding: 0px;
    top: -16 !important;
    margin-right: 20px;

}

.searchBox:hover > .searchInput {
    width: 200px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    color: #000;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border:0px;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    position: relative;
    bottom: -6px;

}
.card > img.zoom{
    max-height: 292px;
}
.card-img-wrap > .zoom{
    max-height: 292px;
}
.img-hover-zoom--basic img {
    transition: transform 1.5s ease;
}
#featured {
    width: 18%;
    position: absolute;
    top: 0px;
    right: 8px;
    border-radius: 5px 5px 0px 0px;
}

/* @keyframes zoom {
    from {
        width: 50%;
        height: 50%;
    }
    to {
        width: 100%;
        height: 100%;
    }
} */

/*maps*/
.mapael .map {
    /* background-color: #cddee0; */
    margin-bottom: 10px;
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}


.breadcrumb-section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.bg-img-c {
    background-size: cover;
    background-position: center;
    background-color: var(--orange);
}
.breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 8%);
    opacity: 0.65;
    z-index: -2;
}
.breadcrumb-section .breadcrumb-text {
    text-align: center;
}
.breadcrumb-section .breadcrumb-text .page-title {
    color: #fff;
    /* font-size: 72px; */
}
.home-recomend-post{
    height:auto;
}
@media (min-width: 1000px){
    .footer-note {
        padding-left: 30px;
    }
    .footermenu{
        padding-left: 30px !important;
        text-align: left !important;
    }
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        margin-top: 5rem !important;
    }
    .slider-card>h6,.slider-card>p{
        font-size: 10px !important;
    }
    .mySlides{
        padding-right: 200px;
        padding-left: 50px;
        /* height: 200px !important; */
    }
    .footer{
        margin-top: 200px;
    }
    .desktop_pl22{
        padding-left: 2.2rem!important;
    }
}

@media (min-width: 1200px){
    .slider-card>h6,.slider-card>p{
        font-size: 16px !important;
    }
    .footermenu{
        padding-left: 90px !important;
        text-align: left !important;
    }
    .footer-note {
        padding-left: 60px;
    }
    .carousel-item > img {
        /* height: 600px; */
        object-fit: cover;
    }
    .carousel-caption{
        bottom: 25% !important;
    }
}

@media (max-width: 767px) and (min-width: 601px)  {
    /* .footermenu{
        padding-left: 0px;
        text-align: left !important;
    } */
    .footermenu{
        padding-left: 20px;
        text-align: center;
    }
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        margin-top: 3rem;
    }
    .footer-note{
        text-align: center;
        /* margin-top: 30px; */
        padding-left: 20px;
    }
    .logo-footer-japfa {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        display: block;
    }
    .logo-footer-vaksindo{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
    #chartdiv {
        width: 900px;
        height: 400px;
    }
}

@media only screen and (max-width: 600px)  {
.footer{
    margin-top: 0 !important;
}
.footermenu{
    padding-left: 20px;
    text-align: center;
}

.footer-hr{
    border-top: 2px solid rgb(255, 255, 255);
    opacity: 1;
    /* margin-top: 3rem; */
}
.slider-card>h6,.slider-card>p{
    /* font-size: 8px; */
}
.home-recomend-post>h3{
    text-align: center;
}
.btn-fproduct{
    z-index: 999;
}
.mb_text_center{
    text-align: center !important;
}
.footer-logo-japfa,.footer-logo-agrinusa{
    max-width: 80% !important;
}
}
/* ipad mini */
@media (max-width: 1024px) and (min-width: 768px)  {
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        /* margin-top: 3rem; */
    }
    .slider-card>h6,.slider-card>p{
        font-size: 12px;
    }
    .carousel-item > img {
        height: 400px;
        object-fit: cover;
    }
    #chartdiv {
        width: 900px;
        height: 450px;
    }
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .carousel-caption{
        bottom: 0% !important;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
    /* .footer{
        margin-top: 0 !important;
    } */
}
/* @media (max-width: 960px) and (min-width: 912px)  {
    #chartdiv {
        width: 900px;
        height: 450px;
    }
} */
/* ipad air */
@media (max-width: 1180px) and (min-width: 820px)  {
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        /* margin-top: 3rem; */
    }
    .slider-card>h6,.slider-card>p{
        font-size: 12px;
    }
    .carousel-item > img {
        height: 500px;
        object-fit: cover;
    }
    /* #chartdiv {
        width: 900px;
        height: 400px;
    } */
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .carousel-caption{
        bottom: 15% !important;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
    /* .footer{
        margin-top: 0 !important;
    } */
}

@media (min-width: 1920px)  {
    .carousel-item > img {
        height: 750px;
        object-fit: cover;
    }
}
@media (min-width: 1921px)  {
    .carousel-item > img {
        height: 850px;
        object-fit: cover;
    }
}

.show-desktop-only,
.show-mobile-only {
    display: none;
}
@media (min-width: 800px) {
    .show-desktop-only {
        display: flex;
    }
    .slideshow-container{
        position: absolute;
        right: 0;
    }
    .mySlides{
        /* padding-right: 200px;
        padding-left: 50px; */
        /* height: 300px; */
    }
}

@media (max-width: 799px) {
    .show-mobile-only {
        display: flex;
    }
    .our-service-image > .card{
        margin-right: 20px !important;
    }
    /* .mySlides{
        height: 300px;
    } */
    .mobile_mt_5{
        margin-top:1.5rem;
    }
    /* .footer .inner{
        margin-top: 30px !important;
    } */
}
.hov-orange-v1 {
    font: normal normal bold 28px/40px Open Sans;
    /* font-family: Open Sans, Bold; */
    color: black !important;
    cursor: pointer;
    font-size: 18px;
}

.hov-orange-v1:hover {
    color: rgba(245, 94, 23, 1)!important;
}

.hov-black-v1 {
    font-size: 14px;
    cursor: pointer;
    color: rgba(245, 94, 23, 1)!important;
}

.hov-black-v1:hover {
    color: black !important;
}

.bg-gray {
    background: var(--gray);
}

.bg-orange {
    background-color: rgba(241, 90, 36, 1)!important;
}

.bg-orange-10 {
    background-color: rgba(241, 91, 36, 0.105)!important;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F41D03;
    --bs-btn-border-color: #F41D03;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F41D03;
    --bs-btn-hover-border-color: #EE9B20;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EE9B20;
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F41D03;
    --bs-btn-disabled-border-color: #F41D03;
    position: relative;
}

.btn-orange- {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E85D2A;
    --bs-btn-border-color: #E85D2A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E85D2A;
    --bs-btn-hover-border-color: #EE9B20;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EE9B20;
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #E85D2A;
    --bs-btn-disabled-border-color: #E85D2A;
    position: relative;
}

.btn-white {
    --bs-btn-color: rgb(19, 18, 18);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--orange);
    --bs-btn-hover-border-color: var(--orange);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: rgb(19, 18, 18);
    --bs-btn-active-bg: var(--orange);
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(19, 18, 18);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    position: relative;
}

.our-service .col-12 {
    /* position: relative; */
}

.our-service .col-12 .back-orange {
    position: absolute;
    top: 0;
    height: 400px;
    width: 400px;
}

.our-service .col-12 .card {
    height: 300px;
    width: 80%;
    box-shadow: 9px 15px 50px #0000004A;
}

.box-shadow {
    box-shadow: 9px 15px 50px #0000004A;
}

.our-service .col-12 .card img {
    height: 100%;
    object-fit: cover;
}

.our-service-image{
    justify-content: right !important;
}
.our-service-image > .card{
    /* margin-right: 60px; */
}
.our-service-content{
    /* height: -webkit-fill-available; */
}

.bs-v1 {
    border: 0px solid;
    padding: 10px;
    box-shadow: -30px -30px 0px 0px var(--orange) !important;
}

/* footer {
    position: relative;
    height: 200px;
    margin-top: 200px;
} */


footer p {
    font-size: 16px;
    bottom: 1px;
}

footer a {
    font-size: 16px;
}


footer a:hover {
    color: var(--orange);
    font-weight: 600;
    text-decoration: none;
}

.br-v1 {
    justify-content: center;
    min-height: 350px;
    box-shadow: 0px 20px 50px #1B1C2024;
    border-radius: 36px;
}

.box-shadow {
    box-shadow: 9px 15px 50px #0000004A;
}

.footer-line-height{
    line-height: 36px;
}
.footer-set-bottom{
    bottom: -150px;
}

/* custom footer */
.footer {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 150px;
    padding-right: 25px;
    /* padding-bottom: 50px; */
    padding-left: 25px;
    /* background: #150c21; */
    background: var(--orange);
    /* margin-top: 200px; */
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}

.footer-start {
    display: flex;
    position: relative;
    width: 90%;
    /* max-width: 1280px; */
    margin: auto;
    /* background: #705df2; */
    background: #fff;
    /* border-radius: 14px; */
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 70px 100px;
}
.start-learning {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
}
.footer .inner {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
    /* max-width: 1180px; */
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /* color: #000; */
    color: #fff;
    margin-top: 180px;
}
.main-logo {
    position: relative;
    display: flex;
    align-items: center;
}
.main-logo .logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.main-logo .logo > img {
    display: block;
    width: 100%;
    min-width: 40px;
}
.logo-info {
    text-align: left;
    line-height: 20px;
}
.text {
    font-size: 17px;
    line-height: 17px;
    color: #000;
    letter-spacing: .18em;
    font-weight: 600;
}
.copyright {
    color: #000;
    font-size: 12px;
    line-height: 12px;
}
.is-logo > a {
    text-decoration: unset;
}


.footer .column {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.footer .column .column-title {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 16px;
}
.footer .column .column-title:not(:first-child) {
    margin-top: 1.5em;
}

.illustration {
    position: absolute;
    top: -28px;
    left: 8%;
}
a.button {
    display: inline-flex;
    position: relative;
    height: 60px;
    margin-right: 20px;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    background: #fff;
    color: #705df2;
    border-radius: 36px;
    box-shadow: 0px 24px 74px rgb(60 0 189 / 20%);
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    text-decoration: unset;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
h3.section-sub-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.section-sub-title span{
    opacity: 0.6;
}
h3.section-sub-title strong {
    font-weight: 600;
}


@media only screen and (max-width: 990px) and (min-width: 200px) {
    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .footer .inner {
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
        margin-top: 30px;
    }
    .start-learning {
        position: unset;
    }
    .footer-start {
        width: 100%;
        display: block;
        padding: 30px 20px;
        margin: 30px auto;
    }
    .section-title {
        font-size: 30px;
    }
    h3.section-sub-title {
        font-size: 18px;
    }
    .footer {
        padding-top:0;
    }
    a.button {
        height: 50px;
        margin-top: 10px;
    }
    .column.is-logo {
        order: 4;
    }
}

/*navbar search*/
.navbar .search-box .input-box{
    /* position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease; */
    position: absolute;
    right: 130px;
    top: 50px;
    height: 60px;
    width: 300px;
    border-radius: 6px;
    opacity: 0;
    /* pointer-events: none; */
    transition: all 0.4s ease;
    /* display: none; */
  }
  .navbar.showInput .search-box .input-box{
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
  }
  .search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    /* background: #3E8DA8; */
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
  }
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 60px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
.input-box svg,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
}
.input-box svg {
  right: 20px;
  /* font-size: 30px; */
  color: #707070;
}

@media (max-width: 920px) and (min-width: 540px)  {
    .tab_about{
        /* padding-left: 0 !important; */
        margin-top: 3rem;
    }
}
@media (max-width: 1440px) and (min-width: 1439px)  {
    .footer .inner{
        margin-top: 100px !important;
    }
}
@media (max-width: 1680px) and (min-width: 1679px)  {
    .footer .inner{
        margin-top: 150px !important;
    }
}
@media (max-width:920px) and (min-width: 768px)  {
    #testimoni_prev,
    #testimoni_next{
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}

@media (max-width:539px){
    .img-logo{
        height:35px !important;
        width:135px;
    }
    .heading-banner{
        font-size: 18px !important;
    }
    .btn-banner{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .our-service-image > .card {
        /* margin-right: 10px !important; */
    }
    .div-ourservice{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .our-service .col-12 .card{
        width: 85% !important;
    }
    .desktop_pl22{
        padding-left: 40px;
        padding-right: 20px;
    }
    /* .our-service-content>ul{
        padding-left: 1rem;
    } */
    .bs-v1 {
        box-shadow: -20px -20px 0px 0px var(--orange) !important;
    }
    .about-us{
        padding: 1rem!important;
    }
    /* .about-us2{
        margin-right: 0 !important;
    } */
    .tab_about{
        /* padding-left: 0 !important; */
        margin-top: 1rem;;
    }
    #testimoni_prev,
    #testimoni_next{
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .about-us,.about-us2,.our-service{
        --bs-gutter-x : 0;
    }
    .about-us2{
        margin-right: 0 !important;
    }
}

@media (max-width:560px) and (min-width: 540px)  {
    .img-logo{
        height:35px !important;
        width:135px;
    }
    .carousel-item > img{
        height: 600px;
    }
    .about-us .col-12 .btn-play {
        top: 38%;
        left: 42%;
        height: 70px;
        width: 70px;
    }
    .heading-banner{
        font-size: 18px !important;
    }
    .btn-banner{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .our-service-image > .card {
        margin-right: 6% !important;
    }
    .div-ourservice{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .our-service .col-12 .card{
        width: 88% !important;
    }
    /* .our-service-content>ul{
        padding-left: 1rem;
    } */
    .desktop_pl22{
        padding-left: 30px;
        padding-right: 35px;
    }
    .bs-v1 {
        box-shadow: -20px -20px 0px 0px var(--orange) !important;
    }
    .about-us{
        padding: 1rem!important;
    }
    /* .about-us2{
        margin-right: 0 !important;
    } */
    .tab_about{
        /* padding-left: 0 !important; */
        margin-top: 1rem;;
    }
    /* #testimoni_prev,
    #testimoni_next{
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    } */
    .about-us,.about-us2,.our-service{
        --bs-gutter-x : 0;
    }
    .about-us2{
        margin-right: 0 !important;
    }
}

@media (max-width:600px){
    .about-us,.about-us2,.our-service{
        --bs-gutter-x : 0;
    }
    .about-us2{
        margin-right: 0 !important;
    }
}
@media (max-width:300px){
    .desktop_pl22 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text_slider_carousel_product{
        font-size: 12px !important;
    }
    .btn_carousel_product{
        margin-top: -100px !important;
    }
    .slider-card>h6, .slider-card>p{
        font-size: 12px !important;
    }
}
@media (max-width:1366px) and (min-width: 1300px)  {
    .footer .inner{
        margin-top: 120px !important;
    }
    .tab_about{
        margin-left: 3rem!important;
    }
}
@media (max-width:1280px) and (min-width: 1200px)  {
    .footer .inner{
        margin-top: 120px !important;
    }
    .tab_about{
        margin-left: 3rem!important;
    }
}
@media (max-width:1440px) and (min-width: 1400px)  {
    .tab_about{
        margin-left: 3rem!important;
    }
}
@media (max-width:1024px) and (min-width: 1001px)  {
    .tab_about{
        margin-left: 3rem!important;
    }
}
/* .about-us,.about-us2,.our-service{
    --bs-gutter-x : 0;
}
.about-us2{
    margin-right: 0 !important;
} */