/* @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-text";
    --font-poppins: "Poppins", sans-serif;
    
    --color-blue: #022e4f;
    --color-darkblue: #032e50;
    --text-color: #022e4f;
    --color-orange: #f38230;
    --color-sky: #0172a4;
    --color-white: #fff;
    --color-gray: #c6c4c4;
    --color-gray-light: #fbfbfb;
    --wide-cont-width: 1615px;
    --linecounter: 384px;

    @media (min-width:575px){
        --wide-cont-width: 100%;
    }
    @media (min-width:576px){
        --wide-cont-width: 540px;
    }
    @media (min-width:768px){
        --wide-cont-width: 720px;
    }
    @media (min-width:992px){
        --wide-cont-width: 960px;
    }
    @media (min-width:1200px){
        --wide-cont-width: 1140px;
    }
    @media (min-width:1400px){
        --wide-cont-width: 1304px;
    }
    @media (min-width:1650px){
        --wide-cont-width: 1615px;
    }
    @media (max-width:1699px){
        --linecounter: 260px;
    }
    @media (max-width:1399px){
        --linecounter: 220px;
    }
    @media (max-width:1199px){
        --linecounter: 190px;
    }
}
@media (min-width:575px){
    :root{

        --wide-cont-width: 100%;
    }
}
@media (min-width:576px){
    :root{

        --wide-cont-width: 540px;
    }
}
@media (min-width:768px){
    :root{

        --wide-cont-width: 720px;
    }
}
@media (min-width:992px){
    :root{

        --wide-cont-width: 960px;
    }
}
@media (min-width:1200px){
    :root{

        --wide-cont-width: 1140px;
    }
}
@media (min-width:1400px){
    :root{

        --wide-cont-width: 1304px;
    }
}
@media (min-width:1650px){
    :root{

        --wide-cont-width: 1615px;
    }
}
@media (max-width:1699px){
    :root{

        --linecounter: 260px;
    }
}
@media (max-width:1399px){
    :root{

        --linecounter: 220px;
    }
}
@media (max-width:1199px){
    :root{

        --linecounter: 190px;
    }
}
.wow {
    visibility: hidden;
  }
body {
    font-size: 22px;
    color: var(--text-color);
    font-weight: 400;
    font-family: var(--font-primary);
}
.headee-bg{
    padding-top: 107px;
}
.block-header--bg{
    background-color: #032e50;
}
img{
    max-width: 100%;
}
.wide-container {
    margin: 0 auto;
}
.max-container {
    margin: 0 auto;
}
.small-container{
    margin: 0 auto;
}
@media (min-width:576px) {
    .wide-container, .max-container, .small-container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .wide-container, .max-container, .small-container {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .wide-container, .max-container, .small-container {
        max-width: 960px;
    }
}
@media (min-width:1099px){
    .small-container{
        max-width: 1045px;
    }
}
@media (min-width:1200px) {
    .wide-container, .max-container {
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    .container, .wide-container, .max-container {
        max-width: 1304px;
    }
    
}
@media (min-width:1650px){
    .wide-container, .max-container {
        max-width: 1615px;
    }
}
@media (min-width:1700px) {
    .container, .max-container {
        max-width: 1593px;
    }
}
@media (min-width:1790px) {
    .max-container {
        max-width: 1770px;
    }
}
@media (max-width:767px){
    body {
        font-size: 16px;
    }
}
@media (max-width:575px) {
    .container {
        padding: 0 20px;
    }
    .wide-container, .max-container, .small-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
body h1, body h2, body h3, body h4, body h5{
    font-family: var(--font-secondary);
}
h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1em;
}

@media (min-width:768px) {

    h1 {
        font-size: 74px;
    }
}

@media (min-width:992px) {

    h1 {
        font-size: 84px;
    }
}

@media (min-width:1200px) {

    h1 {
        font-size: 94px;
    }
}

@media (min-width:1400px) {

    h1 {
        font-size: 104px;
    }
}

@media (min-width:1700px) {

    h1 {
        font-size: 114px;
    }
}

h2{
    font-size: 36px;
    color: var(--color-blue);
    font-weight: 400;
    line-height: 1.2em;
}

@media (min-width:1200px) {

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

    h2{
        font-size: 44px;
    }
}

@media (min-width:1400px) {

    h2{
        font-size: 50px;
    }
}

@media (min-width:1700px) {

    h2{
        font-size: 56px;
    }
}

h3 {
    font-size: 28px;
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:1700px) {
    h5 {
        font-size: 22px;
    }
}
.icon-h6 h6 {
    padding-left: 30px;
}
.icon-h6 h6::before {
    content: "";
    position: absolute;
    inset: -2px 0 0 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 256 256' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M79.093 0 48.907 30.187 146.72 128l-97.813 97.813L79.093 256l128-128z' fill='%23f38231' opacity='1' data-original='%23f38231' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-position: center;
}
h6 {
    padding: 0;
    color: var(--color-orange);
    margin: 0 0 26px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 14px;
    font-family: var(--font-primary);
}

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

.btn:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
}
.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);
}


.line-container{
    max-width: calc(100vw - (var(--linecounter) * 2));
    width: 100%;
    margin: 0 auto;
    padding-left: calc(var(--linecounter) / 3.5);
}
.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;
}
@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 Header Style */
.block-header ul > li.current-menu-item > a {
    color: var(--color-orange);
}
.block-header {
    width: 100%;
    padding: 18px 59px;
    position: fixed;
    top: 0;
    inset: 0 0 auto 0;
    border-bottom: 1px solid #bcbebf;
    z-index: 9;
    transition: all 0.4s;
}
header.block-header.sticky {
    /* position: fixed;
    top: 0; */
    background-color: var(--color-blue);
    z-index: 99999;
}
.block-header__container {
    width: 100%;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    position: relative;
}
.block-header__logo{
    width: 100%;
    max-width: calc(var(--linecounter) - 59px);
}
.block-header__logo img{
    width: 233px;
    height: 70px;
}
.block-header__menu{
    flex: 1;
    display: flex;
    justify-content: center;
}
.block-header__menu ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 42px;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
.block-header__menu ul li{
    display: inline-flex;
    line-height: 1em;
}
.block-header__menu ul li a{
    font-size: 16px;
    color: var(--color-white);
    letter-spacing: 0.08em;
    font-family: var(--font-secondary);
    text-decoration: none;
    display: inline-flex;
    line-height: 1em;
    transition: all 0.2s;
}
.block-header__menu ul li a:hover{
    color: var(--color-orange);
}
.block-header__hamberger{
    width: 100%;
    max-width: calc(var(--linecounter) - 59px);
    padding-right: 45px;
    display: flex;
    justify-content: flex-end;
    grid-gap: 43px;
}
.block-header__search button{
    padding: 0;
    border: 0;
    background-color: transparent;
}
.block-header__search button img{
    width: 35px;
    height: 35px;
}
.block-header__menu-btn button{
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;   
    width: 42px;
    height: 31px;
    transition: all 0.4s;
    position: relative;
    border-bottom: 5px solid #fff;
}
.block-header__menu-btn.active button {
    border-bottom: 0px;
    transform: rotate(180deg);
    /* margin-top: -40px; */
}
.block-header__menu-btn.active button::before {
    transform: rotate(45deg);
    top: 13px;
}
.block-header__menu-btn.active button::after {
    transform: rotate(135deg);
    top: 13px;
}
.block-header__menu-btn.active button::before, .block-header__menu-btn.active button::after {
    height: 2px;
}
.block-header__menu-btn button::before,
.block-header__menu-btn button::after{
    content: "";
    position: absolute;
    height: 5px;
    background-color: #fff;
    transition: all 0.4s;
}
.block-header__menu-btn button::before{
    inset: 0 0 auto 0;
}
.block-header__menu-btn button::after{
    inset: auto 0 8px 0;
}
.block-header__menu-btn {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999999;
}
.block-header__megamenu {
    background-color: var(--color-blue);
    position: absolute;
    inset: 0;
    z-index: 99999;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    cursor: none;
    transition: all 0.4s ease-in-out;
}
.block-header__megamenu.active {
    opacity: 1;
    visibility: visible;
    cursor: default;
    transform: translateY(0);
    overflow: hidden;
}
.block-header__megamenu-top-logo img {
    max-width: 88px;
}
.block-header__menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-header__menu-list ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
    transition: all 0.2s;
}
.block-header__menu-list ul li a:hover {
    color: var(--color-orange);
}
.block-header__megamenu.active .block-header__menu-list > ul > li {
    opacity: 1;
    transform: translateX(0);
}
.block-header__menu-list > ul > li {
    max-width: 564px;
    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-list ul > li > a{
    font-size: 52px;
    transition: all 0.4s;
    position: relative;
    display: flex;
    grid-gap: 23px;
    align-items: center;
}
.block-header__menu-list > ul > li.menu-item-has-children:hover > a:after {
    flex: 1;
}
.block-header__menu-list > ul > li.menu-item-has-children > a:after {
    content: "";
    flex: 0;
    transition: all 0.4s;
    border-top: 1px solid #4d687c;
}
.block-header__menu-list ul > li ul li a{
    font-size: 22px;
}

.block-header__menu-list > ul > li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.block-header__menu-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;
    max-width: 300px;
    width: 100%;
}
.block-header__megamenu-top {
    border-bottom: 1px solid #bcbebf;
    padding: 20px 60px;
}
.block-header__megamenu-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
    overflow-y: auto;
}

