@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {

    font-family: 'Poppins', sans-serif;
}

.top-bar {
    background: #131f56;
    padding: 5px 0px;

}

h3.welcm-txt {
    margin-bottom: 0px;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 400;
}

.top-bar p {
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style: none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i {
    font-size: 17px;
    color: #fff;
}

ul.top-act li {
    border-right: 0px solid #565656;
}

ul.top-act li:last-child {
    border-right: 0px solid #565656;
}

.top-info {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

ul.top-info li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

ul.top-info li a:hover {
    color: #e20c35;
    text-decoration: none;
}

ul.top-info li a i {
    color: #fff;
    font-size: 15px;
}

ul.top-info li:first-child {
    margin-right: 19px;
}

a.navbar-brand img {}

ul.header-right {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}


.header-blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #e20c35;
    padding: 0px 30px;
    height: 50px;
    color: #fff;

    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
}

.header-blue-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.header-contact {
    display: flex;
    margin: 0px 10px;
    border-right: 1px solid #eee;
    padding-right: 12px;
}

.cont-content p {
    margin-bottom: 0px;
    font-size: 0.8rem;
}

.cont-content h3 {
    margin-bottom: 0px;
    line-height: 18px;
}

.cont-content h3 a {
    font-size: 1.1rem;
    color: #333;
}

.header-contact .cont-icon {
    margin-right: 8px;
    width: 42px;
    height: 42px;
    background: #131f56;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
}

.header-contact .cont-icon i {
    font-size: 1.3rem;
    line-height: 42px;
}



.register-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
}


.register-btn:hover {

    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


.banner-section {
    background-image: url(assets/img/banner.webp);
    height: 500px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}


.banner-text {
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0;
}

.banner-text h1 {
    color: #fff;
    font-size: 107px;
    font-weight: 500;
}

.banner-text h1 span {
    font-weight: 300;
}

.banner-text p {
    color: #fff;
    font-size: 20px;
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 1.1rem;
    margin-top: 0px;
}

.banner-action {
    display: flex;
    list-style: none;
    padding-left: 0px;
    justify-content: center;
    margin-bottom: 0px;
}

.banner-img {
    height: 550px !important;
}

.banner-img img {
    object-fit: cover !important;
    height: 100%;
    position: relative;
}

.banner-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #1b3fe3d9; */
    left: 0;
    top: 0;
}

.red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #e20c35;
    padding: 1px 40px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 8px auto;
    margin-right: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.red-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    transform: translateY(-3px);
}


.packages {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/img/packages.webp");
    padding: 80px 0px;
}


.package-box {
    background: #fff;
    padding: 20px 18px;
    border-radius: 11px;
}



.package-box ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 6px 0px;
}

.package-box ul {
    padding-left: 0px;
    list-style-position: inside;
    font-size: 0.9rem;
    width: 100%;
    display: flow;
}


.package-box h3 {
    font-size: 1.1rem;
    color: #e20c35;
    background: #f8f8f8;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.package-box a {
    background: #131f56;
    padding: 8px 15px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px !important;
}

.package-box a:hover {
    text-decoration: none;
    background: #e31540;
}

.white-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    padding: 1px 30px;
    height: 50px;
    color: #333;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;

}

.white-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    background-color: #e20c35;
}



.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    opacity: 0.8;
}


.banner-text h3 {
    background: #fff;
    width: fit-content;
    margin: 12px auto;
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 0px;
    color: #e20c35;
    border-bottom: 0px solid #e20c35;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 6px;
}

form.search-box {
    background: #fff;
    width: 100%;
    padding: 18px;
    margin: 20px 0px;
    display: flex;
}


form.search-box input {
    width: 100%;
    padding: 15px 20px;
    border-right: 0px;
    border: 1px solid #eee;
}

form.search-box button {
    width: 160px;
    border: none;
    background: #3458ca;
    color: #fff;
}

form.search-box button:hover {
    background: #2d4eb6;
}

.about-content h1 {
    font-size: 40px;
    color: #131f56;
    font-weight: 400;
    text-align: center;
}

.about-content h3 {
    font-size: 21px;
    margin: 15px 0px;
}


