/*styles*/

:root {
  --primary: #ff6a00;
  --secondary: #222222;
  --grey: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #3c3c3c;
}

.font2 {
    font-family: "ITC_BENUIAT", serif;
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdMediumCn.OTF);
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdBoldCn.otf);
   font-weight: bold;
}

body.active {
    overflow-y: hidden;
}

p {
    font-size: 16px;
    /*letter-spacing: 1.5px;*/
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: none;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header .top-header {

}

.header.stuck .bottom-header {
    background: rgba(0,0,0,0.8);
}

.header .bottom-header .logo {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.header .bottom-header .logo .dot {
    color: #ff6a00;
}

.header .bottom-header {
    position: relative;
    padding: 25px 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: saturate(180%) blur(10px);
    transition: all .5s ease;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
}

.header .bottom-header .menu-hold ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.header .bottom-header .menu-hold ul li {
    margin: 5px;
}

.header .bottom-header .menu-hold ul li a {
    margin: 5px;
    padding: 5px;
    color: white;
}

/*Home*/

.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 30vh 0 30vh 0;
    color: white;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #00000042 0%, #0000008c 75% 55%);
}

.hero video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    left: 50%;
    min-height: 100%;
    z-index: -1;
}

.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}

.hero .main {
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.hero p {
    margin: 25px 0;
}

.underhero {
    position: relative;
    transform: translateY(-120px);
}

.underhero .underblock {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    height: 250px;
    display: flex;
    justify-content: space-between;
    transition: all .5s ease;
}

.underhero .underblock:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 15px 0px #00000017;
}

.underhero .underblock div {
    flex: 1;
}

.underhero .underblock.bg {
    background-position: center;
    background-size: 110%;
    transition: all .5s ease;
}

.underhero .underblock .image {
    height: 100%;
    min-height: 100px;
    width: 100%;
    background-position: center;
    background-size: 110%;
    border-radius: 10px;
    transition: all .5s ease;
}

.underhero .underblock:hover .image {
    background-size: 130%;
}

.underhero .underblock.bg:hover {
    background-size: 130%;
}

.underhero .underblock .tag {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #aeaeae;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.underhero .underblock .title {
    margin-top: 20px;
    font-weight: bold;
}

.about-section {
    position: relative;
    padding-bottom: 120px;
}

.about-section.page {
    padding-bottom: 0;
    padding: 80px 0;
}


.about-section .content-hold {
    position: relative;
    padding: 80px 0;
}

.about-section .image-holder {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about-section .image-holder .image {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 60%;
    border-radius: 10px;
}

.about-section .image-holder .image.small {
    height: 350px;
    position: absolute;
    top: 20%;
    right: 5%;
    width: 50%;
    border: 5px solid white;
}

.about-section .trust-block {
    position: relative;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border-left: 10px solid #ff6a00;
    margin-bottom: 20px;
}

.about-section .trust-block .flex-hold {
    display: flex;
}

.about-section .trust-block .icon-hold {
    /*float: left;*/
    margin-right: 20px;
    background: #ff6a00;
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    height: fit-content;
    font-size: 35px;
}

.about-section .trust-block .title {
    font-size: 20px;
    font-weight: bold;
}

.about-section .trust-block p {
    margin-bottom: 0;
    font-size: 14px;
}

.services {
    position: relative;
    padding: 120px 0;
    background: #f9f9f9;
}

.services .service-block {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: white;
    display: block;
}

.services .service-block:hover {
    text-decoration: none;
}

.services .service-block .hold {
    min-height: 175px;
    padding: 15px;
}

.services .service-block .title {
    font-weight: bold;
    font-size: 20px;
}

.services .service-block .image {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-top: 30px;
}

.para-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    color: white;
}

.para-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.para-banner.noimg::before {
    display: none;
}

.split-section {
    position: relative;
}