body.ov-hidden {
    overflow: hidden;
}
.block-header__megamenu-menu {
    position: relative;
    overflow: auto;
    padding-bottom: 150px;
}
.block-header__megamenu-menu .line-container {
    padding-left: 0 !important;
}
.block-header__megamenu-search img {
    width: 35px;
}
.block-header__megamenu-search{
    margin-bottom: 30px;
}
.block-header__megamenu-menu .line-container {
    max-width: calc(100vw - (var(--linecounter) * 1.6));
}
.mega-cta--innet ul {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
}
.mega-cta--innet ul:last-child{
    margin: 0 0 0 0;
}
.mega-cta--innet ul li, .mega-cta--innet ul li a{
    font-family: var(--font-secondary);
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.2s;
}
.block-header__menu-list > ul > li ul li:not(:last-child) {
    margin-bottom: 8px;
}
.mega-cta--innet ul li a:hover{
    color: var(--color-orange);
}
.mega-cta--innet h6 {
    margin-bottom: 0;
}
.mega-cta--innet:not(:last-child) {
    margin-bottom: 20px;
}
.mega-cta-social ul {
    display: flex;
    gap: 20px;
}
.mega-cta-social a img {
    filter: invert(100%) sepia(4%) saturate(643%) hue-rotate(259deg) brightness(114%) contrast(100%);
    transition: all 0.2s;
    width: 26px;
}
.mega-cta-social a:hover img {
    filter: invert(66%) sepia(37%) saturate(4975%) hue-rotate(342deg) brightness(103%) contrast(91%);
}
/* .mega-cta {
    position: absolute;
    right: 150px;
    top: 0;
    max-width: 280px;
    width: 100%;
} */
.mega-cta-social {
    margin-top: 40px !important;
}
.mg-flex {
    display: flex;
    flex-wrap: wrap;
}
.mg-flex-top {
    width: 79%;
    padding-left: 8%;
    position: relative;
    padding-top: 10px;
}
.mega-cta {
    width: 21%;
}
.block-header__menu-list ul > li:nth-last-child(3) ul, .block-header__menu-list ul > li:nth-last-child(2) ul, .block-header__menu-list ul > li:nth-last-child(1) ul {
    inset: auto auto 20px 100%;
}
/* Width and height of scrollbar */
.block-header__megamenu ::-webkit-scrollbar {
    width: 5px;
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
    background: var(--color-white);
    border-radius: 5px;
}

/* Handle (draggable part) */
::-webkit-scrollbar-thumb {
    background: var(--color-gray);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-orange);
}
.block-header__search form button,
.mg-flex-top form button{
    color: transparent;
    font-size: 0px;
  /*  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Business_strategy' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 97.1 93.8' style='enable-background:new 0 0 97.1 93.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;stroke:%23FFFFFF;stroke-width:7;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M92,86.5L60.4,58c5-5.7,8-13.2,8-21.3C68.4,18.8,53.9,4.2,36,4.2S3.5,18.8,3.5,36.7S18.1,69.2,36,69.2 c8.2,0,15.6-3,21.3-8l31.5,28.5L92,86.5z M36,64.7c-15.5,0-28-12.6-28-28s12.6-28,28-28s28,12.6,28,28S51.4,64.7,36,64.7z'/%3E%3C/svg%3E%0A"); */
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    box-shadow: unset;
    border: unset;
    outline: none;
}
.block-header__search form input[type="text"],
.mg-flex-top form input[type="text"] {
    position: absolute;
    right: 180px;
    max-width: 320px;
    height: 45px;
    border-radius: 0px;
    font-size: 16px;
    background-color: var(--color-darkblue);
    border: 0px solid var(--color-orange);
    transition: all 0.8s ease-in-out;
    padding: 0;
    width: 0;
    outline: none;
    color: var(--color-white);
}
.block-header__search form.sr-open input,
.mg-flex-top form.sr-open input{
    padding: 10px 20px;
    border: 1px solid var(--color-orange);
    width: 100%;
}
.block-header__search button#search-toggle {
    position: absolute;
    top: 19px;
}
button#search-toggle,
.mg-flex-top .block-header__megamenu-search{
    display: none;
}
button#search-toggle.srbt-open, .mg-flex-top .block-header__megamenu-search.srbt-open {
    display: block;
    cursor: pointer;
}
.mg-flex-top form {
    position: absolute;
    top: 6px;
    width: 100%;
    margin-bottom: 30px;
}
.mg-flex-top form input[type="text"] {
    left: 56px;
}
.mg-flex-top .block-header__megamenu-search {
    width: fit-content;
    position: relative;
    z-index: 2;
}
.srfm-open{
    position: relative !important;
    top: -6px !important;
}

.icon-chevron-right:before {
  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    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 256 256' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M79.093 0 48.907 30.187 146.72 128l-97.813 97.813L79.093 256l128-128z' fill='%23f38231' opacity='1' data-original='%23f38231' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 25px;
	background-position: left;
}


@media (max-width:1822px){
    .block-header__hamberger {
        padding-right: 0;
    }
    .block-header__menu ul {
        grid-gap: 24px;
    }

}
@media (max-width:1699px){
    .block-header__menu .line-container {
        padding-left: 0;
    }
    .block-header__logo img {
        width: 163px;
    }
    .block-header__menu-list > ul > li {
        max-width: 500px;
    }
}
@media (max-width:1399px){
    .block-header__logo img {
        width: 133px;
    }
    .block-header__menu ul li a {
        font-size: 14px;
    }
    .block-header__menu ul {
        grid-gap: 18px;
    }
    .block-header__menu-list > ul > li {
        max-width: 415px;
    }
}
@media (max-width:1199px){
    .block-header__search form button {
        width: 25px;
        margin-top: 13px;
    }
    .block-header__search form input[type="text"], .mg-flex-top form input[type="text"] {
        right: 92px;
    }
    /* .block-header__menu-btn.active button {
       margin-top: -30px;
    } */
    .block-header__menu-list > ul > li {
        max-width: 315px;
    }
    .block-header__menu-list ul > li > a {
        font-size: 35px;
    }
    .block-header__menu-list ul > li ul li a {
        font-size: 16px;
    }
    .block-header__menu {
        display: none;
    }
    .block-header {
        padding: 18px 20px;
    }
    .block-header__container {
        justify-content: space-between;
    }
    .block-header__megamenu-top {
        padding: 20px 20px;
    }
    .block-header__hamberger {
        grid-gap: 19px;
    }
    .block-header__menu-btn button {
        width: 32px;
        height: 22px;
        border-bottom: 2px solid #fff;
    }
    .block-header__menu-btn button::before, .block-header__menu-btn button::after {
        height: 2px;
    }
    .block-header__search button img {
        width: 25px;
        height: 35px;
    }
    .mega-cta--innet ul li, .mega-cta--innet ul li a {
        font-size: 14px;
    }
    .mg-flex-top {
        padding-left: 0;
    }
}
@media (max-width:767px){
    .mg-flex-top form input[type="text"] {
        left: 46px;
    }
    .mg-flex-top form button {
        width: 25px;
        margin-top: 10px;
    }
    .mg-flex-top .block-header__megamenu-search {
        margin-top: 10px;
    }
    .block-header__megamenu-search img {
        width: 25px;
    }
    .srfm-open{
        top: 0px !important;
    }
    .mg-flex-top form {
        top: 10px;
    }
    .block-header__search form input[type="text"], .mg-flex-top form input[type="text"] {
        max-width: 230px;
    }
    /* .block-header__menu-btn.active button {
        margin-top: -22px;
    } */
    .block-header__menu-list ul > li > a {
        font-size: 30px;
    }
    .mg-flex-top {
        width: 100%;
        margin-bottom: 30px;
    }
    .mega-cta {
        width: 100%;
    }
    .block-header__megamenu-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-header__menu-list ul .menu-item-has-children.active ul {
        display: block;
    }
    .block-header__menu-list ul ul {
        position: unset;
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 15px;
        opacity: 1;
        visibility: visible;
        transform: unset;
        display: none;
    }
    .block-header__menu-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;
        margin-top: 7px;
    }
    .block-header__menu-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__menu-list > ul > li.menu-item-has-children > a:after {
        content: unset;
    }
    .block-header__menu-list > ul > li {
        max-width: 100%;
    }
    .block-header__megamenu-top {
        padding: 28px 20px;
    }
    .block-header__megamenu-top-logo img {
        max-width: 55px;
    }
}
/* Initiating Banner Style */
.block-banner{
    width: 100%;
    position: relative;
}
.block-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/hero-overlay.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 3;
}

  .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::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    background-image: url(../images/header-shape.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 604px;
}
.block-banner__img{
    width: 100%;
    height: 100vh;
}

.block-banner,
.block-banner__img,
.video-container {
    overflow: hidden;
}


.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 #bcbebf;
    transition: all 0.8s ease-in-out;
    z-index: 3;
}
.border-animation.active{
    bottom: 0;
}
.block-banner__content {
    position: absolute;
    padding: 200px 20px 80px 20px;
    display: flex;
    align-items: flex-end;
    inset: 0;
    z-index: 7;
}
.line-container{
    max-width: calc(100vw - (var(--linecounter) * 2));
    width: 100%;
    margin: 0 auto;
    padding-left: calc(var(--linecounter) / 8);
}
.block-banner__copy h1{
    color: var(--color-white);
    font-weight: 100;
}
.block-banner__copy h1 span{
    color: var(--color-orange);
    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;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}

.block-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.block-banner__img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


@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;}
}

/* Ending Banner Styles */

