.as-background,
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.as-background {
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.white-text {
    color: white;
}

.home-page-header .animated {
    opacity: 0;
    animation-delay: 1s;
}

.bg-mid-blue {
    background: #132638;
}

.mt-neg-80 {
    margin-top: -50px;
}

.mb-neg-150 {
    margin-bottom: -150px;
}

.content-panel.h-420 {
    height: 420px;
}

.ceo-card {
    height: 400px;
}

.our-management::before {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    background: #0d1824;
}

.sv-header {
    position: relative;
    color: white;
}

.sv-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #132638;
}

.sv-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-out-white {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.3s ease;
    margin-right: 5px;
}

.btn-out-white:hover {
    background: white;
    color: #0d1925;
    border-color: #0d1925;
    color: white;
}

.sv-right a {
    font-size: 21px;
    padding: 5px;
    margin-left: 10px;
    color: white;
}

.sv-right a:hover {
    text-decoration: none;
    opacity: 0.4;
}

.sv-video {
    position: relative;
    padding-bottom: 56.25%;
}

.collections-slider .album-card {
    height: 400px;
    padding-bottom: 0px;
}

.collections-slider .slick-slide {
    margin: 0px 10px;
}

.collections-slider .slick-list {
    width: 100% !important;
    margin-left: 0px;
}

.col-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100%;
    color: black;
    border: none;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

#col-prev,
#pes-prev {
    left: 10%;
}

#col-next,
#pes-next {
    right: 10%;
}

.single-prj {
    min-height: calc(100vh - 90px);
}

.sp-sections {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /* margin-right: 50px; */
}

#sp-img-box {
    transition: 0.4s ease-in;
}

#sp-imgs img[data-sp-img] {
    opacity: 0;
    transition: 0.4s ease;
}

#sp-imgs img.show-sp-img {
    opacity: 1;
}

.sp-sections li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.sp-sections li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sp-sections a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
    padding: 15px 0px;
}

.sp-sections a.active {
    color: white;
    font-weight: 600;
}

.sp-sections a:hover {
    color: white;
    text-decoration: none;
}

.br-md {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#sp-tabContent .list-elem li {
    border-color: rgba(255, 255, 255, 0.5);
}

.overlay-light-blue {
    background: rgba(19, 38, 56, 0.6);
}

.sp-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.sp-gallery .sp-gallery-img:first-child {
    grid-column: 1 / span 2;
}

.sp-gallery .sp-gallery-img:last-child {
    grid-column: span 2;
}

.sp-gallery .sp-gallery-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.sp-gallery-img:hover .as-background {
    transform: scale(1.1);
}

.privacy-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    animation-duration: 0.3s !important;
}

.privacy-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy-footer .btn-white {
    font-size: 12px;
    background: white;
}

.cookie-text {
    max-width: 800px;
}

.progress-flash {
    /* position: fixed; */
    z-index: 10000000;
    width: 100%;
    color: white;
    background: #d06426;
    /* top: 0; */
    overflow: hidden;
    transition: 0.3s linear;
    max-height: 200px;
}

.progress-flash .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hide-progress .progress-flash {
    max-height: 0px;
    pointer-events: none;
}

.font-24 {
    font-size: 24px;
}

#close-progress {
    cursor: pointer;
    padding: 10px;
}

.new-nav-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
}

/* Homepage Slider */
.header-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-slide {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
    padding: 120px 0px;
}

.header-slide .as-background {
    object-position: 50% 0%;
}

.slide-overlay {
    background: linear-gradient(
        180deg,
        #1d0d0a -4.79%,
        rgba(0, 0, 0, 0) 135.59%
    );
    background-color: initial;
}

.header-slide-content {
    width: 100%;
    max-width: 600px;
    margin-left: 180px;
}

.header-slide-content h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hsc-text {
    width: 100%;
    max-width: 360px;
}

.hsc-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.header-slider .hs-title-div img {
    position: absolute;
    width: 180px;
    left: -50px;
}

.outline-btn {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 1px solid #fff;
    border-radius: 0px;
    transition: 0.3s ease;
}

.outline-btn:hover {
    background: white;
    color: #0d1824;
    text-decoration: none;
}

.hs-indic,
.hs-ctrls,
.hs-socials {
    position: absolute;
    z-index: 1;
}

.hs-ctrls {
    bottom: 15px;
    right: 15px;
    display: flex;
}

.hs-ctrls button {
    height: 50px;
    width: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 10px;
    transition: 0.3s ease;
}

