/* import */

@import url('bootstrap.css');
@import url('../../admin/style.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,700&display=swap');

.title-page {
    display: none;
}

body {
    font-family: 'DM Sans', sans-serif;
}

a.navbar-brand img {
    max-width: 180px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.over {
    overflow: hidden;
}

a.custom-btn {
    background: #F0663F;
    border-radius: 5px;
    padding: 10px 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0ba3ef;
}

#hero a.custom-btn {
    background: #F0663F;
    border-radius: 5px;
    padding: 10px 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    width: auto;
}

nav {
    margin: 0px 20px;
}

nav a {
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: none !important;
}

@media(min-width: 991px) {
    nav:before {
        position: absolute;
        content: "";
        width: 500000px;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        left: -150px;
    }

    nav.whitebg:before {
        position: absolute;
        content: "";
        width: 500000px;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: -1;
        left: -150px;
    }

    nav {
        position: relative;
    }
}


ul.dropdown-menu.show {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

@media(max-width: 991px) {
    ul.dropdown-menu.show {
        background: none;
    }

    ul.dropdown-menu.show a {
        font-family: DM Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        text-align: center;
        color: #848484;
    }

    #hero a.custom-btn {
        background: #F0663F;
        border-radius: 5px;
        padding: 10px 50px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-transform: capitalize;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
        width: auto;
        margin-top: 70px;
    }
}

nav .line {
    height: 5px;
    background: #0BA3EF;
    margin-bottom: 5px;
    width: 40px;
}

@media(min-width: 991px) {
    nav .container {
        position: relative;
    }

    .special {
        background: #fff;
        position: absolute;
        padding: 0px 20px;
        right: 0;
        border-radius: 4px;
    }

    .special a {
        color: #000 !important;
    }
}


.whitebg {
    background: #fff;
    z-index: 99999;
    box-shadow: 10px 10px 30px #e1f0f9;
}

/* hero */

#hero {
    padding: 200px 0px 250px 0px;
    margin-top: -70px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0ca3ef;
    background-color: transparent !important;
}

header a.nav-link:hover {
    color: #0ba3ef !important;
}

#hero h2 {
    font-size: 60px;
    line-height: 60px;
    color: #1F241E;
    font-weight: bold;
}

#hero p {
    font-size: 16px;
    line-height: 25px;
    max-width: 380px;
    color: #1F241E;
    margin: 50px 0 40px 0px;
    font-weight: 600;
}

@media (max-width: 991px) {
    #hero p {
        font-size: 16px;
        line-height: 25px;
        max-width: 380px;
        color: #1F241E;
        margin: 30px 0 40px 0px;
        font-weight: 600;
        /*background: rgba(255, 255, 255, 0.9) !important;*/
        /*padding: 20px;*/
        /*border: 1px solid #1f241e;*/
    }

    .cta p {
        font-size: 16px;
        line-height: 25px;
        color: #1F241E;
        margin: 50px 0 40px 0px;
        font-weight: 600;
        /*background: rgba(255, 255, 255, 0.9) !important;*/
        padding: 10px;
        /*border: 1px solid #1f241e;*/
    }
}

/* process */

.process {
    margin: 50px 0px 100px 0px;
}

.process .single-row {
    margin: 30px 0px 90px 0px;
}

.process .row.single-row:last-child {
    margin: 30px 0px 0px 0px;
}

.process .bg {
    background: #0BA3EF;
    padding: 30px;
}

.col-lg-6.col-12.d-flex.justify-content-end.left-arrow {
    position: relative;
    top: 60px;
}

.col-lg-6.col-12.right-arrow {
    position: relative;
    top: 30px;
}

.process .row.single-row:last-child .right-arrow img {
    display: none;
}

.process h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.process .right-icon .icon img {
    float: right;
}

.process .icon img {
    float: left;
}

.process .title {
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
}

.process .info {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.default-col .single-row {
    margin-top: 35px;
    margin-bottom: 35px;
}

.single-title h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 40px;
}

.testimonials-section h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 10px;
}

.default-col h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 47px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 30px;
}

.default-col p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #848484;
}

.testimonials .owl-nav.disabled {
    display: block !important;
}

.testimonials-section .bg {
    background: #0ba3ef;
    padding: 30px 50px;
    text-align: center;
}

.testimonials .item {
    padding: 30px;
}

.testimonials {
    position: relative;
}

.next.nav-testimonials {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/tleft.png);
    z-index: 99999;
    top: 40%;
    left: -30px;
}

