/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@font-face {
    font-family: 'Forma DJR Display';
    src: url('fonts/FormaDJRDisplay-Light.eot');
    src: url('fonts/FormaDJRDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FormaDJRDisplay-Light.woff2') format('woff2'),
        url('fonts/FormaDJRDisplay-Light.woff') format('woff'),
        url('fonts/FormaDJRDisplay-Light.ttf') format('truetype'),
        url('fonts/FormaDJRDisplay-Light.svg#FormaDJRDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-primary:  "mulish-variable", sans-serif;
    --font-secondary:  "Forma DJR Display", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    
    --color-blue: #032e50; 
    --color-sky: #00a3e2;
    --text-color: #535555;
    --color-white: #fff;
    --color-gray-light: #e2e3e6;

    --linecounter: 300px;

    @media (max-width:1699px){
        --linecounter: 260px;
    }
    @media (max-width:1399px){
        --linecounter: 220px;
    }
    @media (max-width:1199px){
        --linecounter: 190px;
    }
}


body h1, body h2, body h3, body h4, body h5 {
    font-weight: 300 !important;
    letter-spacing: 0.35em;
    font-family: var(--font-secondary);
}
body {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 300;
    font-family: var(--font-primary);
}
img{
    max-width: 100%;
}
.custom-container{
    margin: 0 auto;
}
@media (min-width:576px){
    .custom-container {
        max-width: 540px;
    }
}
@media (min-width:768px){
    .custom-container {
        max-width: 720px;
    }
}
@media (min-width:992px){
    .custom-container {
        max-width: 960px;
    }
}
@media (min-width:1200px){
    .custom-container {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    .container {
        max-width: 1304px;
    }
    .custom-container {
        max-width: 1304px;
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1515px;
    }
    .custom-container {
        max-width: 1599px;
    }
}

@media (max-width:575px) {
    .container {
        padding: 0 20px;
    }
    .custom-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
h1 {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 1.2em;
}

@media (min-width:768px) {

    h1 {
        font-size: 48px;
    }
}

@media (min-width:992px) {

    h1 {
        font-size: 54px;
    }
}

@media (min-width:1200px) {

    h1 {
        font-size: 60px;
    }
}

@media (min-width:1400px) {

    h1 {
        font-size: 66px;
    }
}

@media (min-width:1700px) {

    h1 {
        font-size: 72px;
    }
}

h2,
.h1 {
    font-size: 36px;
    color: var(--color-purple);
    font-weight: 400;
    line-height: 1.2em;
    
    text-transform: uppercase ;
}

@media (min-width:1200px) {

    h2,
    .h1 {
        font-size: 40px;
    }
}
@media (min-width:1200px) {

    h2,
    .h1 {
        font-size: 44px;
    }
}

@media (min-width:1400px) {

    h2,
    .h1 {
        font-size: 50px;
        margin-top: 20px;
    }
}

@media (min-width:1700px) {

    h2,
    .h1 {
        font-size: 56px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.5em;
    text-transform: uppercase ;
}

@media (min-width:768px) {
    h3 {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    h3 {
        font-size: 26px;
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 28px;
    }
}

@media (min-width:1400px) {
    h3 {
        font-size: 30px;
    }
}

@media (min-width:1700px) {
    h3 {
        font-size: 36px;
    }
}


h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
}

@media (min-width:1200px) {
    h4 {
        font-size: 21px;
    }
}

@media (min-width:1400px) {
    h4 {
        font-size: 23px;
    }
}

@media (min-width:1700px) {
    h4 {
        font-size: 25px;
    }
}

h5 {
    font-size: 18px;
}

@media (min-width:1400px) {
    h5 {
        font-size: 20px;
    }
}

@media (min-width:1700px) {
    h5 {
        font-size: 22px;
    }
}

h6 {
    padding: 0 0 0 98px;
    color: var(--color-sky);
    margin: 0 0 19px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 14px;
    font-family: var(--font-poppins);
}

h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-sky);
    height: 1px;
    width: 81px;
}
.white-ibrow h6 {
    color: var(--color-white);
}
.white-ibrow h6::before{
    background-color: var(--color-white);
}

.btn {
    color: var(--color-sky);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5em;
    padding: 0 35px;
    transition: all 0.4s;
    border: 1px solid var(--color-sky);
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn:hover {
    color: var(--color-white);
    background-color: var(--color-sky);
}
.custom-btn{
    color: var(--color-sky);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    transition: all 0.4s;
    width: fit-content;
    background-color: transparent !important;
}
.custom-btn:hover {
    color: var(--color-white);
    background-color: var(--color-sky);
}


/* Initiating Header style */
.block-header{
    width: 100%;
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
}
.block-header::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    /* background-image: url(../images/header-shadow.png); */
    background-image: url(../assets/images/header-shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 344px;
}
.block-header__contianer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 24px 50px;
    position: relative;
    z-index: 1;
}
.block-header__logo{
    width: 250px;
    position: relative;
}
.block-header__logo svg{
    width: 222px;
    height: 157px;
}
.block-header__hamberger button{
    margin-right: 4px;
    width: 62px;
    height: 23px;
    font-size: 0;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: all 0.4s;
}
.block-header__hamberger button:hover,
.block-header__hamberger button:focus{
    outline: none;
}
.block-header__hamberger button::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background-color: var(--color-white);
    transition: all 0.4s;
}
.block-header__hamberger button::after{
    content: "";
    position: absolute;
    inset: 18px 0 auto 20px;
    height: 5px;
    background-color: var(--color-white);
    margin-left: auto;
    transition: all 0.4s;
}
.block-header__hamberger button.active{
    transform: rotate(90deg);
}
.block-header__hamberger button.active{
    width: 30px;
    height: 30px;
}
.block-header__hamberger button.active::before{
    transform: rotate(45deg);
    transform-origin: top left;
    width: 40px;
}
.block-header__hamberger button.active::after{
    transform: rotate(-47deg);
    transform-origin: bottom left;
    width: 40px;
    inset: 28px auto auto 0;
}
.block-header__menu{
    position: absolute;
    inset: 0;
    height: 100svh;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    cursor: none;
    transition: all 0.4s ease-in-out;
}
.block-header__menu.active{
    opacity: 1;
    visibility: visible;
    cursor: default;
    transform: translateY(0);
}
.block-header__menu::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color-blue);
    height: 0;
    transition: all 0.4s ease-in-out;
}
.block-header__menu::after{
    content: "";
    position: absolute;
    inset: 0 auto 100% var(--linecounter);
    transition: all 0.8s ease-in-out;
    border-left:1px solid rgba(188,190,191,0.4);
    transition-delay: 200ms;
}
.block-header__menu.active:before{
    height: 100%;
}
.block-header__menu.active:after{
    inset: 0 auto 0 var(--linecounter);
}
.block-header__menu-inner{
    width: calc(100vw - (var(--linecounter) * 2));
    margin: 0 auto;
    position: relative;
}
.block-header__link-list{
    width: 100%;
    counter-reset: my-sec-counter;
}
.block-header__link-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.block-header__link-list > ul > li{
    max-width: 720px;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    transition: all 400ms ease 400ms;
    counter-increment: my-sec-counter 100;
    transition-delay: var(--delay);
}
.block-header__menu.active .block-header__link-list > ul > li{
    opacity: 1;
    transform: translateX(0);
}
.block-header__link-list ul li a{
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    letter-spacing: 0.25em;
    transition: all 0.4s;
    position: relative;
    display: flex;
    grid-gap: 23px;
    align-items: center;
}
.block-header__link-list ul li.current-menu-item a,
.block-header__link-list ul li a:hover{
    color: var(--color-sky);
}
.block-header__link-list > ul > li.menu-item-has-children > a:after{
    content: "";
    flex: 0;
    transition: all 0.4s;
    border-top:1px solid rgba(188,190,191,0.4);
}
.block-header__link-list ul ul{
    position: absolute;
    inset: 20px auto auto 100%;
    grid-gap: 10px;
    padding-left: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.3s;
}
.block-header__link-list ul ul li a{
    font-size: 14px;
    letter-spacing: 0.49em;
    font-weight: bold;
}
.block-header__link-list > ul > li.menu-item-has-children:hover > a:after{
    flex: 1;
}
.block-header__link-list > ul > li.menu-item-has-children:hover ul{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
header.block-header{
    transition: all 0.5s;
    z-index: 9999;
}
header.block-header .block-header__logo > a svg{
    transition: all 0.5s;
}
header.block-header.sticky {
    position: fixed;
    background-color: rgba(255, 255, 255, .75);
    border-bottom: 1px solid #d3d5d5;
    z-index: 9999;
}
header.block-header.sticky::before{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
header.block-header.sticky g.logo-bottom {
    display: none;
}
header.block-header.sticky .logo-color {
    fill: #032e50;
}
header.block-header.menu-on .logo-color {
    fill: #ffffff;
}
header.block-header.menu-on g.logo-bottom{
    display: block;
}
body.ov-hidden {
    overflow: hidden;
}
header.block-header.sticky:not(.menu-on) .block-header__logo > a {
    display: inline-block;
    height: 110px;
    overflow: hidden;
}
header.block-header.sticky:not(.menu-on) .block-header__logo > a svg{
    width: 187px;
}
header.block-header.sticky:not(.menu-on) .block-header__hamberger button::before,
header.block-header.sticky:not(.menu-on) .block-header__hamberger button::after{
    background-color: var(--color-sky);
}
header.block-header.sticky:not(.menu-on) .block-header__contianer {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo::before {
    content: "";
    position: absolute;
    inset: 0 -1px 0 auto;
    width: 1px;
    background-color: #d3d5d5;
}
@media (max-width:1699px){
    .block-header__logo svg{width: 180px;height: 127px;}
    .block-header__link-list > ul > li{max-width: 650px;}
    .block-header__link-list ul li a{font-size: 37px;}
    .block-header__link-list ul ul{inset: 17px auto auto 100%;}
    .block-header__hamberger button:not(.active){width: 52px;height: 23px;}
    .block-header__hamberger button.active{width: 28px;height: 28px;}
    .block-header__hamberger button.active::before,
    .block-header__hamberger button.active::after{width: 37px;}
    .block-header__hamberger button.active::after{inset: 25px auto auto 0;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 210px;position: relative;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a svg {width: 154px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a {height: 90px;}
    
}
@media (max-width:1399px){
    .block-header__contianer{padding: 20px 20px;}
    .block-header__link-list > ul > li{max-width: 600px;}
    .block-header__link-list ul li a{font-size: 32px;}
    .block-header__link-list ul ul{inset: 13px auto auto 100%;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 200px;}
}
@media (max-width:1199px){
    .block-header__logo svg{width: 150px;height: 106px;}
    .block-header__link-list > ul > li{max-width: 420px;}
    .block-header__link-list ul li a{font-size: 28px;}
    .block-header__link-list ul ul{inset: 10px auto auto 100%;}
    .block-header__hamberger button:not(.active){width: 45px;}
    .block-header__hamberger button:not(.active)::after{inset: 18px 0 auto 15px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 170px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a svg {width: 149px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a {height: 78px;}
    .page-id-313 .block-header::before {
        height: 195px;
    }
}
@media (max-width:991px){
    .block-header__menu.active:after{display: none;}
    body .block-header__menu-inner{padding: 0 20px;}
    .block-header__hamberger button:not(.active){width: 40px;}
    .block-header__menu.active{align-items: flex-start;padding-top: 180px;flex-direction: column;}
    body .block-header__menu-inner{flex: 1;overflow-y: auto;}
    header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo::before {content: unset;}
    .page-id-313 .block-header::before {
        height: 165px;
      }
}
@media (min-width:768px){
    .block-header__link-list > ul > li > span{display: none;}
}
@media (max-width:767px){
    .block-header__link-list > ul > li{max-width: 100%;}
    .block-header__link-list ul ul{position: unset;padding-top: 20px;opacity: 1;visibility: visible;transform: unset;display: none;}
    .block-header__link-list > ul > li.menu-item-has-children > a:after{display: none;}
    .block-header__link-list > ul > li > span{
        position: absolute;inset: 0 0 auto auto;width: 30px;height: 30px;background-color: rgba(255,255,255,0.1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }
    .block-header__link-list ul{
        grid-gap: 30px;
    }
    .block-header__link-list ul .menu-item-has-children.active ul{
        display: block;
    }
    .block-header__link-list > ul > li.active > span{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
    }
    .block-header__link-list ul li a{font-size: 22px;}
}
/* Ending Header Style */

/* Initiating Banner Style */
.block-banner{
    width: 100%;
    position: relative;
	overflow: hidden;
}
.block-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.40);
}

  .video-container iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: -1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }


.block-banner__img{
    width: 100%;
    height: 100vh;
}
.block-banner__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-animation{
    position: absolute;
    inset: 0 auto 100% var(--linecounter);
    border-left: 1px solid rgba(188,190,191,0.4);
    transition: all 0.8s ease-in-out;
}
.border-animation.active{
    bottom: 0;
}
.block-banner__content{
    position: absolute;
    padding: 200px 20px;
    display: flex;
    align-items: center;
    inset: 0;
    z-index: 2;
}
.line-container{
    max-width: calc(100svw - (var(--linecounter) * 2));
    width: 100%;
    margin: 0 auto;
    padding-left: calc(var(--linecounter) / 3.5);
}
.block-banner__copy{
}
.block-banner__copy h1{
    color: var(--color-white);
    font-weight: 100;
}
.block-banner__copy h1 span{
    color: var(--color-sky);
    display: block;
}
.block-banner__scroll {
    position: absolute;
    inset: auto 0 25px 0;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.block-banner__scroll a{
    text-decoration: none;
    display: inline-block;
    align-self: center;
}
.block-banner__scroll span{
    position: relative;
    width: 2px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
}
.block-banner__scroll span:before{
    content: "";
    position: absolute;
    background-color: var(--color-sky);
    inset: 0;
    width: 2px;
    height: 27px;
    animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.block-banner__scroll p{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-white);
    
}
@media (max-width:1699px){
    .line-container{padding-left: calc(var(--linecounter) / 4);}
}
@media (max-width:1399px){
    .line-container{padding-left: calc(var(--linecounter) / 4.5);}
}
@media (max-width:991px){
    .line-container{max-width: 100%;padding-left: 0;}
}

/* Initiating Expertise styles */

.block-expertise--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.block-expertise-left {
    padding: 140px;
    background-color: #f8f8f9;
    width: 60%;
    /* margin-top: 110px;
    margin-bottom: 110px; */
    /* margin-top: 10vh;
    margin-bottom: 10vh; */
}
.block-expertise-right .block-expertise-imgs, .block-expertise-right .block-tab__item, .block-expertise-right .block-tab__item img {
    height: 100%;
}
.block-expertise-right .block-tab__item img {
    object-fit: cover;
    width: 100%;
}
.block-expertise-right {
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.block-expertise {
    margin-left: 65px;
    height: 100vh;
}
.block-expertise--list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.block-expertise--list ul li {
    text-decoration: none;
    color: #535555;
    transition: all 0.2s;   
    position: relative;
}
.block-expertise--list ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-sky);
    transition: all 0.2s;
}
.block-expertise--list ul li.active{
    padding-left: 39px;
    color: var(--color-sky);
}
.block-expertise--list ul li.active:before{
    width: 32px;
}
.block-expertise {
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
}
.block-expertise--list {
    margin-top: 25px;
    margin-bottom: 27px;
}
.block-expertise-left > p {
    max-width: 470px;
}
.block-expertise-left h3{
    color: var(--color-blue);
}
.block-expertise--about .block-expertise-left > p{
    max-width: 707px;
    margin-bottom: 25px;
}
.block-expertise--reverse{
    margin-left: 0;
    margin-right: 65px;
}
.block-expertise--reverse .block-expertise--inner{
    flex-direction: row-reverse;
}
@media (max-width:1399px){
    .block-expertise-left {
        padding: 70px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width:1099px){
    .block-expertise-left {
        padding: 50px;
    }
}
@media (max-width:991px){
    .block-expertise-left {
        padding: 50px;
        width: 100%;
        margin: 0;
    }
    .block-expertise {
        margin-left: 20px;
        margin-right: 20px;
    }
    .block-expertise-right {
        width: 100%;
    }
    .block-expertise-right .block-tab__item img {
        aspect-ratio: 1.8;
    }
    .block-expertise--inner {
        align-items: unset;
    }
    .block-expertise-right,
    .block-expertise {
        height: unset;
    }
    .block-expertise-right .block-expertise-imgs, .block-expertise-right .block-tab__item, .block-expertise-right .block-tab__item img{
        height: unset;
    }
    .block-expertise-right .block-expertise-imgs{
        width: 100%;
    }
	
	 .block-expertise-imgs .block-tab__item {
    display: none; /* hide by default, shown via JS */
  }
	
  .block-tab__item {
    display: none;
  }

  .block-tab__item.active {
    display: block;
  }


	
	
}
/* Ending Expertise styles */

/* Initiating Project list styles */

.block-project-slider{
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
}
.block-project-slider::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    background-image: url('../assets/images/project-opacity-shape.webp');
    background-position: top;
    background-repeat: repeat-x;
}
.project-carousel-upper {
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.block-project-img img:not(.active){
    opacity: 0;
}
.block-project-img{
    position: absolute;
    inset: 0;
}
.line-container{
    position: relative;
    z-index: 2;
}
.project-carousel--single h2, .project-carousel--single li{
    color: #ffffff;
}
.project-carousel--single h2 {
    margin: 7px 0 22px 0;
}
.project-carousel--single ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    grid-column-gap: 110px;
}
.project-carousel--single ul li span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 10px;
}
.project-carousel--single ul li{
    font-size: 17px;
}
.project-carousel--inner {
    background-color: rgb(0 0 0 / 60%);
    /* padding: 75px 0px 120px 0px; */
    width: 100%;
    max-width: 866px;
    position: relative;
}
/* .project-carousel--inner{
    max-width: 866px;
}
.project-carousel--inner .slick-list {
    background-color: rgb(0 0 0 / 60%);
    padding: 75px 0px 120px 0px;
} */
.project-carousel--inner .project-carousel--single {
    padding: 75px 90px 60px 0px;
    margin-bottom: 120px;
    position: relative;
	min-height: 500px;
    /* border-bottom: 1px solid rgb(188 190 191 / 40%); */
}
/* .project-carousel--inner .project-carousel--single::before {
    content: "";
    position: absolute;
    inset: 0 0 -1px -50%;
    border-bottom: 1px solid rgb(188 190 191 / 40%);
    width: 50%;
} */
.project-btn {
    display: flex;
    gap: 35px;
    margin-top: 36px;
}
.project-carousel--inner::before {
    content: "";
    position: absolute;
    inset: 0 0 0 -50%;
    background-color: rgb(0 0 0 / 60%);
    width: 50%;
}
.project-carousel--inner::after {
    content: "";
    position: absolute;
    inset: auto 0 120px -50%;
    border-bottom: 1px solid rgb(188 190 191 / 40%);
    /* width: 50%; */
    z-index: 1;
    height: 1px;
}
.block-project-slider::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    background-image: url('/images/project-opacity-shape.webp');
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto;
    height: 345px;
    z-index: 1;
}
.block-project-slider .border-animation{
    z-index: 3;
}
.block-footer .border-animation{
    bottom: 0;
    z-index: 3;
}
.project-carousel--inner .slick-arrow {
    top: auto;
    bottom: 0px;
    left: 0;
    background-color: transparent;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    z-index: 3;
    transition: all 0.2s;
}
.project-carousel--inner .slick-arrow:hover{
    background-color: var(--color-white);
    border: 0px;
}
.project-carousel--inner .slick-arrow::before{
    content: unset;
}
.project-carousel--inner .slick-next.slick-arrow {
    left: 74px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M10.9 4.3 9.4 5.7 19.7 16 9.4 26.3l1.4 1.4 11-11 .7-.7-.7-.7z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.project-carousel--inner .slick-prev.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m21.1 4.3-11 11-.7.7.7.7 11 11 1.4-1.4L12.3 16 22.6 5.7z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.slide-counter {
    position: absolute;
    bottom: 49px;
    color: #ffffff !important;
    z-index: 1;
    left: 240px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-primary);
}
@media (max-width:1699px){
    .slide-counter {
        left: 215px;
    }
}
@media (max-width:1399px){
    .slide-counter {
        left: 195px;
    }
    .project-carousel--single ul {
        grid-column-gap: 60px;
    }
}
@media (max-width:1099px){
    .project-carousel--single ul {
        gap: 30px;
        flex-wrap: wrap;
    }
}
@media (max-width:991px){
    .project-carousel--inner::after {
        content: unset;
    }
    .block-project-slider {
        padding: 0 20px;
    }
    .project-carousel--inner::before {
        content: unset;
    }
    .project-carousel--inner .project-carousel--single {
        padding: 50px;
        margin-bottom: 120px;
        border-bottom: 1px solid rgb(188 190 191 / 40%);
    }
    .project-carousel--inner .slick-arrow {
        left: 50px;
        height: 40px;
        width: 40px;
        bottom: 21px;
    }
    .project-carousel--inner .slick-next.slick-arrow {
        left: 103px;
    }
    .slide-counter {
        left: 155px;
    }
    .project-carousel-upper {
        padding-bottom: 50px;
        padding-top: 50px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .project-carousel--single h2 {
        font-size: 30px;
    }
}
@media (max-width:767px){
    .project-btn {
        gap: 10px;
        flex-direction: column;
    }
    .project-carousel--single ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .project-carousel--single ul li span {
        margin-bottom: 0px;
    }
}
/* Ending Project list styles */

/* Initiating Footer styles */
.block-footer{
    background-color: var(--color-blue);
	position: relative;
	z-index: 0;
}
.footer-top-flex-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 35px;
}
.footer-top-flex-inner ul li a{
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.2s;
    text-decoration: none;
    font-family: var(--font-poppins);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.footer-top-flex-inner ul li a:hover{
    color: var(--color-sky);
}
.ft-social a img {
    filter: invert(100%) sepia(4%) saturate(643%) hue-rotate(259deg) brightness(114%) contrast(100%);
    transition: all 0.2s;
    width: 20px;
}
.ft-social a:hover img{
    filter: invert(57%) sepia(77%) saturate(4320%) hue-rotate(166deg) brightness(97%) contrast(101%);;
}
.footer-top-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) {
    width: 9.1%;
}
.footer-top-flex .footer-top-flex-inner:nth-child(2) {
    width: 80%;
    justify-content: center;
    display: flex;
}
.footer-top-flex .footer-top-flex-inner:nth-child(3) {
    width: 10.9%;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) a img{
    max-width: 50px;
}
.ft-social ul {
    gap: 20px;
    justify-content: flex-end;
}
.block-footer-top {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.block-footer-bottom ul {
    display: flex;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--font-poppins);
    color: #8b8f96;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    gap: 40px;
}
.block-footer-bottom-flex{
    display: flex;
    justify-content: space-between;
}
.block-footer-bottom{
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #4d687c;
}
@media (max-width:1199px){
    .footer-top-flex .footer-top-flex-inner:nth-child(2) {
        width: 81%;
        justify-content: flex-end;
        padding-right: 20px;
    }
    .footer-top-flex .footer-top-flex-inner:nth-child(3) {
        width: 9.9%;
    }
}
@media (max-width:991px){
    
    .footer-top-flex .footer-top-flex-inner {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        padding: 0 !important;
    }
    .footer-top-flex .footer-top-flex-inner:nth-child(1) a img {
        width: 100%;
        max-width: 70px;
    }
    .footer-top-flex {
        gap: 30px;
    }
    .footer-top-flex-inner ul {
        gap: 10px 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:767px){
    .block-footer-bottom ul {
        gap: 0;
        flex-direction: column;
    }
    .block-footer-bottom-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-footer-bottom ul li {
        text-align: center;
        margin-bottom: 10px;
    }
    .block-footer-bottom ul:nth-child(2) li{
        margin-bottom: 0;
    }
}
/* Endinging Footer styles */

/* Initiating About Page Styles */

.block-banner__innerpage .block-banner__content {
    padding: 200px 20px 100px 20px;
    align-items: flex-end;
}
.block-banner__innerpage::before{
    content: unset;
}
h1 {
    word-wrap: break-word;
}

/* Global TEXT Block */
.global-text-block-with-two-col {
    padding: 55px 0;
}
.col_eql {
    width: calc(100% / 2);
}
.global-text-block-video-with-text__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: var(--margin-left-value, 0px);
}
.global-text-block-with-two-col.global-text-block-reverse .global-text-block-video-with-text__inner {
    margin-right: var(--margin-left-value, 0px);
    flex-direction: row-reverse;
    margin-left: 0;
}
.global-text-block-image-and-video {
    position: relative;
}
.global-text-block-image-and-video img,
.global-text-block-image-and-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.global-text-block-text__copy {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 60px;
    padding-right: 100px;
}
.global-text-block-text__copy h4 {
    letter-spacing: 0.2rem;
    color: var(--color-blue);
    padding-right: 50px;
    margin-bottom: 30px;
}
.global-text-block-text__copy p:not(:last-child) {
    margin-bottom: 30px;
}
.global-text-block-text__copy p:last-child {
    margin-bottom: 0;
}
.block-video-with-text.global-text-block-with-two-col .image-box {
    display: none;
}
.block-image-with-text.global-text-block-with-two-col iframe {
    display: none;
}

@media (max-width:1199px){
    .global-text-block-with-two-col {
        padding: 0 0 50px;
    }
}
@media (max-width:991px){
    .col_eql {
        width: 100%;
    }
    .global-text-block-with-two-col .global-text-block-video-with-text__inner {
        margin-left: calc(var(--margin-left-value) + 20px) !important;
        margin-right: calc(var(--margin-left-value) + 20px ) !important;
    }
    .global-text-block-text__copy {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .global-text-block-with-two-col .global-text-block-image-and-video {
        height: 50vh;
    }
}

/* global-center-text-block */
.global-center-text-block {
    padding: 120px 0;
}
.global-center-text-block .global-center-text-block-inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.global-center-text-block h3 {
    color: var(--color-blue);
    margin-bottom: 35px;
}
.global-center-text-block h4 {
    letter-spacing: 0.1rem;
    color: #003349;
    padding-right: 100px;
    margin-bottom: 35px;
}
.global-center-text-block p:last-child {
    margin-bottom: 0;
}
.global-center-text-block p:not(:last-child) {
    margin-bottom: 35px;
}
@media (max-width:1399px){
    .global-center-text-block {
        padding: 100px 0;
    }
}
@media (max-width:991px){
    .global-center-text-block {
        padding: 80px 0;
    }
}
@media (max-width: 575px) {
    .global-center-text-block {
        padding: 50px 0;
    }
}
/* our-process-block */
.our-process-block {
    background-color: var(--color-blue);
    padding: 160px 0;
}
.our-process-block .text-part {
    margin-bottom: 38px;
}
.our-process-block h3 {
    color: var(--color-white);
    margin-bottom: 35px;
}
@media (max-width:1399px){
    .our-process-block {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .our-process-block {
        padding: 50px 0;
    }
}

/* History Block */

.our-history-block {
    padding: 95px 0 115px;
}
.block-history__slider {
    padding-top: 100px;
}
.block-history__slider-inner {
    position: relative;
}
.block-history__slider-inner .container {
    position: relative;
}
.block-history__slider-inner .container {
    position: relative;
}
.block-history__slider-inner .container:before {
    content: '';
    width: 365px;
    height: 395px;
    position: absolute;
    background: #e2e3e6;
    left: -40px;
    top: -35px;
    z-index: -1;
    opacity: 0.25;
}
.history__year-slider {
    z-index: 2;
}
.block-history__slider hr {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #032e50;
    padding: 0;
    opacity: 1;
    margin: 0;
    top: 75px;
    z-index: 1;
}
.history__year-item {
    position: relative;
}
.history__year-slider .history__year-item .year {
    color: #00a3e2;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: 25px;
    display: none;
}
.history__year-slider .slick-current .history__year-item .year {
    display: block;
}

.history__year-slider .history__year-item .dots {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #032e50;
    background: #f8f8f9;
    display: block;
    position: relative;
    margin-top: 65px;
}

.history__year-slider .history__year-item .dots:before {
    content: '';
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    margin: auto;
    background: #032e50;
    width: 1px;
    height: 65px;
}
.history__year-slider .slick-current .history__year-item .dots {
    background: #00a3e2;
}

.history__detail-slider .slick-slide {
    padding: 0 5px;
}
.history__detail-slider {
    padding-top: 50px;
    width: 50%;
    padding-bottom: 180px;
}
.history__detail-slider h4 {
    letter-spacing: 0.2rem;
    color: var(--color-blue);
    padding-right: 50px;
    margin-bottom: 30px;
}

.history__detail-slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid#032e50;
    top: inherit;
    bottom: 0;
}
.history__detail-slider .slick-arrow:hover {
    background-color: #032e50;
}
.history__detail-slider .slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,1.2246467991473532e-16,-1.2246467991473532e-16,-1,284.93699645996094,284.9360046386719)'%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.history__detail-slider .slick-next {
    left: 75px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.history__detail-slider .slick-next:before, .history__detail-slider .slick-prev:before {
    display: none;
}
@media (max-width:1399px){
    .our-history-block {
        padding: 55px 0 75px;
    }
    .block-history__slider-inner .container:before {
        left: -15px;
    }
}
@media (max-width:1199px){
    .block-history__slider {
        padding-top: 60px;
    }
    .block-history__slider-inner .container:before {
        left: -5px;
    }
}
@media (max-width:991px){
    .history__detail-slider {
        padding-top: 50px;
        width: 100%;
        padding-bottom: 130px;
    }
    .block-history__slider-inner .container:before {
        height: 315px;
    }
}
@media (max-width: 575px) {
    .block-history__slider-inner .container:before {
        left: 9px;
    }
    .our-history-block {
        padding: 0 0 35px;
    }
}
/* Ending About Page Styles */

/* Team Archive Start*/

@media (min-width: 1650px) {
    .custom-popup-model .modal-dialog {
        max-width: 1522px;
    }
}
@media (min-width: 1400px) {
    .custom-popup-model .modal-dialog {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    .custom-popup-model .modal-dialog {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .custom-popup-model .modal-dialog {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .custom-popup-model .modal-dialog {
        max-width: 720px;
    }
}
.custom-popup-model .modal-dialog {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.block-team {
    padding: 95px 0;
}

.team-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 40px 6px;
}
.team-list .team-details {
    padding-top: 20px;
}

.block-team .container {
	max-width: 1425px;
}

.team-list .team-details h3 {
    padding-top: 20px;
    font-family: var(--font-poppins);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: var(--color-blue);
    padding: 0;
    margin: 0;
    letter-spacing: 0.25em;
}
.team-list .team-details .designation {
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 400 !important;
    color: var(--color-blue);
    letter-spacing: 0.25em;
}
.team-list .team-headshot a {
    position: relative;
    display: block;
}
.team-list .team-headshot a .hover-box {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/hover-bg.webp) center center no-repeat;
    transition: 0.3s height ease-in-out;
}
.team-list .team-headshot a:hover .hover-box {
    top: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 9999;
}
.modal {
    z-index: 99999;
}

.modal-content {
    border-radius: 0;
    background: #f8f8f9;
    border: none;
}
.custom-popup-model .modal-content {
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.custom-popup-model .modal-dialog {
    max-width: 1595px;
}
.custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
    padding: 95px 265px 95px 95px;
    position: relative;
    border-radius: 0px;
    border: 0px !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: top;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot {
    width: 29%;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot img {
    width: 100%;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt {
    width: 71%;
    padding-left: 65px;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .headshot-person-name {
    color: var(--color-blue);
    margin-bottom: 0;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .headshot-person-name-desc {
    color: var(--color-sky);
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 20px;
    text-transform: uppercase;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .popup-detail-bio {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .popup-headshot-inner {
    margin-bottom: 25px;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details p {
    margin: 0;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-sky);
    letter-spacing: 0.25rem;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details a:hover {
    color: var(--color-blue);
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details .ph {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-blue);
    letter-spacing: 0.25rem;
}
.popup-social {
    margin-top: 18px;
}
.popup-social a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-sky);
    transition: all 0.2s;
}
.popup-social a:hover {
    background-color: var(--color-blue);
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .popup-social a img {
    width: 26px;
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(245deg) brightness(104%) contrast(101%);
}

.modal-content-main .slick-arrow {
    width: 55px;
    height: 55px;
    border: 1px solid #bcbebf;
    z-index: 99;
}
.modal-content-main .slick-arrow:before {
    display: none;
}
.modal-content-main .slick-arrow.slick-next {
    right: 40px;
    top: 40px;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 490.8 490.8' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M135.685 3.128c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l227.115 227.136-227.136 227.115c-4.237 4.093-4.354 10.845-.262 15.083 4.093 4.237 10.845 4.354 15.083.262.089-.086.176-.173.262-.262l234.667-234.667c4.164-4.165 4.164-10.917 0-15.083L135.685 3.128z' style='' fill='%23f44336' data-original='%23f44336'%3E%3C/path%3E%3Cpath d='M128.133 490.68a10.667 10.667 0 0 1-7.552-18.219l227.136-227.115L120.581 18.232c-4.171-4.171-4.171-10.933 0-15.104 4.171-4.171 10.933-4.171 15.104 0l234.667 234.667c4.164 4.165 4.164 10.917 0 15.083L135.685 487.544a10.663 10.663 0 0 1-7.552 3.136z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-content-main .slick-arrow.slick-prev {
    right: 173px;
    top: 40px;
    left: inherit;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 490.8 490.8' style='enable-background:new 0 0 512 512' xml:space='preserve' class='hovered-paths'%3E%3Cg transform='matrix(-1,1.2246467991473532e-16,-1.2246467991473532e-16,-1,490.79998779296886,490.7997322082519)'%3E%3Cpath d='M135.685 3.128c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l227.115 227.136-227.136 227.115c-4.237 4.093-4.354 10.845-.262 15.083 4.093 4.237 10.845 4.354 15.083.262.089-.086.176-.173.262-.262l234.667-234.667c4.164-4.165 4.164-10.917 0-15.083L135.685 3.128z' style='' fill='%23f44336' data-original='%23f44336'%3E%3C/path%3E%3Cpath d='M128.133 490.68a10.667 10.667 0 0 1-7.552-18.219l227.136-227.115L120.581 18.232c-4.171-4.171-4.171-10.933 0-15.104 4.171-4.171 10.933-4.171 15.104 0l234.667 234.667c4.164 4.165 4.164 10.917 0 15.083L135.685 487.544a10.663 10.663 0 0 1-7.552 3.136z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2' class='hovered-path'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.data-dismiss-button {
    width: 55px;
    height: 55px;
    border: 1px solid #bcbebf;
    position: absolute;
    top: 40px;
    right: 107px;
    z-index: 99;
    font-size: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1199px){
    .team-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
        padding: 95px 65px 65px 65px;
    }
}
@media (max-width:991px){
    .custom-popup-model .modal-dialog .modal-content .popup-headshot {
        width: 100%;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-detail-cnt {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .popup-detail-bio {
        margin-top: 15px;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-headshot img {
        width: auto;
    }
}
@media (max-width:767px){
    .block-team {
        padding: 60px 0;
    }
    .team-list {
        grid-template-columns: 1fr 1fr;
    }
    .modal-content-main .slick-arrow.slick-next,
    .modal-content-main .slick-arrow.slick-prev {
        top: 13px;
        background-size: 12px;
    }
    .modal-content-main .slick-arrow.slick-prev {
        right: 149px;
    }    
    .modal-content-main .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .data-dismiss-button {
        width: 40px;
        height: 40px;
        top: 12px;
        background-size: 12px;
        right: 95px;
    }
    .custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
        padding: 70px 40px 35px 40px;
    }
}
@media (max-width:460px){
    .team-list {
        grid-template-columns: 1fr;
    }
}
/* Team Archive End*/

/* Contact Page Start */
.contact-block .contact-block__inner {
    margin-right: var(--margin-left-value, 0px);
}
.contact-block .form-part {
    /* background: #f8f8f9; */
    padding: 165px calc(-1 * var(--margin-left-value) + 80px) 130px 55px;
}

.contact-block .gform-theme  {

}

.contact-form .form-group {
    margin-bottom: 17px;
}
.contact-form .form-control {
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(81, 81, 81, 0.5);
    line-height: 72px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 400;
    color: #454546;
}
.contact-form textarea.form-control {
    line-height: 24px;
    padding: 18px 22px;
    font-size: 14px;
    color: #454546;
    resize: none;
    height: 180px;
}
.contact-form .form-control:placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-webkit-input-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-moz-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:focus {
    box-shadow: none;
}
.contact-block .office-list-part {
    padding-top: 115px;
}


.office-list-part h3 {
    color: var(--color-blue);
    padding: 0;
    margin: 0 0 40px 0;

}
.office-list-part .office-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
}
.office-list-part .office-list p {
    margin: 0;
}
.office-list-part .office-list p.city-name {
    letter-spacing: 0.35rem;
    color: var(--color-sky);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.office-list-part .office-list .city-name {
    letter-spacing: 0.35rem;
    color: var(--color-sky);
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .contact-block .form-part {
        padding : 100px calc(-1 * var(--margin-left-value) + 0px) 100px 55px;
    }
    .contact-form .form-control {
        line-height: 62px;
    }
}
@media (max-width: 991px) {
    .contact-block .contact-block__inner {
        margin-left: var(--margin-left-value, 0px);
    }
    .contact-block .office-list-part {
        padding-right : calc(-1 * var(--margin-left-value) + 0px);
        padding-left : calc(-1 * var(--margin-left-value) + 0px);
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .contact-block .form-part {
        padding-right : calc(-1 * var(--margin-left-value) + 0px);
        padding-left : calc(-1 * var(--margin-left-value) + 0px);
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .office-list-part .office-list {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .contact-block .office-list-part {
        padding : 65px 20px;
    }
    .contact-block .form-part {
        padding : 65px 20px;
    }
    .office-list-part .office-list {
        grid-template-columns: 1fr;
        gap: 30px 20px;
    }
}
/* Contact Page End */


/* Project Archive Start */
.project-card {
    margin-bottom: 26px;
}
.project-list-block  [class*='col-']:first-child {
    padding-right: 0;
    column-count: 2;
    column-gap: 40px;
}
.project-list-block  [class*='col-']:not(:first-child) {
    padding-left: 21px;
}
.project-list-block .project-card {
    margin-bottom: 42px;
}
.project-list-block .project-card a {
    display: block;
    position: relative;
    text-decoration: none;
}
.project-list-block .project-card img {
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.project-list-block .project-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16, 16, 16, 0.6);
    padding: 15px 20px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}
/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@font-face {
    font-family: 'Forma DJR Display';
    src: url('fonts/FormaDJRDisplay-Light.eot');
    src: url('fonts/FormaDJRDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FormaDJRDisplay-Light.woff2') format('woff2'),
        url('fonts/FormaDJRDisplay-Light.woff') format('woff'),
        url('fonts/FormaDJRDisplay-Light.ttf') format('truetype'),
        url('fonts/FormaDJRDisplay-Light.svg#FormaDJRDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-primary:  "mulish-variable", sans-serif;
    --font-secondary:  "Forma DJR Display", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    
    --color-blue: #032e50; 
    --color-sky: #00a3e2;
    --text-color: #535555;
    --color-white: #fff;
    --color-gray-light: #e2e3e6;

    --linecounter: 300px;

    @media (max-width:1699px){
        --linecounter: 260px;
    }
    @media (max-width:1399px){
        --linecounter: 220px;
    }
    @media (max-width:1199px){
        --linecounter: 190px;
    }
}


body h1, body h2, body h3, body h4, body h5 {
    font-weight: 300 !important;
    letter-spacing: 0.35em;
    font-family: var(--font-secondary);
}
body {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 300;
    font-family: var(--font-primary);
}
img{
    max-width: 100%;
}
.custom-container{
    margin: 0 auto;
}
@media (min-width:576px){
    .custom-container {
        max-width: 540px;
    }
}
@media (min-width:768px){
    .custom-container {
        max-width: 720px;
    }
}
@media (min-width:992px){
    .custom-container {
        max-width: 960px;
    }
}
@media (min-width:1200px){
    .custom-container {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    .container {
        max-width: 1304px;
    }
    .custom-container {
        max-width: 1304px;
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1515px;
    }
    .custom-container {
        max-width: 1599px;
    }
}

@media (max-width:575px) {
    .container {
        padding: 0 20px;
    }
    .custom-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
h1 {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 1.2em;
}

@media (min-width:768px) {

    h1 {
        font-size: 48px;
    }
}

@media (min-width:992px) {

    h1 {
        font-size: 54px;
    }
}

@media (min-width:1200px) {

    h1 {
        font-size: 60px;
    }
}

@media (min-width:1400px) {

    h1 {
        font-size: 66px;
    }
}

@media (min-width:1700px) {

    h1 {
        font-size: 72px;
    }
}

h2,
.h1 {
    font-size: 36px;
    color: var(--color-purple);
    font-weight: 400;
    line-height: 1.2em;
    
    text-transform: uppercase ;
}

@media (min-width:1200px) {

    h2,
    .h1 {
        font-size: 40px;
    }
}
@media (min-width:1200px) {

    h2,
    .h1 {
        font-size: 44px;
    }
}

@media (min-width:1400px) {

    h2,
    .h1 {
        font-size: 50px;
        margin-top: 20px;
    }
}

@media (min-width:1700px) {

    h2,
    .h1 {
        font-size: 56px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.5em;
    text-transform: uppercase ;
}

@media (min-width:768px) {
    h3 {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    h3 {
        font-size: 26px;
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 28px;
    }
}

@media (min-width:1400px) {
    h3 {
        font-size: 30px;
    }
}

@media (min-width:1700px) {
    h3 {
        font-size: 36px;
    }
}


h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
}

@media (min-width:1200px) {
    h4 {
        font-size: 21px;
    }
}

@media (min-width:1400px) {
    h4 {
        font-size: 23px;
    }
}

@media (min-width:1700px) {
    h4 {
        font-size: 25px;
    }
}

h5 {
    font-size: 18px;
}

@media (min-width:1400px) {
    h5 {
        font-size: 20px;
    }
}

@media (min-width:1700px) {
    h5 {
        font-size: 22px;
    }
}

h6 {
    padding: 0 0 0 98px;
    color: var(--color-sky);
    margin: 0 0 19px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 14px;
    font-family: var(--font-poppins);
}

h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-sky);
    height: 1px;
    width: 81px;
}
.white-ibrow h6 {
    color: var(--color-white);
}
.white-ibrow h6::before{
    background-color: var(--color-white);
}

.btn {
    color: var(--color-sky);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5em;
    padding: 0 35px;
    transition: all 0.4s;
    border: 1px solid var(--color-sky);
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn:hover {
    color: var(--color-white);
    background-color: var(--color-sky);
}
.custom-btn{
    color: var(--color-sky);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    transition: all 0.4s;
    width: fit-content;
    background-color: transparent !important;
}
.custom-btn:hover {
    color: var(--color-white);
    background-color: var(--color-sky);
}


/* Initiating Header style */
.block-header{
    width: 100%;
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
}
.block-header::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    /* background-image: url(../images/header-shadow.png); */
    background-image: url(../assets/images/header-shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 344px;
}
.block-header__contianer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 24px 50px;
    position: relative;
    z-index: 1;
}
.block-header__logo{
    width: 250px;
    position: relative;
}
.block-header__logo svg{
    width: 222px;
    height: 157px;
}
.block-header__hamberger button{
    margin-right: 4px;
    width: 62px;
    height: 23px;
    font-size: 0;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: all 0.4s;
}
.block-header__hamberger button:hover,
.block-header__hamberger button:focus{
    outline: none;
}
.block-header__hamberger button::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background-color: var(--color-white);
    transition: all 0.4s;
}
.block-header__hamberger button::after{
    content: "";
    position: absolute;
    inset: 18px 0 auto 20px;
    height: 5px;
    background-color: var(--color-white);
    margin-left: auto;
    transition: all 0.4s;
}
.block-header__hamberger button.active{
    transform: rotate(90deg);
}
.block-header__hamberger button.active{
    width: 30px;
    height: 30px;
}
.block-header__hamberger button.active::before{
    transform: rotate(45deg);
    transform-origin: top left;
    width: 40px;
}
.block-header__hamberger button.active::after{
    transform: rotate(-47deg);
    transform-origin: bottom left;
    width: 40px;
    inset: 28px auto auto 0;
}
.block-header__menu{
    position: absolute;
    inset: 0;
    height: 100svh;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    cursor: none;
    transition: all 0.4s ease-in-out;
}
.block-header__menu.active{
    opacity: 1;
    visibility: visible;
    cursor: default;
    transform: translateY(0);
}
.block-header__menu::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color-blue);
    height: 0;
    transition: all 0.4s ease-in-out;
}
.block-header__menu::after{
    content: "";
    position: absolute;
    inset: 0 auto 100% var(--linecounter);
    transition: all 0.8s ease-in-out;
    border-left:1px solid rgba(188,190,191,0.4);
    transition-delay: 200ms;
}
.block-header__menu.active:before{
    height: 100%;
}
.block-header__menu.active:after{
    inset: 0 auto 0 var(--linecounter);
}
.block-header__menu-inner{
    width: calc(100vw - (var(--linecounter) * 2));
    margin: 0 auto;
    position: relative;
}
.block-header__link-list{
    width: 100%;
    counter-reset: my-sec-counter;
}
.block-header__link-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.block-header__link-list > ul > li{
    max-width: 720px;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    transition: all 400ms ease 400ms;
    counter-increment: my-sec-counter 100;
    transition-delay: var(--delay);
}
.block-header__menu.active .block-header__link-list > ul > li{
    opacity: 1;
    transform: translateX(0);
}
.block-header__link-list ul li a{
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    letter-spacing: 0.25em;
    transition: all 0.4s;
    position: relative;
    display: flex;
    grid-gap: 23px;
    align-items: center;
}
.block-header__link-list ul li a:hover{
    color: var(--color-sky);
}
.block-header__link-list > ul > li.menu-item-has-children > a:after{
    content: "";
    flex: 0;
    transition: all 0.4s;
    border-top:1px solid rgba(188,190,191,0.4);
}
.block-header__link-list ul ul{
    position: absolute;
    inset: 20px auto auto 100%;
    grid-gap: 10px;
    padding-left: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.3s;
}
.block-header__link-list ul ul li a{
    font-size: 14px;
    letter-spacing: 0.49em;
    font-weight: bold;
}
.block-header__link-list > ul > li.menu-item-has-children:hover > a:after{
    flex: 1;
}
.block-header__link-list > ul > li.menu-item-has-children:hover ul{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
header.block-header{
    transition: all 0.5s;
    z-index: 9999;
}
header.block-header .block-header__logo > a svg{
    transition: all 0.5s;
}
header.block-header.sticky {
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #d3d5d5;
    z-index: 9999;
}
header.block-header.sticky::before{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
header.block-header.sticky g.logo-bottom {
    display: none;
}
header.block-header.sticky .logo-color {
    fill: #032e50;
}
header.block-header.menu-on .logo-color {
    fill: #ffffff;
}
header.block-header.menu-on g.logo-bottom{
    display: block;
}
body.ov-hidden {
    overflow: hidden;
}
header.block-header.sticky:not(.menu-on) .block-header__logo > a {
    display: inline-block;
    height: 110px;
    overflow: hidden;
}
header.block-header.sticky:not(.menu-on) .block-header__logo > a svg{
    width: 187px;
}
header.block-header.sticky:not(.menu-on) .block-header__hamberger button::before,
header.block-header.sticky:not(.menu-on) .block-header__hamberger button::after{
    background-color: var(--color-sky);
}
header.block-header.sticky:not(.menu-on) .block-header__contianer {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo::before {
    content: "";
    position: absolute;
    inset: 0 -1px 0 auto;
    width: 1px;
    background-color: #d3d5d5;
}
@media (max-width:1699px){
    .block-header__logo svg{width: 180px;height: 127px;}
    .block-header__link-list > ul > li{max-width: 650px;}
    .block-header__link-list ul li a{font-size: 37px;}
    .block-header__link-list ul ul{inset: 17px auto auto 100%;}
    .block-header__hamberger button:not(.active){width: 52px;height: 23px;}
    .block-header__hamberger button.active{width: 28px;height: 28px;}
    .block-header__hamberger button.active::before,
    .block-header__hamberger button.active::after{width: 37px;}
    .block-header__hamberger button.active::after{inset: 25px auto auto 0;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 210px;position: relative;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a svg {width: 154px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a {height: 90px;}
    
}
@media (max-width:1399px){
    .block-header__contianer{padding: 20px 20px;}
    .block-header__link-list > ul > li{max-width: 600px;}
    .block-header__link-list ul li a{font-size: 32px;}
    .block-header__link-list ul ul{inset: 13px auto auto 100%;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 200px;}
}
@media (max-width:1199px){
    .block-header__logo svg{width: 150px;height: 106px;}
    .block-header__link-list > ul > li{max-width: 420px;}
    .block-header__link-list ul li a{font-size: 28px;}
    .block-header__link-list ul ul{inset: 10px auto auto 100%;}
    .block-header__hamberger button:not(.active){width: 45px;}
    .block-header__hamberger button:not(.active)::after{inset: 18px 0 auto 15px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo {width: 170px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a svg {width: 149px;}
    header.block-header.sticky:not(.menu-on) .block-header__logo > a {height: 78px;}
}
@media (max-width:991px){
    .block-header__menu.active:after{display: none;}
    body .block-header__menu-inner{padding: 0 20px;}
    .block-header__hamberger button:not(.active){width: 40px;}
    .block-header__menu.active{align-items: flex-start;padding-top: 180px;flex-direction: column;}
    body .block-header__menu-inner{flex: 1;overflow-y: auto;}
    header.block-header.sticky:not(.menu-on) .block-header__contianer .block-header__logo::before {content: unset;}
}
@media (min-width:768px){
    .block-header__link-list > ul > li > span{display: none;}
}
@media (max-width:767px){
    .block-header__link-list > ul > li{max-width: 100%;}
    .block-header__link-list ul ul{position: unset;padding-top: 20px;opacity: 1;visibility: visible;transform: unset;display: none;}
    .block-header__link-list > ul > li.menu-item-has-children > a:after{display: none;}
    .block-header__link-list > ul > li > span{
        position: absolute;inset: 0 0 auto auto;width: 30px;height: 30px;background-color: rgba(255,255,255,0.1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }
    .block-header__link-list ul{
        grid-gap: 30px;
    }
    .block-header__link-list ul .menu-item-has-children.active ul{
        display: block;
    }
    .block-header__link-list > ul > li.active > span{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
    }
    .block-header__link-list ul li a{font-size: 22px;}
}
/* Ending Header Style */

/* Initiating Banner Style */
.block-banner{
    width: 100%;
    position: relative;
}
.block-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.29);
}
.block-banner__img{
    width: 100%;
    height: 100svh;
}
.block-banner__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-animation{
    position: absolute;
    inset: 0 auto 100% var(--linecounter);
    border-left: 1px solid rgba(188,190,191,0.4);
    transition: all 0.8s ease-in-out;
}
.border-animation.active{
    bottom: 0;
}
.block-banner__content{
    position: absolute;
    padding: 200px 20px;
    display: flex;
    align-items: center;
    inset: 0;
    z-index: 2;
}
.line-container{
    max-width: calc(100svw - (var(--linecounter) * 2));
    width: 100%;
    margin: 0 auto;
    padding-left: calc(var(--linecounter) / 3.5);
}
.block-banner__copy{
}
.block-banner__copy h1{
    color: var(--color-white);
    font-weight: 100;
}
.block-banner__copy h1 span{
    color: var(--color-sky);
    display: block;
}
.block-banner__scroll {
    position: absolute;
    inset: auto 0 25px 0;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.block-banner__scroll a{
    text-decoration: none;
    display: inline-block;
    align-self: center;
}
.block-banner__scroll span{
    position: relative;
    width: 2px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
}
.block-banner__scroll span:before{
    content: "";
    position: absolute;
    background-color: var(--color-sky);
    inset: 0;
    width: 2px;
    height: 27px;
    animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.block-banner__scroll p{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-white);
    
}
@media (max-width:1699px){
    .line-container{padding-left: calc(var(--linecounter) / 4);}
}
@media (max-width:1399px){
    .line-container{padding-left: calc(var(--linecounter) / 4.5);}
}
@media (max-width:991px){
    .border-animation{display: none;}
    .line-container{max-width: 100%;padding-left: 0;}
}

/* Initiating Expertise styles */

.block-expertise--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.block-expertise-left {
    padding: 140px;
    background-color: #f8f8f9;
    width: 60%;
    /* margin-top: 110px;
    margin-bottom: 110px; */
    /* margin-top: 10vh;
    margin-bottom: 10vh; */
}
.block-expertise-right .block-expertise-imgs, .block-expertise-right .block-tab__item, .block-expertise-right .block-tab__item img {
    height: 100%;
}
.block-expertise-right .block-tab__item img {
    object-fit: cover;
    width: 100%;
}
.block-expertise-right {
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.block-expertise {
    margin-left: 65px;
    height: 100vh;
}
.block-expertise--list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.block-expertise--list ul li {
    text-decoration: none;
    color: #535555;
    transition: all 0.2s;   
    position: relative;
}
.block-expertise--list ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-sky);
    transition: all 0.2s;
}
.block-expertise--list ul li.active{
    padding-left: 39px;
    color: var(--color-sky);
}

.block-expertise--list ul li.active:before{
    width: 32px;
}

.block-expertise--list ul li p{
    display: none;
}

.block-expertise--list ul li.active p{
    display: block;
	color: #535555;
}

.block-expertise {
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
}
.block-expertise--list {
    margin-top: 25px;
    margin-bottom: 27px;
}
.block-expertise-left > p {
    max-width: 470px;
}
.block-expertise-left h3{
    color: var(--color-blue);
}
.block-expertise--about .block-expertise-left > p{
    max-width: 707px;
    margin-bottom: 25px;
}
.block-expertise--reverse{
    margin-left: 0;
    margin-right: 65px;
}
.block-expertise--reverse .block-expertise--inner{
    flex-direction: row-reverse;
}
@media (max-width:1399px){
    .block-expertise-left {
        padding: 70px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width:1099px){
    .block-expertise-left {
        padding: 50px;
    }
}
@media (max-width:991px){
    .block-expertise-left {
        padding: 50px;
        width: 100%;
        margin: 0;
    }
    .block-expertise {
        margin-left: 20px;
        margin-right: 20px;
    }
    .block-expertise-right {
        width: 100%;
    }
    .block-expertise-right .block-tab__item img {
        aspect-ratio: 1.8;
    }
    .block-expertise--inner {
        align-items: unset;
    }
    .block-expertise-right,
    .block-expertise {
        height: unset;
    }
    .block-expertise-right .block-expertise-imgs, .block-expertise-right .block-tab__item, .block-expertise-right .block-tab__item img{
        height: unset;
    }
    .block-expertise-right .block-expertise-imgs{
        width: 100%;
    }
}
@media (max-width:767px){
    .block-expertise {
        padding-bottom: 9vh;
    }
}
/* Ending Expertise styles */

/* Initiating Project list styles */

.block-project-slider{
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
}
.block-project-slider::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    background-image: url('../assets/images/project-opacity-shape.webp');
    background-position: top;
    background-repeat: repeat-x;
}
.project-carousel-upper {
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block-project-img{
    position: absolute;
    inset: 0;
}
.line-container{
    position: relative;
    z-index: 2;
}
.project-carousel--single h2, .project-carousel--single li{
    color: #ffffff;
}
.project-carousel--single h2 {
    margin: 7px 0 22px 0;
}
.project-carousel--single ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    grid-column-gap: 110px;
}
.project-carousel--single ul li span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 10px;
}
.project-carousel--single ul li{
    font-size: 17px;
}
.project-carousel--inner {
    background-color: rgb(0 0 0 / 60%);
    /* padding: 75px 0px 120px 0px; */
    width: 100%;
    max-width: 866px;
    position: relative;
}
/* .project-carousel--inner{
    max-width: 866px;
}
.project-carousel--inner .slick-list {
    background-color: rgb(0 0 0 / 60%);
    padding: 75px 0px 120px 0px;
} */
.project-carousel--inner .project-carousel--single {
    padding: 75px 90px 60px 0px;
    margin-bottom: 120px;
    position: relative;
    /* border-bottom: 1px solid rgb(188 190 191 / 40%); */
}
/* .project-carousel--inner .project-carousel--single::before {
    content: "";
    position: absolute;
    inset: 0 0 -1px -50%;
    border-bottom: 1px solid rgb(188 190 191 / 40%);
    width: 50%;
} */
.project-btn {
    display: flex;
    gap: 35px;
    margin-top: 36px;
}
.project-carousel--inner::before {
    content: "";
    position: absolute;
    inset: 0 0 0 -50%;
    background-color: rgb(0 0 0 / 60%);
    width: 50%;
}
.project-carousel--inner::after {
    content: "";
    position: absolute;
    inset: auto 0 120px -50%;
    border-bottom: 1px solid rgb(188 190 191 / 40%);
    /* width: 50%; */
    z-index: 1;
    height: 1px;
}
.block-project-slider::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    background-image: url('/images/project-opacity-shape.webp');
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto;
    height: 345px;
    z-index: 1;
}
.block-project-slider .border-animation{
    z-index: 3;
}
.block-footer .border-animation{
    bottom: 0;
    z-index: 3;
}
.project-carousel--inner .slick-arrow {
    top: auto;
    bottom: 0px;
    left: 0;
    background-color: transparent;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    z-index: 3;
    transition: all 0.2s;
}
.project-carousel--inner .slick-arrow:hover{
    background-color: var(--color-white);
    border: 0px;
}
.project-carousel--inner .slick-arrow::before{
    content: unset;
}
.project-carousel--inner .slick-next.slick-arrow {
    left: 74px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M10.9 4.3 9.4 5.7 19.7 16 9.4 26.3l1.4 1.4 11-11 .7-.7-.7-.7z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.project-carousel--inner .slick-prev.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m21.1 4.3-11 11-.7.7.7.7 11 11 1.4-1.4L12.3 16 22.6 5.7z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.slide-counter {
    position: absolute;
    bottom: 49px;
    color: #ffffff !important;
    z-index: 1;
    left: 240px;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-primary);
}
@media (max-width:1699px){
    .slide-counter {
        left: 215px;
    }
}
@media (max-width:1399px){
    .slide-counter {
        left: 195px;
    }
    .project-carousel--single ul {
        grid-column-gap: 60px;
    }
}
@media (max-width:1099px){
    .project-carousel--single ul {
        gap: 30px;
        flex-wrap: wrap;
    }
}
@media (max-width:991px){
    .project-carousel--inner::after {
        content: unset;
    }
    .block-project-slider {
        padding: 0 20px;
    }
    .project-carousel--inner::before {
        content: unset;
    }
    .project-carousel--inner .project-carousel--single {
        padding: 50px;
        margin-bottom: 120px;
        border-bottom: 1px solid rgb(188 190 191 / 40%);
    }
    .project-carousel--inner .slick-arrow {
        left: 50px;
        height: 40px;
        width: 40px;
        bottom: 21px;
    }
    .project-carousel--inner .slick-next.slick-arrow {
        left: 103px;
    }
    .slide-counter {
        left: 155px;
    }
    .project-carousel-upper {
        padding-bottom: 50px;
        padding-top: 50px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .project-carousel--single h2 {
        font-size: 30px;
    }
}
@media (max-width:767px){
    .project-btn {
        gap: 10px;
        flex-direction: column;
    }
    .project-carousel--single ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .project-carousel--single ul li span {
        margin-bottom: 0px;
    }
}
/* Ending Project list styles */

/* Initiating Footer styles */
.block-footer{
    background-color: var(--color-blue);
}
.footer-top-flex-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 35px;
}
.footer-top-flex-inner ul li a{
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.2s;
    text-decoration: none;
    font-family: var(--font-poppins);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.footer-top-flex-inner ul li a:hover{
    color: var(--color-sky);
}
.ft-social a img {
    filter: invert(100%) sepia(4%) saturate(643%) hue-rotate(259deg) brightness(114%) contrast(100%);
    transition: all 0.2s;
    width: 20px;
}
.ft-social a:hover img{
    filter: invert(57%) sepia(77%) saturate(4320%) hue-rotate(166deg) brightness(97%) contrast(101%);;
}
.footer-top-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) {
    width: 9.1%;
}
.footer-top-flex .footer-top-flex-inner:nth-child(2) {
    width: 80%;
    justify-content: center;
    display: flex;
}
.footer-top-flex .footer-top-flex-inner:nth-child(3) {
    width: 10.9%;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) a img{
    max-width: 50px;
}
.ft-social ul {
    gap: 20px;
    justify-content: flex-end;
}
.block-footer-top {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.block-footer-bottom ul {
    display: flex;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--font-poppins);
    color: #8b8f96;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    gap: 40px;
}
.block-footer-bottom-flex{
    display: flex;
    justify-content: space-between;
}
.block-footer-bottom{
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #4d687c;
}
@media (max-width:1199px){
    .footer-top-flex .footer-top-flex-inner:nth-child(2) {
        width: 81%;
        justify-content: flex-end;
        padding-right: 20px;
    }
    .footer-top-flex .footer-top-flex-inner:nth-child(3) {
        width: 9.9%;
    }
}
@media (max-width:991px){
    
    .footer-top-flex .footer-top-flex-inner {
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        padding: 0 !important;
    }
    .footer-top-flex .footer-top-flex-inner:nth-child(1) a img {
        width: 100%;
        max-width: 70px;
    }
    .footer-top-flex {
        gap: 30px;
    }
    .footer-top-flex-inner ul {
        gap: 10px 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:767px){
    .block-footer-bottom ul {
        gap: 0;
        flex-direction: column;
    }
    .block-footer-bottom-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-footer-bottom ul li {
        text-align: center;
        margin-bottom: 10px;
    }
    .block-footer-bottom ul:nth-child(2) li{
        margin-bottom: 0;
    }
}
/* Endinging Footer styles */

/* Initiating About Page Styles */

.block-banner__innerpage .block-banner__content {
    padding: 200px 20px 100px 20px;
    align-items: flex-end;
}
.block-banner__innerpage::before{
    content: unset;
}
h1 {
    word-wrap: break-word;
}

/* Global TEXT Block */
.global-text-block-with-two-col {
    padding: 55px 0;
}
.col_eql {
    width: calc(100% / 2);
}
.global-text-block-video-with-text__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: var(--margin-left-value, 0px);
}
.global-text-block-with-two-col.global-text-block-reverse .global-text-block-video-with-text__inner {
    margin-right: var(--margin-left-value, 0px);
    flex-direction: row-reverse;
    margin-left: 0;
}
.global-text-block-image-and-video {
    position: relative;
}
.global-text-block-image-and-video img,
.global-text-block-image-and-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.global-text-block-text__copy {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 60px;
    padding-right: 100px;
}
.global-text-block-text__copy h4 {
    letter-spacing: 0.2rem;
    color: var(--color-blue);
    padding-right: 50px;
    margin-bottom: 30px;
}
.global-text-block-text__copy p:not(:last-child) {
    margin-bottom: 30px;
}
.global-text-block-text__copy p:last-child {
    margin-bottom: 0;
}
.block-video-with-text.global-text-block-with-two-col .image-box {
    display: none;
}
.block-image-with-text.global-text-block-with-two-col iframe {
    display: none;
}

@media (max-width:1199px){
    .global-text-block-with-two-col {
        padding: 0 0 50px;
    }
}
@media (max-width:991px){
    .col_eql {
        width: 100%;
    }
    .global-text-block-with-two-col .global-text-block-video-with-text__inner {
        margin-left: calc(var(--margin-left-value) + 20px) !important;
        margin-right: calc(var(--margin-left-value) + 20px ) !important;
    }
    .global-text-block-text__copy {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .global-text-block-with-two-col .global-text-block-image-and-video {
        height: 50vh;
    }
}

/* global-center-text-block */
.global-center-text-block {
    padding: 120px 0;
}
.global-center-text-block .global-center-text-block-inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.global-center-text-block h3 {
    color: var(--color-blue);
    margin-bottom: 35px;
}
.global-center-text-block h4 {
    letter-spacing: 0.1rem;
    color: #003349;
    padding-right: 100px;
    margin-bottom: 35px;
}
.global-center-text-block p:last-child {
    margin-bottom: 0;
}
.global-center-text-block p:not(:last-child) {
    margin-bottom: 35px;
}
@media (max-width:1399px){
    .global-center-text-block {
        padding: 100px 0;
    }
}
@media (max-width:991px){
    .global-center-text-block {
        padding: 80px 0;
    }
}
@media (max-width: 575px) {
    .global-center-text-block {
        padding: 50px 0;
    }
}
/* our-process-block */
.our-process-block {
    background-color: var(--color-blue);
    padding: 160px 0;
}
.our-process-block .text-part {
    margin-bottom: 38px;
}
.our-process-block h3 {
    color: var(--color-white);
    margin-bottom: 35px;
}
@media (max-width:1399px){
    .our-process-block {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .our-process-block {
        padding: 50px 0;
    }
}

/* History Block */

.our-history-block {
    padding: 95px 0 115px;
}
.block-history__slider {
    padding-top: 100px;
}
.block-history__slider-inner {
    position: relative;
}
.block-history__slider-inner .container {
    position: relative;
}
.block-history__slider-inner .container {
    position: relative;
}
.block-history__slider-inner .container:before {
    content: '';
    width: 365px;
    height: 395px;
    position: absolute;
    background: #e2e3e6;
    left: -40px;
    top: -35px;
    z-index: -1;
    opacity: 0.25;
}
.history__year-slider {
    z-index: 2;
}
.block-history__slider hr {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #032e50;
    padding: 0;
    opacity: 1;
    margin: 0;
    top: 75px;
    z-index: 1;
}
.history__year-item {
    position: relative;
}
.history__year-slider .history__year-item .year {
    color: #00a3e2;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: 25px;
    display: none;
}
.history__year-slider .slick-current .history__year-item .year {
    display: block;
}

.history__year-slider .history__year-item .dots {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #032e50;
    background: #f8f8f9;
    display: block;
    position: relative;
    margin-top: 65px;
}

.history__year-slider .history__year-item .dots:before {
    content: '';
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    margin: auto;
    background: #032e50;
    width: 1px;
    height: 65px;
}
.history__year-slider .slick-current .history__year-item .dots {
    background: #00a3e2;
}

.history__detail-slider {
    padding-top: 50px;
    width: 50%;
    padding-bottom: 180px;
}
.history__detail-slider h4 {
    letter-spacing: 0.2rem;
    color: var(--color-blue);
    padding-right: 50px;
    margin-bottom: 30px;
}

.history__detail-slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid#032e50;
    top: inherit;
    bottom: 0;
}
.history__detail-slider .slick-arrow:hover {
    background-color: #032e50;
}
.history__detail-slider .slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,1.2246467991473532e-16,-1.2246467991473532e-16,-1,284.93699645996094,284.9360046386719)'%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.history__detail-slider .slick-next {
    left: 75px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.history__detail-slider .slick-next:before, .history__detail-slider .slick-prev:before {
    display: none;
}
@media (max-width:1399px){
    .our-history-block {
        padding: 55px 0 75px;
    }
    .block-history__slider-inner .container:before {
        left: -15px;
    }
}
@media (max-width:1199px){
    .block-history__slider {
        padding-top: 60px;
    }
    .block-history__slider-inner .container:before {
        left: -5px;
    }
}
@media (max-width:991px){
    .history__detail-slider {
        padding-top: 50px;
        width: 100%;
        padding-bottom: 100px;
    }
}
@media (max-width: 575px) {
    .block-history__slider-inner .container:before {
        left: 9px;
    }
    .our-history-block {
        padding: 0 0 35px;
    }
}
/* Ending About Page Styles */

/* Team Archive Start*/

@media (min-width: 1650px) {
    .custom-popup-model .modal-dialog {
        max-width: 1522px;
    }
}
@media (min-width: 1400px) {
    .custom-popup-model .modal-dialog {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    .custom-popup-model .modal-dialog {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .custom-popup-model .modal-dialog {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .custom-popup-model .modal-dialog {
        max-width: 720px;
    }
}
.custom-popup-model .modal-dialog {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.block-team {
    padding: 95px 0;
}
.team-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 40px 6px;
}
.team-list .team-details {
    padding-top: 20px;
}
.team-list .team-details h3 {
    padding-top: 20px;
    font-family: var(--font-poppins);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: var(--color-blue);
    padding: 0;
    margin: 0;
    letter-spacing: 0.25em;
}
.team-list .team-details .designation {
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 400 !important;
    color: var(--color-blue);
    letter-spacing: 0.25em;
}
.team-list .team-headshot a {
    position: relative;
    display: block;
}
.team-list .team-headshot a .hover-box {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/hover-bg.webp) center center no-repeat;
    transition: 0.3s height ease-in-out;
}
.team-list .team-headshot a:hover .hover-box {
    top: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 9999;
}
.modal {
    z-index: 99999;
}

.modal-content {
    border-radius: 0;
    background: #f8f8f9;
    border: none;
}
.custom-popup-model .modal-content {
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.custom-popup-model .modal-dialog {
    max-width: 1595px;
}
.custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
    padding: 95px 265px 95px 95px;
    position: relative;
    border-radius: 0px;
    border: 0px !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: top;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot {
    width: 29%;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot img {
    width: 100%;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt {
    width: 71%;
    padding-left: 65px;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .headshot-person-name {
    color: var(--color-blue);
    margin-bottom: 0;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .headshot-person-name-desc {
    color: var(--color-sky);
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 20px;
    text-transform: uppercase;
}
.custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .popup-detail-bio {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .popup-headshot-inner {
    margin-bottom: 25px;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details p {
    margin: 0;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-sky);
    letter-spacing: 0.25rem;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details a:hover {
    color: var(--color-blue);
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .details .ph {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-blue);
    letter-spacing: 0.25rem;
}
.popup-social {
    margin-top: 18px;
}
.popup-social a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-sky);
    transition: all 0.2s;
}
.popup-social a:hover {
    background-color: var(--color-blue);
}
.custom-popup-model .modal-dialog .modal-content .popup-headshot .popup-social a img {
    width: 26px;
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(245deg) brightness(104%) contrast(101%);
}

.modal-content-main .slick-arrow {
    width: 55px;
    height: 55px;
    border: 1px solid #bcbebf;
    z-index: 99;
}
.modal-content-main .slick-arrow:before {
    display: none;
}
.modal-content-main .slick-arrow.slick-next {
    right: 40px;
    top: 40px;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 490.8 490.8' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M135.685 3.128c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l227.115 227.136-227.136 227.115c-4.237 4.093-4.354 10.845-.262 15.083 4.093 4.237 10.845 4.354 15.083.262.089-.086.176-.173.262-.262l234.667-234.667c4.164-4.165 4.164-10.917 0-15.083L135.685 3.128z' style='' fill='%23f44336' data-original='%23f44336'%3E%3C/path%3E%3Cpath d='M128.133 490.68a10.667 10.667 0 0 1-7.552-18.219l227.136-227.115L120.581 18.232c-4.171-4.171-4.171-10.933 0-15.104 4.171-4.171 10.933-4.171 15.104 0l234.667 234.667c4.164 4.165 4.164 10.917 0 15.083L135.685 487.544a10.663 10.663 0 0 1-7.552 3.136z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.modal-content-main .slick-arrow.slick-prev {
    right: 173px;
    top: 40px;
    left: inherit;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 490.8 490.8' style='enable-background:new 0 0 512 512' xml:space='preserve' class='hovered-paths'%3E%3Cg transform='matrix(-1,1.2246467991473532e-16,-1.2246467991473532e-16,-1,490.79998779296886,490.7997322082519)'%3E%3Cpath d='M135.685 3.128c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l227.115 227.136-227.136 227.115c-4.237 4.093-4.354 10.845-.262 15.083 4.093 4.237 10.845 4.354 15.083.262.089-.086.176-.173.262-.262l234.667-234.667c4.164-4.165 4.164-10.917 0-15.083L135.685 3.128z' style='' fill='%23f44336' data-original='%23f44336'%3E%3C/path%3E%3Cpath d='M128.133 490.68a10.667 10.667 0 0 1-7.552-18.219l227.136-227.115L120.581 18.232c-4.171-4.171-4.171-10.933 0-15.104 4.171-4.171 10.933-4.171 15.104 0l234.667 234.667c4.164 4.165 4.164 10.917 0 15.083L135.685 487.544a10.663 10.663 0 0 1-7.552 3.136z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2' class='hovered-path'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.data-dismiss-button {
    width: 55px;
    height: 55px;
    border: 1px solid #bcbebf;
    position: absolute;
    top: 40px;
    right: 107px;
    z-index: 99;
    font-size: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' fill='%2300a3e2' opacity='1' data-original='%2300a3e2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1199px){
    .team-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
        padding: 95px 65px 65px 65px;
    }
}
@media (max-width:991px){
    .custom-popup-model .modal-dialog .modal-content .popup-headshot {
        width: 100%;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-detail-cnt {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-detail-cnt .popup-detail-bio {
        margin-top: 15px;
    }
    .custom-popup-model .modal-dialog .modal-content .popup-headshot img {
        width: auto;
    }
}
@media (max-width:767px){
    .block-team {
        padding: 60px 0;
    }
    .team-list {
        grid-template-columns: 1fr 1fr;
    }
    .modal-content-main .slick-arrow.slick-next,
    .modal-content-main .slick-arrow.slick-prev {
        top: 13px;
        background-size: 12px;
    }
    .modal-content-main .slick-arrow.slick-prev {
        right: 149px;
    }    
    .modal-content-main .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .data-dismiss-button {
        width: 40px;
        height: 40px;
        top: 12px;
        background-size: 12px;
        right: 95px;
    }
    .custom-popup-model .modal-dialog .modal-content .modal-content-main-slider {
        padding: 70px 40px 35px 40px;
    }
}
@media (max-width:460px){
    .team-list {
        grid-template-columns: 1fr;
    }
}
/* Team Archive End*/

/* Contact Page Start */
.contact-block .contact-block__inner {
    margin-right: var(--margin-left-value, 0px);
}
.contact-block .form-part {
    background: #f8f8f9;
    padding: 165px calc(-1 * var(--margin-left-value) + 80px) 130px 55px;
}

.contact-form .form-group {
    margin-bottom: 17px;
}
.gform-theme--foundation .gform_fields {
    row-gap: 17px !important;
}
.gform_wrapper .gfield input {
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid rgba(81, 81, 81, 0.5) !important;
    line-height: 72px !important;
    height: 72px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #454546 !important;
}
.gform_wrapper .gfield textarea {
    line-height: 24px !important;
    padding: 18px 22px !important;
    font-size: 14px !important;
    color: #454546 !important;
    resize: none !important;
    height: 180px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid rgba(81, 81, 81, 0.5) !important;
}
.gform_wrapper .gfield textarea:focus,
.gform_wrapper .gfield input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.gform_wrapper .gform_footer.top_label {
    margin: 17px 0 0 0 !important;
}
.gform_wrapper .gform_footer.top_label .gform_button.button {
    color: var(--color-sky) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5em !important;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 0px 35px !important;
    transition: 0.4s !important;
    border: 1px solid var(--color-sky) !important;
    border-radius: 0px !important;
    background: transparent !important;
}
.gform_wrapper .gform_footer.top_label .gform_button.button:hover {
    color: var(--color-white) !important;
    background-color: var(--color-sky) !important;
}
.gform_wrapper .gform_footer.top_label .gform_button.button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.gform_wrapper .gfield input:placeholder {
    opacity: 1 !important;
    color: #454546 !important;
    line-height: 1 !important;
}
.gform_wrapper .gfield input:-webkit-input-placeholder {
    opacity: 1 !important;
    color: #454546 !important;
    line-height: 1 !important;
}
.gform_wrapper .gfield input:-moz-placeholder {
    opacity: 1 !important;
    color: #454546 !important;
    line-height: 1 !important;
}
.gform_wrapper .gfield input:-ms-input-placeholder {
    opacity: 1 !important;
    color: #454546 !important;
    line-height: 1 !important;
}


.contact-form .form-control {
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(81, 81, 81, 0.5);
    line-height: 72px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 400;
    color: #454546;
}
.contact-form textarea.form-control {
    line-height: 24px;
    padding: 18px 22px;
    font-size: 14px;
    color: #454546;
    resize: none;
    height: 180px;
}
.contact-form .form-control:placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-webkit-input-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-moz-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #454546;
    line-height: 1;
}
.contact-form .form-control:focus {
    box-shadow: none;
}
.contact-block .office-list-part {
    padding-top: 115px;
    padding-bottom: 115px;
}


.office-list-part h3 {
    color: var(--color-blue);
    padding: 0;
    margin: 0 0 40px 0;

}
.office-list-part .office-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
}
.office-list-part .office-list p {
    margin: 0;
}
.office-list-part .office-list p a {
    text-decoration: none;
    color: var(--text-color);
}
.office-list-part .office-list p a:hover {
    color: var(--color-sky);
}
.office-list-part .office-list p.city-name {
    letter-spacing: 0.35rem;
    color: var(--color-sky);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.office-list-part .office-list .city-name {
    letter-spacing: 0.35rem;
    color: var(--color-sky);
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .contact-block .form-part {
        padding : 100px calc(-1 * var(--margin-left-value) + 0px) 100px 55px;
    }
    .contact-form .form-control {
        line-height: 62px;
    }
}
@media (max-width: 991px) {
    .contact-block .contact-block__inner {
        margin-left: var(--margin-left-value, 0px);
    }
    .contact-block .office-list-part {
        padding-right : calc(-1 * var(--margin-left-value) + 0px);
        padding-left : calc(-1 * var(--margin-left-value) + 0px);
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .contact-block .form-part {
        padding-right : calc(-1 * var(--margin-left-value) + 0px);
        padding-left : calc(-1 * var(--margin-left-value) + 0px);
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .office-list-part .office-list {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .contact-block .office-list-part {
        padding : 65px 20px;
    }
    .contact-block .form-part {
        padding : 65px 20px;
    }
    .office-list-part .office-list {
        grid-template-columns: 1fr;
        gap: 30px 20px;
    }
    .gform_wrapper .gfield input {
        font-size: 16px !important;
    }
    .gform_wrapper .gfield textarea {
        font-size: 16px !important;
    }
}
/* Contact Page End */


/* Project Archive Start */
.project-card {
    margin-bottom: 26px;
}
.project-list-block  [class*='col-']:first-child {
    padding-right: 0;
}
.project-list-block  [class*='col-']:not(:first-child) {
    padding-left: 21px;
}
.project-list-block .project-card {
    margin-bottom: 42px;
}
.project-list-block .project-card a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.project-list-block .project-card img {
    width: 100%;
    transition: 0.3s all ease-in-out;
    filter: grayscale(0);
}
.project-list-block .project-card a:hover img {
    filter: grayscale(1);
}
.project-list-block .project-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16, 16, 16, 0.6);
    padding: 15px 20px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    transform: translateY(150px);
    
}
.project-list-block .project-card a:hover .project-details {
    transform: translateY(0);
}
.project-list-block .project-details h4 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    letter-spacing: 0.25rem;
}
@media (max-width: 991px) {
    .project-list-block .project-card {
        margin-bottom: 24px;
    }
    .project-list-block  [class*='col-']:first-child {
        padding-right: 0;
        column-gap: 20px;
    }
    .project-list-block  [class*='col-']:not(:first-child) {
        padding-left: 12px;
    }
}
@media (max-width: 767px) {
    .project-list-block  [class*='col-']:first-child {
        padding-right: 0;
    }
    .project-list-block  [class*='col-']:not(:first-child) {
        padding-left: 0;
    }
    .project-list-block  [class*='col-']:first-child {
        column-count: 1;
        column-gap: 10px;
    }
}
/* Project Archive End */

/* Project Details  Start */

/* Image Slider */
.project-image-slider {
    overflow: hidden;
    padding-bottom: 60px;
}
.project-image-slider .slick-list {
    padding: 0px 320px !important;
}
.project-image-slider .slick-slide {
    padding: 0 20px;
}
.project-image-slider .slick-slide > div {
    position: relative;
}
.project-image-slider .slick-slide img {
    aspect-ratio: 58 / 37;
    object-fit: cover;
}
.project-image-slider .slick-slide:not(.slick-active) > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
}
.project-image-slider .slick-arrow {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 50%;
    transform: translatey(-75px);
    z-index: 99;
}
.project-image-slider .slick-arrow:before {
    display: none;
}
.project-image-slider .slick-prev {
    left: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,1.2246467991473532e-16,-1.2246467991473532e-16,-1,284.93699645996094,284.9360046386719)'%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.project-image-slider .slick-next {
    right: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 284.935 284.936' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M222.701 135.9 89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z' fill='%2300a3e2' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1199px) {
    .project-image-slider .slick-prev {
        left: 60px;
    }
    .project-image-slider .slick-next {
        right: 60px;
    }
    .project-image-slider .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .project-image-slider .slick-list {
        padding: 0px 200px !important;
    }
    .project-image-slider .slick-arrow {
        transform: translatey(calc(50% - 90px ));
    }
    .project-image-slider .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .project-image-slider .slick-list {
        padding: 0px 100px !important;
    }
    .project-image-slider .slick-prev {
        left: 15px;
    }
    .project-image-slider .slick-next {
        right: 15px;
    }
}
@media (max-width: 575px) {
    .project-image-slider .slick-list {
        padding: 0px 50px !important;
    }
    .project-image-slider .slick-next {
        background-size: 10px;
    }
    .project-image-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .project-image-slider .slick-next {
        right: 5px;
    }
    .project-image-slider .slick-prev {
        left: 5px;
    }
    .project-image-slider .slick-arrow {
        transform: translatey(calc(50% - 55px));
    }
}
/* Top Banner */


.block-banner__project-detail .block-banner__content {
    padding-bottom: 0;
    top: inherit;
    bottom: 0;
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.6);
}
.block-banner__project-detail .block-banner__content h1 {
    margin: 0 !important;
}
.block-banner__project-detail:before {
    display: none;
}
@media (max-width: 1199px) {
    .block-banner__project-detail .block-banner__content {
        padding: 55px 0;
    }
}
@media (max-width: 991px) {
    .block-banner__project-detail .block-banner__content .line-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-banner__project-detail .block-banner__copy h1 {
        text-align: center;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .block-banner__project-detail .block-banner__content {
        padding: 35px 0;
    }
}
/* Block Content */
.content-block {
    padding: 160px 0 90px;
    position: relative;
}
.content-block .back-shape {
    position: absolute;
    max-width: 1320px;
    z-index: -1;
    background: rgba(226, 227, 230, 0.25);
    left: 0;
    right: 0;
    top: 112px;
    bottom: 0;
    margin: auto;
}
.center-wrap {
    max-width: 850px;
    margin: 0 auto;
    padding: 32px 0 60px;
    position: relative;
}
.center-wrap.top-space {
    margin-top: 105px;
}
.center-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 92px;
    height: 2px;
    background: var(--color-sky);
    margin: auto;
}
.center-wrap p {
    font-size: 30px;
    line-height: 48px;
    margin: 0;
    text-align: center;
    color: var(--color-blue);
}
.center-wrap p a {
    color: var(--color-sky);
    text-decoration: none;
}
.center-wrap p a:hover {
    color: var(--color-blue);
}
@media (max-width: 1360px) {
    .content-block .back-shape {
        max-width: calc(100% - 40px);
    }
}
@media (max-width: 991px) {
    .content-block {
        padding: 110px 0 90px;
    }
    .content-block .back-shape {
        top: 60px;
    }
    .center-wrap.top-space {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .center-wrap p {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 575px) {
    .center-wrap p {
        font-size: 18px;
        line-height: 24px;
    }
}
/* Project Details Block */
.project-details-block {
    padding: 0 100px 65px;
}
.project-details-block .project-details-block-inner {
    padding: 80px 100px 75px;
    background: rgba(226,227,230,0.25);
}
.project-details-block .two-part {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.project-details-block .left-part p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: #454546;
}
.project-details-block .right-part {
    padding: 0 20px 0 100px;
}
.project-details-block .right-part ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.project-details-block .right-part ul li:first-child {
    border-top: 1px solid #e6e6e7;
}
.project-details-block .right-part ul li {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 22px 0;
    font-weight: 400 !important;
    border-bottom: 1px solid #e6e6e7;
}
.project-details-block .right-part ul li a {
    color: var(--color-sky);
    text-decoration: none;
}
.project-details-block .right-part ul li a:hover {
    color: var(--color-blue);
}
@media (max-width: 1399px) {
    .project-details-block .two-part {
        grid-template-columns: 1.5fr 1fr;
    }
    .project-details-block .right-part {
        padding: 0 20px 0 60px;
    }
}
@media (max-width: 1199px) {
    .project-details-block .project-details-block-inner {
        padding: 60px 40px 55px;
    }
}
@media (max-width: 991px) {
    .project-details-block .two-part {
        grid-template-columns: 1fr;
    }
    .project-details-block .right-part {
        padding: 30px 0 0 0;
    }
    .project-details-block .right-part ul li {
        padding: 16px 0;
    }
}
@media (max-width: 767px) {
    .project-details-block {
        padding: 0 50px 45px;
    }
}

@media (max-width: 575px) {
    .project-details-block {
        padding: 0 20px 40px;
    }
    .project-details-block .project-details-block-inner {
        padding: 40px 10px 30px;
    }
}

/* Two Part Image Block */
.two-part-image-block {
    padding: 52px 0;
}
.two-part-image-block .left-part {
    margin-top: -130px;
}
.two-part-image-block .img-wrapper img {
    width: 100%;
}
.two-part-image-block .right-part .img-wrapper:not(:last-child) {
    margin-bottom: 42px;
}
.two-part-image-block [class*='col-']:first-child {
    padding-right: 21px;
}
.two-part-image-block [class*='col-']:last-child {
    padding-left: 21px;
}
.two-part-image-block .sky-text-block {
    padding-left: var(--margin-left-value);
}
.two-part-image-block .sky-text-block {
    padding-left: calc(-1* var(--margin-left-value));
    padding-right: 64px;
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--color-white);
    background: var(--color-sky);
    font-size: 28px;
    line-height: 42px;
    font-weight: 400 !important;
    margin-top: 42px;
}

@media (max-width: 991px) {
    .two-part-image-block [class*='col-']:first-child {
        padding-right: 12px;
    }
    .two-part-image-block [class*='col-']:last-child {
        padding-left: 12px;
    }
    .two-part-image-block .sky-text-block {
        margin-top: 25px;
    }
    .two-part-image-block .sky-text-block {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .two-part-image-block [class*='col-']:first-child {
        padding-right: 0;
        padding-bottom: 25px;
    }
    .two-part-image-block [class*='col-']:last-child {
        padding-left: 0;
    }
    /* 
    .two-part-image-block .sky-text-block {
        margin-top: 25px;
    }
    .two-part-image-block .sky-text-block {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20px;
        line-height: 30px;
    } */
    .two-part-image-block .sky-text-block {
        padding-left: calc(-1* var(--margin-left-value));
        padding-right: calc(-1* var(--margin-left-value));
    }
}

.vdc-workflow {
  --dark-blue: #0c2a4a;
  --medium-blue: #1a3a5a;
  --light-blue: #2176ff;
  --highlight-blue: #39a9ff;
  --text-color: #ffffff;
  color: #fff;
  padding: 2rem;
  background: #032e50;
}

.plan-section1, .maintain-section1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.workflow-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas:
    "plan-section construct-section maintain-section";
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
	font-family: "Forma DJR Display", sans-serif;
}

.section-header {
  text-align: center;
  font-size: 25px;
  letter-spacing: 5px;
	font-weight: 900;
}

.plan-header {
  grid-area: plan-header;
  color: #fff;
}

.construct-header {
  grid-area: construct-section;
  color: #fff;
}

.construct-section svg {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
}


.maintain-header {
  grid-area: maintain-header;
}

.plan-section {
  grid-area: plan-section;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.maintain-section {
  grid-area: maintain-section;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.construct-section {
  grid-area: construct-section;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	margin: 0 auto;
}

.construct-circle {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* SVG Circle Segment Styling */
.segment-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.circle-segment.active .segment-path {
  stroke: #1aa2dc;
}

.circle-segment:hover:not(.active) .segment-path {
  stroke: #1aa2dc;
}

.segment-text {
  fill: white;
}

.center-text {
  font-size: 24px;
  font-weight: bold;
  fill: white;
  text-anchor: middle;
  dominant-baseline: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
	margin: 20px;
}

/* Slanted tiles styling */
.process-tile {
  position: relative;
  width: 80px;
  height: 240px;
  margin: 0 5px;
  transform: skew(-15deg);
  background: transparent;
  border: 1px solid #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}

.tile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(15deg); 
}

.tile-content span {
  display: block;
  transform: rotate(-75deg);
  white-space: nowrap;
  font-size: 19px;
  letter-spacing: 2px;
}

.process-tile.active {
  background: #1aa2dc;
  border-color: #1aa2dc;
}

.process-tile:hover:not(.active) {
  background: var(--medium-blue);
  border-color: #1aa2dc;
}

/* Content section styling */
.step-content-wrapper {
  padding: 3rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.content-columns {
  display: flex;
  gap: 2rem;
}

.content-column {
  flex: 1;
}

.content-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.step-description {
  display: none;
}

.step-description.active {
  display: block;
}

.step-content-wrapper h1 {
  font-size: 30px;
}

.step-content-wrapper h2 {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 2px;
}

.construct-section svg {
  max-width: 100%;
  height: auto;
}

.clickable-path {
  transition: opacity 0.3s, fill 0.3s;
}

.clickable-path:hover {
  opacity: 0.7;
  cursor: pointer;
}

.clickable-path.active {
  fill: #1aa2dc; 
}

.construct-titles-container {
  position: relative;
}

.construct-title {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  transform: translate(-50%, -100%);
  z-index: 100;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}

.section-header.active-header {
  color: #1aa2dc;
  transition: background-color 0.3s ease;
}

.section-header.active {
	color: #1aa2dc;
}

.cls-text {
	font-size: 19px;
	text-wrap: wrap;
}

.our-process {
	max-width: 600px;
    padding: 100px 0px;
}

@media (max-width: 1400px) {
.process-tile {
	width: 70px;
	}
}

@media (max-width: 1244px) {
.process-tile {
	width: 50px;
	}
}


@media (max-width: 1100px) {
  .workflow-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "plan-section"
      "construct-section"
      "maintain-section";
  }
	
	.construct-section {
		max-width: 500px;
	}
  
  .plan-section, .maintain-section {
    flex-direction: column;
	  margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .process-tile {
    width: 400px;
    height: 85px;
    margin: 5px auto;
  }
  
  .tile-content span {
    transform: none;
	  font-size: 18px;
  }
  
  .content-columns {
    flex-direction: column;
  }
  
  .content-divider {
    height: 1px;
    width: 100%;
  }
  
  .construct-circle {
    max-width: 350px;
  }
}

@media (max-width: 767px) { 
	.our-process {
		padding: 50px 0;
	}
	
	.process-tile {
		max-width: 250px;
		width: 250px;
	}
	
	.step-content-wrapper {
		padding: 3rem 0;
	}
	
	.construct-header {
		font-size: 23px;
	}
}

.pagination {
  margin: 65px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #c1ced7;
}
.pagination .page-numbers {
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: "commuters-sans", sans-serif;
  font-weight: normal;
  position: relative;
}
.pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #cba16c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus {
  color: #cba16c;
}
.pagination .page-numbers:not(.dots):hover::after, .pagination .page-numbers:not(.dots):focus::after {
  width: 100%;
}
.pagination .page-numbers.dots {
  color: #fff;
  width: auto;
  border: 0;
  font-weight: bold;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  color: #cba16c;
}
.pagination .page-numbers.current::after {
  width: 100%;
}
@media (max-width: 1079px) {
  .pagination .page-numbers {
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .pagination .page-numbers {
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.page-nav {
  margin-bottom: 50px;
}
.page-nav__links {
  display: block;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

/* .page-nav__links > * {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  color: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
}
.page-nav__links > *:hover, .page-nav__links > *:focus {
  color: #00a3e2;
}
.page-nav__links > *.icon-close {
  font-size: 20px;
  letter-spacing: normal;
}
.page-nav__links > *.prev, .page-nav__links > *.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  width: 70px;
  height: 54px;
}
.page-nav__links > *.prev {
  right: 100%;
}
.page-nav__links > *.next {
  left: 100%;
} */



a.splendor {
		color: #8b8f96;
	text-decoration: none;
}

