body {
    font-family: 'gothambook';
    font-size: 20px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.contact-btn {
    background: #F37021;
    background: linear-gradient(270deg, rgba(243, 112, 33, 1) 0%, rgba(255, 209, 0, 1) 100%);
    border-radius: 8px;
    margin-left: 50px !important;
}

.contact-btn:hover {
    background: #F37021;
    background: linear-gradient(270deg, rgba(255, 209, 0, 1) 0%, rgba(243, 112, 33, 1) 100%);
    border-radius: 8px;
    margin-left: 50px !important;
}

#contact {
    padding: 0;
}

.footer-bg {
    background: #000;
    padding: 50px;
}

#contact .form-group {
    margin-bottom: 2rem;
}

.footer-bg h3 {
    font-size: 42px;
    color: #fff;
    font-family: 'azonixregular';
    margin: 0 0 40px;
}

.form-control::placeholder,
#contact .form select {
    color: #fff;
    opacity: 1;
}

#contact .form select {
    padding: 6px 0;
}

#contact .form select option {
    color: #000;
}

.gradient-btn {
    background: #F37021;
    background: linear-gradient(270deg, rgba(243, 112, 33, 1) 0%, rgba(255, 209, 0, 1) 100%);
    border-radius: 8px;
    display: inline-block;
    padding: 16px 32px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 18px;
}

.gradient-btn:hover {
    background: #F37021;
    background: linear-gradient(270deg, rgba(255, 209, 0, 1) 0%, rgba(243, 112, 33, 1) 100%);
    color: #000;
}

#how-we-build {
    width: 100%;
    background: url("../images/how-we-build.png") center top no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 115px 0;
}

#how-we-build h2 {
    font-size: 64px;
    color: #fff;
    font-family: 'azonixregular';
}

#how-we-build .left-data {
    width: 50%;
    padding-right: 120px;
    text-align: right;
}

#how-we-build .right-data {
    width: 50%;
}

.making-space {
    background: rgba(0, 0, 0, 0.7);
    padding: 100px 300px 100px 100px;
    color: #fff;
}

.making-space h3 {
    font-size: 50px !important;
    font-family: 'gothamlight' !important;
    margin-bottom: 40px;
}

.title-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#quotes {
    width: 100%;
    background: url("../images/line.jpg") left center repeat-x;
    padding: 180px 0;
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    font-family: 'gothambook';
    font-style: italic;
}


#four-img-box {
    min-height: 520px;
}

.four-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.single-box {
    position: relative;
    overflow: hidden;
}

.single-box .img-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.single-box .img-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single-box .over-slide {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s important;
    position: absolute;
    bottom: -550px;
    top: auto;
    width: 100%;
    opacity: 0;
    transition: all 500ms ease;
    height: 100%;
    color: #fff;
    font-size: 36px;
    font-family: 'gothambook';
    text-align: center;
    line-height: 46px;
}

.single-box:hover .over-slide {
    bottom: 0;
    opacity: 1;
}


#statistics {
    padding: 150px 0;
}

.stats {
    display: flex;
    margin-bottom: 50px;
}

.stats .stats-num {
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 0 50px;
}

.stats .stats-num:last-child {
    border-right: 0;
}

.stats .stats-num .number {
    font-size: 64px;
    font-family: 'azonixregular';
}

.stats .stats-num .desc {
    font-size: 28px;
}

#what-define-us {
    display: flex;
    min-height: 1000px;
}

#what-define-us .left-img {
    width: 50%;
    background: url(../images/define-img.png) left bottom no-repeat;
    background-size: cover;
    font-size: 64px;
    font-family: 'azonixregular';
    text-align: right;
    padding-top: 15%;
    padding-right: 100px;
}

#what-define-us .right-cnt {
    width: 50%;
    background: url(../images/driven-img.png) left bottom no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

#what-define-us .right-cnt .right-cnt-desc {
    padding-left: 100px;
    padding-right: 200px;
    color: #fff;
}

#what-define-us .right-cnt .right-cnt-desc h3 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 80px;
}

#what-define-us .right-cnt .right-cnt-desc ul {
    margin-bottom: 60px;
    padding: 0;
}

#what-define-us .right-cnt .right-cnt-desc ul li {
    list-style: none;
    margin: 0 0 50px;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 24px;
    line-height: 28px;
}

#what-define-us .right-cnt .right-cnt-desc ul li:before {
    background: url(../images/dot.png) left top no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
}


