.service-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limited-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* Sesuaikan dengan tinggi baris jika perlu */
}

.profile_desc_c {
    max-height: 20vh; /* Sesuaikan tinggi maksimum sebelum teks dipotong */
    overflow: hidden;
    position: relative;
}

.profil_desc {
    display: -webkit-box; 
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

a {
    text-decoration: none;
}

.navcustom {
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -o-transition: all ease-out 1s;
    transition: all ease-out 1s;
}

.darkBGH {
    background-color: #fff;
}

/* Untuk Webkit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
    width: 10px;
    background-color: #1F2544;
}

::-webkit-scrollbar-thumb {
    background-color: #02021c;
}

/* Untuk Firefox */
::-moz-scrollbar {
    width: 10px;
    background-color: #1F2544;
}

::-moz-scrollbar-thumb {
    background-color: #02021c;
}

/* Untuk Internet Explorer */
::-ms-scrollbar {
    width: 10px;
    background-color: #1F2544;
}

::-ms-scrollbar-thumb {
    background-color: #02021c;
}

/* Untuk scrollbar yang horizontal */
::-webkit-scrollbar-track-piece:horizontal {
    background-color: rgba(8, 8, 46, 0.4);
}


/*NEED TO MOVE*/


#loading {
  /*transform: translateX(0);*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /*transition: all 0.8s .3s ease-out;*/
  background-color: rgba(0, 13, 31, 0.95);
}

.bg-dark-blue {
  background-color: #0a1931;
}
.bg-black-custom {
  background-color: rgba(0, 0, 0, .2);
}
.bg-blue-custom {
  background-color: rgba(10, 28, 58, 0.9);
}
.btn-primary-custom {
    color: #fff;
    background-color: rgba(0, 109, 181, 1);
}
.btn-primary-custom:hover {
    background-color: rgba(0, 109, 181, 0.4);
    color: #fff;
    /*box-shadow: 0 0 0.82222vw #3abaf4, inset 0 2.40741vw 6.05556vw #3abaf4, inset 0 -8.24074vw 9.48148vw #3abaf4;
    color: #fff;*/
}