.hs-ctrls button:hover {
    background: white;
}

.hs-indic {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 40px;
}

.hs-indic button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    padding: 15px 0px;
    color: white;
    opacity: 0.5;
}

.hs-indic button.active {
    opacity: 1;
    font-weight: 600;
}

.hs-indic .round-icon {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 100%;
}

.hs-indic button.active .round-icon {
    background: white;
}

.hs-socials {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-socials a {
    color: white;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    transition: 0.3s ease;
}

.hs-socials a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.go-down {
    position: absolute;
    bottom: 15px;
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: transparent;
    color: white;
    font-size: 12px;
    z-index: 10;
    animation: scroll-bounce 1s infinite;
}

.go-down img:first-child {
    height: 55px;
}

@keyframes scroll-bounce {
    0% {
        transform: translate(-50%, 0);
    }
    25% {
        transform: translate(-50%, -5px);
    }
    50% {
        transform: translate(-50%, 0);
    }
    75% {
        transform: translate(-50%, 5px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.tv-1 {
    min-height: 360px;
    height: 100%;
    color: white;
    padding: 40px 4vw;
    display: flex;
    align-items: flex-end;
}

.tv-1:hover {
    color: white;
    text-decoration: none;
}

.tv-1-content {
    width: 100%;
    max-width: 350px;
}

.tv-1-content h4 {
    font-size: 22px;
}

.tv-2-img {
    height: 285px;
    display: block;
}

.tv-2-content a {
    color: #828282;
    text-decoration: underline;
}

.overlay-video {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Mini Header */
.mini-header {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    padding: 60px 0px;
    height: 70vh;
    min-height: 450px;
    max-height: 550px;
}

.mini-header h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
}

.mini-header .bighead,
.mini-header .pfaird,
.mini-header .pfaird2 {
    font-family: "Open Sans", sans-serif;
}

.min-h-550 {
    min-height: 550px;
    object-fit: cover;
}

.fw-600 {
    font-weight: 600;
}

.list-elem {
    padding-left: 0px;
    list-style: none;
}

.list-elem li {
    border-bottom: 1px solid rgba(228, 111, 44, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.list-elem li:last-child {
    border-bottom: none;
}

.list-elem li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid rgba(228, 111, 44, 0.4);
}

/* Single Project Sliders */
.sp-descr .slick-list,
.sp-images .slick-list {
    height: auto;
    width: 100%;
    margin-left: 0px;
}

.sp-img-wrap {
    position: relative;
    width: 100%;
    height: 500px;
}

.sp-descr .slick-slide {
    outline: none !important;
}

.sp-slide-ctrls {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sp-slide-ctrls {
    display: flex;
    align-items: center;
}

.sp-slide-ctrls button {
    border: none;
    height: 40px;
    width: 40px;
    background: #e46f2c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.3s ease;
}

.sp-slide-ctrls button:hover {
    background: #53383f;
}

/* Content Panel */
.content-panel {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    min-height: 350px;
}

.content-panel:hover {
    text-decoration: none;
}

.nav-header .container-fluid {
    background-color: white;
    /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); */
}

.content-panel:hover .as-background {
    transform: scale(1.1);
}

.cp-details {
    color: white;
    max-width: 480px;
    padding: 40px 4vw;
    position: relative;
}

.cp-details .cp-title {
    color: #e46f2c;
    font-weight: 600;
    margin-bottom: 20px;
}

.cp-details img {
    height: 15px;
    margin-left: 10px;
    transition: 0.3s linear;
}

.py-large {
    padding-top: 80px;
    padding-bottom: 80px;
}

.offset-nav {
    padding-top: 150px;
    background: #0d1824;
}

.mt-nav {
    margin-top: 150px;
}

.h-400 {
    height: 400px;
    object-fit: cover;
}

.blue-bg-before::before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #132638;
}

.hide-progress .mt-nav {
    margin-top: 100px;
}

.no-min-height {
    min-height: auto !important;
}

.empty-data {
    line-height: 1.5;
    color: #8a8a8a;
    font-size: 21px;
}

.marketing-card {
    position: relative;
    height: 240px;
    margin-top: 30px;
}

h1.large-txt {
    font-size: 40px;
    font-weight: bold;
}

.hr-grey {
    margin-top: 0px;
    border-top: 4px solid #f2f2f2;
}

.no-default {
    color: black;
    text-decoration: none !important;
}

.no-default:hover {
    color: black;
}

p.lead {
    font-size: 18px;
}

.grey-text {
    color: #000;
    opacity: 0.6;
}

.line-h-1-8 {
    line-height: 1.8;
}

.mrk-rect {
    position: absolute;
    left: 40px;
    top: -30px;
    width: 35px;
}

.mrk-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    color: white;
    font-size: 40px;
}

.single-project-header {
    height: 65vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 7vh 5vw;
}

.overlay-wb-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(0, 0, 0, 0.9)
    );
}

.single-project-header h1 {
    font-size: 50px;
    color: white;
    position: relative;
    font-weight: bold;
}

.pt-100 {
    padding-top: 100px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.home-page-header {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 110px;
    display: flex;
    align-items: center;
}

.home-page-header h1 {
    font-size: 55px;
    line-height: 115.15%;
    font-weight: 700;
}

.p-relative {
    position: relative;
}

.index-pg-content {
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.index-pg-content .pg-item img {
    height: 380px;
}

.homepage-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.pg-texts {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 70px 3vw;
    display: flex;
    align-items: flex-end;
}

.pg-texts a {
    display: block;
    color: white;
}

.pg-texts a:hover {
    color: white;
}

button {
    cursor: pointer;
}

#scroll-down,
#scroll-up {
    width: 50px;
    height: 50px;
    background: #e46f2c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: none;
    font-size: 32px;
    transition: 0.3s ease;
}

#scroll-down:hover,
#scroll-up:hover {
    background: #53383f;
}

#scroll-up {
    top: 0;
    border-radius: 100%;
    margin-top: -25px;
}

