/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 1200px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }

    .slider-area .carousel-caption {
        max-width: 430px;
    }

    .slider-area .carousel-caption h2 {
        font-size: 36px;
    }

    .slider-area .carousel-caption h2 span {
        font-size: 40px;
    }

    .welcome-heading h3 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }

    .slider-area .carousel-caption {
        max-width: 310px;
        bottom: 15%;
    }

    .slider-area .carousel-caption h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .slider-area .carousel-caption h2 span {
        font-size: 32px;
    }

    .slider-area .carousel-item img {
        /* min-height: 450px; */
        object-fit: cover;
    }

    .welcome-heading h3 {
        font-size: 30px;
    }

    .heading h2 {
        font-size: 36px;
    }

    .choose-content {
        top: 5%;
        padding: 10px 20px;
    }

    .choose-content h3 {
        font-size: 20px;
    }

    .choose-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .presence-content h2 {
        font-size: 36px;
    }

    .vision-content h3 {
        font-size: 32px;
    }

    .vision-content ul {
        padding-left: 10px;
    }

    .expertise-title h3 {
        font-size: 32px;
    }

    .project-content h3 {
        font-size: 20px;
    }

    .footer-info li a {
        font-size: 14px;
    }

    .welcome-content p span {
        font-size: 18px;
    }
}

/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }

    button.navbar-toggler,
    button.navbar-toggler:focus {
        padding: 0;
        outline: none;
        box-shadow: none;
        border: none;
    }

    button.navbar-toggler i {
        color: #fff;
        font-size: 24px;
    }

    .main-menu nav.navbar .navbar-collapse {
        width: 100%;
        min-width: 180px;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 70px;
        padding: 10px 0 10px;
        background: #061727;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-area.sticky .main-menu nav.navbar .navbar-collapse {
        top: 50px;
    }

    .slider-area .btn-primary {
        font-size: 14px;
        padding: 8px 20px;
    }

    .slider-area .carousel-caption {
        max-width: 400px;
    }

    .slider-area .carousel-caption p {
        font-size: 15px;
        line-height: 25px;
    }

    .main-menu .navbar-nav li {
        padding: 3px 10px;
        text-align: right;
    }

    .main-menu .navbar-nav li a {
        font-size: 16px;
        line-height: 30px;
    }

    .main-menu .navbar-nav li:last-child a {
        padding-right: 15px;
    }

    .slider-area .carousel-item>.slide-desktop {
        display: none;
    }

    .slider-area .carousel-item>.slide-mobile {
        display: block;
        max-height: 480px;
    }

    .slider-area .carousel-caption h2 {
        font-size: 32px;
    }

    .slider-area .carousel-caption h2 span {
        font-size: 34px;
    }

    .slider-area .carousel-indicators {
        margin-bottom: 5px;
    }

    .welcome-heading h3 {
        text-align: left;
    }

    .welcome-content {
        padding-left: 0;
        border-left: 0;
    }

    .choose-content {
        padding: 30px 20px 20px;
    }

    .choose-content h3 {
        font-size: 24px;
    }

    .choose-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .choose-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .choose-carousel .owl-nav button i {
        color: #061727;
        background: #ffffff;
        padding: 3px 5px;
        border-radius: 3px;
    }

    .welcome-content p span {
        font-size: 17px;
    }

    .team-content img {
        width: auto;
    }

    .team-content h3 {
        padding-top: 0;
    }

    .overview-image h4 {
        bottom: 30px;
        font-size: 32px;
    }

    .vision-content {
        text-align: left;
    }

    .vision-content ul {
        padding-left: 0;
        padding-top: 20px;
    }

    .expertise-title {
        text-align: left;
        padding-right: 0;
    }

    .welcome-heading {
        padding-right: 0;
    }

    .footer-info ul {
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }

    .footer-info li {
        padding: 5px 0;
    }
}

