@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --primary: #04483d;
    --red: #d84315;
    --black: #222;
    --main-color: #173648;
    --second-color: #0A5A99;
    --third-color: #1C7FDD;
    --fourth-color: #0FB7D4;   
    --gradient-1: linear-gradient(90deg, #0A5A99 -0.02%, #1C7FDD 100.06%);
    --gradient-2: linear-gradient(90deg, #0FB7D4 -0.02%, #173648 200.06%);
    --primary-color: #315695;
    --secondary-color: #F7F7F7;    
    --text-color: #333333;
    --accent-color: #ff3800;
    --font1: "DM Sans", sans-serif;
}
/* ----------------------------------
    01. Global CSS
------------------------------------ */
a:focus, a:hover, a:active, *:focus, a:focus h1, a:hover h1, a:active h1, a:focus h2, a:hover h2, a:active h2, a:focus h3, a:hover h3, a:active h3, a:focus h4, a:hover h4, a:active h4, a:focus h5, a:hover h5, a:active h5, a:focus h6, a:hover h6, a:active h6 {
    color: var(--primary);
}
p {
    letter-spacing: 0.02rem;
    color: #444343;
    font-weight: 400;
}
.bg-dark-blue{
    background-color: var(--second-color) !important;
}
.bg-grey {
    background-color: #f1f1f1;
}
.navbar .row {
    --bs-gutter-x: 0;
}
.container {
	padding-left: 1rem;
	padding-right: 1rem;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.btn {
    background: var(--gradient-2);
}
.search-form.search-form-2 {
    background: #f0f7ff;
}

.search-form.search-form-2 .btn {
    background: #c72228;
    border-color: #e5e7eb;
}
.rounded {
    border-radius: .5rem !important;
}
/*================================================================================================
    Start Sidebars CSS
===================================================================================================*/
.ed-sidebar {
    border: none !important;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
    background: var(--ed-secondary-color);
}
.ed-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid var(--ed-border-color);
    background: var(--ed-offwhite-color);
}
.ed-sidebar-header-title {
    font-size: 28px;
    margin: 0;
}
.ed-sidebar-logo {
    max-width: 140px;
    height: 34px;
    object-fit: contain;
    display: inline-block;
}

.ed-sidebar-header button {
    width: 32px;
    height: 32px;
    background: #d73b3e;
    color: #fff !important;
    border-radius: 100%;
    font-size: 12px;
    padding: 0;
    line-height: 35px;
    transition: all 0.4s ease;
    border: none;
}
.ed-sidebar-header button:hover {
    background: #224f89;
}
.ed-sidebar-body {
    padding: 24px;
    overflow-y: scroll;
    margin-bottom: 156px;
}
.ed-sidebar-widget-title {
    font-size: 24px;
    margin-bottom: 16px;
}

.ed-sidebar-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ed-sidebar-widget {
    margin-bottom: 40px;
}
.ed-sidebar-widget .ed-contact__info-item {
    margin-bottom: 24px;
}
.ed-contact__info-item {
    margin-bottom: 36px;
    display: flex;
    gap: 24px;
}
.list-info .list-item .label {
    display: block;
    color: #333;
}
.contact-area .contact-info .list-info .list-item .icon i {
    font-size: 1.45rem;
    color: #333;
}
.contact-area .contact-info .list-info {
    gap: 2rem;
}
/*================================================================================================
    End Sidebars CSS
===================================================================================================*/


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    border: none;
    transition: 1s;
}

.logo-wrapper p {
    position: absolute;
    width: 320px;
    top: 35%;
    left: 9%;
    font-size: 1rem;
    font-weight: 700;
    color: #00a913;
    font-family: 'DM Sans';
    text-transform: uppercase;
}
.logo-wrapper p.sub-logo {
    top: 50%;
    font-weight: 400;
    color: #222;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #224f89;
}

.navbar-nav .nav-item {
    margin-left: 10px;
    padding-left: 0px;
}

.navbar .navbar-nav .nav-link {
    font-family: "DM Sans", sans-serif;
    font-size: .9rem;
    color: #141414;
    margin: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item .dropdown-menu a.nav-link {
    padding: .25rem 1rem;
    font-size: .875rem;    
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--red);
    text-decoration: none;
}
.navbar .navbar-nav .active {
    color: #6d0000 !important;
}
.navbar .navbar-nav .active i {
    color: #6d0000;
}
.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
    /*  position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #aa8453;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active i,
.nav-scroll .navbar-nav .active {
    color: #aa8453 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #1b1b1b;
}
.nav-scroll .dropdown .nav-link i {
    color: #1b1b1b;
}
.nav-scroll .logo-img {
    width: 140px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    color: #1b1b1b;
}
.nav-scroll .logo-wrapper .logo span {
    color: #aa8453;
}
.logo-wrapper {
    float: left;
}
.logo img {
    height: 80px;
}
.nav-item .dropdown-menu {
    min-width: 275px;
}
.nav-item .dropdown-menu li {
    margin-left: 0;
}
.dropdown-item:hover {
    background: rgba(21, 193, 250, 0.10196078431372549);
    color: #333;
}
.nav-item .dropdown-menu li.sub a {
    text-transform: capitalize;
}
.nav-item .dropdown-menu li.sub a:hover {
    background: rgba(21, 193, 250, 0.10196078431372549);
}
.dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.dropdown-menu .nav-item ul {
    top: -3px;
    left: 90%;
}
.page-title-section {
    background-image: url(../../img/bg-head-blue.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 60px;
}
/* end navbar style */

.search-icon i {
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: block;
    color: #222;
    font-size: 22px;
    line-height: 0;
}
.btn-quote {
    margin-left: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    color: #ffffff;
    background: var(--gradient-1);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 25px 14px 35px;
    gap: 10px;
}
.btn-quote span {
    z-index: 3;
    color: #fff;
}
.btn-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-2);
    transition: 0.5s;
    z-index: 2;
}
.btn-quote:hover:before {
    left: 0;
}
.quote i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: #222222;
    background: #fff;
    font-size: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
}

.right-menu {
    margin-left: 30px;
    font-size: 18px;
}

.choose-btn {
    margin-left: -25px;
    margin-top: 20px;
}

.section-title .subtitle {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #565656 !important;
    line-height: 28px;
    margin-bottom: 20px;
    border-radius: 50px;
    display: inline-flex;
    background: #ffebee94;
    padding: 2px 22px;
    border: 1px solid #e573736b;
    position: relative;
    align-items: center;
    gap: 10px;
}

.subtitle::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #565656;
    display: block;
    border-radius: 50%;
}

.section-title .title {
    font-family: "Lato", sans-serif;
}
.section-title.style-2:before {
    background: #fff;
}

.btn-about {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    background: #c72228;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 8px 8px 35px;
    gap: 25px;
}

.btn-about.bg-2 {
    background: #224f89;
}

.btn-about i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: #222222;
    background: #fff;
    font-size: 26px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
}
.btn-about:hover {
    color: #222;
}
.btn-about:hover i {
    transform: rotate(45deg);
}


/* Sticky Floating Button */
.floating-btn {
    position: fixed;
    list-style: none;
    padding: 0;
    z-index: 9;
    bottom: 12%;
    right: -125px;
}
  