/* Initiating core Values styles */
.block-corevalue-upper-text h2{
    color: var(--color-blue);
}
.block-corevalue-bottom {
    width: 100%;
    padding-left: calc((100vw - var(--wide-cont-width)) / 2);
    margin-top: 90px;
}
.block-corevalue-text-inner p {
    max-width: 599px;
}
.block-corevalue-text-inner p {
    margin-top: 20px;
    margin-bottom: 35px;
}
.block-corevalue-text-inner h3 {
    max-width: 460px;
}
.block-corevalue-bottom-inner {
    display: flex;
}
.block-corevalue-text-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.block-corevalue-bottom-inner > div {
    width: 50%;
}
.block-corevalue-text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-corevalue-img-inner {
    position: sticky;
    top: 0;
    transition: all 0.5s;
}
.block-corevalue-img.at-top .block-corevalue-img-inner {
    top: 50%;
    transform: translateY(-50%);
}
.block-corevalue-img-inner img {
    transition: opacity 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.4247;
}
.block-corevalue {
    padding-top: 130px;
    margin-bottom: -177px;
}
.block-corevalue-text-innerimg{
    display: none;
}
@media (max-width:1649px){
    .block-corevalue-text-inner {
        padding-top: 0;
        padding-right: 41px;
    }
}
@media (max-width:767px){
    .block-corevalue-text-innerimg{
        display: block;
    }
    .block-corevalue {
        padding-top: 70px;
        margin-bottom: 0;
        padding-bottom: 70px;
    }
    .block-corevalue-img {
        display: none;
    }
    .block-corevalue-text-inner {
        padding-right: 0;
    }
    .block-corevalue-bottom-inner > div {
        width: 100%;
    }
    .block-corevalue-text-inner {
        min-height: unset;
        display: unset;
        flex-direction: unset;
        margin-bottom: 50px;
    }
    .block-corevalue-text-inner:last-child{
        margin-bottom: 0;
    }
    .block-corevalue-text-inner img:nth-child(1) {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 2.0;
        display: flex;
    }
    .block-corevalue-bottom {
        margin-top: 30px;
    }
    .block-corevalue-text-innerimg {
        margin-bottom: 20px;
    }
    .block-corevalue-bottom{
        width: 100%;
        padding-left:20px;
        padding-right:20px;
    }
}
@media (max-width:575px){

}

/* Ending core Values styles */

