/* Resetting */
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
a{
    text-decoration: none;
    display: inline-block;
}
ul{
    list-style-type: none;
    padding-left: 0;
}
html , body{
    font-family: "Outfit", sans-serif;
    font-family: "Outfit", sans-serif;
    overflow-x: hidden;
    overscroll-behavior-y: none;
}
/* Resetting Ends */
* {
    scrollbar-width: auto;
    scrollbar-color: #282571 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #282571;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
/* Root variables */
:root{
    --primary-bg-color: #282571;
    --primary-light-color:#302C83;
    --bg-primary-gray:#EDEDED;
    --menu-color: #DC4A5D;
    --secondary-bg-color:#1CACBD;
    --card-green-text-color: #38B54A;
}
/* Root variables */
/* Container Codes */
.c-container {

    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .c-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .c-container {
        width: 945px;
    }
}
@media(max-width: 600px){
    .c-container{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1000px){
    .content-container{
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .c-container {
        width: 1160px;
    }
}
@media (min-width: 1300px) {
    .c-container {
        width: 1160px;
    }
}
/* F Container */
.f-container {

    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .f-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .f-container {
        width: 945px;
    }
}
@media(max-width: 600px){
    .f-container{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .f-container {
        width: 964px;
    }
}

/* F Container */

/* Container Codes */
/* Font Face */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: local('Outfit'),url("../fonts/Outfit-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 150;
    src: local('Outfit'), url("../fonts/Outfit-Thin.ttf") format('truetype');

}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200;
    src: local('Outfit'), url("../fonts/Outfit-ExtraLight.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: local('Outfit'), url("../fonts/Outfit-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: local('Outfit'), url("../fonts/Outfit-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: local('Outfit'), url("../fonts/Outfit-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: local('Outfit'), url("../fonts/Outfit-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    src: local('Outfit'), url("../fonts/Outfit-Black.ttf") format('truetype');
}
/* Font Face */

/* Font Face ClashDisplay Font */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-ExtraBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    src: local('Playfair Display'),url("../fonts/PlayfairDisplay-Black.ttf") format('truetype');
}
@font-face {
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: 400;
    src: local('Abril Fatface'),url("../fonts/AbrilFatface-Regular.ttf") format('truetype');
}
/* Font Face ClashDisplay Font */


/* Main Styling */
.bg-blue-y{
    background-color:#E1E1E1;
    height: 100%;
    width: 100%;
}
.border-b-y{
    position: relative;
    z-index:2;
}
.navbar-container{
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    align-items: flex-end;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.logo-container{

}
.navbar-ul{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 0;
}
.navbar-menu-search{
    display: flex;
    column-gap: 11px;
    align-items: center;
    position: relative;
}
.navbar-menu{
    display: flex;
    column-gap: 11px;
    align-items: center;
    position: relative;
}
.nav-item button{
    font: normal normal bold 22px/40px Clash Display;
    letter-spacing: 0;
    color: #FFFFFF;
    background:transparent;
    border: none;
}
.menu-links-container{
    position: absolute;
    top: 58px;
    left: -89px;
    background-color:white;
    border-radius:0 0 10px 10px;
    padding:31px 23px 20px;
    z-index: 99;
    min-width: 196px;
    display: none;
}
.close-menu-svg{
    margin-left: 4px;
}
.menu-links-ul{
    display: flex;
    flex-direction: column;
    row-gap: 13px;
    margin-bottom: 0;
    padding-left: 0;
}
.menu-links-ul li{
    position: relative;
}
.menu-links-ul li a{
    font: normal normal 500 16px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    transition: all 150ms ease-in-out;
    position: relative;
    z-index: 99;
}
.menu-links-ul li:after{
    content: "";
    position: absolute;
    width: 0%;
    bottom: -16px;
    left: 0;
    background-color: #EA620D;
    height: 8px;
    z-index: 9;
    transition: width 200ms ease-in-out;
}
.menu-links-ul li:hover:after{
    width: 100%;
}
.search-input-container{
    position: absolute;
    right: 25px;
    bottom: 4px;
    display: none;
}
.nav-item{
    cursor: pointer;
}
.search-input-y{
    background: #192F59;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #727F99;
    max-width: 255px;
    width: 255px;
    font: normal normal 300 18px Clash Display;
    padding-top: 10px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.search-input-y:focus{
    outline: none !important;

}
.search-input-y::placeholder{
    font: normal normal 300 18px/40px Clash Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.44;
}
.top-center-svg{
    position: absolute;
    top: 0;
    z-index:1;
    display: flex;
    width: 100%;
    justify-content: center;
}
.text-container{
    padding-top:121px;
    padding-left: 98px;
}
.text-head{
    font: normal normal normal 96px Clash Display;
    letter-spacing: 0;
    color: #70CEF1;
}
.text-sub-head{
    font: normal normal bold 141px/141px Clash Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 950px;
    margin-bottom: 0;
}
.hero-container{
    height: 90.6vh;
    position: relative;
}
.scroll-bottom-svg-container{
    position: absolute;
    bottom:42px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index:2
}
.hero-bottom-left-container{
    position: absolute;
    bottom: -2px;
}
.hero-right-container{
    position: absolute;
    right: 0;
    top: 79px;
}
.sub-hero-container{
    height: 100vh;
    width: 100%;
    background-color:#FEFAE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sub-hero-container .sub-hero-text-container{
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    align-items: center;
}
.sub-hero-container .sub-hero-text-container .sub-hero-head{
    font: normal normal 600 65px/118px Clash Display;
    letter-spacing: 0px;
    color: #192F59;
    margin-bottom: 0;
}
.sub-hero-container .sub-hero-text-container .sub-hero-sub-head{
    font: normal normal 500 35px/45px Clash Display;
    letter-spacing: 0px;
    color: #192F59;
    max-width: 405px;
    margin-bottom: 0;
    text-align: center;
}
.subhero-left-svg-container{
    bottom: 0;
    left: 0;
}
.subhero-right-svg-container{
    bottom: 105px;
    right: 0;
}
.project-grid-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    row-gap: 14px;
    column-gap:16px;
}
.project-list-item{
    width: 278px;
    height: 237px;
}
.list-item-inner{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10px;
    left: 0;
    top: 0;
    padding: 29px 28px 28px 28px;
    cursor:pointer;
    transition: all 200ms ease-in-out;
}
.list-item-inner:before{
    content: "";
    background-color:white;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index:-1;
    border-radius: 10px;
    transition: all 150ms ease-in-out;
}
.list-item-inner:hover:before{
    transform: scale(1.04);
    transform-origin: left center;
    background-color:#EA620D;
    z-index: 9999999;
    box-shadow: 0px 10px 15px #0000002F;
}
.list-item-inner:hover .p-item-head, .list-item-inner:hover .p-item-desc p {
    color:white;
}
.list-item-inner:hover .details-btn-p{
    color: white;
}
.list-item-inner:hover .details-btn-p svg g path,.list-item-inner:hover .details-btn-p svg g line{
    stroke:#ffff;
}
.p-item-head, .p-item-desc, .details-btn-p{
    position: relative;
    z-index: 99999999999999999999999;
}
.projects-heading{
    padding-top: 41px;
    padding-bottom: 68px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-head{
    font: normal normal normal 60px/80px Abril Fatface;
    letter-spacing: 0px;
    color: #0277B3;
    position: relative;
}
.projects-head:before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#EA620D;
}
.list-item-inner .p-item-head{
    font: normal normal 500 24px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;

    max-width: 230px;
    margin-bottom:0;
    min-height:60px;
}
.list-item-inner .p-item-desc{
    font: normal normal 300 14px/20px Sofia Pro;
    letter-spacing: 0px;
    color: #192F59;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.list-item-inner .p-item-desc p{
    font: normal normal 300 18px/20px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 28px;

    padding-top: 10px;
    max-width: 234px !important;
    width: 234px !important;
}
.p-item-desc{
    min-height:98px;
}
.details-btn-p{
    display: flex;
    align-items: center;
    column-gap: 16px;

    font: normal normal 500 18px/30px Outfit;
    letter-spacing: 0px;
    color: #AAAAAA;

    position: absolute;

    bottom: 22px;
    left: 29px;
}
.details-btn-p svg{
    position: relative;
    bottom: -1px;
}
.project-right-svg{
    right: -83px;
    bottom: 50px;
    z-index:0;
}
.project-top-svg{
    top: 0;
    left: 311px;
    z-index:0;
}
.project-left-svg{
    left: -10px;
    bottom: 113px;
    z-index:0;
}
.footer-container{
    background-color:#606C92;
    padding:58px 0;
}
.footer-container .c-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo-social-container{
    display: flex;
    align-items: center;
    column-gap: 26px;
}
.footer-logo{
    width: 93px;
    height: 93px;
}
.socials-footer-holder{
    display: flex;
    align-items: center;
    column-gap: 23px;
}
.menu-links-holder-footer .menu-links-ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap:42px;
}
.menu-links-holder-footer ul li a{
    font: normal normal 500 16px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.bg-gray-y{
    background-color:#E5E5E5;
}
.inner-nav{
    background-color:#FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
}
.inner-navbar-container{
    padding: 21px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.inner-navbar-container .logo-container-inner{
    position: absolute;
    left: 0;
    top: 6px;
}
.inner-nav .search-btn{
    font: normal normal bold 22px Clash Display;
    letter-spacing: 0px;
    color: #192F59;
}
.inner-nav .navbar-menu button{
    font: normal normal bold 22px Clash Display;
    letter-spacing: 0px;
    color: #192F59;
}
.inner-nav .menu-links-container{
    top: 49px;
    box-shadow: 0px 10px 15px #0000002F;
}
.inner-nav .search-input-y{
    background-color: white;
    color:#192F59 ;
}
.inner-nav .search-input-y::placeholder{
    opacity: .4;
    color:#192F59;
}

.share-container{
    position: relative;
    margin-bottom: 36px;
}
.share-container button{
    background-color:#EA620D;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 123px;
    height: 42px;
    justify-content: center;

}
.project-gallery-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 18px;
    padding-bottom: 154px !important;
    padding-top: 55px;
}
.project-gallery-container.mt-5{
    margin-top: 36px !important;
}
.gallery-item{
    width: 474px;
    max-width: 474px;
    min-height: 271px;
    max-height:271px;
    height: 271px;
    border-radius: 10px;
    object-fit: contain;
    margin-bottom: 11px;
    margin-right: 16px;
}
/*.gallery-item:nth-child(3n){
    margin-right: 0 !important;
}*/
.gallery-item a{
    position: relative;
    border-radius: 10px;
}
.gallery-item a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
   /* background: transparent linear-gradient(1deg, #000000 0%, #0A0A0AE1 0%, #54545400 100%) 0% 0% no-repeat padding-box*/;
}
.play-btn-absolute{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:99;
}
.share-sub-container{
    position: absolute;
    background: white;
    max-width:258px;
    padding-top: 37px;
    padding-left:16px;
    padding-right:17px;
    z-index:999999999999;
    top: 115%;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    display: none;
}
.share-sub-container::before{
    content: "";
    position: absolute;
    top:-5px;
    left: 26px;
    width: 32px;
    height: 32px;
    background: white;
    z-index:12;
    transform: rotate(45deg);
}
.close-share-list{
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}
.share-list-container{
    padding-bottom: 25px;
}
.share-item{
    padding:7px 11px ;
    border-radius: 5px;
    transition: background-color 200ms ease;
}
.share-item a{
    display: flex;
    column-gap:15px;
    align-items: center;
    font: normal normal 500 18px/22px Outfit;
    letter-spacing: 0.22px;
    color: #000000;
}
.share-item:hover{
    background-color:#EFEFEF;
}
.copy-link-btn{
    display: flex !important;
    align-items: center;
    font: normal normal normal 14px/18px Outfit !important;
    letter-spacing: 0.17px!important;
    color: #5D5D5D !important;
    background: transparent !important;
    column-gap:9px !important;
    padding-bottom: 18px !important;
}
.close-share-list{
    justify-content: flex-end !important;
}
.project-info-main-container{
    padding-top: 113px;
    margin-top: 56px;
}
.margin-top-custom-d{
    margin-top: 167px !important;
    padding-top: 0 !important;
}
.margin-top-custom-dc{
    margin-top: 192px !important;
    padding-top: 0 !important;
}
.yy-info-head{
    font: normal normal 500 30px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    margin-bottom: 34px;
    position: relative;
}
.yy-info-head:before{
    content: "";
    position: absolute;
    width:126px;
    height: 5px;
    bottom: -17px;
    left: 0;
    background-color:#EA620D;
}
.content-header-text{
    font: normal normal 500 30px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    margin-bottom: 34px;
    position: relative;
}
.content-header-text:before{
    content: "";
    position: absolute;
    width:126px;
    height: 5px;
    bottom: -17px;
    left: 0;
    background-color:#EA620D;
}


.gallery-head{
    font: normal normal 500 30px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    margin-bottom: 48px;
    position: relative;
}
.gallery-head:before{
    content: "";
    position: absolute;
    width:83px;
    height: 5px;
    bottom: -17px;
    left: 0;
    background-color:#EA620D;
}
.search-heading-text{
    font: normal normal 500 30px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    margin-bottom: 70px;
    position: relative;
}
.search-heading-text:before{
    content: "";
    position: absolute;
    width:83px;
    height: 5px;
    bottom: -17px;
    left: 0;
    background-color:#EA620D;
}


.yy-info-desc{
    font: normal normal 300 20px Sofia Pro;
    letter-spacing: 0px;
    color: #363636;
    margin-bottom: 21px;
}
.f-container p{
    text-align: justify;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    margin-bottom: 15px;
}
.yy-project-grid-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap:0;
    margin-bottom:211px;
}
.yy-project-grid-item{
    transition: all 150ms ease-in-out;
    background-color: transparent;
}
.yy-project-grid-item a{
    max-width: 476px;
    max-height: 288px;
    overflow: hidden;
    position: relative;
}
.yy-project-grid-item a img{
    width: 474px;
    height: 271px;
    object-fit: cover;
}
.cc-project-title{
    font: normal normal 500 20px/30px Outfit;
    letter-spacing: 0px;
    color: #00184E;
    padding-left: 14px;
}
.text-container-yy{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    padding-bottom:18px;
    padding-left:31px;
    padding-right: 28px;
/*    background: transparent linear-gradient(1deg, #000000 0%, #0A0A0AE1 0%, #54545400 100%) 0% 0% no-repeat padding-box;*/
    width: 100%;
    height: 255px;
    transition:box-shadow 100ms ease-in-out;
}
.text-container-yy svg{
    transition: all 200ms ease-in-out;
}
.text-container-yy .yy-project-grid-header{
    font: normal normal 600 21px Clash Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 176px;
    margin-bottom: 0;
}
.yy-project-grid-item .img-a{
    transition: all 150ms ease-in-out;
}
.yy-project-grid-item .img-a:before{
    position: relative;
    transition: all 200ms ease-in-out;
}
.yy-project-grid-item:hover .img-a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0277B3;
    opacity: 60%;
    transition: all 200ms ease-in-out;
}
a:hover{
    color: #EA620D;
}
.text-container-yy:hover svg{
    opacity: 1 !important;
}
.yy-left-1{
    position: absolute;
    left: 0;
    top: 20px;
}
.yy-left-2{
    position: absolute;
    bottom: 200px;
    left: 0;
}
.yy-top-1{
    position: absolute;
    top: 0;
    right: 464px;
}
.yy-right-1{
    position: absolute;
    right: 0;
    top:422px;
}
.pagination-container{
    display: flex;
    justify-content: center;
    column-gap: 91px;
    padding-top: 173px;
    padding-bottom: 55px;
    align-items: flex-end;
}
.pagination-btns a{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap:12px;
    text-align: center;
    font: normal normal normal 14px/30px Outfit;
    letter-spacing: 0px;
    color: #707070;
}

.is-active svg path{
    stroke:#EA620D ;
}
.project-gallery-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 18px;
    padding-bottom: 32px;
}
.gallery-item{
    width: 474px;
    max-width: 474px;
    min-height: 271px;
    max-height:271px;
    height: 271px;
    border-radius: 10px;
    object-fit: contain;
}
.gallery-item a{
    position: relative;
    border-radius: 10px;
}
.gallery-item a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /*background: transparent linear-gradient(1deg, #000000 0%, #0A0A0AE1 0%, #54545400 100%) 0% 0% no-repeat padding-box;*/
}
.play-btn-absolute{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:99;
}

/* Video Modal */
.video-popup-up{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999999999999999999999999999999;
}
.local-video{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999999999999999999999999999999;
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr__video-embed iframe {
    top: -50%;
    height: 200%;
}
.video-popup-up{
    display: none;
}
.local-video{
    display: none;
}
.video-popup-up #player{
    width: 100vw;
    height: 100vh;
}
.local-video video{
    width: 100vw;
    height: 100vh;
}
.plyr__poster{
    background: rgba(0, 0, 0, 0.88) !important;
}
.close-video{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9999999999999999999999999999999;
    right: 30px;
    top: 20px;
    border: none;
    background-color:var(--primary-bg-color);
}
.close-video-l{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9999999999999999999999999999999;
    right: 30px;
    top: 20px;
    border: none;
    background-color:var(--primary-bg-color);
}
.zoom , .slideshow, .full-screen, .thumbnails{
    display: none !important;
}
.video-gallery{
    cursor:pointer;
}
.a-1-c{
    position: absolute;
    top: 69px;
    left: 0;
}
.a-2-c{
    position: absolute;
    bottom:66px;
    left: -18px;
}
.a-3-c{
    position: absolute;
    top: 69px;
    right: -22px;
}
/* Video Modal Ends */
/*.mt-custom-1{
    margin-top:133px;
}*/
.content-desc{
    font: normal normal 300 20px/25px Sofia Pro;
    letter-spacing: 0px;
    color: #363636;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.hashtags-container{
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.hashtag-item{
    font: normal normal 300 20px/25px Sofia Pro;
    letter-spacing: 0px;
    color: #DC554A;
    padding-bottom: 22px;
}
.hashtag a{
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #CF3D00 !important;
}
.fancybox__container{
    z-index: 9999999999 !important;
}
.video-popup-up #player {
    width: 100vw;
    height: 100vh;
}
.download-text{
    cursor: pointer;
}
.search-results{
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.player-custom-video{
    width: 100vw;
    height: 100vh;
}
.search-results-container{
    padding-bottom:104px;
}
.search-res-ul{
    display: flex;
    flex-direction: column;
    row-gap: 13px;

}
.search-li{
    border-bottom:3px solid white;
    padding-bottom:14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 150ms ease-in-out;
}
.search-link{
    font: normal normal normal 24px Outfit;
    letter-spacing: 0px;
    color: #00184E;
}
.details{
    font: normal normal 500 21px Clash Display;
    letter-spacing: 0px;
    color: #DC554A;
    display: flex;
    align-items: center;
    column-gap: 6px;
    transition: opacity 150ms ease-in-out;
    opacity: 0;
}
.details:hover{
    color: #DC554A;
}
.details img{
    position: relative;
    top: -4px;
}
.search-link:hover{
    color: #192F59;
}
.search-li:hover{
    border-color:#EA620D;
}
.search-li:hover .details{
    opacity: 1;
}
.ss-1{
    position: absolute;
    top: 0;
    left: 68px;
}
.ss-2{
    position: absolute;
    bottom: 0;
    left: 0;
}
.ss-3{
    position: absolute;
    right: -44px;
    bottom: 133px;
}
.from-comp-cq{
    font: normal normal 600 40px Clash Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.from-comp-cq-desc{
    font: normal normal 300 20px Sofia Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.comp-signature{
    margin-bottom: 51px;
}
.from-comp-gallery-container{
    padding-bottom:165px ;
}
.from-comp-gallery-container .gallery-from-comp-item{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 14px;
}
.gallery-from-comp-item .from-comp-img{
    width: 474px;
    height: 351px;
    object-fit: cover;
}
.pt-custom-cc{
    padding-top: 93px !important;
}
.bb-1{
    position: absolute;
    top: 0;
    left: 0;
}
.bb-2{
    position: absolute;
    top: 0;
    right: 0;
}
.pl-heading-text{
    font: normal normal 600 40px Clash Display;
    padding-bottom:54px;
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #70CEF1;
}
.pl-results-container{
    display: flex;
    flex-direction: column;

}
.pl-res-ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap:13px;
}
.pl-li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 4px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 12px;
    transition: all 150ms ease-in-out;
}
.pl-li:hover{
    border-color:#70CEF1;
}
.pl-li:hover .details{
    opacity: 1;
}
.pl-li .details{
    color:#70CEF1;
}
.pl-results-container{
    padding-bottom: 88px;
}
.name-and-numb{
    display: flex;
    column-gap: 22px;
    align-items: flex-start;
}
.name-and-numb .pl-link{
    font: normal normal normal 22px/20px Sofia Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}
.list-number{
    font: normal normal 500 12px Clash Display;
    letter-spacing: 0px;
    color: #DC554A;
}
.pl-1{
    position: absolute;
    top: 0;
    left: 68px;
}
.pl-2{
    position: absolute;
    bottom: 0;
    left: 0;
}
.pl-3{
    position: absolute;
    bottom: 197px;
    right: -45px;
}
#modal_contact_page .modal-content{
    width: 100% !important;
}
#modal_contact_page{
   background: rgba(2, 119, 179, 0.92);
}
.modal-content{
    border-radius: 0 !important;
}
.cursor-pointer{
    cursor:pointer;
}
#modal_contact_page .modal-content{
    width: 499px;
    padding: 52px 42px 39px;
}
.modal-body{
    padding: 0 !important;
}
.form-contact-container{
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}
.contact-input{
    padding-bottom: 7px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #AAAAAA;
    transition: all 150ms ease-in-out;
    font: normal normal normal 15px/30px Outfit;
    letter-spacing: 0px;
    color: #1e1e1e;
    outline: none;
    box-shadow: none;
    width: 100%;
}
#captcha{
    width: 59% !important;
}
.captcha button{
    background-color:#EA620D !important;
    border-color: #EA620D;
}
.contact-input::placeholder{
    font: normal normal normal 15px/30px Outfit;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    outline: none;
    box-shadow: none;
}
.contact-input:focus{
    border-bottom: 1px solid #EA620D;
    color: #030303;
    outline: none;
    box-shadow: none;
}
.contact-textarea{
    height:81px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CBCBCB;
    transition: all 150ms ease-in-out;
    font: normal normal normal 14px/18px Sofia Pro;
    letter-spacing: 0px;
    color: #030303;
    outline: none;
    box-shadow: none;
    resize: none;
}
.contact-textarea::placeholder{
    font: normal normal normal 14px/18px Sofia Pro;
    letter-spacing: 0px;
    color: #939393;
    opacity: 1;
    outline: none;
    box-shadow: none;
}
.contact-textarea:focus{
    border-bottom: 1px solid #DC4A5E;
    color: #030303;
    outline: none;
    box-shadow: none;
}
.input-captcha-container{
    position: relative;
    width: 100%;
}
#subject{
    width: 100%;
}
.submit-btn{
    margin: 0 auto;
    width: 100%;
    background-color:#EA620D;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    transition: all 200ms ease-in-out;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-btn:hover{
    background-color:#EA620D;
    border: none;
    box-shadow: none;
    outline: none;
}
.submit-btn:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.captcha-code-img{
    position: absolute;
    left: 95px;
    bottom: 19px;
}
.modal-body{
    position: relative;
}
.modal-close{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 99999999999;
}
.modal-dialog{
    padding-top: 100px;
}
.modal-close:focus{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}




