/* Carousel */
.banner-img {
    width: 1920px;
    height: 916px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    z-index: -1;
}
.carousel {
    padding-top: 175px;
}
.carousel-item {
    transition: 1.25s ease-in-out;
}
.c-item {
    margin-left: 270px;
}

.c-img {
    width: 425px;
    height: 100%;
}
#c-img {
    overflow: hidden;
}
.c-content {
    width: 50%;
}
.c-image {
    width: 50%;
}

.miniTitle00 {
    width: 525px;
    height: 50px;
    text-align: center;
    padding-top: 9px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -12.5px;
    color: #3581da;
    font-weight: 600;
}

.miniContent00 {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.miniTitle01 {
    width: 400px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -12.5px;
    color: #3581da;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    font-weight: 600;
}

.miniContent01 {
    width: 525px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    letter-spacing: 0.5px;
}
.miniTitle02 {
    width: 305px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -12.5px;
    color: #3581da;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    font-weight: 600;
}
.miniContent02 {
    width: 525px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    letter-spacing: 0.5px;
}
.miniTitle03 {
    width: 625px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -12.5px;
    color: #3581da;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    font-weight: 600;
}
.miniContent03 {
    width: 550px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-animation: customFadeInDown 1.75s ease-out forwards;
    animation: customFadeInDown 1.75s ease-out forwards;
    letter-spacing: 0.5px;
}

@-webkit-keyframes customFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes customFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-more00 {
    width: 165px;
    height: 50px;
    margin-right: 25px;
    margin-left: -5px;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: bounceIn 1.25s forwards;
    animation: bounceIn 1.25s forwards;
    letter-spacing: 0.5px;
}
.btn-more00:hover {
    color: white;
    background-color: black;
    transition: 0.85s;
}
.btn-contact00 {
    width: 165px;
    height: 50px;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: bounceIn 1.25s forwards;
    animation: bounceIn 1.25s forwards;
    letter-spacing: 0.5px;
}
.btn-contact00:hover {
    color: white;
    background-color: black;
    transition: 0.85s;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(-100px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(20px);
    }
    70% {
        transform: scale(0.9) translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(-100px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(20px);
    }
    70% {
        transform: scale(0.9) translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.carousel-control-prev i {
    width: 55px !important;
    height: 55px !important;
    background-color: white;
    border-radius: 50%;
}
.carousel-control-prev i::before {
    margin-top: 5px;
    font-size: 45px;
    color: black;
}

.carousel-control-next i {
    width: 55px !important;
    height: 55px !important;
    background-color: white;
    border-radius: 50%;
}
.carousel-control-next i::before {
    margin-top: 5px;
    font-size: 45px;
    color: black;
}

@media screen and (min-width: 350px) and (max-width: 400px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 200px !important;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        display: none;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 1.15rem !important;
        width: 195px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 25px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 90px;
        height: 25px;
        font-size: 0.5rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .btn.contact00 {
        width: 75px !important;
    }
    .c-content {
        padding: 0;
        width: 50%;
        height: 200px;
    }
    .c-image {
        margin-right: 5%;
        margin-left: 5%;
        padding-left: 0px;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        margin-top: -11.5px;
        width: auto;
    }
}

@media screen and (min-width: 400px) and (max-width: 449px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 200px !important;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        display: none;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 1.3125rem !important;
        width: 235px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 25px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 112px;
        height: 33px;
        font-size: 0.625rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 8px !important;
    }
    .c-content {
        padding: 0;
        width: 50%;
        height: 200px;
    }
    .c-image {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        margin-top: -11.5px;
        width: auto;
    }
}

@media screen and (min-width: 450px) and (max-width: 500px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 200px !important;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        display: none;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 1.3125rem !important;
        width: 275px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 25px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 115px;
        height: 35px;
        font-size: 0.685rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 50%;
        height: 200px;
    }
    .c-image {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        margin-top: -11.5px;
        width: auto;
    }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 200px !important;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        margin-bottom: 0 !important;
        margin-top: 5%;
        margin-right: 0 !important;
        margin-left: -8%;
        padding-top: 0;
        height: 18px;
        font-size: 0.625rem !important;
    }

    .miniTitle00 {
        width: 250px;
    }
    .miniTitle01 {
        width: 200px;
    }
    .miniTitle02 {
        width: 175px;
    }
    .miniTitle03 {
        width: 300px;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 1.35rem !important;
        width: 300px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 120px;
        height: 35px;
        font-size: 0.685rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 50%;
        height: 200px;
        margin-top: 4%;
        margin-left: 3%;
    }
    .c-image {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        margin-top: -11.5px;
        width: auto;
    }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 345px !important;
    }
    .c-all {
        height: 250px;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        margin-bottom: 0 !important;
        margin-top: 5%;
        margin-right: 0 !important;
        margin-left: -5%;
        padding-top: 0.5%;
        height: 22px;
        font-size: 0.75rem !important;
    }

    .miniTitle00 {
        width: 300px;
    }
    .miniTitle01 {
        width: 225px;
    }
    .miniTitle02 {
        width: 175px;
    }
    .miniTitle03 {
        width: 365px;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 1.85rem !important;
        width: 350px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 150px;
        height: 35px;
        font-size: 0.75rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 55%;
        height: 250px;
        margin-top: 5%;
        margin-left: 4%;
    }
    .c-image {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        width: auto;
    }
}

