﻿.top-menu, .bg-darkblue {
    background-color: #112353;
}

.nowrap {
    white-space: nowrap;
}

.com-txt-3 {
    /*width: 95%;*/
    height: 70px;
    /*text-align: center;*/
    margin-bottom: 0.6rem;
}

    .com-txt-3 img {
        height: 100%;
        width: auto;
    }

.h-menu {
    color: white;
    /*border: 1px solid red;*/
    height: 70%;
    width: 99%;
}

    .h-menu .list-group-item {
        background-color: transparent;
        border: 0;
        user-select: none;
        padding-bottom: 2rem;
    }

        .h-menu .list-group-item.active {
            border-bottom: .4rem solid #f82b7a;
        }

        .h-menu .list-group-item a {
            color: white;
        }

            .h-menu .list-group-item a:hover {
                text-decoration: none;
            }

.sfooter {
    background-color: #0098f5;
    min-height: 200px;
    padding-top: 1rem;
}

    .sfooter .left {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .sfooter .list-group {
        color: black;
        width: 80%;
    }

    .sfooter .list-group-item {
        background-color: transparent;
        border: 0;
        padding-bottom: 0.1rem;
    }

    .sfooter .right img.con-bg-1 {
        width: auto;
        height: 208px;
    }

    .sfooter .right .downapp {
        position: absolute;
        width: 151px;
        height: 104px;
        margin-top: 2rem;
        left: 0;
        /*border: 1px solid red;*/
        background-image: url('../img/home2/downapp.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: 2rem;
        text-align: center;
        font-weight: 400;
        text-shadow: 0px 0px 1px #211e1c;
        cursor: pointer;
    }

.abt-app {
    background-image: url('../img/home2/bg-texture.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.abt-app-letter {
    background-color: #efb700;
    min-height: 200px;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
    padding-top: 2.4rem;
    padding-bottom: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.red-1 {
    color: #f73472;
    padding-left: 1rem;
    font-weight: 700;
}

.white-1 {
    color: #fff;
    padding-left: 1rem;
    font-weight: 700;
}

.mgallery .thumb {
    width: 30%;
    height: 150px;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.mgallery {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    max-height: 360px;
    overflow-y: auto;
}

    .mgallery .thumb img {
        width: 100%;
        height: 100%;
    }

.afeatures {
    width: 100%;
    height: 430px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-image: url('../img/home2/afeatures.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .afeatures .txt {
        color: #0098f5;
        width: 68%;
        margin: auto;
        margin-top: 5rem;
    }

.space-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.space-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-more-details {
    background-color: #00b1ae;
    background-color: #00b1ae;
    border: 1px solid #6b6b6b;
    padding: .2rem 1rem .2rem 1rem;
}

.more-details-bg {
    background-color: #112353;
}

.more-details {
    min-height: 300px;
    padding-bottom: 6rem;
    color: white;
    padding-top: 2rem;
}

.more-details2 {
    background-color: #1a3b91;
    min-height: 300px;
    margin-top: -5rem;
    color: white;
}

.sea5tsts {
    background-image: url('../img/home2/dtop.webp');
}

/*------------------- hero-slider  -------------------------*/

h2 {
    line-height: 1.1;
}

.hero-slider {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 400px;
    }
}

.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 .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: "\f060";
        font-size: 15px;
        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: "\f061";
        font-size: 15px;
        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: #fff;
    transition: all .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) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.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: 30px;
    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 450px;
    transition: all .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: 100px;
        font-weight: 600;
        line-height: 1;
        color: #ffffff;
        margin: 0 0 40px;
        text-transform: capitalize;
        transition: all .4s 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 {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@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 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

    .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
        background-color: #2b3b95;
        color: #fff;
    }

.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;
    }
}
/*--------------------------------------------------------------
	news slide
--------------------------------------------------------------*/
.more-details2 .swiper {
    width: 93%;
    margin: auto;
    height: 100%;
    overflow: hidden;
}
.more-details2 .swiper-wrapper {
    padding-bottom: 2rem;
}
.more-details2 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.more-details2 .swiper-pagination-bullet-active {
    background: #ffc107;
}

.more-details2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/home2/icons-right.png');
    background-size: 100% 76%;
}
.more-details2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../img/home2/icons-left.png');
    background-size: 100% 76%;
}