.section {
    padding: 60px 0px;
}

.title-bar {

    align-items: center;
}

.part-title p {
    margin-bottom: 0px;
}


.view-more a {
    /* width: 141px; */
    /* background: #dde7ff; */
    display: block;
    text-align: center;
    padding: 0px 0px;
    /* border-radius: 4px; */
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid;
}

.view-more a:hover {
    text-decoration: none;
}

.part-title {
    text-align: center;
}

.part-title h5 {
    /* border-bottom: 2px solid #e20c35; */
    color: #e20c35;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 24px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 40px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 7px 21px rgb(137 133 133 / 15%);
    text-transform: uppercase;
}

.part-title h3 {
    font-size: 37px;
    font-weight: 400;
    line-height: 50px;
}

.about-content p {
    font-size: 14px;
    line-height: 25px;
    color: #727272;
    margin: 10px 0px;
    text-align: center;
}

.about-content ul {
    list-style: none;
    padding-left: 26px;
    margin-bottom: 0px;
}

.about-content ul li {
    font-size: 14px;
    line-height: 26px;
    color: #727272;
    position: relative;
    margin-bottom: 5px;
}


.about-content ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 7px;
    left: -21px;
    border-radius: 29px;
    border: 2px solid #e20c35;
}

.ab-bootm {
    display: flex;
    justify-content: space-between;
}

.years-sec {
    display: flex;
    background: #f4edeb;
    padding: 0px 43px;
    align-items: center;
    border-radius: 4px;
}

.years {
    font-size: 3rem;
    margin-right: 14px;
    font-weight: 500;
    color: #e20c35;
}




.empty-space {
    height: 40px;
}


.forex-box {
    /* border: 1px solid #eee; */
    text-align: center;
    padding: 32px 20px;
    border-radius: 4px;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
    background: #fff;
}

.forex-box i {
    font-size: 3.2rem;
    color: #e20c35;
    margin-bottom: 8px;
}

.forex-box h3 {
    font-size: 1rem;
    line-height: 22px;
}


.why-us {
    /* background: url(assets/img/service-bg.png); */
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.service-box {
    background: #fff;
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.service-box:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.service-box img {

    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
}

.service-box i {
    width: 65px;
    height: 65px;
    background: #305ebc;
    color: #fff;
    line-height: 65px;
    border-radius: 100%;
    font-size: 30px;
    margin-bottom: 11px;
}

.service-box a i {
    width: 30px;
    height: 30px;
    background: #f9ecef;
    color: #e20c35;
    line-height: 30px;
    border-radius: 100%;
    font-size: 19px;
    margin-bottom: 11px;
}

.service-box:hover>a i {
    background: #e20c35;
    color: #fff;
}

.service-box h3 a {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 30px;
    color: #16171a;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    width: 100%;
    display: block;
}

.service-content h3 {
    margin-bottom: 0px;
}

.service-box h3 {
    margin-bottom: 0px;
}

.service-box h3 a:hover {
    color: #e20c35;
    text-decoration: none;
}

.service-box p {
    margin-bottom: 4px;
    padding: 0px 0px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 14px;
    color: #727272;
}

a.read-btn-link {
    background: #f5edeb;
    padding: 7px 18px;
    display: inline-flex;
    font-size: 0.83rem;
    border-radius: 4px;
    margin-top: 5px;
    color: #e20c35;
    margin-bottom: 5px;
}

.service-content {
    padding: 0px 10px;
}


.why-box {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.why-box:last-child {


    border-bottom: 0px dashed #eee;
}


.icon-box i {
    width: 50px;
    height: 50px;
    background: #ffecf0;
    line-height: 50px;
    color: #e20c35;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    margin-right: 17px;
}

.why-content h3 {
    margin: 0px;
    font-size: 17px;
    margin-bottom: 5px;
}

.testimonials {
    position: relative;
    background: url(assets/img/testimonials.png);
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: top center;
}

.testimonials:before {
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    background: #ffffff45;
    width: 100%;
    height: 100%;

}

.test-title h3 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.test-title {
    text-align: center;
    margin-bottom: 30px;
}

.test-title h5 {
    color: #e20c35;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 24px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 40px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 7px 21px rgb(137 133 133 / 15%);
    text-transform: uppercase;
}


.test-title h3 span {
    color: #e20c35;
}

.testimoni-box {
    /* background: #fff; */
    padding: 30px 14px;
}

.testi-nav {
    position: relative;
}


.testimoni-box img {
    width: 90px;
    border-radius: 100%;
    margin: 10px 0px;
}

.testimoni-box h5 {
    font-size: 21px;
    color: #305ebc;
}

ul.star-ratings {
    display: flex;
    list-style: none;
    margin: 0px auto;
    padding-left: 0px;
    justify-content: center;
}

ul.star-ratings li {
    margin: 0px 1px;
    color: #ffa600;
}

.testimoni-box p {
    width: 85%;
    margin: 0px auto;
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}

.testimonail-btn {
    width: 45px;
    height: 45px;
    border: 1px solid;
    background: #e20c35;
    opacity: 1;
    border-radius: 50px;
}


.testi-nav .carousel-control-prev {
    top: 50%;
    left: 44%;
}


.testi-nav .carousel-control-next {
    top: 50%;
    right: 44%;

}


.news-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%);
}

.news-img {
    position: relative;
}

.news-box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px 0px 10px 10px;
}