.floating-btn li {
    position: relative;
    right: 0;
    width: 190px;
    height: 60px;
    -webkit-box-shadow:0px 0px 5px 1px rgb(153 153 153 / 50%);
    border-radius: 10px 10px 0;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.floating-btn li:nth-child(1){
	background: #e6212a;
}
.floating-btn li:nth-child(2){
	background: #2db742;
}
.show-floating {
    right: 120px !important;
}
.floating-btn .stick-content > a {
    display: inline-block;
    width: 100%;
}
  
.floating-btn .stick-content .img {
    width: 50px;
    float: left;
    margin: 10px 0;
    color: #fff;
    font-size: 24px;
}
  
.floating-btn .stick-content .desc {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #fff;
    float: right;
    width: 110px;
    vertical-align: middle;
}
  
.floating-btn .stick-content .desc span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/* Footer */
.footer {
    padding-top: 30px;
    border-top: none;
    background: #222222;
}
.idvitech {
    background: linear-gradient(to bottom, #039BE5 0%, #039BE5 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
a.idvitech:hover {
    color: #039BE5 !important;
}


/* Berita and Post */
.meta {
    font-size: .75rem;
    padding: 10px 0;
}
.img-berita img{
    border-radius: 18px;
}
.text-berita p {
    margin: 0;
}
.text-berita ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
    letter-spacing: 0.02rem;
    color: #444343;
    font-weight: 400;
}
.widget {
    margin-top: 30px;
}
.sidebar-wrapper {
    padding: 32px 40px;
    background: #ffffff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.sidebar-wrapper .newsletter-form {
    padding: 20px 0;
    border: none;
}
/* ----------------------------------
    05. Slider CSS
------------------------------------ */
.tj-slider-section .banner-shape {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 10%;
    z-index: 2;
}

.tj-slider-section .banner-shape::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 155%;
    top: -30%;
    left: 0;
    background: url(../images/banner/banner-shape.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section .swiper-slide-active .banner-shape {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.tj-slider-section .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-right: 40px;
}
.tj-slider-section .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.tj-slider-section .swiper-pagination {
    width: auto;
    right: 80px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 0 12px;
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.tj-slider-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    opacity: 0.8;
}

.tj-slider-section .swiper-pagination-bullet-active {
    background: var(--tj-primary-color);
    border-color: var(--tj-primary-color);
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
}

.tj-slider-section-three {
    position: relative;
}

.tj-slider-section-three .slider_shape2 {
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.tj-slider-section-three .thumb-slider {
    position: absolute;
    bottom: 12%;
    -webkit-transform: translate(-50% 0%);
    -ms-transform: translate(-50% 0%);
    transform: translate(-50% 0%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.tj-slider-section-three .slider-content {
    margin-top: 45%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30%;
    z-index: 9;
}

.tj-slider-section-three .thumb_slide {
    width: 90px !important;
    text-align: center;
}

.tj-slider-section-three .thumb_slide:last-child {
    margin-right: 0 !important;
}

.tj-slider-section-three .tj-bg-layer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.tj-slider-section-three .tj-bg-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 2;
}

.tj-slider-section-three .thumb_slider img {
    max-width: 80px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 2px solid var(--tj-secondary-color);
}

.tj-slider-section-three .swiper-slide-thumb-active img {
    border: 2px solid var(--tj-primary-color);
}

.tj-slider-section-three .slider-client img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.tj-slider-section-three .slider-client .client-wrapper {
    margin-right: 55px;
}

.tj-slider-section-three .slider-client .client-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: inline-block;
    margin-right: -30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tj-slider-section-three .slider-client .client-auother p {
    font-size: 22px;
    font-weight: 500;
    color: var(--tj-white-color);
    margin-bottom: 0;
}

.slider-content {
    margin-top: 315px;
    margin-bottom: 235px;
    max-width: 825px;
    position: relative;
    z-index: 9;
}

.slider-content .slider-title {
    color: var(--tj-white-color);
    display: block;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.slider-content .slider-desc {
    color: var(--tj-white-color);
    font-size: 17px;
    margin-bottom: 40px;
    max-width: 590px;
    display: block;
}

.tj-slider-section-three .sc-image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: transform 8000ms ease, opacity 1700ms ease-in;
    transition: transform 8000ms ease, opacity 1700ms ease-in,
        -webkit-transform 8000ms ease;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.tj-slider-section-three .swiper-slide .slider-client,
.tj-slider-section-three .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-desc,
.tj-slider-section .swiper-slide .slider-title,
.tj-slider-section .swiper-slide .slider-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease,
        -webkit-transform 1500ms ease;
}

.tj-slider-section-three .swiper-slide .slider-content .tj-theme-button,
.tj-slider-section .swiper-slide .tj-theme-button,
.tj-slider-section .swiper-slide .slider-desc {
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
}
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-client,
.tj-slider-section-three .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-desc,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-title,
.tj-slider-section .swiper-slide.swiper-slide-active .slider-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.tj-slider-section-three
    .swiper-slide.swiper-slide-active
    .slider-content
    .tj-theme-button,
.tj-slider-section .swiper-slide.swiper-slide-active .tj-theme-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.slider-bg-image3 {
    background: url(../images/slider/slider-bg-image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-bg-image3 .container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tj-slider-section-three .select-form-box .select-bm {
    margin-top: 30px;
}

.slider-tabs.slider-tabs-two .tj-input-form {
    padding: 0;
}

.slider-tabs.slider-tabs-two .nav {
    justify-content: center;
    border-bottom: 2px solid var(--tj-secondary-color);
    margin-bottom: 25px;
    justify-content: space-between !important;
}

.slider-tabs.slider-tabs-two .nav-pills .nav-link.active {
    color: var(--tj-white-color);
    background-color: var(--tj-secondary-color);
    border-radius: 3px 3px 0px 0px;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two {
    background: var(--tj-primary-color);
    border-radius: 3px;
    padding: 35px 35px 35px;
    max-width: 550px;
    margin-left: auto;
    margin-top: -95px;
    position: relative;
    z-index: 9;
}

.slider-tabs.slider-tabs-two .select-form-box {
    background: none;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
}

.slider-tabs.slider-tabs-two .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 17px 10px;
}

.slider-tabs.slider-tabs-two .nav-link i {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.hero-style1 {
    top: 30px;
    position: relative;
    z-index: 5;
    padding: 160px 0 0 0;
    text-align: left;
}
.hero-style1 .hero-title {
    color: #fff;
}
.hero-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;    
    text-transform: uppercase;
}
.hero-subtitle {
    margin-top: 25px;
    margin-bottom: 43px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;    
    text-transform: capitalize;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.ot-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffc109;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 7px;
}
.ot-btn span {
    position: relative;
    z-index: 3;
    color: #000;
}
.ot-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    z-index: 2;
}
.ot-btn:hover:before {
    left: 0;
}
.ot-btn.style4 {
    background-color: #222;
    color: #fff;
}

.testimonial-wrapper {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.testimonial-wrapper .array-button {
    position: absolute;
    top: 0;
    right: 0;
}
.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .array-button .array-prev {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--border);
    color: #222;
    font-weight: bold;
}
.array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(166, 161, 130, 0.2);
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
}
.array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .testimonial-image {
    height: 534px;
    width: 850px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .testimonial-area {
    margin-top: 60px;
    max-width: 670px;
}
.testimonial-wrapper .testimonial-items {
    padding: 60px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}
.testimonial-wrapper .testimonial-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .testimonial-items .client-items .client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .client-content h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.testimonial-wrapper .testimonial-items .star {
    margin-top: 30px;
}
.testimonial-wrapper .testimonial-items .star i {
    color: #f8bc26;
}
.testimonial-wrapper .testimonial-items p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: #222;
}

/* Video Gallery */
.post-video .post-head .play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.play-button-video:before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 1.45rem;
    line-height: 1;
    color: #fff;
}

.post-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.post.flex {
    display: flex;
}
.post .post-head {
    position: relative;
    overflow: hidden;
    max-width: 115px;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    margin-bottom: 0.625rem;
}
.post .post-head a {
    position: relative;
    overflow: hidden;
    width: 150px;
}
.post-head .img-lain {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 0.575rem;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.post .post-body {
    padding: 5px 10px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0.65rem;
}
.gallery-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.marquee-group {
    overflow: hidden;
}
.marquee-group .marquee-area {
    gap: 0;
}
.marquee-group .marquee-item {
    width: 115px;
    height: 115px;
    border-radius: 0;
}
.client-area .client-item {
    padding: 0;
}
.client-area .client-item .client-img {
    max-height: 115px;
}
.client-item img:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: #fff;
}
/* Box-hover */
.educate-hover-box {
    background-color: #224f89;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 8px 0 0px 8px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 8px 8px 0;
}
.ed-w-choose__info-single:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ed-w-choose__info-single {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.ed-w-choose__info-single:hover h5,
.ed-w-choose__info-single:hover p {
    color: #fff;
}
/* Jadwal */
.fc-event-title.fc-sticky {
    font-size: 10px;
}
.cta-section .inner .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.2;
}
.footer {
    border-top: none;
    background: #00163f;
}
.footer .section-description-md {
    color: #fff;
}
.footer-brand {
    margin-top: 0;
    display: block;
    padding: 1rem 0;
    border-radius: 7px;
    text-align: center;
}
.footer .brand-img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 150px;
    margin-bottom: 0;
}
.footer .footer-title {
    color: #fff;
    margin-bottom: 0.625rem;
    font-weight: 700;
}

.footer .list-info .list-item {
    position: relative;
    color: #c0c0c0;
}

.footer .footer-bottom {
    position: relative;
    background: #071735;
    padding: 0.625rem 0;
}

.emg-section {
    position: fixed;
    bottom: 10%;
    right: 0;
    height: auto;
    z-index: 10;
}
.grad1 {
    background: var(--gradient-1);
    position: fixed;
}
.grad2 {
    background: var(--gradient-2) !important;
}
.text-yellow {
    color: #f8bc26 !important;
}
.p-medium {
    padding: 2rem !important;
}
.contact-section .contact-maps {
    height: 450px;
}
.contact-area .contact-form {
    width: 60%;
}
.post-meta-info span {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #f83b00;
}

.contact-area .contact-form {
    background: #eef5ff;
}
.contact-area .contact-info .list-info .list-item .icon {
    background: #eef5ff;
}
.intro-section .intro-item {
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 1rem;
}
.intro-section .intro-item .inner .content {
    width: 100%;
    padding: 0;
}

/***** PRICING *****/
.event-info-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    border-bottom: 1px solid rgba(30, 30, 30, 0.10196078431372549);
}

.event-info-list ul li:last-child {
    border: 0;
}

.event-info-list .label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style-inner .event-info-list ul li span {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
}

.tier {
    min-height: 360px;
    margin-top: 10px;
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.1);
    border-radius: 25px;
}
.bg-light {
    background-color: #fff !important;
}
.panel.vstack .title {
    color: var(--bg-head);
    font-size: 1.8rem;
    font-weight: 700;
}
.panel-head {
    background: linear-gradient(0deg, #001d72 -70%, #2c60a3 150%);
    padding: 7px 0;
    border-radius: 10px;
}
.panel-head h3 {
    margin-top: 7px;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
}
ul.list-heading-title li {
    display: flex;
    margin-top: 40px;
}
ul.list-heading-title li i {
    display: inline-block;
    font-size: 16px;
    min-width: 16px;
    line-height: 1;
    margin-right: 10px;
    color: #00b407;
}
ul.list-heading-title {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}
ul.list-heading-title li {
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
}

ul.list-heading-title li p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

/*================================================================================================
    Start Why Choose CSS
===================================================================================================*/
.ed-why-choose {
    padding-bottom: 288px;
}
.ed-w-choose__info-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ed-w-choose__info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
}
.ed-w-choose__info-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.ed-w-choose__info-head h5 {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}
.ed-w-choose__info-head {
    margin-bottom: 20px;
}
.ed-w-choose__info-single {
    margin-top: 44px;
}
.ed-w-choose__info-icon.bg-1 {
    background: rgba(66, 172, 152, 0.09);
}
.ed-w-choose__info-icon.bg-2 {
    background: rgba(223, 67, 67, 0.09);
}
.ed-w-choose__info-icon.bg-3 {
    background: rgba(222, 30, 249, 0.09);
}
.ed-w-choose__main-img img {
    width: 586px;
    height: 585px;
    object-fit: contain;
}
.ed-w-choose__images .counter-card {
    bottom: 40px;
}
.ed-w-choose__shape-1,
.ed-w-choose__shape-2,
.ed-w-choose__pattern-1 {
    position: absolute;
}
.ed-w-choose__shape-1 {
    top: 22%;
}
.ed-w-choose__shape-2 {
    right: 0%;
    bottom: 10%;
}
.ed-w-choose__pattern-1 {
    top: 110px;
    left: 110px;
}
.ed-w-choose__info-bottom p {
    font-size: 0.9rem;
}

/* Fun Fact */
.ed-funfact-area {
    position: relative;
    padding-top: 40px;
}
.ed-funfact-area .it-funfact-item {
    position: relative;
}
.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 1.9;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    color: #222;
    font-size: 38px;
    border-radius: 50%;
}
.ed-funfact-wrap .it-funfact-icon span {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    position: relative;
    margin: 10px;
    margin-bottom: 0;
}

