/* --------- */
/* Main CSS */
/* ------- */
html {
    overflow-x: hidden;
}
body {
    background-image: url("../images/bg.png");
    font-family: 'neue';
    overflow-x: hidden;
}
@font-face {
    font-family: 'neue';
    src: url('../fonts/NeueMontreal-Regular.otf');
}
p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'neue';
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 35px;
}
.sec-name {
    color: #A47A54;
    font-size: 15px;
}
.text {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #B6BABD;
}
.lg-btn {
    min-width: 200px;
    min-width: 187px;
    font-size: 15px;
    min-height: 41px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-color: #fff;
}
.lg-btn:hover, .lg-btn:active, .lg-btn:focus {
    border-color: #3D454E !important;
    background-color: #3D454E !important;
    box-shadow: none !important;
}
.transparent-btn {
    background-color: transparent;
}
.btn-main {
    background-color: #D1843D;
    border-color: #D1843D;
    color: #fff;
    padding: 11px 32px;
}
.btn-main:hover, .btn-main:active, .btn-main:focus {
    background-color: #D1843D !important;
    border-color: #D1843D !important;
    box-shadow: none !important;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.show {
    display: block !important;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*-------------------------------------------------------------*/

/* ------- */
/* Navbar */
/* ----- */
header .navbar {
    padding: 2rem 0rem;
    border-bottom: 1px solid #1F2B37;
}
header .navbar-light .navbar-nav .nav-link {
    color: #9EA3A8;
    font-size: 14px;
}
header .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}
header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
header .navbar .btn {
    font-size: 14px;
    background-color: #D1843D;
    border-color: #D1843D;
    color: #fff;
    padding: 8px 17px;
}
header .navbar .btn:hover, .navbar .btn:active, .navbar .btn:focus {
    background-color: #D1843D !important;
    border-color: #D1843D !important;
    box-shadow: none !important;
}

/*-------------------------------------------------------------*/

/* ------- */
/* Letter */
/* ----- */
.letter {
    position: absolute;
    z-index: 0;
}

/* ------------------- */
/* Letter Transparent */
/* ----------------- */
.letter-transparent {
    position: absolute;
    z-index: 0;
    right: -84px;
    top: 183px;
    opacity: 0.3;
}

/* ----------------------- */
/* Letter Transparent Two */
/* --------------------- */
.letter-transparent-two {
    position: absolute;
    z-index: 0;
    right: -394px;
    top: 1210px;
    opacity: 0.3;
}

/* ------------------------- */
/* Letter Transparent Three */
/* ----------------------- */
.letter-transparent-three {
    position: absolute;
    z-index: 0;
    right: 500px;
    top: 2251px;
    opacity: 0.3;
    width: 64px;
}

/*-------------------------------------------------------------*/

/* ---------- */
/* Home Page */
/* -------- */

/* Images Section */
.images-sec {
    margin-bottom: 90px;
}
.images-sec .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 10px;
    /* width: 110%; */
}
.images-sec .item1 {
    grid-area: 1 / 1 / 2 / 2;
}
.images-sec .item2 {
    grid-area: 1 / 2 / 2 / 3;
}
.images-sec .item3 {
    grid-area: 1 / 3 / 2 / 4;
}
.images-sec .item4 {
    grid-area: 1 / 4 / 2 / 6;
}
.images-sec .item5 {
    grid-area: 2 / 1 / 3 / 3;
}
.images-sec .item6 {
    grid-area: 2 / 3 / 3 / 5;
}
.images-sec .item7 {
    grid-area: 2 / 5 / 3 / 7;
}
.images-sec .item8 {
    grid-area: 2 / 7 / 3 / 9;
}
.images-sec img {
    border-radius: 8px;
    width: 100%;
}
.images-sec .Images-carousel-one img, .images-sec .Images-carousel-two img {
    height: 200px;
}
.images-sec .row:first-child {
    max-height: 213px;
}

/* Title Section */
.title-sec .lg-text {
    font-size: 16px;
    max-width: 480px;
    color: #B6BABD;
}

