@font-face {
    font-family: 'Futura-PT';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsterdam-Four';
    src: url('../fonts/Amsterdam-Four.eot');
    src: url('../fonts/Amsterdam-Four.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Amsterdam-Four.woff2') format('woff2'),
        url('../fonts/Amsterdam-Four.woff') format('woff'),
        url('../fonts/Amsterdam-Four.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-PT-Light';
    src: url('../fonts/FuturaPT-Light.eot');
    src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'DMSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow-x: hidden;
}

html {
    margin: 0 !important;
}

/***********COMMON SECTION****************/
img {
    width: 100%;
}
a:hover,
a:focus,
a:active {
    outline: none !important;
}

p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'DMSans-Regular';
    line-height: 26px;
}

h2 {
    font-family: 'Futura-PT';
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.heading img {
    width: 40px;
    margin: 35px 0;
}

.heading span {
    font-family: 'Amsterdam-Four';
    font-size: 35px;
    line-height: 26px;
    letter-spacing: -1px;
    text-transform: none;
    margin-top: 20px;
    display: block;
}

h1 {

    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;

    font-weight: 400;

    font-family: 'Futura-PT';
}


h1 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
}


h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 400;
}


.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}


.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}


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


a {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Futura-PT';
    color: #000;
    font-weight: normal;
}

ul {
    text-align: left;
    margin-top: 0;
    counter-reset: list-counter;
    position: relative;
    padding-left: 0;
    margin-left: 0;
}

ul li h2 {
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
}

li {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    position: relative;
    margin-bottom: 35px;
}