.ed-funfact-wrap .it-funfact-icon span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px dashed #0e2a46;
    transform: scale(1.25);
}

.it-funfact-icon span img{
    width: 48px;
    height: 48px;
}
.ed-funfact-wrap .it-funfact-item.border-style-1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -5%;
    width: 1px;
    height: 162px;
    transform: translateY(-50%);
    border: 1px dashed #0e2a46;
}
.it-funfact-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    color: #333;
}
.it-funfact-content h6 i {
    font-style: normal;
}
.it-funfact-content span {
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    color: #555;
}

.banner-papua-tengah {
    position: relative;
    margin-top: -130px;
    z-index: -1;
    width: 100%;
}
/* Why Choose Style 2 */
.ed-why-choose.ed-why-choose--style2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.ed-why-choose--style2 .ed-w-choose__content {
    margin-bottom: 32px;
}
.ed-why-choose--style2 .ed-w-choose__info {
    display: flex;
    gap: 30px;
}
.ed-w-choose__info-single--style2 {
    margin-top: 15px;
    background: #edf5ff;
    border-radius: 8px;
    padding: 25px 25px 32px 25px;
    width: 354px;
}
.ed-w-choose__images--style2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ed-w-choose__images--style2 .ed-w-choose__main-img img {
    width: 484px;
    height: 520px;
    border-radius: 86px 0px 86px 0px;
    object-fit: cover;
}
.ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    top: 20%;
    left: -32px;
}

/* Why Choose Style 3  */
.ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 110px;
}
.ed-w-choose__images--style3 {
    z-index: 2;
    margin-bottom: 170px;
}
.ed-w-choose__images--style3::before {
    position: absolute;
    content: "";
    border-radius: 560px;
    background: #6fc08185;
    filter: blur(250px);
    width: 560px;
    height: 403px;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ed-w-choose__main-img--style2 {
    text-align: right;
}
.ed-w-choose__main-img--style2 .why-choose-img-1 {
    width: 454px;
    height: 465px;
    border-radius: 8px;
    object-fit: cover;
}
.ed-w-choose__main-img--style2 .why-choose-img-2 {
    width: 355px;
    height: 264px;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    right: 150px;
    bottom: -170px;
}
.ed-w-choose__images--style3 .counter-card {
    bottom: -140px;
    right: 0;
    left: auto;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    top: 14%;
    z-index: -1;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-2 {
    right: auto;
    bottom: 20%;
    left: 1%;
}
.ed-w-choose__shape-3 {
    position: absolute;
    left: 0;
    top: 25%;
    z-index: -1;
}

/* Why Choose Style 4  */

.ed-why-choose--style4 .ed-w-choose__main-img--style2 {
    text-align: left;
}
.ed-why-choose--style4 .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: auto;
    left: 150px;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .counter-card {
    right: auto;
    left: 0;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-2 {
    right: 1%;
    left: auto;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    right: 0;
}
.ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 56px;
}

/*================================================================================================
      End Why Choose CSS
  ===================================================================================================*/

/*  2.8 brand
/*----------------------------------------*/
.bd-partner-bg {
    position: relative;
    z-index: 5;
}
.bd-partner-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/world-map.webp);
    background-size: cover;
    z-index: -1;
}

