/* @import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&family=Roboto+Condensed:wght@300;400&display=swap"; */

/* @import url('https://fonts.cdnfonts.com/css/gotham'); */


  @font-face {
    font-family: "Avenir-Next-Bold";
    src: url(../Fonts/AvenirNext-Bold.ttf);
  }

  @font-face {
    font-family: "Avenir-Next-Regular";
    src: url(../Fonts/avenir-next-regular.ttf);
  }

  @font-face {
    font-family: "Avenir-Next-Medium";
    src: url(../Fonts/AvenirNext-Medium.ttf);
  }

body {
    margin: 0;
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1 {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #222222;
}

.title2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.title2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #B18A09;
}

h2 {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 36px;
    font-weight: bold;
}

h3 {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 30px;
    font-weight: bold;
}

.p-text-light {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: lighter;
    color: #000;
}

.p-text-dark {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: lighter;
    color: rgb(255, 255, 255);
}

p {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: lighter;
    color: #000;
}

.heading-gold {
    color: #B18A09;
}
.heading-dark {
    color: #232323;
    text-transform: uppercase;
}

.slider-heading-gold {
    color: #B18A09;
    font-size: 3vw;
    font-weight: lighter;
}

.slider-text {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 30px;
    font-weight: lighter;
    color: rgb(255, 255, 255);
}

.slider-heading-bld {
    font-weight: bold;
}

.slider-heading-white {
    color: #ffffff;
    font-weight: bold;
}

.cstm-btn-light {
    color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
    padding: 15px 30px;
    background-color: #000;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

.cstm-btn-light:hover {
    color: #B18A09;
    border: 1px solid #B18A09;
    padding: 15px 30px;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.cstm-btn-dark {
    color: rgb(0, 0, 0);
    border: 1px solid #000000;
    padding: 15px 30px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.cstm-btn-dark:hover {
    color: #B18A09;
    border: 1px solid #B18A09;
    padding: 15px 30px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.btn {
    position: relative;
    color: #ffffff !important;
    width: 256px;
    height: 64px;
    line-height: 64px;
    transition: all 0.3s;
}

.btn::before,
.btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    color: #ffffff;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-one::before {
    left: 4px;
    z-index: 1;
    opacity: 0;
    background: #B18A09;
    color: #000000 !important;
    transform: scale(0.1, 1);
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    color: #000000 !important;
}

.btn-one::after {
    transition: all 0.3s;
    border: 1px solid #B18A09;
    color: #000000 !important;
}

.btn-one:hover::after {
    transform: scale(1, 0.1);
    opacity: 0;
    color: #000000 !important;
}

/*--------------------------------- Header Start ---------------------------------*/
#header {
    padding: 3px 0 0 0;
    color: rgb(255, 255, 255);
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-size: cover;
    background-image: url(../images/banner-bg.png);
    min-height: 700px;
}

.top-nav {
    width: 20%;
    padding: 10px 15px;
    margin-left: 0.5%;
    margin-top: 0.9%;
    float: right;
    /* background-color: #fff; */
    border-radius: 15px;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.186));
}

#header .nav-link {
    color: #6c6c6c !important;
}

#header .nav-link:hover {
    color: #000000 !important;
}

#header .navbar-light .navbar-toggler {
    background-color: white;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: white !important;
    padding: 0px 0px 0 10px !important;
    margin-top: 12px !important;
    text-align: left !important;
    border-radius: 5px !important;
}

.d-flex {
    display: flex !important;
}

.top-nav .nav-link {
    padding: 0.9rem 1rem !important;
}

.top-nav img {
    margin-top: 12px;
    margin-left: 0px;
    width: 180px !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px -32px 0px 0 !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end !important;
}

.top-nav img {
    margin-top: 10px;
    margin-left: 15px;
}

.info-outer {
    margin-top: 13%;
}

.img-banner {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
}

.img-responsiv {
    width: 100%;
}

.sticky {
    position: fixed;
    z-index: 999;
}

.banner-inner {
    margin-top: 10px;
}

.tab-logo {
    width: 160px; 
    margin-top: 0px;
}