.back.nav-testimonials {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/tright.png);
    z-index: 99999;
    top: 40%;
    right: -30px;
}

.testimonials-section .avatar {
    text-align: center;
}

.testimonials-section .avatar img {
    border-radius: 50%;
    max-width: 80px;
    margin: 0px auto 20px auto;
}

.testimonials-section .quote p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.testimonials-section .name {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    font-weight: 800;
    color: #FFFFFF;
}

.testimonials-section .location {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.plans-block h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 35px;
}

@media(max-width: 991px) {
    section.plans-block {
        padding-top: 30px !important;
    }

    .plans-block h2 {
        margin-bottom: 0px !important;
    }
}

.plans-block {
    margin: 0px 0px 90px 0px;
    padding-top: 35px;
}

section.plans-block {
    padding-top: 85px;
}

.pricing .boxes {
    padding: 50px 8px 0px 80px;
}

.plans-block .time p {
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #848484;
    padding-left: 17px;
    position: relative;
    top: 2px;
}

.plans-block p.info {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #848484;
}

.plans-box .col-lg-10 {
    position: relative;
}

.plans-box .col-lg-10:before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background: #848484;
    left: 0;
    top: 10px;
}

.plans-box .col-lg-10:last-child:before {
    display: none;
}

.plans-box .col-lg-10:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    background: #848484;
    left: -2px;
    top: 5px;
}

.plans-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 20px;
    min-height: 430px;
}

.plans-box .icon {
    position: absolute;
    top: -2px;
    left: -10px;
}

.plans-box .time {
    position: absolute;
}

p.day {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #F0663F;
}

p.global-date {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 60px;
}

.pricing .mainbg {
    background: #0ba3ef;
    padding: 50px;
}

.pricing h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #FFFEFE;
    margin-bottom: 20px;
}

.owl-carousel.plans.owl-loaded.owl-drag {
    position: relative;
}

.owl-carousel.plans.owl-loaded.owl-drag:before {
    position: absolute;
    z-index: 9999;
    content: "";
    width: 77px;
    height: 76px;
    background: url(../img/plans.svg);
    background-size: cover;
    bottom: -30px;
    left: -30px;
}

.pricing p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.pricing .bg {
    background: #fff;
    padding: 50px;
    transition: all .2s ease-in-out;
    animation-duration: 3s;
}

.pricing .bg:hover {
    transform: scale(1.05);
}

p.package-name {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 0px;
}

.pack-title {
    margin-bottom: 20px;
    min-height: 60px;
}

p.package-price {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
}

p.package-price.under {
    position: relative;
}

p.package-price.under:before {
    position: absolute;
    width: 190px;
    height: 4px;
    background: #000;
    content: "";
    top: 30px;
    left: -7px;
}

p.package-info {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #848484;
}

p.package-price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #848484;
}

.info p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    margin: 50px 0px 70px 0px;
    color: #848484;
}

.cta {
    margin: 100px 0px 50px 0px;
    padding: 100px 0px;
}

@media (max-width: 991px) {
    .cta {
        margin: 100px 0px 50px 0px;
        padding: 100px 0px;
    }

    .process {
        margin: 50px 0px 50px 0px;
    }
}

section#testimonials,
section#pricing {
    padding-top: 35px;
    margin-top: -35px;
}

section.single-title {
    padding-top: 70px;
    margin-top: -70px;
}

section.process {
    padding-top: 85px;
    margin-top: -35px;
}

.cta h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    max-width: 600px;
    color: #000000;
    padding-left: 0px;
}

.cta p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding-left: 0px;
    color: #848484;
    margin: 40px 0px 40px 0px;
}

.pricing a.custom-btn {
    margin: auto;
    display: table;
}

footer .footer-menu {
    border-bottom: 1px solid #979797;
}

footer .menu-copyright-container ul {
    margin: 020px;
}

footer ul li {
    margin: 0 20px;
}

footer ul#menu-primary-menu-1 {
    margin: 35px 0px;
}

footer {
    text-align: center;
}

footer .special {
    display: none;
}

footer ul li {
    display: inline;
}

footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