/* Services Section */
.services-sec .view p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 15%;
    list-style: none;
    margin-left: 5%;
    color: #fff;
    font-size: 13px;
}
.services-sec .card .card-body {
    padding: 3.50rem 2.5rem 4.40rem 2.5rem;
}
.services-sec .card {
    background-color: #0C1622;
}
.services-sec .contact-card {
    width: 260px;
    height: 212px;
    border-radius: 8px;
    position: absolute;
    bottom: 4%;
    left: 34%;
    z-index: 10;
    background-color: #F2E4D8 !important;
}
.services-sec .contact-card .card-body {
    padding: 1.25rem;
}
.services-sec .contact-card {
    display: none;
}
.services-sec .services-carousel .item img {
    min-height: 350px;
    max-height: 350px;
}
.services-sec .contact-card .card-title {
    font-weight: 600;
    font-size: 16px;
}
.services-sec .contact-card .card-desc {
    font-size: 14px;
    height: 72px;
}
.services-sec .contact-card  .question {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.services-sec .contact-card .btn-main {
    font-size: 13px;
    padding: 6px 15px;
}

/* Workflow Section */
.workflow-sec {
    margin-top: 100px;
}
.bs-vertical-wizard {
    padding-bottom: 50px;
}
.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bs-vertical-wizard ul > li {
    display: block;
    position: relative;
    min-height: 85px;
}
.bs-vertical-wizard ul > li > a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.8px;
    min-height: 118px;
}
.bs-vertical-wizard ul > li > a:hover, .bs-vertical-wizard ul > li > a:active, .bs-vertical-wizard ul > li > a:focus {
    text-decoration: none;
}
.bs-vertical-wizard ul > li > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}
.bs-vertical-wizard ul > li > a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}
.bs-vertical-wizard ul > li.next > a .ico {
    background-color: transparent;
    padding: 3px;
    border: 1px solid #d1843d;
    border-radius: 50%;
    transform: translateX(-3px);
}
.bs-vertical-wizard ul > li > a .desc {
    display: block;
    color: #B6BABD;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-top: 10px;
    padding-right: 100px;
}
.bs-vertical-wizard ul > li.complete > a:before {
    background-color: #fff;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}
.bs-vertical-wizard ul > li.complete > a:after {
    display: none;
}
.bs-vertical-wizard ul > li.locked > a:after {
    display: none;
}
.bs-vertical-wizard ul > li:last-child > a:before {
    display: none;
}
.bs-vertical-wizard ul > li.complete > a .ico {
    left: 8px;
}
.bs-vertical-wizard ul > li > a .ico.ico-green {
    color: #000;
    background-color: #D1843D;
    padding: 3px;
    border-radius: 50%;
}
.bs-vertical-wizard ul > li > a .ico.ico-muted {
    color: #bdc2ce;
}
.bs-vertical-wizard ul > li.current {
    background-color: #fff;
}
.bs-vertical-wizard ul > li.current > a:before {
    background-color: #ffe357;
    opacity: 1;
}
.bs-vertical-wizard ul > li.current > a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}
.bs-vertical-wizard ul > li.current:after,
.bs-vertical-wizard ul > li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.bs-vertical-wizard ul > li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.bs-vertical-wizard ul > li.current:before {
    border-color: rgba(234, 236, 241, 0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}
.workflow-sec .view p {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 5%;
    list-style: none;
    margin-left: 5%;
    color: #fff;
    font-size: 13px;
}
.workflow-sec .carousel-indicators {
    justify-content: flex-end;
    margin-right: 5%;
}
.workflow-sec .workflow-card {
    width: 261px;
    height: 85px;
    border-radius: 8px;
    position: absolute;
    bottom: -17%;
    left: -9%;
    z-index: 10;
}
.workflow-sec .workflow-card .card-body {
    padding: 1.25rem;
}
.workflow-sec .workflow-steps .desc {
    display: none;
    transition: all 1s ease-in-out;
    min-height: 50px;
}
.workflow-sec .contact-workflow-card {
    width: 260px;
    height: 76px;
    border-radius: 8px;
    position: absolute;
    bottom: 120px;
    left: -100px;
    z-index: 10;
    background-color: #F2E4D8 !important;
}
.workflow-sec .contact-workflow-card .card-body {
    padding: 1.25rem;
}
.workflow-sec .contact-workflow-card {
    display: none;
}
.workflow-sec .workflow-carousel .item img {
    min-height: 350px;
    max-height: 350px;
}
.workflow-sec .contact-workflow-card .card-title {
    font-weight: 600;
    font-size: 16px;
}
.workflow-sec .contact-workflow-card .card-desc {
    font-size: 14px;
}
.workflow-sec .contact-workflow-card  .question {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.workflow-sec .contact-workflow-card .btn-main {
    font-size: 13px;
    padding: 6px 15px;
}

/* Latest Projects Section */
.latest-sec .view p {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 5%;
    list-style: none;
    margin-left: 5%;
    color: #fff;
    font-size: 13px;
}
.project-wrapper img {
    transition: all .4s ease-in-out;
    height: 244px;
}
.project-wrapper img:hover, .scale {
    transform: scale(1.1);
}
.project-wrapper .more {
    opacity: 0;
    position: absolute;
    left: 4%;
    width: 92.5%;
    bottom: 0;
    overflow-x: hidden;
}
.project-more {
    opacity: 1 !important;
    transition: all .4s ease-in-out;
}
.not-project-more {
    opacity: 0 !important;
}
.project-wrapper .more .card {
    background-color: rgba(12, 22, 34, 0.40);
    border-radius: 0;
}
.project-wrapper .more .card .card-body {
    padding: 10px;
}
.project-wrapper .more .card p {
    color: #fff;
    font-size: 16px;
}
.latest-sec .other-projets {
    font-size: 13px;
    margin-top: 70px;
    margin-bottom: 0;
    color: #bbb9b9;
}
.latest-sec .all-projects {
    font-size: 13px;
}
.latest-sec .all-projects a {
    color: #fff;
}
.latest-sec .all-projects a:hover, .latest-sec .all-projects a:active, .latest-sec .all-projects a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Testimonial Section */
.testimonial-sec {
    margin-top: 80px;
}
.testimonial-sec .card {
    background-color: #0C1622;
}
.testimonial-sec .card .card-body {
    padding: 10rem 7rem 6rem 7rem;
}
.testimonial-sec .testimonial-text {
    color: #B6BABD;
    font-size: 25px;
    margin-bottom: 45px;
}
.testimonial-sec .carousel-item {
    padding: 0 18%;
}
.testimonial-sec .carousel-indicators {
    top: -50px;
    justify-content: center;
    margin: auto;
}
.carousel-indicators li {
    width: 8px;
    height: 5px;
    border-radius: 45%;
}
.carousel-indicators li.active {
    width: 20px;
    border-radius: 43%;
}
.carousel-indicators li:first-child {
    margin-left: 0;
}
.carousel-control-prev, .carousel-control-next {
    display: none;
}
.carousel-indicators {
    bottom: 12px;
    justify-content: flex-start;
    margin-left: 5%;
}

/*-------------------------------------------------------------*/

/* ----------- */
/* About Page */
/* --------- */

/* About Section */
.about-sec {
    padding: 0 50px;
}
.about-sec .about-img-wrapper {
    max-height: 350px;
}
.about-sec .about-img-wrapper img {
    width: 100%;
    max-height: 350px;
    border-radius: 10px;
}
.about-sec h2 {
    font-size: 33px;
}

/* Founders Section */
.founders-sec {
    margin-top: 80px;
}
.founders-sec .card {
    background-color: #192531;
    width: 25%;
    border-radius: 10px;
}
.founders-sec .card img {
    width: 128px;
    height: auto;
}
.founders-sec .card .card-body {
    padding: 47px 20px;
}

/* Contact Section */
.contact-sec {
    margin-top: 80px;
}
.contact-sec .card {
    background-color: #0C1622;
}
.contact-sec .card .card-body {
    padding: 6rem;
}

/*-------------------------------------------------------------*/

/* ------------- */
/* Contact Page */
/* ----------- */

/* Form Section */
.form-sec {
    margin-bottom: 100px;
}
.form-sec .card {
    background-color: #192531;
}
.form-sec .card .card-body {
    padding: 52px;
}
.form-sec .form-control {
    background-color: #202C37;
    border-color: #2a3744;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.form-sec .form-control:hover, .form-sec .form-control:active, .form-sec .form-control:focus {
    background-color: #202C37 !important;
    border-color: #2a3744 !important;
    box-shadow: none !important;
}
.form-sec .form-group label {
    font-size: 15px;
}

/* Info Section */
.info-sec {
    margin-bottom: 115px;
}
.info-sec .card {
    background-color: #192531;
    border-radius: 8px;
}
.info-sec .card .card-body {
    padding: 40px 25px;
}
.info-sec .text {
    font-size: 12px;
}
.info-sec .card iframe {
    border-radius: 8px;
}

/*-------------------------------------------------------------*/

/* -------------- */
/* Projects Page */
/* ------------ */

/* Latest Projects Section */
.latest-projects-sec .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    row-gap: 0.9em;
    column-gap: 1.4em;
}
.latest-projects-sec .item1 {
    grid-area: 1 / 1 / 10 / 5;
}
.latest-projects-sec .item2 {
    grid-area: 1 / 5 / 5 / 7;
    transform: translateX(-6px);
}
.latest-projects-sec .item3 {
    grid-area: 5 / 5 / 10 / 7;
    transform: translateX(-6px);
}
.latest-projects-sec img {
    border-radius: 8px;
    height: 210px;
}
.latest-projects-sec .item1 img {
    border-radius: 8px;
    height: 435px;
}
.latest-projects-sec .view p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 15%;
    list-style: none;
    margin-left: 5%;
    color: #fff;
    font-size: 13px;
}
.latest-projects-sec .view p a {
    color: #fff;
    margin-top: 5px;
}
.latest-projects-sec .view p a:hover, .latest-projects-sec .view p a:active, .latest-projects-sec .view p a:focus {
    color: #fff;
    text-decoration: none;
}
.projects.contact-sec {
    margin-top: 50px;
}

