.home-slider .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.home-slider .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    padding: 0;
    text-align: center;
}

.home-slider .carousel-item.active .carousel-caption .carousel-caption-txt {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.home-slider .carousel-item.active .carousel-caption .btn-main:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.home-slider .carousel-item.active .carousel-caption .btn-main {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    margin: 0 10px;
}

.home-slider .btn-main {
    background-color: rgba(189, 55, 59, 0.9);
    border: none;
}

.home-slider .btn-main:hover,
.home-slider .btn-main.btn-black:hover {
    background-color: #05558b;
}

.home-slider .btn-main.btn-black {
    background-color: rgba(17, 17, 17, 0.9);
}

.home-slider-pattern {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

.carousel-caption-txt {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 5px;
    margin: 0 0 35px;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animated.delay-2-8s {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.home-slider .carousel-caption {
    opacity: 0;
}

.home-slider .carousel-item.active .carousel-caption {
    opacity: 1;
}

.home-slider .carousel-caption h1 {
    color: #fff;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-slider .home-main-caption {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0;
}

.home-slider .carousel-caption h3 , .home-slider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    margin: 0px;
}

.mob-banner {
    background-size: 0;
    width: 100%;
}

.home-slider-rev .carousel {
    display: flex;
    align-items: center;
}

.home-slider {
    position: relative;
}

.service-single {
    position: relative;
    margin: 30px 0 10px;
    display: block;
}

.service-single span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(5, 84, 139, 0.8);
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.service-single:hover span {
    background-color: rgba(5, 84, 139, 1);
}

.webp .agent-bg {
    background-image: url(https://cdn.stratospherewebsites.com/source/sites/46280e4a-9164-4190-8935-fe9d9958b01b/images/agent-bg.webp);
}

.no-webp .agent-bg {
    background-image: url(https://cdn.stratospherewebsites.com/source/sites/46280e4a-9164-4190-8935-fe9d9958b01b/images/agent-bg.jpg);
}

.agent-bg {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.agent-bg .container {
    position: relative;
    z-index: 1;
}

.agent-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #143e70;
    opacity: 0.9;
}

.review-single {
    background-color: #fff;
    padding: 50px 20px;
    border-bottom: 4px solid #05548b;
    position: relative;
    margin: 35px 0 0;
    min-height: 340px;
}

.review-single:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #dfdfdf;
    font-weight: 800;
    font-size: 60px;
    position: absolute;
    top: -45px;
    left: 20px;
}

.review-single h3 {
    font-size: 18px;
    font-weight: 500;
}

.review-single h5 {
    font-size: 15px;
    margin: 0;
    color: #7b7f82;
}

.owl-dot {
    width: 21px;
    height: 11px;
    background-color: transparent;
    border: 1px solid #05548b;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.owl-dot.active {
    background-color: #05558b;
    width: 11px;
}

.carriers-module img {
    width: 140px;
    margin: 0 auto;
}


@media(max-width:1024px) {
    .home-slider .carousel-caption h1 {
        font-size: 40px;
        line-height: 50px;
    }

}

@media(max-width:990px) {
    .agent-bg {
        padding: 50px 0;
    }

    .home-slider .carousel-caption h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-slider .carousel-caption h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:767px) {
    .agent-bg {
        padding: 30px 0;
    }

    .home-slider .carousel-item {
        background-size: 0;
        height: auto;
    }

    .mob-banner {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .home-slider .carousel-caption h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .home-slider .btn-main {
        margin: 0 5px;
    }
}

.review-carousel .owl-stage {
 display: flex;
}

.review-carousel .owl-stage .item {
  height: 100%;
}

.review-carousel .owl-stage .item .review-single {
  height: 100%;
}