#projects {
    /*background: url("../images/project-bg.png") left center no-repeat;*/
    background-size: cover;
    padding: 185px 0 185px 240px;
    color: #fff;
    display: flex;
    position: relative;
}

#projects video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#projects h3 {
    font-size: 48px;
    font-family: 'azonixregular';
}

#projects .project-left {
    width: 25%;
    padding-right: 50px;
    position: relative;
}

#projects .project-right {
    width: 75%;
    position: relative;
}

.project-slider-arrow {
    position: relative;
    height: 40px;
    margin: 48px 0 38px;
}

.project-slider-arrow .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
}

.project-slider-arrow .slick-next {
    right: auto;
    left: 50px;
    width: 40px;
    height: 40px;
}

.project-slider-arrow .slick-next:before,
.project-slider-arrow .slick-prev:before {
    display: none;
}

.project-card {
    text-align: center;
    color: #fff;
}

.project-card .project-img img {
    width: 100%;
}

.project-card .project-name {
    font-size: 26px;
    font-family: 'azonixregular';
    margin: 0;
}

.project-card .project-area {
    font-size: 24px;
    margin: 0;
}

.project-card.slick-slide {
    margin: 0 20px;
}

.project-btn {
    margin-top: 20px;
    margin-bottom: 0;
}

.project-btn a {
    background: #F37021;
    background: linear-gradient(270deg, rgba(243, 112, 33, 1) 0%, rgba(255, 209, 0, 1) 100%);
    border-radius: 8px;
    display: inline-block;
    padding: 8px 16px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
}

.project-btn a img {
    margin-left: 10px;
}

.project-btn a img.whatsapp-icon {
    width: 16px;
    height: 16px;
}

.project-btn a:hover {
    background: #F37021;
    background: linear-gradient(270deg, rgba(255, 209, 0, 1) 0%, rgba(243, 112, 33, 1) 100%);
    color: #000;
}



/* project page */
.font-64 {
    font-size: 64px;
    line-height: 77px;
    font-family: 'azonixregular';
}

.fw-400 {
    font-weight: 400;
}

#banner-sec {
    background: url(../images/projects.png) right center no-repeat;
    background-size: cover;
    height: 565px;
    padding: 0;
    width: 100%;
    margin-top: 92px;
    display: flex;
    align-items: center;
}

#banner-sec h1 {
    color: #fff;
    padding: 0 0 0 50px;
    width: 70%;
}

#banner-sec.projects h1 {
    color: #000;
}

#main-sec {
    padding: 80px 0;
}

#main-sec h2 {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    line-height: 47px;
    font-family: 'gothamlight';
    margin-bottom: 32px;
    text-align: center;
}

#main-sec p {
    color: #000;
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    font-family: 'gothamlight';
    text-align: center;
}

.highlight {
    color: #F79215 !important;
    font-family: 'gothambook' !important;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 100px;
}

#project-categories {
    background: url(../images/about/verticle-line.png);
    padding: 70px 0 90px 0;
}

#project-categories .mission-box {
    display: flex;
}

#project-categories .mission-box .box {
    width: 25%;
}

#project-categories .white-box {
    margin-top: -55px;
}

#project-categories p {
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
}

#project-categories .img-cnt {
    display: flex;
    align-items: center;
    position: relative;
}

#project-categories .img-cnt img {
    max-width: 100%;
}

#project-categories .img-cnt span {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 11;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}

#project-categories .img-desc {
    padding: 20px 20px 90px;
    background: #fff;
    text-align: center;
}

#project-categories h2 {
    font-size: 64px;
    color: #000;
    text-align: center;
    font-family: 'azonixregular';
    position: relative;
    top: -127px;
}


#our-projects {
    padding: 190px 0 0 0;
    background: #fff;
}

#our-projects h4 {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    line-height: 47px;
    font-family: 'gothamlight';
    margin-bottom: 70px;
    text-align: center;
}

#our-projects h2 {
    font-size: 64px;
    line-height: 38px;
    color: #000;
    text-align: center;
    font-family: 'azonixregular';
    text-align: center;
}

#ongoing-projects {
    /*background: url("../images/project-bg.png") left center no-repeat;*/
    background-size: cover;
    padding: 130px 0 130px 240px;
    color: #fff;
    display: flex;
    position: relative;
}

#ongoing-projects video,
#upcoming-projects video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#ongoing-projects:before,
#upcoming-projects::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

