html,
body,
* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}

/* @font-face {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    src: url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
} */

a {
    text-decoration: none !important;
}

li {
    list-style: none !important;
}

.header-bg {
    background-color: #08345c;
}

h4,
h6 {
    margin-bottom: 0.1rem !important;
}

.custom-nav {
    font-size: 1rem;
    font-weight: 500;

}

.navbar {
    padding: 0 5px 0 5px;
    background: linear-gradient(to bottom, #08345c, #0d508d);
}

.dropdown-menu {
    border-radius: 0;
    background-color: #0d508d;
    border: 0;
}

.dropdown-menu .dropdown-item::after {
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    .grandchild-menu {
        left: 100%;
        top: 0 !important;
        margin-left: 0 !important;
    }

    .navbar-nav>.nav-item:nth-child(n+4) .grandchild-menu {
        right: 100% !important;
        left: unset !important;
    }

    .navbar-nav>.nav-item:nth-child(n+5) .dropdown-menu {
        left: -120% !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

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

.dropdown-menu .dropdown-item {
    transition: 0.3s;
    color: white !important;
    min-width: 20rem;
    white-space: normal;
    word-wrap: break-word;
}

@media (max-width:1600px) {
    .navbar .dropdown:nth-last-child(-n+2) .main-menu {
        right: 0px;
        width: fit-content;
        left: unset;
    }
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: #ddd !important;
}

.nav-link {
    color: #000000;
}


.border-rt {
    border-right: 1px solid #9FA6B2;
}

.border-lt {
    border-left: 1px solid #9FA6B2;
}

@media (max-width: 992px) {

    .border-rt,
    .border-lt {
        border: none;
    }

    .navbar-nav {
        max-height: 52vh;
        overflow: auto;
        overscroll-behavior: contain;
    }

    .dropdown-menu .dropdown-item {
        min-width: unset;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link-hover:hover::before {
        width: 100%;
        left: 0;
    }

    .navbar-nav .nav-link-hover::before {
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        background: #fce20f;
        transition: width .5s ease 0s, left .5s ease 0s;
        width: 0;
    }
}

.bg-blur {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(8px);
}

.first-section-height {
    height: 400px;
}

.first-section-slider img {
    height: 33rem !important;
    object-fit: cover;

}

.first-section-text {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    /* width: 30rem; */
}

@media (max-width: 992px) {
    .first-section-text {
        width: 100%;
    }
}

.slick-dots {
    bottom: 6px !important;
}

.first-section .card-img-overlay {
    top: auto;
    bottom: 0px !important;
}

/* @media screen and (min-width:992px) {
    .featured-image {
        width: 70% !important;
    }
} */

.custom-card {
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    border: 2px solid #ddd;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.5s ease, transform 0.2s ease;
    min-height: 300px;
}

.custom-card .projcard-bar {
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(-120deg, #08345C, transparent 50%); */
    opacity: 0.05;
}

/* .custom-card-2nd-blue::before {
	background-image: linear-gradient(-250deg, #08345C, transparent 50%);
} */
.custom-card .card-img {
    width: 500px;
}

.custom-card img {
    transition: all 0.5s ease;
    cursor: pointer;
    width: 350px;
    min-height: 300px;
    height: 100%;
}

.custom-card:hover img {
    opacity: 0.9;
}

.custom-card:hover .projcard-bar {
    width: 70px;
}

@media (max-width: 992px) {
    .custom-card img {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .slider-container {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    .slider-container {
        width: 100%;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}

.darken-bg {
    position: relative;
    overflow: hidden !important;
}

.darken-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all .2s linear;
}

.darken-bg>div,
.darken-bg>span,
.darken-bg>p,
.darken-bg>h1 {
    position: relative;
}


.bg-slider,
.bg-slider:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: #08345c;
}


.bg-slider li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
}

.bg-slider li:nth-child(1) span {
    background-image: url(../img/background-slider/background_1_new.webp)
}

.bg-slider li:nth-child(2) span {
    background-image: url(../img/background-slider/background_2.webp);
    animation-delay: 6s;
}

.bg-slider li:nth-child(3) span {
    background-image: url(../img/background-slider/background_3.webp);
    animation-delay: 12s;
}

.bg-slider li:nth-child(4) span {
    background-image: url(../img/background-slider/background_4.webp);
    animation-delay: 18s;
}

.bg-slider li:nth-child(5) span {
    background-image: url(../img/background-slider/background_5.webp);
    animation-delay: 24s;
}


.bg-slider li:nth-child(2) div {
    animation-delay: 6s;
}

.bg-slider li:nth-child(3) div {
    animation-delay: 12s;
}

.bg-slider li:nth-child(4) div {
    animation-delay: 18s;
}

.bg-slider li:nth-child(5) div {
    animation-delay: 24s;
}


@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.no-cssanimations .bg-slider li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .bg-slider li div h3 {
        font-size: 140px
    }
}

@media screen and (max-width: 600px) {
    .bg-slider li div h3 {
        font-size: 80px
    }
}

.top-bar {
    height: 45px !important;
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: #08345c;
    ;
}

.truncate p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    /* number of lines to show */
    /* line-clamp: 3 !important; */
    -webkit-box-orient: vertical !important;
}