.mobile-banner {
    display: none;
}
.mobile-banner .whatsapp-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}



.banner {
    height: 750px;
    margin-bottom: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner .row {
    justify-content: space-between;
}
.banner .row .left {
    padding-top: 120px;
    width: 36%;
}
.banner .row .right {
    width: 58.5%;
    padding-top: 75px;
}
.banner .sub-title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.92px;
    color: var(--yellow);
    margin-bottom: 15px;
    line-height: 26px;
    font-family: var(--main-font);
}
.banner .title {
    font-size: 55px;
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: var(--main-font);
}
.banner .description {
    font-size: 15px;
    color: var(--white);
    margin-bottom: 40px;
    font-family: var(--secondary-font);
    line-height: 30px;
}
.banner .image {
    height: 605px;
    object-fit: cover;
    width: 82%;
}

.banner .main-banner {
    padding: 0 5px 45px 5px;
}
.banner .swiper-pagination {
    text-align: right;
    width: 88.2%!important;
}
.banner  .swiper-pagination-bullet {
    border-radius: 0;
    height: 3px;
    width: 40px;
    margin-left: 15px!important;
    background: rgb(255, 255, 255, 0.5);
}
.banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--yellow);
}
.banner .main-banner .swiper-horizontal>.swiper-pagination-bullets, .banner .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .main-banner .swiper-pagination-custom, .banner .main-banner .swiper-pagination-fraction {
    bottom: 0px;
}
.banner .social {
    position: absolute;
    right: 57px;
    display: flex;
    flex-direction: column;
    top: 225px;
    z-index: 1;
}
.banner .fb-link {
	color: #043858;
    background-color: white;
    border-radius: 50%;
	display: flex;
    justify-content: center;
    padding: 10px;
	margin-bottom: 15px;
}
.banner .insta-link {
    color: #043858;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 13px;
}



.mobile-categories {
    display: none;
}
.product-category {
    margin-bottom: 150px;
}
.product-category .sub-title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2.04px;
    color: var(--green);
    margin-bottom: 5px;
    font-family: var(--main-font);
}
.product-category .title {
    font-size: 45px;
    color: var(--blue);
    margin-bottom: 23px;
    font-weight: 700;
    line-height: 56px;
    font-family: var(--main-font);
}
.product-category .description {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 50px;
    font-family: var(--secondary-font);
    line-height: 30px;
}

.product-category .max-custom-div .single-product-category {
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    overflow: hidden;
}
.product-category .max-custom-div .single-product-category .box {
    background-color: rgba(4, 56, 88, 0.9);
    position: absolute;
    bottom: 0px;
    width: 80%;
    padding: 15px 50px;
    height: 50px;
    transition: all 0.5s;
}
.product-category .max-custom-div .single-product-category:hover .box {
    height: 250px;
    transition: all 0.5s;
}
.product-category .max-custom-div .single-product-category:hover .box .product-title {
    padding-top: 50px;
    transition: all 0.5s;
}
.product-category .max-custom-div .single-product-category .box .product-title {
    color: var(--white);
    font-size: 20px;
    font-family: var(--main-font);
    margin-bottom: 40px;
    transition: all 0.5s;
}




.about-us {
    margin-bottom: 150px;
}
.about-us .left .image {
    height: 650px;
    object-fit: cover;
}
.about-us .right {
    height: 650px;
    background-size: cover;
}
.about-us .right .row {
    padding-top: 9%;
}
.about-us .right .sub-title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2.04px;
    color: var(--green);
    margin-bottom: 5px;
    font-family: var(--main-font);
}
.about-us .right .title {
    font-size: 45px;
    color: var(--blue);
    margin-bottom: 23px;
    font-weight: 700;
    line-height: 55px;
    font-family: var(--main-font);
}
.about-us .right .description {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 50px;
    font-family: var(--secondary-font);
    line-height: 30px;
}