.download-gallery-btn{
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    z-index: 999999999999999999999999999999999;
    background: rgba(255, 255, 255, 0.3) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 13px;
    transition: background-color ease-in-out 50ms;
    font: normal normal 200 16px Sofia Pro;
    letter-spacing: 0px;
    color: white!important;
}
.download-gallery-btn:hover{
    background-color: #DC4A5D;
}
.download-gallery-btn:before{
    content: none !important;
}
.download-text{
    display: none;
}
.gallery-item{
    position: relative;
}
.gallery-header{
    padding-bottom: 48px !important;
}
.gal-desc p{
    margin-bottom: 0;
    max-width: 307px;
    padding-bottom: 9px;
    padding-top: 7px;
    font: normal normal 300 14px/20px Sofia Pro;
    letter-spacing: 0px;
    color: #363636;
}
.gg-1{
    position: absolute;
    right: 0;
    top: -97px;
}
.gg-2{
    position: absolute;
    left: 0;
    top: -97px;
}
.gg-3{
    position: absolute;
    left: 387px;
    bottom: -34px;
    transform: rotate(2deg);
}
/* Main Styling Ends */

.gallery-item a img:first-of-type{
    width: 474px;
    max-width: 474px;
    min-height: 271px;
    max-height:271px;
    height: 271px;
    object-fit: fill;
}
#media-data .gallery-item{
    margin: 0;
}

