* {
    scroll-behavior: smooth;
}

.hero_swiper {
    width: 100%;
    height: 100%;
}

.hero_swiper .swiper-slide {
    width: 100%;
    max-height: 600px;
}

.hero_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D2F5D;
    transition: .4s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 600;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #FBB613;
}

.footer-logo {
    height: 130px;
}

.our-features {
    background-image: url(../img/p2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 50px 10px;
}

.our-features-icon {
    display: flex;
    justify-content: center;
}

.our-features-icon i {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.our-features-icon {
    color: #1D2F5D;
}

.our-features-text h4 {
    font-size: 20px;
    color: #FBB613;
    font-weight: 600;
}

.bg-1 {
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
}

.bg-2 {
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-3 {
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-4 {
    background-image: url(../img/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-4 {
    background-image: url(../img/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.color-1 {
    color: #1D2F5D;
}

.color-2 {
    color: #FBB613;
}

.bg-color-1 {
    background-color: #1D2F5D;
}

.bg-color-2 {
    background-color: #FBB613;
}

.photo-box {
    position: relative;
    transition: .4s;
    overflow: hidden;
    width: 100%;
}

.photo-box:hover {
    opacity: .5;
}

.photo-box img {
    transition: .4s;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
}

.top-btn {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 1;
}

.top-btn span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1D2F5D;
    color: #FBB613;
    transition: .4s;
}

.top-btn span a:hover {
    background-color: #FBB613;
    color: #1D2F5D;
}

.message-circle-image {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 1;
}

.message-ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.message-body h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #FBB613;
    margin-top: 20px;
}

.message-body .message-text {
    padding: 70px 50px;
    text-align: justify;
    color: #ffffff;
}

.message-body .message-text p {
    color: #ffffff;
    line-height: 25px;
}

.mobile-contact {
    display: none;
}

.testimonial-main-box {
    margin: 30px 0 100px 0;
}

.testimonial-box {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.testimonial-box i {
    font-size: 40px;
    color: #1D2F5D;
}

.testi-item h3 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #1D2F5D;
    font-weight: 600;
    text-transform: capitalize;
}

.testi-item p {
    text-align: center;
}

.testimonial-dot {
    position: relative !important;
    margin-top: 50px;
}

.about-event {
    color: #575757;
}

.about-event ul {
    padding-left: 20px;
}

.about-event ul li {
    list-style: circle;
    color: #575757;
}

.small-event-gallery .event-gallery {
    max-height: 200px;
    height: 100%;
    padding: 10px 0;
}

.small-event-gallery .event-gallery a {
    height: 100%;
}

.small-event-gallery .event-gallery a img {
    height: 100%;
}

.phone-link:hover {
    color: #1D2F5D;
    font-weight: 600;
}

.newpaper-style-text {
    column-count: 2;
}

.newpaper-style-text p:first-of-type::first-letter {
    font-size: 3em;
    float: left;
    line-height: 50%;
    margin: 10px 5px 10px 0;
    font-weight: 600;
    color: #1D2F5D;
}

@media screen and (max-width:768px) {
    .event-back-img {
        width: 100%
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
        visibility: hidden
    }

    .hero_swiper {
        max-height: 400px
    }
}

@media screen and (min-width:1600px) {
    html {
        border: 1px solid #1D2F5D
    }
}

@media screen and (max-width:990px) {
    .message-body h3 {
        float: right;
        margin-right: 40px
    }
}

@media screen and (max-width:700px) {
    .message-circle-image {
        position: relative;
        display: flex;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0
    }

    .photo-box img {
        min-height: 120px;
        max-height: 120px
    }

    .message-ul {
        display: none
    }

    .message-body h3 {
        float: none;
        text-align: center;
        margin: 10px 0
    }

    .mobile-contact {
        display: block
    }

    .newpaper-style-text {
        column-count: 1
    }

    .hero_swiper {
        max-height: 250px
    }
}

@media screen and (max-width:550px) {
    .message-body .message-text {
        padding: 40px 20px
    }
}

@media screen and (max-width:390px) {
    .message-body .message-text {
        padding: 20px 5px
    }

    .message-body h3 {
        font-size: 20px
    }
}