.blog-content {

    margin-top: 15px;

}

.box-content {
    padding: 10px 20px;
}


.blog-date {
    position: absolute;
    top: 30px;
    right: 17px;
    background-color: #e20935;
    padding: 13px 15px 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.blog-content h3 a {
    color: #000;
}

.blog-content h3 a:hover {
    color: #e20935;
    text-decoration: none;
}

.blog-date p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.blog-date p span {
    font-weight: 700;
}

.blog-comnt-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.blog-arrow a {
    width: 36px;
    height: 36px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 36px;

}

.blog-arrow a i {
    color: #e20c35;
}

.tag {
    position: relative;
    display: inline-block;
    background-color: #333;
    padding: 5px 13px;
    border-radius: 4px;
}

.tag p {
    margin-bottom: 0;
    color: #fff;
}

.comnt-box {
    color: #333;
    font-size: 14px;
}

.comnt-box i {
    color: #e20c35;
    font-size: 18px;
    margin-right: 3px;
}

.call-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background: #e20c35; */
    padding: 0px 0px;
    border-radius: 0px;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.call-action p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.8rem;
}

.call-action a {
    background: #e20c35;
    padding: 12px 33px;
    color: #fff;
    border-radius: 4px;
}

.call-action a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #e20c35;
}




footer {
    background-color: #131f56;
    padding: 60px 0px;
    padding-bottom: 0;
    position: relative;
}

.tp-footer-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-footer-shape img {
    height: 500px;
}

ul.f-menu {
    padding-left: 0px;
    list-style: none;
}

ul.f-menu li a {
    font-size: 14px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

ul.f-menu li a:hover {
    color: #fff;
}


.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.footer-widget p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

ul.contact-info {

    list-style: none;
    padding-left: 0;
}

ul.contact-info li {
    /* border: 1px solid #ffffff; */
    font-size: 15px;
    margin-bottom: 14px;
    color: #fff;
}


ul.social-media {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.contact-info li i {
    font-size: 8px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #e20c35;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    margin-right: 10px;
}

ul.contact-info li a {
    text-decoration: none;
    color: #eee;
}


ul.social-media li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    margin-right: 8px;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    border-radius: 100%;
    color: #e20c35;
}

.footer-copyright {
    background: #131f56;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 20px 0px;
    margin-top: 60px;
    border-top: 1px solid #1c2b6b;
}


.footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
}



.breadcumb {
    width: 100%;
    padding: 80px 0px;
    background: #000 url('assets/img/breadcumb.png');
    border-radius: 10px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.breadcumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    top: 0;
    border-radius: 10px;
    opacity: 0.8;
}

.breadcumb-text {
    padding: 0px 80px;
}

.breadcumb-text h3 {
    color: #fff;
    font-size: 34px;
}