/* Initiating Footer styles */
.footer-top-flex-inner a {
    position: relative;
}
.block-footer-top .border-animation {
    bottom: 0;
    border-left: 1px solid #4d687c;
}
.block-footer {
    background-color: var(--color-blue);
    position: relative;
    z-index: 1;
}
.footer-top-flex-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 40px;
}
.ft-links .current-menu-item a{
    color: var(--color-orange);
}
.footer-top-flex-inner ul li a{
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.footer-top-flex-inner ul li a:hover{
    color: var(--color-orange);
}
.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(66%) sepia(37%) saturate(4975%) hue-rotate(342deg) brightness(103%) contrast(91%);
}
.footer-top-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) {
    width: 12.5%;
    position: relative;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: -56% 0 -58% 0;
    border-right: 1px solid #4d687c;
    margin-top: -100vh;
    margin-bottom: -100vh;
}
.footer-top-flex .footer-top-flex-inner:nth-child(2) {
    width: 75%;
    justify-content: center;
    display: flex;
}
.footer-top-flex .footer-top-flex-inner:nth-child(3) {
    width: 12.5%;
}
.footer-top-flex .footer-top-flex-inner:nth-child(1) a img {
    max-width: 194px;
    padding-right: 20px;
}
.ft-social ul {
    gap: 20px;
    justify-content: flex-end;
}
.block-footer-top {
    padding-top: 29px;
    padding-bottom: 29px;
    position: relative;
    overflow: hidden;
}
.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:1399px){
    .footer-top-flex-inner ul {
        gap: 20px;
    }
}
@media (max-width:1199px){
    .footer-top-flex .footer-top-flex-inner:nth-child(2) ul {
        gap: 0 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-top-flex .footer-top-flex-inner:nth-child(2) {
        width: 75%;
        justify-content: flex-end;
        padding-right: 20px;
        padding-left: 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:nth-child(1)::before {
        content: unset;
    }
    .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: 170px;
        padding: 0;
    }
    .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 */

  /* Initiating block corevalue styles */
.block-banner-inner-page::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    background: rgb(2,46,79);
    background: linear-gradient(180deg, rgba(2,46,79,0) 0%, rgba(2,46,79,0.8) 100%);
    height: 50%;
}
.block-corevalue-flex {
    display: flex;
    flex-wrap: wrap;
}
.block-corevalue-flex > div{
    width: 50%;
}
.block-corevalue-flex > div:nth-child(1){
    padding-right: 20px;
}
.block-who-we-are h2 {
    max-width: 439px;
}
.block-who-we-are p {
    max-width: 596px;
    margin-bottom: 0;
    margin-top: 60px;
    line-height: 1.8em;
}
.block-who-we-are {
    padding-top: 140px;
    padding-bottom: 180px;
}
@media (max-width:1199px){
    .block-who-we-are {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width:767px){
    .block-corevalue-flex > div {
        width: 100%;
    }
    .block-corevalue-upper-text-para p {
        margin-top: 10px;
        max-width: 100%;
    }
    h6 {
        margin: 0 0 16px;
    }
}
    /* Ending block corevalue styles */
    
    
    /* Initiating block vimeo styles */
.lity-active body{
    overflow: hidden;
}
.lity-container {
    padding: 0 16px 0 20px;
}
    .block-vimeo {
        height: calc(100vh - 107px);
        position: relative;
    }
    .vid-popup {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .vid-popup a {
        position: absolute;
        inset: 50% 0 0 50%;
        height: 80px;
        width: 80px;
        background: #022e4f8a;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        backdrop-filter: blur(5px);
        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 163.861 163.861' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M34.857 3.613C20.084-4.861 8.107 2.081 8.107 19.106v125.637c0 17.042 11.977 23.975 26.75 15.509L144.67 97.275c14.778-8.477 14.778-22.211 0-30.686L34.857 3.613z' fill='%23f38230' opacity='1' data-original='%23f38230'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }
    button.lity-close {
        top: 110px;
        left: auto;
    }
    .block-vimeo img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .block-vimeo video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    @media (max-width:767px){

        .block-vimeo {
            height: 100%;
            aspect-ratio: 1.2;
        }
    }

.vid-embed {
    position: relative;
    width: 100%;
    height: 100%;
}

.vid-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-vimeo.full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    position: relative;
}

.vid-embed.with-button {
    width: 100%;
    aspect-ratio: 1902 / 771;
    position: relative;
}

.vid-embed.with-button iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    background: #022e4f8a;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    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 163.861 163.861' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M34.857 3.613C20.084-4.861 8.107 2.081 8.107 19.106v125.637c0 17.042 11.977 23.975 26.75 15.509L144.67 97.275c14.778-8.477 14.778-22.211 0-30.686L34.857 3.613z' fill='%23f38230' opacity='1' data-original='%23f38230'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    z-index: 2;
}


    /* Ending block vimeo styles */

    /* Initiating block pastpresent Styles */
    .block-pastpresent{
        overflow: hidden;
    }
    .block-pastpresent-slider {
        padding-left: 80px;
        padding-top: 40px;
    }
    .block-pastpresent p{
        color: var(--color-white);
        font-size: 16px;
    }
    .block-pastpresent{
        background-color: var(--color-darkblue);
        padding-top: 113px;
        padding-bottom: 60px;
    }
    .block-pastpresent h3{
        text-align: center;
        color: var(--color-white);
        font-weight: 400;
    }
    .pastpresent-year{
        color: var(--color-orange) !important;
        font-weight: 900;
    }
    .block-pastpresent-slider-text {
        margin-top: 15px;
    }
    .block-pastpresent .slick-slide {
        padding-right: 40px;
        padding-left: 40px;
        border-right: 1px solid #8096a8;
    }
    .block-pastpresent-slider .slick-list {
        margin: 0 -40px;
    }
    .block-pastpresent-slider-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.787;
    }
    .block-pastpresent-slider-text p:last-child {
        margin-bottom: 0;
    }
    .block-pastpresent-slider-iner {
        padding-bottom: 70px;
    }
    .custom-slick-arrows .slick-arrow {
        color: transparent;
        font-size: 0px;
    }
    .block-pastpresent .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(calc(-50% - 60px));
    }
    .custom-slick-arrows .slick-arrow::after {
        content: "";
        position: absolute;
        inset: 50% 0 0 50%;
        height: 20px;
        width: 20px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
    }
    .custom-slick-arrows button.slick-prev::after{
        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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%2300a3e2' fill-rule='evenodd' d='M15.707 4.295a1 1 0 0 1 0 1.414l-6.293 6.293 6.293 6.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0z' clip-rule='evenodd' opacity='1' data-original='%2300a3e2' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
    .custom-slick-arrows button.slick-next::after{
        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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%2300a3e2' fill-rule='evenodd' d='M8.293 4.295a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l6.293-6.293L8.293 5.71a1 1 0 0 1 0-1.414z' clip-rule='evenodd' opacity='1' data-original='%2300a3e2' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
    .block-pastpresent button.slick-next {
        left: auto;
        right: 50%;
        transform: translateX(calc(-50% - -30px));
    }
    .block-pastpresent .slick-slide:last-child {
        border-right: 0px;
    }
    .custom-slick-arrows button.slick-arrow::before{
        content: unset;
    }
    .custom-slick-arrows .slick-disabled {
        opacity: 0.5;
    }
    @media (max-width:1024px){
        .block-pastpresent .slick-slide {
            padding-right: 20px;
            padding-left: 20px;
        }
        .block-pastpresent-slider {
            padding-left: 40px;
        }
    }
    @media (max-width:991px){

        .block-pastpresent-slider-img img {
            aspect-ratio: 1.0;
        }
    }
    @media (max-width:575px){
        .block-pastpresent-slider .slick-list {
            margin: 0 0 0 -40px;
            padding-right: 120px;
        }
    }
    
    /* Ending block pastpresent Styles */

    /* Initiating block experience styles  */
    .block-experience {
        overflow: hidden;
        position: relative;
        padding-top: 145px;
    }
    .block-experience::before{
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        background-color: var(--color-darkblue);
        height: 150px;
    }
    .block-experience-flex {
        max-width: 74.4%;
    }
    .block-experience-flex h6 {
        margin-bottom: 15px;
    }
    .block-experience-flex h2 {
        margin-bottom: 30px;
    }
    .block-experience-flex-inner {
        display: flex;
        align-items: flex-end;
        margin-top: 20px;
    }
    .block-experience-flex-inner p{
        margin-bottom: 0;
        padding-right: 170px;
    }
    .block-experience-flex-inner a.btn {
        min-width: 208px;
    }
    .block-experience-slider-single h6 {
        font-size: 13px;
        color: var(--color-white);
        margin-bottom: 0;
    }
    .block-experience-slider-single h4, .block-experience-slider-single h6, .block-experience-slider-single a {
        text-align: center;
        color: var(--color-white);
    }
    .block-experience-slider-single a {
        margin-top: 20px;
    }
    .block-experience-slider-single {
        position: relative;
        overflow: hidden;
        display: flex !important;
    }
    .block-experience-slider-text {
        position: absolute;
        inset: auto 0 -49px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.2s;
        z-index: 2;
        padding: 0 20px;
    }
    .block-experience-slider-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1;
        filter: saturate(0);
        transition: all 0.2s;
    }
    .block-experience-slider-single:hover .block-experience-slider-image img{
        filter: saturate(1);
    }
    .block-experience-slider-single:hover .block-experience-slider-text{
        inset: auto 0 24px 0;
    }
    .block-experience-slider {
        max-width: 1700px;
        padding-top: 75px;
        padding-right: 20px;
    }
    .block-experience-slider-image {
        position: relative;
        width: 100%;
    }
    .block-experience-slider .slick-list {
        width: 89.5%;
    }
    .block-experience-slider-image::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        height: 350px;
        z-index: 1;
    }
    .block-experience-slider-single h4 {
        letter-spacing: 1px;
    }
    .block-experience .slick-arrow {
        inset: auto 0 -30px auto;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        background-color: transparent;
        transition: all 0.2s;
    }
    .block-experience .slick-arrow:hover{
        background-color: #ffffff;
    }
    .block-experience .slick-prev {
        right: 75px;
    }
    .block-experience-slider-single h4 {
        padding-bottom: 10px;
    }
    @media (min-width:1200px) {
        .block-experience-slider-single h4 {
            font-size: 25px;
        }
    }
    @media (max-width:1399px){
        .block-experience .slick-prev {
            right: 50px !important;
        }
        .block-experience .slick-arrow {
            inset: auto 0 -20px auto;
            height: 40px;
            width: 40px;
        }
    }
    @media (max-width:1199px){
        .block-experience {
            padding-top: 70px;
        }
        .block-experience-flex-inner p {
            padding-right: 50px;
        }
    }
    @media (max-width:1024px){

        .block-experience-flex-inner {
            align-items: flex-start;
            flex-direction: column;
            gap: 20px;
        }
    }

    @media (max-width:991px){
        .block-experience-flex h2 {
            margin-bottom: 0;
        }
        .block-experience-flex-inner p {
            padding-right: 0;
        }
        .block-experience-flex {
            max-width: 100%;
        }
        .block-experience .slick-prev {
            right: 0px !important;
            bottom: 30px !important;
        }
    }
    @media (max-width:575px){
        .block-experience .slick-arrow {
            inset: auto 0 -15px auto;
            height: 30px;
            width: 30px;
        }
        .block-experience .slick-prev {
            right: 0px !important;
            bottom: 23px !important;
        }
        .block-experience-slider .slick-list {
            width: 85.5%;
        }
        .block-experience-slider-image img {
            aspect-ratio: 0.8;
        }
    }
    /* Ending block experience styles  */

    /* Initiating reusable left right styles */
    
    .reusable-left-right{
        padding-top: 150px;
        padding-bottom: 70px;
        background-color: var(--color-darkblue);
    }
    .dark-bg h2,
    .dark-bg h3,
    .dark-bg h4,
    .dark-bg h5,
    .dark-bg p {
        color: var(--color-white);
    }
    .reusable-left-right-flex{
        display: flex;
        flex-wrap: wrap;
    }
    .reusable-left-right-flex > div{
        width: 50%;
    }
    .reusable-left-right-right {
        text-align: end;
    }
    .reusable-left-right-left p {
        margin-bottom: 0;
        margin-top: 40px;
        max-width: 704px;
    }
    .reusable-left-right-left {
        margin-top: 55px;
        padding-right: 20px;
    }
    .reusable-left-right-left h2 {
        max-width: 570px;
    }
    @media (max-width:1199px){
        .reusable-left-right{
            padding-top: 70px;
        }
    }
    @media (max-width:991px){
        .reusable-left-right-flex > div {
            width: 100%;
            text-align: left;
            padding: 0;
            margin-top: 0;
        }
        .reusable-left-right-left h2,
        .reusable-left-right-left p  {
            max-width: 100%;
        }
        .reusable-left-right-flex {
            flex-direction: column-reverse;
            gap: 40px;
        }
    }
    /* Ending reusable left right styles */

    /* Initiating block client styles */
    .block-clients{
        padding-top: 150px;
        padding-bottom: 170px;
    }
    .block-clients-upper p {
        margin-top: 33px;
    }
    .block-clients-upper a.btn {
        margin-top: 35px;
    }
    .block-clients-upper h3 {
        max-width: 898px;
    }
    .block-clients-upper p {
        margin-top: 33px;
        max-width: 905px;
    }
    .block-clients{
        overflow: hidden;
    }
    .client-carousel--single {
        max-width: 250px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: 0 auto;
    }
    .block-clients .slick-list .slick-track {
        display: flex;
        align-items: center;
    }
    .block-clients .slick-list {
        padding: 0 140px;
    }
    .client-carousel {
        margin-top: 85px;
    }
    @media (max-width:1399px){
        .client-carousel--single {
            max-width: 120px;
        }
    }
    @media (max-width:1199px){
        .client-carousel {
            margin-top: 35px;
        }
        .block-clients {
            padding-top: 80px;
            padding-bottom: 80px;
        }
        .block-clients .slick-list {
            padding: 0 70px;
        }
    }
    @media (max-width:420px){
        .client-carousel--single {
            max-width: 80px;
        }
    }
    /* Ending block client styles */

    /* Initiating block tabs styles */

    .block-awards-tab-list ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        gap: 5px 34px;
    }
    .block-awards-tab-list ul li span{
        transition: all 0.2s;
        font-family: var(--font-secondary);
        font-size: 20px;
        font-weight: 400;
        color: #c6c4c4;
        cursor: pointer;
        padding-top: 20px;
        border-top: 3px solid transparent;
    }
    .block-awards-tab-list ul li:hover span,
    .block-awards-tab-list ul li.active span{
        color: var(--color-orange);
        border-top: 3px solid var(--color-orange);
    }
    .block-awards-tab-inner {
        padding-top: 85px;
        position: relative;
    }
    .block-awards-tab-content {
        padding-top: 75px;
        padding-bottom: 90px;
        background-color: #fbfbfb;
    }
    .block-awards-tab-content-single th{
        font-family: var(--font-secondary);
        font-size: 15px;
        font-weight: 400;
        color: #c6c4c4;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .block-awards-tab-content-single tbody tr td:first-child {
        font-size: 20px;
        font-weight: 800;
        color: var(--color-orange);
        padding-right: 20px;
    }
    .block-awards-tab-content-single tbody tr td:nth-child(2){
        padding-right: 20px;
    }
    .block-awards-tab-content-single tbody tr td{
        padding-top: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e3e3e6;
    }
    .block-awards-tab-content-single tbody tr td{
        font-size: 16px;
        color: var(--color-darkblue);
        font-weight: 400;
    }
    .block-awards-tab-content-single th:nth-child(1) {
        width: 40%;
    }
    .block-awards-tab-content-single th:nth-child(2) {
        width: 26%;
    }
    .block-awards-tab-content-single th:nth-child(3) {
        width: 34%;
    }
    .block-awards-tab-content-single th {
        border-bottom: 1px solid #e3e3e6;
        padding-bottom: 20px;
    }
    @media (max-width:1782px){
        .block-awards-tab-list ul li span {
            padding-top: 0px;
        }
    }
    @media (max-width:991px){
        .block-awards-tab-content-single {
            overflow: auto;
        }
        .block-awards-tab-content-single table {
            width: 1024px;
        }
        .block-awards-tab-content-single tbody tr td {
            font-size: 14px;
        }
        .block-awards-tab-content-single tbody tr td:first-child {
            font-size: 16px;
        }
    }
    @media (max-width:767px){
        .block-awards-tab-inner {
            padding-top: 35px;
        }
        .block-awards-tab-list ul li{
            background-color: var(--color-orange);
        }
        .block-awards-tab-list ul li.active span::before {
            content: "";
            position: absolute;
            inset: 50% 25px 0px auto;
            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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M4.293 8.295a1 1 0 0 1 1.414 0L12 14.588l6.293-6.293a1 1 0 1 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 0-1.414z' clip-rule='evenodd' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            height: 20px;
            width: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translateY(-50%);
        }
        .block-awards-tab-list ul li span {
            padding: 12px 26px !important;
            border-radius: 0px;
            border-top: 0 !important;
            color: var(--color-white);
        }
        .block-awards-tab-list.open ul li:not(.active) {
            position: relative;
            top: auto;
            opacity: 1;
            visibility: visible;
        }
        .block-awards-tab-list ul {
            position: absolute;
            inset: 0 0 auto 0;
            display: flex !important;
            flex-direction: column;
            flex-wrap: nowrap;
            grid-gap: 0;
            /* margin: 0 auto !important; */
            margin-left: auto !important;
            margin-right: auto !important;
            padding: 0 0px !important;
            max-width: 540px;
            height: auto !important;
            z-index: 99999;
            overflow: auto !important;
            margin: 0 auto;
            max-height: 250px;
        }
        .block-awards-tab-list ul li.active {
            order: 0;
            background-color: var(--color-darkblue);
            position: sticky;
            top: 0;
            z-index: 9999999;
            border-radius: 0 0 0 0 !important;
        }
        .block-awards-tab-list ul li:not(.active) {
            position: absolute;
            top: -9999px;
            opacity: 0;
            visibility: hidden;
            order: 1;
        }
        .block-awards-tab-list ul li span {
            text-align: left;
            justify-content: flex-start !important;
            position: relative;
            line-height: 1.3em;
            padding-right: 20px;
            width: 100% !important;
            display: block;
        }
        .block-awards-tab-list {
            padding-bottom: 40px;
        }
    }
    @media (max-width:575px){
        .block-awards-tab-list ul {
            padding: 0 20px !important;
            max-width: 100%;
        }
    }
    /* Ending block tabs styles */

    /* Initiating about testimonial styles */

    .block-inner-testimonials {
        background-color: var(--color-darkblue);
        position: relative;
        overflow: hidden;
    }
    .white-text-wrap p, .white-text-wrap h1, .white-text-wrap h2, .white-text-wrap h3, .white-text-wrap h4, .white-text-wrap h5, .white-text-wrap span {
        color: var(--color-white);
    } 
    .block-inner-testimonials-slider {
        display: flex !important;
        flex-wrap: wrap;
    }
    .block-inner-testimonials-left {
        width: 68.6%;
        align-self: flex-start;
        padding-right: 111px;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .block-inner-testimonials-right {
        width: 31.4%;
    }
    .block-inner-testimonials-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .block-inner-testimonials-left p {
        font-family: var(--font-secondary);
        font-size: 28px;
        letter-spacing: 1px;
    }
    .block-inner-testimonials-left span {
        font-family: var(--font-secondary);
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .block-inner-testimonials .slick-arrow {
        bottom: 20px !important;
        top: auto;
        left: -4px;
        z-index: 9999;
    }
    .block-inner-testimonials .slick-next {
        left: 40px;
    }
    .project-solo-carausel .slick-arrow {
        z-index: 1;
        inset: 50% 0 0 0;
        transform: translateY(-50%) !important;
    }
    .round-slick-arows .slick-arrow {
        height: 92px;
        width: 92px;
        border-radius: 50%;
        border: 1px solid var(--color-white);
        transition: all 0.2s;
        background-color: transparent;
    }
    .round-slick-arows .slick-arrow:hover{
        background-color: var(--color-white);
    }

    @media (max-width:1199px){
        .block-inner-testimonials-left {
            padding-right: 30px;
        }
        .block-inner-testimonials-right {
            width: 45%;
        }
        .block-inner-testimonials-left {
            width: 55%;
        }
    }
    @media (max-width:1024px){
        .block-inner-testimonials-left, .block-inner-testimonials-right {
            width: 100%;
        }
        .block-inner-testimonials-slider {
            flex-direction: column-reverse;
        }
        .block-inner-testimonials-right img {
            aspect-ratio: 2.0;
        }
        .block-inner-testimonials-left {
            padding-top: 40px;
            padding-bottom: 80px;
            padding-right: 40px;
        }
        .block-inner-testimonials {
            padding-top: 90px;
            padding-bottom: 50px;
        }
    }
    @media (max-width:575px){
        .block-inner-testimonials-left {
            padding-right: 0px;
        }
        .block-inner-testimonials-top {
            padding-left: 20px;
            padding-right: 20px;
        }
        .block-inner-testimonials-left p {
            font-size: 20px;
        }
        .block-inner-testimonials-left span {
            font-size: 14px;
        }
    }
    /* Ending about testimonial styles */

    /* Initiating block three box styles */

        .block-three-box-flex{
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
            justify-content: center;
        }
        .block-three-box-single {
            width: calc(33.33% - 3px);
            position: relative;
        }
        .block-three-box-single h2 {
            height: fit-content;
            display: flex;
            position: absolute;
            bottom: 0;
            padding: 45px 45px 30px 45px;
            text-decoration: none;
            color: #ffffff;
            transition: all 0.2s;
            font-weight: 400;
            letter-spacing: 1px;
            max-width: 470px;
            z-index: 4;
            margin: 0;
        }
        .block-three-box-single a {
            height: 100%;
            display: flex;
            position: relative;
            z-index: 1;
        }
        .block-three-box-single a::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgb(2 62 110 / 80%);
            transition: all 0.2s;
            z-index: 3;
        }
        .block-three-box-single a:hover::before {
            background-color: rgb(243 130 49 / 80%);
        }
        .block-three-box-single img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            aspect-ratio: 1.0;
        }
        .block-three-box {
            padding-top: 135px;
            padding-bottom: 135px;
        }
        @media (max-width:1199px){
            .block-three-box {
                padding-top: 70px;
                padding-bottom: 70px;
            }  
            .block-three-box-single h2 {
                padding: 30px 30px 23px 30px;
            } 
        }
        @media (max-width:1024px){
            .block-three-box-single h2 {
                font-size: 20px;
            }
        }
        @media (max-width:767px){
            .block-three-box-single {
                width: 100%;
            }
            .block-three-box-single h2 {
                font-size: 30px;
            }
        }
    /* Ending block three box styles */