/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .history::before {
        content: '';
        position: absolute;
        left: 10%;
        width: 2px;
        height: 100%;
        background: #99c942;
    }

    .history::after {
        content: '';
        position: absolute;
        left: 90%;
        width: 30px;
        height: 2px;
        bottom: 0;
        background: #99c942;
    }

    .history ul li {
        list-style: none;
        position: relative;
        width: 90%;
        padding: 20px 65px;
        box-sizing: border-box;
    }

    .history ul li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .history ul li:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0;
        left: -15px;
        background: #99c942;
    }

    .about-references {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .history::before {
        content: '';
        position: absolute;
        left: 10%;
        width: 2px;
        height: 100%;
        background: #99c942;
    }

    .history::after {
        content: '';
        position: absolute;
        left: 90%;
        width: 30px;
        height: 2px;
        bottom: 0;
        background: #99c942;
    }

    .history ul li {
        list-style: none;
        position: relative;
        width: 90%;
        padding: 20px 65px;
        box-sizing: border-box;
    }

    .history ul li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .history ul li:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0;
        left: -15px;
        background: #99c942;
    }

    .about-references {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .history::before {
        content: '';
        position: absolute;
        left: 10%;
        width: 2px;
        height: 100%;
        background: #99c942;
    }

    .history::after {
        content: '';
        position: absolute;
        left: 90%;
        width: 30px;
        height: 2px;
        bottom: 0;
        background: #99c942;
    }

    .history ul li {
        list-style: none;
        position: relative;
        width: 90%;
        padding: 20px 65px;
        box-sizing: border-box;
    }

    .history ul li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .history ul li:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0;
        left: -15px;
        background: #99c942;
    }

    .about-references {
        margin-bottom: 10px;
        text-align: center;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /*--bs-gutter-x: 2.5rem;*/
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .slider-area .carousel-caption {
        max-width: 350px;
        padding-right: 0;
    }

    .slider-area .carousel-caption h2 {
        font-size: 28px;
    }

    .slider-area .carousel-caption h2 span {
        font-size: 30px;
    }

    .slider-area .carousel-caption p {
        font-size: 15px;
    }

    .banner-title h2 {
        font-size: 36px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 6px 20px;
    }

    .team-content img {
        width: 100%;
    }

    .heading h2,
    .form-heading h3 {
        font-size: 32px;
    }

    .presence-content h2 {
        font-size: 32px;
    }

    .banner-area {
        padding: 180px 0 30px;
    }

    .form-area .recaptcha-cus {
        justify-content: start;
    }

    .banner-area {
        background: url("../images/banner/about-banner.jpg") no-repeat top center / cover;
    }

    .we-do-banner {
        background: url("../images/banner/we-do-banner.jpg") no-repeat top center / cover;
    }

    .team-banner {
        background: url("../images/banner/team-banner.jpg") no-repeat top center / cover;
    }

    .contact-banner {
        background: url("../images/banner/contact-banner.jpg") no-repeat top center / cover;
    }
}

/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 479px) and (max-width: 575.98px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .history::before {
        content: '';
        position: absolute;
        left: 10%;
        width: 2px;
        height: 100%;
        background: #99c942;
    }

    .history::after {
        content: '';
        position: absolute;
        left: 90%;
        width: 30px;
        height: 2px;
        bottom: 0;
        background: #99c942;
    }

    .history ul li {
        list-style: none;
        position: relative;
        width: 90%;
        padding: 20px 65px;
        box-sizing: border-box;
    }

    .history ul li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .history ul li:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0;
        left: -15px;
        background: #99c942;
    }

    .about-references {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 479px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .history::before {
        content: '';
        position: absolute;
        left: 10%;
        width: 2px;
        height: 100%;
        background: #99c942;
    }

    .history::after {
        content: '';
        position: absolute;
        left: 90%;
        width: 30px;
        height: 2px;
        bottom: 0;
        background: #99c942;
    }

    .history ul li {
        list-style: none;
        position: relative;
        width: 90%;
        padding: 20px 65px;
        box-sizing: border-box;
    }

    .history ul li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .history ul li:nth-child(2n+1)::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0;
        left: -15px;
        background: #99c942;
    }

    .about-references {
        margin-bottom: 10px;
        text-align: center;
    }

    .presence-button li a {
        padding: 6px 15px;
    }

    .slider-area .carousel-caption {
        bottom: 12%;
    }
}
