@font-face {
    font-family: 'LinotypeBrewery';
    src: url('../fonts/LinotypeBrewery-Regular.woff2') format('woff2'),
        url('../fonts/LinotypeBrewery-Regular.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* @font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNew-Regular.woff2') format('woff2'),
        url('../fonts/AttenNew-Regular.woff') format('woff');
    font-weight: 700;
    font-display: swap;
} */

@font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNewBook.woff2') format('woff2'),
        url('../fonts/AttenNewBook.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNewRegular.woff2') format('woff2'),
        url('../fonts/AttenNewRegular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNewMedium.woff2') format('woff2'),
        url('../fonts/AttenNewMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNewBold.woff2') format('woff2'),
        url('../fonts/AttenNewBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'AttenNew';
    src: url('../fonts/AttenNewExtraBold.woff2') format('woff2'),
        url('../fonts/AttenNewExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

:root {
    --theme_color1: #000000;
    --theme_color2: #808080;
    --primaryFont: 'AttenNew';
    --secondaryFont: 'LinotypeBrewery';
    /* --headingFontSize: 55px; */
    --headingFontSize: 50px;
    --h1: 78px;
    --h2: 68px;
    /* --h3: 55px; */
    --h3: 44px;
    --h4: 28px;
    --h5: 24px;
    --paragraphSize: 18px;
    --paragraphBigSize: calc(var(--paragraphSize) + 5px);
}


img {
    max-width: 100%;
}

body,
p {
    color: var(--theme_color2);
    font-family: var(--primaryFont);
    font-weight: 300;
    font-size: var(--paragraphSize);
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme_color1);
    font-family: var(--secondaryFont);
}

h1 {
    font-size: var(--h1);
}

h2 {
    font-size: var(--h2);
    line-height: 1.2;
}

h3 {
    font-size: var(--h3);
}

h4 {
    font-size: var(--h4);
    font-weight: 400;
}

h5 {
    font-size: var(--h5);
    font-weight: 400;
}

.section_padding {
    padding-block: 90px;
}

.heading {
    font-weight: 400;
    font-size: var(--headingFontSize);
    line-height: 1.2;
    letter-spacing: 3.4px;
    text-transform: uppercase;
}

.container-fluid {
    padding-inline: 100px;
}

.text-right {
    text-align: right;
}

/* -- carousel dots -- */

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #00000059;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #000;
}


/* -- buttons -- */

.theme_btn_transparent {
    font-family: var(--parabody);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 20px 65px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
}

.theme_btn_transparent:hover {
    background: rgb(255 255 255 / 20%);
}


.theme_btn {
    font-family: var(--parabody);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    padding: 15px 55px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
}

.theme_btn:hover {
    background: #000;
    color: #FFF;
}


/* -- header -- */

.header_section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    transition: all 0.4s ease;
    z-index: 9;
}

.header_section .logo img {
    width: 130px;
}

.header_section.fixed {
    background: #00000000;
    backdrop-filter: blur(10px);
    padding: 10px 0;
}

.header_section:hover,
.header_section.active {
    background: #FFF;
    box-shadow: 0 0 15px 0 #00000063;
}

.header_section .menu_toggle {
    float: right;
    margin-top: 1px;
    display: none;
}

/* .header_section:hover .menu_toggle,
.header_section.active .menu_toggle {
    color: #000;
} */

.header_section .menu_toggle {
    filter: brightness(100);
}

.header_section:hover .menu_toggle,
.header_section.active .menu_toggle {
    filter: brightness(0);
}

.header_section .search {
    text-align: right;
    color: #FFF;
}

.header_section .nav_manu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: auto;
    justify-content: center;
    gap: 0 60px;
}

.header_section .nav_manu ul li a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    display: block;
}

.header_section:hover,
.header_section.active {
    background: #FFF;
}

.header_section.active .logo img,
.header_section:hover .logo img,
.header_section:hover .seach_icon img,
.header_section.active .seach_icon img {
    filter: brightness(0);
}


.hiddenOver .header_section .nav_manu.hide {
    opacity: 0 !important;
    pointer-events: none !important;
}