/* Ending about page styles */

/* Initiating team page styles */

    /* Initiating block about top styles */

        .block-about-top{
            padding-top: 70px;
            padding-bottom: 70px;
        }
        .pg-list-li ul li a{
            font-family: var(--font-secondary);
            font-size: 22px;
            text-decoration: none;
            color: var(--color-darkblue);
            font-weight: 400;
            letter-spacing: 1px;
            transition: all 0.2s;
        }
        .pg-list-li ul li a:hover,
        .pg-list-li ul li a.active{
            color: var(--color-orange);
        }
        .pg-list-li ul {
            list-style: none;
            padding: 0;
            margin: 0 0 0 -5px;
        }
        .pg-list-li ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
        }
        .pg-list-li ul li::before {
            content: "";
            position: absolute;
            inset: 7px 0 0 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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23f38231' fill-rule='evenodd' d='M8.293 4.295a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l6.293-6.293L8.293 5.71a1 1 0 0 1 0-1.414z' clip-rule='evenodd' opacity='1' data-original='%23f38231' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            height: 25px;
            width: 25px;
            background-size: contain;
            background-position: center;
        }
        .block-about-top-flex {
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 70px;
        }
        .block-about-top-left {
            width: 27%;
            padding-right: 20px;
        }
        .block-about-top-right {
            width: 73%;
        }
        .block-about-top-right p {
            max-width: 768px;
            margin-top: 57px;
        }
        .team-full-list-single {
            position: relative;
        }
        .team-full-list-single img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: all 0.3s;
            filter: saturate(0);
            aspect-ratio: 0.951;
        }
        .team-full-list-single:hover img{
            filter: saturate(1);
        }
        .team-full-list-single {
            width: 25%;
            position: relative;
        }
        .team-full-list-flex {
            display: flex;
            flex-wrap: wrap;
        }
        .team-full-list-single a {
            height: 100%;
            display: flex;
        }
        .team-full-list-bio h4, .team-full-list-bio h6 {
            color: #ffffff;
            text-align: center;
            width: 100%;
        }
        .team-full-list-bio {
            position: absolute;
            inset: auto 0 20px 0;
            padding: 0 34px;
            z-index: 2;
            transition: all 0.2s;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .team-full-list-bio h6 {
            margin-bottom: 0px;
            text-decoration: none;
            line-height: 2.2em;
        }
        .team-full-list-bio h4 {
            font-size: 24px;
            margin-bottom: 0px;
            text-decoration: none;
        }
        .team-full-list-single a::before {
            content: "";
            position: absolute;
            inset: auto 0 0 0;
            background: rgb(0,0,0);
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            height: 130px;
            z-index: 1;
            transition: all 0.2s;
        }
        .t-social a {
            display: flex;
            height: 39px;
            width: 39px;
            background-color: var(--color-blue);
            transition: all 0.2s;
            align-items: center;
            justify-content: center;
        }
        .t-social a:hover{
            background-color: var(--color-orange);
        }
        .t-social {
            margin-top: 30px;
        }
        .t-social a img {
            filter: invert(100%) sepia(2%) saturate(7485%) hue-rotate(291deg) brightness(104%) contrast(108%);
            transition: all 0.2s;
            height: 28px;
        }
        .team-full-list-single-inner {
            padding-left: 170px;
        }
        .team-full-list-single-bio .max-container {
            position: relative;
        }
        .team-full-list-single-bio {
            padding-top: 90px;
            padding-bottom: 90px;
            margin: 0 auto;
            width: 100%;
        }
        .team-full-list-single-inner p {
            max-width: 1260px;
        }
        .team-full-list-single-inner h6 {
            margin: 0 0 20px;
        }

        .team-bio-close {
            height: 56px;
            width: 56px;
            border: 1px solid #bcbebf;
            position: absolute;
            transition: all 0.2s;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
        }
        .team-bio-close:hover{
            background-color: var(--color-orange);
            border: 1px solid transparent;
        }
        .team-bio-close a {
            display: flex;
            height: 100%;
            width: 100%;
            align-items: center;
            justify-content: center;
        }
        .team-bio-close a img {
            height: 17px;
            width: 17px;
            /* transition: all 0.2s; */
            filter: invert(53%) sepia(78%) saturate(4879%) hue-rotate(170deg) brightness(104%) contrast(101%);
        }
        .team-bio-close:hover img{
            filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(86deg) brightness(110%) contrast(103%);
        }
        /* .team-full-list-single-bio{
            display: none;
        } */
        .team-full-list-single.clr .team-full-list-bio {
            opacity: 0;
            z-index: -1;
        }
        .team-full-list-single.clr a::before {
            opacity: 0;
        }
        .team-full-list-single.clr img {
            filter: saturate(1);
        }
        @media (max-width:1199px){
            .block-about-top {
                padding-top: 50px;
                padding-bottom: 40px;
            }
        }
        @media (max-width:1099px){
            .team-full-list-single {
                width: 50%;
            }
            .team-full-list-single:nth-child(1) {
                order: 1;
            }
            .team-full-list-single:nth-child(2) {
                order: 2;
            }
            .team-full-list-single:nth-child(3) {
                order: 5;
            }
            .team-full-list-single:nth-child(4) {
                order: 6;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(5) {
                order: 3;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(6) {
                order: 4;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(7) {
                order: 7;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(8) {
                order: 8;
            }

            .team-full-list-single-inner {
                padding-left: 0;
            }
            .team-bio-close {
                position: relative;
                left: 0;
                transform: unset;
                margin-bottom: 20px;
                height: 30px;
                width: 30px;
            }
            
        }

        @media (max-width:767px){
            .team-full-list-single {
                width: 100%;
            }
            .team-full-list-single:nth-child(1) {
                order: 1;
            }
            .team-full-list-single:nth-child(2) {
                order: 3;
            }
            .team-full-list-single:nth-child(3) {
                order: 5;
            }
            .team-full-list-single:nth-child(4) {
                order: 7;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(5) {
                order: 2;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(6) {
                order: 4;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(7) {
                order: 6;
            }
            .team-full-list-flex .team-full-list-single-bio:nth-child(8) {
                order: 8;
            }
            .t-social a {
                height: 25px;
                width: 25px;
            }
            .t-social a img {
                height: 15px;
            }
            .t-social {
                margin-top: 10px;
            }
            .team-full-list-single-bio {
                padding-top: 50px;
                padding-bottom: 50px;
            }
            .block-about-top-left,
            .block-about-top-right{
                padding-right: 0px;
                width: 100%;
            }
            .block-about-top-right p {
                max-width: 100%;
                margin-top: 0;
            }
            .block-about-top-flex {
                flex-direction: column-reverse;
                gap: 10px;
            }
            .pg-list-li ul li a {
                font-size: 18px;
            }
            .pg-list-li ul li::before {
                height: 20px;
                width: 20px;
                inset: 5px 0 0 0;
            }
            .pg-list-li ul li {
                padding-left: 25px;
            }
        }

    /* Ending block about top styles */

/* Ending team page styles */

/* Initiating Project Page Styles */

.block-project-list{
    padding-top: 80px;
    padding-bottom: 80px;
}
.block-project-list-heading {
    text-align: center;
}
.block-project-list-tabs ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
}
.block-project-list-tabs ul li a {
    text-decoration: none;
    font-size: 26px;
    color: var(--color-darkblue);
    transition: all 0.2s;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 5px 30px;
    border: 1px solid var(--color-orange);
    border-radius: 15px 2px 15px 2px;
    transform: skew(-16deg);
}
.block-project-list-tabs ul li a:hover,
.block-project-list-tabs ul li.active a{
    background-color: var(--color-orange);
    color: var(--color-white);
}
.block-project-list-tabs ul li a span {
    transform: skew(16deg);
}
.block-project-list-single {
    position: relative;
}
.block-project-list-single a {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
}
.block-project-list-single-txt {
    position: absolute;
    inset: auto 0 0 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 45px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.4s;
}
.block-project-list-single-txt h6, .block-project-list-single-txt h3 {
    color: #ffffff;
    text-decoration: none !important;
    text-align: center;
}
.block-project-list-single:hover .block-project-list-single-txt {
    inset: auto 0 50% 0;
    transform: translateY(50%);
    padding-bottom: 0;
    /* bottom: 36%; */
}
.block-project-list-single-txt h6 {
    margin-bottom: 0;
}
.block-project-list-single a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    background-image: url(../images/project-color.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}
.block-project-list-single:hover a::before {
    background-color: rgb(2 46 79 / 81%) !important;
}
.block-project-list-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}
.block-project-list-flex .block-project-list-single {
    width: calc(50% - 27.7px);
}
.block-project-list-single a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.0;
}
.block-project-list-projects {
    margin-top: 75px;
}
@media (max-width:1199px){
    .block-project-list-tabs ul li a {
        font-size: 20px;
        height: 43px;
        padding: 8px 30px 5px 30px;
    }
    .block-project-list-flex {
        gap: 20px;
    }
    .block-project-list-flex .block-project-list-single {
        width: calc(50% - 10px);
    }
    .block-project-list-tabs ul { 
        gap: 12px;
    }
}
@media (max-width:767px){
    .block-project-list-single a img {
        aspect-ratio: 1.5;
    }
    .block-project-list-flex .block-project-list-single {
        width: 100%;
    }
    .block-project-list-tabs ul li a {
        font-size: 16px;
        height: 29px;
        padding: 7px 20px 5px 20px;
        border-radius: 9px 2px 9px 2px;
    }
}
@media (max-width:575px){
    .block-project-list-single a img {
        aspect-ratio: 1.0;
    }
}
/* Ending Project Page Styles */

/* Initiating Project details Page Styles */

.project-banner-text-inner h1 {
    word-break: break-word;
}
.project-banner img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project-banner-text {
    position: relative;
    z-index: 4;
    background-color: var(--color-darkblue);
    padding: 45px 55px 45px 0;
    max-width: 1207px;
    margin-right: 20px;
    margin-top: 450px;
}
.project-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/pd-shape.webp");
    background-position: top;
    background-repeat: no-repeat;
}
.custom-head-h1 h1 {
    font-size: 64px;
}
.project-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}
.project-banner::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45px;
    background-color: #ffffff;
    z-index: 2;
}
.project-banner-text-inner h6 {
    margin-bottom: 15px;
}
.content-block-project{
    padding-top: 105px;
    padding-bottom: 105px;
}
.content-block-project-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-block-project-list ul a {
    font-family: var(--font-secondary);
    color: var(--color-darkblue);
    transition: all 0.2s;
    position: relative;
    text-decoration: none;
}
.content-block-project-list ul li::before {
    content: "";
    position: absolute;
    inset: 6px 0 0 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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23f38231' fill-rule='evenodd' d='M8.293 4.295a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l6.293-6.293L8.293 5.71a1 1 0 0 1 0-1.414z' clip-rule='evenodd' opacity='1' data-original='%23f38231' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
}
.content-block-project-list ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px;
}
.content-block-project-list ul a:hover,
.content-block-project-list ul li.active a{
    color: var(--color-orange);
}
.project-images-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 60px;
    margin-top: 45px;
}
.project-images-flex-text p {
    font-size: 16px;
    color: var(--color-orange);
    margin-bottom: 0;
}
.project-images-flex-text {
    margin-top: 30px;
    max-width: 410px;
}
.content-block-project-flex {
    display: flex;
    flex-wrap: wrap;
}
.content-block-project-flex-left {
    width: 38%;
    padding-right: 20px;
}
.content-block-project-flex-right {
    width: 62%;
}
.project-solo-img {
    position: relative;
    margin-bottom: 85px;
}
.project-solo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.5;
}
.project-solo-carausel {
    overflow: hidden;
    margin-bottom: 85px;
}
.project-solo-slider .slick-list {
    padding: 0 20% !important;
}
.project-solo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.573;
}
.project-solo-slide {
    height: 100%;
    display: flex !important;
    padding: 0 23px;
    position: relative;
}
.project-solo-slide::before {
    content: "";
    position: absolute;
    inset: 0 23px 0 23px;
    background-color: rgb(0 0 0 / 70%);
    transition: all 0.2s;
}