li:before {
    content: '';
    counter-increment: list-counter;
    content: counter(list-counter);
    font-family: 'Amsterdam-Four';
    font-size: 38px;
    line-height: 44px;
    display: inline-block;
    position: absolute;
    width: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

p a {
    text-transform: none;
    font-weight: normal;
    font-family: 'DMSans-Regular';
    letter-spacing: 0;
    color: #333;
}

/***********HERO SECTION****************/
.hero-section {
    height: 100vh;
    overflow: hidden;
}

.hero-section .video-wrapper {
    width: 100%;
    height: 100%;
}

.hero-section .container {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.hero-section .container,
.hero-section .row {
    height: 100%;
}

.hero-section .video-wrapper video {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.hero-section .site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    max-width: 370px;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.inner-hero-section {
    max-height: 432px;
    height: 100vh;
    background-position: 0 50%;
    background-size: cover;
    position: relative;
}

.inner-hero-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #00211280, #00211280);
}

.inner-hero-section .content-wwrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
}

.inner-hero-section .content-wwrapper h1 {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    padding-top: 58px;
    letter-spacing: 4px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/***********TEXT SECTION****************/
.text-section {
    text-align: center;
    padding-top: 6%;
    /* padding-bottom: 6%; */
    position: relative;
}

.text-section .container {
    max-width: 580px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.text-section .heading h2 {
    padding-bottom: 30px;
    /* font-family: 'Futura-PT-Light'; */
}

.text-section .heading p {
    padding-bottom: 15px;
}

.text-section h1 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    /* font-family: 'Futura-PT-Light'; */
}

.text-section.about .heading img {
    width: 260px;
    margin-top: 0;
}

.text-section.about {
    padding-bottom: 6%;
}


/***********OUR SERVICES SECTION****************/
.our-services-section .image-wrapper {
    width: 52%;
    max-width: 850px;
    margin: 0 auto;
}

.our-services-section h1 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    text-align: center;
    padding-bottom: 4%;
}

.our-services-section .conent-wrapper {
    width: 45%;
    text-align: center;
    max-width: 571px;
    padding-left: 141px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-services-section .conent-wrapper a:visited {
    color: #000;
}

.our-services-section .image-wrapper img {
    aspect-ratio: 680/ 653;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 653px;
}

.our-services-section .conent-wrapper img {
    width: 60px;
}

.our-services-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.our-services-section .row {
    padding-bottom: 39px;
}

.our-services-section .conent-wrapper h2 {
    font-size: 30px;
    line-height: 44px;
    margin: 30px 0;
    font-family: 'Futura-PT-Light';
}

.our-services-section .row:nth-child(even) .conent-wrapper {
    padding-left: 0;
    padding-right: 123px;
}

/***********ABOUT SECTION****************/
.about-section .heading {
    align-items: start;
    width: 100%;
}

.about-section .heading img {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.about-section .container {
    max-width: 480px;
}

.about-section .heading h2 {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
}

.about-section .heading h3 {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-section .heading p {
    text-align: left;
    display: block;
    padding-bottom: 15px;
}

.about-section .heading span {
    margin-left: auto;
    margin-right: auto;
}

.about-section .heading .sign {
    border-radius: 0;
    width: 110px;
    height: 57px;
    margin-top: 0;
}

/***********TWO COLUMN SECTION****************/
.two-column-section {
    text-align: left;
    padding: 100px 0;
}

.two-column-section .conent-wrapper {
    width: 70%;
    max-width: 571px;
    text-align: left;
}

.two-column-section .heading {
    width: 30%;
    align-items: start;
    max-width: 217px;
}

.two-column-section .heading h2 {
    text-align: left;
    font-size: 38px;
    line-height: 44px;
    margin-top: 0;
}

.two-column-section .row {
    justify-content: space-between;
    align-items: start;
}

.two-column-section .container {
    max-width: 910px;
}

.two-column-section.contact-section .conent-wrapper {
    max-width: 360px;
}

.two-column-section.contact-section .row {
    justify-content: space-around;
}


.two-column-section.our-progress {
    overflow: hidden;
}

.two-column-section.our-progress .heading {
    max-width: 274px;
    width: 35%;
}

.two-column-section.our-progress .conent-wrapper {
    width: 64%;
    max-width: 600px;
}

.two-column-section.our-progress .progress-list {
    padding-bottom: 18px;
}

.two-column-section.our-progress .progress-list h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Futura-PT';
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
}

.two-column-section.our-progress .progress-list p {
    color: #979797;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}

.two-column-section.our-progress .container {
    max-width: 1032px;
}

.two-column-section.our-progress .heading span {
    margin-top: 0;
    margin-bottom: 20px;
}

/***********CONTACT SECTION****************/
.contact-section .heading {
    padding: 0 35px;
    max-width: 100%;
    width: auto;
}

.contact-section .heading a {
    text-underline-offset: 17px;
    text-decoration: none;
}

.get-in-touch-section {
    padding-top: 116px;
    padding-bottom: 280px;
}

.get-in-touch-section .heading a {
    text-decoration: none;
}

.get-in-touch-section .heading {
    margin: 0;
    align-items: center;
}

.get-in-touch-section .svg-draw {
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.get-in-touch-section .heading h2 {
    font-size: 30px;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
}

.form {
    padding-top: 15px;
}

form .wpcf7-spinner {
    right: 0;
    margin: 10px 0 0 auto !important;
    display: table;
}

select.wpcf7-form-control {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 7px;
    font-family: 'Futura-PT';
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    max-width: 360px;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #002b17;
    font-family: 'Futura-PT';
    font-size: 16px;
    width: 100%;
    color: #fff;
    padding: 9px 15px;
    border-radius: 0;
    cursor: pointer;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.two-column-section.contact-section span {
    font-size: 29px;
    line-height: 30px;
    margin: -8px 0 0px 0;
}

input::placeholder,
textarea::placeholder {
    color: #999;
}


form.wpcf7-form span input,
form.wpcf7-form textarea {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #000;
    border-bottom-style: solid;
    max-width: 360px;
    width: 100%;
    font-family: 'Futura-PT';
    border-radius: 0;
    margin-bottom: 18px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
}

/***********TAB SECTION****************/

.tab-section .tab-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    animation: fadeIn 0.5s ease 1 forwards;
}


.tab-section ul.tabs li:before {
    display: none;
}

.tab-section .tab-wrapper {
    width: 100%;
}

.tab-section .tab-wrapper ul.tabs {
    display: flex;
    justify-content: center;
    margin: 0;
}

.tab-section .tab-wrapper ul.tabs li.tab-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Futura-PT';
    font-size: 15px;
    color: #222;
    padding: 9px 30px;
    text-align: center;
    margin: 0 25px;
    cursor: pointer;
}

.tab-section .tab-wrapper ul.tabs li.tab-link.active {
    color: #fff;
    background-color: #092b1b;
    font-family: 'Futura-PT';
}

.tab-section {
    padding: 109px 0;
}

.tab-section .tab-wrapper .content-wrapper {
    padding-top: 60px;
}

.tab-section .content-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

.tab-section .content-wrapper .tab-content {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tab-section .content-wrapper .tab-content .project-box {
    width: calc(50% - 60px);
    max-width: 600px;
    max-height: 400px;
    position: relative;
    aspect-ratio: 600/400;
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
    display: none;
}

.tab-section .content-wrapper .tab-content .project-box.active {
    display: block;
}

.tab-section .content-wrapper .tab-content .project-box .heading {
    height: 100%;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.tab-section .content-wrapper .tab-content .project-box:before {
    content: '';
    z-index: 0;
    background-color: #00000052;
    position: absolute;
    inset: 0%;
}

.tab-section .content-wrapper .tab-content .project-box .heading span,
.tab-section .content-wrapper .tab-content .project-box .heading p,
.tab-section .content-wrapper .tab-content .project-box .heading h2 {
    color: #fff;
}

.tab-section.content-wrapper .tab-content .project-box .heading h2 {
    font-size: 33px;
    margin-top: 15px;
}

.tab-section .content-wrapper .tab-content .project-box .heading span {
    font-size: 22px;
}

.tab-section .content-wrapper .tab-content .project-box .heading p {
    font-size: 15px;
    line-height: normal;
}

.tab-section .content-wrapper .tab-content .project-box .heading p img {
    margin: 0 10px 0 0;
    height: 19px;
    width: 15px;
    vertical-align: sub;
}


/***********PROJECT SECTION****************/
.single.inner-hero-section {
    height: 90vh;
    max-height: 100%;
}

.single.inner-hero-section .content-wwrapper .back-link {
    color: #fff;
    margin: 0 auto;
    display: table;
    padding-bottom: 110px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: none;
    font-family: 'Futura-PT-Light';
}


.single.inner-hero-section .content-wwrapper .heading span,
.single.inner-hero-section .content-wwrapper .heading h1,
.single.inner-hero-section .content-wwrapper .heading p {
    color: #fff;
}

.single.inner-hero-section .content-wwrapper .heading h1 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    padding-top: 28px;
}

.single.inner-hero-section::before {
    background-color: #0000005e;
    background-image: unset;
}

.single.inner-hero-section .content-wwrapper .heading p {
    font-size: 30px;
    font-family: 'Futura-PT';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single.inner-hero-section .content-wwrapper .heading span {
    font-size: 30px;
}

.single-project-wrapper {
    padding-top: 200px;
}

.single-project-wrapper .images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.single-project-wrapper .images-wrapper .item {
    /* aspect-ratio: 761 / 465; */
    width: calc(50% - 50px);
    height: 100%;
}

.single-project-wrapper .images-wrapper .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.single-project-wrapper .images-wrapper .item img {
    object-fit: cover;
}

.single-image img {
    max-height: 500px;
    object-fit: cover;
    max-width: 1009px;
    margin: 0 auto;
}


/***********HEADER AND FOOTER SECTION****************/
header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.menu-toggle {
    display: none;
}

header .menu-main-menu-container ul li {
    padding: 2px 10px;
    margin: 0;
}

header .menu-main-menu-container ul li.current-menu-item a {
    text-decoration: underline;
}

header .menu-main-menu-container ul li a {
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 20px 18px;
    font-family: 'Futura-PT-Light';
    font-size: 14px;
    outline: none;
}

header .menu-main-menu-container ul li:before {
    display: none;
}

header .site-branding {
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
}

header .header-overlay {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    top: unset;
    height: 100%;
    z-index: -1;
    bottom: 0;
}

header .site-branding .custom-logo-link {
    display: flex;
    vertical-align: bottom;
}

header nav#site-navigation {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: end;
}

header .main-navigation ul {
    justify-content: end;
}

.social-links a img {
    min-width: 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
}

footer .social-links a:hover img {
    filter: brightness(0) invert(1);
}

.social-links a {
    display: inline-flex;
    margin-left: 16px;
    z-index: 9;
}

.social-links {
    text-align: right;
    display: flex;
    justify-content: end;
    padding-right: 5px;
    padding-left: 16px;
}

header .row {
    justify-content: space-between;
    margin: 0;
}

header .container {
    max-width: 1117px;
}

footer {
    background-color: #092b1b;
    padding-top: 6vh;
    padding-bottom: 6vh;
    display: flex;
    position: relative;
    overflow: hidden;
}


footer:before {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(/wp-content/themes/maker-events/assests/images/footer-bg.svg);
    mix-blend-mode: multiply;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 99.5%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .48;
}

footer .row {
    flex-direction: column;
}

footer .footer-logo {
    padding-bottom: 50px;
    text-align: center;
}

footer .footer-logo img {
    width: 120px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.footer-links nav {
    text-align: center;
}

.footer-links nav ul {
    justify-content: center;
}

.footer-links nav ul li {
    padding: 0 25px;
    margin: 0;
}

.footer-links nav ul li a {
    color: #86968e;
    letter-spacing: 2px;
    font-family: 'Futura-PT';
}

.footer-links nav ul li a:hover {
    color: #fff;
}

footer li:before {
    display: none;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
    max-width: 599px;
}

.copyright p {
    color: #86968e;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Futura-PT';
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin: 0;
}

.copyright a {
    font-family: 'Futura-PT';
    color: #86968e;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 12px;
}

.copyright a {
    font-family: 'Amsterdam-Four';
}

.copyright a:hover {
    color: #fff;
}


.copyright:before {
    content: '';
    position: relative;
    max-width: 1143px;
    position: absolute;
    top: 0;
    background: #86968e;
    height: 1px;
    width: 100vw;
    margin: 0 auto;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}


.scroll-down {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    display: table;
    inset: auto 0% 10%;
    width: 60px;
    height: 60px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.preloader img {
    max-width: 332px;
}

.progress-svg-wrapper {
    width: 100%;
    position: relative;
}

.progress-svg-wrapper .progress-height {
    position: absolute;
    top: 176px;
    width: 100%;
    height: calc(100% + 176px);
    background: #ffffff;
    transition: height 0.1s linear;
}

.svg-draw {
    position: absolute;
    z-index: -1;
    left: 0;
    overflow: hidden;
    top: 105.5%;
}

.progress-svg-wrapper svg {
    margin: 0 auto;
    display: table;
}


@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

/* @keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.svg-draw svg text {
    font-size: 30px;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
    font-family: 'Futura-PT';
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    fill: #000;
}

.menu-main-menu-container .nav-menu li::before {
    display: none;
}

/* .menu-main-menu-container .nav-menu li a{
    color: #fff;
} */
/* .menu-main-menu-container .nav-menu li{
    margin-bottom: 0;
    padding: 20px 15px;
} */
/* .our-services-section .services-main-heading {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    font-family: 'Futura-PT-Light';
} */
.single-post-content-main-wrapper {
    margin-top: 100px;
}

.single-post-content-main-wrapper .row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.single-post-content-main-wrapper .row .col-md-9 {
    width: 65%;
}

.single-post-content-main-wrapper .row .col-md-3 {
    width: 30%;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-heading,
.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-heading,
.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-heading {
    margin: 0 0 30px 0;
    color: #062216cf;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-image-wrapper {
    width: 30%;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-heading-wrapper {
    width: 70%;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-url {
    text-decoration: unset;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-heading-wrapper .sidebar-latest-posts-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-url:hover>.sidebar-latest-posts-heading {
    color: #062216cf;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-image-wrapper {
    height: 150px;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.single-post-content-main-wrapper .sidebar-related-posts-wrapper,
.single-post-content-main-wrapper .sidebar-category-wrapper,
.single-post-content-main-wrapper .sidebar-tags-wrapper {
    margin-bottom: 50px;
}

.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-list-item {
    padding-left: 0;
    margin-bottom: 20px;
}

.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-list-item::before {
    display: none;
}

.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-list-item .sidebar-category-list-item-link {
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-list-item .sidebar-category-list-item-link:hover {
    color: #062216cf !important;
}

.single-post-content-main-wrapper .sidebar-category-wrapper .sidebar-category-list-item .sidebar-category-list-item-link:visited {
    color: #000;
}

.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-list-item::before {
    display: none;
}

.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-list-item {
    padding-left: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-list-item .sidebar-tags-list-item-link {
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
    border: 1px solid #000;
    font-size: 10px;
    line-height: 20px;
    border-radius: 25px;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: 0.75px;
}

.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-list-item .sidebar-tags-list-item-link:hover {
    border: 1px solid #062216cf;
    background: #062216cf;
    color: #fff;
}

.single-post-content-main-wrapper .sidebar-tags-wrapper .sidebar-tags-lists {
    display: flex;
    flex-wrap: wrap;
}

.single-post-content-main-wrapper .single-post-content-inner-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    color: #062216cf;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post-content-inner-wrapper .archive-main-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper {
    width: 33%;
    padding: 0 25px 50px 0;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-image-wrapper {
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-image-data {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-content-wrapper {
    margin-top: 20px;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-heading-url {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-heading-url:hover {
    color: #062216cf;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-heading {
    margin-bottom: 10px;
}

.single-post-content-inner-wrapper .archive-main-wrapper .archive-list-image-link:hover>.archive-list-image-data {
    transform: scale(1.05);
}

.single-post-content-inner-wrapper .single-post-feature-image-wrapper {
    margin-bottom: 30px;
    height: 500px;
    width: 100%;
}

.single-post-content-inner-wrapper .single-post-feature-image-wrapper .single-post-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.empty-page-main-wrapper {
    margin-top: 100px;
}

.empty-page-main-wrapper .back-to-home-wrapper {
    text-align: center;
}

.empty-page-main-wrapper .back-to-home-wrapper .back-to-home-url {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background: #062216cf;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #062216cf;
    font-weight: 700;
}

.empty-page-main-wrapper .back-to-home-wrapper .back-to-home-url:hover {
    background: transparent;
    color: #062216cf;
}

.single-project-wrapper .single-project-content-wrapper {
    margin-bottom: 50px;
}

.single-project-wrapper .single-project-content-wrapper p {
    font-size: 18px;
    line-height: 30px;
}

.social-links .popup-envelop-toggle img {
    height: 17px !important;
    width: 21px !important
}

.global-popup-modal .wpcf7 {
    text-align: center;
    width: 90%;
    margin: 40px auto 0 auto;
}

.global-popup-modal .wpcf7 .wpcf7-form {
    text-align: left;
}

.wpcf7 .wpcf7-form .pop-up-heading p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wpcf7 .wpcf7-form .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 22px;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    color: #ff0000;
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto;
    padding: 5px 10px;
    border: 1px solid #ff0000;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    color: #002b17;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 10px;
    border: 1px solid #002b17;
    text-align: center;
    margin: 15px auto;
}

.wpcf7 .wpcf7-form .hidden-fields-container {
    border: unset;
}

.global-popup-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.global-popup-modal.show-modal {
    display: block;
}

.global-popup-modal .global-popup-modal-main-wrapper {
    width: 100%;
    height: 100%;
}

.global-popup-modal .global-popup-modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.global-popup-modal .global-popup-modal-body {
    max-width: 500px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    z-index: 99;
}

.global-popup-modal .global-popup-modal-body .btn-close {
    position: absolute;
    top: -5px;
    right: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.rtl .global-popup-modal .global-popup-modal-body .btn-close{
    left: 0;
    right: unset;
}

.global-popup-modal .global-popup-modal-body .btn-close img {
    height: 30px;
    width: 30px;
    max-width: 30px;
}

.articles-main-section .archive-main-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper {
    width: 33%;
    padding: 0 25px 50px 0;
    overflow: hidden;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-image-wrapper {
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-image-data {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-content-wrapper {
    margin-top: 20px;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-heading-url {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: #092b1b;
    font-family: 'Futura-PT';
    letter-spacing: 3px;
    text-transform: uppercase;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-heading-url:hover {
    color: #062216cf;
}

.articles-main-section .archive-main-wrapper .archive-list-item-wrapper .archive-list-item-heading {
    margin-bottom: 10px;
}

.articles-main-section .archive-main-wrapper .archive-list-image-link:hover>.archive-list-image-data {
    transform: scale(1.05);
}

body.home #page {
    overflow-x: hidden;
}

header .menu-main-menu-container ul li .wpml-ls-native {
    font-size: 15px;
}

.footer-links nav ul li .wpml-ls-native {
    font-size: 18px;
}

body.admin-bar header {
    top: 32px;
}

header .menu-main-menu-container ul li a:hover {
    text-decoration: unset;
}

.global-popup-modal form.wpcf7-form span input,
.global-popup-modal form.wpcf7-form textarea,
.global-popup-modal form.wpcf7-form select.wpcf7-form-control {
    max-width: 100%;
}
header .menu-main-menu-container ul li.menu-item-wpml-ls-3-he .wpml-ls-native,
.footer-links .main-navigation .menu li.menu-item-wpml-ls-3-he .wpml-ls-native{
    font-family: 'OpenSans-Light';
}
.articles-main-section .articles-section-heading {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.footer-instagram-section{
    margin-top: 100px;
}
.footer-instagram-section .footer-instagram-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-instagram-section .footer-instagram-heading-wrapper{
    text-align: center;
    width: 100%;
}
.footer-instagram-section .footer-instagram-heading-wrapper img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.footer-instagram-section .footer-instagram-heading-wrapper a{
    text-decoration: unset;
    display: block;
    width: max-content;
    margin: 0 auto;
}
.footer-instagram-section .footer-instagram-heading-wrapper  p {
    color: #092b1b;
    text-transform: lowercase;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}
.footer-instagram-section .footer-instagram-wrapper a {
    width: 20%;
}
.footer-instagram-section .footer-instagram-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-services-section {
    z-index: 1;
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-recaptcha>div {
    margin-bottom: 20px !important;
}
.single-post .single-post-content-main-wrapper .single-post-content-inner-wrapper a{
    color: #062216cf;
    font-weight: 700;
}
.single-post .single-post-content-main-wrapper .single-post-content-inner-wrapper a:visited {
    color: #062216cf;
}
@media(min-width: 1500px) {
    .single-project-wrapper .images-wrapper .item {
        width: calc(32% - 25px);
    }
}
@media only screen and (max-width: 1199px) {
    .row {
        margin: 0;
    }

    .footer-links nav ul li {
        padding: 0 15px;
    }

    .single-project-wrapper {
        padding-top: 100px;
    }

    .single-project-wrapper .images-wrapper {
        gap: 30px;
    }

    .svg-draw svg#mySvg {
        height: 75rem;
        width: 100%;
        /* position: absolute; */
    }

    .get-in-touch-section {
        position: relative;
        height: 1229px;
    }

    .get-in-touch-section .svg-draw {
        top: 0;
        width: 100%;
        left: -72px;
    }

    header .menu-main-menu-container ul li a {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 991px) {
    header .menu-main-menu-container ul li a {
        padding: 18px 5px;
    }

    header .menu-main-menu-container ul li {
        padding: 2px 5px;
    }

    header nav#site-navigation {
        width: auto;
    }

    .hero-section .site-logo {
        max-width: 250px;
    }

    .tab-section .content-wrapper {

        padding-top: 100px;
    }

    .our-services-section .conent-wrapper {
        padding: 0 20px;
    }

    .our-services-section .row:nth-child(even) .conent-wrapper {
        padding: 0 20px;
    }

    .footer-links {
        width: 100%;
        justify-content: center;
    }

    .social-links {
        width: auto;
        padding-left: 0;
    }

    .footer-links nav {
        width: auto;
    }

    .progress-svg-wrapper,
    .svg-draw {
        display: none;
    }

    .get-in-touch-section {
        display: none;
    }

    .single-post-content-main-wrapper .row .col-md-9,
    .single-post-content-main-wrapper .row .col-md-3 {
        width: 100%;
    }

    .single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-image-wrapper {
        width: 25%;
    }

    .single-post-content-main-wrapper .sidebar-related-posts-wrapper .sidebar-latest-posts-list-wrapper .sidebar-latest-posts-heading-wrapper {
        width: 75%;
    }

    .single-post-content-main-wrapper .sidebar-tags-wrapper {
        margin-bottom: 0px;
    }

    .single-post-content-main-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 767px) {

    body.no-scroll {
        overflow: hidden !important;
    }

    footer {
        z-index: 0;
    }

    .our-services-section .image-wrapper {
        width: 100%;
        margin: 0 auto;
        max-width: 337px;
    }

    .our-services-section .conent-wrapper {
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .our-services-section .conent-wrapper h2 {
        font-size: 25px;
        line-height: normal;
        margin: 20px 0;
    }

    .our-services-section .conent-wrapper a {
        font-size: 12px;
    }

    .our-services-section .row:nth-child(even) .conent-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h2 {
        font-size: 20px;
    }

    .row {
        margin: 0;
    }


    .two-column-section .row {
        flex-direction: column;
    }

    .two-column-section .heading {
        width: 100%;
        max-width: 185px;
    }

    .inner-hero-section .content-wwrapper h1 {
        font-size: 25px;
        line-height: normal;
        width: 80%;
    }

    .inner-hero-section .content-wwrapper {
        width: 100%;
        text-align: center;
    }

    .inner-hero-section {
        max-height: 324px;
    }

    section.text-section.about {
        padding-top: 60px;
    }

    .single-image img {
        max-height: 320px;
        max-width: 318px;
    }

    .two-column-section .heading h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .two-column-section {
        padding: 50px 15px;
    }

    .two-column-section .conent-wrapper {
        width: 100%;
    }

    .two-column-section .conent-wrapper ul {
        padding-top: 20px;
    }

    ul li h2 {
        margin-bottom: 0;
        line-height: normal;
    }

    ul li {
        margin-bottom: 35px;
    }

    .about-section .heading h2 {
        font-size: 25px;
        padding-top: 10px;
        margin-top: 5px;
    }

    .about-section .heading span {
        font-size: 25px;
        line-height: 25px;
    }

    .heading span {
        font-size: 25px;
        line-height: 25px;
    }

    .about-section .heading img {
        width: 130px;
        height: 130px;
        margin: 20px auto;
    }

    .about-section .heading p {
        margin-bottom: 0;
    }

    .footer-links nav .menu-main-menu-container #primary-menu {
        display: block;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-links nav ul li a {
        font-size: 11px;
        justify-content: center;
    }

    .footer-links nav ul li .wpml-ls-native {
        font-size: 15px;
    }

    .footer-links nav ul li {
        padding-bottom: 40px;
    }

    footer .footer-logo img {
        width: 90px;
    }

    .copyright {
        flex-direction: column;
    }

    .copyright p {
        font-size: 10px;
        line-height: 16px;
        max-width: 300px;
        text-align: center;
        padding-bottom: 25px;
    }

    .copyright:before {
        width: 85%;
    }

    .copyright a {
        font-size: 10px;
    }

    .two-column-section.our-progress .heading {
        width: 100%;
    }

    .two-column-section.our-progress .conent-wrapper {
        width: 100%;
    }

    .tab-section .content-wrapper .tab-content .project-box {
        width: 100%;
        max-width: 100%;
        max-height: 255px;
        aspect-ratio: 337 / 255;
        text-decoration: none;
    }

    .tab-section .content-wrapper .tab-content .project-box .heading span {
        font-size: 20px;
    }

    .tab-section .content-wrapper .tab-content .project-box .heading h2 {
        font-size: 23px;
    }

    .tab-section .content-wrapper .tab-content .project-box .heading p {
        font-size: 13px;
    }

    .tab-section .content-wrapper .tab-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tab-wrapper ul.tabs {
        flex-wrap: wrap;
    }

    .tab-section {
        padding: 30px 0;
    }

    .tab-section .content-wrapper {
        padding-top: 45px;
    }

    .contact-section .heading {
        max-width: 100%;
        padding-left: 0;
        align-items: start;
        padding-bottom: 25px;
        padding-right: 0;
    }

    .single.inner-hero-section .content-wwrapper .back-link {
        padding-bottom: 70px;
    }

    .single.inner-hero-section .content-wwrapper .heading span {
        font-size: 24px;
        line-height: 24px;
    }

    .single.inner-hero-section .content-wwrapper .heading h1 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 20px;
        margin-bottom: 5px;
    }

    .single.inner-hero-section .content-wwrapper .heading p {
        font-size: 15px;
    }

    .single.inner-hero-section {
        background-position: 50%;
    }

    .single-project-wrapper .images-wrapper .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-project-wrapper .images-wrapper {
        gap: 10px;
    }

    header {
        padding: 18px 10px;
    }

    header .site-branding {
        width: 35px;
    }

    header .container {
        padding: 0 10px;
    }

    header .social-links {
        margin-right: 24px;
    }

    header nav#site-navigation {
        flex-direction: row-reverse;
        padding-right: 4px;
    }

    .menu-toggle {
        position: relative;
        /* right: 1.5rem; */
        top: -1px;
        /* transform: unset; */
        height: 16px;
        width: 17px;
        background-color: transparent;
        border: 0;
        padding: 0;
        display: block;
        z-index: 1;
    }


    .menu-toggle-bar {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 0;
        width: 100%;
        height: 3px;
        border-radius: 4px;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    .menu-toggle-bar.menu-toggle-bar--top {
        transform: translate(0, -5px);
    }

    .menu-toggle-bar.menu-toggle-bar--bottom {
        transform: translate(0, 5px);
    }

    header nav .menu-main-menu-container {
        display: none;
    }




    header .main-navigation .menu-main-menu-container {
        right: 0;
        display: block;
        padding-top: 20vh;
        padding-left: 20px;
        background-color: #092b1b;
        height: 100vh;
        position: absolute;
        z-index: 0;
        width: 200px;
        top: 0;
        right: -800px;
        transition: 0.5s ease-in-out;
    }

    header .menu-main-menu-container ul li a {
        text-align: left;
    }

    header .menu-main-menu-container ul li a {
        font-size: 13px;
        padding: 20px;
    }

    header .menu-main-menu-container ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    header .main-navigation.toggled .menu-main-menu-container {
        right: 0;
        transition: 0.5s ease-in-out;
    }

    header .main-navigation ul {
        display: block;
    }

    .single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper {
        width: 50%;
        padding: 0 25px 50px 0;
    }

    .articles-main-section .archive-main-wrapper .archive-list-item-wrapper {
        width: 50%;
        padding: 0 25px 50px 0;
    }

    .single-post-content-inner-wrapper .single-post-feature-image-wrapper {
        height: 300px;
    }

    .global-popup-modal .global-popup-modal-body {
        max-width: 90%;
    }
    footer .social-links a {
        margin: 0 8px;
    }
    .footer-instagram-section {
        margin-top: 50px;
    }
    .footer-instagram-section .footer-instagram-wrapper{
        flex-wrap: wrap;
    }
    .footer-instagram-section .footer-instagram-wrapper a{
        width: 33.33%;
    }
    .footer-instagram-section .footer-instagram-wrapper a:nth-child(4),
    .footer-instagram-section .footer-instagram-wrapper a:nth-child(5){
        display: none;
    }
}

@media(max-width: 500px) {
    .single-post-content-inner-wrapper .archive-main-wrapper .archive-list-item-wrapper {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .articles-main-section .archive-main-wrapper .archive-list-item-wrapper {
        width: 100%;
        padding: 0 0 50px 0;
    }
}

.svg-draw svg#mySvg {
    /* height: 100%; */
    /* width: 100%; */
    /* width: 100%;
    height: 100%; */
    /* position: absolute; */

}