.abt-bubbls-outer {
    width: 100%;
    background-repeat: no-repeat;
    margin-top: -203px;
    background-size: cover;
    margin-bottom: 40px;
}

.abt-bubbls-inner {
    display: flex;
    justify-content: center;
    padding: 4px 0;
    gap: 70px;
    text-align: center;
}

.abt-bubbls-inner .buble-item {
    width: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/tab-ring.png);
    box-sizing: border-box;
    margin: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(none);
    /* transition: 0.4s; */
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease-out;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1.2, 1.2);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }

.abt-bubbls-inner .nav-tabs {
    border-bottom: none !important;
}

.abt-bubbls-inner .nav-tabs .nav-link {
    margin-bottom: -0px !important;
    background: 0 0;
    border: none !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.abt-bubbls-inner .nav-tabs .nav-link.active {
    background-color: transparent !important;
    ilter: drop-shadow(none);
    border-color: none !important;
}

/* .abt-bubbls-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .tab-logo {
    filter: grayscale(0%);

} */
.abt-bubbls-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 250px !important;
    background-size: contain !important;
    height: 250px !important;
    background-repeat: no-repeat !important;
    filter: drop-shadow(0 0 0.75rem rgba(46, 46, 46, 0.383));
    background-image: url(../images/tab-ring-active.png) !important;
}


.abt-bubbls-inner .buble-item:hover {
    /* transform: scale(1.1); */
    width: 250px;
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
    /* background-image: url(../images/tab-ring-active.png); */
}

.abt-bubbls-inner .buble-item h2 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
}

.abt-bubbls-inner .buble-item h5 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
}

.abt-bubbls-inner .buble-item p {
    color: rgb(0, 0, 0);
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
/* 
.abt-bubbls-inner .buble-item:nth-child(6n+1) {
    width: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/tab-ring.png);
}

.abt-bubbls-inner .buble-item:nth-child(6n+2) {
    width: 250px;
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-ring.png);
}

.abt-bubbls-inner .buble-item:nth-child(6n+3) {
    width: 250px;
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-ring.png);
} */


/* .abt-bubbls-inner .buble-item:nth-child(6n+4) {
    width: 190px;
    margin-top: -122px;
    height: 120px;
  }
  
  .abt-bubbls-inner .buble-item:nth-child(6n+5) {
    width: 190px;
    height: 120px;
    margin-top: -122px;
  }
  
  .abt-bubbls-inner .buble-item:nth-child(6n+6) {
    width: 190px;
    height: 120px;
    margin-top: -122px;
  } */

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: white !important;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #2f2f2f !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    color: white !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #2f2f2f !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #212121 !important;
    background-clip: padding-box;
    border: 1px solid #B18A09 !important;
    border-radius: 0.3rem;
    outline: 0;
}

.d-view-banner {
    display: inherit;
    text-align: right;
}

.toplist {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 26px;
    padding: 0;
    font-weight: lighter;
}

.toplist li {
    margin: 0;
    padding: 5px 0 5px 46px;
    list-style: none;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}
/* .toplist li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
  } */

/*--------------------------------- Header End ---------------------------------*/

/*--------------------------------- Awards Start ---------------------------------*/

#awards {
    background-color: rgb(255, 255, 255);
    padding: 60px 0;
    color: rgb(0, 0, 0);
}

.award-outer {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 2px;
}

.award-outer:hover {
    margin-bottom: 10px;
    height: auto;
    text-align: center;
}

.awardimg-cstm {
    width: 100%;
}

.arrow-cstm {
    font-size: 22px;
    color: #fff;
}

.arrow-cstm:hover {
    font-size: 22px;
    color: #B18A09;
    cursor: pointer;
}