.split-section .image {
    position: relative;
    height: 100%;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.split-section .content-holder {
    padding: 120px 80px;
}

.projects {
    position: relative;
    padding: 120px 0;
}

.projects .project-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
    transition: all .5s ease;
    display: block;
}

.projects .project-block:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 15px 0px #00000017;
}

.projects .project-block .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 0%, rgba(102, 0, 255, 0) 100%);
}

.projects .project-block .image {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: 110%;
    transition: all .5s ease;
}

.projects .project-block:hover .image {
    background-size: 130%;
}

.projects .project-block .overlay {
    position: absolute;
    bottom: 10px;
    padding: 20px;
    z-index: 9;
    color: white;
}

.projects .project-block .overlay .title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.projects .project-block .overlay span {
    font-size: 14px;
}

.faq-section {
    position: relative;
    padding: 120px 0;
}

.faq-section .bottom-sec {
    position: absolute;
    bottom: 0;
}

.faq-section .bottom-sec .cblock {
    display: flex;
}

.faq-section .bottom-sec .ihold {
    padding: 5px 10px;
    background: #ff6a00;
    color: white;
    display: inline-block;
    height: fit-content;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 25px;
}

.faq-section .bottom-sec .cblock .text .bigt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.faq-accordion {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.faq-question:focus {
    outline: none;
}

.faq-icon {
    font-size: 24px;
    color: #ff6a00; /* yellow icon */
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 28px;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

/* Active state */
.faq-item.active .faq-answer {
    max-height: 500px; /* enough for content */
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.blog-section {
    position: relative;
    padding: 120px 0;
}

.blog-section .blog-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
    z-index: 9;
    display: block;
    transition: all .5s ease;
}

.blog-section .blog-block:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 15px 0px #00000047;
}

.blog-section .blog-block .image {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: 120%;
    transition: all .5s ease;
}

.blog-section .blog-block:hover .image {
    background-size: 130%;
}

.blog-section .blog-block .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.blog-section .blog-block .tag {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: saturate(180%) blur(10px);
    display: inline-block;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.blog-section .blog-block .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    color: white;
}

.blog-section .blog-block .info .title {
    text-transform: uppercase;
    font-weight: bold;
}

.blog-section .blog-block .info span {
    font-weight: 600;
}

.blog-section .blog-block .info span .ihold {
    padding: 5px 10px;
    border-radius: 50%;
    background: #ff6a00;
    color: white;
    margin-left: 10px;
}

.blog-section .blog-block .info span .ihold i {
    transition: all .5s ease;
}

.blog-section .blog-block:hover .info span .ihold i {
    transform: rotate(45deg);
}

/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .social {
        display: inline-flex;
        position: relative;
        right: 30px;
    }
    .social li a {
        color: white;
        font-size: 20px;
        text-decoration: none !important;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }

/*Defaults*/

.btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 10px;
    background: #ff6a00;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 9;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    /*font-style: italic;*/
}

.btn::before {
    content:"";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: black;
    z-index: -1;
}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.btn.gold {
    background: #b29266;
}

.form-group {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 3px;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
}
.form-group select {
    font-style: italic;
    color: #aaa;
}
.form-group input::placeholder,
.form-group select option {
    font-style: italic;
    color: #aaa;
}
.form-group select option {
    padding-left: unset;
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #aaa;
}

.sub {
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
}

.sub::before {
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ff6a00;
}

.heading {
    font-size: 45px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

ul.def {
    padding-left: 20px;
    list-style: none;
}

ul.def li {
    position: relative;
    margin: 10px 0;
}

ul.def li::before {
    content:"";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ff6a00;
}

/*Footer*/

.site-footer{
    position:relative;
    padding:70px 0 28px;
    color:#fff;
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.06);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-top: 20px solid #ff6a00;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.site-footer .footer-overlay{
    position:absolute; inset:0;
    background: rgba(0,0,0,.35);
    z-index:1;
}

.site-footer .footer-inner{ position:relative; z-index:2; }