.hiddenOver .header_section.fixed .nav_manu,
.hiddenOver .header_section.nav_manu .nav_manu {
    opacity: 1;
    pointer-events: auto;
}

.hiddenOver .header_section.active {
    box-shadow: none;
}


.header_section .seach_icon img {
    cursor: pointer;
}

.header_section .seach_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}


.header_section:hover .nav_manu ul li a,
.header_section.active .nav_manu ul li a {
    color: var(--theme_color1);
}

.header_section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    background: #ffffff00;
    transition: all 0.4s ease;
    z-index: -1;
    backdrop-filter: blur(9px);
    opacity: 0;
    visibility: hidden;
}

body.hiddenOver .header_section:after {
    opacity: 1;
    visibility: visible;
}

body.hiddenOver {
    overflow: hidden;
    scrollbar-width: none;
    /* height: 100vh !important; */
}

body.hiddenOver #smooth-wrapper {
    padding-right: 15px;
}

.header_section_in {
    float: left;
    width: 100%;
}

body.hiddenOver .header_section_in {
    max-width: calc(100% - 15px);
}

body.open_search .header_section {
    position: fixed;
}

body.open_search .body_wrapper {
    display: none;
}

body.open_search .header_section:after {
    opacity: 0;
    visibility: hidden;
}

.nav_manu ul li {
    position: relative;
}

.nav_manu ul li ul.sub_menu {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    padding-top: 34px;
    transition: all 0.4s ease;
}

.nav_manu ul li ul.sub_menu>li {
    background: #FFF;
    width: 100%;
    border-top: 1px solid var(--theme_color2);
    padding: 25px 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease;
}

.nav_manu ul li:hover ul.sub_menu {
    top: 47px;
    opacity: 1;
    visibility: visible;
}

.header_section.fixed .nav_manu ul li ul.sub_menu,
.header_section.fixed .nav_manu ul li:hover ul.sub_menu {
    top: 47px;
}

.nav_manu ul li:hover ul.sub_menu>li {
    visibility: visible;
    transform: scaleY(1);
}

.nav_manu ul li ul.sub_menu a {
    color: var(--theme_color2);
    padding: 6px 0;
    display: block;
    margin: 3px 0;
}

.nav_manu ul li.dropDown {
    position: static;
}

.header_section:hover .search,
.header_section.hover .search {
    color: var(--theme_color1);
}

.header_section .seach_icon img.close {
    display: none;
    position: absolute;
    top: 0;
    right: 4px;
}

.header_section .seach_icon.active img.searchicon {
    display: none;
}

.header_section .seach_icon.active img.close {
    display: block;
}

.search_sect {
    display: none;
}

.search_sect .search_box {
    margin: auto;
    width: 542px;
    margin-top: 65px;
}

.search_sect .search_box form {
    display: flex;
    position: relative;
}

.search_sect .search_box form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    outline: none;
    padding-right: 85px;
}

.sendclearbtn {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    height: 50px;
    outline: none;
    display: flex;
}

.search_sect .search_box button {
    background: transparent;
    border: none;
    position: relative;
    right: auto;
    height: 97%;
    outline: none;
}

#clearInput {
    background-color: transparent;
    color: #8b8b8b;
    height: 48px;
    align-items: center;
    width: 35px;
    justify-content: center;
    display: none;
    cursor: pointer;
}

ul#testList {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    max-height: 40vh;
    overflow: auto;
}

ul#testList li {
    margin-bottom: 10px;
    /* display: none; */
}

ul#testList li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#Suggestion_mgs {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 15px;
    opacity: 0.6;
    display: none;
}

.search_result_popup {
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 7;
    padding-bottom: 50px;
    display: none;
}

.search_result_popup .border_divier {
    border-top: 1px solid var(--theme_color2);
    width: 100%;
    margin-bottom: 30px;
}

.search_result_popup .search_project_card {
    transition: all 0.5s ease;
}

.search_result_popup .project_pagination {
    margin-bottom: 80px;
}

/* -- mobile menu design figma*/
.mobile_menu_design {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999;
    padding: 25px;
    display: none;
}