.bd-brand-wrapper.bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bd-brand-wrapper.bd-brand-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e5e5e5;
    transition: all 0.3s linear;
    padding: 15px 15px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(1) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(2) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(3) {
    border-width: 1px 0px 0px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(4) {
    border-width: 1px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(5) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(6) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(7) {
    border-width: 1px 0px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}
.bd-brand-wrapper.bd-brand-item:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.bd-brand-wrapper.style-two .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bd-brand-wrapper.style-two
    .bd-brand-box.has-border
    .bd-brand-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.bd-brand-wrapper.style-three .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.bd-brand-wrapper.style-three .bd-brand-item {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 6px;
    width: 150px;
    height: 150px;
    transition: 0.4s;
}
.bd-brand-wrapper.style-three .bd-brand-item:hover {
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.1);
}
.bd-brand-wrapper.style-four .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}
.bd-brand-wrapper.style-five .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.bd-brand-wrapper.style-five .bd-brand-item {
    transition: all 0.3s linear;
    padding: 15px 15px;
    text-align: center;
}
.bd-brand-wrapper.style-five .bd-brand-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: #fff;
}
.bd-brand-wrapper.style-five .bd-brand-item:first-child {
    border-width: 0;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
    border-width: 0 0 0 1px;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
    border-width: 0 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
    border-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
    border-width: 1px 0 0 0;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
    border-width: 1px 0 0 1px;
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
    border-width: 1px 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 0 0 1px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}
.bd-brand-wrapper.style-five .bd-brand-item:last-child {
    border-width: 1px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}
@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 0 0 0 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}
.bd-brand-wrapper.style-six {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.bd-brand-section-wrapper.has-margin {
    margin-right: 50px;
}

.brand-filter-bg {
    background-color: #fff;
    filter: drop-shadow(0px -1px 14px rgba(0, 0, 0, 0.15));
}

.bd-partner-area-bg {
    background-color: var(--bd-bg-primary);
    padding: 50px 0;
    border-radius: 16px;
}

.theme-bg-05 {
    background-color: #e1f5fe5c;
    padding: 60px 0;
}

.bd-brand-wrapper.style-five .bd-brand-box.repeat-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    position: relative;
}

.down-mark-line {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../../../dummy/down-mark-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@keyframes section-animation {
    0% {
        width: 0;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}

/* ================================================ */
/* educate blog Area css style-one */
/* ================================================ */
.blog-area {
    padding: 110px 0 100px;
}

.blog-area.style-one.blog {
    padding: 120px 0 120px;
}

.single-blog-box {
    border-radius: 20px;
    background-color: #f1f9fc;
    margin-bottom: 20px;
    transition: 0.5s;
    padding: 25px 25px 35px;
    overflow: hidden;
}

.single-blog-box.box-2 {
    background-color: #f0fbf8;
}

.single-blog-box.box-3 {
    background-color: #fdf7f3;
}

.single-blog-thumb {
    position: relative;
    transition: 0.5s;
}

.single-blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.single-blog-box:hover .single-blog-thumb::before {
    animation: shine 800ms;
}

.single-blog-thumb img {
    border-radius: 20px;
    width: 100%;
}

.blog-meta-top span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 2px 18px;
    background-color: #15c1fa;
}

.single-blog-box.box-2 .blog-meta-top span {
    background-color: #1ec28e;
}

.single-blog-box.box-3 .blog-meta-top span {
    background-color: #ef2651;
}

.blog-content {
    padding: 0 10px 0;
}

.blog-author h4 {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 500;
    margin: 30px 0 18px;
}

.blog-author h4 img {
    margin-right: 10px;
}

.blog-title h3 a {
    margin: 15px 0 20px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 32px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    transition: 0.5s;
}

.blog-title h3 a:hover {
    color: #15c1fa;
}

.single-blog-box.box-2 .blog-title h3 a:hover {
    color: var(--primary-color);
}

.single-blog-box.box-3 .blog-title h3 a:hover {
    color: #ef2651;
}

.blog-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 30px;
    color: #15c1fa;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    border-radius: 25px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    border: 1px solid rgba(21, 193, 250, 0.3);
    padding: 8px 17px 8px 30px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.blog-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #15c1fa;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.single-blog-box.box-2 .blog-btn a::before {
    background: var(--primary-color);
}

.single-blog-box.box-3 .blog-btn a::before {
    background: var(--Secondary-color);
}

.blog-btn a:hover {
    color: var(--color-white);
}

.blog-btn a:hover img {
    filter: brightness(0) invert(1);
}

.blog-btn a:hover::before {
    clip-path: polygon(
        25% -70%,
        75% -70%,
        120% 50%,
        75% 170%,
        25% 170%,
        -20% 50%
    );
}

.single-blog-box.box-2 .blog-btn a {
    color: var(--primary-color);
    background-color: rgba(30, 194, 142, 0.10196078431372549);
    border: 1px solid rgba(30, 194, 142, 0.3);
}

.single-blog-box.box-2 .blog-btn a:hover {
    color: var(--color-white);
}

.single-blog-box.box-3 .blog-btn a {
    color: #ff5722;
    background-color: rgb(255 63 63 / 21%);
    border: 1px solid rgb(255 63 63 / 30%);
}

.single-blog-box.box-3 .blog-btn a:hover {
    color: var(--color-white);
}

/* pagination */

.blog-area.style-one.blog .pagination-menu {
    margin-top: 40px;
}

.blog-area.style-one.blog .pagination-menu ul li {
    display: inline-block;
}

.blog-area.style-one.blog .pagination-menu ul li a {
    display: inline-block;
    opacity: 0.8;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(1, 14, 34, 0.1);
    transition: 0.5s;
}

.blog-area.style-one.blog .pagination-menu ul li a:hover {
    background-color: var(--primary-color);
    color: #333;
}

/*================================================================================================
    Start Call Action CSS
===================================================================================================*/
.ed-call-action {
    margin-bottom: -125px;
    z-index: 2;
}
.ed-call-action__inner {
    background: #151f64;
    border-radius: 8px;
    overflow: hidden;
    padding: 80px 80px 80px 0px;
}
.ed-call-action__content {
    margin-top: 60px;
}
.ed-call-action .ed-section-head__sm-title {
    color: #fff;
}

.ed-call-action .ed-section-head__title {
    color: #fff;
}
.ed-call-action .ed-section-head__text {
    color: rgba(255, 255, 255, 0.8);
}

.ed-call-action .ed-btn {
    background: var(--ed-tertiary-color);
    color: #263238;
}
.ed-call-action .ed-btn:hover {
    background: var(--ed-white-color);
}
.ed-call-action .ed-btn i {
    background: var(--ed-secondary-color);
    color: var(--ed-white-color);
}
.ed-call-action__img {
    text-align: center;
}
.ed-call-action__img img {
    object-fit: cover;
    border-radius: 50%;
}
.ed-call-action__img {
    position: relative;
    z-index: 2;
}
.ed-call-action__shape-1 {
    position: absolute;
    left: 24px;
    top: 60px;
    z-index: 22;
}
.ed-call-action__shape-2 {
    position: absolute;
    top: 78px;
    left: 35%;
    z-index: 22;
}
.ed-call-action__shape-3 {
    position: absolute;
    right: 0;
    bottom: -16px;
    z-index: 22;
}