.breadcumb-text p {
    color: #fff;

}

.bread-nav {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

.bread-nav li {
    color: #fff;
}

.bread-nav li a {
    color: #4b99ed;
    margin-right: 10px;
    position: relative;
    padding: 0px 7px 0px 0px;
}

.bread-nav li a:after {
    content: '/';
    left: 46px;
    position: absolute;
}


.section-about {
    padding: 80px 0px;
}


.about-img img {
    border-radius: 20px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);  */
}

.about-text h3 {
    color: #e20c35;
}

.about-text p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 18px 0px;
}

.total-fact {
    background-color: #e20c35;
}

.start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
    width: fit-content;
}

.start-btn:hover {
    text-decoration: none;
    background: #3458ca;
    color: #fff;
}

.start-btn i {
    margin-left: 10px;
}


.facts {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 0px;
    border-radius: 10px;
}

.fact-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff;
}

.facts p {
    margin-bottom: 0px;
    color: #fff;
}

.detail-part {
    padding: 60px 0px;
}

.package-slide {

    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-bottom: 20px;
}

.package-slide img {
    border-radius: 16px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
}

.pack-breadcumb {
    background: #131f56 url("assets/img/packages.webp");
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.pack-breadcumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, #131f56 0%, rgba(18, 19, 21, 0) 100%);
    top: 0;
    left: 0;
}

.pack-breadcumb .bread-nav {
    margin-bottom: 0px;
}


.packages.package-page {
    background: #fff;
}

.packages.package-page .package-box {
    border: 1px solid #eee;
}



.pack-breadcumb .breadcumb-text {
    padding: 0;
}

.pack-nav li {
    margin-right: 30px !important;
    position: relative;
    font-size: 14px;
}

.pack-nav li:last-child:after {
    display: none;
}

.pack-nav li:after {
    content: '>';
    position: absolute;
    right: -21px;
}

.detail-left h1 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #051036;
}

.destination-overview h3 {
    font-size: 1.3rem;
    color: #333;
}

.destination-overview p {
    font-size: 15px;
    color: #727272;
    line-height: 26px;
}

.destination-overview h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.destination-overview ul {
    padding-left: 20px;
}

.destination-overview ul li {
    font-size: 15px;
    color: #727272;
    margin-bottom: 6px;
}

.table-responsive table thead {
    background: #e20c35;
    color: #fff;
    font-size: 14px;
}

.destination-overview .table {
    border: 1px solid #eee;
}

.destination-overview .table tbody tr td ul li {
    font-size: 13px;
    color: #727272;
    line-height: 21px;
    margin-bottom: 15px;
    list-style: auto;
}

.destination-overview .table thead th {
    text-align: center;
}


.booking-form {
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px;

}

.booking-form form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}


.booking-form form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form button {
    background: #e20c35;
    width: 100%;
    padding: 13px 0px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}


.booking-form form h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #e20c35;
}

.booking-form form p {
    text-align: center;
    color: #717171;
}

.day-wise {
    margin-top: 20px;
}

.day-wise .card {
    margin-bottom: 14px;
    border: 2px solid #305ebc;
    border-bottom: 2px solid #305ebc !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.day-wise .card .card-header {
    background-color: #325bc3;
}


.day-wise .card .card-header button {
    padding: 0px 0px;
    font-weight: 500;
    color: #fff;
}

.review-box {
    margin-top: 23px;
    display: flex;
}

.user-box {
    margin-right: 20px;
}

.user-box img {
    border-radius: 100%;
}


.user-info h3 {
    font-size: 20px;
}

ul.ratings-review {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 8px;
}

ul.ratings-review li {
    margin-right: 4px;
    color: #ffc900;
}

.user-info h3 {
    font-size: 20px;
    color: #183d8b;
}