.mobile_menu_design .mobile_menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mobile_menu_design .mobile_menu a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.mobile_menu_design .menu_close {
    background: transparent;
    color: #000;
    font-size: 19px;
    top: 20px;
    right: 20px;
}

/* -- mobile menu design -- */

.mobile_menu_fix {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 99;
    padding: 25px;
    border-radius: 30px 0 0 30px;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.mobile_menu_fix.active {
    transform: translateX(0);
}

.menu_close {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 9;
}

.mobile_menu_fix .logo img {
    filter: brightness(0);
}

.mobile_menu_fix .logo {
    width: 120px;
    margin-bottom: 45px;
}

.mobile_menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px 0;
    margin-bottom: 0;
}

.mobile_menu ul ul {
    /* gap: 17px 0; */
    margin: 0;
    margin-top: 20px;
}

.mobile_menu ul li a {
    font-size: 20px;
    text-decoration: none;
}

/* .mobile_menu ul ul li a {
    font-size: 28px;
    font-weight: 700;
} */

.mobile_menu ul li p {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.mobile_menu hr {
    margin: 20px 0;
}

.mobile_menu .call {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 6px;
}

.mobile_menu .call a {
    text-decoration: none;
    color: inherit;
}

.mobile_menu_fix_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    z-index: 2;
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.mobile_menu_fix_bg.active {
    opacity: 1;
    visibility: visible;
}

.hiddenOver .mobile_menu_fix_bg {
    opacity: 1;
    visibility: visible;
}

/* -- Hero banner section -- */
.hero_banner_wrap {
    position: relative;
    height: 100vh;
    background-image: url('../images/banner/banner_bg.jpg');
    background-size: cover;
}

.hero_banner img {
    width: 100%;
}

.mobile_hero_banner {
    display: none;
}

.triangle_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.triangle {
    position: absolute;
    top: calc(100% - 60px);
    left: 50%;
    border-left: 15px solid transparent;
    border-top: 35px solid #010f94;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: translate(-50%, 100%);
    cursor: pointer;

}

.triangle:hover {
    animation: 2s linear 0s infinite alternate none running move;
}

@keyframes move {

    0%,
    100% {
        margin-top: 0px;
    }

    50% {
        margin-top: -20px;
    }

    80% {
        margin-top: -10px;
    }
}


.hero_banner {
    position: relative;
    z-index: 0;
    height: 100vh;
    overflow: hidden;
}

.hero_banner .top_banner_sect {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.hero_banner_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_banner_wrap h1 {
    text-align: center;
    color: #FFF;
    font-size: 78px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3.9px;
}

/* .hero_banner .triangle { 
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-left: 15px solid transparent;
    border-top: 35px solid #081a7b;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: translate(-50%, 100%);
    z-index: 0;
} */

/* -- mobile banner -- */


.mobile_hero_banner .hero_banner_banner {
    position: relative;
}

.mobile_hero_banner .hero_banner_banner img {
    min-height: 100vh;
    object-fit: cover;
}

.mobile_hero_banner .hero_banner_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_hero_banner .hero_banner_banner .overlay h1 {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.mobile_hero_banner .counter_section {
    position: relative;
    background: linear-gradient(222deg, #020a3a 29%, #0a1f8f 79%, #1f3cff 100%);
}

.mobile_hero_banner .counter_section .counter_row {
    margin-top: 60px;
    justify-content: center;
}

.mobile_hero_banner .triangle_wrap {
    top: auto;
    bottom: 0;
    height: auto;
}

.mobile_hero_banner .triangle_wrap .triangle:hover {
    animation: none;
}

.mobile_hero_banner .triangle_wrap .triangle {
    transform: none;
    top: 0 !important;
    margin-top: 0 !important;
}

.mobile_hero_banner .counter_section .counter_Card .sufix {
    font-size: 30px;
}

/* -- counter section -- */

.counter_section {
    /* background: linear-gradient(222deg, #020a3a 29%, #0a1f8f 79%, #1f3cff 100%); */
    /* position: relative; */
}


.counter_section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    margin-top: -50px;
    /* margin-top: 95px; */
}

.counter_section_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

/* .counter_section:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-left: 15px solid transparent;
    border-top: 35px solid #081a7b;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: translate(-50%, 100%);
    z-index: 0;
} */

.counter_section p {
    color: #FFF;
    font-size: var(--paragraphBigSize);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.counter_section .counter_row {
    margin-top: 160px;
    justify-content: space-between;
}
@media (min-width:992px) {
    .counter_section .counter_col {
        width: auto; 
    }
}
.counter_section .counter_col { 
    text-align: center;
}

.counter_section .counter_Card {
    display: inline-block;
    margin: auto;
    text-align: left;
}

.counter_section .counter_Card .counter,
.counter_section .counter_Card .sufix.plus {
    font-size: var(--headingFontSize);
    font-weight: 400;
    color: #FFF;
}

.counter_section .counter_Card .sufix {
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
}

.counter_section .counter_Card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1350px;
    }
}

/* -- welcome_section --  */

.welcome_section .title_content .heading {
    margin-bottom: 45px;
}

.welcome_section .title_content p {
    font-size: var(--paragraphBigSize);
    color: var(--theme_color1);

}


.project_tab ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 0 100px;
    margin-top: 90px;
    border-top: 1px solid #A0A0A0;
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.project_tab ul li a {
    font-size: calc(var(--paragraphBigSize) - 5px);
    text-decoration: none;
    text-transform: uppercase;
    color: var(--parabody);
    transition: all 0.5s ease;
}

.project_tab ul li a:hover,
.project_tab ul li a.active {
    color: var(--theme_color1);
}

.project_tab ul li:last-child {
    position: absolute;
    right: 0;
}

/* .project_tab ul li:last-child a {
    color: var(--theme_color1);
} */

.project_tab ul li.activevs a {
    background: #ffffff;
    color: #000000;
}

.project_tab ul li.activevs a,
.project_tab ul li a:hover {
    background: #ffffff;
    color: #000000;
}

.custom-loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.project_tab_mob {
    display: none;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
}

.project_tab_mob a {
    text-decoration: none;
    color: var(--theme_color1);
    font-weight: 500;
    font-size: 17px;
}

.project_tab_mob select {
    background-image: url('../images/icons/down_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    background-color: transparent;
    appearance: none;
    box-shadow: none;
    border: none;
    font-size: 17px;
    outline: none;
    cursor: pointer;
    padding-right: 18px;
}

.welcome_section .right_side {
    border-left: 1px solid #A0A0A0;
    padding-left: 24px;
}

.welcome_section .left_side {
    padding-right: 24px;
}

.welcome_section .right_side .row {
    gap: 30px 0;
}

.show-projectvs a {
    text-decoration: none;
}

.right_side .project_card .image img {
    width: 100%;
}

.project_card .image img {
    width: 100%;
}

.project_card .image,
.project_card .content span,
.project_card .content h4 {
    margin-bottom: 15px;
}

.right_side .project_card .content span,
.right_side .project_card .content h4 {
    margin-bottom: 10px;
}

.project_card .content span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme_color2);
}

.project_card .content p {
    margin: 0;
}

.welcome_section .left_side .content span {
    font-size: 20px;
}

.welcome_section .left_side .content h5 {
    font-size: 36px;
}

.welcome_section .left_side .content p {
    font-size: calc(var(--paragraphSize) + 5px);
}


/* -- finding section -- */
.finding_section_wrap {
    position: relative;
    padding-bottom: 50px;
}

.finding_section {
    overflow: hidden;
    position: relative;
}

.finding_section img {
    width: 100%;
}

.finding_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finding_section .overlay .heading {
    color: #FFF;
    margin-top: -120px;
}

.finding_section .overlay .location {
    position: absolute;
    top: 50px;
    left: 100px;
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
}

.finding_section_wrap .search_filter {
    position: absolute;
    left: 158px;
    bottom: 0px;
    width: calc(100% - 316px);
    padding: 30px 40px;
    background: #47474769;
    backdrop-filter: blur(10px);
}

.finding_section_wrap .search_filter p {
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
    font-size: var(--paragraphBigSize);
}

.finding_section_wrap .search_filter .select_wrap {
    display: flex;
    gap: 0 40px;
}

.finding_section_wrap .search_filter .select_wrap select {
    background: #FFF;
    background-image: url('../images/icons/down_arrow.png');
    border: 0px solid #FFF;
    outline: none;
    font-size: 22px;
    font-weight: 400;
    padding: 14px 26px;
    line-height: 1.15;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right 18px;
    appearance: none;
    cursor: pointer;
    -webkit-text-fill-color: #000 !important;
}

.finding_section_wrap .search_filter .select_wrap select:focus,
.finding_section_wrap .search_filter .select_wrap select:active {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

/* -- search result card section -- */
.project_section_section {
    padding-top: 40px;
}

.section_result_section_popup {
    position: relative;
    height: 100%; 
}

.section_result_section_popup .container {
    height: 100%;
}

.section_result_section_popup .search_project_card_row {
    overflow: auto;
    max-height: 100%;
}
.search_project_card_row_in {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0;
    padding: 0;
}

.search_project_card_row {
    gap: 30px 0;
    padding-bottom: 0;
}

.project_section_section .search_project_card_row {
    min-height: 420px;
    overflow: hidden;
}

.search_project_card_row a {
    text-decoration: none;
}

.search_project_card .image {
    position: relative;
    margin-bottom: 25px;
}

.search_project_card .image img {
    width: 100%;
}

.search_project_card .image span {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    background: #FFF;
    color: var(--theme_color1);
}

.search_project_card .content span,
.search_project_card .content h5 {
    margin-bottom: 12px;
    display: block;
}

.search_project_card h5 {
    text-transform: uppercase;
}

.search_project_card .content span {
    font-size: 18px;
    color: var(--theme_color2);
}

.search_project_card .content p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.project_pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 90px 0 0 0;
    list-style: none;
    gap: 0 13px;
}

ul.project_pagination li a {
    text-decoration: none;
    color: var(--theme_color);
    font-weight: 400;
    font-size: 24px;
}

ul.project_pagination li a:active {
    border-bottom: 1px solid #000;
}

ul.project_pagination li a:hover,
ul.project_pagination li a.active {
    text-decoration: underline;
    color: var(--theme_color1);
}

/* -- home page slider section -- */
.home_slider_section {
    position: relative;
}

.home_slider {
    position: relative;
}

.home_slider_section .theme_btn_transparent {
    position: absolute;
    bottom: 88px;
    right: 100px;
    z-index: 9;
}

.home_slider .items img {
    display: block;
}

.home_slider .owl-item .items>img {
    /* opacity: 0.45; */
    transform: scale(1.2);
    transition: transform 3s ease;

}

.home_slider .owl-item.active .items>img {
    opacity: 1;
    /* transition-delay: 0.4s; */
    transform: scale(1);

}

.home_slider .items {
    overflow: hidden;
}

.home_slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.07%, rgba(0, 0, 0, 0.5) 100%);
}