/* Call Action Style 2 */

.ed-call-action--style2 {
    margin-bottom: 0;
    background: var(--ed-primary-color);
}
.ed-call-action__inner--style2 {
    background: transparent;
    border-radius: 0;
    padding: 0;
    overflow: initial;
}
.ed-call-action__inner--style2 .ed-call-action__img::before {
    width: 536px;
    height: 536px;
    left: 50%;
    bottom: -150px;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, 0);
}
.ed-call-action__inner--style2 .ed-call-action__img img {
    width: 400px;
    height: 544px;
    object-fit: cover;
}

.ed-call-action--style2 .ed-call-action__shape-1 {
    left: 144px;
    top: -72px;
    transform: rotate(-180deg);
}
.ed-call-action--style2 .ed-call-action__shape-3 {
    right: 244px;
    bottom: -72px;
}
.ed-call-action--style2 .ed-call-action__shape-2 {
    top: 214px;
    left: 23%;
}
.ed-call-action--style2 .ed-call-action__shape-4 {
    position: absolute;
    right: -22px;
    top: 182px;
}

.ed-call-action--style2 .ed-call-action__img {
    padding-top: 50px;
}
.ed-call-action--style2 .ed-call-action__content {
    margin-top: 145px;
    padding-left: 56px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .ed-call-action--style2 .ed-call-action__shape-2 {
        left: 17%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ed-call-action {
        margin-bottom: 0;
    }
    .ed-call-action__inner {
        padding: 40px 40px 0px 40px;
    }
    .ed-call-action__shape-1 {
        display: none;
    }
    .ed-call-action__content {
        margin-top: 0;
    }
    .ed-call-action__img::before {
        width: 420px;
        height: 410px;
        bottom: -156px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ed-call-action__img img {
        width: 100%;
        height: 420px;
        object-fit: contain;
    }
    .ed-call-action__shape-3 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__shape-4 {
        right: 0;
    }

    .ed-call-action--style2 .ed-call-action__shape-2 {
        top: 0;
    }
}

@media only screen and (max-width: 991.99px) {
    .ed-call-action {
        margin-bottom: 0;
    }
    .ed-call-action__inner {
        padding: 40px 40px 0px 40px;
    }
    .ed-call-action__shape-1 {
        display: none;
    }
    .ed-call-action__content {
        margin-top: 0;
    }
    .ed-call-action__img::before {
        width: 420px;
        height: 410px;
        bottom: -156px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ed-call-action__img img {
        width: 100%;
        height: 420px;
        object-fit: contain;
    }
    .ed-call-action__img {
        margin-top: 40px;
    }
    .ed-call-action__shape-3 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__inner {
        padding: 40px 0px 0px 0px;
    }
    .ed-call-action--style2 .ed-call-action__content {
        margin-top: 0;
    }

    .ed-call-action__inner--style2 .ed-call-action__img img {
        width: 100%;
        height: 320px;
        object-fit: contain;
    }
    .ed-call-action--style2 .ed-call-action__img {
        padding-top: 0;
    }

    .ed-call-action__inner--style2 .ed-call-action__img::before {
        bottom: -250px;
    }
    .ed-call-action--style2 .ed-call-action__shape-4,
    .ed-call-action--style2 .ed-call-action__shape-2 {
        display: none;
    }
    .ed-call-action--style2 .ed-call-action__content {
        padding-left: 0px;
    }
}
/*================================================================================================
      End Call Action CSS
  ===================================================================================================*/

/* ================================================ */
/* educate why choose Area css style-one */
/* ================================================ */
.why-choose-area {
    background: url(../images/home-one/choose-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 105px 0 125px;
}

.why-choose-area.section-title-desc p {
    width: 78%;
}

.why-choose-area.section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.choose-item-menu {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-top: 38px;
}

.choose-item-menu ul li:nth-child(1),
.choose-item-menu ul li:nth-child(2),
.choose-item-menu ul li:nth-child(3),
.choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Lato", sans-serif;
    border-radius: 10px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}

.choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

.choose-item-menu ul li:nth-child(2)::before {
    background-color: var(--Secondary-color);
}

.choose-item-menu ul li:nth-child(3)::before {
    background-color: var(--fourtiary-color);
}

.choose-item-menu ul li:nth-child(4)::before {
    background-color: var(--tertiary-color);
}

.choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.choose-item-menu ul li:hover {
    color: #333;
    cursor: pointer;
}

.choose-item-menu ul li:hover img {
    filter: brightness(0) invert(1);
}

.choose-item-menu ul li img:nth-child(1),
.choose-item-menu ul li img:nth-child(2),
.choose-item-menu ul li img:nth-child(3),
.choose-item-menu ul li img:nth-child(4) {
    margin-right: 9px;
}

.choose-item-menu ul li:nth-child(2) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 55px 14px 25px;
}

.choose-item-menu ul li:nth-child(3) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

.choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    padding: 14px 90px 14px 25px;
}

.choose-item-menu ul li:nth-child(5) {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    border-radius: 10px;
    background-color: rgba(21, 193, 250, 0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}
p.choose-suport-des {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

p.choose-suport-des img {
    margin-right: 10px;
}

.choose-btn a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 26px;
    padding: 12px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.choose-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.choose-btn a:hover::before {
    clip-path: polygon(
        25% -70%,
        75% -70%,
        120% 50%,
        75% 170%,
        25% 170%,
        -20% 50%
    );
}

.choose-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
}

.choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    font-weight: 600;
}

.choose-skill-content p {
    display: block;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.choose-thumb {
    position: relative;
}

.choose-shape-dot {
    position: absolute;
    top: 0;
    right: 192px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: rotateme 8s linear infinite;
}

.choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--color-white);
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: bounceleft 4s linear infinite;
}

.choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: rotateme 18s linear infinite;
}

/* Team */
.bd-instructor-wrapper.style-two .bd-instructor-thumb-wrap {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
    border-radius: 16px;
    width: 135px;
}
.bd-instructor-wrapper.style-two .bd-instructor-info .name {
    margin-bottom: 5px;
}
.bd-instructor-wrapper.style-two .bd-instructor-info span {
    display: block;
    font-size: 0.8rem;
    color: #333;
}