#ongoing-projects h3 {
    font-size: 48px;
    font-family: 'azonixregular';
}

#ongoing-projects .project-left {
    width: 25%;
    padding-right: 50px;
    position: relative;
    z-index: 10;
}

#ongoing-projects .project-right {
    width: 75%;
    position: relative;
    z-index: 10;
}

#ongoing-projects .project-slider-arrow .slick-arrow.slick-hidden {
    display: block;
}

#upcoming-projects .project-slider-arrow .slick-arrow.slick-hidden {
    display: block;
}

#upcoming-projects {
    background: url("../images/upcoming-bg.png") left center no-repeat;
    background-size: cover;
    padding: 130px 0 130px 240px;
    color: #fff;
    display: flex;
    position: relative;
}

#upcoming-projects h3 {
    font-size: 48px;
    font-family: 'azonixregular';
}

#upcoming-projects .project-left {
    width: 25%;
    padding-right: 50px;
    position: relative;
    z-index: 10;
}

#upcoming-projects .project-right {
    width: 75%;
    position: relative;
    z-index: 10;
}



@media screen and (max-width:1800px) {
    .project-btn a {
        font-size: 16px;
    }
}

@media screen and (max-width:1680px) {
    .font-64 {
        font-size: 54px;
        line-height: 70px;
    }

    .section-header .section-title {
        font-size: 58px;
    }

    #about {
        padding: 130px 0;
    }

    .making-space {
        padding: 100px 200px 100px 100px;
    }

    #how-we-build h3 {
        font-size: 58px;

    }

    #quotes {
        padding: 150px 0;
        font-size: 35px;
        line-height: 50px;
    }

    #four-img-box {
        min-height: 405px;
    }

    #statistics {
        padding: 130px 0;
    }

    .stats .stats-num .number {
        font-size: 58px;
    }

    #what-define-us .left-img {
        font-size: 56px;
    }

    #what-define-us .right-cnt .right-cnt-desc h3 {
        font-size: 43px;
        line-height: 53px;
        margin-bottom: 70px;
    }

    #projects h3 {
        font-size: 42px;
    }

    .project-card .project-name {
        font-size: 21px;
    }

    .project-card .project-area {
        font-size: 22px;
    }

    #contact .contact-about {
        height: 100%;
    }

    #contact .contact-about img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    /* project page */
    #main-sec h2 {
        font-size: 32px;
        line-height: 44px;
    }

    #project-categories h2 {
        font-size: 58px;
        top: -120px;
    }

    #our-projects {
        padding: 170px 0 0 0;
    }

    #our-projects h4 {
        font-size: 30px;

        line-height: 40px;
    }

    #ongoing-projects h3,
    #upcoming-projects h3 {
        font-size: 42px;
    }

    .project-btn a {
        font-size: 14px;
        padding: 14px 20px;
    }

    #our-projects h2 {
        font-size: 54px;
    }

    #main-sec {
        padding: 80px 50px;
    }

    #ongoing-projects,
    #upcoming-projects {
        padding: 130px 0 130px 130px;
    }


}