.home_slider .overlay .heading {
    color: #FFF;
    margin-bottom: 65px;
    font-size: var(--h3);
}

.home_slider .owl-dots {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.home_slider .owl-dots .owl-dot.active {
    background: #FFF;
}

/* -- news section -- */
.news_section .heading_sect .heading {
    margin-bottom: 45px;
}

.news_section .heading_sect p {
    font-size: var(--paragraphBigSize);
    margin-bottom: 0;
    color: var(--theme_color1);
}

.news_card {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 5%;
}

.news_card.left {
    margin-right: 4%;
}

.news_card.right {
    margin-left: 4%;
    margin-right: 0;
}

.news_card.full {
    margin-right: 0;
    border-top: 1px solid #A0A0A0;
    padding-top: 30px;
}

.news_card .content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 2%;

}

.news_card .image {
    width: 45%;
    padding-left: 21px;
}

.news_card .image img {
    width: 100%;
}

.news_card .content p {
    margin-bottom: 40px;
    font-size: 20px;
    color: var(--theme_color1);
}

.news_card .content .date {
    font-size: 24px;
}

.news_card.left .content .date,
.news_card.right .content .date {
    font-size: 20px;
}

.news_card.full .image,
.news_card.full .content {
    width: 50%;
}

.news_card.full .content p {
    margin-bottom: 100px;
    font-size: 30px;
    color: var(--theme_color1);
}