/* Team detail */
.bd-instructor-details-info {
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.sidebar-left {
    margin-right: 15px;
}
.sidebar-sticky {
    position: sticky;
    top: 120px;
}
.bd-instructor-details-info .designation {
    color: #6c757d;
}
.bd-instructor-details-info .bd-instructor-info-list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bd-instructor-details-info .bd-instructor-info-list ul li:not(:last-child) {
    margin-bottom: 5px;
}
.bd-instructor-details-info .bd-instructor-info-list ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--bd-taxonomy-color);
    transition: var(--transition);
}
.bd-instructor-details-info .bd-instructor-info-list ul li a i {
    color: #224f89;
}
.bd-instructor-details-info .bd-instructor-info-list ul li a:hover {
    color: #224f89;
}
.bd-instructor-details-info .bd-instructor-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.bd-instructor-details-info .bd-instructor-rating .rating-star i {
    font-size: 14px;
    color: #fec300;
}
.bd-instructor-details-info .bd-instructor-rating .rating-count {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.bd-instructor-details-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-instructor-feature-box {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.bd-instructor-details-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    background: #bbdefb;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    color: #222;
}
.bd-instructor-details-desc {
    padding: 5px 20px 30px;
}

.bd-instructor-progress .progress-item {
    margin-bottom: 20px;
}
.bd-instructor-progress .title {
    font-size: 16px;
    color: var(--bd-label-color);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}
.bd-instructor-progress .progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
}
.bd-instructor-progress .progress {
    height: 100%;
    background-color: var(--bd-primary);
    border-radius: 5px;
    position: relative;
    width: 0;
    transition: width 1s ease-in-out;
}
.bd-instructor-progress .progress.bg-1 {
    background-color: #ffd43b;
}
.bd-instructor-progress .progress.bg-2 {
    background-color: #ff6f00;
}
.bd-instructor-progress .progress.bg-3 {
    background-color: #150458;
}
.bd-instructor-progress .progress.bg-4 {
    background-color: #4479a1;
}
.bd-instructor-progress .progress.bg-5 {
    background-color: #412991;
}
.bd-instructor-progress .percentage {
    font-size: 18px;
    font-weight: 500;
    color: var(--bd-theme-black);
    line-height: 1;
}
.bd-instructor-progress .progress-counter {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.bd-experience-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-experience-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .bd-experience-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-experience-box {
    background-color: var(--bd-bg-primary);
    padding: 30px 30px;
    text-align: center;
    border-radius: 8px;
}
.bd-experience-box .icon {
    color: var(--bd-primary);
    margin-bottom: 10px;
}
.bd-experience-box .title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.bd-experience-box .subtitle {
    color: var(--bd-label-color);
    font-size: 20px;
}

.bd-author-wrapper.style-one .bd-author-item {
    text-align: center;
}
.bd-author-wrapper.style-one .bd-author-item:hover .bd-author-name {
    color: var(--bd-primary);
}
.bd-author-wrapper.style-one .bd-author-thumb {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 0 auto;
}
.bd-author-wrapper.style-one .bd-author-thumb img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.bd-author-wrapper.style-one .bd-author-name {
    font-size: 18px;
}
.bd-instructor-info .name {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
}


/* Modifikasi */
.headline.padd-100 {
    padding-top: 125px;
}

/* headline */
.ticker-wrap{
    margin: 10px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #c9f26957;
    border-radius: 5px;
}
.jctkr-label{
    height: 35px;
    padding: 0 15px;
    line-height: 2.2rem;
    background: var(--primary);
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}
.jctkr-label:hover{
    background: var(--red);
}
[class*="js-conveyor-"] ul{
    display: inline-block;
    opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
    padding: 0 10px;
    line-height: 35px;
    font-size: 1.375rem !important;
}
.jctkr-wrapper ul li a{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.785rem;
    color: #333;
}
.jctkr-wrapper ul li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
.jctkr-wrapper ul li a::before {
    background-color: #02984f;
    position: relative;
}
/*** 05. Slider
------------------------------------------------------------------------------*/
.thm-margin {
    margin: 0 !important;
}
.thm-padding {
    padding: 0 !important;
}
.slider-inner {
    position: relative;
    margin-bottom: 20px;
}
.masonry-slider img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-post {
    position: relative;
    padding: 7px;
}

figure img {
    width: 100%;
}

/* Slider control ------*/

.masonry-slider .swiper-button-next,
.masonry-slider .swiper-button-prev {
    width: 35px;
    height: 50px;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.5);
}

.masonry-slider .swiper-button-next:hover,
.masonry-slider .swiper-button-prev:hover {
    background-color: var(--bs-primary);
}

.masonry-slider .swiper-button-next:after,
.masonry-slider .swiper-button-prev:after {
    font-size: 18px;
}

.masonry-slider .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}

.masonry-slider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--bs-primary));
}

.slider-post {
    position: relative;
}

.post-height-1 {
    height: 460px;
}

.home-nine .post-height-1,
.home-nine .post-height-1 .news-image img {
    height: 390px;
}

.post-height-1 .news-image img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

ul.authar-info li {
    margin-left: 0;
    padding-left: 0;
}
@media(min-width: 768px) {

    .home-nine .post-height-1,
    .home-nine .post-height-1 .news-image img {
        height: 482px;
    }
}

@media(min-width: 992px) {

    .home-nine .post-height-1,
    .home-nine .post-height-1 .news-image img {
        height: 642px;
    }
}

.post-height-2 {
    height: 229px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.post-height-3 {
    height: 460px;
    margin-left: 2px;
    line-height: 0;
    overflow: hidden;
}

.post-height-4 {
    height: 229px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.news-image {
    z-index: 1;
    display: block;
}

.slider-right-post .post-height-3 .news-image img {
    margin: 0 auto;
    opacity: .9;
    position: absolute;
    left: -10030px;
    right: -9999px;
    width: auto;
    height: 460px;
}

.slider-right-post .news-image img {
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
    object-fit: cover;
}


.home-nine .post-height-2,
.home-nine .post-height-4,
.home-nine .slider-right-post .news-image img {
    height: 150px;
}

@media (min-width: 768px) {

    .home-nine .post-height-2,
    .home-nine .post-height-4,
    .home-nine .slider-right-post .news-image img {
        height: 240px;
    }
}

@media (min-width: 992px) {

    .home-nine .post-height-2,
    .home-nine .post-height-4,
    .home-nine .slider-right-post .news-image img {
        height: 320px;
    }
}

.news-content {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
}

.post-text {
    padding: 40px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, .7)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .7) 100%);
}

.post-category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 7px;
    padding: 3px 10px;
    background-color: var(--main-color);
    letter-spacing: 0.5px;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 3px;
}

.post-text h2,
.post-text h4 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    width: 100%;
    font-size: 18px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-text h2 a,
.post-text h4 a {
    color: #fff;
}

.post-text .authar-info {
    margin: 0;
    list-style: none;
}

.post-text .authar-info li,
.post-text .authar-info li a {
    color: #fff;
}

.slider-right-post .post-text {
    padding: 15px
}

@media(max-width:767px) {
    .slider-inner .container {
        padding: 0 !important;
    }

    .post-height-1 {
        height: auto;
    }

    .post-height-1 .news-image img {
        height: auto;
    }

    .post-text {
        padding: 10px 10px 40px;
    }

    .post-text h2,
    .post-text h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .post-height-2,
    .slider-right-post .news-image img,
    .post-height-4 {
        height: 190px;
    }

    .post-height-3 {
        height: 135px;
    }

    .slider-right-post .post-height-3 .news-image img {
        min-width: 0;
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        height: 166px;
    }

    .post-height-2,
    .post-height-3,
    .post-height-4 {
        margin: 8px 3px 0 3px;
    }

    .slider-right-post .post-text {
        padding: 10px;
    }

    .post-category {
        font-size: 12px;
        font-weight: 500;
        padding: 0px 7px;
    }
}

@media(max-width:575px) {

    .post-height-2,
    .slider-right-post .news-image img,
    .post-height-4 {
        height: 120px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .post-height-1,
    .post-height-1 .news-image img,
    .post-height-3,
    .slider-right-post .post-height-3 .news-image img {
        height: 320px;
    }

    .post-text {
        padding: 40px 15px;
    }

    .post-text h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .post-text h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .post-height-2,
    .post-height-4,
    .slider-right-post .news-image img {
        height: 159px;
    }

    .slider-right-post .post-text {
        padding: 15px;
    }
}

.slider-post .authar-info li .editor-name {
    font-weight: 700;
    color: #fff;
}

/**** CEK HARGA ****/
.cek-harga {
    box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
    padding: 30px;
    border-radius: 10px;
    border-top: 3px solid #1f4b97;
    border-right: 4px solid #1f4b97;
    border-bottom: 4px solid #ff3400;
    border-left: 3px solid #ff3400;
}
.cek-harga .control-label {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    line-height: 35px;
}
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    font-size: 0.875rem;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.cek-harga .input-group {
    height: 35px;
}
.cek-harga .form-control {
    font-size: 0.875rem;
}
.btn-default {
    font-size: 0.875rem;
}
.btn-default:hover{
    color: #fff;
    font-weight: 400;
}
.btn-small {
    padding: 5px 15px;
    font-size: .85rem;
}
.paket-harga .card, .harga-layanan .card {
    box-shadow: 0px 5px 5px 0px rgba(3, 75, 91, 0.10);
    border-radius: 10px;
    border-top: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid #FFC107;
    border-left: 2px solid #FFC107;
}
.paket-harga .card-body {
    min-height: 200px;
}
.harga-layanan .card h5 {
    color: var(--accent-color);
}
.harga-layanan .card {
    min-height: 165px;
}
.services-icon {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.services-one__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--accent-color);
    z-index: -1;
}
.services-icon i{
    font-size: 1.8rem;
    color: var(--black);
}
.btn-order, .btn-order:hover {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--accent-color);
    padding: 5px 25px;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0 0 7px;
}

