/*--------------------------
    Project Name: Eteon
    Version: 1.0
    Author: 7oorof
    Devloped by: Ahmed Abdallah (a.abdallah999@gmail.com)
    Relase Date: July 2020
---------------------------*/
/*---------------------------
      Table of Contents
    -------------------------
    
    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Header & Navbar 
    15- Accordions
    16- Banners
    17- Footer
    18- Call to Action
    19- Carousel
    20- Slider
    21- Video
    22- Features
    23- Fancybox
    24- portfolio
    25- Team
    26- Testimonials
    27- Clients
    28- Blog
    29- Contact
    30- Pricing
    31- Counters
    32- Sidebar
    33- About
    34- Banners
    35- Careers
    36- Services
    37- Work Process
    
----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  color: #51668a;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #0e2b5c;
  color: #ffffff;
}

::selection {
  background-color: #0e2b5c;
  color: #ffffff;
}

a {
  color: #0e2b5c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #49B000;
  text-decoration: none;
}

section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0 > .row {
  margin: 0;
}

.col-padding-0,
.col-padding-0 > .row > [class*="col-"] {
  padding: 0;
}

.inner-padding {
  padding: 65px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-v-h {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

.z-index-2 {
  z-index: 2;
}

.mt--80 {
  margin-top: -80px;
}

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -80px;
}

.mt--120 {
  margin-top: -120px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--210 {
  margin-top: -210px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
  .inner-padding {
    padding: 20px !important;
  }
  .text-center-xs-sm {
    text-align: center !important;
  }
  .mt-0-xs-sm {
    margin-top: 0 !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #0e2b5c !important;
}

.color-secondary {
  color: #49B000 !important;
}

.color-heading {
  color: #0b2653 !important;
}

.color-body {
  color: #51668a !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #0b2653 !important;
}

.bg-primary {
  background-color: #0e2b5c !important;
}

.bg-secondary {
  background-color: #49B000 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
  
}


.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.35);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.70);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 17, 39, 0.6)), to(rgba(4, 17, 39, 0.9)));
  background: linear-gradient(180deg, rgba(4, 17, 39, 0.6) 0%, rgba(4, 17, 39, 0.9) 100%);
}

.bg-overlay-primary:before {
  background-color: rgba(14, 43, 92, 0.85);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b2653;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* text-transform: capitalize; */
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #49B000;
  display: block;
  margin-bottom: 0px;
}

.heading__title {
  position: relative;
  font-size: 34px;
  margin-bottom: 20px;
}

.heading__desc {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 45px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text__block-title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #0b2653;
  border-bottom: 2px solid #0e2b5c;
  padding-bottom: 2px;
}

.text__link a.color-secondary {
  border-bottom-color: #49B000;
}

.text__link:hover a {
  color: #0e2b5c;
}


@media (max-width: 1024) {
  .heading__title {
    font-size: 30px;
    padding-right: 30px;
    padding-left: 24px;
  }
  
}

.mobile-translate{
  position: fixed; 
  /* z-index:999999; */
}

.color-flag{
  color: #fff !important;
  background-color: #fff;
}


/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  /* .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 24px;
  } */
  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }
  .heading__desc {
    font-size: 13px;
    line-height: 23px;
  }
  .heading-layout2 .heading__title {
    font-size: 24px;
  }
  .heading-layout3 .heading__title {
    font-size: 26px;
  }
  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .mobile-translate{
    position: relative; 
    left: 15px;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    color: #0e2b5c !important;
  }

  .search-button {
    /* color: #49B000; */
    margin-left: -4px !important;
}
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
  font-size: 15px;
  font-weight: 700;
  color: #49B000;
  display: block;
  margin-bottom: 5px;
}

.pagetitle__heading {
  font-size: 50px;
  color: #0e2b5c !important;
  margin-bottom: 30px;
}

.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #f9f9f9;
  margin-bottom: 30px;
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.page-title .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #49B000;
}

.page-title-layout2 .pagetitle__heading {
  font-size: 40px;
}

.page-title-layout4 {
  padding-top: 140px;
  padding-bottom: 410px;
}

.page-title-layout6 .pagetitle__heading {
  font-size: 40px;
}

.page-title-layout6 .pagetitle__desc {
  max-width: 570px;
}

.page-title-layout6 .btn {
  padding: 0 30px;
}

.page-title-layout7 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.page-title-layout8 {
  padding-top: 165px;
  padding-bottom: 25px;
}

.page-title-layout8 .pagetitle__heading {
  font-size: 60px;
  margin-bottom: 120px;
}

.page-title-layout9 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.page-title-layout9 .breadcrumb-item a,
.page-title-layout9 .breadcrumb-item + .breadcrumb-item:before {
  color: #0e2b5c;
}

.page-title-layout9 .breadcrumb-item.active {
  color: #51668a;
}

@media (max-width: 992px) {
  .pagetitle__heading {
    font-size: 35px;
  }
  .page-title-layout3 .breadcrumb {
    margin-top: 10px;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
}

/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  /* .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  } */
  
.search-button {
  color: #0e2b5c !important; 
  margin-left: -4px !important;
}
.search-button:hover {
    color: #49B000; 
}
.search-box {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}
/* Saat fokus di mobile, search box tampil penuh */
.search-container:focus-within .search-box {
  width: 100%;
}
/* Input search di mobile agar full */
.search-input {
  width: 100%;
  font-size: 16px;
} 
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  /* .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  .page-title .pagetitle__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__heading {
    font-size: 23px !important;
    margin-bottom: 20px;
  }
  .page-title-layout6 .btn {
    padding: 0 15px;
  }
  .page-title-layout9 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus, .btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn .icon-arrow-right1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: normal;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #0e2b5c;
  color: #ffffff;
  margin-right: 8px;
}

.btn:not(.btn__link):hover i {
  background-color: #ffffff;
  color: #0e2b5c;
}

.btn i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #49B000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn__primary {
  background-color: #0e2b5c;
  color: #ffffff;
}

.btn__primary:hover {
  color: #ffffff;
}

.btn__primary:active, .btn__primary:focus {
  background-color: #0e2b5c;
  color: #ffffff;
}

.btn__primary .icon-arrow-right1 {
  background-color: #ffffff;
  color: #0e2b5c;
}

.btn__primary.btn__bordered {
  background-color: transparent;
  border: 2px solid #0e2b5c;
  color: #0e2b5c;
}

.btn__primary.btn__bordered:hover {
  color: #ffffff;
}

.btn__primary.btn__bordered:before {
  background-color: #0e2b5c;
}

.btn__secondary {
  background-color: #49B000;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: #0e2b5c !important;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:active, .btn__secondary:focus {
  background-color: #222222;
  color: #ffffff;
}

.btn__secondary .icon-arrow-right1 {
  background-color: #ffffff;
  color: #49B000;
}

.btn__secondary.btn__bordered {
  background-color: transparent;
  border: 2px solid #222222;
  color: #222222;
}

.btn__secondary.btn__bordered:hover {
  border-color: #0e2b5c;
  color: #ffffff;
}

.btn__secondary.btn__bordered:before {
  background-color: #222222;
}

.btn__white {
  background-color: #ffffff;
  color: #0b2653;
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:active, .btn__white:focus {
  background-color: #ffffff;
  color: #0b2653;
}

.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn__white.btn__bordered:hover {
  color: #0e2b5c;
}

.btn__white.btn__bordered:before {
  background-color: #ffffff;
}

.btn__hijau {
  background-color: #49B000;
  color: white;
}

.btn__hijau:hover {
  color: #0b2653;
}

.btn__hijau:active, .btn__hijau:focus {
  background-color: #ffffff;
  color: #0b2653;
}

.btn__hijau.btn__bordered {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #0b2653;
}

.btn__hijau.btn__bordered:hover {
  color: #0e2b5c;
}

.btn__hijau.btn__bordered:before {
  background-color: #ffffff;
}

.btn__bordered {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
}

.btn__link:focus, .btn__link:active {
  background-color: transparent;
}

.btn__link.btn__primary {
  color: #0e2b5c;
}

.btn__link.btn__primary:hover {
  color: #222222;
}

.btn__link.btn__secondary {
  color: #0e2b5c;
}

.btn__link.btn__secondary:hover {
  color: #222222;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn__icon span {
  margin-left: 5px;
}

.btn__icon i {
  margin-right: 5px;
}

.btn__social {
  height: 55px;
  line-height: 55px;
  width: 230px;
  color: #ffffff;
  border-radius: 3px;
  margin-bottom: 5px;
}

.btn__social:hover {
  color: #ffffff;
}

.btn__social:hover i {
  color: #ffffff !important;
  background-color: transparent !important;
}

.btn__social:before {
  display: none;
}

.btn__social i {
  font-size: 18px;
  margin-right: 20px;
}

.btn__social__rounded {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50px;
  min-width: 0;
}

.btn__social__rounded i {
  font-size: 15px;
  margin-right: 0;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #49B000;
}

.btn__lg {
  min-width: 200px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
  }
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #0b2653;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
  margin-top: 25px;
}

.form-control {
  height: 40px;
  border: 1px solid #f4f4f4;
  background-color: transparent;
  border-radius: 1px;
  padding: 0 0 0 20px;
  border-radius: 3px;
}

.form-control:focus {
  background-color: transparent;
  border-color: #0e2b5c;
}

.form-control::-webkit-input-placeholder {
  color: #51668a;
}

.form-control:-moz-placeholder {
  color: #51668a;
}

.form-control::-moz-placeholder {
  color: #51668a;
}

.form-control:-ms-input-placeholder {
  color: #51668a;
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #51668a;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #0e2b5c;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.nice-select {
  width: 100%;
  margin-bottom: 30px;
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  line-height: 55px;
  color: #51668a;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #0b2653;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #49B000;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #49B000;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 13px;
    margin: 0 10px 10px 0;
  }
}

/*------------------- 
    Icons
------------------*/
.social__icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.social__icons li {
  margin-right: 20px;
}

.social__icons li a {
  display: block;
  color: #0b2653;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social__icons li a:hover {
  color: #0e2b5c;
}

.social__icons li:last-of-type {
  margin-right: 0;
}

.icon-arrow-right1 {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}

/** Pagination **/
.page-link {
  color: black;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #49B000;
  border-color: #49B000;
}

.page-item .page-link:hover {
  background-color: #49B000;
  border-color: #49B000;
  color: black;
}

/*-------------------
    lists
-------------------*/
.list-items li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5;
}

.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0; /* Posisi ikon menjadi rata atas */
  left: 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #069ec636;
  color: #069ec6;

}


.list-items-2 li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5;

}
.list-items-2 li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #49b00024;
  color: #49b000;
}

.list-items-white li {
  color: #ffffff;
}

.list-items-black li {
  color: #000000;
}

.list-items-layout2 li {
  padding-left: 25px;
}

.list-items-layout2 li:before {
  background-color: transparent;
  color: #0e2b5c;
}

@media (max-width: 992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .list-items-layout2 li {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 15px;
    font-weight: 400;
  }
}

/*------------------------
    Animations
-----------------------*/
/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
}

.preloader .loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .loading span {
  -webkit-animation: preloading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: preloading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  display: block;
}

.preloader .loading span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #49B000;
  margin: -4px 0 0 -4px;
}

.preloader .loading span:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.preloader .loading span:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.preloader .loading span:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.preloader .loading span:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.preloader .loading span:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.preloader .loading span:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.preloader .loading span:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.preloader .loading span:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.preloader .loading span:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.preloader .loading span:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.preloader .loading span:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.preloader .loading span:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.preloader .loading span:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.preloader .loading span:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.preloader .loading span:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.preloader .loading span:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes preloading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

.header .header__btn {
  height: 50px;
  line-height: 50px;
  min-width: 140px;
}

.header .header__btn__sm {
  height: 40px;
  line-height: 40px;
  min-width: 90px;
}

/* Navbar */
.navbar {
  padding: 0;
  max-height: 80px;
  background-color: #49B000;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 70px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .navbar-brand img {
  max-height: 53px;
  display: block;
  margin: 0 auto;
}


.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #0e2b5c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #0e2b5c;
}

.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 29px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: .4px;
}

.navbar .nav__item .nav__item-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  /* background-color: #49B000; */
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-toggle {
  padding-right: 20px;
}

.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: none;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 10px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #51668a;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 40px !important;
  white-space: nowrap;
  position: relative;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  position: absolute;
  top: 50%;
  left: -30px;
  font-family: icomoon;
  content: "\e92a";
  font-size: 9px;
  color: #49B000;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #49B000;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  left: -20px;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* header topbar */
.header-topbar {
  display: flex; /* Mengaktifkan Flexbox */
  align-items: center; /* Vertikal sejajar di tengah */
  justify-content: space-between; /* Elemen tersebar secara merata */
}

.header-topbar__contact {
  display: flex; /* Flexbox untuk kontak */
  align-items: center; /* Sejajar vertikal */
}

.header-topbar__contact .title {
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  align-items: center;
  margin-top: -76px;
  margin-left: 280px;
}

@media (max-width: 1475px) {
  .header-topbar__contact .title {
      font-weight: 700;
      color: #ffffff;
      font-size: 17px;
      text-decoration: none;
      margin-left: 284px;
      align-items: center;
      margin-top: -76px;
  }  
}

@media (max-width: 1386px) {
  .header-topbar__contact .title {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    margin-left: 285px;
    align-items: center;
    margin-top: -79px;
}
.navbar-other {
  margin-left: 22px !important;
}
}

@media (max-width: 1300px) {
  .header-topbar__contact .title {
    font-weight: 700;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    margin-left: 250px;
    align-items: center;
    margin-top: -81px;
  }
}


@media (max-width: 1200px) {
  .header-topbar__contact .title {
    display: none; /* Hilangkan teks */
  }
}

@media (max-width: 991px) {
  .header-topbar__contact .title {
    display: none; /* Tetap hilangkan teks */
  }
}

@media (max-width: 768px) {
  .header-topbar__contact .title {
    display: none; /* Tetap hilangkan teks */
  }
}

