.main-form .nav-tabs .nav-link@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
html{
    max-width: 100%;
    overflow-x: hidden
}
body {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    margin: 0;
}
a {
    outline: 0 !important;
    text-decoration: none;n
    display: inline-block;
}

a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.bg-f7{
    background-color: #F7F7F7
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sub-h{
    margin-bottom: 1.5rem;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
}
.m-heading{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3em;
    margin-top: .5rem;
    color: #153660;
    letter-spacing: -0.8px;
}
.big-h{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: uppercase;
    color:#fff;
    padding: .5rem 1rem;
    font-weight: 500;
}
.btn:hover{
    color: #fff;
}
.m-btn{
    box-shadow: inset 0 0 0 0 #004d72;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out 1s;
    transition: ease-out .5s;
    text-align: center;
    font-weight: 700;
    padding: 12px 13px 8px;
    font-size: 12px;
    margin: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background-color: #153660;
    border: 2px solid #153660;
}
.m-btn:hover{
    box-shadow: inset 1000px 0 0 0 #004d72;
    border: 2px solid #004d72;
}
.m-btn2{
    cursor: pointer;
    position: relative;
    background-color: #153660;
    border: 2px solid #153660;
    text-align: center;
    font-weight: 700;
    padding: 12px 13px 8px;
    -webkit-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    font-size: 12px;
}
.m-btn2:hover{
    border: 2px solid #00a8e5;
    background-color: #00a8e5;
}
.m-text-right{
    text-align: right
}
/* top bar */
.top-bar{
    background-color: #153660;
    border-bottom: 1px solid rgb(135 135 135);
}
.top-bar .top-social{
    list-style: none;
    display: inline-flex;
    border-left: 1px solid rgba(132,132,132,.15);
    border-right: 1px solid rgba(132,132,132,.15);
}
.top-bar .top-social li a{
    padding: 7px 14px;
    line-height: 28px;
    display: block;
    transition: .25s;
    border-right: 1px solid rgb(135 135 135);
    text-align: center;
    font-size: 13px;
}
.top-bar .top-social li a:hover{
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    color: #ffffff;
}

/* top-info */
.top-bar .top-info{
    list-style: none;
    display: inline-flex;
    border-left: 1px solid rgba(132,132,132,.15);
    border-right: 1px solid rgba(132,132,132,.15);
}
.top-bar .top-info li a{
    padding: 7px 14px;
    line-height: 28px;
    display: block;
    border-right: 1px solid rgb(135 135 135);
    text-align: center;
    font-size: 17px;
}
.top-bar .top-info li a:hover{
}
.top-bar .top-info li a span{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.top-bar .top-info li a:hover span{
    color: #fff;
}
.top-bar ul{
    margin-bottom: 0px;
}
.top-bar ul li a{
    color: #ffffff;
}
.top-bar ul li i{
    vertical-align: middle;
    padding-right: 4px;
}
.inner-header{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background: #1e1e1e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-attachment: fixed;
}
.inner-header h1{
    color: #153660;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    opacity: 1
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #6f6f6f;
    font-size: 17px
}

/* Navbar */
.navbar-light{
    background-color: #153660 !important;
}
.navbar-light .m-btn{
    background-color: #fff;
    color: #153660
}
.navbar-light .m-btn:hover{
    color: #fff
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.logo{
    width: 300px;
}
.navbar-light .navbar-nav .nav-link{
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 15px;
}
.navbar-brand{
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 22px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .nav-item .dropdown-menu{
    padding: 12px;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item{
    font-size: 14px;
    color: #343434;
    opacity: 1;
}
.navbar-light .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #153660;
    border-radius: 7px;
}
/*
.dropdown-toggle::after{
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
} */
.slider-main{
    background: #f8f8f8;
    padding: 10px 0px 0px 0px;
}
.rate-box{
    position: relative;
    padding: 8px;
    width: 100%;
    border: 1px solid #057adc29;
    BACKGROUND: #ffffffd1;
    border-radius: 5px;
}
.rate-title{
    font-size: 14px;
    font-weight: 700;
    color: #153660;
}
.rate-box .rate-list{
    margin-bottom: 0px;
    text-align: end;
}
.rate-box .rate-list li{
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #153660;
    letter-spacing: .5px;
}
.rate-box .rate-list li span{

}
.featured-slider .owl-nav {
    display: block !important;
    top: 9%;
    right: 0;
    width: 100%;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #153660 !important;
    z-index: 99;
    border: 1px solid #153660 !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #ffffff !important;
    position: absolute;
    top: 9%;
    border-radius: 100px !important;
}
.featured-slider .owl-nav button.owl-prev{
    left: -5%;
}
.featured-slider .owl-nav button.owl-next{
    right: -5%;
}
.featured-slider .owl-nav button:hover{
    color: #ffffff !important;
    background: #153660 !important;
    border: 1px solid #153660 !important;
}
.featured-slider .owl-dot{
    display: none !important;
}
.main{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.main video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 93%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-36%) translateY(-72%);
}
.main .m-btn{
       padding: 17px 35px 10px;
    font-size: 15px;
}
.main:after{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: -webkit-linear-gradient(18deg, rgb(0 0 0 / 30%) 10%, rgb(0 55 96 / 83%) 100%);
    opacity: 0.8;
    z-index: 1;
}
.main .slider-content{
    z-index: 5;
    margin-top: 200px;
    display: block;
    position: relative;
    text-align: center;
}
.slider-content span{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 4px;
}
.main .slider-content h1{
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    text-shadow: 3px 3px 13px #000000;
}

.main .slider-content p{
    color: #fff;
    font-weight: 400;
    margin-bottom: 70px;
}
.main .owl-carousel{
    position: absolute;
    top: 0;
}
.main .owl-carousel .item{
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}  background-image: url(../../assets/img/slide-2.jpg);
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.main .owl-theme .owl-nav.disabled+.owl-dots{
    display: none
}
.owl-theme .owl-nav{
    display: none
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #b80257;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    background: #b80257;
    color: #fff;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #2135a5;
}
.main-form{
    /* background-color: #153660; */
    background-image: url(../../assets/img/main-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 1px;
    background: #83a4d4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b6fbff, #83a4d4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #e9ecff, #f1f7ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main-form h1 {
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #004e72;
}
.slider-content h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 3rem;
    line-height: 1.1;
}
.main-img{
    animation: move 3s linear infinite;
}
.main-form.corp-form{
    padding-bottom: 60px;
    padding-top: 60px
}
.custom2 .item .logo-box{
    box-sizing: border-box;
    display: block;
}
.custom2 .item .logo-box img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(100%);
}
.custom2 .item .logo-box:hover{
}
.custom2 .item .logo-box:hover img{
    filter: grayscale(0%);
}
.corp-lr{
        background-color: #f2fbff;
}
@-webkit-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-moz-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-o-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
 .nav-tabs .nav-link.active{
     
}
.apply-form .nav-tabs{
    margin-bottom: 10px !important;
    text-align: center;
}
.apply-form .m-btn{
    border: 2px solid #fff;
}
.apply-form .m-btn:hover{
    border: 2px solid #004d72
}
.apply-form .form-check-label{
    color: #fff;
}

 .member-div {
            align-items: center;
            margin-bottom: 10px;
            text-align: center;
            background: #003760;
            border: 1px solid #fff;
            padding: 10px;
            border-radius: 8px;
            position: relative;
        }
        .member-div input {
            margin-right: 10px;
            width: 50px !important;
            font-size: 14px;
            text-align: center;
            height: 35px !important;
            padding: 3px !important;
        }
        .delete-btn {
            cursor: pointer;
            color: #fff;
            position: absolute;
            top: -7px;
            right: -2px;
            width: 21px;
            height: 21px;
            line-height: 21px;
            background: red;
            font-size: 11px;
            border-radius: 50px;
        }
         .member-div .me-2{
             display: block;
             color: #fff;
             font-size: 14px;
         }
.apply-form .nav-tabs .nav-link {
    width: 47% !important;
    font-size: 15px !important;
    padding: 6px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
select+.select2-container--bootstrap-5{
    width: 100% !important;
}
.select2-container--bootstrap-5 .select2-selection{
    height: 46px !important;
    border-radius: 8px !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    font-size: 13px !important;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
    line-height: 2.3 !important;
}
.form-control:focus, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    color: #333 !important;
    background-color: #fff !important;
    border-color: #006297 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.apply-form{
    position: relative;
    background: #153660;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    margin-bottom: 30px;
    padding :15px;
    border: 1px dashed #153660;
}
.apply-form .form-group{
    margin-bottom: 15px;
}
.apply-form .form-group .top-label{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}
.rate-span{
        float: right;
    text-align: right;
    color: #ff5043;
    letter-spacing: .5px;
    font-weight: 700;
}
.apply-title{
    font-size: 25px;
    margin-bottom: 0px;
    color: #fff;
}
.apply-form .form-control{
    position: relative;
    width: 100%;
    display: block;
    height: 46px;
    line-height: 30px;
    padding: 7px 10px;
    font-size: 15px;
    color: black;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .3s ease;
}
.apply-form hr{
    margin-bottom: 25px;
    margin-top: 10px;
    background: #fff;
    opacity: 1;
}
.apply-form textarea.form-control{
    height: 90px;
}
.apply-form .form-control:focus{
    border: 1px solid blue;
    background-color: #fff;
    box-shadow: none;
}
.main-form .nav-tabs{
    border-bottom: 0px;
    margin-bottom: 40px;
    justify-content: space-between;
}
.main-form .nav-tabs .nav-link{
    border: 1px solid #153660;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    min-width: 120px;
    padding: 10px 8px;
    border-radius: 6px;
    box-shadow: 1px 2px 9px #00000040;
    background: #fff;
    width: 15%;
    color: #004e72;
    margin-bottom: 20px;
    font-size: 15px;
}
.main-form .nav-tabs .nav-link img{
    width: 33px;
    margin-right: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.main-form .nav-tabs .nav-link.active{
    background: #153660;
    border: 1px solid #ffffff;
    color: #fff;
}
.main-form .nav-tabs .nav-link.active img{
    filter: brightness(0) invert(1);
}
.main-form .nav-tabs .nav-link:hover{
    background: #153660;
    border: 1px solid #ffffff;
    color: #fff;
}
.main-form .nav-tabs .nav-link:hover img{
   filter: brightness(0) invert(1);
}
.total-title{
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 17px;
}
.total-m{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px
}
.counter-bg{
    background-color: #ffffff;
    padding: 30px 50px 25px;
    border-radius: 10px;
    margin-bottom: -72px;
    z-index: 5;
    margin-top: 40px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.counter{
    margin-bottom: 15px;
    text-align: center;
}
.counter .counter-title{
    line-height: 1;
    margin: 0 0 10px;
    color: #004d72;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}
.counter p{
    color: #153660;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    font-size: 16px;
}
/* testimonial */
.slider-test.featured-slider .owl-nav button{
    position: relative;
}
.slider-test.featured-slider .owl-nav button.owl-prev{
    left: auto;
}
.slider-test.featured-slider .owl-nav button.owl-next{
    right: auto;
}
.client-review{
    padding: 20px;
    border-radius: 0px;
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.client-review .user-image{

}
.client-review .user-image img{
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 16px;
    margin-bottom: 4px;
    color: #153660;
    font-weight: 700;
}
.client-review .user-title-content p{
    color: #7d7d7d;
    font-size: 14px;
}
.client-review .client-des{
    color: #7d7d7d;
    font-size: 15px;
}
/* login register */
.login-page{
    padding-top: 130px;
    padding-bottom: 100px;
    min-height: 100vh;
    background: linear-gradient(180deg,#fef7e2,#eeeefd);
}
.login-title {
    color: #18425a;
    font-size: 28px;
    font-weight: 600;
}
.padding-form{
    padding: 35px;
}
.bg-login-form{
    background: #ffffff;
}
.bg-login-image {
    background-position: center;
    background-size: cover;
    position: relative
}
.bg-login-image.con-img{
    background-position: bottom;
    background-size: cover;
    background: #153660;
    padding: 40px 40px 20px 40px;
}
.bg-login-image.pack-img{
    background-position: bottom;
    background-size: cover;
    background: linear-gradient(180deg,#fef7e2,#eeeefd);
}
.bg-login-image.pack-img .pack-m{

}
.bg-login-image.pack-img .pack-m h5{
    font-size: 22px;
    background: linear-gradient(180deg,#ede4c9,#d1d1ef);
    padding: 20px;
    border-radius: 20px;
    font-weight: 600;
    color: #006297;
}
.bg-login-image.pack-img .pack-m h1{
    font-size: 30px;
    font-weight: 700;
    color: #ff0c10;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bg-login-image.pack-img .pack-m p{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-login-form .form-group {
    margin-bottom: 1rem;
}
.user .form-control:focus {
    color: #333;
    background-color: transparent;
    border-color: #006297;
    outline: 0;
    box-shadow: none;
}
.user .form-control-user {
    font-size: 14px;
    border-radius: 6px;
    padding: 1.4rem 1rem;
    display: block;
    width: 100%;
    height: calc(0.5em + 0.75rem + 2px);
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bg-login-form .label-top{
    margin-bottom: 0.3rem;
    color: #000;
}
.bg-login-form label{
    color: #006297;
    font-size: 14px;
    font-weight: 600;
}
.con-box {
    position: relative;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    color: #f4f4f4;
    font-size: 13px;
    border-radius: 50px;
    line-height: 24px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.con-box .con-box-text {
    padding-left: 20px;
    padding-top: 1px;
}

.con-box .con-box-text h6 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
    display: none;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #f4f4f4;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #153660;
    position: relative;
    background-image: url(../../assets/img/footer-map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 4px;
    background: #fff;
    width: 50px;
}
.footer-middle{
    padding-bottom: 40px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #ffffff;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #004d72;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #311b92;
    background: #ffffff;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #fff;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #153660;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #fff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.ft-logo{
    width: 280px
}
.sec-mid{
    padding-top: 150px;
    background-color: #f2fbff;
    background-image: url(../../assets/img/mid-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.advt-box{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 49px;
}
.advt-box .advt-title{
    border-bottom: 1px solid #153660;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.advt-box .advt-title img{
    width: 47px;
}
.advt-box .advt-title span{
    font-size: 21px;
    padding-left: 12px;
    font-weight: 600;
}
.advt-box ul{

}
.advt-box ul li{
    margin-top: 12px;
    position: relative;
    font-size: 15px;
    padding-left: 12px
}
.advt-box ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #153660;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 5px;
}
.about-main{
    background-image: url('../../assets/img/about-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-card{
    padding: 100px 60px;
    background: rgb(255 255 255 / 95%);
}
.m-list{
    position: relative
}
.m-list li{
    position: relative;
    font-size: 16px;
    color: #222233;
    margin-bottom: 24px;
    padding-left: 30px;
}
.m-list li:before{
    content: "\f058";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    color: #153660;
}
.loc-h{
    color: #fff;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-weight: 700;
}
/* faq section */
.faq-sec .accordion{
    margin-top: 50px
}
.accordion-item{
    border: 0px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.accordion-item .accordion-header {
    background-color: #f9f9f9;
    position: relative;
}
.accordion-button{
    padding: 20px;
    color: #153660;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #153660;
}
.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #153660;
    outline: 0;
    box-shadow: none;
}
.accordion-body {
    padding: 1rem 1.25rem;
    line-height: 1.8;
    font-size: 15px;
}
.rate-modal{
    
}
.rate-table{
    margin-top : 20px;
    font-size: 14px;
}
.rate-table thead th{
    background: #153660;
    color: #fff;
}
.rate-table .srch_r{
    padding: 4px;
}
.see-rate{
    margin-bottom: -21px;
}
.see-rate .m-btn{
    border-radius: 30px;
}
.apply-book{
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 50px;
}
.apply-book .con-box{
    color: #153660 ;
}
.apply-book .form-control{
        position: relative;
    width: 100%;
    display: block;
    height: 46px;
    line-height: 30px;
    padding: 7px 10px;
    font-size: 15px;
    color: black;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .3s ease;
}
.apply-book .form-control:focus {
    border: 1px solid blue;
    background-color: #153660;
    box-shadow: none;
}
.apply-book .form-group .top-label {
    font-size: 15px;
    line-height: 20px;
     color: #153660 ;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}
.apply-book .form-group {
    margin-bottom: 15px;
}
.table-order{
   font-size: 14px;
}
.table-order td{
    text-align: right;
}
.table-order.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
    background: linear-gradient(to left, #e9ecff, #f1f7ff);
}
.apply-book .loc-h{
   color: #153660; 
   border-bottom: 1px solid #153660;
}
.apply-book .con-box i, .apply-book .con-box p{
    color: inherit;
}
.det-modal .modal-content{
    background: #153660;
}
.det-modal .modal-header{
 
}
.det-modal .modal-title{
    color: #fff;
}
.det-modal .btn-close{
    background: none;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
    margin-top: -14px;
}
.det-modal .apply-form{
    margin-bottom: 0px;
    padding: 0px;
}
.m-num-list{
    
}
.m-num-list li{
    position: relative;
    margin-bottom: 7px;
    padding-left: 22px;
}
.m-num-list li span{
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    font-size: 13px;
    top: 1px;
    border-radius: 50px;
    background: #153660;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.m-num-list li ul{
    margin-top: 15px;
}
.m-num-list li ul li{
    padding-left: 10px;
}
.m-num-list li ul li span{
   width: 8px;
   height: 8px;
   top: 6px
}
.navigation-list{
    display: flex;
    justify-content: space-between;
}
.navigation-list li{
    width: 24%;
}
.navigation-list li a{
    color: #153660;
    text-align: center;
    padding: 5px;
    display: block;
    margin-top: 12px;
    border-radius: 0px;
    border-bottom: 1px solid;
    font-size: 16px;
    height: 58px;
} 
.navigation-list li a:hover{
    color: #fff;
    background: #153660;
}
/* blog box */
.blog-box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-box .icon {
    border-radius: 6px;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blog-box .icon a{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-box .icon a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box .icon img{
    border-radius: 6px;
}
.blog-box h3 a{
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 25px;
    letter-spacing: .5px;
    color: #343434;
    font-weight: 700;
}
.blog-box h3 a:hover{
    color: #311b92
}
.blog-box p {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-box .read-more-btn{
    color: #311b92;
    font-weight: 500;
}
.blog-box .read-more-btn:hover{
    color: #1e1e1e;
}
.blog-box .read-more-btn:hover i{
    padding-left: 3px;
    transition: -webkit- .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s,-webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
}

.blog-box a i{
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 0px;
}
/* blog detail */
.blog-detail .blog-heading{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
}
.blog-detail-inline .list-inline{
    margin-bottom: 3rem;
    margin-top: 0px;
}
.blog-detail-inline .list-inline li a i{
    font-size: 16px;
    color: #c41f43;
    vertical-align: baseline;
}
.blog-detail-inline .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-detail-inline .list-inline li a:hover{
    color: #c41f43;
}
.blog-detail .main-pic{
    margin-bottom: 2rem
}
.blog-detail p{
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.social-share{
    margin-top: 3rem;
}
.social-share .share-btn-fb {
    background-color: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}
.social-share .share-btn-fb:hover{
    background-color: #fff;
    color: #4267b2;
}
.social-share .share-btn-twi{
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}
.social-share .share-btn-twi:hover{
    background-color: #fff;
    color: #00aced;
}
.social-share .share-btn-insta{
    background-color: #0073B1;
    border: 2px solid #0073B1;
    color: #fff
}
.social-share .share-btn-insta:hover{
    background-color: #fff;
    color: #0073B1
}
.social-share .share-btn {
    padding: 10px 20px;
    -webkit-transition: .2s!important;
    -moz-transition: .2s!important;
    -ms-transition: .2s!important;
    -o-transition: .2s!important;
    transition: .2s!important;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pvc-sec{
    background-color: #f2fbff;
    background-image: url(../../assets/img/mid-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pvc-sec h2{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 25px;
}
.pvc-sec p{
    margin-bottom: 15px;
}
.pvc-sec ul li{
    margin-bottom: 10px;
}
.m-list-box {
    position: relative;
    padding-left: 18px;
    margin-bottom: 23px;
}

.m-list-box:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #054585;
    left: 0;
    top: 2px;
}

.m-list-box h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px !important;
    color: #054585;
}

.m-list-box p {
    font-size: 15px;
}

.city-box{
    transition: all .7s ease-in-out;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 25px;
    position: relative;
    border-radius: 10px;
    height: 200px;
}
.city-box:before{
    transition: all .7s ease-in-out;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #002172b0;
    background: -webkit-linear-gradient (to bottom, #00217200, #002172b0);
    background: linear-gradient(to bottom, #00217200, #0021724a);
}
.city-box:hover:before{
    transition: all .7s ease-in-out;
    background: #002172b0;);
    background: -webkit-linear-gradient (to bottom, #00217200, #002172b0););
    background: linear-gradient(to bottom, #00217200, #002172b0);
}

.city-box img{
    transition: all 2s ease-in-out;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.city-box:hover img{
    transform: scale(1.05);
}
.city-box .prop-badge{

}
.city-box .city-title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: auto;
    z-index: 6;
    left: 15px;
    color: #fff;
    font-size: 24px;
    margin: 0;
    transition: all .3s ease;
}
.city-box .city-title:after{
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    height: 3px;
    content: "";
    position: absolute;
    visibility: hidden;
    transition: all .4s ease-in-out;
    background-color: #fff;
    z-index: 7;
}
.city-box:hover .city-title:after{
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.sr-sec{
    background: #f8f8f8;
}
.service-box{
    padding: 30px 20px;
    text-align: right;
    background: #fff;
    box-shadow: 1px 1px 30px #e4e4e4;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.service-box.ser-h{
        background-color: #153660 !important;
}
.service-box.ser-h .m-heading{
    color: #fff;
    padding-top: 36px;
}
.service-box:before{
    content: "";
    position: absolute;
    left: 0px;
    width: 55px;
    height: 55px;
    top: 0px;
    border-left: 1px solid #0667bd;
    border-top: 1px solid #0667bd;
    border-top-left-radius: 10px;
}
.service-box:after{
     content: "";
     position: absolute;
     right: 0px;
     width: 55px;
     height: 55px;
     bottom: 0px;
     border-right: 1px solid #0667bd;
     border-bottom: 1px solid #0667bd;
     border-bottom-right-radius: 10px;
}
.service-box .service-icon{position: absolute;top: 19%;}
.service-box .service-icon img{
    width: 51px;
}
.service-box .service-title{
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 7px;
}
.gal-box{
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    padding: 6px;
    border-radius: 6px;
    background: #fff;
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.gal-box span{
   transition: all .3s ease-in-out;
   position: absolute;
   left: 10px;
   top: 10px;
   background: #153660;
   padding: 2px 14px;
   border-radius: 6px;
   color: #fff;
   font-weight: 600;
}
.gal-box span:hover{
   
}
.gal-box .img-box{
    border-radius: 6px;
    overflow: hidden;
}
.gal-box img{
    border-radius: 6px;
    object-fit: cover;
    transition: all 2s ease-in-out;
}
.gal-box:hover img{
    border-radius: 6px;
    transform: scale(1.05);
      
} 
#travelPage .m-heading{
    display: inline-block;
    border-bottom: 2px solid #153660;
}
/* ==== MEDIA QUERIES === */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{
        display:block;
        opacity: 0;
        visibility: hidden;
        transition:.3s;
        margin-top:0;
    }
    .navbar .dropdown-menu.fade-down{
        top:80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up{
        top:180%;
    }
    .navbar .nav-item:hover .dropdown-menu{
        transition: .3s;
        opacity:1;
        visibility:visible;
        top:100%;
        transform: rotateX(0deg);
    }
}
@media (min-width: 576px) {
    .det-modal .modal-dialog {
        max-width: 430px;
    }
}
@media only screen and (max-width: 991px){
    .logo{
        width: 150px;
    }
    .navbar-light .navbar-toggler{
        background-color: #fff;
    }
    .top-bar .top-info li a span{
        
    }
    .m-footer .footer-link-list li a{
        margin-right: 15px;
    }
}
@media (max-width: 767px){
    .top-bar .top-info li a{
        font-size: 11px;
        padding: 5px;
        line-height: 1.4;
        border-right: 0px;
    }
    .top-bar .top-info{
        display: block;
    }
    .top-bar .top-info li a span {
    font-size: 11px;
    letter-spacing: .5px;
    }
     .main-form .nav-tabs .nav-link{
        font-size: 12px;
        padding: 6px 6px;
        width: 47%;
        text-align: center;
    }
    .main-form .nav-tabs .nav-link img{
        width: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
    }
    .main-form h1{
        font-size: 25px;
    }
    .counter {
    margin-bottom: 40px;
    }
    .counter .counter-title{
        font-size: 34px;
    }
    .m-heading{
        font-size: 25px;
    }
    .apply-title{
        font-size: 20px;
    }
    .apply-form .form-control{
    height: 37px;
    padding: 4px 10px;
    font-size: 13px;

    }
    .navbar-toggler{
        font-size: 16px;
    }
    .apply-form .nav-tabs .nav-link {
    width: 46% !important;
    font-size: 12px !important;
    }
    .main-form .nav-tabs{
        margin-bottom: 0px;
    }
    .rate-title{
        font-size: 12px;
    }
    .rate-box .rate-list li{
        font-size: 12px;
    }
    .featured-slider .owl-nav button{
        display: none !important;
    }
}