@charset "UTF-8";

/*
Theme Name: BQ Theme
Theme URI: #
Author: Ammad Hassan
Author URI: #
Version: 1.0
Text Domain: bqtheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* #fixNav.sticky .navbar-nav {.
opacity: 100 !important;
} */

#nav-wrapper {
    background: white !important;
}

.fixnav-section.sticky .navbar-nav {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.fixnav-section.sticky #nav-wrapper {
    transform: translatex(100%);
    transition: transform 0.3s ease-in;
}

.fixnav-section.sticky #nav-wrapper.shown {
    transform: translatex(0%);
    transition: transform 0.3s ease-in;
}

.fixnav-section.sticky .navbar-nav.active {
    opacity: 1;
    box-shadow: 0 3px 16px rgb(0 0 0 / 0%)!important;
    margin-top: auto;
    margin-bottom: auto;
    transition: opacity 0.4s ease-in;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

.navbar {
    padding-top: 0px;
}

.nav-item .nav-link {
    display: inline-block;
    color: black;
    font-size: 14px;
    zoom: 1;
    font-weight: bold;
    text-transform: uppercase;
}

#static-nav .logo {
    width: 153px;
    height: 132px;
    background: white;
    font-size: 2rem;
    pointer-events: none;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

#static-nav .logo img {
    max-width: 95%;
    height: 126px;
    object-fit: contain;
}

.fixnav-section.sticky #static-nav .logo img {
    max-width: 90%;
}

#static-nav {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 1.5rem;
}

.nav-toggler,
.menu-toggler {
    width: 76px;
    background: #80163e;
    border: none;
    color: white;
    font-size: 2rem;
    line-height: 1rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.nav-toggler:hover,
.menu-toggler:hover {
    background: #721036;
}

.nav-toggler .close {
    display: none;
}

.nav-toggler.active .menu {
    display: none;
}

.nav-toggler.active .close {
    display: flex;
    font-size: 2rem;
    color: white !important;
}

.nav-controls {
    display: flex;
}

.navbar-nav li a:hover , .navbar-nav li.active a{
    color: #80163e;
}

.nav-link {
    padding-bottom: 0;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 0;
    justify-content: center;
}

.navbar-nav.active {
    opacity: 1;
}

.navbar-nav li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

@media screen and (min-width: 768px) {
    #static-nav {
        align-items: stretch;
        margin-left: 95px;
    }
    .finxNav {
        margin-bottom: 0.8rem;
    }
    #fixNav.sticky #static-nav {
        margin-left: 0px;
    }
    .navbar-nav {
        flex-direction: row;
        align-items: flex-end;
        max-height: 200px;
        padding-bottom: 0;
    }
    /* padding or margin for normal nav */
    .nav-link {
        margin-bottom: 0px !important;
    }
    /* padding or margin for sticky nav */
    .navbar-nav.active .nav-link {
        margin-bottom: 15px !important;
    }
    .navbar-nav.active {
        max-height: 60px;
    }
}


/* -----------------------------static nav bar end ------ */


/* functionality to sticky navs */

.addressHeader {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: -0.5rem;
}

.addressHeader li {
    display: inline;
    text-decoration: none;
    font-size: .75rem;
    padding: 10px;
    line-height: 1.5;
    color: #808080;
}
.addressHeader li:last-child(5){
    padding-right: 0 ;
    padding-left: 0;

}
@media screen and (max-width: 768px) {
    .addressHeader {
        justify-content: flex-start;
    }
    .addressHeader li {
        line-height: 20px;
        font-size: 14px;
        padding: 4px 10px;
    }
    #static-nav {
        position: relative;
        margin-top: 1.5rem;
    }
    #nav-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: flex-end !important;
    }
    .navbar-nav {
        width: calc(100% - 155px);
        display: none;
    }
    .navbar-nav.active {
        display: flex;
    }
    #fixNav .nav-toggler {
        opacity: 1 !important;
    }
    .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
}

#nav-wrapper {
    justify-content: center;
}

#fixNav .nav-toggler {
    opacity: 0;
    z-index: 2;
}

#nav-wrapper {
    background: transparent;
}

#fixNav .navbar-nav {
    opacity: 1;
}

#fixNav.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in;
}

#fixNav.sticky .nav-toggler {
    /* display: flex; */
    opacity: 1;
}

#fixNav.sticky .navbar-nav {
    opacity: 0;
}

#fixNav.sticky .navbar-nav.active {
    opacity: 1;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07);
}

.nav-link {
    margin-bottom: 30px;
}

.addressHeader li a {
    color: #808080;
}

.slick-slide img {
    width: 145px;
}

#top-nav > div > div.col-md-11 > nav.action-bar > ul > li:nth-child(5){
    padding-left: 2px;
    padding-right: 2px;
}
/* Media Queries for padding */

@media screen and (min-width: 1200px) {
    .fitoutSection {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav.active {
        z-index: 15;
    }
    .nav-link {
        margin-bottom: 4px;
    }
    .navbar-nav li {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}


/* -----------------------------static nav bar end ------ */


/* functionality to sticky navs */

.addressHeader {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: -0.5rem;
}

.addressHeader li {
    display: inline;
    text-decoration: none;
    font-size: .75rem;
    padding: 10px;
    line-height: 1.5;
    color: #808080;
}

@media screen and (max-width: 768px) {
    .addressHeader {
        justify-content: flex-start;
    }
    .addressHeader li {
        line-height: 20px;
        font-size: 14px;
        padding: 4px 10px;
    }
    #static-nav {
        position: relative;
        margin-top: 1.5rem;
    }
    #nav-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: flex-end !important;
    }
    .navbar-nav {
        width: calc(100% - 155px);
        display: none;
    }
    .navbar-nav.active {
        display: flex;
    }
    #fixNav .nav-toggler {
        opacity: 1 !important;
    }
}

#nav-wrapper {
    justify-content: center;
}

#fixNav .nav-toggler {
    opacity: 0;
    z-index: 2;
}

#nav-wrapper {
    background: transparent;
}

#fixNav .navbar-nav {
    opacity: 1;
}

#fixNav.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in;
}

#fixNav.sticky .nav-toggler {
    /* display: flex; */
    opacity: 1;
}

#fixNav.sticky .navbar-nav.active {
    opacity: 1;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07);
}

.nav-link {
    margin-bottom: 30px;
}

.addressHeader li a {
    color: #808080;
}

.btn {
    padding: 0.375rem 1rem;
    margin-top: 2rem;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s;
    width: 7rem;
}

.btn:hover {
    background-color: #80163E;
}


/* Media Queries for padding */