.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before, .header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
  bottom: 35px;
  background-color: #49B000;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .nav__item .nav__item-link {
  color: #ffffff;
}

.header-transparent .nav__item .nav__item-link:hover, .header-transparent .nav__item .nav__item-link.active {
  color: #49B000;
}

.header-transparent .social__icons li a {
  color: #ffffff;
}

.header-transparent .fixed-navbar .social__icons li a {
  color: #0e2b5c;
}

.header-transparent .fixed-navbar .btn__white {
  color: #ffffff;
  background-color: #0e2b5c;
}

.header-layout1 .logo-light {
  display: inline-block;
  position: fixed;

}

.header-layout1 .logo-dark {
  display: none;
}

.header-layout1 .fixed-navbar .logo-dark {
  display: none;
}

.header-layout1 .fixed-navbar .logo-light {
  display: inline-block;
}

.header-layout1 .navbar .navbar-brand {
  padding: 0 50px;
  height: 60px;
  line-height: 90px;
  /* background-color: white; */
  margin-right: 40px;
  border-radius: 0px 50px 0px 0px;
}

.header-layout1 .header-topbar {
  border-bottom: 1px solid #e7ebef;
}

.header-layout1 .header-topbar .header-topbar__contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout1 .header-topbar .header-topbar__contact li a {
  font-size: 13px;
}

.header-layout2 {
  height: 160px;
}

.header-layout2 .navbar__bottom.fixed-navbar {
  background-color: #0e2b5c !important;
  height: 70px;
  max-height: 70px;
}

.header-layout2 .navbar__bottom.fixed-navbar > .container,
.header-layout2 .navbar__bottom.fixed-navbar > .container-fluid {
  height: 70px;
}

.header-layout2 .header-search__form {
  border-left: 1px solid #395179;
}

.header-layout2 .header-search__form .form-control {
  height: 70px;
  caret-color: #ffffff;
}

.header-layout2 .header-search__form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.header-layout2 .header-search__form .form-control:-moz-placeholder {
  color: #ffffff;
}

.header-layout2 .header-search__form .form-control::-moz-placeholder {
  color: #ffffff;
}

.header-layout2 .header-search__form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.header-layout2 .header-search__form .header-search__btn {
  right: 0;
  color: #ffffff;
}

.header-layout2 .header-actions .dropdown .dropdown-toggle,
.header-layout2 .header-actions .dropdown .dropdown-toggle:after {
  color: #ffffff;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  /* background-color: #ffffff !important; */
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.fixed-navbar > .container,
.fixed-navbar > .container-fluid {
  position: relative;
}

.fixed-navbar .nav__item .nav__item-link {
  color: #ffffff;
}

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}

.fixed-navbar .navbar-nav {
  margin-top: 0;
}

.header-search__form {
  position: relative;
  border-left: 1px solid #e7ebef;
}

.header-search__form .form-control {
  padding: 0 30px;
  height: 100px;
  border: 0;
}

.header-search__form .header-search__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* header-actions */
.header-actions {
  margin-left: 10px;
}

.header-actions li {
  margin-left: 20px;
}

.header-actions li a {
  position: relative;
}

.header-actions li a:hover {
  color: #49B000;
}

.header-actions .dropdown .dropdown-toggle {
  color: #51668a;
  font-size: 15px;
  font-weight: 600;
}

.header-actions .dropdown .dropdown-toggle:after {
  color: #51668a;
}

.header-actions .dropdown .dropdown-menu {
  min-width: 100px;
  padding: 0;
}

.header-actions .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px;
  line-height: 1.3;
  position: relative;
}

.header-actions .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #49B000;
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 20px;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  
  .navbar .navbar-brand {
    display: flex;
    align-items: center; /* Memastikan konten sejajar di tengah vertikal */
    height: 100%; /* Sesuaikan tinggi elemen navbar */
  }
  
  
  .navbar .navbar-brand img {
    max-height: 55px;
    display: block;
    margin: 0 auto;
    margin-top: -2px;
}
  
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav__item {
    margin-right: 0;
  }
  .navbar .nav__item .nav__item-link {
    color: #0e2b5c;
    line-height: 35px !important;
    padding-left: 32px;
  }
  .navbar .nav__item .nav__item-link:hover {
    color: #49B000;
  }

  .navbar .nav__item .nav__item-link:before, .navbar .nav__item .nav__item-link:after {
    /* display: none; */
    display: block;
		margin-right: 1rem;
  }

  .navbar .nav__item .nav__item-link[href*="services"]:before, 
  .navbar .nav__item .nav__item-link[href*="services"]:after {
    display: none;
  }

  
  .navbar .nav__item i[data-toggle="dropdown"] {
    position: absolute;
    top: 0;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    background-color: #49B000;
  }
  .navbar .navbar-collapse {
    background-color: white;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navbar .navbar-collapse .header-actions {
    padding: 0 15px;
  }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .nav__item.opened [data-toggle="dropdown"]:before,
  .navbar .nav__item.show [data-toggle="dropdown"]:before {
    content: "\f106";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu-col h6 {
    font-size: 13px;
    margin: 10px 0 5px;
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }
  
  .fixed-navbar {
    position: static;
    -webkit-animation: none;
            animation: none;
  }
  .header-transparent + .page-title {
    margin-top: 0;
  }
  .header-layout1 .navbar .navbar-brand {
    margin: 0px;
    padding: 0 15px;
    height: 80px !important;
    line-height: 80px !important;
    /* background-color: #49B000; */
    background: center;
}
  .header-layout2 {
    height: 80px;
  }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }
  .header .header-actions,
  .header-transparent .header-actions {
    margin-right: 60px;
  }
  .header .social__icons li a,
  .header-transparent .social__icons li a {
    color: #0e2b5c;
  }
  .header .btn__white,
  .header-transparent .btn__white {
    color: #ffffff;
    background-color: #0e2b5c;
  }
  .header .header-actions__btn,
  .header-transparent .header-actions__btn {
    color: #0e2b5c;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #ffffff;
  }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
    /* background-image: url(http://localhost:8080/web-ciptadrasoft/assets-view/images/backgrounds/map.png); */
    position: fixed;
    align-content: center;
    background-color: #49B000;
  }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 60px;
    }
  .header .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }
  .header-actions__list {
    margin-right: 60px;
  }
  .social__icons {
    margin-left: 10px !important;
  }
  .social__icons li {
    margin-right: 10px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .header .header__btn__sm {
    padding: 0 10px;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 1000px;
    margin-left: -480px;
    min-width: 235px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
            box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 20px 0 20px;
    border-radius: 0 0 3px 3px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .nav__item.with-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.with-dropdown > .mega-menu,
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    border-radius: 0px 0px 10px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav__item.with-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.with-dropdown:hover > .mega-menu,
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }
  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    opacity: 0;
    color: #49B000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }
  .header-layout2 .navbar,
  .header-layout2 .navbar > .container,
  .header-layout2 .navbar > .container-fluid {
    height: 90px;
  }
  .header-layout2 .navbar {
    display: block;
    line-height: 70px;
  }
  .header-layout2 .navbar .nav__item .nav__item-link {
    line-height: 70px;
  }
  .header-layout2 .nav__item .nav__item-link {
    color: #ffffff;
  }
  .header-layout2 .nav__item .nav__item-link:hover, .header-layout2 .nav__item .nav__item-link.active {
    color: #49B000;
  }
  .header-layout2 .header-topbar {
    background-color: transparent;
  }
  .header-layout2 .header-topbar .header-topbar__contact li {
    line-height: 1;
    margin-right: 30px;
    color: #51668a;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-layout2 .header-topbar .header-topbar__contact li > i {
    font-size: 16px;
    margin-right: 16px;
    color: #49B000;
  }
  .header-layout2 .header-topbar .header-topbar__contact li strong {
    color: #51668a;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 700;
  }
  .header-layout2 .navbar__bottom {
    background-color: #0e2b5c;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-layout2 .navbar__bottom > .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-layout2 .navbar__bottom .header-actions__btn__search {
    color: #ffffff;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .navbar .navbar-brand img {
    max-width: 150px;
  }
  
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 25px 30px;
  margin-bottom: 27px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.accordion-item .accordion-item__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion-item__title:hover {
  color: #0e2b5c;
}

.accordion-item .accordion-item__title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: #0e2b5c;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}

.accordion-item.opened {
  border-color: #49B000;
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title {
  color: #49B000;
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title:after {
  background-color: #49B000;
  color: #ffffff;
  content: "\f068";
}

.accordion-item .accordion-item__body {
  padding-top: 20px;
}

.accordion-item .accordion-item__body p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 15px 20px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer {
  border-top: 2px solid #e7ebef;
  
}

.bg-footer {
  background-image: url(../images/footer.png);
}

@media (max-width: 768px) {
  .bg-footer {
    background-color: var(--bs-primary) !important; /* Mengganti warna menjadi bg-primary */
  }
}


.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #f9f9f9;
}

.footer .social__icons li {
  margin-right: 9px;
}

.footer .social__icons li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #253b61;
  color: #ffffff;
  font-size: 17px;
  border-radius: 50%;
}

.footer-logo {
  position: relative;
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 20px;
}

.footer-logo img {
  position: absolute;
  top: -69px;
  left: 28%;
  transform: translateX(-50%);
  width: 338px;
  height: auto;
  opacity: 0.9;
}

/* Responsif untuk ukuran handphone 375px - 320px */
@media (max-width: 575px) {
  .footer-logo {
    width: 120px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }

  .footer-logo img {
    width: 100px;
    position: static;
    display: block;
    margin: 0 auto;
    opacity: 0.9;
  }

}



.footer .social__icons li a:hover {
  background-color: #ffffff;
  color: #0e2b5c;
}

.footer .footer-contact__phone i {
  font-size: 20px;
  color: #3e4ab4;
  margin-right: 15px;
}

.footer .footer-contact__phone a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .btn__icon {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.footer .btn__icon i {
  background-color: #49B000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.footer .btn__icon:hover {
  color: #49B000;
}

.footer .btn__icon:hover i {
  color: #ffffff;
}

.footer-primary {
    padding-top: 27px;
    padding-bottom: 29px;
}

.footer-widget {
  margin-bottom: 30px;
  /* margin-right: -168px;
  margin-left: 15px;
   */
}

.footer-widget__title {
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
}

.footer-widget__newsletter {
  padding-right: 30px;
}

.footer-widget__newsletter__form {
    position: relative;
    background-color: #49B000;
    margin-top: -133px;
    padding: 25px;
    border-radius: 10px;
    z-index: 2;
}

.footer-widget__newsletter__form .form-control {
  border: 1px solid white;
  color: #f9f9f9;
  font-size: 14px;
  height: 60px;
  margin-bottom: 30px;
}

.footer-widget__newsletter__form .form-control::-webkit-input-placeholder {
  color: #f9f9f9;
}

.footer-widget__newsletter__form .form-control:-moz-placeholder {
  color: #f9f9f9;
}

.footer-widget__newsletter__form .form-control::-moz-placeholder {
  color: #f9f9f9;
}

.footer-widget__newsletter__form .form-control:-ms-input-placeholder {
  color: #f9f9f9;
}

.footer-widget__newsletter__form .btn {
  min-width: 120px;
  height: 50px;
  line-height: 50px;
}

.footer-widget__newsletter__form .btn:hover {
  color: #49B000;
}

.footer-widget__newsletter__form .btn:before {
  background-color: #ffffff !important;
}

.footer-widget__newsletter__form .footer-widget__newsletter__icon {
  font-size: 65px;
  color: #ffffff;
  display: block;
  margin-bottom: 18px;
}

.footer-widget__newsletter__form .footer-widget__newsletter__title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
  margin-top: 10px;

}

.footer-widget-nav li a:hover {
  color: #49B000;
}

.footer__copyright-links li {
  margin-right: 16px;
  margin-bottom: 0px;
}

.footer__copyright-links li:last-child {
  margin-right: 0;
}

.footer__copyright-links li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
}

.footer__copyright-links li a:hover {
  color: #49B000;
}

.footer__copyright-links li:last-child a {
  margin-right: 0;
}

.footer-secondary {
  background-color: #081e45;
  padding-top: 9px;
  padding-bottom: 9px;
  z-index: 10;
  position: relative;
}

.footer-contact__item {
    padding-top: 16px;
    padding-bottom: 20px;
}


.footer-contact__item .footer-contact__icon {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  margin-right: 15px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #49B000;
}

