:root {
    --theme-color : #d1232a;
    --c-dark-blue: #253f8e;
    --c-gray2 : #a6a6a6;
    --c-gray3 : #E6E6E6;
    --c-gray4 : #eaedf7;
    --c-gray5 : #737373;
    --c-gray6 : #f7f7f7;
    --c-gray7 : #d9d9d9;
    --c-gray8 : #f6f6f6;
    --c-gray7-o5 : rgba(217, 217, 217, .5);
    --c-dark-red : #d1232a;
    --c-red : #e20053;
    --c-light-blue : #00aeef;
    --c-soft-yellow : #eee5ce;
    --c-yellow : #F4E100;

    --c-black1 : #545454;
    --c-orange : #d6982a;
}
 
b, strong {
    font-family: 'metro-b' !important;
}


/* >>>>> GENERAL <<<<< */

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }
.mb95 { margin-bottom: 95px; }
.mb100 { margin-bottom: 100px; }


.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}
.pt120 {padding-top: 120px;}
.pt130 {padding-top: 130px;}
.pt140 {padding-top: 140px;}
.pt150 {padding-top: 150px;}
.pt190 {padding-top: 190px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}
.pb120 {padding-bottom: 120px;}
.pb150 {padding-bottom: 150px;}
.pb200 {padding-bottom: 200px;}
.pb250 {padding-bottom: 250px;}

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }


.box-shadow1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.border-gray {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.c-dark-red {color: var(--c-dark-red) !important;}
.c-gray2 {color: var(--c-gray2) !important;}

.mt60 {margin-top: 60px;}

.mb60 {margin-bottom: 60px;}

.page-title-top {
    padding-top: 120px;
}

.site-heading.custom .site-title {
    color: var(--c-dark-blue) !important;
    font-size: 42px;
}

.site-heading.custom .site-title-tagline {
    color: var(--c-black1);
    font-weight: bold;
}

.site-heading.custom .site-shadow-text {  
    line-height: 100px;
}

.site-shadow-text {
    color: var(--c-gray8);
}

.site-heading.custom.underline::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 250px;
    height: 2px;
    background: var(--c-gray2);
    bottom: -18px;
    left: 0;
}

.site-heading.custom.underline::after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 81px;
    height: 10px;
    background-color: var(--c-dark-blue);
    bottom: -22px;
    left: 34px;
}

.custom-section-title .title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--color-white);
    background: var(--c-dark-blue);
    width: max-content;
    padding: 10px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.custom-section-title-nobg .title {
    color: var(--c-dark-blue);
    margin-left: 80px;
}


.custom-section-title.center .title {
    margin: 0 auto 50px;
}

.custom-section-title.full .title{
    width: 100%;
    text-align: center;
}

.custom-section-title.bg-pink .title {
    background: var(--c-gray7);
}

.custom-section-title.bg-soft-yellow .title {
    background: var(--c-soft-yellow);
    color: var(--c-light-blue) !important;
}

/* BUTTON COLORED BG */


.theme-btn-bg1{
    background: var(--c-dark-blue);
    color: var(--color-white);
}

.theme-btn-bg1::before { 
    background: var(--c-light-blue);
} 
 
.theme-btn-bg1:hover{
    color: var(--color-white);
} 
 
.theme-btn-bg3{
    background: var(--c-dark-red);
    color: var(--color-white);
}

.theme-btn-bg3::before { 
    background: var(--c-light-blue);
} 
 
.theme-btn-bg3:hover{
    color: var(--color-white);
} 

.theme-btn-bg4{
    background: var(--c-dark-blue);
    color: var(--color-white);
}

.theme-btn-bg4::before { 
    background: var(--color-white);
} 
 
.theme-btn-bg4:hover{
    color: var(--c-dark-blue);
} 

.theme-btn-bg5{
    background: var(--c-red);
    color: var(--color-white);
}

.theme-btn-bg5::before { 
    background: var(--color-white);
} 
 
.theme-btn-bg5:hover{
    color: var(--c-red);
} 

.theme-btn.btn-lg::before {
    width: 820px;
    height: 820px;
}


.theme-btn.nonactive {
    background: var(--c-gray2);
    cursor: default;
}