.project-solo-slider .slick-active .project-solo-slide::before{
    background-color: rgb(0 0 0 / 0%);
}
.project-solo-carausel button.slick-next {
    right: 8% !important;
    left: auto;
}
.project-solo-carausel .slick-prev {
    right: unset;
    left: 8% !important;
}
.block-pd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 36px;
}   
.block-pd-gallery-grid-single:nth-child(1) {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
}
.block-pd-gallery-grid-single:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
}
.block-pd-gallery-grid-single:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
}
.block-pd-gallery-grid-single img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block-pd-gallery {
    padding-top: 130px;
    padding-bottom: 70px;
}
.proj-nav {
    margin-bottom: 140px;
}
.proj-nav-box {
    height: 62px;
    width: 62px;
    border: 1px solid #bfbfbf;
    transition: all 0.2s;
}
.proj-nav-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: relative;
    padding: 0 20px;
    transition: all 0.2s;
    background-color: transparent;
}
.proj-nav-box:hover{
    border: transparent;
    background-color: var(--color-orange);
}
.proj-nav-box:hover img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(103%);
}
.proj-nav-box img{
    filter: invert(83%) sepia(17%) saturate(0%) hue-rotate(276deg) brightness(95%) contrast(81%);
    transition: all 0.2s;
}
.proj-nav-box-center a img {
    margin: 0 auto;
    width: 23px !important;
}
.proj-nav-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.proj-nav-box a img {
    width: 35px;
    margin-left: auto;
}
.proj-nav-box-right a img {
    margin-left: 0;
    margin-right: auto;
}
@media (max-width:1399px) {
    .round-slick-arows .slick-arrow {
        height: 50px;
        width: 50px;
    }
}
@media (max-width:1199px) {
    .custom-head-h1 h1 {
        font-size: 55px;
    }
    .content-block-project {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .block-pd-gallery {
        padding-top: 70px;
    }
    .proj-nav {
        margin-bottom: 70px;
    }
}
@media (max-width:991px){
    .project-solo-carausel button.slick-next {
        right: 5% !important;
        left: auto;
    }
    .project-solo-carausel .slick-prev {
        right: unset;
        left: 5% !important;
    }
    .content-block-project-flex-left {
        width: 100%;
        padding-right: 0;
    }
    .content-block-project-flex-right {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .custom-head-h1 h1 {
        font-size: 40px;
    }
    .block-pd-gallery-grid {
        gap: 10px;
    }
    .proj-nav-box {
        height: 42px;
        width: 42px;
    }
    .proj-nav-box a img {
        width: 25px;
    }
    .proj-nav-box-center a img {
        width: 18px !important;
    }
    .project-solo-slide {
        padding: 0 10px;
    }
    .project-solo-slide::before {
        inset: 0 10px 0 10px;
    }
    .round-slick-arows .slick-arrow {
        height: 30px;
        width: 30px;
    }
    .content-block-project-list ul li::before {
        inset: 4px 0 0 0;
        height: 20px;
        width: 20px;
    }
    .content-block-project-list ul li {
        padding-left: 26px;
    }
}
@media (max-width:575px){
    .project-banner-text{
        padding-left: 20px;
    }
}
/* Ending Project details Page Styles */


/* Initiating CPT Image Gallery */

.block-pd-gallery-grid-single > a {
    display: flex;
    height: 100%;
}
.ss-lightbox .ss-lightbox-upper {
    grid-gap: 50px;
}
.block-pd-gallery-grid-single-img {
    position: relative;
    overflow: hidden;
}
/* .block-pd-gallery-grid-single:hover .block-pd-gallery-grid-single-img::before{
    opacity: 1;
    visibility: visible;
} */
.block-pd-gallery-grid-single-img::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 172 255 / 65%);
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    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 150 150' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M114.6 73.8H76.1V35.3h-3v38.5H34.6v3h38.5v38.5h3V76.8h38.5z' fill='%23ffffff' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
}
.block-pd-gallery-grid-single-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.778;
}
  
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    opacity: 0.8;
    display: none;
}
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px !important;
    flex-direction: column;
}
  
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    width: 90% !important;
    height: 100% !important;
    margin: 70px auto;
    overflow: hidden;
    background-color: white;
    max-width: 1080px;
}
.lb-outerContainer .lb-container {
    height: 100%;
    width: 100%;
}
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .lb-nav a.lb-next:hover,
  .lb-nav a.lb-prev:hover{
    background-color: var(--color-darkblue);
  }
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    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 1024 1024' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m340.154 535.273 421.05-421.05c9.077-9.077 9.077-23.832 0-32.908-9.076-9.076-23.83-9.076-32.907 0l-437.481 437.48c-9.076 9.077-9.076 23.832 0 32.908l437.48 437.481c9.077 9.076 23.832 9.076 32.908 0 9.077-9.076 9.077-23.831 0-32.908z' fill='%23ffffff' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    height: 50px;
    width: 50px;
    background-color: var(--color-orange);
    opacity: 1;
    transition: all 0.2s;
  }
  
  .lb-nav a.lb-next {
    right: 0;
    float: right;
    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 1024 1024' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M733.23 518.796 295.75 81.315c-9.077-9.076-23.831-9.076-32.908 0-9.076 9.076-9.076 23.831 0 32.908l421.05 421.05-421.05 421.05c-9.076 9.076-9.076 23.831 0 32.908 9.077 9.076 23.831 9.076 32.908 0L733.23 551.75c9.077-9.123 9.077-23.831 0-32.954z' fill='%23ffffff' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    height: 50px;
    width: 50px;
    background-color: var(--color-orange);
    opacity: 1;
    transition: all 0.2s;
}
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    display: none;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    text-align: right;
    outline: 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 496.096 496.096' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M259.41 247.998 493.754 13.654a8 8 0 0 0 0-11.312 8 8 0 0 0-11.312 0L248.098 236.686 13.754 2.342A8 8 0 0 0 2.442 13.654l234.344 234.344L2.442 482.342a8 8 0 0 0-.196 11.312 8 8 0 0 0 11.508 0L248.098 259.31l234.344 234.344a8 8 0 0 0 11.312-.196 8 8 0 0 0 0-11.116L259.41 247.998z' fill='%23ffffff' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--blue);
    transition: all 0.2s;
}
.lb-data .lb-close:hover{
    background-color: var(--key);
}
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
  }



  .block-pd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 36px;
}   
.block-pd-gallery-grid-single:nth-child(1) {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
}
.block-pd-gallery-grid-single:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
}
.block-pd-gallery-grid-single:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
}
.block-pd-gallery-grid-single img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
p.block-project-list-no-posts {
    margin: 0 auto;
    background-color: var(--color-darkblue);
    color: var(--color-white);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--font-secondary);
}
@media (max-width:1199px){
    .ss-lightbox .ss-lightbox-upper {
        grid-gap: 20px;
    }
}
@media (max-width:767px){
    .block-pd-gallery-grid-single {
        width: 100%;
    }  
    .lb-outerContainer {
        height: 480px !important;
    }
    .block-pd-gallery-grid {
        gap: 10px;
    }
    .block-pd-gallery-grid-single-img img {
        aspect-ratio: 1.0;
    }   
}
@media (max-width:575px){
    .lb-outerContainer {
        height: 290px !important;
    }
}