/*-------------------------------------------------------------*/

/* -------------- */
/* Projects Page */
/* ------------ */
.project-sec .project-img-wrapper {
    max-height: 400px;
}
.project-sec .project-img-wrapper img {
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
}
.project-sec .proj-name {
    font-size: 48px;
}
.project-sec .title {
    color: #D1843D;
    font-size: 13px;
    margin-top: 10px;
}
.project-sec .value {
    font-size: 13px;
    letter-spacing: 0.3px;
}
.gal {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}	
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {	
    .gal {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.gal img:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.gal img {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

/*-------------------------------------------------------------*/

/* ------- */
/* Footer */
/* ----- */
footer .navbar {
    padding: 2rem 0rem;
    border-top: 1px solid #1F2B37;
}
footer .navbar-light .navbar-nav .nav-link {
    color: #9EA3A8;
    font-size: 14px;
}
footer .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}
footer .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
footer .navbar .btn {
    font-size: 14px;
    background-color: #D1843D;
    border-color: #D1843D;
    color: #fff;
    padding: 8px 17px;
}
footer .navbar .btn:hover, .navbar .btn:active, .navbar .btn:focus {
    background-color: #D1843D !important;
    border-color: #D1843D !important;
    box-shadow: none !important;
}

/* Customize */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .letter-transparent, .letter-transparent-two, .letter-transparent-three {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    .services-sec .services-carousel .item img {
        min-height: 250px;
        max-height: 250px;
    }
    .services-buttons .justify-content-between {
        justify-content: center !important;
    }
    .services-buttons h2 {
        text-align: center;
    }
    .sec-name {
        text-align: center;
        font-size: 17px;
    }
    .services-sec .card .card-body {
        padding: 1.5rem;
    }
    .images-sec {
        margin-bottom: 0px;
    }
    .lg-btn {
        min-width: 200px;
        min-width: 280px;
        font-size: 17px;
        min-height: 45px;
        align-items: center;
        display: flex;
        justify-content: center;
        border-color: #fff;
    }
    .workflow-sec {
        margin-top: 45px;
    }
    .workflow-sec h2, .latest-sec h2 {
        text-align: center;
    }
    .bs-vertical-wizard {
        padding-bottom: 15px;
    }
    .bs-vertical-wizard ul > li > a .desc {
        display: block;
        color: #B6BABD;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.5px;
        margin-top: 8px;
        padding-right: 0px;
    }
    .workflow-sec .workflow-carousel .item img {
        min-height: 250px;
        max-height: 250px;
    }
    .latest-sec .justify-content-end {
        justify-content: flex-start !important;
    }
    .testimonial-sec .card .card-body {
        padding: 4rem 1rem 3rem 1rem;
    }
    .testimonial-sec .carousel-item {
        padding: 0 4%;
    }
    .testimonial-sec .testimonial-text {
        color: #B6BABD;
        font-size: 17px;
        margin-bottom: 30px;
    }
    .testimonial-sec .carousel-item h5 {
        font-size: 18px;
    }
    .testimonial-sec {
        margin-top: 50px;
    }
    .testimonial-sec .card-body .pt-5 {
        padding-top: 0.5rem !important;
    }
    .testimonial-sec .carousel-indicators {
        top: -38px;
        justify-content: center;
        margin: auto;
    }
    .latest-sec .other-projets {
        font-size: 13px;
        margin-top: 7px;
    }
    .latest-sec .text-right {
        text-align: left !important;
    }
    .latest-sec .all-projects {
        font-size: 13px;
        margin-top: 8px;
        text-decoration: underline;
    }
    .workflow-sec .contact-workflow-card {
        display: none !important;
    }
    .bs-vertical-wizard ul > li > a {
        display: block;
        padding: 10px 10px 10px 40px;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.8px;
        min-height: 85px;
    }
    .workflow-sec.px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .about-sec {
        padding: 0 20px;
    }
    .founders-sec {
        margin-top: 0px;
    }
    .founders-sec .pr-5 {
        padding-right: 0 !important;
        text-align: center;
    }
    .founders-sec .card {
        background-color: #192531;
        width: 80%;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .contact-sec .card .card-body {
        padding: 1.5rem;
    }
    .contact-sec h2 {
        font-size: 18px;
    }
    .contact-sec {
        margin-top: 56px;
    }
    .navbar-brand img {
        width: 115px;
    }
    footer .justify-content-end {
        justify-content: center !important;
    }
    footer .copyright {
        width: 100%;
        margin-top: 35px;
    }
    .about-sec h2 {
        font-size: 27px;
        text-align: center;
    }
    .title-sec {
        padding: 0 32px;
    }
    .latest-sec {
        padding: 0 20px;
    }
    .info-sec {
        margin-bottom: 70px;
    }
    .info-sec .card {
        margin-bottom: 10px;
    }
    .form-sec .card .card-body {
        padding: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .lg-btn {
        min-width: 229px;
    }
    .latest-sec .text-right {
        text-align: right !important;
    }
    .latest-sec .justify-content-end {
        justify-content: flex-end !important;
    }
    .latest-sec .all-projects {
        font-size: 12px;
        margin-top: 0px;
        text-decoration: none ;
    }
    .project-wrapper img {
        transition: all .4s ease-in-out;
        height: 180px;
    }
    .services-sec .contact-card {
        width: 260px;
        height: 212px;
        border-radius: 8px;
        position: absolute;
        bottom: 3%;
        left: 7%;
        z-index: 10;
        background-color: #F2E4D8 !important;
    }
    .latest-sec .other-projets {
        margin-top: 45px;
    }
    .sec-name {
        text-align: left;
        font-size: 17px;
    }
    .workflow-sec h2, .latest-sec h2 {
        text-align: left;
    }
    .services-buttons h2 {
        text-align: left;
    }
    .sec-name {
        text-align: left;
        font-size: 17px;
    }
    .about-sec {
        padding: 0 0px;
    }
    .founders-sec .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-sec h2 {
        font-size: 27px;
        text-align: left;
    }
    .contact-sec h2 {
        font-size: 22px;
    }
    .form-sec .col-md-8, .info-sec .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-sec .card .card-body {
        padding: 40px;
    }
}
@media (min-width: 900px) and (max-width: 1024px) {
    footer .copyright {
        width: auto;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .text {
        text-align: center;
    }
    .services-sec .contact-card {
        display: none !important;
    }
    .latest-projects-sec .item1 {
        grid-area: 1 / 1 / 10 / 7;
    }
    .latest-projects-sec .item2 {
        grid-area: 11 / 1 / 12 / 7;
        transform: translateX(0px);
    }
    .latest-projects-sec .item3 {
        grid-area: 12 / 1 / 13 / 7;
        transform: translateX(0px);
    }
    .latest-projects-sec .grid-container {
        display: grid;
        grid-template-columns: auto;
        row-gap: 10px;
        column-gap: 1.4em;
    }
    .latest-projects-sec h2 {
        text-align: center;   
    }
    .latest-projects-sec .pr-5 {
        padding-right: 0 !important;  
    }
    .navbar-collapse.show {
        margin-top: 25px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: #fff;
    }
    button:focus {
        outline: none;
    }
}
.project-sec hr {
    border-top: 1px solid #D1843D;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('http://focus-interior.com/storage/contact-images/menu.png');
}
.social-icons a {
    /* color: #d1843d; */
    color: #fff;
    font-size: 23px;
}
.latest-projects-sec .carousel-indicators {
    display: none;
}