.news_card.full {
    margin-right: 0;
}

.news_card.full .image {
    padding-left: 0;
}

.news_card.full .content {
    padding-right: 8%;
}

/* -- marquee tag -- */
.marquer {
    padding: 10px 0;
    margin-bottom: 50px;
    position: relative;
}

.marquer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #efefef;
    margin: 0;
    position: relative;
}

.marquer .col-md-3,
.marquer .col-md-9 {
    padding: 0;
}

.marquer p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    background: #000;
    padding: 20px 17px;
    text-align: center;
}

.marquer a {
    text-decoration: none;
    margin-right: 70px;
}

.marquer marquee {
    color: #040707;
    margin-bottom: -7px;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.marquer .row>div {
    padding: 0;
}

.marquer .marquee_view_btn_wrap {
    background: #FFF;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.marquer .marquee_view_btn_wrap a {
    margin: 13px 15px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    padding: 8px 15px;
    display: block;
    letter-spacing: 1px;
}



/* -- before footer -- */

/* .footer-links-section {
    padding: 0 0 80px 0;
}

.footer-links-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer-link-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    text-decoration: none;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.footer-link-item:hover {
    background: #000;
    color: #FFF;
}

.link-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.link-content i {
    font-size: 28px;
}

.link-content span {
    font-size: 20px;
    font-weight: 600;
}

.footer-link-item>i {
    font-size: 18px;
    transition: transform .3s ease;
}

.footer-link-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.footer-link-item:hover>i {
    transform: translateX(6px);
}

@media (max-width: 991px) {
    .footer-links-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-links-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-link-item {
        padding: 25px;
    }

    .link-content span {
        font-size: 18px;
    }
} */


/* -- footer section -- */
.footer_section {
    padding: 0 0 35px 0;
}

.footer_section .ft_social_links a {
    font-size: 34px;
    color: #000;
    display: inline-block;
}

.footer_section .ft_logo {
    text-align: center;
}

.footer_section .ft_logo img {
    filter: brightness(0);
}

.footer_section .ft_divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #A0A0A0;
    margin: 55px 0;
}