/* Ending CPT Image Gallery */



/* Initiating News Details Page styles */
.page-id-462 .loader {
    display: none !important;
}

.block-news-banner p {
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}
.block-news-banner {
    padding-bottom: 55px;
}
.block-news-img-main-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.9754;
}
.news-content{
    padding-top: 70px;
    padding-bottom: 70px;
}
.news-quote{
    max-width: 702px;
}
.news-quote h3{
    font-weight: 300;
}
.news-quote p{
    font-size: 20px;
    color: var(--color-orange);
    font-family: var(--font-secondary);
}
.block-news-textonomy {
    padding-bottom: 70px;
}
.block-news-textonomy-upper{
    padding-top: 65px;
    padding-bottom: 50px;
}
.block-news-textonomy-upper p:not(:last-child) {
    margin-bottom: 40px;
}
.block-news-textonomy-upper p:last-child{
    margin-bottom: 0;
}
.block-new-dark-section{
    background-color: var(--color-darkblue);
    padding-top: 130px;
    padding-bottom: 130px;
}
.block-new-dark-section-texonomy p {
    margin-top: 30px;
}
.block-new-dark-section .block-vimeo {
    height: 100%;
    width: 100%;
    aspect-ratio: 1.77;
    margin-top: 40px;
}
.news-content .proj-nav {
    margin-bottom: 0;
}
.loader {
    margin: 0 auto;
}
@media (min-width:768px){
    .block-news-textonomy-upper p{
        font-size: 20px;
    }
}
@media (max-width:1199px){
    .block-new-dark-section{
        padding-top: 70px;
        padding-bottom: 70px;
    }   
}

/* Ending News Details Page styles */

/* Initiating career page styles */
.career-reusable .reusable-left-right-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.69;
}
.light-bg{
    background-color: var(--color-white);
}