.footer-brand{
    display:flex;
    align-items:center;
    gap:14px;
}

.footer-logo-badge{
    width:44px; height:44px;
    border-radius:999px;
    background:#f5b700;
    display:flex; align-items:center; justify-content:center;
    flex:0 0 auto;
}

.footer-logo-icon{
    width:28px; height:28px;
    border-radius:999px;
    border:2px solid rgba(0,0,0,.2);
    display:flex; align-items:center; justify-content:center;
    color:#000;
}

.footer-brand-name{
    font-weight:800;
    letter-spacing:.3px;
    font-size:22px;
}

.footer-brand-name .dot{ color:#f5b700; }

.footer-divider{
    margin:22px 0;
    border:0;
    height:1px;
    background: rgba(255,255,255,.10);
}

.footer-divider-wide{ margin:26px 0; }

.footer-block{ padding-right:10px; }

.footer-title{
    font-size:18px;
    font-weight:700;
    margin:0 0 12px;
}

.footer-title.small{
    font-size:18px;
    margin:0 0 14px;
}

.footer-text,
.footer-hours{
    color:rgba(255,255,255,.72);
    font-size:14.5px;
    line-height:1.75;
}

.footer-link-row{
    display:flex;
    gap:10px;
    align-items:center;
    margin:10px 0;
    text-decoration:none;
    color:rgba(255,255,255,.85);
    font-size:14.5px;
}

.footer-link-row:hover{ color:#fff; }

.footer-ico{
    width:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    opacity:.9;
}

.footer-newsletter{
    display:flex;
    gap:10px;
    margin-top:14px;
    align-items:center;
}

.footer-newsletter input{
    flex:1;
    height:44px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.25);
    color:#fff;
    padding:0 14px;
    outline:none;
}

.footer-newsletter input::placeholder{
    color: rgba(255,255,255,.45);
}

.footer-newsletter button{
    width:46px; height:44px;
    border-radius:8px;
    border:0;
    background:#ff6a00;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.footer-newsletter button:hover{ filter:brightness(.95); }

.footer-socials{ margin-top:8px; }

.footer-social-buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.footer-social-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:10px;
    background: rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.footer-social-btn i{ opacity:.95; }
.footer-social-btn:hover{
    background: rgba(255,255,255,.12);
}

.footer-bottom{
    margin-top:18px;
    padding-top:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-nav{
    display:flex;
    gap:34px;
    flex-wrap:wrap;
}

.footer-nav a{
    color:rgba(255,255,255,.70);
    text-decoration:none;
    font-size:14px;
}

.footer-nav a:hover{ color:#fff; }

.footer-copy{
    color:rgba(255,255,255,.70);
    font-size:14px;
}

/* responsive */
@media (max-width: 991px){
    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
    .footer-nav{ gap:18px; }
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: white;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
/*        text-align: center;*/
    }

    .col-md-3.hours {
        text-align: left;
    }

    .social {
        right: unset;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {
    .hero .main {
        font-size: 35px;
        line-height: 35px;
    }

    .underhero {
        transform: unset;
    }

    .underhero .underblock {
        margin: 10px 0;
    }

    .about-section .image-holder {
        min-height: 300px;
    }

    .about-section .image-holder .image {
        width: 100%;
    }

    .about-section .image-holder .image.small {
        display: none;
    }

    .about-section .sub {
        margin-top: 40px;
    }

    .heading {
        font-size: 25px;
        line-height: 30px;
    }

    .about-section .trust-block {
        text-align: left;
    }

    ul {
        text-align: left;
    }

    .projects .project-block,
    .blog-section .blog-block {
        height: 300px;
        margin: 20px 0;
    }

    .blog-section .blog-block .info {
        text-align: left;
    }

    .faq-section {
        padding: 0;
    }

    .faq-section .bottom-sec {
        display: none;
    }

    .faq-accordion {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .text-left, .text-right {
        text-align: center !important;
    }
}

@media (max-width: 400px) {

}