.footer_section .ft_social_links {
    display: flex;
    gap: 0 8px;
}

.footer_section .ft_col_row {
    justify-content: space-between;
}

.footer_section .ft_col {
    width: auto;
}

.footer_section .ft_col h4 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: var(--primaryFont);
}

.footer_section .ft_col ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.footer_section .ft_col ul li {
    margin-bottom: 10px;
}

.footer_section .ft_col ul li a {
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: var(--theme_color2);
    transition: all 0.5s ease;
}

.footer_section .ft_col ul li a:hover {
    color: #000;
}

.footer_section .copyright {
    font-weight: 400;
    font-size: 18px;
}

/* 829 */

/* This CSS added by Vivek Kr Sharma(vs) */
.error-msg {
    color: #ff0000;
    font-size: 13px;
    display: block;
    margin-top: 4px;
}

.error-field {
    border: none !important;
    border-bottom: 1px solid red !important;
}

.error-field:focus {
    border-bottom: 1px solid red !important;
    outline: none !important;
}

span#resultshow strong {
    font-weight: 500;
    color: #555;
}

.show-projectvs {
    min-height: 700px;
}


 


.latest_dlf_slider .owl-nav  {
    margin-top: 30px;
    display: flex;
    justify-content: right;
    gap: 20px;
}
.custom_arrow_design .owl-nav .owl-prev,
.custom_arrow_design .owl-nav .owl-next {  
    width: 45px;
    height: 45px;
    background: #00000047 !important;
    backdrop-filter: blur(3px);
    color: #FFF !important;
    border-radius: 50%;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_arrow_design .owl-nav .owl-prev:hover,
.custom_arrow_design .owl-nav .owl-next:hover {   
    background: #000 !important; 
}