/*styles*/

:root {
  --primary: #ef5826;
  --secondary: #222222;
  --grey: #f7f7f7;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif !important;
    color: #3c3c3c;
}

body.active {
    overflow-y: hidden;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important
}

.container {
    max-width: 1400px;
}

.container.wide {
    max-width: 1600px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: #b99531;
}

/*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;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .top_banner, .main .bottom_banner {
         text-align: center;
         color: white;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @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;
        }
    }

/*Gallery*/

.fancybox-container {
    z-index: 99999;
}

.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;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .gal-hold {
        width: unset !important;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }

/*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-fix {
    position: relative;
    height: 139px;
}

.header.stuck .bottom-header .logo img {
    max-height: 100px;
}

.header {
    position: relative;
    z-index: 9999;
}

.header .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}

.header .bottom-header .logo {
    position: relative;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.header .bottom-header .logo img {
    transition: all .5s ease;
    max-height: 120px;
}

.header .menu-hold {
    height: 100%;
}

.header ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: left;
    height: 100%;
}

.header ul li {
    padding: 10px;
}

.header ul li a {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    color: #616161;
}

.header .bottom-header .social-hold {
    display: block;
    border-right: 1px solid #f7f7f7;
    height: 100%;
}

.header .bottom-header ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .bottom-header ul.social li {
    padding: 0;
}

.header .bottom-header ul.social li a {
    padding: 5px;
    margin: 0 5px;
    font-size: 14px;
}

.header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*Home*/

.hero-section {
    position: relative;
}

.hero-section .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: white;
}

.hero-section .sidebar .hold {
    writing-mode: vertical-lr;
    display: flex;
    transform: rotate(180deg);
    padding: 20px;
    justify-content: center;
    height: 100%;
}

.hero-section .sidebar .hold ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.hero-section .sidebar .hold ul li {
    margin: 10px 0;
}

.hero-section .sidebar .hold ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #616161;
}

.hero-section .sidebar .hold ul li a i {
    transform: rotate(90deg);
}


.hero-section .hero {
    position: relative;
    padding: 120px 80px;
    overflow: hidden;
    background: #00000040;
}

.hero-section .hero .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.hero-section .hero .bgimage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.hero-section .hero video {
    position: absolute;
    /*top: 50%;*/
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero-section .hero .overlay {
    z-index: 999;
    display: block;
    color: white;
}

.hero-section .hero.small .overlay .main {
    font-size: 45px;
    line-height: 42px;
}

.hero-section .hero .overlay .main {
    font-size: 80px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hero-section .hero .overlay p {
    font-size: 32px;
    line-height: 40px;
}

.breadcrumb {
    position: relative;
    border-radius: 0;
    background: #222;
    color: #f7f7f7;
}

.service-sections {
    position: relative;
    padding: 80px 0;
    padding-bottom: 40px;
}

.service-sections.pb {
    margin-bottom: 80px;
}

.service-sections .service-block {
    position: relative;
    padding: 20px;
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%);
    background: #f7f7f7;
    transition: all .5s ease;
    background-size: cover;
    background-position: center;
    z-index: 1;
    border-left: 3px solid #ef5826;
    display: block;
    min-height: 250px;
    margin: 15px 0;
}

.service-sections .service-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgb(0,0,0,0.9));
    transition: all .5s ease;
}

.service-sections .service-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #ef5826;
    transition: all .5s ease;
}

.service-sections .service-block:hover::after {
    width: 5px;
}

.service-sections .service-block:hover {
    /*background: #ef5826;*/
    cursor: pointer;
}

.service-sections .service-block:hover::before {
    opacity: 0.2;
}

.service-sections .service-block:hover i,
.service-sections .service-block:hover .title,
.service-sections .service-block:hover p {
    color: white;
}

.service-sections .service-block:hover i {
    transform: rotateY(180deg);
}

.service-sections .service-block .content-blur {
    /*background: rgba(0,0,0,0.4);*/
    padding: 20px;
    border-radius: 10px;
    /*backdrop-filter: blur(4px);*/
    z-index: 9;
    position: relative;
}

.service-sections .service-block i {
    font-size: 55px;
    margin-bottom: 20px;
    color: #ef5826;
    transition: all .5s ease;
}

.service-sections .service-block .title {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    transition: all .5s ease;
    color: white;
}

.service-sections .service-block p {
    font-size: 14px;
    margin-bottom: 0;
    transition: all .5s ease;
    color: white;
}

.about {
    position: relative;
    padding: 120px 0;
    padding-top: 40px;
}

.about .about-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    clip-path: polygon(0% 0%, 96% 0, 100% 11%, 100% 100%, 0% 100%);
}