.title-onaward {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    margin-top: -88px;
    width: 100%;
    padding: 20px 0;
    z-index: 9999999999999999999;
    position: relative;
    opacity: 0;
}
    .award-outer:hover .title-onaward {
        font-family: 'Avenir-Next-Regular', sans-serif !important;
        font-size: 16px;
        font-weight: lighter;
        color: #000;
        margin-top: -88px;
        background-color: #B18A09;
        width: 100%;
        padding: 20px 0;
        z-index: 9999999999999999999;
        position: relative;
        opacity: 9;
        transition: all 0.3s;
        position: relative;
        bottom: 0;
        min-height: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*--------------------------------- Awards End ---------------------------------*/

/*--------------------------------- News Start ---------------------------------*/

#about-compny {
    background-image: url(../images/bg-about.png);
    background-color: #f5f5f5;
    padding: 60px 0;
    color: rgb(0, 0, 0);
    background-repeat: repeat;
    background-position: top center;
}

.news-outer {
    padding: 50px;
    background-color: rgb(255, 255, 255);
    height: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 0.75rem rgba(46, 46, 46, 0.383));
}

.newsimg-cstm {
    width: 400px;
}

.item-centr {
    text-align: center;
}

.item-top-space {
    margin: 30px 0;
}


.news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* number of lines to show */
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

/*--------------------------------- News End ---------------------------------*/

/*--------------------------------- Footer Start ---------------------------------*/

