* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'commuters-sans';
    font-size: 48px;
    font-weight: 300;
}

p {
    font-family: 'commuters-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

body.page-template-default main#primary {
    margin: 10em 0;
    padding: 0em 1em;
}

ul,
ol {
    list-style: none;
}

ul li,
ol li {
    font-family: 'commuters-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

#login h1 a,
.login h1 a {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: none;
    outline: 0px !important;
    padding-bottom: 30px;
    width: 100%;
}

body.login.js.login-action-login.wp-core-ui.locale-en-us {
    background: url(../images/banner-2.jpg);
    background-size: cover;
}

.login #backtoblog a,
.login #nav a {
    color: #ffffff;
}

header#masthead .container-fluid {
    margin: 0 110px;
}

.container {
    max-width: 1200px !important;
}

header#masthead {
    background: rgb(25 25 25 / 80%);
    padding: 10px 0 0 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

ul#primary-menu li {
    padding: 30px;
}

ul#primary-menu li a {
    color: #fff;
    display: inline-block;
    font-family: "commuters-sans";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

ul#primary-menu>li a:after {
    background: #0075c9;
    bottom: -100%;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
    width: 100%;
    z-index: -1;
}

ul#primary-menu>li:last-child {
    display: block;
    padding-right: 0;
}

ul#primary-menu>li>a:hover:after {
    bottom: 0%;
}

ul#primary-menu>li:last-child a:after {
    display: none;
}

ul#primary-menu>li:last-child a:before {
    background: url('../images/mobile-icon.png');
    background-repeat: no-repeat;
    content: '';
    height: 25px;
    left: -20px;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 16px;
}

.main-navigation>ul {
    justify-content: end;
}

ul#primary-menu ul {
    background: rgb(1 46 75 / 90%);
    border-top: 1px solid #0075c9;
    opacity: 0;
    transition: all 0.2s linear;
}

ul#primary-menu>li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
}

ul#primary-menu ul li {
    padding: 30px 20px;
}

ul#primary-menu ul li a {
    font-size: 12px;
}

ul#primary-menu ul.sub-menu li a:hover {
    font-weight: 600;
}

ul#primary-menu ul.sub-menu li:after {
    background: #32414e;
    content: '';
    display: block;
    height: 25px;
    position: absolute;
    right: 0px !important;
    top: 25px;
    width: 2px;
}

ul#primary-menu ul.sub-menu li {
    position: relative !important;
}

.owl-carousel button.owl-dot {
    background: #000 !important;
}

.owl-nav {
    bottom: 10%;
    left: 10%;
    position: absolute;
    width: 300px;
}

button.owl-prev {
    float: left;
}

button.owl-prev p {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 18px;
    font-weight: 400;
}

button.owl-next {
    float: right;
}

button.owl-next p {
    color: #fff;
    float: right;
    font-family: 'commuters-sans';
    font-size: 18px;
    font-weight: 400;
}

.owl-dots .owl-dot span {
    background: #fff;
    display: inline-block;
    float: left;
    height: 3px;
    width: 60px;
}

.owl-dots .owl-dot.active span {
    height: 6px;
}

.owl-dots {
    bottom: 10%;
    left: 10%;
    position: absolute;
    width: auto;
}

button.owl-dot {
    counter-increment: step-counter;
    position: relative;
}

button.owl-dot:before {
    color: rgb(255 255 255 / 0.5);
    content: counter(step-counter);
    display: none;
    font-family: 'commuters-sans';
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: -30px;
}

button.owl-dot:first-child:before {
    display: block;
}

button.owl-dot:last-child:before {
    display: block;
}

button.owl-dot.active:before {
    color: #fff;
}

.item img {
    height: 100vh;
}

.project-sections {
    padding: 10px 0;
}

.project-sections .row {
    margin-left: -5px;
    margin-right: -5px;
}

.project-sections .row .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.project-status {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 150px 100px;
    position: relative;
    transition: all 0.2s linear;
    z-index: 1;
}

.project-status:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.project-status:after {
    background: linear-gradient(0deg, rgba(2, 116, 198, 0.5) 60%, rgba(0, 0, 0, 0) 90%);
    bottom: -100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
    width: 100%;
    z-index: -1;
}