.btn-primary-custom:focus {
    background-color: rgba(0, 109, 181, 0.4);
    color: #fff;
    /*box-shadow: 0 0 0.82222vw #3abaf4, inset 0 2.40741vw 6.05556vw #3abaf4, inset 0 -8.24074vw 9.48148vw #3abaf4;*/
}
.btn-warning {
  color: #fff;
  background-color: #f4a73a;
  /*box-shadow: 0 0 0.52222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;*/
}
.btn-warning:hover {
  background-color: #f4a73a;
  /*box-shadow: 0 0 0.82222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;*/
  color: #fff;
}
.btn-warning:focus {
  background-color: #f4a73a;
  box-shadow: 0 0 0.82222vw #f4a73a, inset 0 2.40741vw 6.05556vw #f4a73a, inset 0 -8.24074vw 9.48148vw #f4a73a;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  /*box-shadow: 0 0 0.52222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;*/
}
.btn-danger:hover {
  background-color: #dc3545;
  /*box-shadow: 0 0 0.82222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;*/
  color: #fff;
}
.btn-danger:focus {
  background-color: #dc3545;
  box-shadow: 0 0 0.82222vw #dc3545, inset 0 2.40741vw 6.05556vw #dc3545, inset 0 -8.24074vw 9.48148vw #dc3545;
}
.btn-success {
  color: #fff;
  background-color: #23b370;
  border-color: #23b370;
  /*box-shadow: 0 0 0.52222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;*/
}
.btn-success:hover {
  background-color: #23b370;
  border-color: #23b370;
  /*box-shadow: 0 0 0.82222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;*/
  color: #fff;
}
.btn-success:focus {
  background-color: #23b370;
  border-color: #23b370;
  box-shadow: 0 0 0.82222vw #23b370, inset 0 2.40741vw 6.05556vw #23b370, inset 0 -8.24074vw 9.48148vw #23b370;
}
a.card {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.logo-navbar {
  width: auto;
  height: 40px;
  text-decoration: none;
}


.title-section {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.title-section::before {
    content: ' ';
    border-radius: 5px;
    height: 8px;
    width: 30px;
    background-color: #3abaf4;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}
.list-category {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.card-category img {
  width: 40px;
  object-fit: cover;
  border-radius: 25px;
  margin-right: 0.5rem;
  height: 40px;
}
.card-category {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  margin: 5px;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-category:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
/* List Game Section */
.list-game {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.card-game {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  margin-bottom: 20px;
  width: 330px;
  font-size: 14px;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-game img {
  width: 80px;
  border-radius: 1rem;
  margin-right: 1rem;
  height: 80px;
}
.card-game:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
/* End Card Game */
/* List Question */
.list-question {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.icon-question {
  width: 50px;
  height: 50px;
  display: flex;
  color: #b3b3b3;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.34);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.question {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
.search-button {
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.search-button svg {
  margin-right: 0.2rem;
}
.feather-16 {
  width: 16px;
  height: 16px;
}
.feather-24 {
  width: 24px;
  height: 24px;
}
.feather-32 {
  width: 32px;
  height: 32px;
}
.btn-bantuan {
  display: flex;
  align-items: center;
  border-radius: 0 0.2rem 0.2rem 0;
}

.form-control {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: #fff;
}

.form-control:focus {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: #fff;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.678);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.678);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.678);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #0b274e;
  border: 1px solid #2a528a;
  color: rgba(255, 255, 255, 0.89);
}

/*.glow {
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #ccc;
}

.glow-2 {
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #ccc;
}*/

.carousel,
.slide,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item img,
.carousel .carousel-control {
  -moz-border-top-left-radius: 0.5rem; /* FF1+ */
  -moz-border-top-right-radius: 0.5rem; /* FF1+ */
  -webkit-border-top-left-radius: 0.5rem; /* Saf3-4, iOS 1+, Android 1.5+ */
  -webkit-border-top-right-radius: 0.5rem; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.fab-icon-holder {
  width: 45px;
  height: 45px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  background: #5865f2;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}

.fab-icon-holder:hover {
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
}

.fab-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: -37px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}

.fab:hover + .fab-options,
.fab-options:hover {
  opacity: 1;
  transform: scale(1);
}

.fab-options li {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}

.fab-label {
  padding: 2px 5px;
  align-self: center;
  user-select: none;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 16px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}

.slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #0b274e;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 12px;
}

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #407bcc;
  cursor: pointer;
  border-radius: 1rem;
}

.slider-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #407bcc;
  cursor: pointer;
}

.bg-primary-custom {
  color: #fff;
  box-shadow: inset 0 0 0 9999px #2A528A !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #0a1c3c;
  color: #fff;
}

.table>:not(caption)>*>* {
  padding: 1rem 1rem;
  background-color: #002a50;
  border-bottom-style: none;
  /* border-bottom-width: 1px; */
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-style: none;
    /* border-bottom-color: #fff; */
}

.text-primary-custom {
    color: #2A528A;
}

.page-link {
  color: #fff;
  background-color: #0b274e;
  border: 1px solid #2A528A;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item .page-link:hover,
.page-item .page-link:focus,
.page-item.active .page-link {
  color: #fff;
  background-color: #2A528A;
  border-color: #2A528A;
}

.page-item .page-link:focus {
  box-shadow:0 0 0 .25rem rgba(42, 82, 138,.25);
}

.page-item .page-link:hover {
  color: #fff;
  background-color: #2A528A;
  border-color: #2A528A;
}

.input-group-text {
  color: #fff;
  background-color: #2A528A;
  border: 1px solid #2A528A;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #2A528A; 
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #0b274e inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
}

.btn-close:focus{
    outline:none;
    box-shadow:none;
}



/* afglbnawejikobgnfoaikwnf loikawenf oiklaewnfc oaikeln fmiloaekwnm iklowafnm */
/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    border-radius: 10px;
    position: fixed;
    width: 45px;
    height: 45px;
    display: none;
    right: 70px;
    bottom: 20px;
    z-index: 99;
}

.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        width: 100%;
        visibility: hidden;
        left: 0;
        visibility: hidden;
        transition: .5s;
        z-index: 1000;
    }
    
    .navbar .dropdown-menu.fade-down {
        left: auto;
        right: 0;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(<?= base_url('assets/img/profile/'.$web['profile_img']) ?>);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*agenda items*/
.agenda-item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-short {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agenda-item {
    background: var(--light);
    margin:auto;
    transition: .5s;
    -webkit-box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    -moz-box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    border-radius: 5px;
}

.image img,
p > img {
    height: auto;
    width: 75%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .image img,
    p > img {
        width: 100%;
    }
}

.agenda-item * {
    transition: .5s;
}

/*detail Agenda/news items*/
.detailna-item {
    color: black;
    background: whitesmoke;
    margin:auto;
    transition: .5s;
    -webkit-box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    -moz-box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    box-shadow: 8px 9px 21px -7px rgba(66, 68, 90, 0.34);
    border-radius: 5px;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-contact {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-contact:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.nav-tab{
    background-color: #a44006;
    border-radius: 0.25rem;
}


.imgstyle {
    transition: transform .2s;
    position: relative; 
    margin-top: -35%; 
    max-width: 70%; 
    max-height: 178px; 
    background-position: center center; 
    background-repeat: no-repeat;
}

.zoomIMG {
    transition: transform .4s;
}

.zoomIMG:hover {
    transform: scale(1.13);
}

.darkBG {
    background-color: rgba(5, 47, 92, 1);
    border-radius: 0.5rem;
}