/* Minification failed. Returning unminified contents.
(508,1): run-time error CSS1019: Unexpected token, found '@import'
(508,9): run-time error CSS1019: Unexpected token, found 'url(/Content/http:/fonts.googleapis.com/css?family=Lato:100,400)'
 */
header .item {
    height: auto;
    min-height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    header .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
    }

        header .item .cover .header-content {
            position: relative;
            padding: 56px;
            overflow: hidden;
        }

            header .item .cover .header-content .line {
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                border: 9px solid #fff;
                -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
                clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            }

            header .item .cover .header-content h2 {
                font-weight: 300;
                font-size: 35px;
                color: #fff;
            }

            header .item .cover .header-content h1 {
                font-size: 45px;
                font-weight: 600;
                margin: 5px 0 20px;
                word-spacing: 3px;
                color: #fff;
            }

            header .item .cover .header-content h4 {
                font-size: 24px;
                font-weight: 300;
                line-height: 36px;
                color: #fff;
            }

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    header .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff;
    }

    header .owl-nav .owl-prev:focus {
        outline: 0;
    }

    header .owl-nav .owl-prev:hover {
        background: #000 !important;
    }

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    header .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: #fff;
    }

    header .owl-nav .owl-next:focus {
        outline: 0;
    }

    header .owl-nav .owl-next:hover {
        background: #000 !important;
    }

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.section-title {
    margin-bottom: 60px;
}

    .section-title p {
        color: #777;
        font-size: 16px;
    }

    .section-title h4 {
        text-transform: capitalize;
        font-size: 40px;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

        .section-title h4:before {
            position: absolute;
            content: "";
            width: 60px;
            height: 2px;
            background-color: #ff3636;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
        }

        .section-title h4:after {
            position: absolute;
            background-color: #ff3636;
            content: "";
            width: 10px;
            height: 10px;
            bottom: -4px;
            left: 50%;
            margin-left: -5px;
            border-radius: 50%;
        }


.logo-rubika {
    height: auto;
}

.campaign-container {
    padding: 60px 0 0;
}

h2.campaign-container-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* Time line*/
.main-timeline8 {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

    .main-timeline8:after, .main-timeline8:before {
        content: "";
        display: block;
        width: 100%;
        clear: both
    }

    .main-timeline8:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #d6d5d5;
        position: absolute;
        top: 30px;
        left: 50%
    }

    .main-timeline8 .timeline {
        width: 50%;
        float: left;
        padding-right: 30px;
        position: relative
    }

    .main-timeline8 .timeline-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #d22237;
        position: absolute;
        top: 5.5%;
        right: -17.5px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }

    .main-timeline8 .year {
        display: block;
        padding: 10px;
        margin: 0;
        font-size: 30px;
        color: #fff;
        border-radius: 0 50px 50px 0;
        background: #d22237;
        text-align: center;
        position: relative
    }

        .main-timeline8 .year:before {
            content: "";
            border-top: 35px solid #d22237;
            border-left: 35px solid transparent;
            position: absolute;
            bottom: -35px;
            left: 0
        }

    .main-timeline8 .timeline-content {
        padding: 30px 20px;
        margin: 0 45px 0 35px;
        border: none;
        border-radius: 1rem;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    .main-timeline8 .title {
        font-size: 19px;
        font-weight: 700;
        color: #504f54;
        margin: 0 0 10px
    }

    .main-timeline8 .description {
        font-size: 14px;
        color: #7d7b7b;
        margin: 0
    }

    .main-timeline8 .timeline:nth-child(2n) {
        padding: 0 0 0 30px
    }

        .main-timeline8 .timeline:nth-child(2n) .timeline-icon {
            right: auto;
            left: -14.5px
        }

        .main-timeline8 .timeline:nth-child(2n) .year {
            border-radius: 50px 0 0 50px;
            background: #1e4789
        }

            .main-timeline8 .timeline:nth-child(2n) .year:before {
                border-left: none;
                border-right: 35px solid transparent;
                left: auto;
                right: 0
            }

        .main-timeline8 .timeline:nth-child(2n) .timeline-content {
            /*text-align: right;*/
            margin: 0 35px 0 25px
        }

    .main-timeline8 .timeline:nth-child(2) {
        margin-top: 170px
    }

    .main-timeline8 .timeline:nth-child(odd) {
        margin: -175px 0 0
    }

    .main-timeline8 .timeline:nth-child(even) {
        margin-bottom: 80px
    }

    .main-timeline8 .timeline:first-child, .main-timeline8 .timeline:last-child:nth-child(even) {
        margin: 0
    }

    .main-timeline8 .timeline:nth-child(2n) .timeline-icon {
        border-color: #1e4789
    }

    .main-timeline8 .timeline:nth-child(2n) .year:before {
        border-top-color: #1e4789
    }

@media only screen and (max-width:767px) {
    .main-timeline8 {
        overflow: visible
    }

        .main-timeline8:before {
            top: 0;
            left: 0
        }

        .main-timeline8 .timeline:nth-child(2), .main-timeline8 .timeline:nth-child(even), .main-timeline8 .timeline:nth-child(odd) {
            margin: 0
        }

        .main-timeline8 .timeline {
            width: 100%;
            float: none;
            padding: 0 0 0 30px;
            margin-bottom: 20px !important
        }

            .main-timeline8 .timeline:last-child {
                margin: 0 !important
            }

        .main-timeline8 .timeline-icon {
            right: auto;
            left: -14.5px
        }

        .main-timeline8 .year {
            border-radius: 50px 0 0 50px
        }

            .main-timeline8 .year:before {
                border-left: none;
                border-right: 35px solid transparent;
                left: auto;
                right: 0
            }

        .main-timeline8 .timeline-content {
            margin: 0 35px 0 25px
        }
}
/*End timeline*/

.btn-bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}