.scroll-btn {
    width: 50px;
    height: 50px;
    background: #e46f2c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: -25px;
    border: none;
    border-radius: 100%;
    font-size: 32px;
    transition: 0.3s ease;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}

.scroll-btn:hover {
    background: #53383f;
}

.btn-orange {
    padding: 10px 25px;
    color: white;
    border: none;
    background: #e46f2c;
    display: inline-block;
    transition: 0.3s ease;
}

.btn-orange:hover {
    text-decoration: none !important;
    background: #53383f;
}

.other-footer-links {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.footer-socials a {
    color: #e46f2c;
    padding: 5px;
    margin-right: 7px;
}

.footer-socials a:hover {
    color: black;
}

.for-img-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
}

.bg-light-blue {
    background: #2db7e6;
}

.bg-blue {
    background: #0d1925;
}

.pull-up {
    margin-top: -160px;
    z-index: 1;
}

.bg-light-brown {
    background: #ffe89c;
}

#toggle-nav {
    cursor: pointer;
}

.toggle-bar {
    width: 32px;
    height: 3px;
    background: #a1a1a1;
    display: block;
    margin-bottom: 5px;
}

.toggle-bar:nth-child(2) {
    width: 24px;
}

.title-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.title-img {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.title-img.small-title-img {
    min-height: 60px;
}

.title-img img {
    height: 80px;
    opacity: 0.3;
    position: absolute;
    left: -30px;
    top: 9px;
}

.title-img.small-title-img img {
    height: 60px;
    bottom: 5px;
    top: auto;
}

.title-img span {
    position: relative;
}

.imp-link {
    display: inline-block;
    color: #e46f2c;
    border-bottom: 1px solid #e46f2c;
    font-size: 18px;
    transition: 0.2s ease;
}

.imp-link:hover {
    text-decoration: none;
    color: #53383f;
    border-color: #53383f;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card > * {
    width: 100%;
}

.nc-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}

.nc-body {
    padding: 20px;
    background: #0d1824;
    color: white;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nc-date {
    font-size: 12px;
    margin-bottom: 10px;
}

.nc-title {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
}

.w-link {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    margin-top: auto;
    font-size: 14px;
}

.w-link img {
    height: 15px;
    margin-left: 10px;
}

.w-link:hover {
    color: white;
    text-decoration: none;
}

.nw-page-header {
    padding-top: 200px;
}

.nw-ph-img-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
    margin-bottom: -150px;
}

.ph-offset-top {
    height: 150px;
}

.sc-title-card {
    position: relative;
    min-height: 240px;
    padding: 40px 3vw;
    display: flex;
    align-items: center;
}

.sc-title-card .orange-rect {
    position: absolute;
    z-index: 2;
    left: 3vw;
    width: 32px;
    height: 67px;
    object-fit: cover;
    top: -27px;
}

.sc-title-content {
    position: relative;
    width: 100%;
    color: white;
}

.deep-blue-bg-before {
    position: relative;
}