.footer-contact__item .footer-contact__text span {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.footer-contact__item .footer-contact__text strong,
.footer-contact__item .footer-contact__text a {
  font-size: 14px;
  line-height: 1;
  color: #51668a;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0e2b5c;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #222222;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

@media (max-width: 1300px) {
  .footer-logo img {
    top: -38px;
    width: 344px;
    left: 36%;
    opacity: 0.9;
}
  
}

@media (max-width: 1200px) {
  .footer-widget-newsletter {
    padding-left: 40px;
  }

  .footer-logo {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
    .footer-logo img {
    top: -38px;
    width: 274px;
    left: 36%;
    opacity: 0.9;
}
  
}


@media (max-width: 1124px) {
  .footer-widget-newsletter {
    padding-left: 40px;
  }

  .footer-logo {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .footer-logo img {
    top: -37px;
    width: 309px;
    left: 50%;
    opacity: 0.9;
  }
}

@media (max-width: 1200px) {
  .footer-widget-nav li a,
  .footer__copyright-links li a {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .footer .social__icons {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 20px;
  }
  .footer-widget__newsletter__form {
    margin-top: 0;
    padding: 20px;
  }
  .footer-widget__newsletter__form .footer-widget__newsletter__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .mobile-translate {
    position: relative;
    left: 0px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  color: #0e2b5c !important;
}
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-primary {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .footer-logo {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .footer-logo img {
    top: -58px;
    width: 226px;
    left: 43%;
    opacity: 0.9;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .footer-primary {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer-primary .footer-widget__title {
    margin-bottom: 20px;
  }
  .footer-secondary {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-contact__item {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .footer-logo {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .footer-logo img {
    top: -118px;
    width: 247px;
    left: -2%;
    opacity: 0.9;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #scrollTopBtn.actived {
    right: 20px;
  }
  .footer-logo img {
    display: none;
  }
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  background-color: #49B000;
  max-width: 200px;
  padding: 20px 30px !important;
  border-radius: 2px;
  position: relative;
}

.cta-banner .cta-banner__title {
  font-size: 17px;
  color: #ffffff;
}

.cta-banner .cta-banner__subtitle {
  color: #ffffff;
}

.cta-banner .cta-banner__icon {
  line-height: 1;
  margin-bottom: 15px;
}

.cta-banner .cta-banner__icon i {
  font-size: 70px;
  line-height: 1;
  color: #ffffff;
}

.cta-banner .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.cta-banner .btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 5px;
  color: #49B000;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cta-banner .btn:hover i {
  color: #ffffff;
  background-color: #0e2b5c;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .cta-banner .cta-banner__title {
    font-size: 16px;
  }
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0b2653;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #0b2653;
}

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  font-size: 55px;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\e924";
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e923";
}

.carousel-arrows-light .slick-arrow {
  color: white;
}

.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  margin: 5px !important;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 26px !important;
  height: 4px !important;
  cursor: pointer;
  border-radius: 3px;
  background-color: #51668a;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
}

.slick-dots li.slick-active {
  background-color: #49B000;
}

.carousel-dots-light .slick-dots li {
  background-color: #49B000;
}

.carousel-dots-light .slick-dots li.slick-active {
  background-color: #49B000;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}

.slider {
  padding: 0;
  overflow-x: hidden;
}

.slider .slide-item {
  height: calc(75vh - 120px);
  min-height: 200px;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 8px;
}

.slider .slide__title {
  font-size: 17px;
  font-weight: 400;
  color: #0e1726;
  line-height: 1.6;
}

/* Styling khusus untuk elemen strong dalam slide__title */
.slide__title strong {
  font-weight: 700; /* Membuat teks tebal */
  color: #24223e;
  font-size: 25px;
}

.slider .slide__desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  max-width: 650px;
  margin-bottom: 30px;
}

.slider .btn__lg {
  min-width: 200px;
}

.slider .btn__white:before {
  background-color: #0e2b5c;
}

.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

/* Media query untuk tablet */
@media (max-width: 1024px) {
  .slider .slick-dots {
    bottom: 15px; /* Menurunkan posisi dots pada layar tablet */
  }
}

/* Media query untuk handphone */
@media (max-width: 767px) {
  .slider .slick-dots {
    bottom: 42px;
  }
}   

.slider .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  color: #51668a;
  border: 3px solid #51668a;
  background-color: #ffffff;
}

.slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #51668a;
}

.slider .slick-arrow:before {
  font-size: 10px;
}

.slider .slick-arrow.slick-next {
  right: 35px;
}

.slider .slick-arrow.slick-next:before {
  content: "\e92a";
}

.slider .slick-arrow.slick-prev {
  left: 35px;
}

.slider .slick-arrow.slick-prev:before {
  content: "\e929";
}

.slider .info__slider {
  position: relative;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}

.slider .info__slider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 3px;
  background-color: #49B000;
}

.slider .info__slider .info__slider-icon {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}

.slider .info__slider .info__slider-icon i {
  line-height: 1;
}

.slider .info__slider .info__slider-title {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.slider .info__slider .info__slider-desc {
  font-size: 14px;
  line-height: 24px;
}

.slider .info__slider .btn:hover {
  color: #49B000;
}

.slider .info__slider .btn i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #49B000;
}

@media (min-width: 1200px) {
  .slider .slick-arrow.slick-next {
    right: 30px;
  }
  .slider .slick-arrow.slick-prev {
    left: 30px;
  }
  .slider-layout3 .slide__title {
    font-size: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .slider .slick-arrow.slick-next {
    right: 10px;
  }

  .heading__title {
    font-size: 30px;
    padding-right: 30px;
    padding-left: 35px;
  }
  .features-carousel .feature-item{
    padding-left: 40px;
  }
  
  .heading__subtitle {
    padding-left: 40px;
  }

  .layanan{
    padding-left: 40px;
    padding-right: 40px;

  }
}

/* Large Size Screens */
@media (min-width: 991px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 16px;
    padding-left: 10px;
  }
  .slide__title strong {
    font-weight: 700;
    color: #24223e;
    font-size: 20px;
  }
  .text-success {
    font-size: 18px;
    margin-bottom: 2px;
    padding-left: 10px;
  }
  .feature-item__image{
    padding-left: 40px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .slide__title strong {
    font-size: 16px;
    color: #24223e;
    letter-spacing: 0.5px;
    text-transform: none;
}
.feature-item__image{
  padding-left: 40px;
}
  
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0;
  }
  .slider {
    overflow: hidden;
  }
  .slider .slide-item {
    /* padding: 100px 10px; */
  }
  .slider .slide-item {
    height: auto;
    min-height: 0;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .divider-vertical {
    display: none; /* Sembunyikan divider di layar kecil */
  }
  .feature-item__content h4 {
    text-align: center; /* Pusatkan teks di layar kecil */
  }
  
}

@media (min-width: 767px) and (max-width: 768px) {
  .header-transparent + .slider {
    margin-top: 0;
  }
  .slider {
    overflow: hidden;
  }
  .slider .slide-item {
    /* padding: 100px 10px; */
  }  
  .slider .slide-item {
    height: calc(125vh - 120px);
    min-height: 200px;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .divider-vertical {
    display: none; /* Sembunyikan divider di layar kecil */
  }
  .feature-item__content h4 {
    text-align: center; /* Pusatkan teks di layar kecil */
  }
  
  .slide__title strong {
    font-weight: 700;
    color: #24223e;
    font-size: 17px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }
  .slider .slide__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow {
    display: none;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  height: 70px;
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #0e2b5c;
  color: #ffffff;
}

.video__btn .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  border: 2px solid #0e2b5c;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.video__btn .video__player-animation-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video__btn .video__player-animation-3 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.video__btn:hover .video__player-animation {
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.video__btn .video__btn-title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #0b2653;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video__btn-theme .video__player-animation {
  border-color: #0e2b5c;
}

.video-banner {
  position: relative;
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5;
}

@media (min-width: 320px) and (max-width: 575px) {
  .video__btn {
    padding-left: 50px;
    height: 50px;
  }
  .video__btn .video__player {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 30px;
}

.feature-item .feature-item__icon {
  font-size: 55px;
  line-height: 1;
  color: #49B000;
}

.feature-item .feature-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-left: -2px;
}

.feature-item .feature-item__title_2{
  font-size: 22px;
  margin-bottom: 10px;
  margin-left: 8px;
}

.feature-item .feature-item__desc {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e7ebef;
}

.feature-item .feature-item__desc:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #49B000;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.feature-item .btn__link {
  height: 32px;
  line-height: 32px;
}

.feature-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #ffffff ;
  color: #49B000;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item:hover .feature-item__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.feature-item:hover .feature-item__desc:after {
  width: 100%;
}

.feature-item:hover .btn__link {
  color: #49B000;
}

.feature-item:hover .btn__link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #49B000;
}

.feature-list-item {
  padding: 27px 15px 22px 25px;
  border: 1px solid #e7ebef;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-bottom: 30px;
}

.feature-list-item:hover {
  border-color: #49B000;
  background-color: #49B000;
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.feature-list-item:hover .feature-item__title,
.feature-list-item:hover .feature-item__desc,
.feature-list-item:hover .feature-item__content:before {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-list-item .feature-item__content {
  position: relative;
  padding-left: 32px;
}

.feature-list-item .feature-item__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #49B000;
  font-size: 18px;
}

.feature-list-item .feature-item__title {
  font-size: 18px;
  margin-bottom: 18px;
}

.feature-list-item .feature-item__desc {
  font-size: 14px;
  line-height: 24px;
}

.features-carousel {
  overflow-x: hidden;
}

.features-carousel .feature-item {
  /* padding: 20px 0; */
  border-radius: 69px 10px 74px 10px;
  /* background-color: #ffffff; */
  /* -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.04);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.04); */
 
}

.produk__title{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* Tingkatkan nilai jika diperlukan */
  color: #24223e;
  margin-bottom: 20px;
  text-transform: none;

}
.produk__title strong {
  font-weight: 600;
  color: #24223e;
}



.features-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.features-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
}

.features-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.features-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1300px) {
  .feature-item {
    padding-right: 70px;
  }
}

@media (max-width: 992px) {
  .feature-item .feature-item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .feature-item .feature-item__desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* .features-carousel .feature-item {
    padding: 34px;
  } */
   
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 20px;
}



.fancybox-item .fancybox-item__icon {
  font-size: 55px;
  line-height: 1;
  color: #0e2b5c;
  margin-bottom: 25px;
}

.fancybox-item .fancybox-item__title {
  font-size: 17px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox-item__desc {
  font-size: 15px;
  margin-bottom: 0;
}

.fancybox-item:hover .fancybox-item__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox-item__title {
  color: #0e2b5c;
}

.fancybox-light .fancybox-item .fancybox-item__icon,
.fancybox-light .fancybox-item .fancybox-item__title,
.fancybox-light .fancybox-item .fancybox-item__desc,
.fancybox-light .fancybox-item:hover .fancybox-item__title {
  color: #ffffff;
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox-item__title {
    margin-bottom: 12px;
  }
  .produk__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; /* Tingkatkan nilai jika diperlukan */
    color: #24223e;
    margin-bottom: 20px;
    text-align: justify;
  }
  .produk__title strong {
    font-weight: 600;
    color: #24223e;
  }
  
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }
  .fancybox-item .fancybox-item__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .fancybox-item .fancybox-item__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .produk__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #24223e;
    margin-bottom: 20px;
    text-align: justify;
}
  .produk__title strong {
    font-weight: 600;
    color: #24223e;
    font-size: 18px;
  }
  
  .slider .slide-item {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
  }

  .slide__title strong {
    font-weight: 700;
    color: #24223e;
    font-size: 17px;
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  margin-bottom: 13px;
}

.portfolio-item .portfolio-item__img {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #a6a6a629; */
  display: flex;
  justify-content: center;
  /* background-color: #ffffff; */
  border-radius: 0px;
}

.portfolio-item .portfolio-item__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item:hover .portfolio-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item .portfolio-item__content {
  padding-top: 26px;
}

.portfolio-item .portfolio-item__cat a {
  position: relative;
  font-size: 14px;
  color: #49B000;
  padding-right: 7px;
}

.portfolio-item .portfolio-item__cat a:hover {
  color: #0b2653;
}

.portfolio-item .portfolio-item__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: #49B000;
}

.portfolio-item .portfolio-item__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio-item__title {
  font-size: 21px;
  margin-bottom: 11px;
}

.portfolio-item .portfolio-item__title a {
  color: #0e2b5c;
}

.portfolio-item .portfolio-item__title a:hover {
  color: #49B000;
}

.portfolio-item .portfolio-item__desc {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.portfolio-item .portfolio-item__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.5)), color-stop(82%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(-180deg, rgba(27, 26, 26, 0.5) 0%, rgba(0, 0, 0, 0) 82%);
}

.portfolio-item .portfolio-item__hover .portfolio-item__content {
  padding: 30px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-item .portfolio-item__hover .portfolio-item__title a {
  color: #ffffff;
}

.portfolio-item .portfolio-item__hover .portfolio-item__cat a {
  color: #f9f9f9;
}

.portfolio-item .portfolio-item__hover .portfolio-item__cat a:hover, .portfolio-item .portfolio-item__hover .portfolio-item__cat a:after {
  color: #f9f9f9;
}

.portfolio-item:hover .portfolio-item__hover {
  opacity: 1;
}

.portfolio-item:hover .portfolio-item__hover .portfolio-item__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #0b2653;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #49B000;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #49B000;
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}

.mix {
  display: none;
}

.portfolio-hidden > .portfolio-item {
  display: none;
}

.portfolio-carousel .slick-list {
  margin: 0 -5px;
}

.portfolio-carousel .slick-slide {
  margin: 0 5px;
}

.portfolio-carousel .slick-dots {
  position: relative;
  z-index: 2;
  text-align: left;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.portfolio-carousel .portfolio-item .portfolio-item__hover {
  opacity: 1;
}

.portfolio-carousel .portfolio-item .portfolio-item__hover .portfolio-item__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-carousel .btn__link {
  z-index: 3;
}

.portfolio-single .portfolio-item__icon {
  background-color: #ffffff;
  position: relative;
  width: 144px;
  height: 144px;
  padding: 10px;
  margin: -75px auto 0;
  border-radius: 50%;
}

.portfolio-single .portfolio-item__icon i {
  width: 124px;
  height: 124px;
  line-height: 124px;
  font-size: 75px;
  color: #49B000;
  text-align: center;
  display: inline-block;
  border: 2px solid #49B000;
  border-radius: 50%;
}

.portfolio-single .portfolio-item .portfolio-item__title {
  font-size: 35px;
  margin-bottom: 4px;
}

.portfolio-single .portfolio-item .portfolio-item__desc {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding: 75px 110px 0;
}

.portfolio-single .portfolio-item .portfolio-item__content {
  padding-top: 15px;
}

.portfolio-slider .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  color: #51668a;
  border: 2px solid #51668a;
  background-color: #ffffff;
}

.portfolio-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #51668a;
}

.portfolio-slider .slick-arrow:before {
  font-size: 10px;
}

.portfolio-slider .slick-arrow.slick-next {
  right: 290px;
}

.portfolio-slider .slick-arrow.slick-next:before {
  content: "\e92a";
}

.portfolio-slider .slick-arrow.slick-prev {
  left: 290px;
}

.portfolio-slider .slick-arrow.slick-prev:before {
  content: "\e929";
}