.text-red {
    color: rgb(188, 46, 13);
}

.info-detail {
    padding: 10px 0;
    text-align: justify;
}

.price-detail {
    margin-bottom: 55px
}

.plans .card, .info .card {
    border: none;
    border-radius: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.plans hr {
    margin: 1.5rem 0;
}

.plans .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.plans .card-price {
    font-size: 3rem;
    margin: 0;
}

    .plans .card-price .period {
        font-size: 0.8rem;
    }

.plans ul li {
    margin-bottom: 1rem;
}

.plans .text-muted {
    opacity: 0.7;
}

.plans .btn {
    font-size: 90%;
    border-radius: 1rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.plans .btn-menu {
    width: 150px;
    font-size: 90%;
    border-radius: 1rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.plans button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

@import url(/Content/http:/fonts.googleapis.com/css?family=Lato:100,400);

.mb20 {
    margin-bottom: 20px;
}

section {
    padding: 40px 0;
}

#timer .countdown-wrapper {
    margin: 0 auto;
}

#timer #countdown {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #eee;
    text-shadow: 1px 1px 5px black;
    padding: 40px 0;
}

#timer .countdown-wrapper #countdown .timer {
    margin: 10px;
    padding: 20px;
    font-size: 90px;
    border-radius: 50%;
    cursor: pointer;
}

#timer .col-md-4.countdown-wrapper #countdown .timer {
    margin: 10px;
    padding: 20px;
    font-size: 35px;
    border-radius: 50%;
    cursor: pointer;
}

#timer .countdown-wrapper #countdown #hour {
    -webkit-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
    -moz-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
}

    #timer .countdown-wrapper #countdown #hour:hover {
        -webkit-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
        -moz-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
        box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
    }

#timer .countdown-wrapper #countdown #min {
    -webkit-box-shadow: 0 0 0 5px rgba(91, 192, 222, .5);
    -moz-box-shadow: 0 0 0 5px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 5px rgba(91, 192, 222, .5);
}

    #timer .countdown-wrapper #countdown #min:hover {
        -webkit-box-shadow: 0px 0px 15px 1px rgb(91, 192, 222);
        -moz-box-shadow: 0px 0px 15px 1px rgb(91, 192, 222);
        box-shadow: 0px 0px 15px 1px rgb(91, 192, 222);
    }

#timer .countdown-wrapper #countdown #sec {
    -webkit-box-shadow: 0 0 0 5px rgba(2, 117, 216, .5);
    -moz-box-shadow: 0 0 0 5px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 5px rgba(2, 117, 216, .5)
}

    #timer .countdown-wrapper #countdown #sec:hover {
        -webkit-box-shadow: 0px 0px 15px 1px rgba(2, 117, 216, 1);
        -moz-box-shadow: 0px 0px 15px 1px rgba(2, 117, 216, 1);
        box-shadow: 0px 0px 15px 1px rgba(2, 117, 216, 1);
    }

#timer .countdown-wrapper .card .card-footer .btn {
    margin: 2px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #timer .countdown-wrapper #countdown .timer {
        margin: 10px;
        padding: 20px;
        font-size: 65px;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #timer .countdown-wrapper #countdown .timer {
        margin: 10px;
        padding: 20px;
        font-size: 72px;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    #timer .countdown-wrapper #countdown .timer {
        margin: 10px;
        padding: 20px;
        font-size: 73px;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    #timer .countdown-wrapper #countdown #hour,
    #timer .countdown-wrapper #countdown #min,
    #timer .countdown-wrapper #countdown #sec {
        font-size: 60px;
        border-radius: 4%;
    }
}

