* {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
}

.about_us h5 {
    line-height: 150%;
    color: rgb(32, 32, 32) !important;
}

.about_us p {
    line-height: 170%;
    color: rgb(122, 122, 122) !important;
    text-align: justify;
}

.bg-warning,
.btn-warning {
    background-color: #F58634 !important;
    color: #fff;
}

.form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid rgb(255, 222, 193);
    color: rgb(255, 222, 193);
}

.form-control::placeholder {
    color: rgb(255, 222, 193);
}

.form-control:active {
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid rgb(255, 222, 193);
    color: rgb(255, 222, 193);
}

.form-control:focus {
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid rgb(255, 222, 193);
    color: rgb(255, 222, 193);
}

.test-review h5 {
    font-size: small;
    text-align: center;
    font-weight: bold;
}

.img-agile {
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    box-shadow: 2px 2px 15px #ccc;
}

.w3_ic {
    text-align: center;
}

.img-agile img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    height: 100%;
    border-radius: 10px;
}

.swiper-sliderl {
    height: 70vh;
    border-radius: 0px;
}

.swiper-wrapper {
    height: 100% !important;
}

.swiper-slide {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    height: 100% !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #F58634;
    font-weight: bold;
}

.swiper-blogs {
    padding-bottom: 20px;
}

.swiper-blogs .img-agile {
    border-radius: 10px;
    width: 80%;
    height: 80%;
    margin-bottom: 10px;
}

.swiper-blogs p {
    border-radius: 10px;
    width: 80%;
    height: 80%;
    margin-bottom: 10px;
}

.carousel-control-prev-icon {
    height: 25px;
    width: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    z-index: 205 !important;
}

.carousel-control-next-icon {
    height: 25px;
    width: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    z-index: 205 !important;
}

@media only screen and (max-width: 2020px) {
    .swiper-sliderl {
        height: 70vh;
        border-radius: 0px;
    }
    .swiper-sliderl .m-50 {
        width: 50vw !important;
    }
}

@media only screen and (max-width: 1366px) {
    .swiper-sliderl {
        height: 50vh;
        border-radius: 0px;
    }
    .swiper-sliderl .m-50 {
        width: 50vw !important;
    }
    .conatct-detailes .row .my-2 {
        text-align: left !important;
    }
}

@media only screen and (max-width: 1290px) {
    .swiper-sliderl {
        height: 40vh;
        border-radius: 0px;
    }
    .swiper-sliderl .m-50 {
        width: 50vw !important;
    }
    .conatct-detailes .row .my-2 {
        text-align: left !important;
    }
}

@media only screen and (max-width: 1020px) {
    .swiper-sliderl {
        height: 35vh;
        border-radius: 0px;
    }
    .swiper-sliderl .m-50 {
        width: 50vw !important;
    }
    .conatct-detailes .row .my-2 {
        text-align: left !important;
    }
    .swiper-slide {
        background-position: right;
    }
    .card-columns {
        column-count: 2;
    }
}

@media only screen and (max-width: 968px) {
    .swiper-sliderl {
        height: 35vh;
        border-radius: 0px;
    }
    .swiper-sliderl .swiper-slide {
        align-items: baseline;
    }
    .swiper-sliderl .m-50 {
        width: 100% !important;
    }
    .swiper-sliderl h1 {
        font-size: 22px !important;
    }
    .swiper-sliderl .btn {
        font-size: 18px !important;
        padding: 5px 8px !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .swiper-slide {
        background-position: right;
    }
}

@media only screen and (max-width: 720px) {
    .swiper-sliderl {
        height: 25vh;
        border-radius: 0px;
    }
    .swiper-sliderl .m-50 {
        width: 100vw !important;
    }
    .swiper-sliderl h1 {
        font-size: 18px !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .swiper-slide {
        background-position: right;
    }
    .conatct-detailes h5 {
        font-size: 16px;
    }
    .conatct-detailes p {
        font-size: 16px;
    }
    .conatct-detailes i {
        font-size: 24px;
    }
    .conatct-detailes .my-2 {
        margin-top: 5px;
    }
    .conatct-detailes .justify-content-center {
        justify-content: start !important;
    }
}

@media only screen and (max-width: 550px) {
    .swiper-sliderl {
        height: 25vh;
        border-radius: 0px;
    }
    .swiper-sliderl .swiper-slide {
        align-items: baseline;
        padding: 20px !important;
    }
    .swiper-sliderl .m-50 {
        width: 100vw !important;
    }
    .swiper-sliderl h1 {
        font-size: 12px !important;
        padding: 12px !important;
    }
    .swiper-sliderl .btn {
        padding: 12px !important;
        font-size: 12px !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .swiper-slide {
        background-position: right;
    }
    .conatct-detailes h5 {
        font-size: 14px;
    }
    .conatct-detailes p {
        font-size: 14px;
    }
    .conatct-detailes i {
        font-size: 24px;
    }
    .conatct-detailes .my-2 {
        margin-top: 5px;
    }
    .conatct-detailes .justify-content-center {
        justify-content: start !important;
    }
    .card-columns {
        column-count: 1;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 10px;
        height: 10px;
    }
    .carousel-control-prev-icon {
        height: 18px;
        width: 18px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
        z-index: 205 !important;
    }
    .carousel-control-next-icon {
        height: 18px;
        width: 18px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
        z-index: 205 !important;
    }
    .nav-item {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .swiper-sliderl {
        height: 25vh;
        border-radius: 0px;
    }
    .swiper-sliderl .swiper-slide {
        align-items: baseline;
        padding: 10px !important;
    }
    .swiper-sliderl .m-50 {
        width: 100vw !important;
    }
    .swiper-sliderl h1 {
        font-size: 12px !important;
        padding: 12px !important;
    }
    .swiper-sliderl .btn {
        padding: 8px !important;
        font-size: 12px !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .top_conatct_info {
        align-items: flex-start !important;
    }
    .swiper-slide {
        background-position: right;
    }
    .conatct-detailes h5 {
        font-size: 14px;
    }
    .conatct-detailes p {
        font-size: 14px;
    }
    .conatct-detailes i {
        font-size: 24px;
    }
    .conatct-detailes .my-2 {
        margin-top: 5px;
    }
    .conatct-detailes .justify-content-center {
        justify-content: start !important;
    }
    .navbar-brand img {
        height: 80px;
    }
    .card-columns {
        column-count: 1;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 10px;
        height: 10px;
    }
}