.portfolio-item__meta-list li {
  font-size: 15px;
  margin-bottom: 13px;
}

.portfolio-item__meta-list li strong {
  color: #0b2653;
  display: inline-block;
  min-width: 120px;
}

.text-content .btn__lg i {
  color: #49B000;
  background-color: #ffffff;
}

@media (min-width: 1500px) {
  .portfolio-carousel .slick-slider {
    width: 230%;
  }
}

@media (min-width: 1200px) {
  .portfolio-carousel .slick-slider {
    width: 120%;
  }
  .portfolio-slider .slick-slide {
    margin: 0 20px;
  }
  .portfolio-slider .slick-dots {
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .portfolio-slider .slick-list {
    margin: 0 -5px;
  }
  .portfolio-slider .slick-slide {
    margin: 0 5px;
  }
  .portfolio-slider .slick-arrow.slick-next {
    right: 40px;
  }
  .portfolio-slider .slick-arrow.slick-prev {
    left: 40px;
  }
  .portfolio-single .portfolio-item .portfolio-item__desc {
    padding: 0;
  }
  .portfolio-carousel .nav-tabs {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio-item__title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .portfolio-filter li a {
    font-size: 13px;
  }
  .portfolio-carousel .portfolio-item .portfolio-item__content {
    padding: 0 40px 20px 20px;
  }
  .portfolio-carousel .portfolio-item .portfolio-item__title {
    font-size: 18px;
    margin-top: 0;
  }
  .portfolio-carousel .portfolio-item .portfolio-item__desc {
    font-size: 13px;
    line-height: 22px;
  }
  .portfolio-carousel .slick-dots {
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .portfolio-carousel .justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .portfolio-carousel .btn__link {
    margin-top: 15px;
  }
  .portfolio-standard .portfolio-item .portfolio-item__content {
    padding: 15px 15px 0 15px;
  }
}

@media (min-width: 320px) and (max-width: 370px) {
  .portfolio-carousel .portfolio-item .portfolio-item__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .portfolio-carousel .portfolio-item .portfolio-item__desc {
    display: none;
  }
  .portfolio-item .portfolio-item__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 30px;
}

.member .member__img {
  position: relative;
}

.member .member__img img {
  width: 100%;
  border-radius: 4px;
}

.member .member__info {
  padding-top: 24px;
}

.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 7px;
}

.member .member__info .member__desc {
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(9, 9, 121, 0.4)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(9, 9, 121, 0.4) 60%);
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .social__icons li {
  margin-right: 40px;
}

.member .social__icons li:last-child {
  margin-right: 0;
}

.member .social__icons li a {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.member .social__icons li a:hover {
  color: #0b2653;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  bottom: 50px;
  opacity: 1;
}

.member:hover .social__icons li a {
  opacity: 1;
}

.team-layout2 .member .member__hover {
  background: transparent;
}

.team-layout2 .member .member__content-inner {
  background-color: #49B000;
  border-radius: 4px;
  width: auto;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-layout2 .member .member__content-inner .social__icons li {
  margin-right: 0;
}

.team-layout2 .member .member__content-inner .social__icons li a {
  padding: 15px;
}

.team-layout2 .member:hover .member__content-inner {
  bottom: 30px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .member .member__info {
    padding-top: 15px;
  }
  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
  position: relative;
}

.testimonial-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 85px;
  z-index: -1;
  background-image: url(../images/testimonials/quote-icon.png);
}

.testimonial-item .testimonial-item__desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  font-style: italic;
  color: #0e2b5c;
  margin-bottom: 30px;
}

.testimonial-item__meta {
  margin-bottom: 25px;
}

.testimonial-item__meta__title {
  color: #0e2b5c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  white-space: nowrap;
}

.testimonial-item__meta__desc {
  line-height: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #616161;
  margin-bottom: 0;
}

.testimonial-item__thumb {
  width: 50px !important;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: .7;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial-item__thumb img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonial-item__thumb.slick-current {
  opacity: 1;
  padding: 2px;
  border-color: #49B000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials .heading__subtitle {
  font-size: 15px;
}

.testimonials .slider-nav {
  margin: auto;
  max-width: 180px;
}

.testimonials .slider-nav .testimonial-item__thumb:not(.slick-active) {
  opacity: 0;
}

.testimonials .slider-nav .slick-arrow:hover {
  color: #49B000;
}

.testimonials .slider-nav .slick-arrow:before {
  font-size: 10px;
}

.testimonials .slider-nav .slick-arrow:after {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
}

.testimonials .slider-nav .slick-arrow.slick-next {
  right: -55px;
}

.testimonials .slider-nav .slick-arrow.slick-next:before {
  content: "\e92a";
}

.testimonials .slider-nav .slick-arrow.slick-next:after {
  left: -18px;
  content: 'Next';
}

.testimonials .slider-nav .slick-arrow.slick-prev {
  left: -55px;
}

.testimonials .slider-nav .slick-arrow.slick-prev:before {
  content: "\e929";
}

.testimonials .slider-nav .slick-arrow.slick-prev:after {
  right: -18px;
  content: 'Prev';
}

.testimonials .slick-list {
  margin: 0;
}

.testimonials .slick-slide {
  margin: 0;
}

.testimonials-box {
  position: relative;
  z-index: 2;
}

.testimonials-box:after {
  content: '';
  position: absolute;
  top: 150px;
  left: 60px;
  z-index: -1;
  width: 90px;
  height: 64px;
  background-image: url(../images/testimonials/quote-icon2.png);
}

.testimonials-box .testimonial-item {
  z-index: 2;
}

.testimonials-box .testimonial-item:before {
  display: none;
}

.testimonials-box .testimonial-item .testimonial-item__desc {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.testimonials-box .testimonial-item .testimonial-item__thumb {
  opacity: 1;
  padding: 2px;
  margin-right: 20px;
  border-color: #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials-box .testimonial-item .testimonial-item__meta {
  margin-bottom: 0;
}

.testimonials-box .testimonial-item .testimonial-item__meta__title {
  color: #ffffff;
}

.testimonials-box .testimonial-item .testimonial-item__meta__desc {
  color: #f9f9f9;
}

.testimonials-box .slick-arrow {
  top: 90%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  color: #0e2b5c;
  background-color: #ffffff;
}

.testimonials-box .slick-arrow:before {
  font-size: 10px;
}

.testimonials-box .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}

.testimonials-box .slick-arrow.slick-prev:before {
  content: "\e929";
}

.testimonials-box .slick-arrow.slick-next {
  color: #ffffff;
  background-color: #0e2b5c;
}

.testimonials-box .slick-arrow.slick-next:before {
  content: "\e92a";
}

@media (min-width: 1400px) {
  .testimonials-box {
    padding: 100px 100px 100px 200px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .testimonials-box {
    padding: 100px 50px 110px 130px;
  }
  .testimonials-box:after {
    left: 20px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-item .testimonial-item__desc {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial-item .testimonial-item__desc {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .testimonial-item__meta .testimonial-item__meta__title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .testimonials-box {
    padding: 50px 20px 20px;
    margin-top: 0;
  }
  .testimonials-box:after {
    top: 20px;
    left: auto;
    right: 10px;
    opacity: .6;
  }
  .testimonials-box .testimonial-item .testimonial-item__desc {
    font-size: 16px;
  }
}

/* Custom Media in Mobile Phones */
@media (max-width: 380px) {
  .testimonial-item__meta .testimonial-item__meta__title,
  .testimonial-item__meta .testimonial-item__meta__desc {
    font-size: 11px;
  }
}

/*---------------------------
    Client
---------------------------*/
.clients {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clients .client {
  position: relative;
  text-align: center;
}

.clients .client img {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  margin-bottom: 50px;
}

.post-item .post-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.post-item .post-item__img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.post-item:hover .post-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item .post-item__content {
  padding-top: 30px;
  overflow: hidden;
}

.post-item .post-item__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.post-item .post-item__meta__cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #0e2b5c;
}

.post-item .post-item__meta__cat a {
  position: relative;
  color: #ffffff;
  padding-right: 7px;
  font-size: 14px;
}

.post-item .post-item__meta__cat a:hover {
  color: #49B000;
}

.post-item .post-item__meta__cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: #ffffff;
}

.post-item .post-item__meta__cat a:last-child {
  padding-right: 0;
}

.post-item .post-item__meta__cat a:last-child:after {
  display: none;
}

.post-item .post-item__meta__date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-item .post-item__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 27px;
}

.post-item .post-item__title a {
  color: #0b2653;
}

.post-item .post-item__title a:hover {
  color: #49B000;
}

.post-item .post-item__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

.post-item .btn__link {
  margin-top: 21px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #0e2b5c;
}

.post-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #0e2b5c;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.post-item:hover .btn__link {
  color: #49B000;
}

.post-item:hover .btn__link i {
  background-color: #49B000;
}

/* Blog Sigle */
.blog-single .post-item .post-item__meta {
  margin-bottom: 8px;
}

.blog-single .post-item .post-item__meta > * {
  margin-right: 20px;
}

.blog-single .post-item .post-item__meta > *:last-child {
  margin-right: 0;
}

.blog-single .post-item .post-item__meta__cat {
  position: relative;
}

.blog-single .post-item .post-item__meta__cat,
.blog-single .post-item .post-item__meta__date {
  margin-bottom: 0;
}

.blog-single .post-item .post-item__title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-carousel .heading__title {
  font-size: 25px;
}

.blog-carousel .btn__explore {
  position: absolute;
  right: 100px;
  min-width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 1px;
  font-size: 14px;
}

.blog-carousel .slick-arrow {
  top: -47px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  color: #0e2b5c;
  background-color: #ffffff;
}

.blog-carousel .slick-arrow:before {
  font-size: 10px;
}

.blog-carousel .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}

.blog-carousel .slick-arrow.slick-prev:before {
  content: "\e929";
}

.blog-carousel .slick-arrow.slick-next {
  color: #ffffff;
  background-color: #49B000;
}

.blog-carousel .slick-arrow.slick-next:before {
  content: "\e92a";
}

.post-item__meta__author {
  font-size: 13px;
}

.post-item__meta__author a {
  color: #0b2653;
}

.blog-widget {
  padding-top: 40px;
  margin-bottom: 60px;
}

.blog-widget__title {
  font-size: 22px;
  margin-bottom: 24px;
}

.blog-share .social__icons a {
  color: #0f2b5b;
}

.blog-share .social__icons a:hover {
  color: #0e2b5c;
}

.blog-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
  position: relative;
  min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
  color: #0e2b5c;
}

.blog-nav .blog__next {
  text-align: right;
}

.blog-nav .blog__next .blog-nav__img {
  right: 0;
  left: auto;
}

.blog-nav .blog-nav__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
}

.blog-nav .blog-nav__img img {
  width: 100%;
  height: 100%;
}

.blog-nav .blog-nav__content span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.blog-nav .blog-nav__content h4 {
  font-size: 17px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-nav .blog__next .blog-nav__content {
  padding-right: 115px;
}

.blog-nav .blog__prev .blog-nav__content {
  padding-left: 115px;
}

.blog-author {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border: 2px solid #e7ebef;
  padding: 35px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.blog-author .blog-author__avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 20px;
}

.blog-author .blog-author__name {
  font-size: 17px;
  margin-bottom: 15px;
}

.blog-author .blog-author__bio {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 13px;
}

.blog-author .social__icons li {
  margin-right: 30px;
}

.blog-author .social__icons:last-child {
  margin-right: 0;
}

.blog-author .social__icons a {
  font-size: 15px;
  color: #0b2653;
}

.blog-author .social__icons a:hover {
  color: #0e2b5c;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #49B000;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #0e2b5c;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px;
  color: #49B000;
}

.blog-tags ul li a:hover {
  color: #0e2b5c;
}

.blog-tags ul li a:before {
  content: ',';
  position: absolute;
  top: -2px;
  right: 1px;
  color: #49B000;
}

.blog-tags ul li:last-child a:before {
  display: none;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .post-item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .blog-single .post-item .post-item__title {
    font-size: 20px;
  }
  .blog__tags ul {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }
  .comments-list .comment__item .comment__content {
    padding-left: 50px;
  }
  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }
  .blog-nav {
    display: block;
  }
  .blog-nav .blog__prev {
    margin-bottom: 20px;
  }
  .blog-nav .blog-nav__content h4 {
    font-size: 13px;
  }
  .blog-nav .blog-nav__img {
    width: 60px;
    height: 60px;
  }
  .blog-nav .blog__prev .blog-nav__content {
    padding-left: 70px;
  }
  .blog-nav .blog__next .blog-nav__content {
    padding-right: 70px;
  }
  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }
  .blog-carousel .heading-wrapper {
    margin-bottom: 60px !important;
  }
  .blog-carousel .btn__explore {
    position: relative;
    right: 0;
  }
  .blog-carousel .heading__title {
    font-size: 18px;
  }
  .blog-carousel .slick-arrow {
    top: -30px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    display: block;
    padding: 20px;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-chip {
  position: relative;
}

.contact-chip .contact-chip__img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #49B000;
  margin-right: 17px;
}

.contact-chip .contact-chip__img img {
  border-radius: 50%;
}

.contact-chip .contact-chip__phone {
  color: #0e2b5c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.contact-chip .contact-chip__title {
  font-size: 13px;
}

.contact-info-box {
  margin-bottom: 30px;
}

.contact-info-box .contact__info-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.contact-info-box .contact__info-img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.contact-info-box .contact__info-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 17, 39, 0)), color-stop(48%, rgba(4, 17, 39, 0)), color-stop(92%, #041127), to(#041127));
  background: linear-gradient(to bottom, rgba(4, 17, 39, 0) 0%, rgba(4, 17, 39, 0) 48%, #041127 92%, #041127 100%);
}

.contact-info-box:hover .contact__info-img:before {
  opacity: .5;
  height: 100%;
}

.contact-info-box:hover .contact__info-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  margin-bottom: 9px;
}

.contact-info-box .contact__info-list li a {
  color: #51668a;
}