.theme-btn.nonactive::before  {
    background: var(--c-gray3);
    color: var(--color-white) !important;
}
 
/* BUTTON PLAIN BG */

.theme-btn-bg2{
    background: var(--color-white);
    color: var(--c-dark-blue);
}

.theme-btn-bg2::before {  
    background: var(--c-light-blue);
} 
 
.theme-btn-bg2:hover{
    color: var(--color-white);
} 

.site-shadow-text {
    text-align: right;
}
/* >>>>> GENERAL <<<<< */

/* >>>>> NAVBAR <<<<< */

.navbar::before {
    width: 100%;
}

.foot-dd-l1 {
    display: none;
}

.foot-dd {
    margin-left: 30px;
}

.foot-dd-l1 li {
    list-style-type: disc;
}

.foot-dd-l1 a {
    font-size: 14px;
}
 
.foot-dd-l2 {
    display: none;
} 
 

.header-top {
    background: var(--c-dark-blue);
}

.navbar-brand img {
    width: 120px;
    margin: 10px 0 15px 40px;
}

.navbar .nav-item .nav-link {
    color: var(--c-black1);
}

.navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
    color: var(--c-dark-red);
}

.navbar .nav-item .nav-link::before {
    background: var(--c-dark-red) !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: var(--c-dark-blue);
}

.navbar .nav-item .nav-link {
    font-size: 14px;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
}


.navbar .nav-item .nav-link {
    margin-right: 15px;
}

.navbar .nav-item .dropdown-menu {
    /* width: 280px; */
    width: max-content;
}

.navbar {
    background: var(--c-gray6   );
}

/* >>>>> NAVBAR <<<<< */

/* >>>>> HOME <<<<< */

.hero-single .theme-btn:hover {
    position: relative;
    top: -5px; 
}

.hero-single .hero-content .hero-title span {
    font-weight: 700;
}

.hero-date h1,
.hero-single .hero-content .hero-title span {
    color: var(--c-dark-blue);
}

.hero-section .hero-slider .subtitle {
    font-weight: bold;
}

.hero-date .date-content span {
    font-size: 35px;
}

.event-countdown.ec-1 {
    background: var(--c-dark-blue);
}

.event-countdown.ec-1 .event-countdown-text span {
    color: var(--color-dark);
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
    color: var(--c-dark-red);
}

.video-content::before,
.hero-single::before {
    background: unset;
}

.play-btn {
    background: var(--c-dark-blue);
}

.play-btn i::after {
    background-color: var(--c-dark-blue);
}

.feature-wrapper p {
    height: 140px;
}

.testimonial-quote {
    background: var(--c-dark-red);
}

.testimonial-author-img {
    border: 2px dashed var(--c-dark-red);
}

.testimonial-quote::before,
.testimonial-author-info p {
    color: var(--c-dark-red);
}

.testimonial-area .owl-dots .owl-dot span {
    background-color: var(--c-dark-red);
}
  
.testimonial-area .owl-dots .owl-dot.active span {
    background: var(--c-dark-red);
}

.schedule-nav .nav-link .icon {
    font-size: 60px;
    color: var(--c-dark-blue);
}

.schedule-nav .nav-link .content .day {
    font-size: 40px;
    color: var(--c-black1);
    font-weight: 1000;
}

.schedule-nav .nav-link .content .date { 
    color: var(--c-black1);
}

.schedule-nav .nav-pills .nav-link.active {
    background: var(--border-info-color2);
}

.schedule-nav .nav-pills .nav-link.active .icon { 
    color: var(--c-dark-red);
}

.testimonial-slider.owl-theme .owl-nav .owl-prev, .testimonial-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
}
.testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: -70px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
    right: -70px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--color-white);
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: var(--c-dark-blue);
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    transition: var(--transition);
}


.hero-slider.owl-theme .owl-nav [class*=owl-] { 
    display: none;
    background: var(--c-dark-blue);
}

#scroll-top {
    background-color: var(--c-dark-red);
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover,
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover { 
    background: var(--c-dark-red);
    color: var(--color-white);
}

.patner-bg-image {
    width: 90%;
    margin: 0 auto 40px;
    height: 80px;
    background-position: center !important;
    background-size: contain !important;
}

.cta-content p {
    font-size: 24px;
}