.reusable-left-right-flex > div video {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.688;
}
.career-reusable h6 {
    margin-bottom: 10px;
}
.career-reusable .reusable-left-right-left p {
    max-width: 621px;
    margin-top: 30px;
}
.career-reusable .reusable-left-right-left {
    margin-top: 0;
}
.icon-block-single img {
    width: 102px;
    height: 99px;
    object-fit: contain;
    object-position: left;
}
.icon-block-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 120px 50px;
}
.icon-block-single {
    width: calc(50% - 25px);
}
.icon-block-single p {
    margin-bottom: 0;
    margin-top: 25px;
    max-width: 640px;
}
.icon-block {
    padding-bottom: 130px;
}
.career-two-img-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
}
.career-two-img-flex .career-two-img-left {
    width: calc(45.58% - 26px);
}
.career-two-img-flex .career-two-img-right {
    width: calc(54.42% - 26px);
}
.career-two-img-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 0.807;
}
.career-two-img-right-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.523;
}
.career-two-img-links .accordion-button {
    border: unset !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 0px 0 40px !important;
    font-size: 24px;
    color: #000000;
    display: unset;
    position: relative;
}
.career-two-img-links .accordion-button::after {
    height: 25px;
    width: 25px;
    background-size: contain;
    display: flex;
    inset: 8px auto 0 0;
    position: absolute;
    transform: rotate(0deg);
    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 24 25' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23f38231' fill-rule='evenodd' d='M8.293 4.295a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l6.293-6.293L8.293 5.71a1 1 0 0 1 0-1.414z' clip-rule='evenodd' opacity='1' data-original='%23f38231' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.career-two-img-links .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.career-two-img-links .accordion-item {
    border: none !important;
    margin-bottom: 25px;
}
.career-two-img-links .accordion-body {
    padding: 0 0 0 36px;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.career-two-img-links {
    padding-right: 50px;
    margin-top: 50px;
}
.career-two-img-links .accordion-item .accordion-header {
    height: auto !important;
    line-height: normal;
    font-size: 0px;
}
.career-two-img-block{
    padding-bottom: 200px;
}
.block-feature-news-grid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    margin-top: 50px;
}
.block-feature-news-grid-list-single {
    width: calc(33.33% - 30px);
}
.block-feature-news-grid{
    padding-top: 230px;
    padding-bottom: 120px;
}
.block-feature-news-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.0;
}
.block-feature-news-grid-list-single a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    padding: 15px 0 0 0;
    display: flex;
}
.block-feature-news-grid-list-single a:hover h3{
    color: var(--color-orange);
}
.block-feature-news-grid-list-single a h3 {
    font-size: 36px;
    font-weight: 300;
    transition: all 0.2s;
}
.block-feature-news-grid-tf h6 {
    margin-bottom: 15px;
}
@media (min-width:1200px){
    .career-reusable{
        padding-top: 80px;
    }
}
@media (max-width:1199px){
    .block-feature-news-grid-list-single a h3 {
        font-size: 26px;
    }
    .block-feature-news-grid{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .icon-block {
        padding-bottom: 70px;
    }
    .icon-block-flex {
        gap: 50px;
    }
    .career-two-img-block{
        padding-bottom: 70px;
    }
}
@media (max-width:1024px){
    .block-feature-news-grid-list {
        gap: 30px 15px;
    }
    .block-feature-news-grid-list-single {
        width: calc(33.33% - 10px);
    }
    .career-testimonial .block-inner-testimonials-right img {
        aspect-ratio: 1.0;
    }
}
@media (max-width:991px){
    .block-feature-news-grid-list-single {
        width: calc(50% - 8px);
    }
    .career-reusable .reusable-left-right-left {
        padding-right: 20px;
    }
}
@media (max-width:767px){
    .block-feature-news-grid-img img {
        aspect-ratio: 1.5;
    }
    .career-two-img-flex .career-two-img-left, .career-two-img-flex .career-two-img-right {
        width: 100%;
    }
    .career-two-img-left img {
        aspect-ratio: 1.523;
    }
    .career-two-img-flex {
        padding: 0 20px;
        gap: 20px;
    }
    .career-two-img-links {
        padding-right: 0;
        margin-top: 30px;
    }
}
@media (max-width:575px){
    .career-reusable .reusable-left-right-flex {
        padding-left: 20px;
        padding-right: 20px;
    }
    .icon-block-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .icon-block-single img {
        width: 72px;
        height: 72px;
        object-position: center;
    }
    .icon-block-single p{
        text-align: center;
    }
}
/* Ending career page styles */

/* Initiating News Details Page Styles */
.block-news-body-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.block-news-body-single {
    width: calc(33.33% - 30px);
}
.block-news-body-single-text h2{
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 0;
}
.block-news-body-single-link {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.block-news-body-single-text {
    position: absolute;
    inset: auto 0 30px 0;
    padding: 0 20px;
    transition: all 0.4s;
    z-index: 2;
}
.block-news-body-single-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.31;
}
.block-news-body-single-img {
    position: relative;
    height: 100%;
}
.block-news-body-single-img::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
    background-color: #022e4f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.block-news-body-single-img::after {
    content: "";
    inset: auto 0 0 0;
    position: absolute;
    z-index: 1;
    background-image: url('../images/nd-overlay.webp');
    background-position: bottom;
    transition: all 0.4s;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-news-body-single .block-news-body-single-link:hover .block-news-body-single-img::before{
    opacity: 70%;
    visibility: visible;
}
.block-news-body-single .block-news-body-single-link:hover .block-news-body-single-img::after{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.block-news-body-single > a:hover .block-news-body-single-text{
    transform: translateY(50%);
    inset: auto 0 50% 0;
}
.block-news-body-single:nth-child(3n + 1) {
    margin-top: -145px;
}
.block-news-body-single:nth-child(3n + 1) .block-news-body-single-link {
    height: calc(100% - 145px);
}
.block-news-body-single:nth-child(1) {
    margin-top: -10px;
    padding-bottom: 145px;
}
.block-news-body-single .content-block-project-list ul li {
    margin-bottom: 3px;
}
.block-news-body-single .news-links h6 {
    margin-bottom: 13px;
}
.block-news-body-single .content-block-project-list ul {
    margin-left: -7px;
}
.block-news-body {
    padding-top: 65px;
    padding-bottom: 100px;
}
.news-pagination ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    width: fit-content;
    padding-right: 55px;
    border-bottom: 1px solid #dedddd;
    padding-bottom: 0px;
}
.news-pagination ul a {
    text-decoration: none;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--color-darkblue);
    transition: all 0.2s;
    padding: 20px 10px;
    font-size: 16px;
    position: relative;
    height: 64px;
    display: flex;
}
.news-pagination ul li a::before {
    content: "";
    position: absolute;
    inset: auto 0 -2px 0;
    transition: all 0.2s;
    height: 3px;
    background-color: var(--color-orange);
    opacity: 0;
    visibility: hidden;
}
.news-pagination ul li a.active::before,
.news-pagination ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.news-pagination ul a:hover,
.news-pagination ul li a.active{
    color: var(--color-orange);
}
.news-pagination {
    width: 31.33%;
    margin-top: -64px;
}
@media (max-width:1199px){
    .block-news-body {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .block-news-body-flex {
        gap: 20px;
    }
    .block-news-body-single {
        width: calc(33.33% - 14px);
    }
    .block-news-body-single:nth-child(3n + 1) {
        margin-top: -100px;
    }
    .block-news-body-single:nth-child(3n + 1) .block-news-body-single-link {
        height: calc(100% - 100px);
    }
    .block-news-body-single:nth-child(1) {
        margin-top: -10px;
        padding-bottom: 100px;
    }
    .block-news-body-single-text h2 {
        font-size: 20px;
    }
}
@media (max-width:991px){
    .block-news-body-single:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .block-news-body-single:nth-child(3n + 1) {
        margin-top: 0;
    }
    .block-news-body-single:nth-child(3n + 1) .block-news-body-single-link {
        height: auto;
    }
    .block-news-body-single {
        width: calc(50% - 10px);
    }
    .news-pagination {
        width: 100%;
        margin: 50px auto 0 auto;
    }
    .news-pagination ul {
padding-left: 55px;
        margin: 0 auto;
    }
}
@media (max-width:767px){
    .block-news-body-single {
        width: 100%;
    }
}
/* Ending News Details Page Styles */

/* Initiating extra styles */

.search .search-page {
    padding: 100px 0;
    display: flex;
}
.search h1.page-title {
    font-size: 40px;
    margin-bottom: 40px;
}
.search .search-results-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.search .search-page a {
    text-decoration: none;
    color: var(--color-darkblue);
}
.search .search-page h2 {
    font-size: 30px;
}
.search .search-results-list article .search-result-content {
    margin-top: 20px;
}
.search .navigation h2.screen-reader-text {
    display: none;
}
.search .navigation span.page-numbers.current {
    color: var(--color-orange) !important;
}
.search .navigation {
    width: fit-content;
    background-color: #f5f5f5;
    padding: 10px 30px;
    border-radius: 10px;
}
.search .navigation a, .search .navigation span {
    font-size: 16px !important;
    text-transform: uppercase;
}
.error404 section.error-404 {
    padding: 186px 0;
    max-width: 1000px;
}
.error404 section.error-404 h1.page-title {
    line-height: 1.2em;
}
.search-results .container {
    max-width: 1000px;
    border-radius: 50px;
}
.search-pagination nav.navigation.pagination {
    margin: 30px auto 0 auto;
}
.search .search-results-list article {
    border-bottom: 1px solid #c1e5ff;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.search .search-results-list article h2, .search .search-results-list article p{
    margin-bottom: 0 !important;
}
/* Ending extra styles */

/* Initiating Expertise styles on scroll new */

.block-expertise--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.block-expertise-left {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    width: 50%;


}
.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: 50%;
    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 a {
    text-decoration: none;
    color: #535555;
    transition: all 0.2s;   
    position: relative;
}

.block-expertise {
    display: flex !important;
    width: 100% !important;
    padding-left: calc((100vw - var(--wide-cont-width)) / 2) !important;
    margin-top: 90px !important;
    height: 100vh !important;
    padding-bottom: 50px !important;
}
.block-expertise--list {
    margin-top: 25px;
    margin-bottom: 27px;
}
.block-expertise-left > p {
    max-width: 470px;
}
.block-expertise-left h3{
    color: #022e4f;
    max-width: 475px;
    font-weight: 300;
}
 .block-expertise-left  p{
    margin-top: 20px;
    margin-bottom: 35px;
    max-width: 599px;
    font-size: 22px;
}
.block-expertise--reverse{
    margin-left: 0;
    margin-right: 65px;
}
.block-expertise--reverse .block-expertise--inner{
    flex-direction: row-reverse;
}
.block-expertise--list ul li{
    display: none;
}
.block-expertise--list ul li.active{
    display: block;
}
@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 0;
        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 {
        display: flex !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 90px !important;
        padding: 0 20px !important;
        margin: 0 !important;
    } */
    .block-expertise{
        display: none !important;
    }
    .home .wide-container {
        max-width: 100%;
        padding: 0 20px 20px;
    }

    .block-corevalue-bottom {
        display: block;
        padding: 0 20px;
    }

    .block-corevalue {
        padding-top: 130px;
        margin-bottom: 40px;
    }
}
.pin-spacer {
    margin: 0 !important;
}
.block-corevalue-bottom {
    display: none;
}
.block-corevalue-upper {
    padding-bottom: 170px;
}
@media (max-width:991px){
    .block-corevalue-bottom {
        display: block;
    }
    .block-corevalue-upper {
        padding-bottom: 0;
    }
}
@media(max-width:767px){
    .block-corevalue{
        padding-top:50px ;
        padding-bottom: 10px;
    }
}

.no-padding {
	padding-bottom: 20px;
}

.office-locations a {
	color: #f38230;
	text-decoration: none;
}

/* Ending Expertise styles on scroll new*/

@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
    .block-corevalue-bottom {
        display: block;
    }
}

.accordion {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}

.accordion--dark {
	color: #fff;
}


.accordion .container {
  max-width: 960px;
	margin-bottom: 30px;
}
.accordion h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.accordion h3 {
	margin-bottom: 20px;
}

.accordion dl {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
}
.accordion dl dt {
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	color: #f38230;
  padding: 20px 0;
  line-height: 1.2;
  border-top: solid 1px #000;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
}

.accordion dl dt p {
	color: #022e4f;
	margin-bottom: 0px;
	font-size: 16px;
}

.accordion dl dt i {
  color: #000;
  font-size: 24px;
  padding-right: 10px;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
	position: relative;
    top: 10px;
    right: 10px;
}
.accordion dl dd {
  display: none;
  margin: 0;
  padding: 0 80px 35px 0;
}
.accordion dl dd p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion h2 {
    font-size: 20px;
  }
  .accordion dl dt {
    font-size: 18px;
  }
  .accordion dl dt i {
    font-size: 20px;
  }
  .accordion dl dd {
    padding-right: 0;
  }
}

.accordion--dark dl dt {
	color: #fff;
	border-top: solid 1px #fff;
}

.accordion--dark dl {
	border-bottom: 1px solid #fff;
	color: #fff;
}