@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --font: "Inter", sans-serif;
    --color1:#f4c251;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    overflow-x: hidden;
    background:#fff9f6;

}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
}

/* header css */

.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    background: none;
    overflow-x: hidden;
    min-height:360px;
}


.site-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.button-yellow {
    background:#f4cc5d;
    font-size:18px;
    font-weight:700;
 text-decoration: none;
  border: none;
  transform: translateZ(0);
  position: relative;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  padding: 2.5rem 4rem;
    clip-path:polygon( calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 0 100%, 0 0 );
    align-items:center;
}
.button-yellow  svg{fill:#000; color:#000;}



.button-yellow svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.scm-video-banner {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    overflow: hidden;
  border-radius: 0 0 70px 70px;
  margin-bottom:0;
}

.scm-video-banner section {
    width: 100%;
}

.scm-video-banner .container {
    position: relative;
    z-index: 2;
}

.scm-video-banner video {
    position: absolute;
    width: 100%;
    height: 108%;
    top: 0;
    object-fit: cover;
    left: 0;
}

.scm-video-banner:before {
    content: '';
    background: #000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.site-main {
    padding-top: 0;
}

.scm-banner-text {
  padding-bottom: 60px;
  max-width: 950px;
}

.scm-banner-text h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 10px 0;

}
.scm-banner-text h2 span{color:var(--color1);}

.scm-banner-text p {
  font-size: 20px;
  color: #fff;
  padding-right:300px;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding:8px 20px 7px 20px;
}

.primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a,
.primary-navigation .primary-menu-container>ul>.menu-item:hover>a {
    background:var(--color1);
    border-radius:36px;
}

.primary-navigation .primary-menu-container>ul>.menu-item.btn-subscribe>a {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 237, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeed', GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeed', GradientType=0);
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 13px 25px 13px 50px;
    position: relative;
}

.primary-navigation .primary-menu-container>ul>.menu-item.btn-subscribe>a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeed+0,ffffff+100 */
    background: rgb(238, 238, 237);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 238, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 238, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeed', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

}

.primary-navigation .primary-menu-container>ul>.menu-item.btn-subscribe>a:before {
    content: '';
    background: url(../images/email-icon.png) no-repeat left center;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 20px;
}

.primary-navigation>div>.menu-wrapper {
    align-items: center;
}

/* animation css arrow */

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


/* about us */



.about-us .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display:grid;
    align-items:center;
  grid-template-columns:1fr 1fr;
  gap:50px;
}

h2.site-title {
    font-size: 44px;
    font-weight: 700;

    text-transform: capitalize;
    margin-top:10px;
}



.abt-sub-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom:35px;
    margin-top:20px;

}



.size-sm .button-yellow {
    font-size: 18px;
    padding: 13px 28px;
}

.size-sm .button-yellow svg {
    margin-left: 10px;
    margin-right: 0;
}

/* email subscriber */


.email-subscriber .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

.email-subscriber section {
    width: 50%;
}

.email-subscriber .widget_text {
    padding: 0;
}

.email-subscriber h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
}

.email-subscriber h4 {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 32px;
    margin: 5px 0 15px 0;
}

.gjs-cell input[type="text"],
.gjs-cell input[type="email"] {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    margin: 0;
    height:70px;
    text-align:center;
}

body form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 15px;
}

.gjs-cell input[type="submit"], .wpcf7-form-control.wpcf7-submit {
    background: #f4cc5d !important;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 22px;
    color: #000 !important;
    text-decoration: none;
    width: 100%;
    height:70px;
    border: none;
	text-align:center;

}