.deep-blue-bg-before::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: #0d1824;
}

/* Timeline Styles */
/* .timeline-container {
    margin-top: 90px;
} */

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 700px;
    position: relative;
}

.timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
}

.timeline__content-desc {
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 25px;
}

.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
}

.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}

.timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}

.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.timeline-item--active:before {
    top: 50%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}

.timeline-item--active .timeline__content-title {
    margin: -50px 0 20px 0;
}

.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}

.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 99, 99, 0.8);
    content: "";
}

.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    margin: 0;
}

.timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.contact-card {
    background: #e46f2c;
    width: 100%;
    padding: 40px;
    margin-left: -120px;
}

.contact-map {
    width: 100%;
    height: 650px;
}

.subscribe {
    padding: 0px;
    padding-top: 80px;
    padding-bottom: 10rem;
}

.ov-hidden {
    overflow: hidden;
}

.leaf-one,
.leaf-two {
    position: absolute;
    z-index: -1;
    height: 280px;
}

.leaf-one {
    left: -30px;
    top: 23%;
}

.leaf-two {
    top: -80px;
    right: -10px;
}

/* New footer styles */
.footer-new {
    background: #0d1925;
    color: #fff;
    font-size: 14px;
    padding-top: 80px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-grid > div {
    margin-right: 15px;
    margin-bottom: 15px;
}

.footer > div:last-child {
    margin-right: 0px;
}

.footer-new .footerlinks li {
    padding: 7px 0px;
}

.footer-new .footerlinks a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-new .footerlinks a:hover {
    color: #fff;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    display: inline-block;
    color: #fff;
    padding: 10px 10px 10px 0px;
    margin-right: 10px;
}

.social-links a:hover {
    color: #e46f2c;
}

.footer-new .container {
    width: 100%;
    max-width: 1220px;
}

.footer-new .footer-grid > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-logo {
    height: 70px;
    margin-bottom: 10px;
}

/* rigth-to-information */
.rights-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.rights-text span {
    display: inline;
}
.rights-text span.nav.nav-tab a {
    color: #1242ec;
}
.rights-text span.nav.nav-tab a:hover {
    color: #7d94e9;
}
.rights-text span.nav.nav-tab a:focus {
    color: #7d94e9;
}
.rights-text a {
    color: #1242ec;
}
.rights-text a:hover {
    color: #7d94e9;
}
.rights-text a:focus {
    color: #7d94e9;
}
.rights-list {
    display: flex;
    flex-direction: column;
}
.rights-list-li {
    border-top: 1px solid rgba(23, 23, 23, 0.3);
    max-width: 85%;
    padding: 1rem 0;
}
.rights-list-li:last-child {
    border-bottom: 1px solid rgba(23, 23, 23, 0.3);
}
.rights-list-link {
    color: rgba(23, 23, 23, 0.6);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.rights-list-link.active {
    color: #000;
}
.nav-tabs {
    border: none;
}

.rights-box {
    width: 12px;
    height: 11.31px;
    border: 3px solid rgba(228, 111, 44, 0.6);
    content: " ";
}

.download-links {
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.5rem;
}

.rights-btn {
    max-width: 95%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #e46f2c;
    border-radius: 60px;
    padding: 3rem 4rem;
}

.rights-btn:hover {
    background-color: #bf957d;
}
/* rigth-to-information */

/* new resources_programs */
.p-card-text {
    display: flex;
    justify-content: space-between;
}
/* new resources_programs */

@media (max-width: 768px) {
    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }

    .timeline-item:before {
        left: 10px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }

    .timeline-item:last-child {
        padding-bottom: 40px;
    }

    .timeline:before {
        left: 40px;
    }

    .bg-1 {
        background-size: cover;
        background-position: center !important;
    }

    .timeline-container {
        background-attachment: scroll;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: none !important;
    }

    .contact-card {
        margin-left: -80px;
    }

    .cp-details {
        padding: 30px 15px;
    }

    .cp-details .cp-title {
        font-size: 24px;
    }

    .home-page-header h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .nc-img {
        padding-bottom: 100%;
    }

    .nc-body {
        padding: 20px 15px;
    }

    .nc-title {
        font-size: 15px;
    }

    .title-img img {
        left: -30px;
    }

    .ph-offset-top {
        height: 140px;
    }

    .header-slide-content {
        margin-left: 80px;
    }
}

@media (min-width: 768px) {
    .hr-border {
        border-right: 1px solid rgba(23, 23, 23, 0.3);
    }
}

@media (max-width: 1150px) {
    .nav-header .container-fluid {
        padding: 0.5rem;
    }

    #word_logo {
        height: 50px;
    }

    .mt-nav {
        margin-top: 135px;
    }

    .hide-progress .mt-nav {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    /* .nav-header .container-fluid {
        position: fixed;
        top: 0;
    } */

    .nav-header .container-fluid.nav-fixed {
        background-color: white;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    }

    .nav-header .container-fluid.nav-fixed .mini-nav {
        display: none;
    }

    .nav-header .container-fluid.nav-fixed .main-navbar {
        align-items: center;
    }

    .container-fluid.nav-fixed .navigation3 .nav-link {
        color: #333 !important;
    }

    .white-md-text {
        color: white;
    }
}

@media (max-width: 567px) {
    .mt-neg-80 {
        margin-top: 0px;
    }

    .sc-title-content h2 {
        font-size: 28px;
    }

    .min-h-550 {
        min-height: auto;
    }

    .mb-neg-150 {
        margin-bottom: 0px;
    }

    .sv-video {
        padding-bottom: 100%;
    }

    .our-management::before {
        height: 75%;
    }

    .mini-header h1 {
        font-size: 21px;
    }

    .home-page-header {
        padding-top: 30px;
    }

    .home-page-header h1 {
        margin-bottom: 32px;
    }

    .main-navbar {
        padding: 0px;
    }

    .nav-fixed {
        background: white;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    }

    .nc-img {
        padding-bottom: 70%;
    }

    .leaf-one,
    .leaf-two {
        height: 200px;
    }

    .subscribe .container {
        padding-right: 15px;
    }

    .subscribe_button {
        right: 0;
        left: auto;
    }

    .other-footer-links {
        display: block;
    }

    .footer-socials {
        justify-content: center !important;
    }

    .index-pg-content .pg-item img {
        height: 320px;
    }

    .title-row {
        display: block;
    }

    .title-img img {
        left: -10px;
    }

    .nc-title {
        font-size: 18px;
    }

    .ph-offset-top {
        height: 150px;
    }

    .mt-nav {
        margin-top: 180px;
    }

    .hide-progress .mt-nav {
        margin-top: 82px;
    }

    .contact-card {
        margin-left: 0px;
        margin-top: -5px;
    }

    .contact-map {
        height: 400px;
    }

    .header-slide {
        justify-content: center;
    }

    .hs-socials,
    .hs-indic {
        display: none;
    }

    .header-slide-content {
        margin-left: 0px;
        padding: 0px 10px;
        width: 90%;
    }

    .header-slide-content h1 {
        font-size: 32px;
    }

    .header-slider .hs-title-div img {
        width: 100px;
        left: -15px;
    }

    .outline-btn {
        width: 100%;
        text-align: center;
    }

    .hs-ctrls button {
        height: 40px;
        width: 40px;
    }

    .sp-img-wrap {
        height: 400px;
    }

    .sp-slide-ctrls {
        position: relative;
    }

    .br-md {
        border-left: none;
    }

    .sp-gallery {
        display: block;
    }

    .sp-gallery .sp-gallery-img {
        margin-bottom: 15px;
    }

    .privacy-footer .container {
        flex-wrap: wrap;
    }
}

.past-event-slider .slick-list {
    width: 100%;
    margin-left: 0px;
    height: auto;
}

.past-event-slider img {
    margin: 0px 10px;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-left: 10px solid #e46f2c;
    background: #0d1925;
    transition: 0.3s ease;
}

.download-btn:hover {
    text-decoration: none !important;
    background: #e46f2c;
}

.sch-acc .card {
    border: none;
    border-radius: 0px;
}

.sch-acc .card-header {
    background: transparent;
    padding: 0px;
    border: none;
}

.sch-acc .card-header button {
    padding: 18px;
    border: none;
    background: #0d1925;
    color: white;
    border-left: 10px solid #e46f2c;
    width: 100%;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
    text-decoration: none !important;
}

.sch-acc .card-header button:hover {
    background: #e46f2c;
    text-decoration: none;
}

.sch-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-gap: 15px;
}

.mini-footer {
    background: #0d1925;
    color: white;
}

.mini-nav {
    /* position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0px; */
}

.mini-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .mini-nav img {
    height: 80px;
} */

.mini-nav a {
    transition: 0.3s ease;
}

.mini-nav a:hover {
    text-decoration: none;
    color: #e46f2c;
}