/* Galeri Filtreleme Starts */
.search-filter-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search-cp-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.custom-s-container{
    display: flex;
    flex-direction: row;
    position: relative;
}
.custom-s-container .search-icon{
    position: absolute;
    top: 12px;
    left: 12px;
}

.search-cp-select{
    padding: 5px 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #7070708c;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #707070;
    max-width: 197px;
}
.search-cp-inp:focus, .search-cp-button, .search-cp-select:focus{
    outline: none;
}
.search-cp-inp{
    padding: 11px 12px 11px 45px;
    background: white;
    border: none;
    max-width: 196px;
    max-height:42px;
}
.search-cp-button{
    background: #EA620D;
    border-radius: 0;
    border: 0;
    width: 68px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
/* Galeri Filtreleme Ends */

/* Responsive Css Starts */
@media(max-width: 1600px){
    .hero-container{
        height: 88.6vh;
    }
}
.list-item-inner .p-item-desc p{
    max-width: unset;
}
@media(max-width: 1000px){

    .btn-h-s svg{
        width: 40px;
        height: 40px;
    }
    .btn-h-m svg{
        width: 40px;
        height: 40px;
    }

    .list-item-inner .p-item-head {
        max-width: 300px;
    }
    .text-sub-head {
        font: normal normal bold 45px Clash Display;
        max-width: 450px;
        margin-bottom: 0;
    }
    .hero-right-container{
        display: none;
    }
    .text-container{
        padding-left: 10px;
    }
    .sub-hero-container .sub-hero-text-container .sub-hero-head {
        font: normal normal 600 65px Clash Display;
        text-align: center;
    }
    .subhero-right-svg-container {
        top: 19px;
        right: -20px;
    }
    .yy-left-1 {
        position: absolute;
        left: -51px;
        top: -73px;
    }
    .project-grid-custom {
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }
    .project-list-item {
        width: 100%;
        height: 328px;
    }
    .project-left-svg{
        display: none;
    }
    .footer-container .c-container {
        flex-direction: column;

    }
    .menu-links-holder-footer .menu-links-ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 20px;
        padding: 25px 0;
    }
    .navbar-container {
        display: flex;
        justify-content: space-between;
        padding: 18px 17px 37px 0;
        position: relative;
        align-items: flex-start;
    }
    .search-input-container {
        right: -128px;
        bottom: -34px;
        border: 1px solid white;
    }
    .bb-1 {
        top: -59px;
    }
    .gallery-from-comp-item .from-comp-img {
        width: 100%;
        height: auto;
    }
    .inner-navbar-container {
        padding: 21px 14px;
    }
    .gg-2 {
        top: -142px;
    }
    .project-gallery-container {
        justify-content: center;
    }
    .fancybox-image {
         margin: unset !important;
        display: block;
        width: 100vw !important;
        height: 100%;
        min-height: 0;
        object-fit: contain;
        user-select: none;
    }
    .fancybox__slide::before, .fancybox__slide::after {
        content: "";
        flex: 0 0 0;
        margin: unset !important;
    }
    .fancybox__content {
        align-self: flex-start !important;
        display: flex;
        justify-content: center !important;
    }
    .fancybox__container {
        max-width: 100vw;
        max-height: 100vh;
    }
    .fancybox__slide {
        justify-content: center !important;
    }
    .inner-navbar-container .logo-container-inner {
        left: 10px;
    }
    .home-logo{
        width: 95px;
    }
    .logo-container {
        left: 4px;
        bottom: -22px;
    }
    .text-head {
        font: normal normal normal 71px Clash Display;
        letter-spacing: 0;
        color: #70CEF1;
    }
    .yy-project-grid-item a img {
        width: 100%;
    }
    .yy-right-1{
        top: -40px;
    }
    .a-2-c {
        bottom: -287px;
        left: -48px;
        z-index: -1;
    }
    .a-1-c {
        position: absolute;
        top: -10px;
        left: 0;
    }
    .a-3-c {
        position: absolute;
        top: -2px;
        right: -35px;
    }
    .pagination-btns a{
        text-align: center;
    }
    .gg-1 {
        position: absolute;
        right: -46px;
        top: -103px;
    }
    .pl-1, .pl-2, .pl-3{
        z-index:-1;
    }
    .pl-2 {
        position: absolute;
        bottom: 0;
        left: -38px;
    }
}
/* Responsive Css Ends */

