.header-bg-custom-primary {
    background: #1a55aa;
}

.custom-card-style-1:hover.svg-fill-color-hover-primary svg {
    fill: #febf12 !important;
}

.custom-card-style-1:hover.svg-fill-color-hover-primary svg {
    fill: #febf12 !important;
}

.main-heading h2 {
        font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #000000;
    letter-spacing: normal;
    font-weight: 600;
}

.about-left-col {
    min-height: 650px;
    width: 100%;
}

.service-section {
    background: #F7F7FA;
    padding: 110px 0 !important;
}

.services-left-card {
    max-width: 570px;
    margin-left: auto;
}

.project-card3 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.project-card3 .project-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.28%, rgba(0, 0, 0, 0.8) 91.5%);
    padding: 30px;
    display: flex;
    align-items: end;
    z-index: 2;
}

.project-card3 .project-content-wrap .project-content span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

.project-card3 .project-content-wrap .project-content h3 {
    margin-bottom: 10px;
    color: #febf12;
    text-transform: capitalize;
    font-size: 26px;
    letter-spacing: 0;
}

.project-card3 .project-content-wrap .project-content p {
    color: #fff;
    line-height: 22px;
    letter-spacing: .50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.project-card3 .project-content-wrap .project-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.project-card3 .project-content-wrap .project-content ul li {
    display: flex;
}

.project-card3::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.project-card3:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.project-card3 .view-more-btn {
    position: absolute;
    top: 0;
    right: 0;
    /* background: #febf12;
    padding: 8px 35px;
    color: #000;
    font-family: 'Overpass', sans-serif !important; */
    z-index: 99;
}
.view-more-btn {
    position: absolute;
    top: 0;
    right: 0;
    /* background: #febf12;
    padding: 8px 35px;
    color: #000;
    font-family: 'Overpass', sans-serif !important; */
    z-index: 99;
}
.view-more-btn a {
    padding: 19px 33px;
    background-color: #febf12;
    display: inline-block;
    line-height: 1;
    transition: .5s;
}
.project-card3 .view-more-btn a{
    opacity: 0;
}
.project-card3:hover .view-more-btn a {
    opacity: 1;
}
.project-card3 img{
    height: 330px;
    width: 100%;
    object-fit: cover;
}
.view-more-btn a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em 0.0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 0.0625em;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    transform: translateZ(0);
    border: none;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.view-more-btn a span::after {
    content: "\F144";
    font-family: "bootstrap-icons";
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity 0.3s 0.15s;
    color: #fff;
}

.view-more-btn a:hover span {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
}

.view-more-btn a span svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -0.92em 0 0;
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}

.view-more-btn a:hover span::after {
    content: "\F144";
    transition-delay: 0s;
}












.project-btn {
    padding: 19px 33px;
    background-color: #febf12;
    display: inline-block;
    line-height: 1;
    transition: .5s;
}


.project-btn span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
    outline: none;
    padding: 0 1.375em 0.0625em 0;
    cursor: pointer;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 0.0625em;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    transform: translateZ(0);
    border: none;
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.project-btn span::after {
    content: "\F144";
    font-family: "bootstrap-icons";
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    opacity: 1;
    transition: opacity 0.3s 0.15s;
    color: #fff;
}

.project-btn:hover span {
    --background-size: 0%;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
}

.project-btn span svg {
    position: absolute;
    display: block;
    line-height: 1.8125em;
    width: 1.375em;
    height: 1.8125em;
    right: 0;
    left: initial;
    top: 50%;
    margin: -0.92em 0 0;
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}

.project-btn:hover span::after {
    content: "\F144";
    transition-delay: 0s;
}

