#section1 {
    padding-bottom: 100px;
}
.hero-slider {
    width: 100%;
    height: 740px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.box {
    display: block;
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 10;
    max-width: 88%;
    padding: 35px;
    margin: 0;
    background: #001538b3;
    box-sizing: border-box;
    text-align: left;
    transform: translateY(-50%);
}
.box h2 {
    font-size: 4.5rem;
    line-height: 86px;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: "<";
    font-size: 35px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    /* vertical-align: middle;
      font-weight: 900; */
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: ">";
    font-size: 35px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    /* vertical-align: middle; */
    /* font-weight: 900; */
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #001538;
    transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    
}
.swiper-pagination {
    text-align: center;
}
.slide-bg-image {
    position: relative;
}
.slide-bg-image:after {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 25%;
    height: 25%;
    content: "";
    -webkit-clip-path: polygon(68% 100%, 101% 0, 312% 100%, 53% 100%);
    clip-path: polygon(68% 100%, 101% 0, 312% 100%, 53% 100%);
    background-color: #fff;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 8px;
    }
}

.hero-style {
    height: 850px;
    transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 4.5rem;
    line-height: 86px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: all 0.1s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all 0.4s ease;
    margin: 0 0 30px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

/*--------------------------------------------------------------
        #button-style
    --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    position: relative;
    height: 100%;
    color: #001538;
    z-index: 1;
    background: #ffe000;
    font-size: 1.125rem;
    line-height: 50px;
    font-weight: 700;
    text-align: left;
    padding: 12px 80px 12px 12px;
}
.theme-btn-s2:before {
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    transition: all 0.3s ease-out;
    height: 100%;
    content: "";
    z-index: 1;
    background: #c1d32b;
}
.theme-btn-s2 span {
    z-index: 5;
    position: relative;
}
.theme-btn-s2::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    margin: 0;
    background: #c1d32b;
    content: "";
    transition: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.theme-btn-s2:hover::after {
    width: 100% !important;
    transition: all 0.4s ease-out;
}

a {
    text-decoration: none;
}
.theme-btn-s2:hover {
    text-decoration: none;
    color: #001538;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}
@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}