.nav-custom-cont{
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-custom-cont button{
    border: 0;
    background: transparent;
}
.nav-custom-cont button:focus{
    box-shadow: none;
    outline: none;
}
.search-btn-container-f{
    position: relative;
}
.search-btn-container-f .c-menu-container-search{
    position: absolute;
    right: 0;
    top: 0;
    width:392px;
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    background-color:transparent;
}
.search-btn-container-f .c-menu-container-search .search-input-c{
    width: 100%;
    background-color:#0277B3;
    padding: 19px 30px;
    border: 0;
    box-shadow: none;
    outline: none;
    font: normal normal 500 16px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-height: 61px
}
.search-btn-container-f .c-menu-container-search .search-input-c::placeholder{
    font: normal normal 500 16px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.44;
}
.c-menu-container-search svg{
    position: relative;
    width: 75px;
    height:75px;
}
.search-btn-container-f{
    position: relative;
}
.c-menu-container-menu{
    position: absolute;
    right: 0;
    top: 0;
    background-color:transparent;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding:0;
    max-height:60px;
    width: 454px;
    gap: 2px;
}
.c-menu-container-menu .menu-links-ul{
    display: flex;
    list-style-type: none;
    gap:34px;
    align-items: center;
    flex-direction: row;
    padding: 19px 29px 21px 33px;
    max-height: 60px;
    background-color:white;
}
.c-menu-container-menu .close-menu svg{
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-button-next-c{
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    right:45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-c{
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    left:80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 2px white solid;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0277B3;
    border-color: #0277B3;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 47px;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}
.bottom-signature{
    padding-top: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}
.footer-left-side{
    display: flex;
    align-items: center;
    gap: 26px;
}
.footer-socials-c{
    display: flex;
    align-items: center;
    column-gap: 7px;
    opacity:40%;
}
.footer-right-side{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-right-side p{
    color:white;
    position: relative;
    margin-bottom: 0;
    font: normal normal 300 14px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.footer-right-side p a{
    color:white;
    position: relative;
    margin-bottom: 0;
    font: normal normal 300 14px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.footer-right-side svg{
    position: relative;
    top: -9px;
}
#projects ,.bottom-signature-cont{
    position: relative;
}
.prc-1{
    position: absolute;
    top: 135px;
    right: 212px;
}
.prc-2{
     position: absolute;
     top: 814px;
     right: 0px;
 }
.prc-3{
    position: absolute;
    bottom: 0px;
    left:309px ;
}
.prc-4{
    position: absolute;
    bottom: -2px;
    left:0px ;
}
.cprr-1{
    position: absolute;
    top: 638px;
    right:0;

}
.cprr-2{
    position: absolute;
    top: 697px;
    left:0;
}
.cprr-3{
    position: absolute;
    bottom: -211px;
    left:174px;
}
.cprr-4{
    position: absolute;
    bottom: -214px;
    right:0px;
}
.cprr-4-c{
    position: absolute;
    bottom: -3px;
    right:0px;
}
.cprr-3-c{
    position: absolute;
    left: 174px;
    bottom:0px;
}
.president-hero-cont{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 46px;
}
.f-container .from-comp-cq-desc p {
    /*margin-bottom:0 !important;*/
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.pres-sig{
    padding-bottom: 61px;
}
.fpcr-1{
    position: absolute;
    right:0;
    top: 26%;
}
.fpcr-2{
    position: absolute;
    left:0;
    top: 29%;
}
.fpcr-3{
    position: absolute;
    right:69px;
    top: 39%;
}
.fpcr-4{
    position: absolute;
    right:0px;
    top: 64%;
}
.fpcr-5{
    position: absolute;
    left:27%;
    bottom: 57px;
}
.fpcr-6{
    position: absolute;
    left:0;
    bottom: -3px;
}
.search-header-container-f{
    display: flex;
    align-items: flex-end;
    column-gap:100px;
}
.gal-search-iso{
    display: flex;
    column-gap:47px;
    position: relative;
    top: -7px;
}
.project-info-main-container-cf{
    padding-top: 164px;
}
.gal-search-iso button{
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #707070;
    margin: 0;
}
.gal-search-iso button.is-checked{
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #0277B3;
    position: relative;
}
.gal-search-iso button.is-checked:before{
    content: "";
    position: absolute;
    width: 100%;
    height:5px;
    background-color:#EA620D;
    bottom: -6px;
    left: 0;
}
.custom-bg-p{
    background-color:#2C3E4F;
    margin-top:0;
    padding-top: 194px !important;
}


@media(max-height:955px){
    .mh{
      min-height: 464px;
    }
}
@media(max-height:807px){
    .mh{
      min-height: 315px;
    }
}
/*Additional Responsive*/
@media(min-width:1300px){

    .mh{

    }

  /*  .project-gallery-container{
        min-height: 1000px;
    }*/
    .custom-pos-c{
        position: relative;
        left: -15px;
    }
    .pres-sig{
        position: relative;
        left:-15px;
    }
}
@media(max-width:900px){



    .logo-container a svg{
       width: 110px;
        height: 40px;
    }


    .margin-top-custom-dc.position-relative{
        margin-top: 125px !important;
    }
    .footer-left-side{
        flex-direction: column;
    }

    .swiper-slide img{
        height: auto;
    }
    .navbar-container {
        padding: 18px 17px 20px 15px;
    }
    .menu-links-ul li:after{
        bottom: -5px;
    }
    .swiper-button-prev-c {
        position: absolute;
        top: var(--swiper-navigation-top-offset,50%);
        margin-top: calc(-140px - (var(--swiper-navigation-size)/ 1));
        z-index: 10;
        left: 13px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
    }
    .swiper-button-next-c {
        position: absolute;
        top: var(--swiper-navigation-top-offset,50%);
        margin-top: calc(-140px - (var(--swiper-navigation-size)/ 1));
        z-index: 10;
        right: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 317px;
        top: var(--swiper-pagination-top,auto);
        left: 0;
        width: 100%;
    }
    .prc-1 {
        position: absolute;
        top: 46px;
        right: 26px;
    }
    .prc-2 {
        display: none;
    }
    .projects-heading {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .list-item-inner .p-item-head {
        font: normal normal 500 34px/40px Outfit;
        letter-spacing: 0px;
        color: #00184E;
        max-width: 230px;
        margin-bottom: 0;
        min-height: 60px;
    }
    .list-item-inner .p-item-desc p {
        font: normal normal 300 19px/20px Outfit;
    }
    .search-btn-container-f .c-menu-container-search {
        display: inherit;
        position: absolute;
        right: 42px;
        top: 0px;
        width: 290px;
    }
    .custom-menu-container .close-menu svg{
        width: 40px;
        height: 40px;
    }
    .c-menu-container-search svg{
        width: 62px;
        height: 62px;
        display: none;
    }
    .search-btn-container-f .c-menu-container-search .search-input-c{
        padding: 10px 20px;
        height: 40px;
    }
    .c-menu-container-menu {
        position: absolute;
        right: -12px;
        top: 45px;
        background-color: white;
        border-radius: 30px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 3px 10px 3px 20px;
        gap: 9px !important;
        max-height: max-content;
        z-index: 999999999999;
        width: auto;
    }
    .c-menu-container-menu .menu-links-ul {
        gap: 18px;
        padding: 0;
    }
    .project-info-main-container{
        padding-top: 100px;
        margin-top: 0;
    }
    .f-container p {
        margin-bottom: 1px;
    }
    .yy-project-grid-item {
        width: 100%;
    }
    .cprr-3{
        display: none;
    }
    .pagination-container {
        padding-top: 34px;
        padding-bottom: 55px;
    }
    .cprr-1{
        display: none;
    }
    .cprr-2{
        display: none;
    }
    .gallery-item {
        width: 100%;
        max-width: max-content;
        min-height: 215px;
        max-height: 215px;
        height: 215px;
        border-radius: 10px;
        object-fit: contain;
        margin-bottom: 50px !important;
        margin: 0;
    }
    .gallery-item a {
        width: 100%;
    }
    .gallery-item a img:first-of-type {
        width: 100%;
    }
    .cprr-3-c{
        display: none;
    }
    .project-gallery-container.mt-5{
        margin-top: 0;
    }
    .project-gallery-container {
        padding-bottom: 60px !important;
    }
    .pagination-btns a{
        white-space: nowrap;
    }
    .fpcr-1, .fpcr-2, .fpcr-3 , .fpcr-4 , .fpcr-5{
        display: none;
    }
    .president-hero-cont img{
        width: 100%;
    }
    .margin-top-custom-dc {
        margin-top: 28px !important;
        padding-top: 0 !important;
    }
    .search-filter-container{
        gap: 15px;
    }
    .search-filter-container .search-cp-select{
        max-width: unset;
        width: 95%;
    }
    .search-header-container-f {
        display: flex;
        align-items: center;
        column-gap: 100px;
        flex-direction: column;
        gap: 29px;
    }
    .project-info-main-container-cf {
        padding-top: 17px;
    }
    .search-heading-text {
        font: normal normal 500 17px/30px Outfit;
        letter-spacing: 0px;
        color: #00184E;
        margin-bottom: 70px;
        position: relative;
    }
}
.cscs-a{
    color: white;
}
.cscs-a:hover{
    color:#9FCC47 !important;
}
.new-project-list-item{
    display:flex;
    padding: 28px 25px 28px 29px;
    gap: 22px;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px #00000012
}
.project-grid-new-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.pr-item-desc-box{
    width:100%;
    position: relative;
}
.pr-new-details-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    font: normal normal 500 18px/30px Outfit;
    letter-spacing: 0px;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    gap: 11px;
}
.p-item-head-new{
    font: normal normal 500 24px/30px Outfit;
    letter-spacing: 0px;
    color: #0277B3;
    min-height: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
}
.p-item-desc-new{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top:16px;
    font: normal normal 300 18px/20px Outfit;
    letter-spacing: 0px;
    color: #2C3E4F;
    margin-bottom: 0;
    padding-bottom: 0;
}
.new-project-list-item *{
    transition: all 200ms ease-in-out;
}
.new-project-list-item:hover{
    background:#0277B3;
}
.new-project-list-item:hover .p-item-head-new, .new-project-list-item:hover .p-item-desc-new, .new-project-list-item:hover .pr-new-details-btn{
    color: white;
}
.new-project-list-item:hover .pr-new-details-btn svg circle{
    fill: #EA620D;
}
.new-project-list-item:hover .pr-new-details-btn svg g path{
    stroke:#FFFFFF;
}


.pr-item-img img{
    width:267px;
    height: 247px;
}

.scroll-to-bottom-btn{
    position: absolute;
    bottom: 30px;
    border: none;
    box-shadow: none;
    background: transparent;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999999999999;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width:1440px) {

    .scroll-to-bottom-btn{
        bottom: 60px;
    }

}



@media (max-width:900px) {

    .border-b-y{
        z-index: 11;
        position: fixed;
        background: #E1E1E1;
        width: 100%;
    }

    .hero-slider-section{
        margin-top: 78px;
    }

    .project-grid-new-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
        margin-top: 20px;
    }
    .new-project-list-item{
        flex-direction: column;
    }
    .pr-item-img img{
        width: 100%;
    }

    .projects-head{
        font-size: 30px;
        line-height:30px;
    }
    .scroll-to-bottom-btn{
        display: none;
    }
    .pr-new-details-btn{
        position: inherit;
        margin-top: 20px;
    }

    .pr-item-desc-box p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .pr-item-desc-box p:not(:first-child) {
        display: none;
    }

}

@media(max-width:380px){

    .search-btn-container-f .c-menu-container-search {
        display: inherit;
        position: absolute;
        right: 42px;
        top: 0px;
        width: 245px;
    }

    .search-btn-container-f .c-menu-container-search .search-input-c::placeholder{
        font: normal normal 500 14px/30px Outfit;

    }

}


/*Additional Responsive*/
.video-wrap{
    height: 100vh;
    width: 100%;
}

.video-wrap video{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    left: -0.2%;
    object-fit: fill;
}


/*new slider*/


.p-slider {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
}

.p-slider .slider-text{
    color: white;
    font-size: 25px;
    font-weight: bold;
}


.swiper-container{
    height: 100vh;
}

.slider-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/*.swiper-wrapper{
    max-width: 1920px;
}*/

.video-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background-color: rgb(0 0 0 / 43%);
    background-image: url(../back-banner.png);
    background-position: right;
}



.scroll-to-bottom-btn{
    position: absolute;
    bottom: 30px;
    border: none;
    box-shadow: none;
    background: transparent;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999999999999;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width:1440px) {

    .scroll-to-bottom-btn{
        bottom: 60px;
    }

}







@media (max-width:900px) {

    .scroll-to-bottom-btn{
        display: none;
    }


    .video-wrap{
        height: 231px !important;
    }
    .video-wrap video{
        height: 231px !important;
    }

    .video-wrap:after {
        height: 231px !important;
        top: 76px !important;
    }

    .slider-content {

        transform: translate(-50%, -65%);
    }

    .p-slider{
        height: 231px !important;
        top: 78px !important;
        overflow: hidden;
    }


    .swiper-container{
        height: 231px !important;
    }


    .swiper-wrapper{
        height: 231px;
    }

    .swiper-slide{
        height: 231px;
    }

    .pr-item-desc-box p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .p-item-desc-new{
        width: 90%;
    }


}


#gallery-data .gallery-item{
    width: 370px;
    max-width: 370px;
    min-height: 271px;
    max-height:271px;
    height: 271px;
    border-radius: 10px;
    object-fit: contain;
    cursor:pointer;
}

#gallery-data .gallery-item a{
    position: relative;
    border-radius: 10px;
}



#gallery-data .gallery-item a img:first-of-type{
    max-width:370px;
    width: 370px;
    height: 271px;
    overflow: hidden;
    border-radius: 10px;
    object-fit: fill;
}