.contact-panel {
  position: relative;
  z-index: 2;
}

.contact-panel .contact-panel__title {
  font-size: 24px;
  margin-bottom: 17px;
}

.contact-panel .contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

.contact-layout1 .contact-panel {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.1);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.1);
  background-color: #fff;
  padding: 60px 60px 40px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-layout1 .contact-panel .contact-panel__banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
  padding-bottom: 20px;
  min-height: 400px;
}

.contact-layout1 .contact-panel .contact-panel__banner__inner {
  padding: 40px;
}

.contact-layout1 .contact-panel .contact-panel__banner__title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 25px;
}

.contact-layout1 .contact-panel .contact-panel__banner__desc {
  color: #f9f9f9;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.contact-layout1 .contact-panel .contact-info-box .contact__info-list li {
  color: #ffffff;
  margin-bottom: 6px;
}

.contact-layout1 .contact-panel .contact-info-box .contact__info-list li a {
  color: #ffffff;
}

.contact-layout1 .contact-panel .contact-info-box .contact__info-box-title {
  color: #ffffff;
  margin-bottom: 11px;
}

.contact-layout1 .contact-panel .contact-panel__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
  padding-left: 50px;
  padding-bottom: 20px;
}

.contact-layout2 .contact-panel__form {
  padding: 62px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.1);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.1);
}

.contact-layout2 .contact-panel__info {
  padding: 45px 50px 55px;
}

.contact-layout2 .contact-panel__info .contact-panel__info__title {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 30px;
}

.contact-layout2 .contact-panel__info .contact-panel__block__title {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 14px;
}

.contact-layout2 .contact-panel__info .contact-panel__block__list {
  margin-bottom: 36px;
}

.contact-layout2 .contact-panel__info .contact-panel__block__list li {
  color: #ffffff;
  font-size: 14px;
}

.contact-layout2 .contact-panel__info .btn {
  margin-top: 12px;
}

.contact-layout2 .contact-panel__info .btn:hover {
  color: #49B000;
}

.contact-layout2 .contact-panel__info .btn:before {
  background-color: #ffffff !important;
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .contact-panel {
    padding: 20px;
  }
  .contact-panel .contact-panel__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contact-panel .contact-panel__desc {
    font-size: 13px;
    line-height: 23px;
  }
  .contact-layout1 .contact-panel {
    padding: 25px;
  }
  .contact-layout1 .contact-panel .contact-panel__banner,
  .contact-layout1 .contact-panel .contact-panel__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .contact-layout1 .contact-panel .contact-panel__banner__inner {
    padding: 25px;
  }
  .contact-layout2 .contact-panel {
    padding: 0;
  }
  .contact-layout2 .contact-panel__form {
    padding: 20px;
  }
  .contact-layout2 .contact-panel__info {
    padding: 20px;
  }
  .contact-layout2 .contact-panel__info .contact-panel__info__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-layout2 .contact-panel__info .contact-panel__block__title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .contact-layout2 .contact-panel__info .contact-panel__block__list {
    margin-bottom: 20px;
  }
}

/*--------------------------
        pricing
--------------------------*/
.page-title-layout4 + .pricing {
  margin-top: -265px;
  z-index: 2;
}

.pricing-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.pricing-item .pricing-item__header {
  padding: 57px 60px 60px;
  border-bottom: 2px solid #eaeaea;
}

.pricing-item .pricing-item__title {
  color: #49B000;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
}

.pricing-item .pricing-item__subtitle {
  font-size: 13px;
  display: block;
}

.pricing-item .pricing-item__price {
  font-size: 50px;
  color: #0e2b5c;
  line-height: 1;
  margin-bottom: 16px;
}

.pricing-item .pricing-item__time {
  font-size: 14px;
}

.pricing-item .pricing-item__desc {
  font-size: 14px;
  line-height: 24px;
}

.pricing-item .pricing-item__content {
  padding: 48px 60px 60px;
}

.pricing-item .pricing-item__list {
  margin-bottom: 36px;
}

.pricing-item .pricing-item__list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  line-height: 34px;
  text-transform: capitalize;
}

.pricing-item .pricing-item__list li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #0e2b5c;
}