@media screen and (min-width: 751px) and (max-width: 900px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 385px !important;
    }
    .c-all {
        height: 250px;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        margin-bottom: 0 !important;
        margin-top: 5%;
        margin-right: 0 !important;
        margin-left: -5%;
        padding-top: 0.5%;
        height: 26px;
        font-size: 0.8rem !important;
    }

    .miniTitle00 {
        width: 325px;
    }
    .miniTitle01 {
        width: 250px;
    }
    .miniTitle02 {
        width: 200px;
    }
    .miniTitle03 {
        width: 385px;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 2.25rem !important;
        width: 425px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: -20px;
        font-weight: 600 !important;
    }

    .btn-contact00,
    .btn-more00 {
        width: 150px;
        height: 41px;
        font-size: 0.75rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 55%;
        height: 250px;
        margin-top: 1%;
        margin-left: 4%;
    }
    .c-image {
        margin-top: 5%;
        margin-right: 5%;
        margin-left: 10%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        width: auto;
    }
    .carousel-item .row {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 901px) and (max-width: 1050px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 450px !important;
    }
    .c-all {
        height: 250px;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        margin-bottom: 0 !important;
        margin-top: 5%;
        margin-right: 0 !important;
        margin-left: -4%;
        padding-top: 0.5%;
        height: 31px;
        font-size: 1rem !important;
    }
    .miniTitle00 {
        width: 405px;
    }
    .miniTitle01 {
        width: 305px;
    }
    .miniTitle02 {
        width: 245px;
    }
    .miniTitle03 {
        width: 480px;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 2.75rem !important;
        width: 535px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: -20px;
        font-weight: 600 !important;
    }
    .btn-contact00,
    .btn-more00 {
        width: 150px;
        height: 41px;
        font-size: 0.75rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 55%;
        height: 275px;
        margin-left: 4%;
    }
    .c-image {
        margin-top: 5%;
        margin-right: 5%;
        margin-left: 8%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        width: auto;
    }
}
@media screen and (min-width: 1051px) and (max-width: 1199px) {
    .carousel {
        padding-top: 0px !important;
    }
    .carousel-inner {
        height: 500px !important;
    }
    .c-all {
        height: 250px;
    }
    .miniTitle00,
    .miniTitle01,
    .miniTitle02,
    .miniTitle03 {
        margin-bottom: 0 !important;
        margin-top: 3%;
        margin-right: 0 !important;
        margin-left: -4%;
        padding-top: 0.5%;
        height: 33px;
        font-size: 1.1rem !important;
    }

    .miniTitle00 {
        width: 445px;
    }
    .miniTitle01 {
        width: 335px;
    }
    .miniTitle02 {
        width: 255px;
    }
    .miniTitle03 {
        width: 525px;
        margin-top: -5%;
    }
    .miniContent00,
    .miniContent01,
    .miniContent02,
    .miniContent03 {
        font-size: 2.9rem !important;
        width: 550px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        margin-left: -20px;
        font-weight: 600 !important;
    }
    .miniContent03 {
        margin-top: -1%;
    }
    .btn-contact00,
    .btn-more00 {
        width: 150px;
        height: 41px;
        font-size: 0.75rem;
        margin-top: 15px !important;
        margin-right: 0;
        font-weight: 500;
    }
    .btn-more00 {
        margin-left: -25px;
        margin-right: 10px !important;
    }
    .c-content {
        padding: 0;
        width: 55%;
        height: 275px;
        margin-top: 15px;
        margin-left: 4%;
    }
    .c-image {
        margin-top: 6.5%;
        margin-right: 5%;
        margin-left: 12%;
        padding-bottom: 0 !important;
        padding-top: 0px !important;
        width: auto;
    }
}
@media screen and (max-width: 1199px) {
    .carousel {
        height: 100%;
        margin-top: 97px;
    }
    .carousel-item {
        margin-left: 50px;
        height: 100%;
    }

    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
}