.project-status span:before {
    background-image: url(../images/palm_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30%;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.2s linear;
    width: 100%;
    z-index: -1;
}

.project-status:hover span:before {
    opacity: 0.5;
}

.project-sections a {
    text-decoration: none;
}

.project-status h3 {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.project-status:hover:after {
    bottom: 0%;
}

.site-footer {
    background: url('../images/footer-back.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #0075c9;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.site-footer:before {
    background: rgb(0 50 86 / 90%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-links h2,
.footer-contact h2 {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#block-7,
#block-10 {
    margin-bottom: 0;
}

.footer-links ul li a,
.footer-contact ul li a {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-image-box p {
    color: #a6a6a6;
    font-family: 'commuters-sans';
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

ul.cnss-social-icon li a img {
    transition: all 0.2s linear;
}

ul.cnss-social-icon li a img:hover {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.footer-bottom a {
    color: #fff;
    display: block;
    font-family: 'commuters-sans';
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.footer-bottom a:hover {
    color: #1c8ecd;
}

.about-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    position: relative;
    z-index: -1;
}

.about-banner:after {
    background: linear-gradient(90deg, #0b253c 20%, #0075c9 90%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.about-banner h1 {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 100px 0 50px 0;
    text-transform: uppercase;
}

.about-main {
    overflow-x: clip;
    padding: 50px 0;
    position: relative;
}

.about-main .col-sm-6 {
    position: relative;
}

.about-main p {
    color: #525351;
    font-family: 'commuters-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: justify;
}

.about-main a {
    background: #0075c9;
    color: #fff;
    display: block;
    font-family: 'commuters-sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.about-main a:hover {
    background: #0b253c;
    color: #fff;
}

.about-detail-image {
    float: right;
    margin: -100px 0 20px 30px;
}

.team-header h6 {
    color: #0075c9;
    font-family: 'commuters-sans';
    font-size: 14px;
    font-weight: bold;
    line-height: 54px;
    text-transform: uppercase;
}

.team-header h3 {
    color: #373936;
    font-family: 'commuters-sans';
    font-size: 48px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
}

.team-box>img {
    border: 2px solid #0075c9;
    border-radius: 50%;
    min-height: 250px;
    object-fit: cover;
    transition: all 0.2s linear;
    width: 250px;
}

.team-box {
    padding: 50px 0;
    text-align: center;
}

.team-box h3 {
    font-family: 'commuters-sans';
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    padding: 15px 0;
    position: relative;
}

.team-box h3:after {
    background: #0075c9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30%;
}

.team-box p {
    color: #373936;
    font-family: 'commuters-sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 10px 0;
    position: relative;
}

.team-box:hover img {
    border-width: 4px;
}

.contact-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    position: relative;
    z-index: -1;
}

.contact-banner:after {
    background: linear-gradient(90deg, #0b253c 20%, #0075c9 90%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contact-banner h1 {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 100px 0 50px 0;
    text-transform: uppercase;
}

.contact-section-detail {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.contact-form input,
.contact-form textarea {
    background: #ededed;
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #373936;
    font-family: 'commuters-sans';
    font-size: 12px !important;
    font-weight: 400;
    outline: none;
    padding: 15px 20px !important;
    text-transform: uppercase;
    width: 100%;
}

.contact-form input::placeholder,
.contact-form textarea:placeholder {
    color: #373936;
    letter-spacing: 2px;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
    color: #d1d1d1;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid #dcdcdc;
}

.contact-form input[type="submit"] {
    background: #0075c9;
    border: none;
    color: #fff;
    font-size: 18px !important;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 33px;
    padding: 5px 20px !important;
}

.contact-form .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a;
}

.contact-form .gform_wrapper .gfield_error [aria-invalid=true] {
    background: #fff9f9;
    color: #000 !important;
}

.contact-form .gfield_description,
.contact-form .instruction {
    display: none;
}

.contact-form .gform_wrapper .gform_validation_errors {
    border-radius: 0;
}

.contact-form .gform_wrapper .gform_validation_errors>h2 {
    font-family: 'commuters-sans';
}

.contact-detail ul li label,
.socail-icon label {
    color: #cccccc;
    display: block;
    font-family: 'commuters-sans';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 53px;
    text-transform: uppercase;
}

.contact-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-detail ul li a {
    color: #373936;
    display: inline-block;
    font-family: 'commuters-sans';
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-detail ul li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.contact-detail ul li:after {
    background: url(../images/tree.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 40px;
    position: absolute;
    right: 0;
    transition: all 0.2s linear;
    width: 40px;
}

.contact-detail ul li:hover:after {
    right: 5px;
}

.socail-icon>.cnss-social-icon {
    border-bottom: 1px solid #e5e5e5;
    text-align: left !important;
}

.profolio-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    position: relative;
    z-index: -1;
}

.profolio-banner:after {
    background: linear-gradient(90deg, #0b253c 20%, #0075c9 90%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.profolio-banner h1 {
    color: #fff;
    font-family: 'commuters-sans';
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 100px 0 50px 0;
    text-transform: uppercase;
}

.project-list {
    padding: 50px 10px;
}

.project-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.project-list ul li {
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 10px);
}

.project-list ul {
    display: inline-block;
    width: 100%;
}

.project-list ul li:nth-child(4n) {
    margin-right: 0;
}

.project-list ul li h3 {
    color: #ffffff;
    font-family: 'commuters-sans';
    font-size: 24px;
    font-weight: 300;
    left: 50%;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
    width: 100%;
    z-index: 9;
}

.project-list ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.2s linear;
    z-index: 1;
}

.project-list ul li a:before {
    background: linear-gradient(0deg, rgba(2, 116, 198, 0.5) 60%, rgba(0, 0, 0, 0) 90%);
    bottom: -100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
    width: 100%;
    z-index: 1;
}

.project-list ul li:hover a:before {
    bottom: 0%;
}

.project-list ul li:hover h3 {
    opacity: 1;
}

.project-list ul li a:after {
    background-image: url(../images/palm_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30%;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.2s linear;
    width: 100%;
    z-index: 1;
}

.project-list ul li:hover a:after {
    opacity: 0.5;
}

.project-list ul li img {
    min-height: 260px;
    width: 100%;
}

.project-list ul li a {
    display: none;
}

.project-list ul li a:first-child {
    display: block;
}

a.mobile-icon {
    display: none;
}

section.error-404.not-found .page-content {
    text-align: center;
}

section.error-404.not-found .page-content img {
    max-width: 500px;
    width: 100%;
}

section.error-404.not-found a {
    background: #0075cf;
    color: #fff;
    display: inline-block;
    font-family: 'commuters-sans';
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

section.error-404.not-found {
    padding: 50px 0;
}

div#page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.project-detail {
    margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
    .project-list ul li img {
        min-height: auto;
    }

    .project-list ul li {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1200px) {
    header#masthead .container-fluid {
        margin: auto;
    }

    ul#primary-menu li {
        padding: 30px 20px;
    }

    ul#primary-menu li a {
        font-size: 13px;
    }

    .footer-image-box figure img {
        display: block;
        margin: auto;
        width: 250px;
    }

    .project-status h3 {
        font-size: 24px;
    }

    .project-list ul li img {
        min-height: 200px;
        width: 100%;
    }

    .project-list ul li {
        margin-right: 5px;
    }

    .profolio-banner h1,
    .about-banner h1,
    .team-header h3,
    .contact-banner h1 {
        font-size: 40px;
    }

    .about-detail-image {
        float: none;
        margin: 0 auto 40px;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        text-align: center;
    }

    .team-header h6 {
        line-height: 24px;
    }

    .team-box>img {
        min-height: 200px;
        width: 200px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 999px) {
    
    .mainslider.owl-carousel .owl-item img {
        width: inherit;
    }       
    
    a.mobile-icon {
        display: block;
    }

    header#masthead .col-sm-4 {
        float: left;
        width: 40%;
    }

    header#masthead .col-sm-8 {
        float: right;
        width: calc(100% - 40%);
    }

    .menu-main-menu-container>ul {
        background-color: rgb(25 25 25 / 80%);
        left: 0;
        margin: 0;
        opacity: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        top: 85%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        visibility: hidden;
        width: 100%;
        z-index: 999;
    }

    .main-navigation.toggled .menu-main-menu-container>ul {
        max-height: 100vh;
        opacity: 1;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
        visibility: visible;
    }

    nav#site-navigation {
        display: flex;
        justify-content: end;
    }

    a.mobile-icon {
        padding: 20px;
    }

    button.menu-toggle {
        float: right;
    }

    header#masthead {
        padding: 0;
    }

    button.menu-toggle {
        background: #0075c9;
        border: none;
        float: right;
        padding: 20px 15px;
    }

    button.menu-toggle span {
        background: #fff;
        display: block;
        height: 3px;
        margin-bottom: 10px;
        width: 50px;
    }

    img.custom-logo {
        padding: 10px 20px;
    }

    button.menu-toggle span:last-child {
        float: right;
        width: 40px;
    }

    header#masthead .container-fluid {
        margin: auto;
        padding: 0;
    }

    ul#primary-menu>li:last-child {
        display: none;
        padding-right: 0;
    }

    .site-branding img.custom-logo {
        width: 190px;
    }

    ul#primary-menu>li {
        padding: 20px;
        position: relative !important;
    }

    ul#primary-menu li a {
        font-size: 12px;
        /*z-index: -1;*/
    }

    ul#primary-menu ul {
        display: none;
        opacity: 1;
        position: inherit;
    }

    ul.sub-menu li a {
        z-index: 1 !important;
    }

    ul#primary-menu ul.open {
        display: block;
    }

    .item img {
        height: auto;
    }

    .project-status {
        padding: 50px;
    }

    .project-list ul li img {
        min-height: 160px;
        object-fit: cover;
    }

    .team-box>img {
        min-height: 180px;
        width: 180px;
    }

    .team-box h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .team-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .contact-detail ul li a {
        font-size: 14px;
    }

    .contact-detail ul li label,
    .socail-icon label {
        font-size: 15px;
        line-height: 34px;
    }

    .contact-form input[type="submit"] {
        font-size: 16px !important;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {

    .profolio-banner h1,
    .about-banner h1,
    .team-header h3,
    .contact-banner h1 {
        font-size: 30px;
    }

    ul#primary-menu>li:last-child {
        display: none;
    }

    .item img {
        height: auto;
        object-fit: cover;
    }

    .owl-dots {
        left: 0%;
        padding: 0 20px;
        width: 100%;
    }

    footer#colophon .col-sm-3 {
        width: 50%;
    }

    footer#colophon .col-sm-2 {
        width: 50%;
    }

    .project-sections .col-sm-4 {
        width: 100%;
    }

    .project-list ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .project-status {
        margin-bottom: 20px;
        padding: 100px;
    }

    .project-list ul li {
        margin-bottom: 20px;
        width: 100%;
    }
}

.project-list ul li a {
    min-height: 300px;
    position: relative;
}

.project-list ul li a img {
    left: 50%;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}