@media screen and (max-width:1439px) {
    .font-64 {
        font-size: 38px;
        line-height: 54px;
    }


    .section-header .section-title {
        font-size: 40px;
    }

    #about {
        padding: 70px 0;
    }

    .section-header .section-description {
        font-size: 26px;
        padding: 0 80px;
    }

    .making-space {
        padding: 80px 90px 80px 70px;
    }

    #how-we-build h3 {
        font-size: 53px;
    }

    #how-we-build h2 {
        font-size: 50px;
    }

    .making-space h3 {
        font-size: 42px !important;
    }

    #quotes {
        padding: 90px 0;
        font-size: 28px;
        line-height: 42px;
    }

    #four-img-box {
        min-height: 347px;
    }

    #statistics {
        padding: 80px 0;
    }

    .stats .stats-num .number {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .stats .stats-num .desc {
        font-size: 24px;
    }

    .gradient-btn {
        font-size: 18px;
    }

    .single-box .over-slide {
        font-size: 26px;
        line-height: 36px;
    }

    #what-define-us {
        min-height: 730px;
    }

    #what-define-us .left-img {
        font-size: 42px;
        padding-right: 50px;
    }

    #what-define-us .right-cnt .right-cnt-desc {
        padding-left: 50px;
        padding-right: 120px;
    }

    #what-define-us .right-cnt .right-cnt-desc h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    #what-define-us .right-cnt .right-cnt-desc ul li {
        font-size: 20px;
        margin-bottom: 25px;
    }

    #projects {
        padding: 150px 0 150px 130px;
    }

    #projects h3 {
        font-size: 36px;
    }

    #projects .project-left p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .project-card .project-name {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .project-card .project-area {
        font-size: 18px;
    }

    .project-slider-arrow .slick-prev {
        width: 35px;
        height: 35px;
    }

    .project-slider-arrow .slick-next {
        width: 35px;
        height: 35px;
    }

    #contact .form-group {
        margin-bottom: 1.5rem;
    }

    .footer-bg h3 {
        font-size: 36px;
        margin: 0 0 20px;
    }

    #contact .form input,
    #contact .form textarea,
    #contact .form select {
        font-size: 17px;
    }

    #contact .info {
        margin-top: 50px;
    }

    #contact .info p {
        font-size: 17px;
    }

    #contact .form button[type="submit"] {
        padding: 14px 26px;
        font-size: 18px;
    }


    /* project page */
    #banner-sec {
        height: 370px;
    }

    #main-sec h2 {
        font-size: 29px;
        line-height: 40px;
    }

    #main-sec p {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 80px;
    }

    #project-categories h2 {
        font-size: 48px;
        top: -113px;
    }

    #main-sec {
        padding: 65px 50px;
    }

    #project-categories .img-cnt span {
        font-size: 26px;
        line-height: 30px;
    }

    #project-categories .img-desc {
        padding: 20px 20px 70px;
        font-size: 18px;
    }

    #our-projects {
        padding: 50px 0 0 0;
    }

    .project-btn a {
        padding: 10px 20px;
    }

    #our-projects h2 {
        font-size: 48px;
        line-height: 28px;
    }

    #ongoing-projects h3,
    #upcoming-projects h3 {
        font-size: 37px;
    }

    #ongoing-projects {
        padding: 110px 0 110px 110px;
    }

    #upcoming-projects {
        padding: 110px 0 110px 110px;

    }

    #our-projects h4 {
        font-size: 28px;
        line-height: 40px;
    }


    #how-we-build {
        padding: 70px 0;
    }

}


@media (max-width:1366px) {
    .section-header .section-title {
        font-size: 36px;
    }

    .section-header .section-description {
        font-size: 24px;
    }

    .making-space h3 {
        font-size: 38px !important;
    }

    body {
        font-size: 18px;
    }

    #how-we-build h2 {
        font-size: 46px;
    }

    .stats .stats-num .number {
        font-size: 48px;
    }

    .stats .stats-num .desc {
        font-size: 22px;
    }

    .gradient-btn {
        font-size: 17px;
        margin-top: 30px;
    }

    #contact .info p {
        font-size: 16px;
    }

    .contact-btn {
        margin-left: 30px !important;
    }

    #what-define-us .left-img {
        font-size: 38px;
    }

    #what-define-us .right-cnt .right-cnt-desc h3 {
        font-size: 30px;
        line-height: 36px;
    }

    #what-define-us .right-cnt .right-cnt-desc ul li {
        font-size: 18px;
        margin-bottom: 22px;
    }

    #header,
    #header.header-fixed {
        padding: 10px 50px
    }

    #footer {
        padding: 30px 50px;
    }



}


@media (max-width:1199px) {

    #header {
        padding: 10px 60px;
    }

    .nav-menu a {
        padding: 16px 32px;
        font-size: 18px;
    }

    #header.header-fixed {
        padding: 10px 60px;
    }

    .section-header .section-title {
        font-size: 32px;
    }

    .section-header .section-description {
        font-size: 22px;
    }

    #how-we-build h2 {
        font-size: 42px;
    }

    #how-we-build .right-data {
        width: 60%;
    }

    .making-space h3 {
        font-size: 36px !important;
    }

    .single-box .over-slide {
        font-size: 22px;
        line-height: 30px;
    }

    .stats .stats-num {
        padding: 0 40px;
    }

    .stats .stats-num .number {
        font-size: 44px;
    }

    #what-define-us .left-img {
        font-size: 36px;
    }

    #what-define-us .right-cnt .right-cnt-desc {
        padding-right: 100px;
    }

    #quotes {
        font-size: 26px;
    }

    #projects {
        padding: 100px 0 100px 70px;
    }

    .gradient-btn {
        font-size: 15px;
        padding: 16px 20px;
    }

    #projects h3 {
        font-size: 32px;
    }

    .footer-bg h3 {
        font-size: 32px;
    }

    #footer {
        padding: 30px 60px;
    }

    #main-sec h2 {
        font-size: 26px;
        line-height: 36px;
    }

    #ongoing-projects h3,
    #upcoming-projects h3 {
        font-size: 34px;
    }



}

