.border-3 {
    border-width: 1px !important;
}

.hover-success:hover {
    color: green !important;
}
.border-green {
    border-color: #befa19 !important;
}
.bg-khaki {
    background-color: rgb(129, 91, 2) !important;
}
.bg-green-1 {
    background-color: #004445;
}
.bg-green-2 {
    background-color: #9ACD32;
}
.border-khaki {
    border-color: rgb(129, 91, 2) !important;
}
.border-green-3 {
    border-color: rgba(4, 53, 96, 1) !important;
}
.bg-gradient-green-1{
background: linear-gradient(#004445, rgba(3, 44, 34, 0.8));

}
.bg-green-3 {
    background-color: rgba(4, 53, 96, 1) !important;
}
.text-green-3 {
    color: rgba(4, 53, 96, 1) !important;
}
.navbar-nav a {
    color: hsl(195, 33%, 98%) !important;
}
.navbar-nav a:hover {
    color: hsl(199, 50%, 84%) !important;
}
.social-media img {
    width: 25px !important;
    display: flex;
    flex-direction: row;
    margin: 5px;
}
.social-media img:hover {
    -webkit-filter: drop-shadow(1px 1px 5px #ebe5e5);
    filter: drop-shadow(1px 1px 5px #faf9f9);
}
.border-bottom-h {
    width: 50px;
    height: 7px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 20px;
    border: 0;
}
.nav-link:hover {
    text-decoration: none;
}
.dropdown-menu li a:hover {
    color: rgb(1, 25, 25);
}
.min-top-1 {
    margin-top: -10px !important;
}
.lh-1 {
    line-height: 20px !important;
}
.offcanvas {
    min-height: 60vh !important;
    z-index: 9999;
    background-color: rgba(18, 3, 3, 0.9);
}
.offcanvas ul li a {
    color: #faf9f9;
}
.carousel-item img {
    max-height: 76vh;
}
.active img {
    max-height: 76vh;
}
.d-md-block {
    background-color: rgba(12, 11, 11, 0.7);
    margin: auto;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    text-align: left !important;
}
.carousel-caption p {
    text-align: left !important;
}
.fs-8 {
    font-size: 11px !important;
    color: aquamarine;
}
.card {
    overflow: hidden !important;
}
img.card-img-top {
    transition: 0.4s ease;
}
img.card-img-top:hover {
    transform: scale(1.08);
}

.box {
    padding: 30px;
    transition: transform 0.2s;
}
.box:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.2);
}
// slider

.c-item {
    height: 76vh;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
a:hover .link{
    transform:scale(1.1)
}

//bg image heading page
.page-item.active .page-link {
  color: #fff !important;
  background: #cccccc !important;
}