@media (max-width: 576px) {
    #timer .countdown-wrapper #countdown #hour,
    #timer .countdown-wrapper #countdown #min,
    #timer .countdown-wrapper #countdown #sec {
        font-size: 25px;
        border-radius: 4%;
    }

    #timer .countdown-wrapper #countdown .timer {
        padding: 13px;
    }
}

.portfolio-item {
    padding: 20px 0 30px;
}

    .portfolio-item .thumb {
        margin-bottom: 30px;
    }

.rubika-nav-container {
    width: 100%;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.rubika-red {
    color: #d22237;
}

.rubika-blue {
    color: #1e4789;
}

#htp-copyright {
    padding: 0;
    background: #133473;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    border: none;
}

.line1 {
    margin-top: 10px;
}

#go_top {
    background-color: #ddd;
    bottom: 25px;
    right: 35px;
    display: none;
    position: fixed;
}

.trainer-mt {
    margin-top: 15px;
}

.rubika-full-height {
    height: 100% !important;
}

.rubika-mt {
    margin-top: 10px;
}

.rubika-mb {
    margin-bottom: 10px;
}

.nav-campaign-name {
    font-weight: bold;
    font-size: 17px;
}
/*lg laptop and desktop size*/
@media (min-width: 992px) and (max-width: 1199px) {
    .trainer-mt {
        margin-top: 1px;
    }
    .main-timeline8 .year {
        padding: 3px;
        font-size: 28px;
    }
    .plans .card-price {
        font-size: 2.4rem;
        margin: 0;
    }
}

/*md small laptop- ipad pro*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo-rubika {
        height: 35px;
    }
    .nav-campaign-name {
        font-size: 15px;
    }
    .portfolio-item .thumb {
        margin-bottom: 20px;
    }

    .rubika-mb {
        margin-bottom: 12px;
    }

    .trainer-mt {
        margin-top: 0;
    }

    header .item {
        min-height: 450px;
    }

    h2.campaign-container-title {
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    header .item .cover .header-content h1 {
        font-size: 32px;
        font-weight: 400;
        margin: 6px 0 12px;
        word-spacing: 2px;
    }

    header .item .cover .header-content h2 {
        font-size: 28px;
        font-weight: 300;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }

    div.timeline-content ul, div.info-detail ul {
        margin-block-start: 0.6em;
        margin-block-end: 0.6em;
        padding-inline-start: 22px;
    }

    .info-detail {
        padding: 10px 0;
        text-align: left;
    }

    div.main-timeline8 .year {
        padding: 3px;
        font-size: 26px;
    }

    h3.text-red {
        font-size: 25px;
    }
    .plans .card-price {
        font-size: 2.2rem;
        margin: 0;
    }
}

/*sm tablet*/
@media (min-width: 480px) and (max-width: 767px) {
    .portfolio-item .thumb {
        margin-bottom: 20px;
    }

    .rubika-mb {
        margin-bottom: 12px;
    }

    .trainer-mt {
        margin-top: 4px;
    }

    header .item {
        min-height: 500px;
    }

    h2.campaign-container-title {
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    header .item .cover .header-content h1 {
        font-size: 30px;
        font-weight: 400;
        margin: 6px 0 12px;
        word-spacing: 2px;
    }

    header .item .cover .header-content h2 {
        font-size: 26px;
        font-weight: 300;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }

    .rubika-full-height {
        height: auto !important;
    }

    div.main-timeline8 .year {
        padding: 3px;
        font-size: 24px;
    }
    div.timeline-content ul, div.info-detail ul {
        margin-block-start: 0.6em;
        margin-block-end: 0.6em;
        padding-inline-start: 22px;
    }
    .info-detail p {
        margin-left: 20px;
    }
    .info-detail {
        padding: 10px 0;
        text-align: left;
    }
    .plans .card-price {
        font-size: 2rem;
        margin: 0;
    }
}
/*xs mobile*/
@media (max-width: 479px) {
    .portfolio-item .thumb {
        margin-bottom: 20px;
    }

    .rubika-mb {
        margin-bottom: 10px;
    }

    .trainer-mt {
        margin-top: 5px;
    }

    header .item {
        min-height: 400px;
    }

    h2.campaign-container-title {
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    header .item .cover .header-content h1 {
        font-size: 25px;
        font-weight: 400;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }
    header .item .cover .header-content h2 {
        font-size: 22px;
        font-weight: 300;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }
    .rubika-full-height {
        height: auto !important;
    }

    div.main-timeline8 .year {
        padding: 3px;
        font-size: 22px;
    }

    .card-title {
        font-size: 18px;
    }
    .campaign-container {
        padding: 30px 0 0;
    }
    .info-detail p {
        margin-left: 20px;
    }
    div.timeline-content ul {
        margin-block-start: 0.5em;
        margin-block-end: 0.5em;
        padding-inline-start: 20px;
    }
    .plans .card-price {
        font-size: 1.8rem;
        margin: 0;
    }
}