@media (max-width:991px) {

    #header,
    #header.header-fixed {
        padding: 10px 30px;
    }

    .nav-menu a {
        padding: 16px 16px;
        font-size: 16px;
    }

    .contact-btn {
        margin-left: 15px !important;
    }


    .section-header .section-title {
        font-size: 28px;
    }

    .section-header .section-description {
        font-size: 20px;
    }

    .making-space {
        padding: 50px;
    }

    #how-we-build .left-data {
        padding-right: 85px;
    }

    body {
        font-size: 16px;
    }

    .making-space h3 {
        font-size: 34px !important;
    }

    #quotes {
        font-size: 24px;
    }

    .single-box .over-slide {
        font-size: 20px;
        line-height: 25px;
    }

    #four-img-box {
        min-height: 222px;
    }

    #statistics {
        padding: 60px 0;
    }

    .stats .stats-num {
        padding: 0 20px;
    }

    .stats .stats-num .desc {
        font-size: 20px;
    }

    .stats .stats-num .number {
        font-size: 40px;
    }

    .stats {
        margin-bottom: 20px;
    }

    #what-define-us .left-img {
        font-size: 28px;
    }

    #what-define-us .right-cnt .right-cnt-desc {
        padding-right: 50px;
    }

    #what-define-us .right-cnt {
        padding: 50px 0;
    }

    #what-define-us .right-cnt .right-cnt-desc h3 {
        font-size: 28px;
        line-height: 33px;
    }

    #what-define-us .left-img {
        background: url(../images/define-img.png) center bottom no-repeat;
    }

    #what-define-us .right-cnt .right-cnt-desc ul li {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .footer-bg {
        padding: 40px 20px;
    }

    #footer .text {
        text-align: center;
    }

    #projects {
        flex-direction: column;
        padding: 60px;
    }

    #projects .project-left {
        width: 100%;
        margin-bottom: 30px;
    }

    #projects .project-right {
        width: 100%;
    }

    #projects h3 {
        font-size: 30px;
    }

    .footer-bg h3 {
        font-size: 30px;
    }

    #banner-sec {
        height: 300px;
    }

    .font-64 {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0 !important;
    }

    #main-sec h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px !important;
    }

    #main-sec p {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 60px;
    }

    #project-categories h2 {
        font-size: 42px;
        top: -108px;
    }

    #project-categories .img-cnt span {
        font-size: 22px;
        line-height: 15px;
        bottom: 30px;
    }

    #project-categories .img-desc {
        padding: 20px 20px 30px;
        font-size: 16px;
    }

    #project-categories {
        padding: 70px 0 70px 0;
    }

    #ongoing-projects,
    #upcoming-projects {
        padding: 110px 0 110px 70px;
    }

    #ongoing-projects h3,
    #upcoming-projects h3 {
        font-size: 30px;
    }

}

@media (max-width: 768px) {

    .contact-btn,
    .contact-btn:hover {
        margin: 5px 15px !important;
    }



}