.gallery-img-square {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
    border-radius: 16px;
}


.gallery-img-bg {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.product-slider .arrow,
.slider-logo .arrow {
    position: absolute;
    z-index: 99;
    top: 0;
    color: var(--color-white);
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: var(--c-dark-blue);
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    transition: var(--transition); 
} 

.product-slider .arrow {
    top: 40px;
}

.product-slider .arrow.arrow-prev, 
.slider-logo .arrow.arrow-prev { 
    left: -80px;
}

.product-slider .arrow.arrow-next,
.slider-logo .arrow.arrow-next { 
    right: -80px;  
}


.product-slider .arrow:hover,
.slider-logo .arrow:hover {
    background: var(--c-dark-red);
}

.product-slider .slick-dots li button:before,
.slider-logo .slick-dots li button:before {
    color: var(--c-dark-blue);
    font-size: 12px;
}

.product-slider .slick-dots li.slick-active button:before,
.slider-logo .slick-dots li.slick-active button:before {
    color: var(--c-dark-red);
}

.testimonial-quote p {
    font-size: 14px;
    line-height: 20px;
}

.testimonial-author-img {
    width: 25%;
}

.testimonial-author-info {
    width: 75%;
}
 
.btn-home-ig:hover {
    background: var(--color-white);
    color: #fff !important;
}

/* >>>>> HOME <<<<< */

/* >>>>> ABOUT --- SHOW INFO <<<<< */

.widget {
    background: var(--c-gray3);
}

.widget .widget-title::before,
.widget .widget-title::after {
    border-bottom: 3px solid var(--c-black1);
}

.widget .widget-title {
    color: var(--c-dark-blue);
}

.about-event-info#org ul,
.about-event-info#info ul {
    padding-left: 0;
}

.about-event-info#org ul:after,
.about-event-info#info ul:after {
    display: none;
}

.about-event-info#info a .text {
    display: unset;
}

.about-event-info#info i {
    background: var(--c-dark-blue);
    border-radius: 50%;
    font-size: 22px;
}

.about-event-info#info .text .title {
    color: var(--c-dark-blue);
    font-weight: bold;
}

.about-event-info#info .text .detail {
    color: var(--c-black1);
    font-size: 14px;
    line-height: 20px;
} 

.about-event-info#org i {
    background: none;
    border-radius: 50%;
    font-size: 18px;
    color: var(--c-dark-red);
}


.about-event-info#org li {
    margin-bottom: 2px;
}


/* >>>>> ABOUT --- SHOW INFO <<<<< */

/* >>>>> VISITORS --- LOGIN <<<<< */

.login-form {
    background: var(--c-gray4);
}
/* >>>>> VISITORS --- LOGIN <<<<< */

/* >>>>> NEWS & GALLERY --- SHOW GALLERY <<<<< */
.slider-arrow {
    position: absolute;
    z-index: 99;
    top: 0;
    color: var(--color-white);
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: var(--c-dark-blue);
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    transition: var(--transition); 
} 

.slider-arrow:hover {
    background: var(--c-dark-red);
}
/* >>>>> NEWS & GALLERY --- SHOW GALLERY END <<<<< */

/* >>>>> NEWS & GALLERY --- GOVERMENT <<<<< */
#media-logo-list .bg {
    width: 90%;
    height: 130px;
    background-position: center !important;
    background-size: contain !important;
}

#media-logo-list .list-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

.btn-view {
    width: max-content;
    padding: 3px 15px;
}

.subtitle-bg h2 {
    font-size: 25px;
    color: white;
    width: 400px;
    max-width: 100%;
    text-align: center;
    background: var(--c-dark-red);
    padding: 8px 10px;
    border-radius: 10px;
}
/* >>>>> NEWS & GALLERY --- GOVERMENT <<<<< */

/* >>>>> EXHIBITORS --- PRESS RELEASE <<<<< */


/* >>>>> EXHIBITORS --- PRESS RELEASE <<<<< */

/* >>>>> EXHIBITORS --- WHY EXHIBIT <<<<< */

.testi-text {
    height: 150px;
    max-height: 150px;
    overflow-y: scroll;
}
 
/* width */
.testi-text::-webkit-scrollbar {
width: 10px;
}

