body {
    background-color: #f7f7f7;
    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-bottom: 150px;
}
.heading-container {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.heading-container2 {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5%;
}
.main-heading {
    font-size: 100px;
    color: #FFFFFF;
    font-family: Poppins-Bold, sans-serif;
}
.sub-heading {
    font-size: 65px;
    color: #FFFFFF;
    font-family: Poppins-Bold, sans-serif;
    line-height: 90px;
}
.small-heading {
    font-size: 18px;
    color: #FFFFFF;
    font-family: Poppins-Regular, sans-serif;
    max-width: 757px;
}
.cta-container {
    text-align: right;
}
.desktop .cta {
    background-color: #ffffff;
    color: #1C1B1B;
}
.cta {
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-align: right;
    padding: 16px;    
    text-decoration: none;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;    
    line-height: 27px;
}
.desktop .cta:hover, .cta:focus {
    background-color: #1C1B1B;
    color: #FFFFFF;
}
.black-heading {
    font-size: 80px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;    
    margin-bottom: 40px;
}
.text-details {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    line-height: 35px;
    margin-bottom: 40px;
    max-width: 597px;
}
.col-lg-6.position-absolute {
    height: 100%;
    right: 0;
    padding: 0;
}
section.position-relative {
    margin-bottom: 150px;
}
.grey-bg {
    background-color: #EDF0F2;
}
.grey-bg * {
    font-size: 30px;
    color: #1C1B1B;
    font-family: Poppins-Light, sans-serif;
    margin-bottom: 150px;
    padding-top: 96px;
    padding-bottom: 96px;
}
.hidden-heading {
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.mobile .cta-container {
    text-align: left;
    
}
.mobile .cta {
    color: #ffffff;
    background-color: #1C1B1B;
}
.desktop .cta:hover, .cta:focus {
    color: #1C1B1B;
    background-color: #FFFFFF;
}
.mobile iframe {
    min-height: 400px;
}
.title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
    margin-bottom: 40px;
}

.clients-container {
    margin-bottom: 150px;
}
main .col-lg-6 {
    margin-bottom: 26px;
}
.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;
}
.text-subheading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
}
@media only screen and (max-width: 576px) {    
    .heading, .main-heading {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header) {
        display: none;
    }
    .project-container {
        margin-bottom: 26px;
        width: 100%;
    }
    main img {
        width: 100%;
    }
    .signature {
        margin-top: 37px;
     }
     .clients-container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .heading-container2 {
        top: 20%;
        margin-top: 86px;
    }
    .heading-container {
        margin-bottom: 40px;
    }
    .heading-container .sub-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .projects .project-container {
        max-height: 520px;
    }
    .projects .project-container img {
        height: 100%;
    }
    .black-heading {
        margin-top: 40px;
        font-size: 40px;
    }
    .grey-bg {
        margin-top: 80px;
    }
    .grey-bg * {
        margin-bottom: 0;
    }
}

@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;
    }
    .project-container .col-lg-4 {
        opacity: 0;
        transition: opacity 0.1s ease-in-out;
    }
    .project-container:hover .col-lg-4 {
        opacity: 1;
    }
}