@media(max-width:767px) {



    #header {
        padding: 10px 20px;
    }

    #header.header-fixed {
        padding: 10px 20px;
    }

    #mobile-nav-toggle {
        margin: 28px 30px 0 0;
    }

    #intro {
        height: 75vh;
        margin-top: 92px;
    }

    .section-header .section-title {
        font-size: 25px;
    }

    .section-header .section-description {
        padding: 0 40px;
    }

    #how-we-build {
        padding: 50px;
        flex-direction: column;
    }

    #how-we-build .left-data {
        padding-right: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    #how-we-build .right-data {
        width: 100%;
    }

    #how-we-build h2 {
        font-size: 36px;
    }

    .making-space h3 {
        font-size: 30px !important;
    }

    #quotes {
        font-size: 22px;
        line-height: 32px;
    }

    #quotes br {
        display: none;
    }

    .four-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats {
        flex-direction: column;
    }

    .stats .stats-num {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 0 50px;
        text-align: center;
        border-right: 0;
    }

    .stats .stats-num .number {
        margin-top: 25px;
    }

    #what-define-us {
        min-height: auto;
        flex-direction: column;
    }

    #what-define-us .left-img {
        width: 100%;
        height: 400px;
        background-position: center bottom;
        background-size: cover;
        padding: 30px;
        text-align: center;
    }

    #what-define-us .right-cnt {
        width: 100%;
    }

    .project-slider-arrow {
        margin: 28px 0 28px;
    }

    #projects .project-left {
        padding-right: 0;
    }

    #banner-sec {
        height: 250px;
    }

    .font-64 {
        font-size: 26px;
        line-height: 33px;
        padding-left: 0 !important;
    }

    #main-sec h2 {
        font-size: 20px;
        line-height: 27px;
    }

    #main-sec p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    #project-categories h2 {
        font-size: 34px;
        top: -100px;
    }

    #project-categories .mission-box {
        flex-wrap: wrap;
    }

    #our-projects h2 {
        font-size: 34px;
        line-height: 22px;
    }

    #ongoing-projects,
    #upcoming-projects {
        padding: 50px;
        flex-direction: column;
    }

    #ongoing-projects .project-left {
        width: 100%;
        padding-right: 0;
    }

    #ongoing-projects .project-right,
    #upcoming-projects .project-right {
        width: 100%;
    }

    #ongoing-projects h3,
    #upcoming-projects h3 {
        font-size: 26px;
    }

    #project-categories .mission-box .box {
        width: 50%;
    }

    #banner-sec.banner-sec.projects {
        background-position: left 50% center;
    }



}

@media(max-width:575px) {
    #header {
        padding: 10px 20px;
        height: 75px;
    }

    #mobile-nav-toggle {
        margin: 20px 20px 0 0;
    }

    #header #logo img {
        height: 50px;
    }

    #header.header-fixed {
        height: 75px;
    }

    #intro {
        height: 50vh;
        margin-top: 75px;
    }

    .section-header .section-description {
        padding: 0;
    }

    .section-header .section-title {
        font-size: 20px;
    }

    .section-header .section-description {
        font-size: 18px;
    }

    #about {
        padding: 50px 0;
    }

    #how-we-build {
        padding: 30px;
    }

    #how-we-build h2 {
        font-size: 28px;
    }

    .making-space {
        padding: 30px;
    }

    .making-space h3 {
        font-size: 26px !important;
        margin-bottom: 20px;
    }

    #quotes {
        font-size: 20px;
        line-height: 30px;
    }

    .four-box {
        grid-template-columns: repeat(1, 1fr);
    }

    #what-define-us .right-cnt .right-cnt-desc {
        padding-right: 30px;
        padding-left: 30px;
    }

    #projects {
        padding: 50px 30px;
    }

    #footer {
        padding: 30px;
    }

    #contact .social-links span {
        margin-right: 20px;
    }

    .stats .stats-num .desc {
        font-size: 18px;
    }

    .stats .stats-num .number {
        font-size: 36px;
    }

    #header #logo {
        margin-left: -10px;
    }

    #banner-sec {
        margin-top: 75px;
    }

    #main-sec {
        padding: 50px 30px;
    }

    #project-categories .mission-box .box {
        width: 100%;
        margin-bottom: 20px;
    }

    #project-categories {
        padding: 30px 0 30px 0;
    }

    #project-categories h2 {
        top: -60px;
    }

    #project-categories .mission-box {
        flex-direction: column;
    }

    #project-categories .mission-box .box {
        width: 100%;
        margin-bottom: 5px;
    }

    #project-categories .white-box {
        margin-top: 0;
    }

    #ongoing-projects,
    #upcoming-projects {
        padding: 50px 30px;
    }

}


#videoModal.modal{z-index: 1100; }
#videoModal .modal-body{ background: #000;}
#videoModal .close{ z-index: 100; color: #fff;}

#videoModal .modal-body { padding: 0; display: flex; justify-content: center; align-items: center;}
#videoModal .modal-body video { width: 100%; height: 100%; object-fit: cover;}

.modal-backdrop.show {
    opacity: 0.6;
}

.fireworks-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.tp-dfwv{ display: none !important;}

@media(max-width:767px) {
.fireworks-container {
        height: 75vh;
        margin-top: 92px;
    }
}
@media(max-width:575px) {
.fireworks-container {
        height: 50vh;
        margin-top: 75px;
    }
}