.gjs-cell input[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de911b+0,ecb233+100 */
    background: rgb(222, 145, 27);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(222, 145, 27, 1) 0%, rgba(236, 178, 51, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(222, 145, 27, 1) 0%, rgba(236, 178, 51, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(222, 145, 27, 1) 0%, rgba(236, 178, 51, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de911b', endColorstr='#ecb233', GradientType=0);
    /* IE6-9 */

}

/* projects */

.flex-item__alice {
    width: 100%;
    position: relative;
    height: 650px;
}

li.is-active .flex-item__alice {
    padding-left: 220px;
    padding-right: 220px;
}

.flex-item__alice .image-text__wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.flex-item__alice .image-container {
    position: absolute;
    z-index: -1;
    opacity: .6;
    overflow: hidden;
}

.flex-item__alice .image-text__wrapper .image-container {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

li.is-active .flex-item__alice .image-text__wrapper .image-container {
    width: 100%;
    height: 500px;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
    transition-delay: 0s;
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
    opacity: 1;
}

.gatsby-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.gatsby-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.flex-item__alice .image-text__wrapper .text-container {
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 80px 64px 72px;
    -webkit-box-shadow: 1px 1px 15px 1px #1d1d1d;
    box-shadow: 1px 1px 15px 1px #1d1d1d;
    text-align: left;
    background-color: #fff;
    opacity: 0;
}

.flex-item__alice .image-text__wrapper .text-container {
    width: 450px;
}

li.is-active .flex-item__alice .image-text__wrapper .text-container {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: 94.5%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s cubic-bezier(.55, .085, .68, .53);
    -o-transition: opacity .5s cubic-bezier(.55, .085, .68, .53);
    transition: opacity .5s cubic-bezier(.55, .085, .68, .53);
    transition-delay: 0s;
    -webkit-transition-delay: .46s;
    -o-transition-delay: .46s;
    transition-delay: .46s;
}

.flex-item__alice .image-text__wrapper .text-container {
    -webkit-box-shadow: -1px 0 20px 0 rgba(29, 29, 29, .27);
    box-shadow: -1px 0 20px 0 rgba(29, 29, 29, .27);
}

.splide__list {
    height: 700px;
}

.text-inner-wrapper h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 25px 0;
}

.text-inner-wrapper h2 a {
    text-decoration: none;
}

.text-inner-wrapper p {
    margin-bottom: 20px;
}

.text-container .size-sm .button-yellow {
  font-size: 18px;
  padding: 15px 25px;
}

.splide__arrow {
    background: url(../images/arrow-left.png) no-repeat center center #eaae30 !important;
    width: 65px;
    height: 65px;
    opacity: 1;
    box-shadow: 0 0 20px #ccc;
}

.splide__arrow:hover {
    background: url(../images/arrow-left.png) no-repeat center center #000 !important;
}

.splide__arrow.splide__arrow--next {
    background: url(../images/arrow-right.png) no-repeat center center #eaae30 !important;
}

.splide__arrow.splide__arrow--next:hover {
    background: url(../images/arrow-right.png) no-repeat center center #000 !important;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev {
    left: 9em;
}

.splide__arrow--next {
    right: 9em;
}

.splide__pagination.splide__pagination--ltr {
    display: none;
}

.our-projects .site-title {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.sub-title-light {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #f4cc5d;
}

.our-projects .splide {
    margin-top: 50px;
}

.image-container .gatsby-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    transition-delay: 500ms;
    object-fit: cover;
    object-position: 50% 50%
}

/* footer */

.f-contact-block {
    background: #ffefcd;
    height: 780px;
    padding: 100px 0 0 0;
    margin-top: 40px;
    border-bottom: 5px solid #eaae30;
}

.f-contact-block .container {
    position: relative;
    height: 100%;
}

.f-contact-block .image-wrapper {
    width: 900px;
    height: 500px;
    top: 0;
    right: 15px;
    position: absolute;
}

.f-contact-block .content-wrapper {
    padding: 0 64px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 15px;
    height: 470px;
    z-index: 3;
    background: #fff;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.f-contact-block h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #eaae30;
    font-weight: 600;
    margin-bottom: 5px;
}

.f-contact-block h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.f-contact-block p {
    font-size: 22px;
    line-height: 30px;
}

.f-contact-block .button-block {
    margin-top: 45px;
}

.site-footer {
    padding-top: 0;
    padding-bottom: 0;
    background:url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    color:#fff;
    margin-top:90px;
}
.home .site-footer{margin-top:0;}

.site-footer .container {

  justify-content: space-between;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.footer-left h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-left img {
    width: auto !important;
}

.footer-left p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}

.footer-navigation-wrapper li {
    margin-right: 5px;
}

.footer-navigation-wrapper li a {
    padding: 0;
    background: #efefee;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    line-height: 36px;
}

.footer-navigation-wrapper li a:hover {
    background: #eaae30;
}

.footer-navigation-wrapper li .svg-icon {
    fill: #838381;
    width: 16px;
    height: 16px;
}

.footer-navigation-wrapper li a:hover .svg-icon {
    fill: #fff;
}

.footer-right {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-right .widget-title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight:600;
}



.footer-right ul li {
    margin-bottom: 10px;
}

.footer-right ul li a {
    text-decoration: none;
    font-size: 15px;
    color:#fff;
}

.copyright {
    width: 100%;
    border-top: 1px solid #e4e3e1;
    font-size: 13px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
}

/* inner header */

.entry-header.inner-header-bg {
    height: 480px;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    border: none !important;
}

.category .site-header {
  background: url(../images/contact-us.jpg) no-repeat center;
    background-size: auto;
  height: 300px;
  width: 100%;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}

.entry-header.inner-header-bg:before {
    content: '';
    background: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.entry-header.inner-header-bg .entry-title {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
	flex-wrap:wrap;
    line-height:50px;
}

.entry-header.inner-header-bg .post-thumbnail,
.entry-header.inner-header-bg .post-thumbnail img {
    margin: 0;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.inner-pages-text p {
    font-size: 18px;
}

.team-list-block {
  background: #e6a920;
  box-shadow: 0 15px 35px #e1e1e1;
  padding: 25px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
}

.team-list-block h3 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}
.team-list-block h4 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffeec9;
}
.team-list-block p {
    margin-bottom: 10px;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle svg {
    fill: #000;
    color: #000;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {
    width: auto;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu {
    padding: 0;
    border: none;
    min-width: 250px;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li a:hover {
    color: #eaae30;
    text-decoration: none;
}

.primary-navigation .sub-menu .menu-item>a {
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
}

.primary-navigation .sub-menu .menu-item:last-child a {
    border: none;
}

.technical-report-top h3 {
    font-weight: 800;
}

.custom-pdf-viewer embed {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    height: 800px;
}

.custom-pdf-viewer .wpb_wrapper {
    text-align: center;
}

.text-center {
    text-align: center;
}

.contact-form-block>.vc_column-inner>.wpb_wrapper {
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
}

.contact-box-list .wpb_wrapper {
  text-align: center;
  background: #fff;
  box-shadow: 0 15px 35px #dfdfdf;
  padding: 25px;
  border-radius: 10px;
  min-height: 145px;
  border-top: 5px solid var(--color1);
  min-height:175px;
}

.contact-box-list .wpb_wrapper h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.site textarea {
    height: 180px;
}

.to-top {
    width: 65px;
    height: 65px;
    background: #eaae30;
}

.page-id-29 .f-contact-block {
    display: none;
}

.page-id-29 .site-footer {
    border-top: 5px solid #eaae30;
}

.to-top {
    width: 65px;
    height: 65px;
    background: #eaae30;
    text-align: center;
    border-radius: 36px;
    line-height: 65px;
    position: absolute;
    right: 0;
    top: -109px;
    cursor: pointer;
}

.projects-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.projects-list li {
    width: 48.5%;
    list-style: none;
    background: #fff;
    padding: 0;
    box-shadow: 0 15px 35px #dfdfdf;
}

.projects-text h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    margin: 15px 0 10px 0;
}

.projects-text h2 a {
    text-decoration: none;
}

.projects-text p {
    margin-bottom: 10px;
}

.projects-text .button-block {
    margin-top: 25px;
}

.projects-text {
    padding: 5px 25px 25px 25px;
}

.single-project .navigation.post-navigation {
    display: none;
}

.single-project h3 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
}

.single-project ul {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 0 0 15px;
}

.single-project ul li {
    margin-bottom: 10px;
}

.img-caption-text p {
    font-size: 14px;
    font-style: italic;
    line-height:20px;
}

.border-bottom-line>.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    border-bottom: 2px solid #ececec;
    margin-bottom: 35px;
}

.location-single-projets>.vc_column-inner>.wpb_wrapper {
    text-align: center;
    max-width: 500px;
    box-shadow: 0 15px 35px #dfdfdf;
    margin: 0 auto;
    padding:25px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.location-single-projets > .vc_column-inner > .wpb_wrapper h3 {
    margin-bottom: 0;
  }
  .location-single-projets > .vc_column-inner > .wpb_wrapper .button-block{margin-top:10px;}

  /* mobile menu */

  @media (max-width: 992px) {
    .site-nav {
      display: flex;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
  
    .site-nav__menu {
      display: none;
      flex-direction: column;
      margin: auto;
      padding-top: 1rem;
      padding-bottom: 2rem;
      animation-duration: .2s;
      animation-timing-function: ease-in-out;
    }
  
    .site-nav__link {
      font-size: calc(1.2rem + 3vw);
    }
  
    .site-nav--is-open {
      height: 100vh;
      overflow-y: auto;
      width: 100%;
position: absolute;
padding: 15px;
    }
  
    .site-nav--is-open .site-nav__menu {
      display: flex;
    }
  }
  
  @media (min-width: 992px) {
    .site-nav__menu {
      display: flex;
      flex-direction: row;
      padding: 0;
    }
  }
  
  .fade-in {
    animation-fill-mode: forwards;
    animation-name: fade;
  }
  
  .fade-out {
    animation-fill-mode: backwards;
    animation-name: fade;
  }
  
  @keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  /*
    Curtain
  */
  
  .site-nav__curtain {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background:#000;
    border-radius: 50%;
    transform: translateY(100%) scale(0);
    animation-duration: .6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  
  .curtain-up {
    animation-name: curtainUp;
  }
  
  .curtain-down {
    animation-name: curtainDown;
  }
  
  @media (min-width: 992px) {
    .site-nav__curtain {
      visibility: hidden;
      transform: translateY(100%) scale(0) !important;
    }
  }
  
  @keyframes curtainUp {
    0% {
      border-radius: 50%;
      transform: translateY(100%) scale(1);
      visibility: visible;
      opacity: 1;
    }
    50% {
      border-radius: 50%;
    }
    100% {
      transform: translateY(0%) scale(3, 1);
      visibility: visible;
      opacity: 1;
      border-radius: 0;
    }
  }
  
  @keyframes curtainDown {
    0% {
      border-radius: 0;
      transform: translateY(0%) scale(3, 1);
      opacity: 1;
      visibility: visible;
    }
    50% {
      opacity: 1;
      visibility: visible;
      border-radius: 50%;
    }
    99% {
      transform: translateY(100%) scale(0);
      visibility: visible;
      opacity: 1;
    }
    100% {
      transform: translateY(100%) scale(0);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  /*
    Menu button
  */
  
  .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    padding: .5rem 0 .5rem 2rem;
    color: #fff;
    position: sticky;
    left: 0;
    top: 0;
    align-self: normal;
    justify-self: start;
    z-index: 10;

  }
  
  .menu-button:active {
    transform: translateY(-.2rem);
  }
  
  @media (min-width: 992px) {
    .menu-button {
      display: none;
    }
  }
  
  .menu-button__lines {
    display: grid;
    gap: 5px;
    transition: all .2s ease;
    position: absolute;
    left: 0;
  }
  
  .menu-button__lines--open {
    gap: 0;
  }
  
  .menu-button__line {
    display: block;
    transition: .2s ease;
    content: '';
    width: 1.2rem;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
  }
  
  .menu-button:hover .menu-button__lines {
    gap: 8px;
  }
  
  .menu-button__lines--open .menu-button__line {
    grid-row-start: 1;
    grid-column-start: 1;
    transform: rotate(45deg) scale(1.6);
  }
  
  .menu-button__lines--open .menu-button__line:nth-child(3) {
    transform: rotate(-45deg) scale(1.6);
  }

.single-post .entry-content p, .single-post .entry-content table{margin-bottom:20px;}
.single-post .entry-footer.default-max-width{display:none;}
.archive .page-header {
  margin-top: 0;
  padding-bottom: 20px;
  background:var(--color1);
  max-width: 100%;
  border: none;
  text-align: center;
  padding-top: 20px;
	margin-bottom:40px;
}
.archive .page-title {
  font-size: 44px;
  font-weight: 800;
  padding: 0;
  margin: 0;
	color:#000;
}

.archive .entry-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
}

.archive article .entry-header{margin:0;font-size: 15px;}
.archive article .entry-content{margin-top:5px; margin-bottom:0;}

.archive article {
  margin-bottom: 0;
  background: #fff;
  padding: 30px;
  border: 1px solid #ecebeb;
}
.single-post .entry-header.inner-header-bg .entry-title .post-date {
display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  line-height:18px;
}
.single-post .entry-header.inner-header-bg{background:url(../images/contact-us.jpg) no-repeat; background-size: cover;}

.single-post .entry-header.inner-header-bg .entry-title {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* new css */

.site-logo .custom-logo{max-width:105px}
.primary-navigation {
  background: #fff;
  padding-left: 5px;
  border-radius: 36px 0 0 36px;
  box-shadow: 0 5px 0 #000;
}

 .primary-navigation .primary-menu-container {
    margin-right: 0;
    margin-left: 0;
  }

.primary-navigation::after {
  background: #fff;
  content: '';
  width: 100%;
  height: 55px;
  position: absolute;
  right: -100%;
  top: 0;
    box-shadow: 0 5px 0 #000;
}

.our-projects{
    background:url(../images/project-bg.jpg) no-repeat center;
    background-size:cover;
    clip-path: polygon( calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%, 0 0 );
}

.pad50{padding:90px 0;}

.about-us.pad50, .our-projects.pad50 {
  margin: 0 ;
}

.project-home-list {
  background: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-top: 25px;
  overflow: hidden;
}

.image-text__wrapper {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 40px;
  align-items:center;
}

.image-container{    clip-path: polygon( calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 0 100%, 0 0 );}

.text-container {
  padding-right: 40px;
}

.email-subscriber .container section:first-child {
  padding-right: 50px;
}

.email-subscriber .container section:nth-child(2) {
  padding-left: 50px;
}

.footer-contact {
  position: relative;
  top: -50px;
}

.footer-left, .footer-right {
  padding-top: 100px;
}

.footer-left p.copyright-text {
  margin-top: 25px;
}
.abt-list {margin:0; padding:0;}
.abt-list li {
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 10px 35px #dfdfdf;
  list-style:none;
}

.wpcf7-form-control.wpcf7-submit {
  max-width: 360px;
  background: #f4cc5d !important;
}

.single-project .post-date{display:none;}

.pr-box-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 15px 35px #e8d2c7;
}

.single-project h4{margin-bottom:30px;}

.pr-box-content.v1 {
  background: none;
  border: 1px dashed;
}


.container.article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.navigation.pagination {
  border: none;
}

.navigation.pagination .page-numbers {
  background: #ffe6d9;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
}
.navigation.pagination .page-numbers.current{background:#fff;}

.nav-previous, .nav-next {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

.navigation.post-navigation .post-title {
  font-size: 18px;
}

.navigation.post-navigation .meta-nav {
  font-size: 14px;
}



.custom-pdf-viewer .button-yellow {
  padding: 15px 20px;
}

.no-results.not-found .page-content.default-max-width {
  display: none;
}

.site-branding {
  display: flex;
  gap: 15px;
	align-items: center;
}