/* Track */
.testi-text::-webkit-scrollbar-track {
    background: var(--c-gray4); 
    /* background: unset;  */
}

/* Handle */
.testi-text::-webkit-scrollbar-thumb {
    background: var(--c-dark-blue); 
}

/* Handle on hover */
.testi-text::-webkit-scrollbar-thumb:hover {
    background: var(--c-dark-blue); 
}

/* >>>>> EXHIBITORS --- WHY EXHIBIT <<<<< */

/* >>>>> EXHIBITORS --- EXHIBIT PROFILE <<<<< */
.img-exh-profile {
    border-radius: 10px;
}

#exhibit-profile-list ul {
    font-size: 20px;
    margin-left: 20px;
}

#exhibit-profile-list ul li {
    list-style-type: disc;
}

/* >>>>> EXHIBITORS --- EXHIBIT PROFILE <<<<< */

/* >>>>> EXHIBITORS --- SHOWCATALOGUE <<<<< */
.page-item:not(:first-child) .page-link {
    background: var(--color-white);
}

.pagination .page-link:hover, .pagination .page-item.active .page-link {
    background: var(--c-dark-red);
    color: var(--color-white);
}

.pagination .page-link {
    color: var(--c-light-blue);
}


.search-magnify {
    padding-right: 60px;
    background: var(--color-white);
}

.subscribe-form .theme-btn {
    padding: 10px 14px 10px 18px;
    background: var(--c-gray5);
}

.subscribe-form .theme-btn::before {
    background: var(--c-dark-red) !important;
}
 
.form-round {
    padding: 15px 25px 15px 25px;
    border-radius: 35px; 
}

.blog-thumb {
    width: 100%;
    height: 100px;
    background-position: center !important;
    background-size: contain !important;
}

.blog-item {
    border: 1px solid var(--c-dark-blue);
}

.show-event-info#org ul, .show-event-info#info ul {
    width: 100%; 
}

.show-event-info#org li a {
    padding-left: 10px;
}

.show-event-info#org li a.active {
    background: var(--c-dark-red);
    color: var(--color-white);
    background: var(--c-dark-red);
    color: var(--color-white);
    padding: 5px 10px;
    border-radius: 8px; 
    margin-bottom: 5px;
}

.show-event-info ul {
    padding-left: 0 !important;
}

.show-event-info ul::after {
    display: none !important;
} 
.exh-img {
    width: 300px;
    height: 120px;
    background-position: left !important;
    background-size: contain !important;
}

#yt iframe {
    width: 100%;
    height: 450px;
}

.product-detail h4 {
    border-bottom: 1px solid var(--c-dark-red);
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 180px;
}

#btn-exh .theme-btn i {
    transform: rotate(0deg) !important;
}
 
/* >>>>> EXHIBITORS --- SHOWCATALOGUE <<<<< */

/* >>>>> EXHIBITORS --- SHOWCATALOGUE DETAIL <<<<< */

.card {
    border: unset;
}

.card-body {
    padding: 40px;
}


.showcatalogue-info#org ul {
    padding-left: 0;
}

.showcatalogue-info#org ul:after {
    display: none;
}

.showcatalogue-info#info a { 
    align-items: center;
}

.showcatalogue-info#info a .text {
    display: unset;
}

.showcatalogue-info#info i {
    background: var(--c-dark-blue);
    border-radius: 50%;
    font-size: 22px;
}

.showcatalogue-info#info .text .title {
    color: var(--c-dark-red);
    font-weight: bold;
}

.showcatalogue-info#info .text .detail {
    color: var(--c-gray5);
    font-size: 14px;
    line-height: 20px;
} 

.showcatalogue-info#org i {
    background: none;
    border-radius: 50%;
    font-size: 18px;
    color: var(--c-dark-red);
}


.showcatalogue-info#org li {
    margin-bottom: 2px;
}

.showcatalogue-info ul {
    padding-left: 0 !important;
}

.showcatalogue-info ul::after {
    display: none !important;
}

.showcatalogue-info#info i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body p {
    color: var(--c-gray5);
}

.exh-sosmed ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.exh-sosmed a {
    color: var(--c-gray5);
    font-size: 30px;
}

.exh-sosmed a:hover {
    color: var(--c-dark-red);
}

