body {
    overflow-x: hidden;
}
.main-heading {
    margin-top: 72px;
    font-family: Poppins-Bold, sans-serif;
    color: #FFFFFF;
    font-size: 6.25rem;
    top: 0;
    position: absolute;
}
.heading-description {
    font-family: Poppins-ExtraLight, sans-serif;
    color: #1C1B1B;
    font-size: 24px;
    line-height: 1.5;
    max-width: 1077px;
}
.project-container {
    position: relative;
}
.cta-container {
    text-align: right;
}
.cta:hover, .cta:focus {
    background-color: #393939;
    color: #FFFFFF;
}
.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;
    background-color: #1C1B1B;
    color: #FFFFFF;
}
.black-heading {
    font-size: 30px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;    
    margin-bottom: 20px;
    line-height: 90px;
}
.black-subheading {
    font-size: 30px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B; 
}
@media only screen and (max-width: 991px) { 
.black-subheading {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    font-weight: 700;
}
.text-container {
    max-width: unset;
}
.heading-description {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;

}
.heading-container {
    margin-bottom: unset;
}
}
.text-details {
    font-size: 18px;
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    line-height: 35px;
}
.text-details-bold {
    font-family: Poppins-Bold, sans-serif;
}
.hidden-heading, .hidden-heading a {
    font-family: Poppins-Regular, sans-serif;
    color: #1C1B1B;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.hidden-heading a {
    text-decoration: underline;
}
.hidden-heading a:hover, .hidden-heading a:focus {
    color: #1C1B1B;
}
.mobile .cta-container {
    text-align: left;
    
}
.mobile .cta {
    color: #ffffff;
    background-color: #1C1B1B;
}
.desktop .cta:hover, .cta:focus {
    color: #1C1B1B;
    background-color: #FFFFFF;
}
.title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
    margin-bottom: 40px;
}
.clients-container, .services .first-row.col-lg-6 {
    margin-bottom: 150px;
}
.clients-container .row {
    justify-content: center;
}
.text-subheading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
}
.services .col-lg-6 {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.white-bg {
    padding-top: 50xpx;
    padding-bottom: 50xpx;
}
.subheading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #1C1B1B;
    margin-bottom: 40px;
}
.white-bg > .container .text-details {
    margin-bottom: 90px;
}
.overline {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    color: #1C1B1B;
    font-family: Poppins-Bold, sans-serif;
}
.swiper {
    padding-bottom: 79px;
}
span.swiper-pagination-bullet {
    width: 96px;
    height: 4px;
    border-radius: 4px;
}
.swiper-pagination-bullet-active {
    background: #1C1B1B;
}
.swiper-slide-container {
    max-width: 584px;
    margin: 0 auto;
}
.slide-title {
    font-size: 30px;
    line-height: 50px;
    color: #1C1B1B;
    font-family: Poppins-Bold, sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
}
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
    position: relative;
}
.swiper-slide.swiper-slide-next:after,
.swiper-slide.swiper-slide-prev:after {
    content:"";
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.50;
    position: absolute;
}
.swiper-slide .col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (min-width: 991px) {  
    .heading-container {
        margin-bottom: 156px;
    }

}

.clients-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {    
    .heading-container {
        /* margin-bottom: 80px; */
    }
    .clients-container {
        margin-top: 83px;
        margin-bottom: 166px;
    }
    .black-heading {
        font-size: 60px;
        line-height: 70px;
    }
    .main-heading {
        margin-top: 34px;
    }
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header):not(footer .desktop) {
        display: none !important;
    }
    .signature {
        margin-top: 37px;
     }
    .services .black-heading {
        font-size: 40px; 
        line-height: 50px;       
    }
    .services .row {
        margin-bottom: 84px;
    }
    .services img {
        width: 100%;
    }
    .white-bg {
        padding-top: 0;
    }
    .white-bg > .container .text-details {
        margin-bottom: 26px;
    }
    .slide-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    span.swiper-pagination-bullet {
        width: 71px;
        height: 2px;
    }
    .overline {
        margin-top: 40px;
    }
    .main-heading {
        font-size: 60px;
        padding-top: 86px;
    }
    .heading-description {
        font-size: 18px;
    }
    main img {
        width: 100%;
    }
}