@media (max-width: 992px) {
  .page-title-layout4 + .pricing {
    margin-top: 0;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .pricing .container {
    max-width: none;
    padding: 0 15px;
  }
  .pricing-item .pricing-item__header,
  .pricing-item .pricing-item__content {
    padding: 20px;
  }
  .pricing-item .pricing-item__list {
    margin-bottom: 20px;
  }
  .pricing-item .pricing-item__title {
    margin-bottom: 30px;
  }
  .pricing-item .pricing-item__price {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pricing-item .pricing-item__list {
    margin-bottom: 20px;
  }
  .pricing-item .pricing-item__header,
  .pricing-item .pricing-item__content {
    padding: 20px;
  }
}

/*---------------------------
    Counters
--------------------------*/
.counter-item {
  margin-bottom: 20px;
}

.counter-item .counter {
  color: #49B000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.counter-item .counter-item__desc {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 40px;
}

.counter-light .counter-item .counter,
.counter-light .counter-item .counter-item__desc {
  color: #ffffff;
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .counter-item .counter {
    font-size: 25px;
  }
  .counter-item .counter-item__desc {
    font-size: 11px;
    line-height: 20px;
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .counter-item .counter-item__desc {
    font-size: 10px;
    line-height: 15px;
  }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2;
}

.widget {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.widget:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 3px;
  height: calc(100% - 80px);
  background-color: #0e2b5c;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
  border: 2px solid #eaeaea;
  padding-right: 30px;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  color: #333333;
  padding: 0;
  min-width: 0;
  font-size: 18px;
  line-height: 55px;
  height: 55px;
}

.widget-search .widget__form-search button:before {
  display: none;
}

.widget-search .widget__form-search button:hover {
  color: #0e2b5c;
}

.widget-categories ul li a {
  display: block;
  position: relative;
  padding: 21px 10px 21px 50px;
  color: #0b2653;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
          box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:before {
  position: absolute;
  left: 15px;
  top: 50%;
  font-family: icomoon;
  content: "\e92a";
  font-size: 7px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0e2b5c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-categories ul li a.active, .widget-categories ul li a:hover {
  background-color: #49B000;
  color: #ffffff;
}

.widget-categories ul li a.active:before, .widget-categories ul li a:hover:before {
  background-color: #ffffff;
  color: #49B000;
}

.widget-tags ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  background-color: #ffffff;
  color: #0e2b5c;
  border: 1px solid #e7ebef;
  line-height: 1;
  text-transform: capitalize;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #0b2653;
  border-color: #0b2653;
  color: #ffffff;
}

/*widget posts*/
.widget-posts .widget-post-item .widget-post__title {
  font-size: 17px;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget-post__title a {
  color: #222222;
}

.widget-posts .widget-post-item:hover .widget-post__title a {
  color: #0e2b5c;
}

.widget-posts .widget-post-item .widget-post__img {
  margin-bottom: 19px;
}

/* Gambar Responsif */
.widget-post__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Untuk layar tablet (max-width: 768px) */
@media (max-width: 768px) {
  .widget-post__img img {
    height: auto; /* Menghapus tinggi tetap untuk perangkat kecil */
  }
}

/* Untuk layar ponsel (max-width: 576px) */
@media (max-width: 576px) {
  .widget-post__img img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .widget-search {
    display: none;
  }
}

@media (max-width: 576px) {
  .widget-category {
    display: none;
  }
}

.widget-posts .widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}

.widget-posts .widget-post-item .widget-post__cat {
  margin-bottom: 7px;
  line-height: 1;
}

.widget-posts .widget-post-item .widget-post__cat a {
  position: relative;
  font-size: 13px;
  color: #0e2b5c;
  padding-right: 7px;
}

.widget-posts .widget-post-item .widget-post__cat a:hover {
  color: #0b2653;
}

.widget-posts .widget-post-item .widget-post__cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #0e2b5c;
}

.widget-posts .widget-post-item .widget-post__cat a:last-child {
  padding: 0;
}

.widget-posts .slick-dots {
  text-align: left;
}

/* Widget Download */
.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: left;
}

.widget-download .btn span {
  display: block;
  margin-top: 20px;
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  left: 25px;
  width: 22px;
  height: 24px;
}

.widget-contact .btn:hover {
  color: #49B000;
}

.widget-contact .btn:before {
  background-color: #ffffff !important;
}

.widget-contact__info .widget-contact__title {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 12px;
}

.widget-contact__info .widget-contact__list {
  margin-bottom: 30px;
}

.widget-contact__info .widget-contact__list li {
  color: #ffffff;
  font-size: 14px;
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar {
    margin-right: 0;
  }
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Tablets and  Small Screens */
@media (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 25px;
  }
  .widget .widget__title {
    margin-bottom: 25px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px;
  }
  .widget .widget__title {
    margin-bottom: 20px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px;
  }
  .widget-download .btn {
    height: 60px;
  }
}

/*----------------------
    About
-----------------------*/
.about__img {
  position: relative;
}

.about__img img {
  border-radius: 10px;
}

.about-layout1 .about__img {
  padding-right: 70px;
}

.about-layout1 .cta-banner {
  max-width: 270px;
  border-radius: 30px !important;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 3px;
  padding: 30px 40px 50px;
  border: 5px solid #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-layout1 .cta-banner .cta-banner__subtitle {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-layout1 .cta-banner .cta-banner__title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.about-layout1 .cta-banner .btn i {
  width: auto;
  height: auto;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
}

.about-layout1 .cta-banner .btn:hover i {
  color: #0e2b5c;
}

.about-layout1 .fancybox-item {
  margin-bottom: 20px;
}

.about-layout1 .fancybox-item .fancybox-item__title {
  color: #51668a;
  font-size: 19px;
  margin-left: 25px;
  margin-bottom: 0;
}

.about-layout1 .fancybox-item .fancybox-item__icon {
  color: #49B000;
  font-size: 50px;
  margin-bottom: 0;
}

.about-layout2 .cta-banner {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.about-layout2 .cta-banner .cta-banner__title {
  line-height: 1.6;
}

.about-layout2 .about__img {
  padding-bottom: 40px;
}

.about-layout2 .list-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-layout2 .list-items li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.about-layout3 .about-text p {
  margin-bottom: 35px;
}

.about-layout3 .about-text p:first-of-type {
  font-size: 17px;
  font-weight: 700;
}

.about-layout3 .btn__link.btn__secondary i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  background-color: #0e2b5c;
}

.about-layout3 .btn__link.btn__secondary:hover {
  color: #49B000;
}

.about-layout3 .btn__link.btn__secondary:hover i {
  color: #ffffff;
  background-color: #49B000;
}

.about-layout3 .cta-banner__wrapper {
  position: relative;
  z-index: 3;
  padding: 40px;
  border-radius: 2px;
  border: 1px solid #49B000;
  max-width: 290px;
  margin-bottom: 30px;
}

.about-layout3 .cta-banner__desc {
  color: #ffffff;
  margin-bottom: 20px;
}

.about-layout3 .cta-banner {
  padding: 40px 40px 50px;
}

.about-layout3 .cta-banner .cta-banner__subtitle {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-layout3 .cta-banner .cta-banner__title {
  line-height: 1.4;
  letter-spacing: 1px;
}

.about-layout3 .cta-banner .btn i {
  width: auto;
  height: auto;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
}

.about-layout3 .cta-banner .btn:hover i {
  color: #0e2b5c;
}

@media (min-width: 1200px) {
  .about-layout3 .about-text {
    padding-left: 40px;
  }
  .about-layout3 .cta-banner__wrapper {
    margin-top: -320px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .about-layout3 .about-text-wrapper {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .about-layout3 .cta-banner__wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 240px;
  }
  .about-layout3 .cta-banner__desc {
    color: #51668a;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .about-layout3 .about-text p {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .about-layout1 .about__img {
    margin-bottom: 25px;
    padding-right: 50px;
  }
  .about-layout2 .counters-wrapper {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .about-layout2 .counters-wrapper .counter-item {
    margin-bottom: 0;
  }
  .about-layout2 .counters-wrapper .counter-item:last-of-type {
    margin-left: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .about-layout2 .list-items {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .about-layout2 .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about-layout2 .cta-banner {
    padding: 20px;
  }
  .about-layout1 .fancybox-item .fancybox-item__icon {
    color: #49B000;
    font-size: 30px;
    margin-bottom: 0;
  }
  .about-layout1 .fancybox-item .fancybox-item__title {
    color: #51668a;
    font-size: 23px !important;
    margin-left: 25px;
    margin-bottom: 0;
}
  
}

@media (max-width: 375px) {
  .about-layout2 .cta-banner {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}

/*-----------------------
    banner
------------------------*/
.banner-layout1 img {
  position: relative;
  z-index: 1;
}

.banner-layout1 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

.banner-layout1 .fancybox-item {
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  max-width: 165px;
  padding: 31px 10px;
}

.banner-layout1 .fancybox-item .fancybox-item__icon {
  margin-bottom: 15px;
}

.banner-layout1 .fancybox-item .fancybox-item__title {
  color: #51668a;
  line-height: 1.5;
  margin-bottom: 0;
}

.banner-layout1 .cta-banner {
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 220px;
  padding: 0 40px 50px;
}

.banner-layout1 .cta-banner .cta-banner__subtitle {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-layout1 .cta-banner .cta-banner__title {
  line-height: 1.4;
  letter-spacing: 1px;
}

.banner-layout1 .cta-banner .btn i {
  line-height: 29px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.banner-layout1 .cta-banner .btn:hover i {
  color: #49B000;
  background-color: #ffffff;
}

.banner-layout1 .video__box {
  position: absolute;
  left: 220px;
  bottom: -70px;
  width: 215px;
  height: 165px;
}

.banner-layout1 .video__box .video__btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-layout1 .video__box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  background-color: #49B000;
  height: 55%;
  padding-top: 25%;
}

.banner-layout1 .video__box-text span {
  font-size: 15px;
  font-weight: 700;
}

.banner-layout2 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

.banner-layout2 .fancybox-item {
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  max-width: 165px;
  padding: 31px 10px;
}

.banner-layout2 .fancybox-item .fancybox-item__icon {
  margin-bottom: 15px;
}

.banner-layout2 .fancybox-item .fancybox-item__title {
  color: #51668a;
  line-height: 1.5;
  margin-bottom: 0;
}

.banner-layout2 .inner-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-layout2 .btn__lg {
  min-width: 270px;
}

.banner-layout2 .btn__lg:hover {
  color: #0e2b5c;
}

.banner-layout2 .btn__lg:hover i {
  color: #ffffff;
  background-color: #0e2b5c;
}

.banner-layout2 .btn__lg:before {
  background-color: #ffffff !important;
}

.banner-layout3 {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* .banner-layout3 .fancybox-item {
  padding: 20px 15px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(231, 235, 239, 0.2);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
} */

.banner-layout3 .fancybox-item .fancybox-item__icon {
  color: #49B000;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner-layout3 .fancybox-item .fancybox-item__title {
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  color: white;
}

.fancybox-item__title p{
  margin-bottom: 0;
}

.fancybox-item__content{
  padding: 0;
}

.banner-layout3 .fancybox-item .fancybox-item__title i {
  border: 1px solid #63c675;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 17px;
}

/* .banner-layout3 .fancybox-item:hover {
  border-color: #49B000;
  background-color: #49B000;
} */

.banner-layout3 .fancybox-item:hover .fancybox-item__icon,
.banner-layout3 .fancybox-item:hover .fancybox-item__title {
  color: #ffffff;
}

.banner-layout4 .video-banner {
  min-height: 120px;
}

.banner-layout4 .text__link {
  padding-top: 10px;
}

.banner-layout4 .banner-contact {
  padding: 40px 0 40px 40px;
}

.banner-layout4 .banner-contact .banner-contact__title {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 30px;
}

.banner-layout4 .banner-contact .banner-contact__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  border-radius: 40px;
  color: #ffffff;
  background-color: #49B000;
}

/* Extra Large Size Screens */
@media (min-width: 1400px) {
  .banner-layout1 .inner-padding,
  .banner-layout2 .inner-padding {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .banner-layout1 .inner-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .banner-layout1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    z-index: 0;
    background-color: #ffffff;
  }
  .banner-gray-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 120px;
    z-index: 1;
    background-color: #f9f9f9;
  }
}

@media (max-width: 1200px) {
  .banner-layout1 {
    padding-top: 0 !important;
  }
  .banner-layout1 .inner-padding {
    padding: 100px 30px 0 !important;
    text-align: center;
  }
  .banner-layout1 .cta-banner {
    padding: 0 20px 20px;
  }
  .banner-layout1 .cta-banner,
  .banner-layout1 .video__box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .banner-layout2 {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .banner-layout3 .fancybox-item {
    padding: 15px;
  }
  .banner-layout3 .fancybox-item .fancybox-item__icon {
    margin-bottom: 5px;
  }
  .banner-layout3 .fancybox-item .fancybox-item__title {
    font-size: 14px;
  }
  .banner-layout4 .banner-contact {
    padding: 10px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .banner-layout4 .banner-contact .banner-contact__title {
    text-align: center;
    margin: 5px 0 10px;
  }
}

  @media (min-width: 768px) and (max-width: 1200px) {
  
  .banner-layout3 .fancybox-item {
    padding: 5px;
  }
  .heading__desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
    padding-left: 35px;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .banner-layout1 .heading__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .banner-layout1 .fancybox-wrapper {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .banner-layout3 .fancybox-item {
    padding: 0;
  }
  .footer-layanan{
    padding-left: 30px;
  }
  .footer-copyright{
    padding-left: 30px;

  }

}

/*-----------------------
    careers
------------------------*/
.job-items-wrapper {
  background-color: #ffffff;
  border: 1px solid #e7ebef;
  border-radius: 3px;
  overflow: hidden;
}

.job-item {
  padding: 40px 38px 30px;
  border-bottom: 1px solid #e7ebef;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
          box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item:last-child {
  border-bottom: 0;
}

.job-item .job-item__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.job-item .job-item__type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: #49B000;
  color: #ffffff;
  padding: 3px 10px;
  margin-right: 20px;
}

.job-item .job-item__location {
  font-size: 13px;
  color: #9b9b9b;
}

.job-item .job-item__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.job-item .job-item__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 992px) {
  .job-item {
    padding: 15px;
  }
  .job-item .job-item__meta {
    margin-bottom: 10px;
  }
  .job-item .job-item__title {
    margin-bottom: 10px;
  }
  .job-item .btn-wrap {
    margin-top: 10px;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
}

/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.04);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.04);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service-item .service-item__title {
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-item .service-item__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

.service-item .btn__link {
  margin-top: 27px;
  height: 32px;
  line-height: 32px;
}

.service-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #0e2b5c;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service-item__content {
  padding: 50px 40px 50px;
}

.service-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-item:hover .service-item__overlay {
  opacity: 1;
}

.service-item:hover .btn__link {
  color: #49B000;
}

.service-item:hover .btn__link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #49B000;
}

/* @media (min-width: 992px) {
  .custom-bg-gradient {
    height: 33rem;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #045717cc);
    align-content: center;
    place-items: center;
    padding: 6rem;
    width: 95rem;
    padding-left: 11rem;
  }  
  .slider-button-next {
    position: relative;
  }
  .slider-button-prev {
    position: relative;
  }
} */

/* @media (min-width: 375px) {
  .custom-bg-gradient {
    height: 33rem;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #045717cc);
    align-content: center;
    place-items: center;
    padding: 3rem;
    width: 95rem;
  }  
  .slider-button-next {
    position: absolute !important;
    top: 28.5rem !important;
  }
  .slider-button-prev {
    position: absolute !important;
    top: 28.5rem !important;
    left: 14.5rem !important;
  }
} */

@media (max-width: 992px) {
  .service-item .service-item__content {
    padding: 20px;
  }
  .service-item .service-item__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service-item .service-item__desc {
    font-size: 13px;
    line-height: 23px;
  }
  .service-item .btn__link {
    margin-top: 7px;
  }
}

/*-------------------------
    Work Process
-------------------------*/
.work-process {
  overflow-x: hidden;
  padding-bottom: 290px;
}

.work-process .process-items-wrapper {
  position: relative;
}

.work-process .process-items-wrapper:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 15px;
  width: 3000px;
  height: 1px;
  background-color: white;
}

.process-item {
  position: relative;
  padding-bottom: 25px;
}

.process-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white;
  background-color: #49B000;
}

.process-item .process-item__icon {
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}

.process-item:hover .process-item__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.process-item .process-item__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 40px;
}

.process-item .process-item__desc {
  color: #49B000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .work-process-boxed {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {
  .process-item .process-item__title {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .process-item {
    margin-bottom: 30px;
  }
  .process-item .process-item__icon {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .process-item .process-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .work-process .process-items-wrapper:after {
    display: none;
  }
}


    /*============== event_banner_area css ===========*/
    .event_banner_area {
      min-height: 100vh;
      position: relative;
      overflow: hidden;
      background-image: -moz-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
      background-image: -webkit-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
      background-image: -ms-linear-gradient(-120deg, #6e1822 0%, #0e044b 100%);
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      }
      .event_banner_area .parallax-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 105%;
      z-index: -1;
      opacity: 0.2;
      }
      
      .event_banner_content {
      position: relative;
      }
      .event_banner_content .round {
      width: 600px;
      height: 600px;
      border-radius: 50%;
      background: #fff;
      opacity: 0.05;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -300px;
      margin-left: -300px;
      z-index: -1;
      }
      .event_banner_content h6 {
      font-size: 20px;
      font-weight: 500;
      color: #fcb747;
      margin-bottom: 18px;
      }
      .event_banner_content h2 {
      font-size: 80px;
      line-height: 94px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 45px;
      }
      .event_banner_content h2 span {
      font-weight: 300;
      }
      .event_banner_content .event_btn_two {
      margin-left: 15px;
      }
      
      .event_btn {
      font-size: 16px;
      padding: 11px 51px;
      border-radius: 45px;
      background: #fd475d;
      border: 2px solid #fd475d;
      color: #fff;
      }
      .event_btn i {
      margin-right: 8px;
      font-size: 26px;
      vertical-align: middle;
      }
      .event_btn:hover {
      box-shadow: 0px 10px 50px 0px rgba(195, 33, 52, 0.3);
      }
      
      .event_btn_two {
      padding: 11px 33px;
      border-color: #fba820;
      color: #fba820;
      background: transparent;
      }
      .event_btn_two:hover {
      background: #fd475d;
      color: #fff;
      border-color: #fd475d;
      }
      
      .event_counter_area {
      background: #fdfaf6;
      padding: 75px 0px;
      }
      
      .event_text {
      padding-right: 100px;
      }
      .event_text h3 {
      font-size: 34px;
      line-height: 44px;
      font-weight: 500;
      color: #2c2c51;
      margin-bottom: 0;
      }
      .event_text h3 span {
      font-weight: 700;
      color: #fd475d;
      }
      
      .event_counter .redCountdownWrapper {
      margin-left: -18px;
      margin-right: -18px;
      }
      .event_counter .redCountdownWrapper > div {
      margin: 0px 18px;
      width: calc(25% - 36px);
      }
      .event_counter .redCountdownWrapper .redCountdownValue {
      line-height: 30px;
      }
      .event_counter .redCountdownWrapper .redCountdownValue div {
      font-size: 40px;
      font-weight: 600;
      line-height: 30px;
      }
      .event_counter .redCountdownWrapper .redCountdownValue span {
      font-size: 16px;
      font-weight: 400;
      }
      .event_counter .redCountdownWrapper .redCountdownDays .redCountdownValue div,
      .event_counter .redCountdownWrapper .redCountdownDays .redCountdownValue span {
      color: #fd475d;
      }
      .event_counter .redCountdownWrapper .redCountdownHours .redCountdownValue div,
      .event_counter .redCountdownWrapper .redCountdownHours .redCountdownValue span {
      color: #2d8dfa;
      }
      .event_counter .redCountdownWrapper .redCountdownMinutes .redCountdownValue div,
      .event_counter .redCountdownWrapper .redCountdownMinutes .redCountdownValue span {
      color: #9449fb;
      }
      .event_counter .redCountdownWrapper .redCountdownMinutes .redCountdownValue div,
      .event_counter .redCountdownWrapper .redCountdownMinutes .redCountdownValue span {
      color: #9449fb;
      }
      .event_counter .redCountdownWrapper .redCountdownSeconds .redCountdownValue div,
      .event_counter .redCountdownWrapper .redCountdownSeconds .redCountdownValue span {
      color: #4ad425;
      }
      
      /*========== event_about_area css =======*/
      .event_about_area {
      padding: 150px 0px 50px;
      }
      
      .event_about_content {
      padding-right: 120px;
      }
      .event_about_content .event_about_item {
      padding-top: 40px;
      }
      .event_about_content h2 {
      font-size: 40px;
      line-height: 50px;
      font-weight: 600;
      color: #2c2c51;
      margin-bottom: 25px;
      }
      .event_about_content p {
      font-size: 16px;
      line-height: 28px;
      color: #7b7b93;
      }
      .event_about_content h6 {
      color: #2c2c51;
      font-size: 18px;
      font-weight: 500;
      padding-top: 25px;
      margin-bottom: 12px;
      }
      
      .event_about_img {
      position: relative;
      }
      .event_about_img .about_bg {
      height: 330px;
      border-radius: 10px;
      background-image: -moz-linear-gradient(140deg, #fd475d 0%, #0e044b 100%);
      background-image: -webkit-linear-gradient(140deg, #fd475d 0%, #0e044b 100%);
      background-image: -ms-linear-gradient(140deg, #fd475d 0%, #0e044b 100%);
      position: absolute;
      left: 90px;
      right: -50px;
      bottom: -50px;
      opacity: 0.1;
      }
      .event_about_img img {
      border-radius: 10px;
      }
      
      /*========== event_team_area css =========*/
      .event_team_area .owl-dots {
      margin-top: 55px;
      }
      .event_team_area .owl-dots .owl-dot span {
      border: 0px;
      background: #f2dcdf;
      }
      .event_team_area .owl-dots .owl-dot.active span {
      background: #fd475d;
      }
      
      .event_team_slider .item {
      text-align: center;
      cursor: pointer;
      }
      .event_team_slider .item .e_team_img {
      position: relative;
      z-index: 1;
      margin-bottom: 25px;
      border-radius: 6px;
      background-image: -moz-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
      background-image: -webkit-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
      background-image: -ms-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
      overflow: hidden;
      }
      .event_team_slider .item .e_team_img:before, .event_team_slider .item .e_team_img:after {
      content: "";
      width: 100px;
      height: 121px;
      background: #fff;
      opacity: 0.6;
      position: absolute;
      bottom: -105px;
      right: -104px;
      transform: rotate(45deg);
      z-index: 1;
      transition: all 0.2s linear;
      }
      .event_team_slider .item .e_team_img:after {
      width: 172px;
      height: 117px;
      transform: rotate(-27deg);
      bottom: -120px;
      }
      .event_team_slider .item .e_team_img img {
      transition: all 0.3s, opacity 0.4s linear;
      }
      .event_team_slider .item .e_team_img ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      margin-bottom: 0;
      overflow: hidden;
      }
      .event_team_slider .item .e_team_img ul li {
      overflow: hidden;
      }
      .event_team_slider .item .e_team_img ul li a {
      width: 50px;
      height: 50px;
      display: inline-block;
      border: 2px solid #fff;
      font-size: 16px;
      line-height: 50px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      transform: translateY(100%);
      }
      .event_team_slider .item .e_team_img ul li a:hover {
      background: #fff;
      color: #fd475d;
      }
      .event_team_slider .item .e_team_img ul li:nth-child(1) a {
      transition: all 0.3s, background 0.2s, color 0.2s linear;
      }
      .event_team_slider .item .e_team_img ul li:nth-child(2) a {
      transition: all 0.4s, background 0.2s, color 0.2s linear;
      }
      .event_team_slider .item .e_team_img ul li:nth-child(3) a {
      transition: all 0.5s, background 0.2s, color 0.2s linear;
      }
      .event_team_slider .item .e_team_img ul li + li {
      margin-top: 10px;
      }
      .event_team_slider .item h4 {
      font-size: 20px;
      font-weight: 500;
      color: #2c2c51;
      margin-bottom: 2px;
      }
      .event_team_slider .item h4:hover {
      color: #fd475d;
      }
      .event_team_slider .item p {
      color: #7b7b93;
      margin-bottom: 0;
      }
      .event_team_slider .item:hover .e_team_img:before {
      bottom: -55px;
      right: -44px;
      transition: all 0.3s linear;
      }
      .event_team_slider .item:hover .e_team_img:after {
      bottom: -85px;
      right: -44px;
      transition: all 0.4s linear;
      }
      .event_team_slider .item:hover img {
      opacity: 0.2;
      transform: scale(1.04);
      }
      .event_team_slider .item:hover ul li a {
      transform: translateY(0);
      }
      
      /*============== event_features_area css ============*/
      .event_features_area {
      background: #fdfaf6;
      padding-top: 100px;
      }
      
      .event_features_inner {
      margin-bottom: -120px;
      position: relative;
      z-index: 1;
      }
      
      .event_features_item {
      border-radius: 6px;
      background-color: white;
      box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
      height: 100%;
      padding: 40px;
      }
      .event_features_item img {
      margin-bottom: 35px;
      }
      .event_features_item h5 {
      font-weight: 500;
      font-size: 20px;
      color: #2c2c51;
      margin-bottom: 18px;
      transition: color 0.2s linear;
      display: block;
      }
      .event_features_item h5:hover {
      color: #fd475d;
      }
      .event_features_item p {
      color: #7b7b93;
      }
      .event_features_item .e_features_btn {
      font-size: 16px;
      font-weight: 500;
      color: #2c2c51;
      display: inline-block;
      transition: color 0.2s linear;
      margin-top: 20px;
      }
      .event_features_item .e_features_btn:hover {
      color: #fd475d;
      }
      
      .event_promotion_area {
      padding-top: 266px;
      padding-bottom: 120px;
      position: relative;
      z-index: 0;
      background: #fff;
      }
      
      .event_promotion_info {
      margin-top: -60px;
      }
      .event_promotion_info p {
      padding-left: 30px;
      }
      
      .e_promo_text {
      margin-left: 70px;
      border-radius: 6px;
      padding: 60px;
      background-color: white;
      box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
      }
      .e_promo_text .promo_tag {
      padding: 1px 10px;
      color: #fff;
      display: inline-block;
      border-radius: 4px;
      background: #fd475d;
      }
      .e_promo_text h3 {
      font-size: 34px;
      font-weight: 600;
      line-height: 44px;
      color: #2c2c51;
      margin: 30px 0px 40px;
      }
      .e_promo_text .date {
      color: #fba820;
      margin-left: 30px;
      }
      .e_promo_text .event_btn {
      padding: 7px 37px;
      }
      
      .event_schedule_area {
      background: #fdfaf6;
      }
      
      .event_schedule_inner {
      max-width: 970px;
      margin: 0 100%;
      }
      .event_schedule_inner .event_tab {
      justify-content: center;
      padding-bottom: 20px;
      border: 0px;
      }
      .event_schedule_inner .event_tab .nav-item {
      margin: 0;
      }
      .event_schedule_inner .event_tab .nav-item .nav-link {
      text-align: center;
      border: 2px solid #fd475d;
      border-radius: 45px;
      padding: 6px 58px 8px;
      transition: all 0.2s linear;
      }
      .event_schedule_inner .event_tab .nav-item .nav-link h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
      color: #fd475d;
      }
      .event_schedule_inner .event_tab .nav-item .nav-link h5 span {
      font-weight: 400;
      font-size: 14px;
      display: block;
      padding-top: 5px;
      }
      .event_schedule_inner .event_tab .nav-item .nav-link.active, .event_schedule_inner .event_tab .nav-item .nav-link:hover {
      background: #fd475d;
      box-shadow: 0px 10px 50px 0px rgba(195, 33, 52, 0.3);
      }
      .event_schedule_inner .event_tab .nav-item .nav-link.active h5, .event_schedule_inner .event_tab .nav-item .nav-link:hover h5 {
      color: #fff;
      }
      .event_schedule_inner .event_tab .nav-item + .nav-item {
      margin-left: 20px;
      }
      
      .event_tab_content {
      max-width: 970px;
      margin: 0 100%;
      }
      .event_tab_content .media {
      border-radius: 6px;
      background-color: white;
      box-shadow: 0px 30px 60px 0px rgba(92, 10, 20, 0.08);
      padding: 40px;
      margin-top: 20px;
      transform: translateY(10px);
      transition: all 0.3s linear;
      }
      .event_tab_content .media .media-left {
      margin-right: 70px;
      }
      .event_tab_content .media .media-left img {
      border-radius: 50%;
      margin-bottom: 12px;
      }
      .event_tab_content .media .media-left a {
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #2c2c51;
      margin-top: 6px;
      }
      .event_tab_content .media .media-left a i {
      color: #fd475d;
      padding-right: 8px;
      }
      .event_tab_content .media .media-body {
      border-left: 1px solid #f1ece5;
      padding-left: 70px;
      }
      .event_tab_content .media .media-body .h_head {
      font-weight: 500;
      margin-bottom: 3px;
      }
      .event_tab_content .media .media-body span {
      color: #7b7b93;
      }
      .event_tab_content .media .media-body span a {
      color: #fba820;
      }
      .event_tab_content .media .media-body p {
      color: #7b7b93;
      margin-bottom: 0;
      padding-top: 12px;
      }
      .event_tab_content .show .media {
      transform: translateY(0);
      }
      
      /*================ event_price_area css ============== */
      .event_price_item {
      padding: 46px 0px 36px;
      border: 0px;
      border-radius: 0px;
      background-color: white;
      box-shadow: 0px 10px 40px 0px rgba(64, 1, 9, 0.06);
      position: relative;
      margin-bottom: 30px;
      }
      .event_price_item:before {
      content: "";
      background: url("../img/home-event/price_shap.png") no-repeat scroll center bottom;
      position: absolute;
      bottom: -22px;
      left: 0;
      height: 22px;
      width: 100%;
      background-size: cover;
      }
      .event_price_item .p_head {
      border: 0px;
      }
      .event_price_item .p_head h5 {
      margin-bottom: 0;
      }
      .event_price_item .p_head .rate, .event_price_item .p_head .tag {
      color: #fba820;
      }
      .event_price_item .p_body {
      padding: 0px 40px 30px;
      border-bottom: 0.5px dashed #cfcfdc;
      }
      .event_price_item .p_body li {
      color: #7b7b93;
      }
      .event_price_item .p_body li .ti-check {
      color: #26da15;
      }
      .event_price_item .p_body li .ti-close {
      color: #fc314e;
      }
      .event_price_item .event_btn {
      width: 100%;
      }
      .event_price_item .event_btn:hover {
      box-shadow: 0px 10px 40px 0px rgba(195, 33, 52, 0.3);
      }
      .event_price_item .text-center {
      padding: 40px 40px 0px;
      }
      .event_price_item.active {
      padding-top: 20px;
      box-shadow: 0px 50px 100px 0px rgba(64, 1, 9, 0.1);
      }
      .event_price_item.active .p_head .rate {
      color: #fd475d;
      }
      .event_price_item.active .p_body li {
      color: #7b7b93;
      }
      .event_price_item.active .event_btn {
      box-shadow: 0px 10px 40px 0px rgba(195, 33, 52, 0.3);
      }
      .event_price_item:hover {
      box-shadow: 0px 50px 100px 0px rgba(64, 1, 9, 0.1);
      }
      
      /*============ event_fact_area  css =================*/
      .event_fact_area {
      background: #fdfaf6;
      }
      .event_fact_area .seo_fact_info:before {
      background: url("../img/home-event/dot.png") no-repeat center center;
      }
      .event_fact_area .seo_fact_info .seo_fact_item {
      margin-top: 0;
      }
      
      .event_gallery .portfolio_item .portfolio_img:hover .hover_content {
      background-image: -moz-linear-gradient(-120deg, #fd475d 0%, #0e044b 100%);
      background-image: -webkit-linear-gradient(-120deg, #fd475d 0%, #0e044b 100%);
      background-image: -ms-linear-gradient(-120deg, #fd475d 0%, #0e044b 100%);
      opacity: 0.8;
      }
      
      .event_sponser_inner .event_sponser_item {
      border-top: 1px solid #f0ebec;
      padding: 60px 0px;
      }
      .event_sponser_inner .event_sponser_item .sponser_title {
      margin-bottom: 0;
      padding-top: 25px;
      }
      .event_sponser_inner .event_sponser_item .analytices_logo {
      margin-top: 0;
      }
      .event_sponser_inner .event_sponser_item .event_btn:hover {
      box-shadow: 0px 10px 50px 0px rgba(195, 33, 52, 0.3);
      }
      .event_sponser_inner .event_sponser_item .event_btn.event_btn_two {
      margin-left: 20px;
      }
      .event_sponser_inner .event_sponser_item.last-child {
      padding-top: 60px;
      padding-bottom: 0;
      }
      
      .event_footer_area {
      background: #212146;
      }
      .event_footer_area .instagram_widget ul li a:before {
      background: rgba(253, 71, 93, 0.5);
      }
      
      /*============= event_location_area css =========*/
      .event_location_area {
      position: relative;
      z-index: 1;
      }
      .event_location_area .map iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      border: 0px;
      z-index: 1;
      }
      
      .event_location {
      max-width: 570px;
      z-index: 2;
      position: relative;
      background-color: rgba(255, 255, 255, 0.922);
      padding: 150px 100px;
      }
      .event_location h6 {
      font-size: 20px;
      font-weight: 600;
      color: #2c2c51;
      }
      .event_location p {
      font-size: 16px;
      color: #7b7b93;
      margin-bottom: 0;
      }
      .event_location .contact_info_item {
      border: 0px;
      }
      .event_location .f_social_icon_two {
      padding-top: 30px;
      }
      .event_location .f_social_icon_two a {
      color: #7b7b93;
      }
      .event_location .f_social_icon_two a:hover {
      color: #fd475d;
      }

      .produk{
        background-color: #49B000 !important; border-radius: 0px 0px 149px 0px; padding-top: 50px; padding-bottom: 50px;
      }
/*# sourceMappingURL=style.css.map */

.btn__product{
  display: block;
    margin-right: 0 !important;
    font-size: 12px;
    height: 100%;
    line-height: 45px;
    min-width: auto;
    padding: 0 36px;
}

.slider .list-items li:before {
  background: #212529;
}

@media (min-width: 992px){
  .cc-2 {
      -moz-column-count: 2;
      column-count: 2;
  }
}

@media (min-width: 992px){
  .cc-2 {
      -moz-column-count: 2;
      column-count: 2;
  }
}

/* -------------------------------------DETAIL PRODUK--------------------------------------------------- */


/* TABS */
.nav-pills-custom {
  gap: 13px;
}

.nav-pills-custom .nav-item{
  
}

.nav-pills-custom .nav-item .nav-link{
  padding: 12px 30px;
  background-color: #f4f4f4;
}

.nav-pills-custom .nav-item .nav-link.active{
  background-color: #49b000;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
}


.bg-green{
    background: #49b00008;
    padding: 30px;
    border-radius: 14px;
    position:relative;
    /* top: -23px; */
  }
.list-custom li {
  display: flex;
  margin-bottom: 8px;
  gap:15px;
}


.list-custom li i{
  background: #49b00024;
  padding: 9px;
  color: #49b000;
  font-size: 23px;
  border-radius: 10px;
}
.list-custom li .info{
  
}

.list-custom li p{
  margin-bottom: 0;
}

.list-custom li h6 {
  margin-bottom: 5px;
}


/* -------------------------------CONTACT US---------------------------------- */
@media (min-width: 1200px){
  .g-xl-12, .gx-xl-12 {
      --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 992px){
  .g-lg-8, .gx-lg-8 {
      --bs-gutter-x: 2rem;
  }
}
.g-10, .gy-10 {
    --bs-gutter-y: 2.5rem;
}
.card-contact {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
  border: none;
  border-radius: 15px;
}

.card-contact .card-body {
  padding:40px;
}

.contact-info {
  display: flex;
  gap: 15px;
  background: #49b0000f;
  border-radius: 11px;
  padding: 13px;
}
.contact-info h6{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.contact-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 13px;
}
.contact-info i {
  color: #49b000;
  display: flex;
  align-self: center;
  font-size: 26px;
}



.galeri-produk{
  margin-bottom:20px;
}

.modal-produk .info {
  text-align: center;
  padding: 25px 19px;
}

.modal-produk h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.modal-produk span{
  color: #49b000;
}


.modal-produk .card{
  box-shadow: 0px 2px 24px 0 rgba(29, 140, 242, 0.16);
  border: none;
  border-radius: 15px;
}

.modal-produk .card img{
  width: 100%;
  object-fit: contain;
  background: #f4faf0;
}

.tab-content .card {
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for the card */
}

.tabs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 10px;
  background: #f8f9fa;
  padding-top: 10px;
  padding-bottom: 10px;

}

.btn-capability {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700 ;
}

/* Gaya untuk li dalam tombol */
.btn-capability li {
  display: flex;
  align-items: center; /* Sejajarkan ikon dan teks secara vertikal */
  gap: 12px; /* Jarak antara ikon dan teks */
  list-style: none; /* Hilangkan bullet point bawaan */
  font-size: 13px;
  padding: 0;
  margin: 0;
  
}
/* Hover Effect */
.btn-capability:hover {
  background: #49B000;
  color: #ffffff;
}


.btn-capability li i {
  font-size: 20px;
}

.btn-capability:hover li i {
  font-size: 22px;
}

.btn-capability li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.btn-capability:hover li img {
  filter: brightness(0) invert(1); /* Ubah warna ikon saat hover */
}

/* Active Button */
.btn-capability.active {
  background: #ffffff;
  color: #333;
  border-color: #0056b3;
}


/* Tabs Content */
.tabs-content {
  padding: 10px 10px;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

/* Kolom dengan garis pemisah */
.content-section .with-border {
  border-right: 1px solid #ddd; 
  padding-right: 20px; 
}

.dropdown-title {
  font-size: 16px;
  font-weight: bold;
  /* margin-bottom: 30px; */
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}


/* Styling for each list item */
.dropdown-list li {
  display: flex; /* Menyusun gambar dan teks secara horizontal */
  align-items: flex-start; 
  width: calc(100% - 5.5px);
  padding: 2px 0px;
  font-size: 13px;
  transition: background-color 0.3s ease;
  gap: 5px;
  margin-bottom: 3px;
}

.dropdown-list li i.icon {
  font-size: 20px; 
  color: #24223e; 
  margin-right: 10px; 
  flex-shrink: 0;
  vertical-align: top; 
}

.dropdown-list li img {
  width: 20px; 
  height: 20px; 
  object-fit: contain; 
  flex-shrink: 0;
  margin-right: 10px; 
  align-self: flex-start; 
  vertical-align: top; 
}

.dropdown-list li span {
  font-size: 13px; 
  line-height: 1.5; 
  display: inline-block; 
  margin-top: 0; 
  font-weight: 400; 
  text-transform: capitalize; 
}

.dropdown-list li:hover {
  background-color: #f1f1f1; 
  cursor: pointer; 
}

.dropdown-list li.active {
  background-color: #007bff; 
  color: white; 
}



/* Hidden Utility */
.hidden {
  display: none;
}

.divider-vertical {
  width: 3px;
  height: 50px;
  background-color: #28a745;
  margin: 0 10px;
}

.description-text {
  font-weight: 600; 
  line-height: 1.5; 
}

.card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 3px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card__img img {
    width: 100%;
    height: auto;
    border-radius: 8px; 
    object-fit: cover; 
  border-bottom: 1px solid #e6e6e6;
}

.card__category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.card__content {
  padding: 20px;
  flex-grow: 1; 
}

.card__date {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card__title a {
  color: #333;
  text-decoration: none;
}

.card__title a:hover {
  color: #34c759;
}

.card__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .card {
    margin: 15px 0; 
  }
  .card__img img {
    height: 200px; 
  }
  .card__content {
    padding: 15px; 
  }
  .card__title {
    font-size: 16px;
  }
  .card__desc {
    font-size: 13px; 
  }
}


@media (max-width: 767px) {
  .card {
    margin: 15px 0;
    border-radius: 8px; 
  }
  .card__img img {
    height: 280px; 
  }
  .card__content {
    padding: 12px; 
  }
  .card__title {
    font-size: 15px; 
  }
  .card__desc {
    font-size: 12px; 
  }
}

@media (max-width: 576px) {
  .card {
    margin: 20px 0; 
    box-shadow: none; 
  }
  .card__img img {
    height: 225px; 
  }
  .card__category {
    font-size: 10px; 
    padding: 4px 8px; 
  }
  .card__content {
    padding: 10px; 
  }
  .card__title {
    font-size: 14px;
  }
  .card__desc {
    font-size: 11px; 
    margin-bottom: 15px; 
  }
}


/* FORTOFOLIO MARQUEE */
.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.home-logo-wrapper.reverse {
  margin-top: -2rem;
}
.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 200rem;
  margin-top: 0;
  margin-bottom: 5rem;
  margin-right: 0;
  display: flex;
}
.logo-animate {
  animation: slide 45s infinite linear;
}
.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 200rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.logo-animate-alt {
  animation: slidealt 45s infinite linear;
  animation-direction: reverse;
}
/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 45s infinite linear;
}

@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 45s infinite linear;
  animation-direction: reverse;
}
  
/* DETAIL LANDING PAGE, CRM,SMARTCITY,INSURANCE,DIGITAL,DATAWAREHOUSE */
    .scroll-section {
      scroll-margin-top: 110px;
  }

  /* Tambahkan smooth scroll untuk transisi lembut */
  html {
      scroll-behavior: smooth;
  }

  /* Container styling */
  .text-container {
      border-left: 4px solid #d1d5db;
      padding: 16px;
      font-size: 16px;
      line-height: 1.8;
      margin: 16px 0;
      text-align: justify;
      border-radius: 2px;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .text-container {
          padding: 12px;
          font-size: 14px;
      }
  }

  /* TUJUAN */
  .industries-section{
    padding: 30px;
  }

  .industry-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-height: 120px;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .industry-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .industry-item p {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      margin: 0;
  }

  /* LAYANAN */
  .layanan-tambahan {
    margin-top: 10px; 
    margin-bottom: 20px; 
}

@media (max-width: 480px) {

   /* LAYANAN */
   .layanan-tambahan {
    margin-top: 0; 
    margin-bottom: 0; 
    padding-top: 0;
   }

}


  .list-group-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 4px 15px;
      border: none;
      border-radius: 10px;
      background-color: #f8f9fa;
      color: #2d384d;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      margin-bottom: 10px;

  }

  .list-group-item:hover {
      background-color: #49B000;
      color: #ffffff;
      transform: translateY(-2px);
      text-decoration: none;
  }

  .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #49B000 !important;
      border-color: #49B000;
  }

  .list-group-item .icon i {
      font-size: 20px;
      color: #2d384d;
  }

  /* Style dasar untuk ikon */
  .list-group-item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      transition: all 0.3s ease;
  }

  .list-group-item .icon img {
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 20px;
      color: #333;
      transition: all 0.3s ease;
  }

  .list-group-item:hover .icon i {
      color: #fff;
      transition: all 0.3s ease;
  }

  .list-group-item:hover .icon img {
      filter: brightness(0) invert(1);
      transition: all 0.3s ease;
  }

  .list-group-item.active .icon i {
      color: #fff;
  }

  .list-group-item.active .icon img {
      /* filter: brightness(0) invert(1); */
  }

    /* Responsiveness */
    @media (max-width: 1024px) {
      .industry-item {
        height: 120px;
        padding: 10px;
      }
  }

  /* Responsiveness */
  @media (max-width: 768px) {
      .list-group-item {
        font-size: 14px;
        padding: 2px;
      }
      .industry-item {
        height: 132px;
        padding: 10px;
      }
      .industry-item p {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin: 0;
        line-height: 1.4;
    }
  }

  .icon-title {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 15px; 
    flex-wrap: wrap; 
    margin-left: 10px;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #49b00024;
    color: #49B000;
    font-size: 24px;
    border-radius: 10px;
    box-sizing: border-box;
}

.icon-box img {
    filter: invert(38%) sepia(95%) saturate(377%) hue-rotate(71deg) brightness(92%) contrast(83%);
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 576px) {
    /* .icon-title {
        gap: 8px; 
        margin-left: 0; 
    } */

    .icon-box {
        width: 50px;
        height: 50px; 
    }

    .icon-box img {
        width: 20px; 
        height: 20px;
    }
    .industry-item {
      height: 107px;
      padding: 10px;
  }
  .industry-item p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
}


h6 {
    margin-bottom: 0; 
}

p {
  margin-top: 10px; 
}


  /* VALUE */
  .steps {
      flex: 1;
      padding: 20px;
      position: relative;
  }

  .step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      position: relative;
  }

  .step:last-child {
      margin-bottom: 0;
  }

  .step-number {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #49b000;
      color: white;
      font-weight: bold;
      font-size: 16px;
      margin-right: 15px;
      flex-shrink: 0;
      z-index: 1;
  }

  .step::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 40px;
      bottom: -20px;
      width: 2px;
      background-color: #ddd;
      z-index: 0;
  }

  .step:last-child::before {
      bottom: auto;
  }

  .step-text {
      font-size: 14px;
      line-height: 1.5;
      color: #333;
      align-self: center;
  }

  /* Menyembunyikan langkah tambahan secara default */
  .additional-steps {
      display: none;
  }

  /* ========== Container ========== */
.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

/* ========== Tombol Search ========== */
.search-button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  margin-left: 47px;
  transition: color 0.3s ease-in-out;
}

.search-button:hover {
  color: #fff;
}

/* ========== Search Box (Awalnya Tersembunyi) ========== */
.search-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 60px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  gap: 5px;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Tampilkan Search Box saat Fokus */
.search-container:focus-within .search-box {
  opacity: 1;
  width: 250px;
}

/* ========== Input Search ========== */
.search-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
}

/* ========== Tombol Submit ========== */
.submit-button {
  background: #49B000;
  border: none;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}

/* Munculkan Tombol Submit saat Fokus */
.search-container:focus-within .submit-button {
  opacity: 1;
  transform: translateY(0);
}

/* Hover pada Submit */
.submit-button:hover {
  background: #3a8a00;
}

.dropdown-menu.custom-dropdown.navbar-redesign {
	width: 1200px; padding: 20px; margin-top: 20px; margin-left:  -667px;
}

.d-lg-none {
	display: block !important;
}


/* ========== Responsiveness ========== */
@media (max-width: 768px) {
  .search-container {
    width: 100%;
    justify-content: space-between;
  }

	.d-lg-none {
		display: none !important;
	}

	.tabs-sidebar.redesign {
		width: 23rem;	
	}

	.btn-capability.redesign {
		width: 22rem;
	}


	.dropdown-menu.custom-dropdown.navbar-redesign {
		margin-left: 0;
		margin-top: 10px;
		padding: 0;
    margin-bottom: 10px;
	}

  .search-button {
    color: #000;
  }

    .search-button:hover {
      color: #49B000; 
    }

  .search-box {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  /* Saat fokus di mobile, search box tampil penuh */
  .search-container:focus-within .search-box {
    width: 100%;
  }

  /* Input search di mobile agar full */
  .search-input {
    width: 100%;
    font-size: 16px;
  }
}


.w-30 {
  width: 11%;
}

.navbar-other {
  margin-left: 60px ;
}


@media (max-width: 1355px) {
  .navbar-other {
    margin-left: 7px !important;
  }
  .search-button {
    margin-left: 36px;
}
.header-layout1 .navbar .navbar-brand {
  padding: 0 18px;
  height: 60px;
  line-height: 90px;
  margin-right: 40px;
  border-radius: 0px 50px 0px 0px;
}
 /* Atur posisi */
 .carousel-control-prev {
  left: 23px !important;
  width: 40px;
  height: 40px;
}

.carousel-control-next {
  right: 23px !important;
  /* Sesuaikan posisi */
}
}

@media (max-width: 1278px) {
  .navbar-other {
    margin-left: 20px !important;
  }
  .header-layout1 .navbar .navbar-brand{
    margin-right: 37px;
  }
  .carousel-control-prev {
    left: 9px !important;
}
.carousel-control-next {
  right: 16px !important;
}

.carousel-inner{
  padding-left: 57px;
    padding-right: 57px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media (max-width: 1110px) {
  .navbar-other {
    margin-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .navbar-other {
    margin-left: none;
  }
  .carousel-inner{
    padding-left: 57px;
      padding-right: 57px;
      padding-top: 30px;
      padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-other {
    margin-left: none;
  }
  .carousel-inner{
    padding-left: 57px;
      padding-right: 57px;
      padding-top: 30px;
      padding-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .navbar-other {
    margin-left:  28px !important;
  }
}

/* CAROUSEL */

.carousel-inner{
  padding-left: 57px;
    padding-right: 57px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.carousel-control-prev,
 .carousel-control-next {
   width: 50px;
   height: 50px;
   line-height: 46px;
   color: rgb(81, 102, 138);
   background-color: rgb(255, 255, 255);
   border-radius: 50%;
   border: 3px solid rgb(81, 102, 138);
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s ease-in-out;
   /* Animasi halus saat hover */
 }

 /* Gaya ikon panah */
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
   filter: invert(35%) sepia(18%) saturate(533%) hue-rotate(187deg) brightness(94%) contrast(92%);
   width: 24px;
   height: 24px;
 }

 /* Hover effect */
 .carousel-control-prev:hover,
 .carousel-control-next:hover {
   color: rgb(255, 255, 255);
   background-color: rgb(81, 102, 138);
 }

 /* Atur posisi */
 .carousel-control-prev {
   left: 60px;
   /* Sesuaikan posisi */
 }

 .carousel-control-next {
   right: 60px;
   /* Sesuaikan posisi */
 }

 /* TEXT DETAIL PRODUK ONEBOX */
 .text {
  font-size: 30px; 
}

@media (max-width: 768px) {
  .text {
    font-size: 23px;
    line-height: 1.5;
    font-weight: bold;
  }
  .step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    align-self: center;
    text-align: justify;
}
}

@media (max-width: 480px) {
  .text {
    font-size: 21px;
    line-height: 1.5;
    font-weight: bold;
  }
  .step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    align-self: center;
    text-align: justify;
}
}

.isi-text {
  font-size: 15px; 
  line-height: 1.6; 
  text-align: justify; 
}

.title {
  font-size: 17px; 
  font-weight: bold; 
  color: #333; 
}


@media (max-width: 768px) {
  .isi-text {
      font-size: 15px;
      text-align: justify; 
  }
  .title {
    font-size: 18px;
}
.list-custom li {
  display: flex;
  margin-bottom: 8px;
  gap: 15px;
  text-align: justify;
}
}

@media (max-width: 480px) {
  .isi-text {
    font-size: 14px;
    text-align: justify;
  }
  .title {
    font-size: 18px;
  }
  .list-custom li {
    display: flex;
    margin-bottom: 8px;
    gap: 15px;
    text-align: justify;
  }
}
