body {
    background-color: #EDF0F2;
    overflow-x: hidden;
}
header .d-none {
    display: flex !important;
}
header .main-nav .col-4 img:not(.d-none) {
    display: none;
}
header .col-9:not(.expanded-column) .hamburger .line {
    background-color: #FFFFFF;
}
header .dropdown-hq .dropdown-toggle,
header .dropdown-hq .dropdown-toggle:hover,
header .dropdown-hq .dropdown-toggle:focus {
    color: #FFFFFF;
}
.projects {
    margin-top: 26px;
}
.heading {
    font-size: 80px;
    color: #1C1B1B;
    font-family: Poppins-Bold, sans-serif;    
    padding-top: 100px;
    padding-bottom: 50px;
}
.black-breadcrumb {
    display: flex;
    align-items: center;
    position: relative;
    height: 54px;
    margin-bottom: 100px;
}
.black-breadcrumb:after {
    content: "";
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1C1B1B;
    z-index: -1;
}
.black-breadcrumb span {
    color: #FFFFFF;    
}
.black-breadcrumb span:not(.separator-symbol) {
    font-size: 18px;
}
.black-breadcrumb > .container {
    display: flex;
    align-items: center;
}
.black-breadcrumb span.separator {
    display: flex;
    font-size: 12px;
    width: 12px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
}
.black-breadcrumb span.separator span {
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #FFFFFF;
    display: inline-block;
}
.extra-info {
    max-width: 950px;
}
.extra-info-second {
    margin-top: 150px;
}
.subheading {
    font-size: 30px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    margin-bottom: 40px;
}
.text-details, .dynamic-text-container p {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    line-height: 35px;
    margin-bottom: 150px;
}
main .col-lg-6 {
    margin-bottom: 26px;
}
main .row.desktop {
    margin-bottom: 150px;
}
.samples .col-lg-3, 
.samples .col-lg-4 {
    margin-bottom: 26px;
}
.samples img {
    width: 100%;
}
.project-container {
    height: 100%;
}
.project-container img {
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
}
.project-detail {
    display: flex;
    align-items: center;
    height: 100%;
}
.description {
     position: absolute;
     width: 100%;
     bottom: 10%;
 }
 .project-container {
    position: relative;
    display: inline-block;
 }
 .project-container .description > .row {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.project-container .heading {
    font-size: 1.875rem;
    color: #FFFFFF;
    font-family: Poppins-Bold, sans-serif;    
    padding-top: 18px;
    padding-bottom: 18px;
}
.project-container .description > .row {
    margin: 0;
}
.project-container .description {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
}
.project-container .col-lg-4 .project {
    font-family: Poppins-Medium, sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #1C1B1B;
    position: relative;
}
.project-container .col-lg-4:hover {
    background-color: #1C1B1B;
 }
 .project-container .col-lg-4:hover span {
    color: #FFFFFF;
 }
 .project-container .col-lg-4 .project:after {
    width: 24px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    right: -32px;
 }
 .signature {
    color: #FFFFFF;
    font-family: Poppins-Medium, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 63px;
}
.title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
    margin-bottom: 40px;
}
.row.mobile.samples {
    margin-bottom: 100px;
}
.row.mobile.samples .col-6 {
    margin-bottom: 26px;
    text-align: center;
}
.mobile.samples img {
    min-width: 100%;
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header) {
        display: none;
    }
    .project-container {
        margin-bottom: 26px;
        width: 100%;
        display: inline-block;
    }
    main img {
        width: 100%;
    }
    .heading {
        font-size: 40px;
    }
    .signature {
        margin-top: 37px;
     }
     .row:not(.samples) iframe {
        min-height: 400px;
     }
     .row.samples iframe {
        min-height: 150px;
     }
}

@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none;
    }
    .project-container .col-lg-4 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #FFFFFF;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .full-video {
        height: 1080px;
    }
}
@media only screen and (min-width: 1281px) {
    .project-container .col-lg-4 {
        opacity: 0;
        transition: opacity 0.1s ease-in-out;
    }
    .project-container:hover .col-lg-4 {
        opacity: 1;
    }
}