/*styles*/

:root {
  --primary: #94c11f;
  --secondary: #161c23;
  --grey: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #3c3c3c;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1300px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1000px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

/*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;
}

.block-inner.post .heading {
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Header */

.header {
    position: fixed;
    background: #161c23;
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .logo {
    /*padding: 10px;*/
}

.header .logo img {
    max-height: 80px;
}

.header .menu-hold {
    height: 100%;
}

.header .menu-hold ul.menu {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
}

.header .menu-hold ul.menu li {
    position: relative;
    margin-right: 25px;
}

.header .menu-hold ul.menu li a {
    padding: 10px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.header .tag {
    text-transform: uppercase;
    color: #94c11f;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    padding-left: 75px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header .social {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    list-style: none;
    margin-right: 40px;
}

.header .social li {
    margin: 5px;
}

.header .social li a {
    margin: 5px;
    font-size: 22px;
    color: #94c11f;
}

/*Home*/

.hero-section {
    position: relative;
    margin-top: 100px;
}


.hero-section .side-bar {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100px;
    background: #161c23;
    color: white;
    z-index: 9999;
}

.hero-section .side-bar .rotate {
    writing-mode: vertical-lr;
    display: flex;
    transform: rotate(180deg);
    height: 100%;
    width: 100%;
}

.hero-section .side-bar .rotate .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-section .side-bar .rotate .holder ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.hero-section .side-bar .rotate ul li {
    position: relative;
    margin: 10px;
    color: #989898;
    border-bottom: 1px solid #484d53;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}

.hero-section .side-bar .rotate ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.hero-section .side-bar .rotate ul li i {
    transform: rotate(180deg);
    color: #94c11f;
    margin-bottom: 10px;
}

.hero-section .side-bar .rotate ul li ul.social {
    padding: 0;
}

.hero-section .side-bar .rotate ul li ul.social li {
    border: none;
    padding-bottom: 0;
}

.hero-section .side-bar .rotate ul li ul.social li i {
    margin: 0;
}

.hero-section .hero-image .hold {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-section .hero-image .hold .main {
    font-size: 75px;
    line-height: 75px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-section .hero-image .hold .main span {
    font-weight: 300;
}

.hero-section .hero-image .hold p {
    /*color: #989898;*/
}

.hero-section .hero-image {
    position: relative;
    height: 80vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section.small .hero-image {
    height: 60vh;
}

.hero-section .hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.hero-section .info-hover {
    position: absolute;
    bottom: -50px;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #161c23;
    width: 100%;
    padding: 40px;
    color: white;
    box-shadow: rgb(15 20 24 / 58%) 0px 10px 20px -10px;
    border-radius: 30px;
}

.hero-section .info-hover p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-section .info-hover .big {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
}

.hero-section .info-hover i {
    color: #94c11f;
}

.hero-section .info-hover .icon-hold {
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-section .info-hover .icon-hold i {
    font-size: 45px;
    line-height: 45px;
    margin-right: 20px;
}

.hero-section .info-hover .icon-hold span {
    font-size: 14px;
}

.services {
    position: relative;
    padding: 50px 0;
    background: #f9f9f9;
}

.services .service-block {
    display: block;
    position: relative;
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 30px;
    z-index: 9;
}

.services .service-block.top {
    /*margin-top: 50px;*/
}

.services .service-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    background: rgb(34,38,42);
    background: linear-gradient(0deg, rgba(34,38,42,1) 0%, rgba(252,70,184,0) 55%);
    /*transform: rotate(180deg);*/
}

.services .service-block::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f1418;
    opacity: 0.9;
    transition: all .5s ease;
    z-index: -1;
    display: none;
}

.services .service-block .tag {
    position: absolute;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    display: flex;
    transform: rotate(180deg);
    left: -50px;
    bottom: 50px;
    color: white;
    font-weight: 600;
    transition: all .5s ease;
}

.services .service-block:hover .tag {
    left: 20px;
}

.services .service-block:hover::after {
    left: 0;
}

.services .service-block .info {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 30px;
    color: white;
    transition: all .5s ease;
}

.services .service-block:hover .info {
    transform: translateY(-50px);
}

.services .service-block:hover .info span {
    opacity: 1;
    visibility: visible;
}

.services .service-block .info .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.services .service-block .info span {
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.about {
    position: relative;
    background: white;
    padding: 80px 0;
    /*color: white;*/
}

.about .df {
    align-items: center;
    display: flex;
    height: 100%;
}

.about .image-holder {
    position: relative;
    height: 500px;
    width: 100%;
    z-index: 9;
    padding-right: 40px;
}

.about .image-holder .mhold {
    height: 100%;
    position: relative;
}

.about .image-holder .main-img {
    position: relative;
    height: 80%;
    width: 50%;
    background-position: center;
    background-size: cover;
    float: right;
    border-radius: 30px;
}

.about .image-holder .main-img::before {
    content: "";
    position: absolute;
    left: -90%;
    border: 10px solid #0f141824;
    top: 20%;
    height: 90%;
    width: 100%;
    z-index: -1;
    border-radius: 30px;
}

.about .image-holder .small-img {
    position: absolute;
    right: 30%;
    top: 40%;
    width: 50%;
    height: 60%;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    border: 10px solid white;
}

.collage {
    position: relative;
    border: 5px solid #f9f9f9;
    overflow: hidden;
    /*padding-left: 100px;*/
}

.collage .image {
    height: 800px;
    background-size: cover;
    background-position: center;
    width: 100%;
    border: 5px solid #f9f9f9;
}

.collage .image.short {
    height: 400px;
}

.stat-counter {
    /*margin-left: 100px;*/
    padding: 40px;
    background: #161c23;
    color: white;
}

.stat-counter .stat {
    text-align: center;
}

.stat-counter .stat .number {
    font-size: 45px;
    font-weight: 600;
    color: #94c11f;
}

.stat-counter .stat .spec {
    text-transform: uppercase;
}

.contact-banner {
    position: relative;
    padding: 80px 0;
    text-align: center;
    color: white;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
    /*font-size: 24px;*/
    /*text-transform: uppercase;*/
}

.contact-banner strong {
    color: #94c11f;
    font-weight: inherit;
}

.contact-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f1418;
    opacity: 0.6;
    transition: all .5s ease;
    z-index: -1;
}

.contact-banner.noimg::after {
    display: none;
}

.contact-section {
    position: relative;
    padding: 80px 0;
    color: white;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
}

.contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f1418;
    opacity: 0.6;
    transition: all .5s ease;
    z-index: -1;
}

.cfhold {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    background: rgb(255 255 255 / 12%);
    backdrop-filter: saturate(180%) blur(10px);
}

.cfhold .btn {
    display: block;
    width: 100%;
}

.cfhold .wpcf7-spinner {
    position: absolute;
}

.split-section {
    position: relative;
}

.split-section .image {
    min-height: 300px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.split-section .content-holder {
    position: relative;
    padding: 80px;
    background: var(--secondary);
    color: white;
}

/*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;
    }
    .tag {
        font-weight: 400;
        font-size: 19px;
/*        text-transform: uppercase;*/
    }
    .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;
        }
    }

/*Defaults*/

h1, h2, h3, h4, h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.sub {
    color: #94c11f;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}

.heading {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn {
    background: #94c11f;
    color: white;
    padding: 15px 30px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 10px;
}

textarea.form-control {
    height: 120px;
}

/*Footer*/

.footer {
    background: #0f1418;
    padding: 80px 0;
    color: white;
}

.footer p {
    color: #989898;
    font-size: 12px;
}

.footer .logo img {
    max-height: 60px;
    /*margin-bottom: 40px;*/
}

.footer .footer-heading {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer ul.social {
    display: flex;
    margin-top: 20px;
}

.footer ul.social li {
    margin-right: 10px;
}

.footer ul li {

}

.footer ul li i {
    color: #94c11f;
}

#copyright {
    position: relative;
    padding: 10px;
    font-size: 12px;
    color: white;
    background: #161c23;
}

/*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;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: #222222;
        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: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #94c11f;   
    }

    .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 .menu-hold 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 .menu-hold ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .menu-hold 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 .menu-hold 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) {
    .hero-section .side-bar {
        display: none;
    }

    .stat-counter{
        margin-left: 0;
    }

    .collage {
        padding-left: 0;
    }

    .hero-section .hero-text {
        padding: 80px 0;
        margin-top: 40px;
    }

    .header .col-8 {
        text-align: left !important;
    }

    .header {
        padding: 20px 10px;
    }

    .header .tag {
        padding-left: 0;
    }

    .about .image-holder {
        padding-right: unset;
        margin-bottom: 20px;
    }

    .about .image-holder .small-img {
        width: 65%;
    }

    .about .image-holder .main-img {
        width: 85%;
    }

    .hero-section .hero-image {
        /*height: 45vh;*/
    }

    .hero-section .hero-image .hold .main {
        font-size: 35px;
        line-height: 35px;
    }

    .services .service-block {
        margin: 20px 0 !important;
    }

    .hero-section .info-hover {
        position: relative;
        bottom: unset;
        padding: 20px;
    }

    .hero-section .info-hover .icon-hold {
        display: none;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 400px) {

}