@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none !important;
    }
    .projects {
        margin-bottom: 84px;
    }   
}

.description {
     position: absolute;
     width: 100%;
     bottom: 10%;
     color: #FFFFFF;
     font-family: Poppins-Bold,sans-serif;
     font-size: 60px;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
 }
 .projects {
     margin-bottom: 72px;
 }
 .heading {
     font-size: 60px;
     color: #FFFFFF;
     font-family: Poppins-Bold, sans-serif;    
     padding-top: 18px;
     padding-bottom: 18px;
 }
 .projects .project-container .description > .row {
     margin: 0;
 }
 .projects .mobile {
    width: 100%;
}
 .projects .project-container {
    margin-bottom: 26px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.projects .project-container .img-fluid {
    height: 388px;
    width: auto;
    object-fit: cover;
}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .projects .project-container .img-fluid  {
        height: 425px;
        width: 100%;
    }
}

.dynamic-text-container a:hover, .dynamic-text-container a:focus {
    color: #FFFFFF;
    background-color: transparent !important;
    text-decoration: none;
}
.dynamic-text-container a {
    background-color: transparent !important;
    padding: 0;
}
.dynamic-text-container .text-description h2 {
    font-size: 60px;
}
h1 {
    font-size: 80px;
    font-family: Poppins-Bold, sans-serif;
}
.panel-container {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    right: -100vw;
    color: #FFFFFF;
    transition: all 0.7s ease-in-out;
    max-width: 1191px;
    overflow-y: scroll;  
}
.panel-container.display {
    right: 0;
    z-index: 99999;
}
.panel-container > .container {
    position: absolute;
    right: 0;
}
.panel-text-container {
    padding-top: 160px;
    margin: 0 auto;
    max-width: 828px;
}
.panel-container:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #1c1b1b;
    display: block;
    top: 0;
    z-index: -1;
}
.panel-btn-container {
    position: fixed;
    top: 0;
    right: 0;
}
.panel-heading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 3.75rem;
}
.panel-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 30px;
    line-height: 2;
    margin-bottom: 60px;
}

.panel-container #panel-btn {
    height: 92px;
    padding: 0;
    transition: .15s ease-in-out;
    width: 53px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.panel-container .panel-btn-container {
    transition: all 0.7s ease-in-out;
    right: -100vw;
}
.panel-container.display .panel-btn-container {
    right: 0;
}
.panel-container #panel-btn .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    -o-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
.panel-container #panel-btn .line {
    background-color: #FFFFFF;
    width: 45px;
    height: 3px;
    display: block;
    margin: 11px auto 11px 0;
    border-radius: 2px;
    margin-left: 0;
}
.panel-container #panel-btn .line:nth-child(2) {
    opacity: 0;
}
.panel-container #panel-btn .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
.panel-container #panel-btn:hover, 
.panel-container #panel-btn:focus {
    transform: rotate(90deg);
}
.project-container .description:after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 52px;
    height: 55px;
    display: block;
    margin-right: 0;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 576px) {    
    .panel-text-container {
        max-width: 344px;
    }
}
 @media only screen and (max-width: 1280px) {
     .text-heading {
        font-size: 40px;
     }
     .heading {
        font-size: 30px;
     }
     .description {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 30px;
     }
     .heading-description {
        font-size: 18px;
    }
     .panel-text-container {
        margin: 0 24px;
     }
 }
 @media only screen and (min-width: 1281px) {
     .description {
        padding-left: 60px;
        padding-right: 48px;
        align-items: center;
     }
 }

 @media only screen and (max-width: 991px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
    .hero .mobile.img-fluid {
        height: 450px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 990px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
}

@media only screen and (max-width: 577px) {
    .hero .mobile.img-fluid {
        height: 300px;
    }
}

.swiper-slide .img-fluid.desktop {
    max-height: 600px;
    object-fit: contain;
}

.disable-link {
    pointer-events: none;
    cursor: default;
}