#footer {
    background-color: rgb(231, 231, 231);
    padding: 50px 0 0 0;
    color: rgb(26, 26, 26);
}
.footer-text {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    margin: 20px 0;
}
.form-outer {
    /* border: 2px solid #a37f4e;
    display: grid;
    background-color: #000;
    box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
    -webkit-box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
    -moz-box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
    padding: 84px 60px;
    width: 90%;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    color: rgb(255, 255, 255); */

    display: grid;
    background-color: #000;
    -moz-box-shadow: 23px 23px 0px -10px rgba(163, 127, 78, 1);
    padding: 0px 0px;
    width: 100%;
    min-height: 520px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    color: rgb(255, 255, 255);
    gap: 40px;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.form-outer h4{ 
    font-weight: normal;
    font-family: 'Avenir-Next-Regular', sans-serif !important;
}


.form-outer input {
    width: 100%;
    height: 54px;
    background-color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}

/* ToDo */
  
.form-outer .form-control input:focus {
    color: #fff !important;
    background-color: none !important;
    border-color: #a37f4e !important;
    outline: 0;
    box-shadow: 0 !important;
    border-radius: 0 !important;
}








.social-icons {
    margin: 20px 0;

}


.ftr-form-btn {
    color: #B18A09;
    border: 1px solid #B18A09;
    padding: 15px 30px;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    margin-top: 33px;

    
}

.ftr-form-btn:hover {
    color: rgb(0, 0, 0);
    border: 1px solid #B18A09;
    padding: 15px 30px;
    background-color: #B18A09;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-top: 33px;
}


.footersocil-icon {
    width: 25px;
    margin: 3px;
}

.form-outer input:focus {
    outline: none;
    box-shadow: none !important;
    /*Sometime the blue border you see is from the box-shadow and removing box-shadow will remove the border*/
}

.ctext {
    bottom: 0;
    text-align: center;
}

.ctext img {
    width: 40%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ftr-logo {
    width: 255px !important;
    margin: 0 auto;

}



/*--------------------------------- Footer End ---------------------------------*/


/*--------------------------------- Responsive End ---------------------------------*/

@media only screen and (max-width: 1000px) {
    .d-view {
        display: none !important;
    }

    .ph-view {
        display: inherit !important;

    }

    .d-view-banner {
        display: none;
    }

    .project-outer {
        border: 1px solid #eeeeee;
        padding: 50px;
        margin-bottom: 10px;
        width: 100%;
        /* height: 500px; */
        margin-top: 57%;
    }

    .project-view {
        right: 6%;
        width: 88%;
        top: -50%;
        position: absolute;
    }

}

@media only screen and (max-width: 786px) {


    #header {
        padding: 3px 0 0 0;
        color: rgb(255, 255, 255);
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 70vh;
        background-size: cover;
        background-image: url(../images/banner-bg.png);
    }

    .top-nav {
        width: 20%;
        padding: 10px 15px;
        margin-left: 0.5%;
        margin-top: 0.9%;
        float: right;
        /* background-color: #fff; */
        border-radius: 15px;
        filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.186));
    }

    .slider-heading-gold {
        color: #B18A09;
        font-size: 30px;
        font-weight: lighter;
    }
    .slider-text {
        font-family: 'Avenir-Next-Regular', sans-serif !important;
        font-size: 24px;
        font-weight: lighter;
        color: rgb(255, 255, 255);
    }

    .toplist {
        font-family: 'Avenir-Next-Regular', sans-serif !important;
        font-size: 20px;
        padding: 0;
        font-weight: lighter;
    }

    .toplist li {
        margin: 0;
        padding: 5px 0 5px 46px;
        list-style: none;
        background-image: url(../images/bullet.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 18px;
    }

    .newsimg-cstm {
        width: 60%;
        margin-top: 30px;
    }

    .banner-inner {
        margin-top: 10%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: white !important;
        padding: 0px 0px 0 10px !important;
        margin-top: 12px !important;
        text-align: left !important;
        border-radius: 5px !important;
    }

    .d-flex {
        display: flex !important;
    }

    .top-nav .nav-link {
        padding: 0.9rem 1rem !important;
    }

    .top-nav img {
        margin-top: 12px;
        margin-left: 0px;
        width: 180px !important;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0px -32px 0px 0 !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: end !important;
    }

    .info-outer {
        margin-top: 10px;
        background: none;
        padding: 30px 20px;
    }

    .project-outer {
        border: 1px solid #eeeeee;
        padding: 70px 10px 15px 10px;
        margin-bottom: 10px;
        width: 100%;
        height: auto !important;
        margin-top: 40%;
    }

    .project-outer p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .form-outer {
        border: 2px solid #a37f4e;
        display: grid;
        background-color: #000;
        box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
        -webkit-box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
        -moz-box-shadow: 23px 23px 0px -10px rgba(163,127,78,1);
        padding: 30px 20px;
        width: 100%;
        margin-left: auto;
        margin-bottom: 10px;
        margin-top: 20px;
        margin-right: auto;
        color: rgb(255, 255, 255);
    }

    .project-view {
        right: 6%;
        width: 88%;
        top: -29%;
        position: absolute;
    }

    .news-outer {
        border: 1px solid #eeeeee;
        padding: 20px;
        height: auto;
        margin-bottom: 10px;
    }

    .abt-bubbls-outer {
        width: 100%;
        background-repeat: no-repeat;
        margin-top:-130px;
        background-size: cover;
        margin-bottom: 20px;
    }
    
    .abt-bubbls-inner {
        display: flex;
        justify-content: center;
        padding: 4px 0;
        gap: 10px;
        text-align: center;
    }

    .abt-bubbls-inner .buble-item {
        position: inherit;
        width: 90px !important;
        border-radius: 0;
        left: 0 !important;
        display: grid;
        margin: 0px !important;
        top: 0px !important;
        height: auto !important;
        border: none;
        padding:0px 0;
        border-bottom: 0px solid #d79b52;
    }


    .abt-bubbls-inner .buble-item:hover {
        /* transform: scale(1.1); */
        width: 12 0px;
        background-size: contain;
        height: 12 0px;
        background-repeat: no-repeat;
        /* background-image: url(../images/tab-ring-active.png); */
    }

    .abt-bubbls-inner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        width: 90px !important;
        background-size: contain !important;
        height: 95px !important;
        background-repeat: no-repeat !important;
        background-image: url(../images/tab-ring-active.png) !important;
    }

    .abt-bubbls-inner .nav-tabs .nav-link.active {
        background-color: transparent !important;
        border-color: none !important;
    }

    .tab-logo {
        width: 60px; 
        margin-top: -5px;
    }

    .abt-bubbls-inner .buble-item:hover {
        transform: scale(none);
    }

    #project {
        padding: 20px 0;
    }

    #companies {
        padding: 20px 0;
    }

    #awards {
        padding: 20px 0;
    }

    #gallery {
        padding: 20px 0;
    }

    #news {
        padding: 20px 0;
    }
}