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

/* Default CSS */

#wpadminbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    color: #363847;
    background-color: #FFFFFF;
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    color: #363847;
    text-transform: capitalize;
}

h2 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    color: #363847;
    text-transform: capitalize;
}

h3 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 55px;
    color: #363847;
    text-transform: capitalize;
}

h4 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #363847;
    text-transform: capitalize;
}

h5 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 39px;
    color: #363847;
    text-transform: capitalize;
}

h6 {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #363847;
    text-transform: capitalize;
}

p, li {
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 39px;
    color: #363847;
}

.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dark_bg {
    background-color: #000000;
}

a:focus,
a:focus-visible {
    outline: none;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

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

.theme_btn {
    display: inline-block;
    font-family: 'NeueMachina-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #8DA6D6;
    border-radius: 6px;
    padding: 18px 91px 18px 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease;
}

.theme_btn::after {
    content: "";
    width: 51px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.theme_btn:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.theme_btn:hover::after {
    background-color: #8DA6D6;
}

.theme_btn:active {
    color: #FFFFFF;
}

.theme_btn:focus {
    color: #FFFFFF;
    outline: none;
}

.theme_btn:visited {
    color: #FFFFFF;
}

.theme_btn:focus-visible {
    outline: none;
}

/* Header CSS */

body.overflow_hidden {
    overflow: hidden;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.header_wrapper {
    display: flex;
}

.site_logo a {
    width: 160px;
    height: 158px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s ease;
}

body.dark-class .site_logo a {
    background-color: #FFFFFF;
}

.site_logo a img {
    display: block;
    width: 128px;
    filter: brightness(0) invert(1);
    transition: all .7s ease;
}

body.dark-class .site_logo a img {
    filter: none;
}

.main-navigation ul {
    margin-top: 47px;
    justify-content: flex-end;
}

.main-navigation ul li {
    margin: 0 35px;
}

.main-navigation ul li:first-child {
    margin-left: 0;
}

.main-navigation ul li:last-child {
    margin-right: 0;
}

.main-navigation ul li a {
    display: inline-block;
    font-family: 'NeueMachina-Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: all .3s ease;
    position: relative;
}

body.contact-black-menu .main-navigation ul li a,
body.single-projects .main-navigation ul li a {
    color: #000000;
}

body.single-projects .main-navigation ul li.current-menu-item a {
    color: #8DA6D6;
}

body.single-projects .main-navigation ul li a:hover {
    color: #8DA6D6;
}

.main-navigation ul li.current-menu-item a {
    color: #000000;
}

body.dark-class .main-navigation ul li.current-menu-item a {
    color: #8DA6D6;
}

.main-navigation ul li a:hover {
    color: #000000;
}

body.dark-class .main-navigation ul li a:hover {
    color: #8DA6D6;
}

body.contact-black-menu .main-navigation ul li.current-menu-item a {
    color: #8DA6D6;
}

body.contact-black-menu .main-navigation ul li a:hover {
    color: #8DA6D6;
}

@media (max-width: 1400px) {
    .site_logo a {
        width: 130px;
        height: 128px;
    }

    .site_logo a img {
        width: 98px;
    }

    .main-navigation ul li {
        margin: 0 25px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 70px;
        line-height: 70px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 35px;
        line-height: 45px;
    }

    h4 {
        font-size: 25px;
        line-height: 35px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        line-height: 26px;
    }

    p, li {
        font-size: 22px;
        line-height: 35px;
    }

    .site_logo a {
        width: 110px;
        height: 108px;
    }

    .site_logo a img {
        width: 78px;
    }

    .main-navigation ul {
        margin-top: 30px;
    }

    .main-navigation ul li {
        margin: 0 15px;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    p, li {
        font-size: 20px;
        line-height: 30px;
    }

    .site_logo a {
        width: 100px;
        height: 98px; 
    }

    .site_logo a img {
        width: 68px;
    }

    .main-navigation ul li a {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        line-height: 26px;
    }

    p, li {
        font-size: 16px;
        line-height: 24px;
    }

    .site_logo {
        position: relative;
        z-index: 2;
    }

    .main-navigation .menu-toggle {
        display: block;
        margin-left: auto;
        border: none;
        border-radius: 0;
        background: transparent;
        margin-top: 20px;
        padding: 0;
        position: relative;
        z-index: 2;
        transition: 0.25s ease-in-out;
    }

    .main-navigation .menu-toggle img {
        display: block;
        width: 34px;
        height: 21px;
    }

    body.contact-black-menu .main-navigation .menu-toggle img,
    body.single-projects .main-navigation .menu-toggle img {
        filter: invert(1);
    }

    body.contact-black-menu .site-header.open_mobile_menu .main-navigation .menu-toggle img,
    body.single-projects .site-header.open_mobile_menu .main-navigation .menu-toggle img {
        filter: none;
    }

    .main-navigation .menu-toggle img.menu_close_icon {
        display: none;
    }

    .site-header.open_mobile_menu .main-navigation .menu-toggle img.menu_open_icon {
        display: none;
    }

    .site-header.open_mobile_menu .main-navigation .menu-toggle img.menu_close_icon {
        display: block;
    }

    body.dark-class .site-header.open_mobile_menu .main-navigation .menu-toggle {
        background: #000000;
    }

    .main-navigation ul {
        display: none;
    }

    .site_logo a {
        width: 105px;
        height: 103px;
    }

    .site_logo a img {
        width: 85px;
    }

    body.dark-class .site-header.open_mobile_menu .main-navigation #nav-icon3 span {
        background: #FFFFFF;
    }

    .main-navigation #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .main-navigation #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .menu-menu-1-container {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #000000;
        top: 0;
        right: -100%;
        z-index: 1;
        transition: all .5s ease;
    }

    .site-header.open_mobile_menu .main-navigation .menu-menu-1-container {
        right: 0;
    }

    .main-navigation ul {
        margin: 150px 20px 0 20px;
    }

    .main-navigation ul li {
        margin: 0 0 30px 0;
        text-align: center;
    }

    .main-navigation ul li:last-child {
        margin: 0;
    }

    .main-navigation ul li a {
        color: #FFFFFF;
        font-size: 30px;
        line-height: 30px;
    }

    .site-header .container {
        padding: 0 20px;
    }

    .site-header.open_mobile_menu .site_logo a {
        background-color: #FFFFFF;
    }

    .site-header.open_mobile_menu .site_logo a img {
        filter: none;
    }

    body.contact-black-menu .main-navigation ul li a,
    body.single-projects .main-navigation ul li a {
        color: #FFFFFF;
    }

}

/* Footer CSS */

.site-footer {
    background-image: url(../images/footer-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #363847;
    padding-top: 69px;
}

.footer_wrapper {
    margin: 0 -15px;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer_column {
    width: 20%;
    padding: 0 15px;
}

.footer_logo_column,
.footer_menu_column {
    width: 18%;
}

.footer_get_touch_column {
    width: 24%;
}

.footer_logo a {
    width: 170px;
    height: 168px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_logo a img {
    display: block;
    width: 134px;
    filter: brightness(0) invert(1);
}

.footer_menu_heading {
    margin-bottom: 26px;
}

.footer_menu_heading h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: 4.4px;
    text-transform: uppercase;
}

.footer_company_menu ul li {
    margin-bottom: 21px;
}

.footer_company_menu ul li:last-child {
    margin-bottom: 0;
}

.footer_company_menu ul li a,
.footer_address a,
.footer_contact_detail p,
.footer_contact_detail p a {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: #9D9D9D;
    letter-spacing: 0px;
    text-transform: capitalize;
    transition: all .2s ease;
}

.footer_address a {
    line-height: 42px;
    max-width: 80%;
}

.footer_contact_detail p,
.footer_contact_detail p a {
    text-transform: none;
}

.footer_contact_detail p {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.footer_contact_detail p:last-child {
    margin-bottom: 0;
}

.footer_contact_detail p a {
    margin-left: 10px;
}

.footer_follow_menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer_follow_menu ul li:first-child {
    margin-left: 0;
}

.footer_follow_menu ul li:last-child {
    margin-right: 0;
}

.footer_follow_menu ul li {
    margin: 0 6px;
}

.footer_follow_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 0px 30px #BA8D8D29;
    transition: all .2s ease;
}

.footer_follow_menu ul li a img {
    display: block;
    transition: all .2s ease;
}

.footer_follow_image {
    margin-top: 51px;
}

.footer_follow_image img {
    display: block;
    width: 100%;
}

.footer_bottom_content {
    border-top: 1px solid #9D9D9D;
    margin-top: 26px;
    padding-top: 26px;
    padding-bottom: 18px;
}

.footer_copyright_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer_copyright_wrapper p,
.footer_copyright_wrapper p a {
    font-size: 18px;
    line-height: 36px;
    color: #9D9D9D;
    letter-spacing: 0px;
}

.footer_copyright_wrapper p a {
    display: inline-block;
    transition: all .2s ease;
}

.footer_company_menu ul li a:hover, 
.footer_address a:hover, 
.footer_contact_detail p a:hover,
.footer_copyright_wrapper p a:hover {
    color: #8DA6D6;
}

.footer_follow_menu ul li a:hover {
    background-color: #000000;
}

.footer_follow_menu ul li a:hover img {
    filter: invert(1);
}

.footer_social_icons {
    display: none;
}

@media (max-width: 1600px) {
    .footer_menu_heading h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .footer_company_menu ul li a,
    .footer_address a,
    .footer_contact_detail p,
    .footer_contact_detail p a {
        font-size: 20px;
        line-height: 20px;
    }

    .footer_address a {
        max-width: 100%;
        line-height: 38px;
    }

    .footer_company_menu ul li {
        margin-bottom: 15px;
    }

    .footer_logo a {
        width: 150px;
        height: 150px;
    }

    .footer_logo a img {
        width: 120px;
    }

    .footer_logo_column {
        width: 16%;
    }

    .footer_menu_column {
        width: 20%;
    }
}

@media (max-width: 1400px) {
    .footer_logo a {
        width: 120px;
        height: 120px;
    }

    .footer_logo a img {
        width: 100px;
    }

    .footer_menu_heading h3 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2.4px;
    }

    .footer_company_menu ul li a,
    .footer_address a,
    .footer_contact_detail p,
    .footer_contact_detail p a {
        font-size: 18px;
        line-height: 18px;
    }

    .site-footer {
        padding-top: 50px;
    }

    .footer_bottom_content {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer_copyright_wrapper p,
    .footer_copyright_wrapper p a {
        line-height: 18px;
    }

    .footer_menu_heading {
        margin-bottom: 15px;
    }

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

    .footer_address a {
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
    .footer_menu_heading h3 {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1.4px;
    }

    .footer_company_menu ul li a,
    .footer_address a,
    .footer_contact_detail p,
    .footer_contact_detail p a {
        font-size: 16px;
        line-height: 16px;
    }

    .footer_logo a {
        width: 90px;
        height: 90px;
    }

    .footer_logo a img {
        width: 75px;
    }

    .footer_follow_menu ul li a {
        width: 35px;
        height: 35px;
    }

    .site-footer {
        padding-top: 40px;
    }

    .footer_wrapper {
        margin: 0 -10px;
    }

    .footer_column {
        padding: 0 10px;
    }

    .footer_logo_column {
        width: 14%;
    }

    .footer_company_menu ul li {
        margin-bottom: 5px;
    }

    .footer_address a {
        line-height: 26px;
    }

    .footer_follow_menu ul li {
        margin: 0 5px;
    }

    .footer_get_touch_column {
        width: 26%;
    }

    .footer_copyright_wrapper p,
    .footer_copyright_wrapper p a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    .site-footer {
        padding-top: 30px;
    }

    .footer_wrapper {
        margin: 0;
    }

    .footer_column {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .footer_column:last-child {
        margin-bottom: 0;
    }

    .footer_logo a {
        width: 100px;
        height: 100px;
    }

    .footer_logo a img {
        width: 80px;
    }

    .footer_menu_heading h3 {
        font-size: 18px;
        line-height: 18px;
    }

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

    .footer_address a {
        line-height: 24px;
    }

    .footer_follow_image {
        margin-top: 20px;
    }

    .footer_follow_image img {
        max-width: 250px;
    }

    .footer_bottom_content {
        margin-top: 30px;
        padding-top: 18px;
    }

    .site-footer {
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .footer_copyright_wrapper p, 
    .footer_copyright_wrapper p a {
        font-size: 18px;
        line-height: 18px;
    }
    .footer_bottom_content {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .footer_follow_image {
        margin-top: 0;
    }
    .footer_company_menu ul li a, 
    .footer_address a, 
    .footer_contact_detail p, 
    .footer_contact_detail p a {
        font-size: 20px;
        line-height: 20px;
    }
    .footer_address a {
        max-width: 30%;
        line-height: 30px;
    }
    .footer_menu_heading h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .footer_menu_heading {
        margin-bottom: 20px;
    }
    .footer_follow_menu ul li a {
        width: 33px;
        height: 33px;
    }
    .footer_column {
        margin-bottom: 50px;
    }
    .site-footer {
        padding-top: 40px;
    }
    .footer_social_icons .footer_menu_heading h3 {
        max-width: 75%;
        font-size: 20px;
        line-height: 26px;
    }
    .footer_follow_column .footer_menu_heading,
    .footer_follow_column .footer_follow_menu {
        display: none;
    }
    .footer_logo_column {
        display: flex;
        width: 100%;
    }
    .footer_social_icons {
        display: block;
        margin-left: 50px;
    }
    .footer_logo a {
        width: 120px;
        height: 120px;
    }

    .footer_logo a img {
        width: 100px;
    }
}

@media (max-width: 634px) {
    .footer_address a {
        max-width: 35%;
    }
}

@media (max-width: 550px) {
    .footer_copyright_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .site_design_text {
        margin-top: 18px;
    }
    .footer_address a {
        max-width: 40%;
    }
}

@media (max-width: 490px) {
    .footer_address a {
        max-width: 50%;
    }
}

@media (max-width: 400px) {
    .footer_address a {
        max-width: 62%;
    }
}

@media (max-width: 321px) {
    .footer_address a {
        max-width: 65%;
    }
}

/* 404 Page CSS */

.error-404 {
    margin-top: 350px;
    margin-bottom: 150px;
    text-align: center;
}

body.error404 .main-navigation ul li a {
    color: #000000;
}

body.error404 .main-navigation ul li a:hover {
    color: #8DA6D6;
}

.page_not_found_heading h1 {
    font-size: 50px;
    line-height: normal;
    text-transform: capitalize;
}

.go_to_home_btn {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .error-404 {
        margin-top: 250px;
    }
}

@media (max-width: 767px) {
    .page_not_found_heading h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .go_to_home_btn {
        margin-top: 30px;
    }
}