@media screen and (min-width: 1200px) {
    .fitoutSection {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav.active {
        z-index: 15;
    }
    .nav-link {
        margin-bottom: 4px;
    }
    .navbar-nav li {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

.about-border1Cnt {
    display: relative;
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin: 20px auto;
    margin-left: 46px;
}

.about-border1 {
    display: relative;
    width: 400px;
    height: 3px;
    background: #ffffff;
    margin: 20px auto;
    margin-left: 52px;
}

.about-borderCr {
    display: relative;
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin: 20px auto;
    margin-left: 52px;
}

.fitoutSection {
    position: absolute;
}

.fitoutSection .overlay-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.fitoutSection .containter-fluid>.row {
    position: relative;
    z-index: 2;
}

.fitoutSection {
    margin-top: 25px;
}

.overlay-content {
    padding-top: 270px;
}

.btn-outline-primary {
    border: 1px solid #fff;
    padding: 0.375rem 1rem;
}

.btn-outline-primary:hover {
    background-color: #fff;
    color: black;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 1rem 0 0;
}

.btn-primary {
    background-color: white;
    border-color: #a85f7a;
    padding: 0.5rem 1.5rem !important;
    border-radius: 4px;
    text-align: center;
    color: #a85f7a;
}

.btn-myBtn {
    background-color: white !important;
    border-color: #dfdfdf !important;
    padding: 0.5rem 1.5rem !important;
}

.btnColor {
    color: #ffffff;
}

.btn-outline-primary {
    color: #ffffff;
}

.btnWeight {
    font-weight: bold;
    margin-left: 60px;
}

.btnColor {
    color: #ffffff;
}

.btn-outline-primary {
    color: #ffffff;
}

.overlay-content {
    text-align: center;
}

.excellenceSection {
    background-color: #f2f2f2 !important;
}

.excellenceHeading h1 {
    text-align: center;
    font-size: 30px;
    color: #808080;
    padding-top: 40px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.excellenceText p {
    text-align: center;
    font-size: 16px;
    color: black;
    letter-spacing: normal;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5rem;
}

.buttonAlign {
    text-align: center;
}

.excellenceHeading h1 {
    font-weight: bold;
}

.buttonAlign {
    text-align: center;
}

.excellenceHeading h1 {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-weight: bold;
    font-family: var(--ff-heading);
}

h1 {
    font-size: 72px;
    line-height: 25px;
}

h2 {
    line-height: 52px;
}

h3 {
    font-size: 32px;
    line-height: 42px;
}

h4 {
    font-size: 26px;
    line-height: 1.6em;
}

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

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

.xl-title {
    font-size: 72px;
    line-height: 85px;
}

.lg-title {
    font-size: 60px;
    line-height: 70px;
}

.md-title {
    font-size: 32px;
    line-height: 48px;
}

.sm-title {
    font-size: 14px;
    line-height: 24px;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w800 {
    font-weight: 900;
}

.sec-pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991.98px) {
    .sec-pt-120 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sec-pt-120 {
        padding-top: 80px;
    }
}

.sec-pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991.98px) {
    .sec-pb-120 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sec-pb-120 {
        padding-bottom: 80px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn {
    padding: 0.375rem 1rem;
    margin-top: 3rem;
    font-weight: bold;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s;
    font-weight: bold;
}

.btn-outline-light:hover {
    background-color: white important;
}

#fitoutBanner .btn.hover {
    background-color: #FFFFFF!important;
}

.btn:hover {
    background-color: white;
}

.pe-none {
    pointer-events: none;
}

.fitout-slide-wrapper {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 991.98px) {
    .fitout-slide-wrapper {
        min-height: 500px;
    }
}

@media only screen and (max-width: 767.98px) {
    .fitout-slide-wrapper {
        min-height: 400px;
    }
}

.fitout-slide-wrapper .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fitout-slide-wrapper .slide-bg::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 2;
    opacity: 0.2;
}

.fitout-slide-wrapper .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 72px;
    border-bottom: 3px solid #fff;
    padding-bottom: 13px;
    margin-bottom: 28px;
    line-height: 85px;
}

@media only screen and (max-width: 1199.98px) {
    .fitout-slide-wrapper .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .fitout-slide-wrapper .title {
        font-size: 46px;
        line-height: 55px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .about-border1 {
        display: block;
        width: 500px;
        height: 3px;
        background: #ffffff;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-border1 {
        display: block;
        width: 500px;
        height: 3px;
        background: #ffffff;
        margin: 20px auto;
    }
}

.fitout-custom-slide {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.fitout-custom-slide .slide-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.fitout-custom-slide .active.slide-item {
    position: relative;
    z-index: 1;
}

.fitoutSection {
    position: relative;
}

.fitoutSection .slide-nav {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    z-index: 10;
    right: 30px;
}

.fitoutSection .slide-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    outline: none !important;
}

.fitoutSection .slide-nav button:last-child {
    margin-right: 0;
}

.fitoutSection .slide-nav button.active {
    background-color: #7fc142;
    border-color: #7fc142;
}

.fitoutSection .indicator {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 10;
    color: #fff;
    padding-top: 5px;
}

.fitoutSection .indicator .slide-progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.fitoutSection .indicator .slide-progress span {
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.fitoutSection .indicator .count-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 8px;
}

.fitoutSection .indicator .count-list::before {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.fitoutSection .indicator .count-list li {
    display: none;
}

.fitoutSection .indicator .count-list li.active {
    display: block;
}

.fitoutSection .right-icon {
    position: absolute;
    display: block;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

.fitoutSection .right-icon img {
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 17px 31px rgba(0, 0, 0, 0.3);
}


/*# sourceMappingURL=style.css.map */

.excellenceHeading h1 {
    text-align: center;
    font-size: 2.1rem;
    color: #808080;
    padding-top: 40px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2.3rem;
}

.excellenceText p {
    text-align: center;
    font-size: 1rem;
    color: black;
    letter-spacing: normal;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.buttonAlign {
    text-align: center;
}

.excellenceHeading h1 {
    font-weight: bold;
}

#img-1 img,
#img-2 img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    position: relative;
}

.img-box-1 .animate img {
    animation-name: animate-one;
    animation-duration: 2s;
}

.img-box-2 .animate img {
    animation-name: animate-two;
    animation-duration: 2s;
}


/*keyframes animation*/

@keyframes animate-one {
    0% {
        left: 0;
        bottom: 0;
        width: 0;
    }
    100% {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

@keyframes animate-two {
    0% {
        left: 100%;
        bottom: 0;
        width: 0;
    }
    100% {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}


/*media queries*/

@media screen and (max-width: 992px) {
    .img-box-1 .animate img {
        animation-delay: 0.5s;
    }
    .img-box-2 .animate img {
        animation-delay: 1s;
    }
    .img-box-3 .animate img {
        animation-delay: 1.5s;
    }
    .img-box-4 .animate img {
        animation-delay: 2s;
    }
}

.deliveringSection,
.ourProjectSection {
    margin-top: 8rem;
}

.ourProjectSection {
    padding-left: 52px;
}

.deliveringContentH {
    padding-left: 40px;
}

.deliveringContentH p {
    padding-left: 60px;
}

.deliveringContentH {
    padding-left: 155px;
    padding-top: 25px;
}

.sectionHeading h2 {
    color: #9a9a9a;
    margin-top: 2rem;
    margin-left: 121px;
    font-weight: 550px;
    font-size: 25px;
}

.sectionHeadingTwo h2 {
    color: #9a9a9a;
    font-weight: bold;
    margin-left: 64px;
    font-size: 40px;
    margin-top: -25px;
}

.deliveringContent p {
    margin-left: 0px;
}

.ourProjecttext p {
    color: 9a9a9a;
    margin-bottom: 8rem;
}

.clientsHeading h2 {
    color: #808080;
    padding-left: 4px;
    font-size: 40px;
}

.about-border2 {
    display: block;
    width: 500px;
    height: 3px;
    background: #ffffff;
    margin: 50px auto;
}

.about-border3 {
    display: block;
    width: 470px;
    height: 3px;
    background: #ffffff;
    margin: 40px auto;
}

.about-borderp {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 5px;
}

.about-bordertrn {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 5px;
}

.about-borderdaf {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 5px;
}

.about-bordercl {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 5px;
}

.about-borderM {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 14px;
}

.about-borderExm {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 14px;
}

.about-borderSrv {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 14px;
}

.about-border {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 64px;
}

.brandsSection {
    padding-bottom: 4rem;
}

.ourProjectheading h2 {
    color: #808080;
    font-size: 40px;
}

.ourProjecttext {
    padding-top: 30px;
}

.brandsSection {
    margin-top: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-150px * 10));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1260px;
}

.slider::before,
.slider::after {
    background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.getinTouchSection {
    position: relative;
    margin-top: 0px;
    min-height: 300px;
    padding: 1.5em;
    overflow: hidden;
    background: rgb(0 0 0 / 60%);
}

.careers-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

.clientsSection {
    padding-top: 5rem;
}

.getinTouchHeading h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
}

.getinTouchTextCnt {
    margin-bottom: -6rem;
}

.getinTouchTextCnt p {
    color: #ffffff;
}

.formColor {
    background-color: #ffffff;
}

.theForm {
    padding: 3rem;
    border-radius: 4px;
}

.theForm input,
.theForm textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.theForm .form-control:focus {
    border-color: none;
    box-shadow: none;
}

.theForm button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    display: block;
}

footer {
    background-image: url("images/footernavbg.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 250px;
    height: 20vh;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    padding: 1.5rem;
}

.footernavHeading h2 {
    color: #ffffff;
}

.socialLinks {
    display: inline;
    padding-top: 40px;
}

ul.socialLinks {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.socialLinks li {
    margin: 0 0.4rem;
    font-size: 1.2rem;
}

.socialLinks a {
    color: #707070;
}

ul.footerAddress {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.socialLinks li {
    margin: 0 0.4rem;
    font-size: 1.2rem;
}

.socialLinks li {
    color: #ffff;
}

ul.footerAddress1 {
    color: #ffffff;
}

ul.TermsandPrivacy {
    color: #ffffff;
    list-style: none;
}

ul.footerAddress1 li {
    list-style: none;
}

ul.footerAddress2 li {
    list-style: none;
}

ul.footerAddress2 {
    color: #ffffff;
}

.footerAddress ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.socialLinks {
    padding-top: 5rem;
}

.addressFooter3 li a {
    color: #ffffff;
}

.socialLinks li a {
    color: #ffffff;
}

.footerAddress ul li:nth-of-type(2n) {
    display: none;
}

@media screen and (min-width: 320px) {}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 575px) {
    .footerAddress ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footerAddressul li:nth-of-type(2n) {
        display: flex;
    }
}

.footernavHeading h2 {
    padding-top: 1rem;
    font-weight: bold;
}


/* .footerLogo img {
  height: 13rem;
} */

.addressFooter li:nth-last-child(2) {
    margin-top: 4rem;
}

.addressFooter3 li:last-child {
    margin-top: 5.3rem;
}

.corporategroupSection {
    overflow-x: hidden;
}

#corporategroupCarousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
}

.imgBox p {
    color: #ffffff;
}

.imgBox h4 {
    color: #ffffff;
}

.imgBox {
    margin-top: 0px;
    background-size: cover;
    background-position: 50%;
    padding: 1.5rem;
    transition: all 0.3s ease-in;
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover !important;
    background-repeat: none;
    transition: flex 0.8s ease !important;
}

.imgBox1 {
    background-image: url("images/Mask46.png");
}

.imgBox2 {
    background-image: url("images/sports.png");
}

.imgBox3 {
    background-image: url("images/retail.png");
}

.imgBox4 {
    background-image: url("images/Mask45.png");
}

.imgBox5 {
    background-image: url("images/Mask51.png");
}

.imgBox h4::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin: 20px 0;
    display: block;
}

.imgBox .overlay {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateX(100%);
    transition: all 0.8s ease-in;
}

.imgBox .overlay p {
    opacity: 0;
    transition: all 1s ease-in;
}

.imgBox:hover .overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 1;
    visibility: visible;
    height: 80%;
    width: 100%;
    transform: translateX(0%);
    transition: all 0.8s ease-in;
}

.imgBox:hover .overlay p,
.imgBox .overlay:hover p {
    opacity: 1;
    transition: all 1s ease-in;
}

.imgBox:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.imgBox:hover {
    flex: 6;
}


/* Media Queries for padding */

@media screen and (min-width: 1200px) {
    .headerAddress1 {
        padding-right: 5rem;
    }
    .fitoutSection {
        margin-top: 5px;
    }
    .topSection {
        padding-top: 2rem;
    }
    .navbar-expand-lg {
        margin-top: -24px;
        z-index: 0;
    }
    .logoImg {
        position: relative;
        z-index: 2;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width:767px) {
    .navbar-nav.active {
        z-index: 15;
    }
    .nav-link {
        margin-bottom: 4px;
    }
    .navbar-nav li {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

#whatsapp-icon-sticky {
    position: fixed;
    right: 20px;
    bottom: 24px;
}

#toggle-navbar:focus {
    outline: none;
}

.map {
    max-width: 100%;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.socialLinks1 {
    display: inline;
    padding-top: 40px;
}

.socialLinks1 li a {
    color: #FFFF;
}

.socialLinks1 {
    display: inline;
    padding-top: 120px;
}

ul.socialLinks1 {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -2rem;
}

.socialLinks1 li {
    margin: 0 0.4rem;
    font-size: 1.2rem;
}

.socialLinksCnt {
    display: inline;
    padding-top: 40px;
}

.socialLinksCnt li a {
    color: #FFFF;
    margin-right: 10px;
    font-size: 1.4em;
}

.socialLinksCnt {
    display: inline;
    padding-top: 0;
}

ul.socialLinksCnt {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

.socialLinksCnt li {
    margin: 0 0.4rem;
    font-size: 1.2rem;
}

.socialLinksCr {
    display: inline;
    padding-top: 40px;
}

.socialLinksCr li a {
    color: #FFFF;
     margin-right: 10px;
    font-size: 1.4em;
}

.socialLinksCr {
    display: inline;
    padding-top: 0;
}

.socialLinksCr {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

.socialLinksCr li {
    margin: 0 0.4rem;
    font-size: 1.2rem;
}

.socialLinks {
    display: inline;
    padding-top: 0;
}

ul.socialLinks {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.socialLinks a {
    color: #707070;
}


/* POJECT PAGE CSS */

.projectSection {
    margin-top: 40px;
}


/* .ourprojectHeading h1 {
    color: #80163e;
    padding-top: 4.2rem;
    padding-left: 3.2rem;
    font-weight: bold;
} */

.pColor {
    color: #80163E;
    font-weight: bold;
}

.gallerySection1 {
    margin-top: 2rem;
}

.gallerySection3,
.gallerySection2,
.gallerySection4 {
    margin-top: 2rem;
}

.small-row-img {
    /* opacity: 0.6; */
    max-height: 11rem;
}

.gallerySection4 {
    margin-bottom: 16rem;
}

.projectImg {
    margin-bottom: 0px;
}

.projectSection .about-border1 {
    display: block;
    width: 32px;
    height: 3px;
    background: #80163e;
    /* padding-left: 120px; */
}


/* .ourprojectHeading h1 {
    padding-top: 33px !important;
    padding-left: 0;
    font-size: 2rem;
} */

.projectText {
    /* padding-left: 52px; */
    /* padding-left: 3.2rem; */
}

.projectText {
    padding-top: 4rem;
}

.topSection {
    margin-bottom: 4rem;
}

.projectSection {
    margin-top: 1rem;
}

.projectImg>div {
    background-image: url("../img/img2.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 344px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.projectImg {
    transition: all 1s;
    overflow: hidden;
}

.hallImg>div {
    background-image: url("../img/hall1l.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 344px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.hallImg {
    transition: all 1s;
    overflow: hidden;
}

.sofiImg>div {
    background-image: url("../img/sofi.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.sofiImg {
    transition: all 1s;
    overflow: hidden;
}

.greenImg>div {
    background-image: url("../img/green.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.greenImg {
    transition: all 1s;
    overflow: hidden;
}

.lifeImg>div {
    background-image: url("../img/8l.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.lifeImg {
    transition: all 1s;
    overflow: hidden;
}

.tradeImg>div {
    background-image: url("../img/sidra.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.tradeImg {
    transition: all 1s;
    overflow: hidden;
}

.showImg>div {
    background-image: url("../img/img7l.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.showImg {
    transition: all 1s;
    overflow: hidden;
}

.qfcaImg>div {
    background-image: url("../img/qfca.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.qfcaImg {
    transition: all 1s;
    overflow: hidden;
}

.cigarImg>div {
    background-image: url("../img/cigl.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.cigarImg {
    transition: all 1s;
    overflow: hidden;
}

.qhaImg>div {
    background-image: url("../img/qhac.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 340px;
    display: table;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.qhaImg {
    transition: all 1s;
    overflow: hidden;
}

.imgZoom:hover>div {
    transform: scale(1.1);
    overflow: hidden;
    /* opacity: 0.5; */
}

.img-content .bottom h3 {
    font-size: 20px;
}

a.circle-link {
    display: flex;
    align-items: center;
}

span.circle-icon {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    overflow: hidden;
}

.circle-icon .arrow-1 {
    position: absolute;
    color: #fff;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    transition: .4s;
}

.circle-icon .arrow-2 {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    transition: .4s;
}

.imgZoom:hover span.circle-icon .arrow-1 {
    left: 50%;
}

.imgZoom:hover span.circle-icon .arrow-2 {
    left: 150%;
}

.imgZoom:hover span.circle-icon {
    border: 2px solid #fff;
}


/*key frames*/

@keyframes moving {
    0% {
        left: 50%;
    }
    50% {
        right: -50px;
    }
    66% {
        left: -50px;
    }
    100% {
        left: 50%;
    }
}


/*CSS code for add animation on arrow icon end*/

.small-row-img.imgZoom:hover .bottom {
    bottom: 170px;
}

.btn-outline-primary:hover {
    background-color: transparent;
}

.btn btn-outline-secondary {
    font-weight: bold;
}

.btnColor {
    color: #ffffff;
}

.btn-outline-primary {
    color: #ffffff;
}

.img-content {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    height: 100%;
    width: 100%;
    padding: 0.4rem 1rem;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
}

.img-content a {
    color: white;
}

.img-content .bottom {
    display: flex;
    align-items: baseline;
    flex-grow: 2;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    /* top: 30px; */
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 80%;
}

.small-row-img .img-content .bottom {
    bottom: 10px;
}

.btn-outline-secondary {
    border-radius: 0;
    padding: 6px 13px;
    margin-bottom: -2rem;
    width: 154px;
}

.filter-section {
    margin-top: 5em;
}

.filter-section .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.filter-section ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0 -1rem;
}

.filter-section li {
    margin: 0 1rem;
}

.filter-section li a {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.filter-section li.active a,
.filter-section li:hover a {
    border: 1px solid #80163e;
    color: #80163e;
    text-decoration: none;
}

.btn-filter {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

.btn-filter :first-child {
    margin-right: 3rem;
}


/* SERVICE PAGE CSS */

.fitoutBorder {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px 0;
}

.servClr p {
    color: #80163e;
}

.elevated p {
    color: #808080;
}

.fitoutsection {
    margin-top: -75px;
    height: 500px;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.letoutBorder {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 38px;
}

.ourServicesheading {
    color: #808080;
}

.servicesNav {
    margin-top: 2rem;
}

.servicesNav .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.servicesNav nav,
.servicesNav .btn-filter {
    margin-bottom: 1rem;
}

.servicesNav {
    margin-bottom: 2rem;
    background: rgba(100%, 100%, 100%, 0.85);
}

.servicesNav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0 -4px;
}

.servicesNav li {
    margin: 0px;
    font-size: 13px;
    display: flex;
}

.servicesNav li a {
    display: flex;
    border: 1px solid  #eee;
    padding: 8px 18px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-top: 0;
    border-right: 1px solid transparent;
}
.servicesNav li:last-child a{
    border-right: 1px solid  #eee;
}

.servicesNav li.active a,
.servicesNav li:hover a,
.servicesNav li a:hover {
    border: 1px solid #80163e;
    color: #fff;
}


/*image animation css code start*/

#img-1 img,
#img-2 img,
#img-3 img,
#img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.img-box-1 .animate img {
    animation-name: animate-one;
    animation-duration: 2s;
}

.img-box-2 .animate img {
    animation-name: animate-two;
    animation-duration: 2s;
}

.img-box-3 .animate img {
    animation-name: animate-three;
    animation-duration: 2s;
}

.img-box-4 .animate img {
    animation-name: animate-four;
    animation-duration: 2s;
}


/*keyframes animation*/

@keyframes animate-one {
    0% {
        left: 0;
        bottom: 0;
        width: 0;
    }
    100% {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

@keyframes animate-two {
    0% {
        left: 0;
        bottom: 0;
        width: 0;
    }
    100% {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

@keyframes animate-three {
    0% {
        left: 100%;
        bottom: 0;
        width: 0;
    }
    100% {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

@keyframes animate-four {
    0% {
        left: 0;
        bottom: 0;
        width: 0;
    }
    100% {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}


/*media queries*/

@media screen and (max-width: 992px) {
    .img-box-1 .animate img {
        animation-delay: 0.5s;
    }
    .img-box-2 .animate img {
        animation-delay: 1s;
    }
    .img-box-3 .animate img {
        animation-delay: 1.5s;
    }
    .img-box-4 .animate img {
        animation-delay: 2s;
    }
}


/*image animation css code end*/

.ourServicesheading h2 {
    font-weight: bold;
}

.ourServicesheading {
    padding-left: 0px;
}

.labourSection {
    margin-top: 90px;
}

.left-box h1 {
    font-weight: bold;
}

.left-box h2 {
    color: #808080;
}

.fitoutSection .overlay-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.fitoutSection .containter-fluid>.row {
    position: relative;
    z-index: 2;
}

.fitoutText h1 {
    padding-top: 15rem;
    color: #808080
}

.fitoutsection {
    margin-top: -75px;
}

.ArchHeading h4 {
    color: #80163e;
}

.brandsHeading h4 {
    color: #80163e;
    padding: auto;
    text-align: center;
    font-weight: bold;
}

.ourServicesheading h2 {
    color: #808080;
    padding-left: 9px;
}

.archHeading p {
    color: #80163e;
}

.archHeading h4 {
    color: #80163e;
    font-weight: bold;
}

.furnitureHeading {
    margin-top: 0rem;
    padding-left: 0rem;
}

.furnitureText p {
    padding-top: 1rem;
    margin-bottom: 4rem;
    color: #808080;
}

.furnitureHeading h4 {
    color: #80163e;
    font-weight: bold;
}

.furnitureText p {
    color: #808080;
}


/* .sectionHeading h2{
padding:9rem;
} */

.sectionHeading h2 {
    font-weight: 600;
}

.sectionHeading h2 span {
    color: #80163e;
}

.brandLogos {
    padding-top: 3.2rem;
}

.productsSection {
    padding-bottom: 6rem;
}

.letoutwHeading h2 {
    padding-left: 2rem;
    color: #808080;
    font-weight: bold;
    padding-top: 4rem;
}

.letoutText {
    color: #8d8d8d;
}

.turnkeyHeading h2 {
    color: #808080;
    font-weight: bold;
    padding-top: 4rem;
}

.turnkeyText p {
    color: #808080;
}

.turnkeySection {
    padding-top: 4rem;
}

.designSection {
    padding-top: 4rem;
}

.designHeading h2 {
    padding-top: 1.7rem;
    color: #8d8d8d;
    font-weight: bold;
}


/*
.


.overlay-content {
  padding-top: 270px;
}

.btn-outline-primary {
  /* float:right; */


/* padding-top: 10px;
} */

.btn-outline-primary:hover {
    background-color: transparent;
}

.service-brandsSection {
    margin-top: 20px;
    padding-top: 2rem;
}

.left-box {
    /* text-align: right; */
    /* padding-left: 2rem; */
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.left-box h2 {
    font-weight: 700;
}

.left-box h2 span {
    color: #80163e;
    padding-left: 150px;
}

.left-box .elevated {
    background: white;
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}

.left-box .elevated p {
    /* padding-left: 1rem; */
    text-align: left;
}

.elvClr {
    color: #80163e;
    font-weight: bold;
}

.webLink {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .left-box .elevated {
        margin-left: -200px;
    }
}

.ourServicesheading {
    padding-left: 0px;
}

.labourSection {
    margin-top: 90px;
}

.fitoutSection .containter-fluid>.row {
    position: relative;
    z-index: 2;
}

.fitoutText h2 {
    padding-top: 14rem !important;
    padding-left: 1rem;
    color: #ffffff !important;
}

.fitoutText .fitoutsection {
    margin-top: 25px;
}

.ArchHeading h4 {
    color: #80163e;
    font-size: 16px;
}

.brandsHeading h4 {
    color: #80163e;
    padding: auto;
    text-align: center;
    font-weight: bold;
}

.ourServicesheading h2 {
    color: 808080;
    padding-left: 0px;
}

.archHeading p {
    color: #80163e;
    font-size: 14px;
}

.archHeading p {
    color: #80163e;
    font-weight: bold;
}

.furnitureHeading p {
    padding-top: 5rem;
    font-size: 17px;
}

.furnitureText p {
    padding-top: 1rem;
}

.furnitureHeading p {
    color: #80163e;
    font-weight: bold;
    font-size: 17px;
}

.furnitureText p {
    color: #808080;
}

.sectionHeading h2 {
    padding: 9rem;
    margin-left: 60px;
}

.brandLogos {
    padding-top: 3.2rem;
}

.productsSection {
    padding-bottom: 6rem;
}

.fitoutwHeading h2 {
    /* padding-left:2rem; */
    color: #808080;
    font-weight: bold;
    padding-top: 4rem;
}

.fitoutText {
    color: #8d8d8d;
}

.turnkeyHeading h2 {
    color: #808080;
    font-weight: bold;
    padding-top: 4rem;
}

.fitoutText {
    color: #8d8d8d;
}

.turnkeySection {
    padding-top: 4rem;
}

.designSection {
    padding-top: 4rem;
}

.designHeading h2 {
    padding-top: 1.7rem;
    color: #8d8d8d;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .left-box {
        padding-left: 2rem;
    }
    .left-box .elevated p {
        padding-left: 1rem;
    }
    .fitoutwHeading h2 {
        padding-left: 2rem;
    }
    .fitoutText p {
        padding-left: 2rem;
    }
    .fitoutBorder {
        margin-left: 34px;
    }
    .designHeading,
    .archHeading,
    .archText {
        padding-left: 2rem;
    }
    .archText p {
        color: #808080;
    }
    #img-1 img,
    #img-2 img,
    #img-3 img,
    #img-4 img {
        height: 450px;
    }
}


/* DROPDOWN CSS */


/*Dropdown Css*/

.dropdown:hover>.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 20%;
    margin-top: 0px;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    position: absolute;
    top: 35px;
    left: 20%;
    opacity: 0;
    float: left;
    min-width: 0rem;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: all 0.3s linear;
    visibility: visible;
    display: inline;

}
.navbar-nav .dropdown-menu{
    position: absolute;
}
.dropdown-item {
    padding: 0 10px 10px 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 10;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: red;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 5px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-nav li.active  .dropdown-menu li a {
    color: #808080  !important;

}
.navbar-nav li.active  .dropdown-menu li a:hover {
    color: #80163E  !important;

}
.dropdown-item:focus, .dropdown-item:hover{
    background: none;
}
/* .dropdown:hover > .dropdown-menu {
  display: block;
    top: 50;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color:red;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 10;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color:red;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
} */


/*./Dropdown Css


/* SINGLE PROJECT PAGE */

.sp-fitoutsection {
    background-image: url("../img/fitout.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 100vh;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    padding: 1.5rem;
}

.sp-fitoutSection .overlay-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.sp-fitoutSection .containter-fluid>.row {
    position: relative;
    z-index: 2;
}

.sp-fitoutText h1 {
    padding-top: 15rem;
}

.sp-fitoutsection {
    margin-top: 0px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 100vh;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    padding: 3rem 0;
    margin-bottom: 4rem;
}

.banner-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.banner-link a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}


/* Slider On click */


/* =========================================================================== */

.bi-arrow-right-circle::before {
    transform: rotateZ(90deg) !important;
}

.img-fluid {
    cursor: pointer !important;
}

.slidercontainer {
    display: none;
    width: 100vw;
    height: 100vh;
    position: relative;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000;
}

.showSlide {
    display: none;
    width: 90%;
    margin: 0px auto;
    height: 50%;
    display: flex;
}

.showSlide img {
    height: 90vh;
}

#main-id {
    padding: 30px 50px;
}

.left,
.right,
i:not(.menu i,
.close i,
.addressHeader>li>a>i,
.socialLinks>li>a>i,
.socialLinksCnt>li>a>i,
.socialLinksCr>li>a>i,
.circle-icon>i) {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 0px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: block;
    z-index: 99999999!important;
}

.right {
    right: 15px;
    border-radius: 3px 0 0 3px;
}

.left:hover,
.right:hover {
    background-color: rgba(115, 115, 115, 0.9);
}

.content {
    color: #eff5d4;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
}

.fa-times-circle-o {
    color: #fff !important;
    right: 2rem !important;
    top: 1rem !important;
    font-size: 2rem !important;
    z-index: 999;
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* .active {
  background-color: #717171;
} */


/* Fading animation */

.fades {
    -webkit-animation-name: fades;
    -webkit-animation-duration: 1.5s;
    animation-name: fades;
    animation-duration: 1.5s;
}

.hoverShadow:hover {
    box-shadow: 12px 12px 21px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 12px 12px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 12px 12px 21px 0px rgba(0, 0, 0, 0.75);
    transition: 0.2s;
}

@-webkit-keyframes fades {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fades {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media (max-width: 998px) {
    .imgSeven {
        margin-top: 1rem !important;
    }
    .imgThree {
        margin-top: 1rem !important;
    }
}

#gallery-show-more {
    margin-bottom: 12rem;
}

.imgOne {
    margin-bottom: 1rem;
}

.imgThree {
    margin-bottom: 1rem;
}

.imgFive {
    margin-bottom: 1rem;
}

#gallery-show-more {
    margin-bottom: 12rem;
}

.dLive {
    background-color: rgba(255, 255, 255, 0.95);
    padding-left: 2rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

@media screen and (min-width:1200px) {
    .dLive {
        padding-left: calc(50vw - 540px);
    }
}

.dLive h2 {
    font-weight: 800;
    padding-bottom: 0rem;
}

.dLive h2::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    background-color: #80163e;
}

.dLive .caption {
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
}

.dColor {
    color: #80163E;
}

.lastText {
    padding-bottom: 4rem;
}

.lastText p {
    padding-bottom: 8rem;
}

.banner-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.banner-link a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}


/* ABOUT PAGE CSS */

.processSection {
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 500px;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.processSection .container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.headingOne h2 {
    color: #ffffff;
    padding-top: 304px;
    /* max-width: 52vw; */
}

.bgS {
    background-color: #f4f4f4;
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 500px;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
}

.bG2 {
    padding-top: 1rem;
}

.bG2 h2 {
    color: #808080;
    font-weight: bold;
    padding-left: 7rem;
}

.about-border1 {
    display: block;
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin: 20px auto;
    margin-left: 0px;
}

.about-borderwho {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin-left: 40px;
    margin-top: 8px;
}

.about-borderwh {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 10px;
}

.about-bordersf {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 111px;
}

.about-borderom {
    display: block;
    width: 40px;
    height: 3px;
    background: #80163e;
    margin: 20px auto;
    margin-left: 10px;
}

.designHeading h4 {
    padding-left: 6rem;
}

.striveText p {
    padding-left: 6rem;
}

.missionHeading {
    padding-top: 5rem;
}

.missionSection {
    margin-bottom: 5rem;
}

.missionText {
    padding-top: 2px;
}

.deliveringText p {
    padding-left: 0px;
    margin-top: 15px;
}

.fbold {
    font-weight: bold;
}


/* .striveText {
  padding-left: 1rem;
} */

.missionHeading h2 {
    color: #808080;
    font-weight: bold;
    padding-left: 10px;
}

.missionText p {
    padding-left: 10px;
}

.missionColor p {
    padding-left: 38px;
}

.bG2 {
    padding-top: 5rem;
}

.Executiveheading h2 {
    color: #808080;
    font-weight: bold;
}

.icon-section {
    background-image: url("images/Group.png");
    margin-top: 0px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 500px;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}


/* .icon-section {
  margin: 5rem 0;
} */

.icon-section .myContainer {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.coreHeading h2 {
    color: #ffffff;
}

.icon-section .icon-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-direction: column;
}

.icon-section h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #fff;
    /* color: rgb(32, 32, 32); */
}

.icon-section p {
    font-size: 15px;
}

.icon-section .contentbox {
    margin-top: 1rem;
}

.myContainer {
    padding: 8rem 0;
}


/* .icon-section .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
} */

.executiveDisplay {
    margin: 5rem 0;
}

.executiveDisplay .theContainer {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.executiveDisplay [class^="col"] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.executiveDisplay h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: rgb(32, 32, 32);
}

.executiveDisplay p {
    font-size: 15px;
    color: rgb(109, 109, 109);
    max-width: 420px;
}

.executiveDisplay .contentbox {
    margin-left: 1rem;
}

.aboutSection .row,
.whatSection .row {
    margin: 0;
}

.aboutSection [class^="col"],
.whatSection [class^="col"] {
    padding: 0;
}

.aboutSection img,
.whatSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: auto;
}

.whatSection {
    margin-bottom: 4rem;
}

.deliveringContent,
.whatContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whatContent {
    padding: 2rem 1rem 2rem 0;
}

.deliveringContent {
    padding: 2rem 0rem 2rem 2rem;
}

.membershipImgBox {
    height: 100%;
}

.missionContent,
.bG2 {
    padding-left: 1rem;
    padding-right: 6rem;
}

.executiveDisplay {
    margin: 5rem 0;
}

.executiveDisplay .theContainer {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.executiveDisplay [class^="col"] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.executiveDisplay h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: rgb(32, 32, 32);
}

.executiveDisplay p {
    font-size: 15px;
    color: rgb(109, 109, 109);
    max-width: 420px;
}

.executiveDisplay .contentbox {
    margin-left: 1rem;
}

.aboutSection .row,
.whatSection .row {
    margin: 0;
}

.aboutSection [class^="col"],
.whatSection [class^="col"] {
    padding: 0;
}

.aboutSection img,
.whatSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: auto;
}

.whatSection {
    margin-bottom: 4rem;
}

.deliveringContent,
.whatContent {
    padding: 2rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -2rem;
}

.membershipImgBox {
    height: 100%;
}

.missionContent,
.bG2 {
    padding-left: 2rem;
    padding-right: 6rem;
}

.executiveDisplay {
    margin: 5rem 0;
}

.executiveDisplay .theContainer {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.executiveDisplay [class^="col"] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.executiveDisplay h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: rgb(32, 32, 32);
}

.executiveDisplay p {
    font-size: 15px;
    color: rgb(109, 109, 109);
    max-width: 420px;
}

.executiveDisplay .contentbox {
    margin-left: 1rem;
}

.aboutSection .row,
.whatSection .row {
    margin: 0;
}

.aboutSection [class^="col"],
.whatSection [class^="col"] {
    padding: 0;
}

.aboutSection img,
.whatSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: auto;
}

.whatSection {
    margin-bottom: 4rem;
}

.deliveringContent {
    padding-left: 132px;
}

.deliveringContent,
.whatContent {
    padding: 2rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 480px) {
    .whatContent {
        padding-left: 0;
    }
}

.whatContent .about-border {
    margin-left: 0;
}

.membershipImgBox {
    height: 100%;
}

.missionContent,
.bG2 {
    padding-left: 2rem;
    padding-right: 6rem;
}

.executiveContent {
    padding: 5rem 0 1.5em;
}

.executivePrimary {
    color: #80163e;
    font-weight: 900;
}

.executiveGallery .row {
    margin-top: 3rem;
    justify-content: center;
}

.executiveGallery [class^="col"] {
    margin-bottom: 2rem;
}

.excontentBox {
    border: 2px solid #80163e;
    padding: 3rem 2rem 3.5rem;
}

.excontentBox {
    position: relative;
}

.excontentBox .minus {
    background-color: #80163e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.excontentBox .minus span {
    display: inline-block;
    width: 1rem;
    height: 3px;
    background-color: #fff;
}

.excontentBox h6,
.excontentBox h6+p {
    color: #80163e;
    margin-bottom: 0;
}

.excontentBox h6+p {
    font-size: 13px;
    font-weight: 600;
}

.contentText {
    color: #ffffff !important;
}

.contentPara {
    margin-top: 1rem;
    font-size: 15px;
}

.profImg {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.profRedBox {
    display: flex;
    background-color: rgba(128, 22, 62, 0.6);
    width: 100%;
    height: 2.5rem;
    position: absolute;
}

.profInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(128, 22, 62, 0.7);
    width: 100%;
    min-height: 2.5rem;
    padding: 0.375rem;
    position: absolute;
}

.profInfoContent {
    text-align: center;
}

.profInfoContent h6 {
    margin-bottom: 0;
}

.profInfoContent p {
    font-size: 12px;
    margin-bottom: 0;
}

.profInfo>div {
    display: flex;
}

.profInfo .plus {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0;
    margin-left: 4px;
}


/*css code for person information toggle section*/

.person-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.person-container .person {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    /*min-height: 307px;*/
}

.person .person-content {
    transition: 2s !important;
    border: 1px solid #80163e;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.person .person-content .content-man {
    position: absolute;
    padding: 20px;
}

.person .person-content h4 {
    font-size: 21px;
}

.person .person-content span {
    margin-bottom: 7px;
    display: block;
}

.person .person-content p {
    font-size: 14px;
}

.person .person-content .minus {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    background: #80163e;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
}

.profImg {
    /*height: 100%;*/
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.profRedBox {
    display: flex;
    background-color: rgba(128, 22, 62, 0.6);
    width: 100%;
    height: 2.5rem;
    position: absolute;
}

.profInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(128, 22, 62, 0.7);
    width: 100%;
    min-height: 2.5rem;
    padding: 0.375rem;
    position: absolute;
}

.profInfoContent {
    text-align: center;
}

.profInfoContent h6 {
    margin-bottom: 0;
}

.profInfoContent p {
    font-size: 12px;
    margin-bottom: 0;
}

.profInfo>div {
    display: flex;
}

.profInfo .plus {
    background-color: #721036;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0;
    margin-left: 4px;
    cursor: pointer;
}

.icon-section .contentbox IMG {
    margin-bottom: 1rem;
}

.contentText {
    padding-top: 0;
}

@media screen and (max-width:480px) {
    .aboutHeading h2,
    .deliveringText p {
        padding-left: 0px;
    }
    .about-borderwho,
    .deliveringText p {
        margin-left: 0px;
    }
    .bG2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .missionContent {
        padding-left: 10px;
        padding-right: 10px;
    }
    .icon-section .icon-card {
        padding-left: 40px;
    }
    .icon-section h2 {
        padding-left: 1rem;
    }
    .icon-section .about-border1 {
        margin-left: 1rem;
    }
}

.aboutSection {
    padding-top: 3rem;
    margin-bottom: 4rem;
}

.aboutHeading h2 {
    color: #808080!important;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 56px;
}

.whoweareNav {
    margin-top: 2rem;
}

.whoweareNav .container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.whoweareNav nav,
.whoweareNav .btn-filter {
    margin-bottom: 1rem;
}

.whoweareNav .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.whoweareNav nav,
.whoweareNav .btn-filter {
    margin-bottom: 1rem;
}

.whoweareNav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0 -4px;
}

.whoweareNav li {
    margin: 0 4px;
    font-size: 13px;
}

.whoweareNav li a {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 6px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: bold;
}

.whoweareNav li.active a,
.whoweareNav li:hover a {
    border: 1px solid #80163e;
    color: #80163e;
    text-decoration: none;
}

.designHeading p {
    color: #8c8c8c;
    padding-left: 75px;
}

.whatHeading h2 {
    color: #808080;
    font-weight: bold;
}

.nav-item .nav-link {
    display: inline-block;
    color: black;
    font-size: 14px;
    zoom: 1;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.firstLink,
.nav-item .firstLink {
    color: #80163e;
    font-size: 14px;
    zoom: 1;
    font-weight: bold;
}

.whoColor {
    color: #80163e;
    font-weight: bold;
}

.missionColor {
    color: #80163e;
    font-weight: bold;
}

.headerAddress1 {
    padding-right: -4rem;
}

.paddingo {
    padding-top: 60px;
}

.addressHeader li a {
    color: #808080;
}

.headerAddress1 ul li {
    display: inline;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    line-height: 47px;
    color: #808080;
}


/* OUR TEAM SECTION */

.team {
    margin:0 40px 40px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
    position: relative;

}
.team-member .captionBx{
    position: absolute;
    bottom: 0;
    background: rgba(128, 22, 62, 0.6);
    width: 100%;
    height: 3em;
    text-align: center;

}
.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 40;
    margin: 50;
}
.team-member .captionBx h4{
    color: #fff;
    font-size: .8rem;
    margin: 0;
    padding: 6px 0 2px 0;
}
.team-member .captionBx p{
    color: #fff;
    font-size: .6rem;
    font-weight: 100;
}
.team-member figure img {
    min-width: 100%;
}

.team-member figcaption p {
    font-size: 13px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(230, 78, 62, 0.9);
    /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    transform:translateZ(0) scale(1.03);
    transition: all 0.8s ease-in-out;
}

.team-member figure:hover img {
     transform:translateZ(0) scale(1);
}

.team-member figure {
    cursor: pointer;
}

#team .modal-header {
    border-top: 5px solid #721036;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
}

.member-description {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 100;
}

#team .modal-body .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#team .modal-body .header h3 {
    font-family: "Open Sans";
    font-weight: 600;
    color: #80163E;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.75rem;
}

#team .modal-body {
    padding-top: 50px;
}

#team .modal-body .header p {
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: left;
    color: #80163E;
}

#team .modal-body h5 {
    font-family: "Open Sans";
    font-weight: 600;
    color: rgb(36, 36, 36);
    text-align: left;
    margin-bottom: 0;
    font-size: 1.25rem;
}

#team .modal-body p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #999;
}

.team-member h3,
.team-member h4 {
    margin: 0 0 20px 0;
    text-transform: none;
    color: #80163E;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
}

.team-member p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 550;
    color: #80163E;
}

.corporategroupSection .btn-outline-primary:hover {
    background: #FFF !important;
    margin: 0 !important;
    transition: .4s;
}

.galleryOne .col,
.galleryOne .col-1,
.galleryOne .col-10,
.galleryOne .col-11,
.galleryOne .col-12,
.galleryOne .col-2,
.galleryOne .col-3,
.galleryOne .col-4,
.galleryOne .col-5,
.galleryOne .col-6,
.galleryOne .col-7,
.galleryOne .col-8,
.galleryOne .col-9,
.galleryOne .col-auto,
.galleryOne .col-lg,
.galleryOne .col-lg-1,
.galleryOne .col-lg-10,
.galleryOne .col-lg-11,
.galleryOne .col-lg-12,
.galleryOne .col-lg-2,
.galleryOne .col-lg-3,
.galleryOne .col-lg-4,
.galleryOne .col-lg-5,
.galleryOne .col-lg-6,
.galleryOne .col-lg-7,
.galleryOne .col-lg-8,
.galleryOne .col-lg-9,
.galleryOne .col-lg-auto,
.galleryOne .col-md,
.galleryOne .col-md-1,
.galleryOne .col-md-10,
.galleryOne .col-md-11,
.galleryOne .col-md-12,
.galleryOne .col-md-2,
.galleryOne .col-md-3,
.galleryOne .col-md-4,
.galleryOne .col-md-5,
.galleryOne .col-md-6,
.galleryOne .col-md-7,
.galleryOne .col-md-8,
.galleryOne .col-md-9,
.galleryOne .col-md-auto,
.galleryOne .col-sm,
.galleryOne .col-sm-1,
.galleryOne .col-sm-10,
.galleryOne .col-sm-11,
.galleryOne .col-sm-12,
.galleryOne .col-sm-2,
.galleryOne .col-sm-3,
.galleryOne .col-sm-4,
.galleryOne .col-sm-5,
.galleryOne .col-sm-6,
.galleryOne .col-sm-7,
.galleryOne .col-sm-8,
.galleryOne .col-sm-9,
.galleryOne .col-sm-auto,
.galleryOne .col-xl,
.galleryOne .col-xl-1,
.galleryOne .col-xl-10,
.galleryOne .col-xl-11,
.galleryOne .col-xl-12,
.galleryOne .col-xl-2,
.galleryOne .col-xl-3,
.galleryOne .col-xl-4,
.galleryOne .col-xl-5,
.galleryOne .col-xl-6,
.galleryOne .col-xl-7,
.galleryOne .col-xl-8,
.galleryOne .col-xl-9,
.galleryOne .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.imgOne {
    margin-bottom: 20px !important;
}

.imgThree {
    margin-bottom: 20px !important;
}

.imgFive {
    margin-bottom: 20px !important;
}

.gallerySection3,
.gallerySection2,
.gallerySection4 {
    margin-top: 20px;
}

.dropdown-menu {
    border-radius: 0 !important;
    border: none;
   
    padding-bottom: 1rem !important;
    padding-top: 0.8rem;
    font-size: .8rem;
    padding-left: 6px;
    padding-right: 6px;
}

.dropdown-item {
    padding: 5px 0;
    text-transform: capitalize;
    ;
}

.dropdown-item a{
    color: #808080 im !important;
}

.dropdown-item:hover {
    color: #721036 !important;
}

.navbar-nav li li {
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: 0 !important;
}

.imgZoom:hover>div {
    transform: scale(1.04);
}

body {
    overflow-x: hidden;
}

.gallerySection1 .col,
.gallerySection1 .col-1,
.gallerySection1 .col-10,
.gallerySection1 .col-11,
.gallerySection1 .col-12,
.gallerySection1 .col-2,
.gallerySection1 .col-3,
.gallerySection1 .col-4,
.gallerySection1 .col-5,
.gallerySection1 .col-6,
.gallerySection1 .col-7,
.gallerySection1 .col-8,
.gallerySection1 .col-9,
.gallerySection1 .col-auto,
.gallerySection1 .col-lg,
.gallerySection1 .col-lg-1,
.gallerySection1 .col-lg-10,
.gallerySection1 .col-lg-11,
.gallerySection1 .col-lg-12,
.gallerySection1 .col-lg-2,
.gallerySection1 .col-lg-3,
.gallerySection1 .col-lg-4,
.gallerySection1 .col-lg-5,
.gallerySection1 .col-lg-6,
.gallerySection1 .col-lg-7,
.gallerySection1 .col-lg-8,
.gallerySection1 .col-lg-9,
.gallerySection1 .col-lg-auto,
.gallerySection1 .col-md,
.gallerySection1 .col-md-1,
.gallerySection1 .col-md-10,
.gallerySection1 .col-md-11,
.gallerySection1 .col-md-12,
.gallerySection1 .col-md-2,
.gallerySection1 .col-md-3,
.gallerySection1 .col-md-4,
.gallerySection1 .col-md-5,
.gallerySection1 .col-md-6,
.gallerySection1 .col-md-7,
.gallerySection1 .col-md-8,
.gallerySection1 .col-md-9,
.gallerySection1 .col-md-auto,
.gallerySection1 .col-sm,
.gallerySection1 .col-sm-1,
.gallerySection1 .col-sm-10,
.gallerySection1 .col-sm-11,
.gallerySection1 .col-sm-12,
.gallerySection1 .col-sm-2,
.gallerySection1 .col-sm-3,
.gallerySection1 .col-sm-4,
.gallerySection1 .col-sm-5,
.gallerySection1 .col-sm-6,
.gallerySection1 .col-sm-7,
.gallerySection1 .col-sm-8,
.gallerySection1 .col-sm-9,
.gallerySection1 .col-sm-auto,
.gallerySection1 .col-xl,
.gallerySection1 .col-xl-1,
.gallerySection1 .col-xl-10,
.gallerySection1 .col-xl-11,
.gallerySection1 .col-xl-12,
.gallerySection1 .col-xl-2,
.gallerySection1 .col-xl-3,
.gallerySection1 .col-xl-4,
.gallerySection1 .col-xl-5,
.gallerySection1 .col-xl-6,
.gallerySection1 .col-xl-7,
.gallerySection1 .col-xl-8,
.gallerySection1 .col-xl-9,
.gallerySection1 .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.gallerySection2 .col,
.gallerySection2 .col-1,
.gallerySection2 .col-10,
.gallerySection2 .col-11,
.gallerySection2 .col-12,
.gallerySection2 .col-2,
.gallerySection2 .col-3,
.gallerySection2 .col-4,
.gallerySection2 .col-5,
.gallerySection2 .col-6,
.gallerySection2 .col-7,
.gallerySection2 .col-8,
.gallerySection2 .col-9,
.gallerySection2 .col-auto,
.gallerySection2 .col-lg,
.gallerySection2 .col-lg-1,
.gallerySection2 .col-lg-10,
.gallerySection2 .col-lg-11,
.gallerySection2 .col-lg-12,
.gallerySection2 .col-lg-2,
.gallerySection2 .col-lg-3,
.gallerySection2 .col-lg-4,
.gallerySection2 .col-lg-5,
.gallerySection2 .col-lg-6,
.gallerySection2 .col-lg-7,
.gallerySection2 .col-lg-8,
.gallerySection2 .col-lg-9,
.gallerySection2 .col-lg-auto,
.gallerySection2 .col-md,
.gallerySection2 .col-md-1,
.gallerySection2 .col-md-10,
.gallerySection2 .col-md-11,
.gallerySection2 .col-md-12,
.gallerySection2 .col-md-2,
.gallerySection2 .col-md-3,
.gallerySection2 .col-md-4,
.gallerySection2 .col-md-5,
.gallerySection2 .col-md-6,
.gallerySection2 .col-md-7,
.gallerySection2 .col-md-8,
.gallerySection2 .col-md-9,
.gallerySection2 .col-md-auto,
.gallerySection2 .col-sm,
.gallerySection2 .col-sm-1,
.gallerySection2 .col-sm-10,
.gallerySection2 .col-sm-11,
.gallerySection2 .col-sm-12,
.gallerySection2 .col-sm-2,
.gallerySection2 .col-sm-3,
.gallerySection2 .col-sm-4,
.gallerySection2 .col-sm-5,
.gallerySection2 .col-sm-6,
.gallerySection2 .col-sm-7,
.gallerySection2 .col-sm-8,
.gallerySection2 .col-sm-9,
.gallerySection2 .col-sm-auto,
.gallerySection2 .col-xl,
.gallerySection2 .col-xl-1,
.gallerySection2 .col-xl-10,
.gallerySection2 .col-xl-11,
.gallerySection2 .col-xl-12,
.gallerySection2 .col-xl-2,
.gallerySection2 .col-xl-3,
.gallerySection2 .col-xl-4,
.gallerySection2 .col-xl-5,
.gallerySection2 .col-xl-6,
.gallerySection2 .col-xl-7,
.gallerySection2 .col-xl-8,
.gallerySection2 .col-xl-9,
.gallerySection2 .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.gallerySection3 .col,
.gallerySection3 .col-1,
.gallerySection3 .col-10,
.gallerySection3 .col-11,
.gallerySection3 .col-12,
.gallerySection3 .col-2,
.gallerySection3 .col-3,
.gallerySection3 .col-4,
.gallerySection3 .col-5,
.gallerySection3 .col-6,
.gallerySection3 .col-7,
.gallerySection3 .col-8,
.gallerySection3 .col-9,
.gallerySection3 .col-auto,
.gallerySection3 .col-lg,
.gallerySection3 .col-lg-1,
.gallerySection3 .col-lg-10,
.gallerySection3 .col-lg-11,
.gallerySection3 .col-lg-12,
.gallerySection3 .col-lg-2,
.gallerySection3 .col-lg-3,
.gallerySection3 .col-lg-4,
.gallerySection3 .col-lg-5,
.gallerySection3 .col-lg-6,
.gallerySection3 .col-lg-7,
.gallerySection3 .col-lg-8,
.gallerySection3 .col-lg-9,
.gallerySection3 .col-lg-auto,
.gallerySection3 .col-md,
.gallerySection3 .col-md-1,
.gallerySection3 .col-md-10,
.gallerySection3 .col-md-11,
.gallerySection3 .col-md-12,
.gallerySection3 .col-md-2,
.gallerySection3 .col-md-3,
.gallerySection3 .col-md-4,
.gallerySection3 .col-md-5,
.gallerySection3 .col-md-6,
.gallerySection3 .col-md-7,
.gallerySection3 .col-md-8,
.gallerySection3 .col-md-9,
.gallerySection3 .col-md-auto,
.gallerySection3 .col-sm,
.gallerySection3 .col-sm-1,
.gallerySection3 .col-sm-10,
.gallerySection3 .col-sm-11,
.gallerySection3 .col-sm-12,
.gallerySection3 .col-sm-2,
.gallerySection3 .col-sm-3,
.gallerySection3 .col-sm-4,
.gallerySection3 .col-sm-5,
.gallerySection3 .col-sm-6,
.gallerySection3 .col-sm-7,
.gallerySection3 .col-sm-8,
.gallerySection3 .col-sm-9,
.gallerySection3 .col-sm-auto,
.gallerySection3 .col-xl,
.gallerySection3 .col-xl-1,
.gallerySection3 .col-xl-10,
.gallerySection3 .col-xl-11,
.gallerySection3 .col-xl-12,
.gallerySection3 .col-xl-2,
.gallerySection3 .col-xl-3,
.gallerySection3 .col-xl-4,
.gallerySection3 .col-xl-5,
.gallerySection3 .col-xl-6,
.gallerySection3 .col-xl-7,
.gallerySection3 .col-xl-8,
.gallerySection3 .col-xl-9,
.gallerySection3 .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.gallerySection4 .col,
.gallerySection4 .col-1,
.gallerySection4 .col-10,
.gallerySection4 .col-11,
.gallerySection4 .col-12,
.gallerySection4 .col-2,
.gallerySection4 .col-3,
.gallerySection4 .col-4,
.gallerySection4 .col-5,
.gallerySection4 .col-6,
.gallerySection4 .col-7,
.gallerySection4 .col-8,
.gallerySection4 .col-9,
.gallerySection4 .col-auto,
.gallerySection4 .col-lg,
.gallerySection4 .col-lg-1,
.gallerySection4 .col-lg-10,
.gallerySection4 .col-lg-11,
.gallerySection4 .col-lg-12,
.gallerySection4 .col-lg-2,
.gallerySection4 .col-lg-3,
.gallerySection4 .col-lg-4,
.gallerySection4 .col-lg-5,
.gallerySection4 .col-lg-6,
.gallerySection4 .col-lg-7,
.gallerySection4 .col-lg-8,
.gallerySection4 .col-lg-9,
.gallerySection4 .col-lg-auto,
.gallerySection4 .col-md,
.gallerySection4 .col-md-1,
.gallerySection4 .col-md-10,
.gallerySection4 .col-md-11,
.gallerySection4 .col-md-12,
.gallerySection4 .col-md-2,
.gallerySection4 .col-md-3,
.gallerySection4 .col-md-4,
.gallerySection4 .col-md-5,
.gallerySection4 .col-md-6,
.gallerySection4 .col-md-7,
.gallerySection4 .col-md-8,
.gallerySection4 .col-md-9,
.gallerySection4 .col-md-auto,
.gallerySection4 .col-sm,
.gallerySection4 .col-sm-1,
.gallerySection4 .col-sm-10,
.gallerySection4 .col-sm-11,
.gallerySection4 .col-sm-12,
.gallerySection4 .col-sm-2,
.gallerySection4 .col-sm-3,
.gallerySection4 .col-sm-4,
.gallerySection4 .col-sm-5,
.gallerySection4 .col-sm-6,
.gallerySection4 .col-sm-7,
.gallerySection4 .col-sm-8,
.gallerySection4 .col-sm-9,
.gallerySection4 .col-sm-auto,
.gallerySection4 .col-xl,
.gallerySection4 .col-xl-1,
.gallerySection4 .col-xl-10,
.gallerySection4 .col-xl-11,
.gallerySection4 .col-xl-12,
.gallerySection4 .col-xl-2,
.gallerySection4 .col-xl-3,
.gallerySection4 .col-xl-4,
.gallerySection4 .col-xl-5,
.gallerySection4 .col-xl-6,
.gallerySection4 .col-xl-7,
.gallerySection4 .col-xl-8,
.gallerySection4 .col-xl-9,
.gallerySection4 .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

#fixNav {
    z-index: 9999999 !important;
}

.bottom a:hover {
    text-decoration: none;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #80163e;
    border-color: #80163e !important;
}

.btn-primary {
    color: #a85f7a !important;
}

#fixNav {
    z-index: 999 !important;
}

@media screen and (max-width:786px) {
    #nav-wrapper {
        z-index: 9999999999;
    }
    .dropdown-menu{
        opacity: 1;
        visibility: visible;
        margin-right: 11px;
    }
}

.img-content .bottom {
    left: 34px;
    min-width: 100%;
    justify-content: space-between;
    transform: none;
}

.img-content a {
    position: relative;
    right: 65px;
}

.img-content .bottom h3 {
    width: 39%;
    line-height: 27px;
}

.servicesNav .bluu-btn:hover {
    color: #fff;
}