p.card-text strong {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.cargo-shipment{
    padding: 20px 0px 100px;
}

.paket-harga {
    position: relative;
    z-index: 99;
    margin-top: -150px;
}
.paket-harga .card-text{
    margin-top: 60px;
    font-family: "DM Sans", sans-serif;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.paket-harga .card-text.text2 {
    color: #373737;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

/* agenda event */
.event-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.event-card.style-2 {
    padding: 35px 14px;
    min-height: 225px;
    gap: 30px;
}
.event-card:not(:last-child) {
    margin-bottom: 15px;
}

.event-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.event-card .box-img {
    position: relative;
    width: 400px;
    border-radius: 8px;
    z-index: 2;
}
.event-card.style-2 .box-img {
    position: relative;
    min-width: 125px;
    border-radius: 8px;
    z-index: 2;
}
.event-card .box-img img {
    border-radius: 8px;
}
.event-card.style-2 .box-img img {
    width: 125px;
}
.event-card .box-title {
    margin-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 700;
}
.event-card.style-2 .box-title {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
}
.event-card .box-title a:hover {
    color: var(--primary);
}
.event-card .event-meta{
    display: grid;
    grid-template-columns: max-content;
    gap: 8px;
}
.event-card .event-meta .event-date,
.event-card .event-meta .event-location {
    font-size: 0.875rem;
    color: var(--text-color);
}
.event-card.style-2 .event-meta .event-date,
.event-card.style-2 .event-meta .event-location {
    font-size: 0.75rem;
    color: var(--text-color);
}
.event-card .event-meta a:hover{
    color: var(--primary);
}
.info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.info-card:not(:last-child) {
    margin-bottom: 15px;
}
.info-card .box-img {
    position: relative;
    border-radius: 8px;
    z-index: 2;
}
.info-card .box-img img {
    border-radius: 8px;
    max-width: 80px;
    transition: transform 500ms ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.info-card .box-title {
    margin-bottom: 10px;
    font-size: .875rem;
    font-weight: 400;
}
.info-card .box-title a:hover {
    color: var(--primary);
}


/* sidebar */
.search-form{
    padding-top: 30px;
    padding-bottom: 30px;
}
.search-form .newslttr-grp{
    position: relative;
    z-index: 1;
    width: 100%;
}
.search-form .newslttr-grp .form-control{
    padding:30px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B1B1B1;
    width: 100%;
    border-radius: 50px;
}
.search-form .newslttr-grp .btn {
    background: #009688;
    padding: 15px 23px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
/* Footer */
.footer > * > .inner {
    padding: .2rem 0 3.2rem 0;
}
.footer .padd-60{
    padding-top: 60px;
}
.newsletter-form{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #676767;
}
.newsletter-form h2,
.newsletter-form p{
    color: #fff;
    margin-bottom: 0;
}
.newsletter-form h2{
    padding-top: 6px;
}
.newsletter-form .right-content{
    max-width: 535px;
    width: 100%;
}
.newsletter-form .newslttr-grp{
    position: relative;
    z-index: 1;
}
.newsletter-form .newslttr-grp .form-control{
    padding:40px 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #B1B1B1;
    width: 100%;
    border-radius: 50px;
}
.newsletter-form .newslttr-grp .btn{
    background: var(--second-color);
    padding: 15px 33px;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* About Area */
.about-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-area .title-area .sec-title {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.25;
    color: #222;
}
.about-area .title-area .sub-title {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}
.about-area .text p{
    color: #333333;
    font-size: .9rem;
    font-weight: 300;
}
.about-area .text h5 {
    margin-bottom: 10px;
}

.about-area .text ul,
.about-area .text ol {
    list-style: number;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 15px;
    color: #333333;
    font-size: .9rem;
    font-weight: 300;
}
/*
.about-area .text ul {
    margin-top: -15px;
    margin-left: -15px;
}
.about-area .text ul li p {
    margin-bottom: 5px;
}
*/
/* Single Page Area */
.singlepage-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.singlepage-area .title-area .sec-title {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.25;
    color: #222;
}
.singlepage-area .title-area .sub-title {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}
.singlepage-area .text p{
    color: #333333;
    font-size: .9rem;
    font-weight: 300;
}
.singlepage-area .text ul {
    list-style: number;
    margin-top: 0;
    margin-left: 15px;
    color: #333333;
    font-size: .9rem;
    font-weight: 300;
}
.singlepage-area .text ul li::marker {
  font-weight: bold;
}
.singlepage-area .text ul li p {
    margin-bottom: 5px;
}
/* produk hukum */
.title-pub {
    padding-bottom: 10px;
    font-size: 1rem;
}

/* kontak */
.single-con-dts {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    min-height: 60px;
}

.single-con-dts .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #03b04b -0.02%, #FFDD01 100.06%);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
}

.single-con-dts h2 {
    padding-bottom: 12px;
}

.single-con-dts a {
    font-size: .8rem;
    display: block;
    word-break: break-all;
}
.single-con-dts h5 {
    margin: 0;
    font-size: 1rem;
}
.img-box5 {
    position: relative;
    z-index: 3;
}

.img-box5_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
}
.img-box5 .img1,
.img-box5 .img2 {
    border-radius: 24px;
}

.img-box5 .img1 img,
.img-box5 .img2 img {
    border-radius: 24px;
}

.about-feature.style4 {
    padding: 40px;
    background: #EBF5F3;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;

}
.about-feature.style4:not(:last-child) {
    margin-bottom: 24px;
}

.about-feature.style4 .box-title {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}
.about-feature.style4 p,
.about-feature.style4 ul li {
    color: #333333;
    font-size: .875rem;
    font-weight: 300;
}
.about-feature.style4 ul {
    margin-top: -15px;
    margin-left: -15px;
}
.service-widget-right.links {
    padding: 32px 40px;
    background: #fff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.service-widget-right h2 {
    padding-bottom: 8px;
    position: relative;
    font-size: 1.5rem;
}

.service-widget-right h2:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #EDEDFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-widget-right h2:before {
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(90deg, #10b1ab -0.02%, #FBD826 100.06%);
    background: linear-gradient(90deg, #10b1ab -0.02%, #FBD826 100.06%);
    content: '';
    z-index: 1;
}

.service-widget-right.links .btns {
    padding-top: 5px;
}

.service-widget-right.links .btns .btn {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 10px 38px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 25px;
    color: #1A1A1A;
    position: relative;
    transition: 0.3s all ease;
    background: var(--gradient-2);
    border: none;
}

.service-widget-right.links .btns .btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.service-widget-right.links .btns .btn:hover {
  background: -webkit-linear-gradient(90deg, #10b1ab -0.02%, #FBD826 100.06%);
  background: linear-gradient(90deg, #10b1ab -0.02%, #FBD826 100.06%);
  color: #fff;
}

/* Responsive */
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .bd-partner-bg::before {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ed-why-choose.ed-why-choose--style3 {
        overflow: hidden;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        right: 50px;
    }
    .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
        top: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(4, 1fr);
    }
    .ed-w-choose__main-img {
        text-align: center;
        margin-top: 40px;
    }
    .ed-w-choose__pattern-1 {
        display: none;
    }
    .ed-w-choose__main-img img {
        height: 480px;
        object-fit: contain;
    }
    .ed-w-choose__shape-1 {
        left: 24%;
    }

    .ed-w-choose__shape-2 {
        right: 14%;
    }
    .ed-w-choose__images--style2 {
        position: inherit;
    }
    .ed-w-choose__images--style2 .ed-w-choose__main-img img {
        height: 380px;
    }
    .ed-w-choose__info-single--style2 {
        width: auto;
    }
    .ed-why-choose--style2 .ed-w-choose__info {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ed-why-choose.ed-why-choose--style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
        left: 0;
        display: none;
    }
    .ed-why-choose.ed-why-choose--style3 {
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style3 {
        margin-top: 40px;
    }
    .ed-w-choose__main-img--style2 {
        text-align: center;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        right: 272px;
    }
    .ed-w-choose__images--style3 .counter-card {
        bottom: -130px;
        right: 70px;
    }
    .ed-w-choose__shape-3 {
        display: none;
    }
    .ed-why-choose--style4 .ed-w-choose__content {
        padding-left: 0;
        margin-top: 40px;
    }
    .ed-why-choose--style4 .ed-w-choose__images {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        position: relative;
    }
    .show {
        display: block !important;
    }
    .hero-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;    
        text-transform: uppercase;
    }
    .hero-subtitle {
        margin-top: 25px;
        margin-bottom: 43px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: .75rem !important;
        color: #fff;    
        text-transform: capitalize;
    }
    .event-card .box-img {
        position: relative;
        min-width: 70px;
        border-radius: 8px;
        z-index: 2;
    }
    .event-card .box-title {
        font-size: .75rem !important;
    }
    .event-card .event-meta .event-date, .event-card .event-meta .event-location {
        font-size: 0.675rem;
    }
    .newsletter-form .newslttr-grp .form-control {
        margin-top: 20px;
    }
	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .ed-why-choose {
        padding-bottom: 80px;
    }
    .ed-w-choose__pattern-1 {
        display: none;
    }
    .ed-w-choose__info-single {
        margin-top: 24px;
    }
    .ed-w-choose__main-img img {
        width: 100%;
        height: 320px;
    }
    .ed-w-choose__shape-2 {
        display: none;
    }
    .ed-w-choose__images .counter-card {
        bottom: 0;
    }
    .ed-w-choose__shape-1 {
        top: 12%;
    }
    .ed-w-choose__images {
        margin-top: 40px;
    }

    .ed-why-choose.ed-why-choose--style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ed-w-choose__images--style2 {
        position: inherit;
    }

    .ed-w-choose__info-single--style2 {
        padding: 24px;
        width: 100%;
    }
    .ed-w-choose__info-head {
        margin-bottom: 12px;
    }
    .ed-why-choose--style2 .ed-w-choose__info {
        display: block;
    }
    .ed-w-choose__images--style2 .ed-w-choose__main-img img {
        width: 100%;
        height: 320px;
    }
    .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
        top: 0;
        left: 0;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-2 {
        display: none;
    }
    .ed-w-choose__main-img--style2 .why-choose-img-1 {
        width: 100%;
        height: 364px;
    }
    .ed-w-choose__images--style3 {
        margin-bottom: 0;
    }
    .ed-why-choose.ed-why-choose--style3 {
        padding-bottom: 80px;
        overflow: hidden;
    }
    .ed-w-choose__shape-3 {
        display: none;
    }
    .ed-why-choose--style4 .ed-w-choose__content {
        padding-left: 0;
        margin-top: 40px;
    }
    .ed-why-choose--style4 .ed-w-choose__images {
        margin-top: 0px;
    }
	.contact-area .contact-form {
		width: 100%;
	}
	.footer {
		padding-top: 0;
	}
}


@media screen and (max-width: 576px) {
    .hero-style1 {
        top: 0;
        position: relative;
        z-index: 5;
        padding: 37px 20px 0 20px;
        text-align: left;
    }
    .hero-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.25;
        text-transform: uppercase;
    }
    .hero-subtitle {
        margin-top: 18px;
        margin-bottom: 30px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 1.1rem !important;
        color: #fff;
        text-transform: capitalize;
    }
    .page-title-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .logo img {
        height: 50px;
    }
    .menubar-right {
        display: none;
    }
    .section-heading-2 {
        font-size: 0.8rem;
        line-height: 25px !important;
    }
    .testimonial-wrapper .testimonial-image {
        display: none;
    }
    .testimonial-wrapper .testimonial-area {
        margin-top: 60px;
        max-width: 400px;
    }

    .navbar-collapse.collapse.show .navbar-nav {
        position: absolute;
        display: block;
        background: var(--second-color);
        width: 100%;
        margin-top: 0;
        padding: 0;
        margin-left: 0;
        z-index: 99;
        padding: 10px 20px;
    }

    .fc-toolbar-title,
    .fc-button.fc-button-primary {
        font-size: 12px !important;
    }
	.dropdown-menu .nav-item ul {
		top: 80%;
		left: 56%;
	}
    .navbar-collapse .nav-item .nav-link {
        color: #fff;
    }
    .navbar-collapse .nav-item .dropdown-menu .nav-item .nav-link{
        color: #222;
    }
	.hero-subtitle {
		font-size: 2rem;
	}

    .btn-about {
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 3;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        transition: 0.4s;
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        background: #c72228;
        border-radius: 10px;
        padding: 10px;
        gap: 10px;
    }

    .btn-about i {
        position: relative;
        z-index: 2;
        transition: 0.4s;
        color: #222222;
        background: #fff;
        font-size: 18px;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px 50px 50px 50px;
    }

    .about-section .content .action {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-top: 1.25rem;
    }

    .about-section .thumb {
        position: relative;
        margin-bottom: 20px;
    }

    .why-choose-area {
        padding: 40px 0 70px;
    }
    .bd-brand-wrapper.style-five .bd-brand-box.repeat-9 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }
	.bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .ed-call-action {
        margin-bottom: 20px !important;
    }
    .ed-call-action__img img {
        height: 100% !important;
        margin-bottom: 20px !important;
    }
    .ed-call-action__content-btn {
        margin-bottom: 20px;
    }
	.bd-instructor-item {
		margin-bottom: 25px;
	}
	.bd-instructor-info .name {
		margin-top: 20px;
		text-transform: uppercase;
		font-size: .875rem;
	}
	.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
		width: 100%;
	}
	.greview {
		padding: 20px;
	}

    .banner-papua-tengah {
        margin-top: -60px;
    }
    .floating-btn {
        display: none;
    }
}

@media screen and (max-width: 376px) {
    .hero-style1 {
        top: 0;
        position: relative;
        z-index: 5;
        padding: 37px 20px 0 20px;
        text-align: left;
    }
    .hero-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.25;
        text-transform: uppercase;
    }
    .hero-subtitle {
        margin-top: 18px;
        margin-bottom: 30px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: .9rem !important;
        color: #fff;
        text-transform: capitalize;
    }
}


.footer-one__bg {
    position: absolute;
    bottom: 55px;
    opacity: .65;
}


/* data pendidikan */
.table-pendidikan {
    background-color: var(--second-color);
    border-radius: 1rem;
    border: none;
}
.table-pendidikan tr {
    border: none;
}
.table-pendidikan th, .table-pendidikan td {
    padding: 12px 16px;
    color: #fff;
    border: 1px solid #fff;
}