.about .btn {
    position: absolute;
    z-index: 9;
    transform: translateY(-30px);
}

.services {
    position: relative;
    padding: 80px 0;
    background: #f7f7f7;
}

.tab-pane {
display: none;
}
.tab-pane.active {
display: block;
}

.tab-pane h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-content {
    height: 100%;
}

.tab-content .tab-pane.active {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
    padding: 10px 15px;
    font-weight: 500;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    background: white;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.nav-pills .nav-link:hover {
    cursor: pointer;
}

.nav-pills .nav-link.active {
    background-color: #ef5826;
    color: #fff;
}

.nav-pills .nav-link:focus {
    outline: none;
}

.tab-content ul li::before {
content: '✔';
color: #ef5826;
margin-right: 8px;
}

.services #tab-image-container {
    height: 100%;
}

.services #tab-image-container .tab-pane {
    height: 100%;
}

.services #tab-image-container .image {
    background-size: cover;
}

.services .image {
    position: relative;
    height: 100%;
    min-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: polygon(0% 0%, 85% 0, 100% 20%, 100% 100%, 0% 100%);
}

.partners {
    position: relative;
}

.para-banner {
    padding: 120px 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.para-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.blog {
    position: relative;
    padding: 80px 0;
}

.blog .big-blog {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 500px;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
    transition: all .5s ease;
}

.blog .big-blog:hover,
.blog .small-blog:hover {
    transform: scale(1.03);
}

.blog .big-blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.blog .big-blog .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: white;
}

.blog .post-block {
    margin: 20px 0;
}

.blog .post-block .overlay .date {
    font-weight: 600;
    margin-bottom: 10px;
}

.blog .post-block .overlay .title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog .post-block .overlay .tag {
    background: #ef5826;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    display: inline-block;
}

.blog .small-blog {
    display: block;
    background: #f7f7f7;
    color: #3c3c3c;
    clip-path: polygon(0% 0%, 90% 0, 100% 20%, 100% 100%, 0% 100%);
    transition: all .5s ease;
}


.blog .small-blog .overlay .title {
    font-size: 19px;
    line-height: 25px;
}

.blog .small-blog .overlay {
    position: relative;
    padding: 30px;
}

.blog .small-blog .image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

/*Defaults*/

.sub {
    font-size: 18px;
    color: #ef5826;
    text-transform: uppercase;
    font-weight: 600;
}

.heading {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 20px;
}

a {
    color: inherit;
}

.heading span {
    color: #ef5826;
}

.btn {
    font-size: 18px;
    text-transform: capitalize;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    height: 60px;
    transition: all 0.3s linear;
    border-radius: 2px;
    font-weight: 500;
    background: #ef5826;
    border: 1px solid #ef5826;
}

.btn.rev {
    background: transparent;
}

.btn i {
    margin-left: 10px;
}

.btn.alt {
    border-color: #aeaeae;
    background: transparent;
    color: #3c3c3c;
}

/*Footer*/

.footer {
    position: relative;
    background: #222;
    color: #f7f7f7;
    padding: 80px 0;
}

.footer .logo {
    position: relative;
    margin-bottom: 30px; 
}

.footer .logo img {
    max-height: 120px;
}

.footer ul.dual {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    columns: 2;
}

.footer ul.dual li {
}

.footer ul.dual li a {
    padding: 13px;
/*    font-size: 18px;*/
    font-weight: 500;
    display: block;
}

.footer .footer-heading {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer .form-control {
    padding: 10px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #6d6d6d;
    color: white;
    margin-bottom: 20px;
}

.footer ul.norm {
    padding-left: 0;
    list-style: none;
}

.footer ul.norm li i {
    color: #ef5826;
}

.footer ul.norm li {
    margin: 10px 0;
}

.footer .col-md-4 {
/*    border-right: 1px solid #6d6d6d;*/
}

.footer .icol-md-4.nob {
    border: none;
}

/*Responsive*/

@media (max-width: 1350px) {
    .service-sections .service-block .title {
        font-size: 14px;
    }
}

@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;
    }

    .service-sections .service-block .title {
        font-size: 19px;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 0;
    }

    .header .logo {
        text-align: left !important;
    }

    .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: 20px;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #ef5826;   
    }

    .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;
    }

    .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) {

}

@media (max-width: 768px) {
    .hero-section .sidebar {
        display: none;
    }

    .hero-section .hero .overlay .main {
        font-size: 45px;
        line-height: 45px;
    }

    .header .bottom-header .logo {
        justify-content: left;
    }

    .text-right {
        text-align: center !important;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 400px) {

}