.review-box {
    margin-top: 23px;
    display: flex;
    background: #fff;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

.commnt-form {
    margin-top: 10px;
}

form.commnt-form input {
    width: 100%;

    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form textarea {
    width: 100%;
    height: 200px;
    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form button {
    background: #305ebc;
    border: none;
    color: #fff;
    padding: 10px 32px;
    border-radius: 4px;
}

.contact-page {
    padding: 60px 0px;
    background: #fff;
}

.Contact-box-form {
    background: #162358;
    padding: 40px;
    border-radius: 4px;
}

.Contact-box-form h2 {
    color: #fff;
    font-size: 2.1rem;
}

.Contact-box-form p {
    color: #fff;
}

.Contact-box-form form input {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 24px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    font-size: 14px;
}

.Contact-box-form form select {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 16px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    font-size: 14px;
}


.Contact-box-form form textarea {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    height: 150px;
    padding-top: 10px;
    font-size: 14px;
}

.Contact-box-form form button {
    width: 100%;
    padding: 14px 0px;
    background-color: #e20c35;
    border: 2px solid #131f56;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.Contact-box-form form button:hover {
    background-color: #c8092e;
    color: #fff;
    /* border-color: #000; */
}

ul.info-list {
    list-style: none;
    padding-left: 0px;
}

.info-list li {
    display: flex;
    margin-bottom: 25px;
}


.footer-widget .contact-info {
    background: transparent;
    border: none;
    text-align: left;
    padding-top: 0px;
}

.footer-widget .contact-info li i {
    width: 40px;
    height: 40px;
    line-height: 38px;
}


.contact-info i {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
    border: 1px solid #162358;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #162358;
}

.add-info b {
    color: #162358;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-info {
    background: #fff;
    text-align: center;
    padding: 30px 0px;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #f2f2f2;
}

.info-list li i {
    width: 40px;
    height: 40px;
    background: #e20c35;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 11px;
}


.add-info p {
    margin-bottom: 0px;
    color: #1b1a1a;
    font-size: 0.93rem;
    margin-top: 2px;
}

ul.social-section {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

ul.social-section li a {
    width: 40px;
    height: 40px;
    background-color: #e20c35;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 64px;
}

ul.social-section li a:hover {
    background-color: #3865d8;
}

.add-info p a {
    color: #232324;
    font-weight: 500;
}

.single-adderss-block {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
}

.single-adderss-block h3 {
    font-size: 1.3rem;
}

.sign-up-box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
    border-radius: 10px;
}

.sign-up-box h2 {
    color: #131f56;
    font-size: 1.5rem;
}

.sign-up-box p {
    color: #333;
}

.sign-up-box form input {
    border: 1px solid #eee;
    padding: 24px 16px;
    font-size: 14px;
}

.sign-up-box form textarea {
    border: 1px solid #eee;
    font-size: 14px;
}

.sign-up-box form button {
    background-color: #131f56;
    color: #fff;
    margin-bottom: 10px;
}

.sign-up-box form button:hover {
    background-color: #131f56;
    color: #fff;
}


.sign-up-box p {
    font-size: 0.9rem;
    margin-top: 12px;
    margin-bottom: 0px;
}

.get-started {
    text-align: center;
    padding: 80px 0px;
    background-image: url(assets/img/get-start.webp);
    background-repeat: no-repeat;
    /* background-position: center center; */
}


.get-started-txt a {

    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #e20c35;
    padding: 1px 40px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 8px auto;
    text-transform: uppercase;
    font-weight: 600;
}

.get-started-txt h1 {
    color: #131f56;
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
}

.get-started-txt p {
    color: #333;
    font-size: 0.94rem;
    padding: 0px 24px;
    margin-top: 12px;
}





@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}



@media only screen and (max-width: 768px) {

    .get-started-txt h1 {
        font-size: 40px;
    }


    .call-action p {
        text-align: center;
        margin-bottom: 10px;
    }

    .call-action {
        display: flex;
        flex-direction: column;
    }

    .forex-box {
        margin-bottom: 20px;
    }

    .about-content h1 {
        font-size: 22px;
    }

    .banner-text h1 {
        font-size: 44px;
    }

    .banner-text {
        display: block !important;
    }

    .header-blue-btn {
        margin: 0px;
    }

    .header-contact {
        display: none;
    }

    .package-box {
        margin-bottom: 20px;
    }

    .top-bar {
        display: none;
    }
}

.custom-color-text{
    color: #183d8b;
}