.choose {
    margin-bottom: 150px;
}
.choose .title {
    font-size: 45px;
    color: var(--blue);
    margin-bottom: 23px;
    font-weight: 700;
    line-height: 56px;
    font-family: var(--main-font);
}
.choose .accordion-item {
    border: none;
    color: var(--blue);
}
.choose .accordion-button:not(.collapsed) {
    color: var(--blue);
    background-color: var(--white);
    box-shadow: none;
}
.choose .accordion-button:focus {
    box-shadow: none;
}
.choose .accordion-button {
    padding: 1rem 0rem;
}
.choose .accordion-item i {
    color: var(--white);
    font-size: 12px;
    background-color: var(--blue);
    border-radius: 50%;
    padding: 5px 6px;
    margin-right: 15px;
}
.choose .accordion-item .accordion-header .accordion-button {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: var(--main-font);
}
.choose .accordion-item .accordion-body {
    padding: 0.5rem 0;
    color: var(--dark-gray);
    font-size: 16px;
    font-family: var(--secondary-font);
}
.choose .accordion-button::after {
    display: none;
}



.testimonials {
    background-color: var(--blue);
    padding-top: 90px;
}
.testimonials .left {
    width: 45%;
    height: 400px;
}
.testimonials .right {
    width: 45%;
}
.testimonials .box {
    border: 1px solid var(--white);
    border-bottom: 0;
    height: 100%;
}
.testimonials .box .details {
    background-color: var(--yellow);
    height: 515px;
    padding: 75px 5px;
    position: relative;
    left: 20px;
    top: 20px;
}
.testimonials .box .details .single-box {
    margin-bottom: 110px;
    z-index: 1;
}
.testimonials .box .details .back-image {
    position: absolute;
    bottom: 50px;
    z-index: 0;
}
.testimonials .box .details .sub-title {
    color: var(--blue);
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: 600;
}
.testimonials .box .details .number {
    color: var(--blue);
    font-family: var(--main-font);
    font-size: 70px;
    font-weight: 700;
}
.testimonials .title {
    color: var(--white);
    font-family: var(--main-font);
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 30px;
}
.testimonials .testi {
    color: var(--white);
    font-family: var(--secondary-font);
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 30px;
}
.testimonials .name {
    color: var(--white);
    font-family: var(--main-font);
    font-size: 17px;
    font-weight: 500;
}
.testimonials .designation {
    color: var(--white);
    font-family: var(--secondary-font);
    font-size: 14px;
}
.testimonials .testimonial-sliders {
    padding-bottom: 85px;
}
.testimonials .swiper-pagination {
    text-align: left;
}
.testimonials .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 0;
    height: 3px;
    width: 40px;
    margin-right: 15px!important;
    background: rgb(255, 255, 255, 0.5);
}
.testimonials .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--yellow);
}
.testimonials .testimonial-sliders .swiper-horizontal>.swiper-pagination-bullets, .testimonials .testimonial-sliders .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .testimonial-sliders .swiper-pagination-custom, .banner .testimonial-sliders .swiper-pagination-fraction {
    bottom: 0px;
}
.testimonials .testimonial-icon {
    position: absolute;
    right: 0;
    height: 180px;
    bottom: 0;
}




