* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.center {
    height: 100vh;
    position: relative;
}

    .center .logo-1 {
        min-width: 400px;
        margin: 0;
        position: absolute;
        top: 40%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



    .center .loader_24 {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


.line-carousel {
    height: 2px;
    width: 100% !important;
    background: rgb(229 231 235 / 1);
    display: block;
    margin: 10px 10px 10px;
}

.carousel-container {
    width: 100%;
    padding-right: 1rem;
    padding-left:1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    min-height: 550px;
}

    .carousel-container .rz-carousel-items {
        min-height: 546px;
    }

.carousel-package-data {
    padding:8rem;
}
    .carousel-package-data .rz-carousel-prev
    .rz-button-icon-left {
        font-size: 50px;
        color: #003c98;
        margin-left:-25px;
    }

    .carousel-package-data .rz-carousel-prev:hover {
        background-color: #00000000 !important;
        margin-left: -10px;
        z-index: 1028;
    }

    .carousel-package-data .rz-carousel-next
    .rz-button-icon-left {
        font-size: 50px;
        color: #003c98;
        margin-right: -25px;
    }

    .carousel-package-data .rz-carousel-next:hover {
        background-color: #00000000 !important;
        margin-right:-10px;
        z-index:1028;
    }

.package-card-up {
    min-height: 540px;
    min-width: 300px;
    max-width: 400px;
}

.package-card-recommended.package-card {
    background-color: #fff2dd;
    border: 3px solid #003c98;
}

.package-card-recommended
.line-carousel {
    height: 2px;
    width: 100% !important;
    background: #7c5c2d51;
    display: block;
    margin: 10px 10px 10px;
}

.package-card-recommended-up {
    border: 3px solid #003c98;
    background-color: #003c98 !important;
    color:#fff;
    border-radius: 15px !important;
    margin: 0px !important;
    padding: 10px !important;
    font-size: 12px !important;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1029;
    box-shadow: none !important;
}

.package-card {
    position: relative;
    background-color: white;
    min-height: 520px;
    padding: 10px;
    border: 3px solid #e5e5e5;
}

.postlink .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


@keyframes l24 {
    100% {
        background-position: left
    }
}



a {
    color: #000000;
}

    a:hover {
        color: #000000;
    }

h1, h2, h3 {
    font-weight: 700;
}

h4, h5 {
    font-weight: 600;
}

h6 {
    font-weight: 500;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000;
}

.navbar {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
    line-height: 30px;
    background: transparent;
    z-index: 1030;
}

    .navbar .active {
        color: #000000 !important;
    }

    .navbar .navbar-brand img {
        border-radius: 30px;
    }

    .navbar .nav-item {
        margin: 0 5px;
        padding: 0;
    }

        .navbar .nav-item a {
            color: #000000;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
        }

            .navbar .nav-item a:hover {
                color: #000000;
            }

    .navbar .nav-link {
        position: relative;
        padding: 0;
    }

    .navbar .navbar-toggler {
        cursor: pointer;
    }

        .navbar .navbar-toggler span {
            color: #fff;
        }

.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
    display: none;
}

.nav-scroll {
    background: #fff;
    box-shadow: var(--rz-card-shadow);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .nav-scroll .navbar-nav > li > a {
        color: #333;
    }

    .nav-scroll .navbar-brand img {
        -webkit-transform: scale(1.03) !important;
        transform: scale(1.03) !important;
    }

    .nav-scroll .navbar-toggler {
        cursor: pointer;
    }

        .nav-scroll .navbar-toggler span {
            color: #333;
        }

    .nav-scroll .nav-link:hover:after {
        background-color: #2388ed;
    }

    .nav-scroll .active {
        position: relative;
    }

.banner {
    position: relative;
}
/*
    .banner::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/pattern.png);
    }*/

    .banner a.weblink {
        color: #ffffff;
        border-bottom: 1px dotted #ffffff;
    }

    .banner a:hover {
        text-decoration: none;
    }

.banner-root{
    background:#fff;
}

.svg-wave {
}

.svg-hero {
    /*background: #fff;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;*/
    max-width: 450px;
}

.banner-text h2 {
    padding-top: 10px;
    color: #003c98;
    text-align: center;
}

.banner-text h3 {
    padding-top: 10px;
    color: #003c98;
    text-align: center;
}

.banner-text h4 {
    padding-top: 10px;
    color: #5c5c5c;
    text-align:center;
}

.banner-text {
    padding-left:30px;
}

    .banner-text p {
        color: #5c5c5c;
        font-weight: 700;
        font-size: 15px;
        
    }

    .banner-text ul {
        list-style: none;
        align-items:center;
        text-align:center;
    }

        .banner-text ul li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .banner-text ul li a {
                display: block;
            }

                .banner-text ul li a img {
                    width: 150px;
                    border-radius: 7px;
                    position: relative;
                    z-index: 1029;
                }

.prelative {
    position: relative
}

.section-page-top-padding {
    padding-top: 100px !important;
    min-height: calc(100vh - 205px);
}

.section-padding {
    padding-top: 80px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 40px !important;
}

.sectioner-header {
    width: 70%;
    margin: 0 auto;
}

.line {
    height: 2px;
    width: 150px;
    display: block;
    margin: 20px auto 20px;
    border-bottom: 2px dashed #b78a46;
}

.sectioner-header p {
    color: #818992;
    font-size: 17px;
}

.section-content {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.icon-box {
    margin-bottom: 50px;
}

    .icon-box i {
        display: block;
        position: relative;
        width: 135px;
        height: 135px;
        border-radius: 100px;
        background: #003c98;
        color: #ffffff;
        font-size: 50px;
        line-height: 135px;
        margin: 0 auto;
    }

    .icon-box h5 {
        margin-top: 30px;
    }

    .icon-box p {
        color: #818992;
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
    }

.about-btn {
    color: #b78a46;
    padding: 10px 40px;
    border: 2px solid #b78a46;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}

    .about-btn:hover {
        background: #b78a46;
        color: #ffffff;
        text-decoration: none;
    }

.video-section {
    background: url(images/video-bg.jpg) no-repeat fixed center;
    background-size: cover;
    overflow: hidden;
}

.video-overlay {
    background: #003c98;
}

.video-section h3 {
    font-weight: 600;
    font-size: 38px;
}

.video-section i {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #ffffff;
    color: #b78a46;
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto;
    cursor: pointer;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .video-popup .video-src {
        position: relative;
        width: 700px;
        max-width: 80%;
    }

    .video-popup .iframe-src {
        width: 100%;
        height: 0;
        padding-top: 56.3%;
        position: relative;
        display: none;
    }

        .video-popup .iframe-src iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.single-feature {
    margin-bottom: 80px;
    margin-top: 40px;
}

    .single-feature h5 {
        font-size: 16px;
    }

.media-right-margin {
    margin-right: 25px;
}

.single-feature p {
    font-size: 13px;
}

.icon-border {
}

    .icon-border span {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        color: #003c98;
        font-size: 18px;
        line-height: 50px;
        border: 1px solid #003c98;
    }

.team {
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
}

.team-detail {
    margin-top: 40px;
}

    .team-detail img {
        border-radius: 50%;
        width: 70%;
    }

    .team-detail h4 {
        color: #003c98;
        margin-top: 20px;
        font-size: 17px;
        margin-bottom: 0px;
    }

.testimonial {
    background: #003c98;
    padding: 100px 0px;
    position: relative;
}

.carousel-reference-gap {
    gap: 20%;
}

/* .testimonial::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/pattern.png);
    }*/
.bx-prev {
    left: -90px !important;
    background: url(images/arrow-left.png) no-repeat !important;
    background-size: auto auto !important;
    background-size: 100% 100% !important;
}

.bx-next {
    right: -90px !important;
    background: url(images/arrow-right.png) no-repeat !important;
    background-size: auto auto !important;
    background-size: 100% 100% !important;
}

.bx-wrapper {
    border: none !important;
    background: rgba(255, 255, 255, 0.81) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.slider-item {
    padding: 20px;
}

.slider .test-img img {
    border: 12px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.test-img {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.test-text {
    float: left;
    width: 75%;
}

.slider .title {
    display: block;
    position: relative;
    margin: 0 0 20px;
    font-size: 1.125em;
    line-height: 1.25;
}

    .slider .title span {
        display: block;
        font-size: 1.5em;
        font-weight: 700;
    }

.faq {
    background: #fafafa;
    border-bottom: 1px solid #e4e4e4;
}

.faq-content {
    margin: 20px 0px;
}

    .faq-content h4 {
        font-weight: 400;
        font-size: 20px;
    }

    .faq-content p {
        color: #818992;
        font-weight: 300;
        margin-top: 15px;
    }

#contact_form .form-input {
    border: 1px solid #e4e4e4;
}

textarea[readonly] {
    background: #f1f1f1 !important;
}

.rz-dropdown.rz-state-disabled {
    background: #f1f1f1 !important;
    border: var(--rz-input-border) !important;
}

    .rz-dropdown.rz-state-disabled .rz-dropdown-label {
        background: #f1f1f1 !important;
    }

input {
    height: 42px;
    padding: 0 1rem;
    background: #fff;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

#contact_form textarea {
    resize: none;
    padding: 1rem;
    height: 150px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-grad {
    padding: .7rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    border: 0;
    background: #003c98;
    cursor: pointer;
}

.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: #003c98;
}

.contact-item {
    margin: 23px 0px;
}

    .contact-item i {
        font-size: 20px;
    }

    .contact-item p {
        line-height: 20px;
        margin: 0;
    }

.download {
    background: #003c98;
    padding: 100px 0px;
    position: relative;
}

  /*  .download::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/pattern.png);
    }*/

    .download ul {
        list-style: none;
    }

        .download ul li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .download ul li a {
                display: block;
            }

                .download ul li a img {
                    width: 150px;
                    border-radius: 7px;
                    position: relative;
                    z-index: 1029;
                }

.footer-copy {
    position: relative;
    bottom: 0 !important;
    background: #003c98;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
    padding-top: 40px;
}

    /*.footer-copy::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/pattern.png);
    }*/

    .footer-copy p {
        margin-bottom: 0px;
    }

    .footer-copy a {
        position: relative;
        color: #fff;
        margin-bottom: 0px;
        z-index: 1000;
        text-align: left;
        font-size: 0.9em;
        font-weight: 700;
    }

    .footer-copy .row-link {
        margin-right: 10%;
        margin-left: 10%;
    }

    .footer-copy a:hover {
        color: #f38010;
    }

    .footer-copy a:focus {
        color: #f38010;
    }

    .footer-copy .header {
        padding-top: 25px;
        color: #fff;
        padding-left: -5px;
        margin-left: -20px;
        text-align: left;
        font-size: 1.2em;
        font-weight: 700;
    }

    .footer-copy .header-logo {
        z-index: 1000001;
        text-align: left;
        margin-left: -100px;
    }

        .footer-copy .header-logo img {
            width: 250px;
            z-index: 1000001;
            align-items: start;
        }

    .footer-copy .background-white {
        padding-top: 15px;
        background: #ffffff !important;
        color: #333;
    }

    .footer-copy .top-bar {
        background: #333 !important;
        height: 30px !important;
    }

    .footer-copy ul {
        list-style: disclosure-closed !important;
        list-style-type: disclosure-closed;
        color: white;
    }

    .footer-copy .footer-contact {
        text-align: start;
        float: left;
        margin-left: -20px;
    }

        .footer-copy .footer-contact p {
            color: #fff;
            padding-top: 10px
        }

        .footer-copy .footer-contact a {
            margin-top: 15px;
            text-decoration: none;
        }

        .footer-copy .footer-contact .social-icon {
            margin-top: 25px;
        }

.footer-copy .footer-contact .social-icon ul {
    list-style: none !important;
}

.footer-copy .footer-contact .social-icon ul li {
    display:inline-block;
    
}

            .footer-copy .footer-contact .social-icon a {
                background-color: #003c98;
                color: #fff;
                fill: #fff;
                border: 2px solid #fff;
                width: 30px;
                height: 30px;
                padding: 8px;
                border-radius: 10%;
            }

            .footer-copy .footer-contact .social-icon svg {
                width: 18px;
                height: 18px;
            }

            .footer-copy .footer-contact .social-icon a:hover {
                border: 2px solid #f38010;
                background-color: #003c98;
                color: #f38010;
                fill: #f38010;
            }


            .contact-item .social-icon ul {
                list-style: none !important;
            }

                .contact-item .social-icon ul li {
                    display: inline-block;
                }

.contact-item .social-icon a {
    background-color: #003c98;
    color: #fff !important;
    border: 2px solid #404040;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 10%;
    
}

.contact-item .social-icon svg {
    width: 18px;
    height: 18px;
}

.contact-item .social-icon a:hover {
    border: 2px solid #404040;
    background-color: #fff;
    color: #404040;
    fill: #404040;
}

.contact-item  a {
    color: #fff !important;
    text-decoration:none;
}

.contact-item a:hover {
    color: #404040;
}

.logo-1 {
    width: 320px;
}


@media all and (max-width:991px) {
    .navbar .navbar-collapse {
        overflow: auto;
        background: rgb(213, 198, 221);
        color: #fff !important;
        text-align: center;
        padding: 10px 0;
    }

    .nav-scroll .navbar-collapse {
        background: #fff !important;
    }

    #contact_form {
        margin-bottom: 20px;
    }
}

@media all and (max-width:768px) {
    .nav-scroll .navbar-brand img, .navbar-brand img {
        transform: scale(0.75) !important;
        -webkit-transform: scale(0.75) !important;
    }

    .carousel-reference-gap {
        gap:10px;
    }

    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
        padding-left: 5px;
    }

    .web-tel-menu .blink {
        font-size: 1.5rem;
         top: 0px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .banner-text p {
        margin: 25px 0px;
    }

    .banner-text ul li a img {
        width: 140px;
        border-radius: 7px;
        position: relative;
        z-index: 1029;
    }

    .sectioner-header {
        width: 90%;
    }

        .sectioner-header p {
            font-size: 14px;
        }

    .about-btn {
        padding: 5px 30px;
        margin-top: 0px;
        font-size: 16px;
    }

    .single-feature {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .team-detail {
        margin-top: 20px;
    }

        .team-detail img {
            width: 50%;
        }

    .bx-controls {
        display: none;
    }

    .bx-wrapper {
        margin: 0px 20px !important;
    }

    .slider .test-img img {
        margin: 0 auto;
    }

    .test-img {
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .test-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    .carousel-package-data {
        padding: 1rem;
    }

    .section-content {
        margin-top: 40px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .faq-content {
        margin: 10px 0px;
    }

        .faq-content h4 {
            font-size: 16px;
        }

        .faq-content p {
            font-size: 13px;
        }

    #contact_form {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 12px;
    }

    .download ul li a img {
        width: 120px;
    }

    .footer-copy p {
        font-size: 10px;
    }

    .navbar {
        padding-top: 0px;
       
        padding-bottom: 0px;
    }
    .navbar-brand {
        margin: 0px;
        padding: 0px;
        width: 150px;
    }
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1200;
    text-align:center;
}

    .cookie-banner p {
        margin: 0;
        font-size: 20px;
        color: #333;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cookie-banner button {
        margin-left: 10px;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        background-color: #003c98;
        border: none;
        cursor: pointer;
        border-radius: 4px;
    }

    .cookie-banner .btn-primary:hover {
        color: #003c98;
        background-color: #fff;
        border-color: #003c98;
    }

        .cookie-banner button.btn-secondary {
            background-color: #6c757d;
        }

.pay-1 {
    width: 350px;
}

.dynamic-html-content {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

    .dynamic-html-content img {
        max-width: 100%;
        height: auto;
    }

    .dynamic-html-content table {
        width: 100% !important;
        overflow-x: auto;
        display: block;
    }

    .dynamic-html-content iframe {
        max-width: 100%;
    }

@media (max-width: 768px) {

    .nav-menu-right .rz-menu-open {
       position:absolute;
       top:80px;
       left:10px;
    }
   
}