.btn-download a{
    font-size: 15px;
}

.thumb-product {
    width: 90%;
    margin: 0 auto;
    height: 250px;
    background-position: center !important; 
}

.product-slider {
    width: 90%;
    margin: 0 auto;
}


/* >>>>> EXHIBITORS --- SHOWCATALOGUE DETAIL <<<<< */

/* >>>>> BUSINESS PROGRAM --- SEMINAR <<<<< */
.year h2 {
    font-size: 60px;
    color: var(--c-dark-blue);
}

.seminar-list .blog-item-meta ul{
    border-bottom: unset;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.seminar-list .blog-item-meta a {
    font-size: 13px;
}

.seminar-list h5 {
    margin-left: 15px;
    font-size: 16px;
}

.seminar-list .blog-date {
    font-size: 14px;
}

.seminar-list ul li .detail {
    color: var(--c-gray2) !important; 
    font-weight: normal;
}

.seminar-list .far {
    color: var(--c-dark-blue) !important;
}

.seminar-list .blog-item-img {
    /* height: 90px; */
}

.seminar-list .blog-item-info.bottom .detail {
    margin-left: 20px;
    display: block;
}

.seminar-list .blog-item-info.bottom .detail ul {
    display: inline-block;  
}

.seminar-list .blog-item-info.bottom .detail ul li {
    color: var(--c-gray2) !important; 
}

.seminar-list .list-speaker {
    /* height: 200px;  */
}

.seminar-list .btn-register {
    height: 50px;
}

.seminar-list .blog-item-img {
    border-radius: 0px;
}
 
.seminar-list .blog-item-info.bottom .detail ul li::before {
    content: '';
    display: block;
    background: var(--c-gray2);
    width: 5px;
    height: 5px;
    position: absolute;
    left: -14px;
    top: 10px;
    border-radius: 50px;
}

/* >>>>> BUSINESS PROGRAM --- SEMINAR <<<<< */

/* >>>>> VISITORS --- WHY VISIT <<<<< */
.card-side-border {
    padding: 20px 30px;
    margin-top: 40px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid var(--c-dark-blue);
    border-bottom: 1px solid var(--c-dark-blue); 
    position: relative;
    height: 480px;
}

.card-side-border .arrow i {
    position: absolute;
    color: var(--c-dark-blue);
    font-size: 12px;
}

.card-side-border .arrow i.top {
    left: -4px;
    transform: rotate(30deg);
    top: 0;
}

.card-side-border .arrow i.bottom {
    bottom: -7px;
    right: 0;
}

.card-side-border img {
    border-radius: 100px;
}
 
.card-side-border h4 {
    color: var(--c-dark-blue); 
    height: 50px;
}

/* >>>>> VISITORS --- WHY VISIT <<<<< */

/* >>>>> VISITORS --- LOGIN <<<<< */

/* >>>>> VISITORS --- REGISTRATION <<<<< */

#form-regist {
    margin-top: 120px;
}

#form-regist .contact-form {
    background: none;
}

#form-regist .contact-form .input-group {
    border: 2px solid var(--c-dark-blue);
    border-radius: 50px;
}

.contact-form .input-group:focus-within { 
    outline: 2px solid var(--color-white);
}

.contact-form .input-group .input-group-text {
    color: var(--c-dark-blue);
}

/* >>>>> VISITORS --- REGISTRATION <<<<< */

/* >>>>> CONTACT <<<<< */

.contact-info-icon i {
    background-color: var(--c-dark-blue);
}

.contact-info h5 {
    color: var(--c-dark-blue);
}

.contact-info p {
    font-size: 14px;
}
 
.contact-info {
    height: 280px;
}

select.form-control {
    -webkit-appearance: auto !important;
} 

.contact-information {
    display: flex; 
    gap: 100px;
    flex-wrap: wrap;
}

.contact-information ul {
    padding-left: 50px;
    position: relative;
}

.contact-information ul::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--c-dark-blue);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.logo-ppi-contact {
    width: 200px;
    max-width: 50%; 
    margin: 20px 0;
}

.contact-information a {
    display: flex;
    gap: 10px;
    align-content: center;
}

.contact-information i {
    background: var(--c-dark-blue);
    color: var(--theme-bg-light);
    padding: 10px;
    border-radius: 10px;
}