footer .menu-copyright-container a {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {

    footer img {
        max-width: 150px;
    }

    .default-col .content-content img {
        width: auto;
    }

    h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 23px !important;
        line-height: 30px !important;
        color: #000000;
    }

    br {
        display: none;
    }

    .default-col img {
        width: 100%;
    }

    .testimonials .item {
        padding: 0px;
    }

    .next.nav-testimonials {
        left: -50px;
    }

    .back.nav-testimonials {
        right: -50px;
    }

    .pricing .boxes {
        padding: 0px;
    }

    .pricing .mainbg {
        background: #0ba3ef;
        padding: 20px;
    }

    .pricing .bg {
        background: #fff;
        padding: 20px;
        transition: all .2s ease-in-out;
        animation-duration: 3s;
        margin-bottom: 20px;
    }

    footer .menu-primary-menu-container ul li {
        width: 100%;
        display: block;
        margin: 0 0px 30px 0px;
    }

    footer ul#menu-primary-menu-1 {
        padding: 0px;
    }

    footer .menu-copyright-container ul {
        padding: 0;
    }

    footer .menu-copyright-container ul {
        padding: 0;
    }

    footer ul#menu-copyright li {
        margin: 0px 4px;
    }

    .cta {
        text-align: center;
        padding: 40px;
    }

    .content-default img {
        width: auto;
    }

    .right-arrow,
    .left-arrow {
        display: none !important;
    }

    .cta a.custom-btn {
        margin: auto;
    }

    .cta p {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        padding-left: 0px;
        color: #848484;
        margin: 10px 0px 140px 0px;
    }

    .info p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 50px;
        line-height: 41px;
    }

    .process .col-lg-9 {
        width: 70%;
    }

    .process .title {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .process .info {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 21px;
        color: #FFFFFF;
    }

    .process .col-lg-3 {
        width: 30% !important;
    }

    .process .col-lg-3 img {
        width: 100%;
    }

    .process .bg {
        background: #0BA3EF;
        padding: 20px;
    }

    .owl-carousel.plans.owl-loaded.owl-drag:before {
        position: absolute;
        z-index: 9999;
        content: "";
        width: 77px;
        height: 76px;
        background: url(../img/plans.svg);
        background-size: cover;
        bottom: 20px;
        left: 10px;
    }

    .plans-box {
        margin: 35px;
    }

    .plans-block .next.nav-testimonials {
        left: 0;
        background: url(../img/planleft.png);
        width: 40px;
        height: 40px;
    }

    .plans-block .back.nav-testimonials {
        right: 0px;
        background: url(../img/planright.png);
        width: 40px;
        height: 40px;
    }

    .content-default {
        margin: 0 0px 50px 0px;
    }

    .single-title h2 {
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    /*.single-title h2:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 15px;
        background: #0BA3EF;
        bottom: -2px;
        z-index: -1;
    }*/

    .plans-box {
        border: 1px solid rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        padding: 20px;
        min-height: 450px;
    }

    .btw-img img {
        width: 100%;
    }

    .single-row:last-child .btw-img {
        display: none;
    }

    .process h2 {
        font-weight: bold;
        font-size: 60px;
        line-height: 60px;
        color: #FFFFFF;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    nav ul li a {
        color: #000 !important;
    }

    nav ul {
        margin-top: 30px;
    }

    nav ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    nav {
        background: #fff;
        margin: 0;
    }

    a.navbar-brand {
        position: relative;
        left: calc(50% + -108px);
    }

    button.navbar-toggler {
        left: -85%;
        position: relative;
        top: 4px;
    }

    nav .special a {
        padding: 3px 20px !important;
        color: #fff !important;
        border-radius: 5px !important;
    }

    nav .special {
        display: none !important;
    }

    footer .special {
        display: none;
        position: fixed;
        z-index: 999999;
        background: #f0663f;
        width: auto !important;
        padding: 3px 30px !important;
        border-radius: 5px;
        right: 10px;
        top: 20px !important;
    }
}

@media (max-width: 575px) {
    .plans-box .col-lg-10 {
        width: 75% !important;
    }

    .plans-box .col-lg-2 {
        width: 25% !important;
    }

    .plans-block .time p {
        font-weight: normal;
        font-size: 10px;
        line-height: 13px;
        color: #848484;
        padding-left: 17px;
        position: relative;
        top: 2px;
        left: calc(50% + -20px);
    }

}

@media (min-width: 575px) and (max-width: 991px) {
    .plans-box .col-lg-10 {
        position: relative;
    }

    .plans-box .col-lg-10 {
        width: 75% !important;
    }
}

.btw-img {
    display: none;
}

@media (max-width: 991px) {
    .btw-img {
        display: block !important;
    }

    .process .row.single-row:last-child .btw-img {
        display: none !important;
    }
}