.island {
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
.island .left {
    padding-top: 250px;
}
.island .right {
    padding-top: 135px;
}
.island .title {
    color: var(--blue);
    font-size: 45px;
    font-family: var(--main-font);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 56px;
}
.island .description {
    color: var(--black);
    font-size: 16px;
    font-family: var(--secondary-font);
}
.island .image {
    height: 600px;
}



.mobile-government {
    display: none;
}
.government {
    margin-bottom: 80px;
}
.government .title {
    font-size: 25px;
    color: var(--light-gray);
    font-family: var(--main-font);
    margin-bottom: 60px;
}
.government .line {
    border: 1px solid #BEBEBE;
    margin-top: 90px;
    margin-bottom: 0;
}
.mobile-government .logo {
    width: 100%;
}



.mobile-other {
    display: none;
}
.other {
    margin-bottom: 80px;
}
.desktop-other .column {
    width: 25%;
}
.other .title {
    font-size: 25px;
    color: var(--light-gray);
    font-family: var(--main-font);
    margin-bottom: 60px;
}
.mobile-other .logo {
    width: 100%;
}






@media screen and (max-width: 1600px) {
    .banner .row .right {
        width: 58%;
    }
    .banner .image {
        width: 76%;
    }
    .banner .social {
        right: 110px;
    }
    .banner .swiper-pagination {
        text-align: right;
        width: 85.2%!important;
    }
    



    .product-category .max-custom-div .single-product-category {
        height: 350px;
    }
    .product-category .max-custom-div .single-product-category:hover .box .product-title {
        padding-top: 40px;
    }
    .product-category .max-custom-div .single-product-category:hover .box {
        height: 220px;
    }


    .about-us .right .row {
        padding-top: 6%;
    }
    .about-us .right .title {
        font-size: 40px;
    }


    .testimonials .box .details {
        height: 460px;
        padding: 40px 0px 0 0px;
    }
    .testimonials .box .details .sub-title {
        font-size: 19px;
    }
    .testimonials .box .details .number {
        font-size: 60px;
    }
    .testimonials .box .details .back-image {
        bottom: 65px;
        height: 485px;
    }


    .min-custom-div {
        width: 65%;
    }

    .desktop-other .column {
        width: 27%;
    }
}

@media screen and (max-width: 1440px) {
    .banner .title {
        font-size: 49px;
        margin-bottom: 30px;
    }
    .banner .social {
        right: 100px;
    }

    .about-us .right .title {
        font-size: 37px;
        margin-bottom: 15px;
        line-height: 50px;
    }

    .testimonials {
        padding-top: 70px;
    }

    .desktop-other .column {
        width: 30%;
    }
}

@media screen and (max-width: 1366px) {
    .banner {
        height: 600px;
    }
    .banner .row .left {
        padding-top: 50px;
    }
    .banner .row .right {
        padding-top: 60px;
    }
    .banner .image {
        width: 77%;
        height: 485px;
    }
    .banner .title {
        font-size: 46px;
    }
    .banner .main-banner .swiper-horizontal>.swiper-pagination-bullets, .banner .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .main-banner .swiper-pagination-custom, .banner .main-banner .swiper-pagination-fraction {
        bottom: 6px;
    }
    .banner .social {
        right: 95px;
        top: 200px;
    }


    .about-us .left .image {
        height: 575px;
    }
    .about-us .right .row {
        padding-top: 7%;
    }
    .about-us .right {
        height: 575px;
    }
    .about-us .right .title {
        font-size: 35px;
        line-height: 35px;
    }
    .about-us .right .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-us .right .description {
        margin-bottom: 35px;
    }

    .testimonials .box .details .sub-title {
        font-size: 17px;
    }
    .testimonials .box .details .number {
        font-size: 55px;
    }
    .testimonials .box .details .single-box {
        margin-bottom: 122px;
    }


    .desktop-other .column {
        width: 33%;
    }
}

@media screen and (max-width: 1280px) {
    .banner {
        margin-bottom: 35px;
    }
    .banner .row .right {
        width: 57.5%;
    }
    .banner .image {
        width: 73%;
    }
    .banner .social {
        right: 120px;
        top: 175px;
    }
    .banner .swiper-pagination {
        width: 83.2%!important;
    }



    .about-us .left .image {
        height: 500px;
    }
    .about-us .right {
        height: 500px;
    }
    .about-us .right .row {
        padding-top: 5%;
    }
    .about-us .right .description {
        font-size: 15px;
        margin-bottom: 40px;
        line-height: 25px;
    }


    .testimonials {
        padding-top: 55px;
    }
    .testimonials .testimonial-sliders {
        padding-bottom: 60px;
    }
    .testimonials .testimonial-icon {
        height: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        height: 500px;
    }
    .banner .row .left {
        padding-top: 50px;
    }
    .banner .row .right {
        padding-top: 52px;
    }
    .banner .sub-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner .title {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .banner .description {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .banner .image {
        width: 70%;
        height: 405px;
    }
    .banner .main-banner .swiper-horizontal>.swiper-pagination-bullets, .banner .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .main-banner .swiper-pagination-custom, .banner .main-banner .swiper-pagination-fraction {
        bottom: 12px;
    }
    .banner .swiper-pagination {
        width: 81.5%!important;
    }
    .banner .social {
        right: 127px;
        top: 140px;
    }



    .product-category {
        margin-bottom: 75px;
    }
    .product-category .title {
        margin-bottom: 5px;
    }
    .product-category .description {
        margin-bottom: 30px;
    }
    .product-category .max-custom-div .single-product-category {
        height: 250px;
    }
    .product-category .max-custom-div .single-product-category .box {
        width: 100%;
        padding: 15px 20px;
    }
    .product-category .max-custom-div .single-product-category:hover .box {
        height: 155px;
    }
    .product-category .max-custom-div .single-product-category:hover .box .product-title {
        padding-top: 10px;
    }


    .about-us {
        margin-bottom: 75px;
    }


    .testimonials {
        padding-top: 35px;
    }
    .testimonials .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .testimonials .testi {
        margin-bottom: 35px;
    }
    .testimonials .designation {
        font-size: 13px;
    }
    .testimonials .box .details {
        height: 400px;
    }
    .testimonials .box .details .sub-title {
        font-size: 14px;
    }
    .testimonials .box .details .number {
        font-size: 50px;
    }
    .testimonials .box .details .single-box {
        margin-bottom: 100px;
    }
    .testimonials .box .details .back-image {
        bottom: 53px;
        height: 415px;
    }


    .island {
        height: 450px;
        margin-bottom: 120px;
    }
    .island .title {
        font-size: 40px;
        line-height: 40px;
    }
    .island .left {
        padding-top: 135px;
    }
    .island .right {
        padding-top: 30px;
    }
    .island .right svg {
        height: 500px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mobile-banner {
        display: block;
    }
    .desktop-banner {
        display: none;
    }
    .banner .social {
        display: none;
    }
    .mobile-banner {
        background-color: var(--blue);
    }
    .banner .main-banner {
        padding: 0;
    }
    .mobile-banner {
        height: 820px;
    }
    .mobile-banner .custom-div .swiper.main-banner {
        padding: 35px 0 70px 0;
    }
    .banner .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .banner .title {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .banner .image {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
    .banner .description {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .banner .swiper-pagination {
        width: 100%!important;
        text-align: center;
    }
    .banner .main-banner .swiper-horizontal>.swiper-pagination-bullets, .banner .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .main-banner .swiper-pagination-custom, .banner .main-banner .swiper-pagination-fraction {
        bottom: 0px;
    }
    .banner {
        margin-bottom: 50px;
    }


    .mobile-categories {
        display: block;
    }
    .desktop-categories {
        display: none;
    }
    .product-category .max-custom-div .single-product-category {
        height: 375px;
    }
    .product-category .max-custom-div .single-product-category .box {
        width: 100%;
        padding: 20px 50px;
        height: 60px;
    }
    .product-category .max-custom-div .single-product-category .box .btn {
        width: 75%!important;
    }
    .product-category .max-custom-div .single-product-category:hover .box {
        height: 175px;
    }


    .about-us .left {
        width: 100%;
    }
    .about-us .left .image {
        height: 400px;
    }
    .about-us .right {
        width: 100%;
        height: 420px;
    }
    .about-us .right .description {
        margin-bottom: 25px;
    }


    .choose {
        margin-bottom: 90px;
    }
    .choose .row {
        flex-direction: column-reverse;
    }
    .choose .image {
        margin-bottom: 30px;
    }
    .choose .title {
        font-size: 40px;
        margin-bottom: 10px;
    }


    .testimonials .left {
        width: 100%;
        height: 400px;
        padding: 0;
        margin-bottom: 0px;
    }
    .testimonials .right {
        width: 100%;
        padding: 100px 50px;
    }
    .testimonials .custom-div {
        width: 100%;
    }
    .testimonials .box {
        position: relative;
        left: -20px;
    }
    .testimonials .box .details {
        left: 21px;
        height: 420px;
    }
    .testimonials .box .details .sub-title {
        font-size: 20px;
    }
    .testimonials .box .details .number {
        font-size: 60px;
    }
    .testimonials .box .details .back-image {
        bottom: 60px;
        height: 450px;
    }



    .island {
        height: 700px;
        background-repeat: repeat;
        margin-bottom: 140px;
    }
    .island .left {
        padding-top: 60px;
    }
    .island .right {
        padding-top: 75px;
    }



    .mobile-government {
        display: block;
    }
    .desktop-government {
        display: none;
    }
    .government {
        margin-bottom: 65px;
    }
    .government .title {
        margin-bottom: 40px;
    }
    .government .line {
        margin-top: 65px;
    }



    .mobile-other {
        display: block;
    }
    .desktop-other {
        display: none;
    }
    .other .title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 414px) {
    .banner .sub-title {
        font-size: 14px;
    }
    .banner .title {
        font-size: 40px;
    }
    .banner .image {
        height: 300px;
    }

    .product-category .sub-title {
        font-size: 14px;
    }
    .product-category .max-custom-div .single-product-category {
        height: 275px;
    }
    .product-category .max-custom-div .single-product-category .box {
        padding: 15px 25px;
        height: 50px;
    }


    
    .about-us .left .image {
        height: 325px;
    }
    .about-us .right {
        height: 645px;
    }
    .about-us .right .row {
        padding-top: 12%;
    }
    .about-us .right .sub-title {
        font-size: 14px;
    }


    .testimonials {
        padding-top: 40px;
    }
    .testimonials .box .details .sub-title {
        font-size: 13px;
    }
    .testimonials .box .details .number {
        font-size: 50px;
    }
    .testimonials .box .details {
        height: 375px;
    }
    .testimonials .left {
        height: 375px;
    }
    .testimonials .box .details .back-image {
        bottom: 75px;
        height: 385px;
    }
    .testimonials .right {
        padding: 75px 16px;
    }
    .testimonials .title {
        font-size: 35px;
    }
    .testimonials .testimonial-sliders {
        padding-bottom: 45px;
    }
    .testimonials .testimonial-icon {
        height: 125px;
    }


    .island {
        height: 715px;
    }
    .island .title {
        font-size: 35px;
    }
    .island .right {
        padding-top: 45px;
    }
}

@media screen and (max-width: 375px) {
    .banner .title {
        font-size: 35px;
    }


    .about-us .right {
        height: 660px;
    }
    .about-us .right .title {
        font-size: 30px;
    }


    .choose .title {
        font-size: 35px;
        margin-bottom: 0px;
    }
    .choose .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }


    .testimonials .left {
        height: 360px;
    }
    .testimonials .right {
        padding: 50px 16px;
    }
    .testimonials .box .details {
        height: 350px;
    }
    .testimonials .box .details .sub-title {
        font-size: 11px;
    }
    .testimonials .box .details .number {
        font-size: 45px;
    }
    .testimonials .box .details .back-image {
        bottom: 75px;
        height: 355px;
    }
    .testimonials .title {
        font-size: 30px;
    }
    .testimonials .testimonial-icon {
        height: 110px;
    }
    
}