.contact-information li {
    margin-bottom: 10px;
}

.contact-information a .text {
    display: flex;
    align-items: center;
}


/* >>>>> CONTACT <<<<< */

/* >>>>> FOOTER <<<<< */
footer p, 
footer li {
    line-height: 25px;
}
 
.footer-shape img {
    opacity: 1;
}

.footer-list li a i{
    color: var(--color-white);
}

.footer-widget-title::after 
{
    background-color: var(--color-white);
}

.footer-contact li i
{
    color: var(--c-dark-blue);
}

.footer-contact li a {
    display: flex;
    gap: 15px;
}

.foot-contact-icon {
    width: 30px;
}

.footer-contact li i {
    background-color: var(--color-white);
    background: var(--color-white);
}

.footer-widget-box.about-us {
    padding-right: 10px;
}

.foot-partner {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.foot-partner .item {
    width: 50%;
    color: var(--color-white);
}

.foot-partner .foot-partner-bg {
    height: 70px;
    background-position: center !important; 
    background-size: contain !important;
}

/* >>>>> FOOTER <<<<< */

/* >>>>> COLOR NEW <<<<< */
.c-orange {color: var(--c-orange) !important;}



.theme-btn-orange{
    background: var(--c-orange);
    color: var(--color-white);
}

.theme-btn-orange::before { 
    background: var(--color-white);
} 
 
.theme-btn-orange:hover{
    color: var(--c-orange);
} 

/* >>>>> COLOR NEW END <<<<< */

/* footer .logo-box  {
   display: flex;
   gap: 20px;
}

footer .logo-box .left {
    width: 30%;
}

footer .logo-box .right {
    width: 70%;
} */

footer .foot-part .foot-partner {
    display: block !important;
}

.nav-right .sidebar-btn .nav-right-link:hover {
    background: var(--c-dark-blue);
}

.close-sidebar-popup:hover {
    background: var(--c-dark-blue);
}
 
#home-slider .hero-date h1 {
    color: var(--c-light-blue) !important;
}

/* .site-heading.custom .site-title {
    color: var(--c-light-blue) !important;
} */


#home-slide-new img {
    width: 100%;
}

#home-slide-new .item {
    position: relative;
}

#home-slide-new .inner {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
}

#home-slide-new .hero-title {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
    color: var(--color-white);
}

#home-slide-new .hero-title strong {
    color: var(--c-dark-blue);
}

#home-slide-new .hero-date h2 {
    font-size: 90px;
    font-weight: 700; 
    color: var(--color-white);
}

#home-slide-new .hero-content p {
    color: var(--color-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-weight: bold;
}

#home-slide-new .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
}
 

.video-area .site-heading.custom .site-title {
    color: var(--color-white) !important;
}

#home-medpar .title {
    color: var(--c-dark-blue) !important;
}

.instagram-area h2 {
    color: var(--c-dark-blue) !important;
}

.instagram-area h3 {
    color: var(--c-black1) !important;
}

#home-shecdule-area .site-heading.custom .site-shadow-text {
    left: 0;
    text-align: center;
    margin-left: 200px;
    
}

#home-shecdule-area .site-heading.custom .site-title-tagline {
    margin-right: 100px;
}


footer {
    background: #1082B9;
    background: linear-gradient(90deg,rgba(16, 130, 185, 1) 26%, rgba(12, 70, 113, 1) 47%, rgba(13, 62, 106, 1) 61%, rgba(19, 34, 72, 1) 74%, rgba(18, 21, 37, 1) 91%);
}

.footer-logo img {
    width: 200px;
    max-width: 90%;
}

.foot-partner { 
    margin-top: 20px;
    width: 60%;
}  


.c-dark-blue {color: var(--c-dark-blue) !important;}

.login-form .input-group .input-group-text,
.login-form .login-footer a {
    color: var(--c-dark-blue);
}

.navbar-brand img {
    width: 120px;
}

@media screen and (max-width: 992px) {
    .navbar .nav-item .nav-link {
        font-size: 16px;
    }

    .navbar-collapse { 
        max-height: unset;
    }

    .navbar-brand img {
        width: 80px;
        margin: 10px 0 15px;
    }
}