.footer-section.style-2 {
    background-color: #F7F7F7;
}
.footer-section.style-2 .footer-wrapper .footer-logo-and-contact-area {
    align-items: center;
    padding: 0;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area {
    padding: 50px 110px;
    display: flex
;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area {
    max-width: 360px;
    width: 100%;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content {
    padding-top: 55px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 35px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
;
    align-items: center;
    gap: 30px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content .social-list li a {
    text-align: center;
    display: block;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content .social-list li a i {
    color: #000;
    transition: 0.5s;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .footer-logo-area .footer-content .social-list li a span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding-top: 5px;
    transition: 0.5s;
}
.footer-section.style-2 .footer-wrapper .footer-logo-and-contact-area .contact-area {
    padding-right: 110px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 85px;
    position: relative;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area li {
    margin-bottom: 20px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area li .single-contact {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area li .single-contact .icon svg {
    fill: #000;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 138px;
    background-color: #f9483433;
}
.footer-section.style-2 .footer-wrapper .footer-logo-and-contact-area .contact-area::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 138px;
    background-color: #f9483433;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area li .arrow {
    margin-top: 20px;
    fill: #f9483433;
    margin-left: 70px;
}
.footer-section.style-2 .footer-wrapper {
    padding: 110px 0px 40px;
    
}
.footer-section.style-2 .footer-wrapper .footer-menu {
    border: unset;
    padding: 0;
    padding-left: 110px;
}
.footer-section .footer-wrapper .footer-menu .footer-widget .widget-title {
    margin-bottom: 25px;
}
.footer-section .footer-wrapper .footer-menu .footer-widget .widget-title h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
}
.footer-section .footer-wrapper .footer-menu .footer-widget .widget-title h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90.01deg, #000000 0.01%, rgba(0, 0, 0, 0) 102.8%);
}
.footer-section.style-2 .footer-wrapper .address-area {
    padding: 0;
    display: block;
    border: unset;
}
.footer-section .footer-wrapper .address-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    padding: 60px;
    width: 100%;
    border-left: 1px solid #f9483433;
    border-bottom: 1px solid #f9483433;
}
.footer-section .footer-wrapper .address-area .single-address span {
    color: #000;
    font-family: var(--font-kanit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: underline;
    display: block;
    margin-bottom: 20px;
}
.footer-section.style-2 .footer-wrapper .address-area .single-address span {
    margin-bottom: 15px;
}
.footer-section .footer-wrapper .address-area .single-address a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    transition: 0.5s;
}
.footer-section.style-2 .footer-wrapper .address-area .single-address {
    padding-left: 0;
    margin-bottom: 45px;
}
ul{
    padding-left: 0;
}
li{
    list-style: none;
}
.footer-section .footer-wrapper .footer-menu .footer-widget .menu-container .widget-list li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to bottom, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0% 100%;
    transition: background-size 0.75s;
    margin-bottom: 7px;
}
.footer-section .footer-wrapper .footer-logo-and-contact-area .contact-area li .single-contact .content h6 a {
    color: #535353;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    transition: 0.5s;
}









.video-section {
   position: relative;
   overflow: hidden;
}

.video-section .video-wrapper {
   padding: 60px 0;
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: 0;
   height: 600px;
}

.video-section .video-wrapper::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #00000066;
   display: block;
   z-index: -1;
}

.video-card {
   background: #ffffff1f;
   backdrop-filter: blur(10px);
   padding: 40px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.masonry-item img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.treat-box .lightbox .no-default-style img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.custom-card-style-1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px 0;
}
.expansion-grid-switch {
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}
.newimage {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}
.details {
    position: absolute;
    bottom: 0px;
    padding: 20px 10px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    width: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 40%);
}
.expansion-grid-switch .details h2 {
    font-size: 18px;
    color: #f5be36;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-top: 0px;
    letter-spacing: normal;
}
.expansion-grid-switch .details p {
    font-size: 15px;
    color: #ffff;
    margin-bottom: 0px;
}
.expansion-grid-switch:hover img.newimage {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sec-heading h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    color: #003628;
    margin-bottom: 10px;
}


.main-heading p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 7px;
}
.header-logo img{
    width: 300px;
}

.form-btn.active {
    background: #f5be36;
    color: #000 !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
}
.form-btn {
    background: #1a55aa;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    border: 1px solid #1a55aa;
}

.buliding-slider .owl-nav span{
    display: none;
}
.owl-carousel.buliding-slider .owl-nav button.owl-prev:before{
        font-size: 15px !important;
        top: 0;
}
.owl-carousel.buliding-slider .owl-nav button.owl-next:before{
        font-size: 15px !important;
        top: 0;
}

.buliding-slider img{
    width: 460px;
    height: 360px;
    object-fit: contain;
}
.buliding-slider.single-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


