﻿.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.padding-0 {
    padding: 0 !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.sparator-15 {
    height: 15px;
    clear: both;
}

.ml-15 {
    margin-left: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.margin-remove {
    margin: 0 !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card .card-header {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    background: transparent;
}

header .acdn-title:not(.collapsed)::after {
    transform: rotate(90deg);
    color: #ffffff;
}

.card .card-header .acdn-title::after {
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    transition: all 0.3s ease 0s;
}

.card .card-header h3.acdn-title {
    background: whitesmoke;
    color: green;
    font-size: 15px;
}

.card .card-header .acdn-title {
    background-color: rgba(240, 240, 240, 0.8);
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.2px;
    -webkit-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out;
}

.card .card-body {
    padding: 5px 15px 18px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.tracking {
    border: #ccc solid 1px;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 20px 0px;
}

.billno {
    float: left;
    border-right: #ccc solid 1px;
    padding: 0px 100px 0px 20px;
}

span.green {
    color: green;
}

.shippingstatus {
    float: left;
    padding: 0px 20px 0px 100px;
}

.tracking #accordion .card {
    display: block;
    border: #ccc solid 1px;
}

.tracking .rs-accordion-style1 .card .card-header h3.acdn-title {
    background: whitesmoke;
    color: green;
    font-size: 15px;
}

    .tracking .rs-accordion-style1 .card .card-header h3.acdn-title span {
        color: #000;
        padding-left: 20px;
    }

.smpl-step {
    margin-top: 40px;
}

.smpl-step {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .smpl-step > .smpl-step-step {
        padding: 0;
        position: relative;
        width: 33%;
    }

        .smpl-step > .smpl-step-step .smpl-step-num {
            font-size: 17px;
            margin-top: -20px;
        }

        .smpl-step > .smpl-step-step .smpl-step-info {
            font-size: 14px;
            padding-top: 27px;
        }

        .smpl-step > .smpl-step-step > .smpl-step-icon {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: var(--primary-color, #ffdf00);
            top: 45px;
            left: 50%;
            margin-top: -35px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .smpl-step > .smpl-step-step > .smpl-step-icon:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: var(--secondary-color, #097230);
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .smpl-step > .smpl-step-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin-top: 16px;
        }

            .smpl-step > .smpl-step-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: var(--primary-color, #ffdf00);;
            }

        .smpl-step > .smpl-step-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .smpl-step > .smpl-step-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .smpl-step > .smpl-step-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .smpl-step > .smpl-step-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .smpl-step > .smpl-step-step.disabled > .smpl-step-icon {
            background-color: #f5f5f5;
        }

            .smpl-step > .smpl-step-step.disabled > .smpl-step-icon:after {
                opacity: 0;
            }

        .smpl-step > .smpl-step-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .smpl-step > .smpl-step-step:last-child > .progress {
            width: 50%;
        }

        .smpl-step > .smpl-step-step.disabled a.smpl-step-icon {
            pointer-events: none;
        }

table.shipingtable {
    width: 100%;
}

    table.shipingtable tr th {
        background: #ccc;
        padding: 5px 10px;
    }

    table.shipingtable tr td {
        padding: 5px 10px;
        border: #ddd solid 1px;
    }

        table.shipingtable tr td.bg-success-track {
            background: #dff0d8;
            color: #000;
        }

    table.shipingtable tr th.bg-success-track {
        background: #dff0d8;
        color: #000;
    }

    table.shipingtable tr td span, table.shipingtable tr th span {
        color: green;
    }

.rs-search-courses {
    padding: 70px 0;
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

    .rs-search-courses:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        background-color: #212121;
        z-index: -1;
        display: block;
    }

    .rs-search-courses select,
    .rs-search-courses button,
    .rs-search-courses input {
        width: 100%;
        height: 60px;
        padding: 0 15px;
        color: #777;
        border: none;
    }

    .rs-search-courses ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #000;
        opacity: 1 !important;
    }

    .rs-search-courses ::-moz-placeholder { /* Firefox 19+ */
        color: #777;
        opacity: 1 !important;
    }

    .rs-search-courses :-ms-input-placeholder { /* IE 10+ */
        color: #777;
        opacity: 1 !important;
    }

    .rs-search-courses :-moz-placeholder {
        /* Firefox 18- */
        color: #777;
        opacity: 1 !important;
    }

    .rs-search-courses select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

    .rs-search-courses .categories,
    .rs-search-courses .level {
        position: relative;
    }

        .rs-search-courses .categories:before,
        .rs-search-courses .level:before {
            position: absolute;
            font-family: FontAwesome;
            content: "\f0d7";
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .rs-search-courses .search-btn button {
        background-color: #ff5b02;
        border-color: #ff5b02;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }

        .rs-search-courses .search-btn button:hover,
        .rs-search-courses .search-btn button:focus {
            background-color: #e41f05;
        }
/* ------------------------------------
    10. Courses Details
---------------------------------------*/
.rs-courses-details .detail-img {
    position: relative;
    margin-bottom: 40px;
}

    .rs-courses-details .detail-img img {
        transition: all 0.3s ease 0s;
    }

    .rs-courses-details .detail-img:hover img {
        opacity: 0.9;
    }

    .rs-courses-details .detail-img .course-seats {
        position: absolute;
        bottom: 25px;
        right: 25px;
        font-size: 15px;
        width: 78px;
        height: 78px;
        line-height: 21px;
        border-radius: 50%;
        text-align: center;
        background-color: #ff5b02;
        color: #fff;
        font-weight: 600;
        padding-top: 18px;
    }

        .rs-courses-details .detail-img .course-seats span {
            display: block;
        }

        .rs-courses-details .detail-img .course-seats.price {
            right: auto;
            left: 25px;
            padding-top: 0;
            line-height: 78px;
        }

.rs-courses-details .course-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.rs-courses-details .course-instructor {
    padding: 20px 25px 16px;
    background-color: #f9f9f9;
    position: relative;
}

    .rs-courses-details .course-instructor p {
        margin-bottom: 0;
    }

    .rs-courses-details .course-instructor .instructor-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        margin-bottom: 20px;
    }

.rs-courses-details .instructor-inner {
    display: -webkit-flex;
    display: flex;
}

    .rs-courses-details .instructor-inner .instructor-img img {
        height: 100px;
        width: 100px;
        transition: all 0.3s ease 0s;
    }

    .rs-courses-details .instructor-inner .instructor-img:hover img {
        opacity: 0.8;
    }

    .rs-courses-details .instructor-inner .instructor-body {
        padding-left: 18px;
    }

        .rs-courses-details .instructor-inner .instructor-body .name {
            font-size: 16px;
            font-family: 'Roboto Condensed', sans-serif;
            margin-bottom: 0;
        }

        .rs-courses-details .instructor-inner .instructor-body .designation {
            font-size: 14px;
            font-weight: 600;
        }

        .rs-courses-details .instructor-inner .instructor-body .social-icon {
            margin-top: 15px;
        }

            .rs-courses-details .instructor-inner .instructor-body .social-icon a i {
                font-size: 17px;
                margin-right: 6px;
            }

.rs-courses-details .short-desc {
    margin-top: 15px;
}

.rs-courses-details .info-list {
    font-weight: 600;
    font-size: 15px;
}

    .rs-courses-details .info-list ul li {
        color: #777777;
        margin-bottom: 6px;
    }

        .rs-courses-details .info-list ul li span {
            color: #212121;
        }

.rs-courses-details .apply-btn {
    position: absolute;
    right: 16px;
    bottom: 10px;
}

    .rs-courses-details .apply-btn a {
        display: inline-block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        min-width: 147px;
        padding: 0 20px;
        background-color: #ff5b02;
        color: #fff;
        transition: all 0.3s ease 0s;
        font-weight: 600;
    }

        .rs-courses-details .apply-btn a:hover {
            background-color: #e41f05;
        }

.rs-courses-details .course-desc {
    margin-top: 30px;
}

    .rs-courses-details .course-desc .desc-title {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .rs-courses-details .course-desc .desc-text p {
        margin-bottom: 18px;
    }

    .rs-courses-details .course-desc .share-area {
        padding: 15px;
        border: 1px solid #ccc;
    }

        .rs-courses-details .course-desc .share-area h3 {
            margin-bottom: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 15px;
        }

        .rs-courses-details .course-desc .share-area .share-inner {
            text-align: right;
        }

            .rs-courses-details .course-desc .share-area .share-inner a {
                display: inline-block;
                min-width: 88px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border: 1px solid #ccc;
                border-radius: 3px;
                font-size: 13px;
                color: #505050;
                padding: 0 12px;
                font-weight: 600;
            }

                .rs-courses-details .course-desc .share-area .share-inner a + a {
                    margin-left: 8px;
                }

                .rs-courses-details .course-desc .share-area .share-inner a:hover {
                    border-color: #ff5b02;
                    color: #ff5b02;
                }

    .rs-courses-details .course-desc .course-syllabus {
        padding: 15px 0 35px;
    }

        .rs-courses-details .course-desc .course-syllabus h3.desc-title {
            padding-bottom: 10px;
        }

        .rs-courses-details .course-desc .course-syllabus ul.syllabus {
            padding-left: 15px;
        }

            .rs-courses-details .course-desc .course-syllabus ul.syllabus li {
                display: block;
                padding-top: 6px;
            }

                .rs-courses-details .course-desc .course-syllabus ul.syllabus li strong {
                    padding-right: 5px;
                    display: block;
                }

                .rs-courses-details .course-desc .course-syllabus ul.syllabus li span {
                    padding-left: 20px;
                    position: relative;
                }

                    .rs-courses-details .course-desc .course-syllabus ul.syllabus li span:before {
                        content: "\f054";
                        font-family: "FontAwesome";
                        font-size: 10px;
                        left: 0;
                        position: absolute;
                        color: #505050;
                        top: 0;
                    }

.rs-courses-details .rs-testimonial .testimonial-item {
    text-align: center;
}

    .rs-courses-details .rs-testimonial .testimonial-item .testi-desc:after,
    .rs-courses-details .rs-testimonial .testimonial-item .testi-desc:before {
        display: none;
    }

    .rs-courses-details .rs-testimonial .testimonial-item .cl-client-rating i {
        color: #ffaa30;
    }

.rs-courses-details ul.course-meta-style li {
    float: left;
    padding-right: 30px;
    position: relative;
}

    .rs-courses-details ul.course-meta-style li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        width: 1px;
        height: 40px;
        background: #e1e1e1;
    }

    .rs-courses-details ul.course-meta-style li:last-child {
        padding-right: 0;
    }

        .rs-courses-details ul.course-meta-style li:last-child:before {
            display: none;
        }

    .rs-courses-details ul.course-meta-style li.author {
        overflow: hidden;
    }

        .rs-courses-details ul.course-meta-style li.author .author-name,
        .rs-courses-details ul.course-meta-style li.author .image {
            float: left;
        }

        .rs-courses-details ul.course-meta-style li.author .author-name {
            padding-left: 15px;
        }

    .rs-courses-details ul.course-meta-style li a {
        color: #212121;
        font-weight: 600;
    }

    .rs-courses-details ul.course-meta-style li i {
        color: #ffaa30;
    }

.rs-courses-details .btn-area {
    text-align: right;
}

    .rs-courses-details .btn-area a {
        background: #ff5b02;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        padding: 10px 20px;
    }

        .rs-courses-details .btn-area a:hover {
            background: #e41f05;
        }

.rs-courses-details .course-des-tabs {
    margin-top: 15px;
}

    .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan {
        margin: 0;
        border: 0;
    }

        .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item {
            width: 25%;
        }

            .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a {
                border: 1px solid #eee;
                background: #f9f9f9;
                border-right: 0;
                color: #212121;
                font-weight: 600;
            }

                .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active {
                    position: relative;
                    background: #fff;
                    border-bottom: none;
                    color: #ff5b02;
                }

                    .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 3px;
                        top: 0;
                        height: 2px;
                        z-index: 10;
                        width: 100%;
                        background: #ff5b02;
                    }

            .rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item:last-child a {
                border-right: 1px solid #eee;
            }

    .rs-courses-details .course-des-tabs .tab-content {
        border-radius: 0;
        border: 1px solid #eee;
        border-top: 0;
        padding: 60px 30px;
    }

        .rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title {
            padding-bottom: 15px;
            position: relative;
        }

            .rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 3px;
                width: 50px;
                background: #ff5b02;
            }

        .rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li {
            position: relative;
            padding-left: 20px;
        }

            .rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li:before {
                border: none;
                color: #ff5b02;
                content: "\f101";
                font-family: fontawesome;
                font-size: 14px !important;
                font-size: 9px;
                margin-right: 10px;
                padding: 0;
                left: 0;
                position: absolute;
                top: 1px;
            }

        .rs-courses-details .course-des-tabs .tab-content .instructor-list {
            overflow: hidden;
        }

            .rs-courses-details .course-des-tabs .tab-content .instructor-list .image {
                float: left;
                padding-right: 20px;
            }

            .rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name {
                overflow: hidden;
            }

                .rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name h4 {
                    margin: 0 0 5px;
                }

                .rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name span {
                    margin: 0 0 10px;
                    display: block;
                }

                .rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name i {
                    color: #ffaa30;
                }

            .rs-courses-details .course-des-tabs .tab-content .instructor-list p.dsc {
                display: block;
                clear: both;
                padding-top: 15px;
                margin-bottom: 0;
            }

            .rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li {
                display: inline-block;
            }

                .rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a {
                    display: block;
                    background: #ff5b02;
                    padding: 3px 0;
                    width: 40px;
                    text-align: center;
                }

                    .rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a i {
                        color: #fff;
                    }

                    .rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a:hover {
                        background: #ff5b02;
                    }
/* ------------------------------------
    11. Rs-counter
---------------------------------------*/
.rs-counter .rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    text-align: center;
    padding: 23px;
    transition: .3s all ease;
}

    .rs-counter .rs-counter-list .counter-number {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .rs-counter .rs-counter-list .counter-desc {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

    .rs-counter .rs-counter-list:hover {
        border-color: #ff5b02;
    }

.rs-counter .counter-title {
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 25px;
}

.rs-counter .counter-text p {
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.6);
}

.rs-counter .counter-img {
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

    .rs-counter .counter-img img {
        border-radius: 8px;
    }

.rs-counter-style2 .rs-counter-list {
    border: none;
    padding: 0;
}

.rs-counter-style2 .count-icon i {
    font-size: 60px;
    color: #ff5b02;
}

.home5 .rs-counter .rs-counter-list {
    border-radius: 30px;
    border: none;
    background: #92278f;
}

    .home5 .rs-counter .rs-counter-list .counter-number {
        color: #fff;
    }

    .home5 .rs-counter .rs-counter-list:hover {
        border-color: #92278f;
    }

    .home5 .rs-counter .rs-counter-list.blue-color {
        background: #269aa9;
    }

    .home5 .rs-counter .rs-counter-list.orange-color {
        background: #fc7f0c;
    }

    .home5 .rs-counter .rs-counter-list.red-color {
        background: #e84b3a;
    }
/* ------------------------------------
    12. Upcoming Events
---------------------------------------*/
.rs-events .event-item .event-img {
    margin-bottom: 20px;
}

.rs-events .event-item .event-date {
    font-size: 14px;
    font-weight: 500;
}

    .rs-events .event-item .event-date i {
        font-size: 13px;
        display: inline-block;
        margin-right: 5px;
        color: #ff5b02;
    }

    .rs-events .event-item .event-date span {
        color: #505050;
    }

.rs-events .event-item .event-title {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 4px;
}

    .rs-events .event-item .event-title a {
        color: #212121;
    }

        .rs-events .event-item .event-title a:hover {
            color: #ff5b02;
        }

.rs-events .event-item .event-meta {
    font-size: 14px;
}

    .rs-events .event-item .event-meta > div {
        display: inline-block;
    }

        .rs-events .event-item .event-meta > div i {
            font-size: 14px;
            display: inline-block;
            margin-right: 3px;
            color: #ff5b02;
        }

    .rs-events .event-item .event-meta .event-time {
        margin-right: 10px;
    }

.rs-events .event-item .event-btn {
    margin-top: 18px;
}

    .rs-events .event-item .event-btn a {
        font-weight: 500;
    }

.rs-events-2 .event-item {
    margin-bottom: 30px;
    background: #f9f9f9;
    border: none;
}

    .rs-events-2 .event-item .row {
        margin: 0;
    }

    .rs-events-2 .event-item [class*="col-"] {
        padding: 0;
    }

    .rs-events-2 .event-item .event-content {
        padding: 15px 20px 20px 0;
    }

    .rs-events-2 .event-item .event-img {
        margin: -1px 0 -1px -1px;
        margin-right: 20px;
        transition: all 0.3s ease 0s;
    }

        .rs-events-2 .event-item .event-img:hover {
            opacity: 0.8;
        }

    .rs-events-2 .event-item .event-location {
        font-size: 13px;
    }

        .rs-events-2 .event-item .event-location i {
            font-size: 14px;
            display: inline-block;
            margin-right: 5px;
            color: #ff5b02;
        }

        .rs-events-2 .event-item .event-location span {
            color: #505050;
        }

    .rs-events-2 .event-item .event-title {
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: 1px;
        line-height: 25px;
        font-weight: 600;
        text-transform: capitalize;
    }

        .rs-events-2 .event-item .event-title a {
            color: #212121;
        }

    .rs-events-2 .event-item .event-meta {
        font-size: 13px;
    }

        .rs-events-2 .event-item .event-meta > div {
            display: inline-block;
        }

            .rs-events-2 .event-item .event-meta > div i {
                font-size: 15px;
                display: inline-block;
                margin-right: 3px;
                color: #ff5b02;
            }

        .rs-events-2 .event-item .event-meta .event-time {
            margin-left: 10px;
        }

    .rs-events-2 .event-item .event-desc {
        margin-top: 7px;
    }

        .rs-events-2 .event-item .event-desc p {
            margin-bottom: 15px;
        }

    .rs-events-2 .event-item .event-btn a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        min-width: 130px;
        padding: 0 15px;
        background: #ff5b02;
        color: #fff;
        transition: all 0.3s ease 0s;
        font-weight: 600;
    }

        .rs-events-2 .event-item .event-btn a:hover {
            background-color: #e41f05;
            color: #fff;
        }

.home5 .event-item .event-date {
    max-width: 170px;
    margin: 0 auto;
    height: 30px;
    background: #92278f;
    margin-top: -32px;
    position: relative;
    top: -13px;
    border-radius: 15px 15px 0 0;
    padding-top: 2px;
    text-align: center;
}

    .home5 .event-item .event-date i,
    .home5 .event-item .event-date span {
        color: #fff;
    }

.home5 .red-color .event-date {
    background: #e84b3a;
}

.home5 .orange-color .event-date {
    background: #fc7f0c;
}

.home5 .blue-color .event-date {
    background: #00bcd4;
}

.rs-event-details #googleMap {
    height: 270px;
    margin-bottom: 30px;
}

.rs-event-details .event-title {
    font-size: 24px;
    margin-bottom: 6px;
}

    .rs-event-details .event-title a {
        color: #212121;
    }

        .rs-event-details .event-title a:hover {
            color: #ff5b02;
        }

.rs-event-details .event-meta {
    margin-top: 10px;
    margin-bottom: 30px;
}

    .rs-event-details .event-meta > div {
        display: inline-block;
        color: #666;
    }

        .rs-event-details .event-meta > div + div {
            margin-left: 14px;
        }

        .rs-event-details .event-meta > div i {
            margin-right: 3px;
            color: #ff5b02;
        }

.rs-event-details .event-img {
    margin-bottom: 25px;
}

.rs-event-details .share-area .share-inner {
    text-align: right;
}

    .rs-event-details .share-area .share-inner span {
        display: inline-block;
        margin-right: 5px;
        color: #101010;
        font-weight: 600;
    }

    .rs-event-details .share-area .share-inner a i {
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #212121;
        transition: all 0.3s ease 0s;
    }

        .rs-event-details .share-area .share-inner a i:hover {
            border-color: #ff5b02;
            color: #ff5b02;
        }

.rs-event-details .share-area .book-btn a {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    text-align: center;
    min-width: 147px;
    padding: 0 20px;
    border: 2px solid #ff5b02;
    color: #212121;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

    .rs-event-details .share-area .book-btn a:hover {
        background-color: #ff5b02;
        color: #ffffff;
    }
/* ------------------------------------
    13. Experienced Staffs
---------------------------------------*/
.rs-team .team-item {
    position: relative;
    overflow: hidden;
}

    .rs-team .team-item .team-img {
        position: relative;
    }

        .rs-team .team-item .team-img .normal-text {
            position: absolute;
            bottom: 0;
            padding: 10px 20px;
            min-width: 175px;
            background-color: rgba(34, 34, 34, 0.8);
            transition: .3s ease all;
        }

            .rs-team .team-item .team-img .normal-text .team-name {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
                display: block;
            }

            .rs-team .team-item .team-img .normal-text .subtitle {
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                margin: 0;
                display: block;
            }

        .rs-team .team-item .team-img img {
            width: 100%;
        }

    .rs-team .team-item .team-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 10%;
        left: 0;
        text-align: center;
        z-index: 11;
        padding: 30px;
        opacity: 0;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }

        .rs-team .team-item .team-content:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: -1;
            -webkit-transition: .25s opacity ease;
            transition: .25s opacity ease;
        }

    .rs-team .team-item .team-name {
        margin-bottom: 2px;
    }

        .rs-team .team-item .team-name a {
            margin-bottom: 6px;
            font-size: 20px;
            color: #fff;
            text-transform: capitalize;
            font-weight: 700;
            position: relative;
            z-index: 111;
        }

            .rs-team .team-item .team-name a:hover {
                color: #fff;
            }

    .rs-team .team-item .team-title {
        position: relative;
        z-index: 111;
        font-size: 14px;
        color: #fff;
        padding-bottom: 12px;
    }

        .rs-team .team-item .team-title:after {
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #ff5b02;
            content: "";
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .rs-team .team-item .team-desc {
        color: #fff;
        margin-bottom: 0;
        padding-top: 0px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 19px;
    }

    .rs-team .team-item .team-social {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 111;
        opacity: 0;
        margin-top: 25px;
        -webkit-transition: .4s all ease;
        transition: .4s all ease;
    }

        .rs-team .team-item .team-social .social-icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #ff5b02;
            margin-right: 6px;
            border-radius: 50%;
        }

            .rs-team .team-item .team-social .social-icon i {
                font-size: 14px;
                color: #fff;
            }

            .rs-team .team-item .team-social .social-icon:hover {
                background-color: #e41f05;
            }

    .rs-team .team-item:hover .team-content {
        opacity: 1;
        top: 0;
    }

    .rs-team .team-item:hover .team-social {
        opacity: 1;
    }

    .rs-team .team-item:hover .normal-text {
        opacity: 0;
        visibility: hidden;
    }

.rs-team-2 .team-item {
    margin-bottom: 30px;
}

    .rs-team-2 .team-item .team-img {
        position: relative;
        overflow: hidden;
    }

        .rs-team-2 .team-item .team-img .social-icon {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
            opacity: 0;
            visibility: hidden;
            transition: .8s all ease;
        }

            .rs-team-2 .team-item .team-img .social-icon a i {
                margin-right: 8px;
                font-size: 20px;
            }

        .rs-team-2 .team-item .team-img:before {
            content: '';
            position: absolute;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            background: transparent;
            border: 5px solid rgba(255, 255, 255, 0.7);
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            transition: .5s all ease;
        }

        .rs-team-2 .team-item .team-img:hover .social-icon {
            opacity: 1;
            visibility: visible;
        }

            .rs-team-2 .team-item .team-img:hover .social-icon a:hover {
                color: #fff;
            }

        .rs-team-2 .team-item .team-img:hover:before {
            transform: translateX(-50%) translateY(-50%) rotate(-270deg);
            border: 0;
            background: rgba(33, 33, 33, 0.8);
        }

    .rs-team-2 .team-item .team-body {
        padding: 18px;
        text-align: center;
        background-color: #f0f0f0;
    }

        .rs-team-2 .team-item .team-body .name {
            font-size: 20px;
            margin-bottom: 2px;
            color: #212121;
            transition: all 0.3s ease 0s;
        }

            .rs-team-2 .team-item .team-body .name:hover {
                color: #ff5b02;
            }

        .rs-team-2 .team-item .team-body .designation {
            font-size: 15px;
        }

.rs-team-2.team-page {
    padding-top: 93px;
}

.rs-team-2 .row.grid {
    min-height: 400px !important;
    overflow: hidden;
}

.team-all .row {
    margin-bottom: 30px;
}

    .team-all .row .team-item {
        margin-bottom: 0;
    }

.home5 .rs-team .team-item {
    margin-bottom: 30px;
    overflow: inherit;
}

    .home5 .rs-team .team-item .team-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .home5 .rs-team .team-item .team-social .social-icon {
        background: #92278f;
    }

        .home5 .rs-team .team-item .team-social .social-icon:hover {
            background: #5d0b5b;
        }

    .home5 .rs-team .team-item .team-img .normal-text {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
        border-radius: 30px;
        width: 200px;
        padding: 15px 0 0;
        height: 70px;
        bottom: -30px;
    }

.pagination {
    margin-top: 25px;
}

    .pagination .page-item > * {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        padding: 0;
        font-weight: 600;
        color: #505050;
        outline: none;
    }

        .pagination .page-item > *:hover,
        .pagination .page-item > *.active {
            color: #ff5b02;
        }

        .pagination .page-item > *.dotted {
            line-height: 40px;
        }
/* ------------------------------------
    14. Staffs Single
---------------------------------------*/
.rs-team-single .team-name {
    font-size: 30px;
    margin-bottom: 10px;
}

.rs-team-single .team-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

    .rs-team-single .team-title span {
        display: block;
    }

.rs-team-single .team-contact {
    margin-bottom: 15px;
}

.rs-team-single .team-icons {
    padding: 30px;
    text-align: center;
}

    .rs-team-single .team-icons a {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #f0f0f0;
        margin-right: 15px;
        border-radius: 2px;
        transition: all 0.3s ease 0s;
    }

        .rs-team-single .team-icons a:hover {
            background-color: #ff5b02;
            color: #fff;
        }

.rs-team-single .rs-progress {
    height: 8px;
    border: 1px solid #ff5b02;
    border-radius: 0;
    overflow: visible;
    padding: 1px;
    background: #fff;
    margin-top: 25px;
}

    .rs-team-single .rs-progress + .rs-progress {
        margin-top: 50px;
    }

    .rs-team-single .rs-progress .progress-bar {
        position: relative;
        text-align: left;
        line-height: 4px;
        border-radius: 0;
        box-shadow: none;
        background-color: #ff5b02;
    }

        .rs-team-single .rs-progress .progress-bar .pb-label {
            position: absolute;
            left: 0px;
            top: -24px;
            color: #666;
            font-size: 15px;
            font-weight: 600;
        }

        .rs-team-single .rs-progress .progress-bar .pb-percent {
            position: absolute;
            right: -13px;
            font-weight: 500;
            color: #fff;
            font-size: 10px;
            top: -30px;
            background: #ff5b02;
            padding: 8px 5px;
        }

            .rs-team-single .rs-progress .progress-bar .pb-percent:after {
                content: '';
                position: absolute;
                border: 5px solid transparent;
                left: 50%;
                border-top-color: #ff5b02;
                top: 20px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }
/* ------------------------------------
    15. Calltoaction
---------------------------------------*/
.rs-calltoaction .cta-content .cta-subtitle {
    margin-bottom: 10px;
    color: #ff5b02;
}

.rs-calltoaction .cta-content .cta-title {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 32px;
}

.rs-calltoaction .cta-content p {
    color: #ffffff;
}

.rs-calltoaction .cta-button {
    display: inline-block;
    text-decoration: none;
    background-color: #ff5b02;
    color: #ffffff;
    font-weight: 500;
    min-width: 170px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
}

    .rs-calltoaction .cta-button:hover,
    .rs-calltoaction .cta-button:focus,
    .rs-calltoaction .cta-button:active {
        background-color: #e41f05;
        color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
    }

.rs-webdevelopment-course .cta-subtitle {
    margin-bottom: 10px;
    color: #ff5b02;
}

.rs-webdevelopment-course .cta-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 32px;
}

.rs-webdevelopment-course .cta-button {
    display: inline-block;
    text-decoration: none;
    background-color: #ff5b02;
    color: #ffffff;
    font-weight: 500;
    min-width: 170px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
}

    .rs-webdevelopment-course .cta-button:hover,
    .rs-webdevelopment-course .cta-button:focus,
    .rs-webdevelopment-course .cta-button:active {
        background-color: #e41f05;
        color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
    }
/* ------------------------------------
    16. Latest News
---------------------------------------*/
.rs-latest-news .news-normal-block {
    padding: 15px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
}

    .rs-latest-news .news-normal-block:hover {
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .rs-latest-news .news-normal-block .news-img {
        margin-bottom: 20px;
    }

        .rs-latest-news .news-normal-block .news-img img {
            width: 100%;
        }

    .rs-latest-news .news-normal-block .news-date {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }

        .rs-latest-news .news-normal-block .news-date i {
            font-size: 15px;
            font-weight: 500;
            display: inline-block;
            margin-right: 4px;
            color: #ff5b02;
        }

        .rs-latest-news .news-normal-block .news-date span {
            color: #505050;
        }

    .rs-latest-news .news-normal-block .news-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

        .rs-latest-news .news-normal-block .news-title a {
            color: #212121;
        }

            .rs-latest-news .news-normal-block .news-title a:hover,
            .rs-latest-news .news-normal-block .news-title a:focus {
                color: #ff5b02;
            }

    .rs-latest-news .news-normal-block .news-desc p {
        margin-bottom: 20px;
    }

    .rs-latest-news .news-normal-block .news-btn a {
        display: inline-block;
        margin-left: auto;
        padding: 4px 16px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        background-color: #ff5b02;
        color: #fff;
    }

        .rs-latest-news .news-normal-block .news-btn a:hover {
            background-color: #e41f05;
        }

.rs-latest-news .news-list-block {
    overflow: hidden;
}

    .rs-latest-news .news-list-block .news-list-item {
        overflow: hidden;
        padding: 15px;
        border: 1px solid rgba(34, 34, 34, 0.1);
        transition: all 0.3s ease 0s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .rs-latest-news .news-list-block .news-list-item:hover {
            -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .rs-latest-news .news-list-block .news-list-item + .news-list-item {
            margin-top: 23px;
        }

        .rs-latest-news .news-list-block .news-list-item .news-img {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            padding-right: 15px;
            float: left;
        }

        .rs-latest-news .news-list-block .news-list-item .news-content {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
            float: left;
        }

        .rs-latest-news .news-list-block .news-list-item .news-date {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .rs-latest-news .news-list-block .news-list-item .news-date i {
                font-size: 15px;
                font-weight: 500;
                display: inline-block;
                margin-right: 4px;
                color: #ff5b02;
            }

            .rs-latest-news .news-list-block .news-list-item .news-date span {
                color: #505050;
            }

        .rs-latest-news .news-list-block .news-list-item .news-title {
            font-size: 16px;
            margin-bottom: 7px;
        }

            .rs-latest-news .news-list-block .news-list-item .news-title a {
                color: #212121;
            }

                .rs-latest-news .news-list-block .news-list-item .news-title a:hover,
                .rs-latest-news .news-list-block .news-list-item .news-title a:focus {
                    color: #ff5b02;
                }

        .rs-latest-news .news-list-block .news-list-item .news-btn a {
            display: inline-block;
            margin-left: auto;
            padding: 8px 20px;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            background-color: #ff5b02;
            color: #fff;
        }

            .rs-latest-news .news-list-block .news-list-item .news-btn a:hover {
                background-color: #e41f05;
            }

        .rs-latest-news .news-list-block .news-list-item .news-desc p {
            margin-bottom: 0;
        }

.latest-news-slider .slick-arrow {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: -104px;
    height: 42px;
    width: 42px;
    font-size: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ff5b02;
    cursor: pointer;
    outline: 0;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    line-height: 0;
}

    .latest-news-slider .slick-arrow:after {
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 22px;
    }

    .latest-news-slider .slick-arrow.slick-prev:after {
        content: "\f104";
    }

    .latest-news-slider .slick-arrow.slick-next {
        right: -160px;
    }

        .latest-news-slider .slick-arrow.slick-next:after {
            content: "\f105";
        }

    .latest-news-slider .slick-arrow:hover {
        background-color: #ff5b02;
        color: #fff;
    }

.latest-news-nav .slick-track {
    width: 100% !important;
}

.latest-news-nav .slick-slide {
    width: 100% !important;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding: 8px;
    transition: all 0.3s ease 0s;
}

    .latest-news-nav .slick-slide.slick-current,
    .latest-news-nav .slick-slide:hover {
        background-color: #ff5b02;
        border-color: #ff5b02;
    }

        .latest-news-nav .slick-slide.slick-current img,
        .latest-news-nav .slick-slide:hover img {
            opacity: 0.8;
        }
/* ------------------------------------
    17. Our Publications
---------------------------------------*/
.rs-products .owl-stage-outer {
    padding-bottom: 30px;
}

.rs-products .product-item {
    text-align: center;
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
}

    .rs-products .product-item:hover {
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .rs-products .product-item .product-img {
        margin-bottom: 17px;
        overflow: hidden;
    }

        .rs-products .product-item .product-img img {
            width: 100%;
            transition: all 0.3s ease 0s;
        }

        .rs-products .product-item .product-img:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .rs-products .product-item .product-title {
        font-size: 20px;
        margin-bottom: 3px;
    }

        .rs-products .product-item .product-title a {
            color: #212121;
        }

            .rs-products .product-item .product-title a:hover,
            .rs-products .product-item .product-title a:focus,
            .rs-products .product-item .product-title a:active {
                color: #ff5b02;
            }

    .rs-products .product-item .product-price {
        font-size: 16px;
        color: #444;
        display: block;
    }

    .rs-products .product-item .product-btn {
        margin-top: 20px;
        padding-bottom: 25px;
    }

        .rs-products .product-item .product-btn a {
            display: inline-block;
            margin-left: auto;
            padding: 2px 15px;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #212121;
            color: #212121;
        }

            .rs-products .product-item .product-btn a:hover {
                border-color: #ff5b02;
                background-color: #ff5b02;
                color: #fff;
            }

.rs-products .view-btn {
    text-align: center;
    margin-top: 20px;
}

    .rs-products .view-btn a {
        display: inline-block;
        margin-left: auto;
        min-width: 170px;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        background-color: #ff5b02;
        color: #fff;
    }

        .rs-products .view-btn a:hover {
            background-color: #e41f05;
        }
/* ------------------------------------
    18. Testimonial
---------------------------------------*/
.rs-testimonial .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 55px;
}

.rs-testimonial .testimonial-item {
    padding: 35px;
    background-color: #ffffff;
}

    .rs-testimonial .testimonial-item .testi-img {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 110px;
        height: 110px;
        padding: 5px;
        background: #fff;
        border-radius: 50%;
    }

        .rs-testimonial .testimonial-item .testi-img img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }

    .rs-testimonial .testimonial-item .testi-desc {
        padding: 42px 0;
        position: relative;
    }

        .rs-testimonial .testimonial-item .testi-desc .testi-name {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .rs-testimonial .testimonial-item .testi-desc p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 0;
        }

        .rs-testimonial .testimonial-item .testi-desc:before,
        .rs-testimonial .testimonial-item .testi-desc:after {
            position: absolute;
            font-family: FontAwesome;
            font-size: 26px;
            color: #ff5b02;
        }

        .rs-testimonial .testimonial-item .testi-desc:before {
            content: "\f10d";
            top: 0;
            left: 0;
        }

        .rs-testimonial .testimonial-item .testi-desc:after {
            content: "\f10e";
            bottom: 0;
            right: 0;
        }

.rs-testimonial .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .rs-testimonial .owl-controls .owl-dots .owl-dot {
        height: 6px;
        width: 22px;
        background-color: #fff;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        .rs-testimonial .owl-controls .owl-dots .owl-dot + .owl-dot {
            margin-left: 8px;
        }

        .rs-testimonial .owl-controls .owl-dots .owl-dot.active {
            background-color: #ff5b02;
        }

        .rs-testimonial .owl-controls .owl-dots .owl-dot:first-child {
            border-radius: 3px 0 0 3px;
        }

        .rs-testimonial .owl-controls .owl-dots .owl-dot:last-child {
            border-radius: 0 3px 3px 0;
        }

.rs-testimonial-2 .owl-stage-outer {
    padding-top: 55px;
    padding-bottom: 30px;
}

.rs-testimonial-2 .testimonial-item {
    padding: 35px;
    background-color: #f0f0f0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin: 0 3px;
}

    .rs-testimonial-2 .testimonial-item .testi-img {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 110px;
        height: 110px;
        padding: 5px;
        background: #fff;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

        .rs-testimonial-2 .testimonial-item .testi-img img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }

    .rs-testimonial-2 .testimonial-item .testi-desc {
        padding: 42px 0;
        position: relative;
    }

        .rs-testimonial-2 .testimonial-item .testi-desc .testi-name {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .rs-testimonial-2 .testimonial-item .testi-desc p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 0;
        }

        .rs-testimonial-2 .testimonial-item .testi-desc:before,
        .rs-testimonial-2 .testimonial-item .testi-desc:after {
            position: absolute;
            font-family: FontAwesome;
            font-size: 26px;
            color: #ff5b02;
        }

        .rs-testimonial-2 .testimonial-item .testi-desc:before {
            content: "\f10d";
            top: 0;
            left: 0;
        }

        .rs-testimonial-2 .testimonial-item .testi-desc:after {
            content: "\f10e";
            bottom: 0;
            right: 0;
        }

.rs-testimonial-2 .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .rs-testimonial-2 .owl-controls .owl-dots .owl-dot {
        height: 6px;
        width: 22px;
        background-color: #fff;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        .rs-testimonial-2 .owl-controls .owl-dots .owl-dot + .owl-dot {
            margin-left: 8px;
        }

        .rs-testimonial-2 .owl-controls .owl-dots .owl-dot.active {
            background-color: #ff5b02;
        }

        .rs-testimonial-2 .owl-controls .owl-dots .owl-dot:first-child {
            border-radius: 3px 0 0 3px;
        }

        .rs-testimonial-2 .owl-controls .owl-dots .owl-dot:last-child {
            border-radius: 0 3px 3px 0;
        }

.rs-testimonial-3 .testimonial-style3 {
    padding-top: 70px;
    margin: 50px 0 0;
    border: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
    background: #e0e0e0;
}

    .rs-testimonial-3 .testimonial-style3:hover {
        border-color: #ff5b02;
    }

        .rs-testimonial-3 .testimonial-style3:hover .image {
            border-color: #ff5b02;
        }

        .rs-testimonial-3 .testimonial-style3:hover .testimonial-content {
            background-color: #ff5b02;
        }

            .rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .name {
                color: #fff;
            }

            .rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .post {
                color: lightblue;
            }

            .rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li {
                background-color: #fff;
            }

                .rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li a {
                    color: #ff5b02;
                }

    .rs-testimonial-3 .testimonial-style3 .image {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        overflow: hidden;
        transition: all 0.7s ease 0s;
        border: 5px solid #f2f2f2;
    }

        .rs-testimonial-3 .testimonial-style3 .image img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .rs-testimonial-3 .testimonial-style3 .title {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .rs-testimonial-3 .testimonial-style3 .description {
        font-size: 15px;
        color: #000;
        line-height: 25px;
        padding: 0 25px 15px;
        margin: 0;
    }

    .rs-testimonial-3 .testimonial-style3 .testimonial-content {
        padding: 15px 25px;
        border-top: none;
        text-align: center;
        transition: all 500ms ease 0s;
    }

        .rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .name {
            font-size: 16px;
            font-weight: bold;
            color: #ff5b02;
            text-transform: uppercase;
            margin-bottom: 5px;
            margin-top: 0;
            transition: all 700ms ease 0s;
        }

        .rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .post {
            font-size: 14px;
            color: #000;
            margin-bottom: 5px;
            text-transform: capitalize;
        }

        .rs-testimonial-3 .testimonial-style3 .testimonial-content .rating {
            display: inline-block;
            margin-bottom: 14px;
            margin-top: 0;
            list-style: none;
        }

            .rs-testimonial-3 .testimonial-style3 .testimonial-content .rating li {
                display: inline-block;
                font-size: 14px;
                color: #debe0f;
            }

        .rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links {
            padding: 0;
            margin: 0;
        }

            .rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li {
                list-style: none;
                margin-right: 5px;
                display: inline-block;
                background-color: #7f352f;
            }

                .rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a {
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    color: #fff;
                    text-align: center;
                }

                    .rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a:hover {
                        text-decoration: none;
                        color: #150504;
                    }

.rs-testimonial-3 .owl-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
}

    .rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div {
        width: 45px;
        height: 40px;
        line-height: 37px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #ececec;
        padding: 0;
        opacity: 1;
        transition: all 0.4s ease-in-out 0s;
    }

        .rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div:hover {
            background: #eabd44;
            border-color: #eabd44;
        }

.rs-testimonial-3 .owl-prev,
.rs-testimonial-3 .owl-next {
    position: absolute;
    left: -3%;
}

.rs-testimonial-3 .owl-next {
    left: auto;
    right: -3%;
}

.rs-testimonial-3 .owl-prev:before {
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 25px;
    color: #ececec;
}

.rs-testimonial-3 .owl-next:before {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 25px;
    color: #ececec;
}

.rs-testimonial-3 .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 60px;
}

.rs-testimonial-5 .testimonial-item {
    background: #92278f;
    border-radius: 30px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 45px 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

    .rs-testimonial-5 .testimonial-item .testi-img {
        top: -125px;
    }

    .rs-testimonial-5 .testimonial-item .testi-desc {
        padding: 0 30px;
    }

        .rs-testimonial-5 .testimonial-item .testi-desc .testi-name {
            font-size: 20px;
            margin-top: 4px;
        }

            .rs-testimonial-5 .testimonial-item .testi-desc .testi-name span {
                display: block;
                font-size: 15px;
                font-weight: 400;
                padding-top: 5px;
            }

            .rs-testimonial-5 .testimonial-item .testi-desc:before,
            .rs-testimonial-5 .testimonial-item .testi-desc .testi-name,
            .rs-testimonial-5 .testimonial-item .testi-desc .testi-name span,
            .rs-testimonial-5 .testimonial-item .testi-desc p {
                color: #fff;
            }

        .rs-testimonial-5 .testimonial-item .testi-desc:before {
            display: none;
        }

        .rs-testimonial-5 .testimonial-item .testi-desc:after {
            display: none;
        }

.rs-testimonial-5 .owl-stage-outer {
    padding-top: 125px;
    padding-bottom: 35px;
}

.rs-testimonial-5 .owl-controls .owl-dots .owl-dot.active {
    background: #92278f;
}
/* ------------------------------------
    19. Newsletter
---------------------------------------*/
.rs-newslatter .newslatter-title {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 30px;
}

.rs-newslatter .newslatter-form .form-input {
    width: calc(69% - 25px);
    height: 50px;
    padding: 0 17px;
    border: 0;
    font-size: 16px;
    margin-right: 25px;
}

.rs-newslatter .newslatter-form .form-button {
    width: 30%;
    height: 50px;
    border: 0;
    background-color: #ff5b02;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

    .rs-newslatter .newslatter-form .form-button:hover {
        background-color: #e41f05;
    }
/* ------------------------------------
    20. Rs-video
---------------------------------------*/
.rs-video {
    padding: 150px 0;
    position: relative;
}

    .rs-video:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .rs-video .video-content {
        text-align: center;
        position: relative;
        z-index: 11;
    }

        .rs-video .video-content a {
            display: inline-block;
            color: #ffffff;
            z-index: 99;
            border: 2px solid #ff5b02;
            border-radius: 50%;
            width: 124px;
            height: 124px;
            margin: 0 auto;
            padding: 5px;
            margin-bottom: 30px;
        }

            .rs-video .video-content a i {
                font-size: 50px;
                line-height: 110px;
                border: 2px solid #fff;
                height: 110px;
                width: 110px;
                border-radius: 50%;
                text-align: center;
                color: #ff5b02;
                display: block;
                background: #fff;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -ms-transition: 0.3s;
                margin-bottom: 24px;
                padding-left: 4px;
            }

            .rs-video .video-content a:hover i {
                border-color: #ff5b02;
                background: transparent;
            }

        .rs-video .video-content span {
            display: block;
            font-size: 30px;
            color: #fff;
            font-weight: 700;
        }
/* ------------------------------------
    21. Why Choose Us
---------------------------------------*/
.rs-why-choose .sec-title {
    margin-bottom: 44px;
}

.rs-why-choose .choose-item {
    text-align: center;
}

    .rs-why-choose .choose-item .choose-title {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 25px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
    }

    .rs-why-choose .choose-item i {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #ff5b02;
        color: #ffffff;
        border-radius: 50%;
        font-size: 36px;
    }
/* ------------------------------------
    22. Pricing Table
---------------------------------------*/
.rs-pricing .pricing-plan {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .rs-pricing .pricing-plan .pricing-head {
        background-color: #f0f0f0;
        padding: 35px;
        border-radius: 4px 4px 0px 0px;
    }

        .rs-pricing .pricing-plan .pricing-head .name {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            line-height: normal;
            margin-bottom: 10px;
            font-weight: 600;
            color: #444;
            text-transform: uppercase;
        }

        .rs-pricing .pricing-plan .pricing-head .price {
            color: #444;
        }

            .rs-pricing .pricing-plan .pricing-head .price sup {
                font-size: 20px;
                line-height: 40px;
                top: -3px;
                margin-right: -7px;
                vertical-align: top;
                font-weight: 700;
            }

            .rs-pricing .pricing-plan .pricing-head .price .duration {
                font-size: 15px;
                font-weight: 600;
                text-transform: uppercase;
            }

        .rs-pricing .pricing-plan .pricing-head .value {
            font-size: 60px;
            line-height: 60px;
        }

    .rs-pricing .pricing-plan .pricing-body ul {
        padding-left: 0;
        list-style: none;
        font-size: 13px;
        color: #444;
        margin: 0;
    }

        .rs-pricing .pricing-plan .pricing-body ul li {
            padding: 15px 0;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            color: #303030;
        }

            .rs-pricing .pricing-plan .pricing-body ul li:nth-child(even) {
                background-color: #f0f0f0;
                padding: 20px 0;
            }

    .rs-pricing .pricing-plan .pricing-footer .pricing-btn {
        display: block;
        padding: 20px;
        background-color: #212121;
        color: #fff;
        font-size: 15px;
        border-radius: 0 0 4px 4px;
        font-weight: 600;
    }

    .rs-pricing .pricing-plan:hover .pricing-head .price,
    .rs-pricing .pricing-plan.featured .pricing-head .price,
    .rs-pricing .pricing-plan:hover .pricing-head .name,
    .rs-pricing .pricing-plan.featured .pricing-head .name {
        color: #ff5b02;
    }

    .rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn,
    .rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn {
        background-color: #ff5b02;
    }

        .rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn:hover,
        .rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn:hover {
            background-color: #e41f05;
        }
/* ------------------------------------
    23. Instagram
---------------------------------------*/
.rs-instagram {
    position: relative;
}

    .rs-instagram .instagram-desc {
        max-width: 630px;
        background: #ff5b02;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 70px 0;
        z-index: 10;
        text-align: center;
    }

        .rs-instagram .instagram-desc .title {
            font-size: 30px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .rs-instagram .instagram-desc .sub-title {
            font-size: 30px;
            color: #101010;
            margin-bottom: 0;
        }

    .rs-instagram .instagram-item {
        margin-left: -1px;
    }

        .rs-instagram .instagram-item a {
            display: block;
            position: relative;
        }

            .rs-instagram .instagram-item a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(17, 17, 17, 0.5);
                opacity: 1;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .rs-instagram .instagram-item:hover a:after {
            opacity: 0;
        }

    .rs-instagram .rs-carousel:last-child {
        margin-top: -1px;
    }
/* ------------------------------------
    24. About Us Page
---------------------------------------*/
.abt-title h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-transform: uppercase;
    position: relative;
}

    .abt-title h2:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 100px;
        background-color: #ff5b02;
    }

.abt-title.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.rs-vision .vision-img {
    position: relative;
}

    .rs-vision .vision-img:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(33, 33, 33, 0.5);
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .rs-vision .vision-img:hover:after {
        opacity: 1;
    }

    .rs-vision .vision-img .popup-youtube {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .rs-vision .vision-img .popup-youtube:after {
            position: absolute;
            font-family: FontAwesome;
            content: "\f04b";
            font-size: 36px;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            transition: all 0.3s ease 0s;
            display: inline-block;
            height: 80px;
            line-height: 80px;
            width: 80px;
            text-align: center;
            border: 3px solid #fff;
            border-radius: 50%;
            padding-left: 8px;
            color: #fff;
        }

.rs-branches .branches-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .rs-branches .branches-item img {
        margin-bottom: 15px;
    }

    .rs-branches .branches-item h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

        .rs-branches .branches-item h3 span {
            display: block;
        }

    .rs-branches .branches-item p {
        margin-bottom: 0;
    }

.rs-branches [class*="col-"] + [class*="col-"] .branches-item:after {
    position: absolute;
    content: '';
    width: 64%;
    height: 2px;
    background-color: #ff5b02;
    left: -38%;
    top: 70px;
}
/* ------------------------------------
    25. Rs Timeline
---------------------------------------*/
.rs-timeline .rs-timeline-icon i {
    color: #ff5b02;
}

.rs-timeline .rs-timeline-content .rs-read-more {
    border-color: #ff5b02;
    color: #ff5b02;
}

    .rs-timeline .rs-timeline-content .rs-read-more:hover {
        background-color: #ff5b02;
        color: #ffffff;
    }

.rs-timeline .rs-timeline-content .rs-date {
    color: #ff5b02;
}

.rs-timeline-2 {
    position: relative;
    padding-bottom: 40px;
}

    .rs-timeline-2 .arrows {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

        .rs-timeline-2 .arrows button {
            height: 42px;
            width: 42px;
            font-size: 0;
            margin: 0 5px;
            border: 0;
            background-color: #212121;
            color: #ff5b02;
            cursor: pointer;
            outline: 0;
            border-radius: 50%;
            transition: all 0.3s ease 0s;
        }

            .rs-timeline-2 .arrows button:hover {
                background-color: #ff5b02;
                color: #fff;
            }

            .rs-timeline-2 .arrows button:after {
                font-family: FontAwesome;
                font-size: 22px;
                margin-top: 5px;
                display: inline-block;
            }

            .rs-timeline-2 .arrows button.arrow__prev:after {
                content: "\f104";
            }

            .rs-timeline-2 .arrows button.arrow__next:after {
                content: "\f105";
            }

    .rs-timeline-2 ol li:not(:last-child)::after {
        background: #ff5b02;
    }
/* ------------------------------------
    26. Elements
---------------------------------------*/
.rs-accordion-style1 .card {
    border: 0;
}

    .rs-accordion-style1 .card .card-header {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
        background: transparent;
    }

        .rs-accordion-style1 .card .card-header .acdn-title {
            background-color: rgba(240, 240, 240, 0.8);
            position: relative;
            margin-bottom: 0;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            padding: 0 20px;
            cursor: pointer;
            font-weight: 500;
            letter-spacing: 0.2px;
            -webkit-transition: 0.2s background-color ease-in-out;
            transition: 0.2s background-color ease-in-out;
        }

            .rs-accordion-style1 .card .card-header .acdn-title:after {
                position: absolute;
                font-family: FontAwesome;
                content: "\f0da";
                right: 20px;
                transition: all 0.3s ease 0s;
            }

            .rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
                background-color: #ff5b02;
                color: #ffffff;
            }

                .rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
                    transform: rotate(90deg);
                    color: #ffffff;
                }

    .rs-accordion-style1 .card .card-body {
        padding: 5px 15px 18px;
    }
/* ------------------------------------
    27. Blog Pages
---------------------------------------*/
.blog-page-area .blog-inner {
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

    .blog-page-area .blog-inner .blog-content {
        margin-top: 6px;
    }

        .blog-page-area .blog-inner .blog-content .date {
            font-size: 13px;
            font-weight: 600;
        }

        .blog-page-area .blog-inner .blog-content ul.blog-meta {
            margin: 0 0 10px;
        }

            .blog-page-area .blog-inner .blog-content ul.blog-meta li {
                display: inline-block;
                font-size: 13px;
                font-weight: 600;
                color: #ff5b02;
                padding-right: 10px;
            }

                .blog-page-area .blog-inner .blog-content ul.blog-meta li:last-child {
                    padding-right: 0;
                }

                .blog-page-area .blog-inner .blog-content ul.blog-meta li i {
                    font-size: 13px;
                }

                .blog-page-area .blog-inner .blog-content ul.blog-meta li a {
                    display: block;
                }

        .blog-page-area .blog-inner .blog-content p {
            font-size: 15px;
        }

        .blog-page-area .blog-inner .blog-content h4 {
            margin: 0 0 8px;
        }

            .blog-page-area .blog-inner .blog-content h4 a {
                font-size: 20px;
                font-weight: 700;
                color: #212121;
            }

        .blog-page-area .blog-inner .blog-content a.primary-btn {
            margin-top: 12px;
        }

    .blog-page-area .blog-inner .blog-images {
        overflow: hidden;
        position: relative;
    }

        .blog-page-area .blog-inner .blog-images i {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            /* IE 9 */
            -webkit-transform: translate(-50%, -50%);
            /* Safari */
            transform: translate(-50%, -50%);
            z-index: 99;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 100%;
            border: 1px solid #ff5b02;
            color: #ff5b02;
            opacity: 0;
        }

        .blog-page-area .blog-inner .blog-images:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -ms-transition: 0.5s;
            transform: scale(0);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
        }

        .blog-page-area .blog-inner .blog-images img {
            transform: scale(1);
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -ms-transition: 0.5s;
            width: 100%;
        }

    .blog-page-area .blog-inner:hover .blog-images i {
        opacity: 1;
    }

    .blog-page-area .blog-inner:hover .blog-images img {
        transform: scale(1.1);
        transition: all 0.3s ease 0s;
    }

    .blog-page-area .blog-inner:hover .blog-images:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        ms-transform: scale(1) !important;
    }

    .blog-page-area .blog-inner:hover .blog-content h4 a {
        color: #ff5b02;
    }

.blog-page-area .pagination {
    margin-top: 0;
}
/* ------------------------------------
    28 .Blog Details 
---------------------------------------*/
.single-blog-details .single-image {
    margin-bottom: 25px;
    overflow: hidden;
}

    .single-blog-details .single-image img {
        filter: grayscale(0%);
        transition: all 0.8s ease-in-out 0s;
    }

        .single-blog-details .single-image img:hover {
            filter: grayscale(100%);
            transform: scale(1.1);
        }

.single-blog-details .like-section h5,
.single-blog-details h5.top-title {
    font-size: 16px;
    color: #212121;
    margin: 20px 0 15px;
    padding: 0;
    line-height: 25px;
}

    .single-blog-details .like-section h5 a {
        color: #212121;
    }

        .single-blog-details .like-section h5 a:hover {
            color: #ff5b02;
        }

.single-blog-details h3.top-title,
.single-blog-details .like-section h3.title-bg {
    font-size: 20px;
}

.single-blog-details .like-section span.date {
    font-size: 12px;
}

.single-blog-details blockquote {
    background: #f0f0f0;
    border: medium none;
    margin: 25px 0 25px;
    padding: 24px 25px 24px 63px;
    font-size: 16px;
    color: #212121;
    font-style: italic;
    position: relative;
    font-weight: 400;
}

    .single-blog-details blockquote i {
        position: absolute;
        left: 22px;
        font-size: 25px;
        top: 21px;
    }

.single-blog-details h2 {
    font-size: 20px;
    margin: 0 0 25px;
}

.single-blog-details .share-section {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .single-blog-details .share-section .share-link1 {
        padding: 0;
        margin: 0;
        float: right;
    }

        .single-blog-details .share-section .share-link1 li {
            float: left;
            list-style: none;
        }

            .single-blog-details .share-section .share-link1 li:first-child a {
                margin-left: 0;
            }

            .single-blog-details .share-section .share-link1 li a {
                padding: 7px 8px;
                border: 1px solid #ddd;
                font-size: 13px;
                font-weight: 400;
                color: #505050;
                border-radius: 4px;
                margin-left: 14px;
            }

                .single-blog-details .share-section .share-link1 li a:hover {
                    background: #ff5b02;
                    color: #212121;
                    border: 1px solid #ff5b02;
                }

            .single-blog-details .share-section .share-link1 li:first-child a {
                background: #ff5b02;
                color: #212121;
                border: 1px solid #ff5b02;
            }

    .single-blog-details .share-section .life-style span {
        font-size: 13px;
        font-weight: 400;
        color: #505050;
        margin-right: 12px;
    }

        .single-blog-details .share-section .life-style span:last-child {
            margin-right: 0;
        }

        .single-blog-details .share-section .life-style span i {
            margin-right: 4px;
        }

        .single-blog-details .share-section .life-style span a {
            font-size: 13px;
            font-weight: 400;
            color: #505050;
        }

            .single-blog-details .share-section .life-style span a i {
                font-size: 13px;
                margin-right: 4px;
            }

            .single-blog-details .share-section .life-style span a:hover {
                color: #ff5b02;
            }

        .single-blog-details .share-section .life-style span.author a {
            color: #777777;
        }

            .single-blog-details .share-section .life-style span.author a:hover {
                color: #ff5b02;
            }

.single-blog-details .share-section2 {
    border: 1px solid #ddd;
    padding: 15px 15px 15px 15px;
}

    .single-blog-details .share-section2 span {
        font-size: 15px;
        font-weight: 400;
        color: #212121;
    }

    .single-blog-details .share-section2 .share-link {
        float: right;
    }

        .single-blog-details .share-section2 .share-link li {
            float: left;
            list-style: none;
        }

            .single-blog-details .share-section2 .share-link li:first-child a {
                margin-left: 0;
            }

            .single-blog-details .share-section2 .share-link li a {
                font-size: 13px;
                font-weight: 400;
                color: #505050;
                padding: 7px 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                margin-left: 14px;
            }

                .single-blog-details .share-section2 .share-link li a:hover {
                    background: #ff5b02;
                    color: #fff;
                    border: 1px solid #ff5b02;
                }

.single-blog-details .like-section .col-xs-12 h3 {
    margin: 14px 0 6px;
}

    .single-blog-details .like-section .col-xs-12 h3 a {
        font-size: 15px;
        font-weight: 400;
        color: #212121;
    }

.single-blog-details .like-section .col-xs-12 span {
    font-size: 13px;
    font-weight: 400;
}

    .single-blog-details .like-section .col-xs-12 span i {
        font-size: 13px;
    }

.single-blog-details .like-section .col-xs-12 .popular-post-img img {
    transition: all 0.3s ease 0s;
}

.single-blog-details .like-section .col-xs-12:hover a {
    color: #ff5b02;
}

.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
    opacity: .5;
}

.single-blog-details .next-pre-section {
    padding: 23px 0 15px;
    margin: 0;
    overflow: hidden;
}

    .single-blog-details .next-pre-section li {
        margin: 0;
    }

        .single-blog-details .next-pre-section li a {
            font-size: 15px;
            color: #505050;
        }

            .single-blog-details .next-pre-section li a i {
                padding: 0;
                font-size: 15px;
                font-weight: 500;
                color: #212121;
            }

            .single-blog-details .next-pre-section li a:hover {
                color: #ff5b02;
            }

                .single-blog-details .next-pre-section li a:hover i {
                    color: #ff5b02;
                }

        .single-blog-details .next-pre-section li.left-arrow {
            float: left;
            width: 50%;
        }

            .single-blog-details .next-pre-section li.left-arrow a {
                font-size: 15px;
                font-weight: 500;
                color: #505050;
            }

                .single-blog-details .next-pre-section li.left-arrow a i {
                    padding-right: 5px;
                }

        .single-blog-details .next-pre-section li.right-arrow {
            float: right;
            width: 50%;
            text-align: right;
        }

            .single-blog-details .next-pre-section li.right-arrow a {
                font-size: 15px;
                font-weight: 500;
            }

                .single-blog-details .next-pre-section li.right-arrow a i {
                    padding-left: 5px;
                }

.single-blog-details .author-comment h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 42px 0 6px;
}

.single-blog-details .author-comment span {
    font-size: 13px;
    font-weight: 500;
}

    .single-blog-details .author-comment span a {
        font-size: 13px;
        font-weight: 500;
    }

    .single-blog-details .author-comment span i {
        font-size: 13px;
    }

.single-blog-details .author-comment h4 {
    font-size: 15px;
    font-weight: 700;
}

.single-blog-details .author-comment ul {
    padding: 0;
    margin: 0;
}

    .single-blog-details .author-comment ul li {
        margin: 0 0 2px;
        padding: 20px 22px;
        border-bottom: 1px solid #ddd;
    }

        .single-blog-details .author-comment ul li:nth-child(2) {
            margin-left: 100px;
        }

            .single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
                padding: 0;
            }

        .single-blog-details .author-comment ul li:last-child {
            border-bottom: none;
        }

        .single-blog-details .author-comment ul li .image-comments {
            margin-top: 0;
        }

            .single-blog-details .author-comment ul li .image-comments img {
                width: 90px;
                border-radius: 100%;
            }

        .single-blog-details .author-comment ul li .reply {
            display: block;
            position: absolute;
            text-align: right;
            width: 95%;
        }

            .single-blog-details .author-comment ul li .reply a {
                color: #212121;
            }

                .single-blog-details .author-comment ul li .reply a:hover {
                    color: #ff5b02;
                }

            .single-blog-details .author-comment ul li .reply i {
                color: #212121;
            }

        .single-blog-details .author-comment ul li .dsc-comments h4 {
            margin: 0 0 12px;
        }

        .single-blog-details .author-comment ul li .dsc-comments a {
            color: #ff5b02;
        }

        .single-blog-details .author-comment ul li .dsc-comments p {
            margin: 6px 0 0;
        }

.single-blog-details .leave-comments-area {
    padding-top: 20px;
}

    .single-blog-details .leave-comments-area .form-group {
        margin-bottom: 20px;
    }

    .single-blog-details .leave-comments-area h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 19px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .single-blog-details .leave-comments-area label {
        color: #505050;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .single-blog-details .leave-comments-area input,
    .single-blog-details .leave-comments-area textarea {
        background: transparent;
        border: 1px solid #ddd;
        box-shadow: none;
        border-radius: 0;
        height: 45px;
        width: 100%;
    }

    .single-blog-details .leave-comments-area textarea {
        height: 150px;
        width: 100%;
        max-width: 100%;
    }

    .single-blog-details .leave-comments-area .btn-send {
        background: #ff5b02;
        font-weight: 600;
        color: #ffffff;
        font-size: 15px;
        line-height: 24px;
        border: none;
        border-radius: 0px;
        padding: 14px 23px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 14px;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

        .single-blog-details .leave-comments-area .btn-send:hover {
            background: #212121;
            color: #ffffff;
        }
/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.shop-page-area.single-product-page {
    padding: 100px 0 0;
}

.shop-page-area .single-details {
    padding: 0 0 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}

    .shop-page-area .single-details .triangle_left {
        width: 0;
        height: 0;
        border-top: 70px solid transparent;
        border-right: 140px solid #ff5b02;
        border-bottom: 70px solid transparent;
        position: absolute;
        top: -75px;
        left: -117px;
        transform: rotate(48deg);
        opacity: 0;
    }

    .shop-page-area .single-details:hover {
        background: #f5f5f5;
    }

        .shop-page-area .single-details:hover .triangle_left {
            opacity: 1;
        }

        .shop-page-area .single-details:hover h3 a {
            color: #ff5b02;
        }

        .shop-page-area .single-details:hover .add-to-cart {
            background: #ff5b02;
            color: #fff !important;
        }

        .shop-page-area .single-details:hover .images .overley {
            opacity: 1;
            transform: scaleY(1);
        }

    .shop-page-area .single-details .images {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .shop-page-area .single-details .images a {
            display: block;
        }

            .shop-page-area .single-details .images a img {
                transition: all 0.3s ease-out;
                width: 100%;
            }

        .shop-page-area .single-details .images .overley {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            top: 0;
            transform: scaleY(0);
            transform-origin: 0 1 0;
            opacity: 0;
            transition: all 0.3s ease 0s;
            padding: 30px;
        }

            .shop-page-area .single-details .images .overley .winners-details {
                padding: 20% 0;
            }

                .shop-page-area .single-details .images .overley .winners-details h4 {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    color: #ffffff;
                    font-size: 18px;
                    position: relative;
                }

                    .shop-page-area .single-details .images .overley .winners-details h4:after {
                        display: none;
                    }

                .shop-page-area .single-details .images .overley .winners-details .product-info {
                    margin: 0;
                    padding: 0px;
                    list-style: none;
                    top: 50%;
                    position: absolute;
                    transform: translateY(-50%);
                    transition: all .9s;
                    text-align: center;
                    left: 0;
                    right: 0;
                }

                    .shop-page-area .single-details .images .overley .winners-details .product-info li {
                        display: inline-block;
                    }

                        .shop-page-area .single-details .images .overley .winners-details .product-info li a {
                            color: #ffffff;
                            text-transform: capitalize;
                            text-decoration: none;
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                            border: 1px solid #ffffff;
                            text-align: center;
                            transition: all 0.3s ease 0s;
                        }

                            .shop-page-area .single-details .images .overley .winners-details .product-info li a:hover {
                                color: #ff5b02;
                                border: 1px solid #ff5b02;
                            }

                            .shop-page-area .single-details .images .overley .winners-details .product-info li a i {
                                font-size: 16px;
                                color: #ffffff;
                                margin: 0;
                                transition: all 0.3s ease 0s;
                            }

                                .shop-page-area .single-details .images .overley .winners-details .product-info li a i:hover {
                                    color: #ff5b02;
                                }

                .shop-page-area .single-details .images .overley .winners-details p {
                    margin-bottom: 5px;
                    color: #ffffff;
                    font-size: 13px;
                }

                    .shop-page-area .single-details .images .overley .winners-details p i {
                        color: #ffffff;
                        margin-right: 8px;
                    }

    .shop-page-area .single-details h4 {
        margin-bottom: 10px !important;
        margin-left: 0;
        font-weight: 700;
    }

        .shop-page-area .single-details h4 a {
            color: #212121;
            transition: all 0.3s ease 0s;
            font-size: 20px;
            margin: 0;
        }

            .shop-page-area .single-details h4 a:hover {
                color: #ff5b02;
            }

    .shop-page-area .single-details .price-details ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .shop-page-area .single-details .price-details ul li {
            display: block;
        }

            .shop-page-area .single-details .price-details ul li:first-child {
                font-weight: 600;
                font-size: 15px;
            }

                .shop-page-area .single-details .price-details ul li:first-child del {
                    margin-right: 5px;
                    font-weight: 400;
                    font-size: 15px;
                }

            .shop-page-area .single-details .price-details ul li .add-to-cart {
                border: 1px solid #ff5b02;
                padding: 8px 18px;
                color: #212121;
                font-size: 15px;
                font-weight: 600;
                display: inline-block;
                margin-top: 15px;
            }

.shop-page-area .topbar-area {
    overflow: hidden;
    padding-bottom: 54px;
}

    .shop-page-area .topbar-area .showing-Short .seclec-box {
        float: right;
    }

    .shop-page-area .topbar-area .showing-result ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

        .shop-page-area .topbar-area .showing-result ul li {
            display: inline-block;
            font-weight: 400;
            color: #505050;
            margin-right: 0;
            font-size: 14px;
            height: 25px;
        }

            .shop-page-area .topbar-area .showing-result ul li .form-group {
                margin: 0;
            }

                .shop-page-area .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
                    display: inline-block;
                    border: 0;
                    background: transparent;
                    border-radius: 0px;
                }

.shop-page-area .pagination {
    margin-top: 0;
}

.shop-page-area .classic-tabs.tabs-cyan {
    display: block;
}
/* ------------------------------------
    30.Shop Single Page Start Here 
---------------------------------------*/
.shop-single-page-area .shop-single-btm-page-area {
    padding-bottom: 74px;
    overflow: hidden;
    padding-top: 60px;
}

    .shop-single-page-area .shop-single-btm-page-area .sec-title {
        font-size: 30px;
    }

        .shop-single-page-area .shop-single-btm-page-area .sec-title:after {
            height: 5px;
        }

    .shop-single-page-area .shop-single-btm-page-area .sec-sub-title {
        margin-bottom: 42px;
        margin-top: 10px;
        font-size: 30px;
    }

.shop-single-page-area .inner-single-product-slider .inner {
    background: #f5f5f5;
    margin-bottom: 26px;
}

.shop-single-page-area .inner-single-product-slider .single-product-nav {
    max-width: 300px;
    margin: 0 auto;
}

    .shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide {
        position: relative;
        margin: 0 5px;
        cursor: pointer;
    }

        .shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide:after {
            background: rgba(0, 0, 0, 0.7);
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
        }

    .shop-single-page-area .inner-single-product-slider .single-product-nav .slick-current:after {
        opacity: 0;
    }

.shop-single-page-area .inner-single-product-slider .slick-prev:before {
    content: "\f104";
}

.shop-single-page-area .inner-single-product-slider .slick-prev:before,
.shop-single-page-area .inner-single-product-slider .slick-next:before {
    font-family: FontAwesome;
    opacity: 1;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}

.shop-single-page-area .inner-single-product-slider .slick-prev:hover:before,
.shop-single-page-area .inner-single-product-slider .slick-next:hover:before {
    color: #ff5b02;
}

.shop-single-page-area .inner-single-product-slider .slick-next:before {
    content: "\f105";
}

.shop-single-page-area .left-area h4 {
    margin: 0 0 12px;
    color: #212121;
    font-size: 20px;
}

.shop-single-page-area .left-area .cat,
.shop-single-page-area .left-area .tag {
    font-size: 13px;
    margin: 0 0 5px;
}

    .shop-single-page-area .left-area .cat strong,
    .shop-single-page-area .left-area .tag strong {
        font-weight: 500;
    }

.shop-single-page-area .left-area .cat {
    margin-top: 27px;
}

.shop-single-page-area .tab-btm {
    margin-top: 20px;
    vertical-align: top;
}

    .shop-single-page-area .tab-btm .nav-item {
        position: relative;
        display: block;
        width: 100%;
    }

        .shop-single-page-area .tab-btm .nav-item a {
            font-size: 15px;
            color: #505050;
        }

        .shop-single-page-area .tab-btm .nav-item .active {
            background: #eee;
        }

            .shop-single-page-area .tab-btm .nav-item .active:before {
                content: "\f105";
                font-family: FontAwesome;
                opacity: 1;
                transition: all 0.5s ease 0s;
                font-size: 16px;
                line-height: 20px;
                position: absolute;
                top: 14px;
                z-index: 99;
                right: 5px;
            }

    .shop-single-page-area .tab-btm .tab-content.card {
        border: none;
    }

    .shop-single-page-area .tab-btm h4 {
        margin: 15px 0 19px;
        font-weight: 500;
        color: #505050;
    }
/*-----------------------------------
    25. Check Out css Start Here
-------------------------------------*/
.rs-check-out .title-bg {
    font-size: 24px;
    margin-bottom: 30px;
}

.rs-check-out .check-out-box {
    padding: 0 0 40px 0;
}

    .rs-check-out .check-out-box label {
        color: #505050;
        font-weight: 400;
    }

    .rs-check-out .check-out-box textarea,
    .rs-check-out .check-out-box input {
        border-color: #bfbfbf;
    }

    .rs-check-out .check-out-box input {
        height: 40px;
        padding: 0 15px;
    }

    .rs-check-out .check-out-box select {
        width: 100%;
        min-height: 40px;
        display: block;
        padding: 10px 15px;
        color: #505050;
    }

    .rs-check-out .check-out-box .checkbox input {
        height: auto;
        margin-top: 7px;
    }

.rs-check-out .shipping-box h3.title {
    font-size: 24px;
    margin: 0 0 30px;
}

.rs-check-out .shipping-box .form-group input {
    height: 80px;
}

.rs-check-out .shipping-box input,
.rs-check-out .checkbox input {
    margin-right: 15px;
}

.rs-check-out .product-demo {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 8px;
}

    .rs-check-out .product-demo h5 {
        margin: 0;
        font-size: 15px;
        color: #505050;
    }

    .rs-check-out .product-demo .product-image {
        width: 15%;
        float: left;
    }

    .rs-check-out .product-demo .product-name {
        width: 30%;
        float: left;
        transform: translateY(100%);
    }

    .rs-check-out .product-demo .product-quantity {
        width: 25%;
        float: left;
        text-align: center;
        transform: translateY(100%);
    }

    .rs-check-out .product-demo .product-ititial-price {
        width: 30%;
        float: left;
        text-align: center;
        transform: translateY(100%);
    }

.rs-check-out .product-price table {
    border: 1px solid #b2b2b2;
    margin-bottom: 25px;
}

    .rs-check-out .product-price table tr td {
        padding: 15px 25px;
        border-bottom: 1px solid #b2b2b2;
    }

        .rs-check-out .product-price table tr td input {
            margin-right: 5px;
        }

        .rs-check-out .product-price table tr td:last-child {
            text-align: right;
        }

        .rs-check-out .product-price table tr td.no-border {
            border: none;
        }

.rs-check-out .rs-payment-system .payment-radio-btn1 {
    padding: 15px 25px;
    border: 1px solid #b2b2b2;
}

    .rs-check-out .rs-payment-system .payment-radio-btn1 p {
        margin: 0;
        padding: 15px 0 15px 25px;
        font-size: 13px;
    }

.rs-check-out .rs-payment-system .payment-radio-btn2 {
    padding: 15px 25px;
    border: 1px solid #b2b2b2;
    border-top: none;
}

.rs-check-out .rs-payment-system input {
    margin-right: 10px;
}

    .rs-check-out .rs-payment-system input.btn-send {
        width: 100%;
        margin-top: 25px;
        background-color: #ff5b02;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        height: 50px;
        line-height: 50px;
        text-align: c center;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
        cursor: pointer;
    }

        .rs-check-out .rs-payment-system input.btn-send:hover {
            background: #212121;
        }
/*-----------------------------------
    32. Shipping Area Start Here
------------------------------------*/
.shipping-area .button-area ul li a {
    display: block;
    padding: 15px;
    background: #f8f8f8;
    color: #646464;
    font-size: 18px;
}

.shipping-area .button-area ul li.active a {
    background: #ff5b02;
    color: #fff;
}

.shipping-area .product-list table {
    margin: 0 0 30px;
}

    .shipping-area .product-list table tr {
        border: 1px solid #e7e7e7;
        padding: 25px;
        display: block;
        margin-bottom: -1px;
    }

        .shipping-area .product-list table tr td {
            padding-right: 52px;
        }

            .shipping-area .product-list table tr td img {
                width: 100%;
                display: block;
                max-width: 80px;
            }

            .shipping-area .product-list table tr td .des-pro {
                display: block;
                padding-right: 50px;
                width: 210px;
            }

@media screen and (max-width: 991px) {
    .shipping-area .product-list table tr td .des-pro {
        width: auto;
    }
}

.shipping-area .product-list table tr td .des-pro h4 {
    margin: 0 0 10px;
    font-size: 20px;
}

.shipping-area .product-list table tr td .des-pro p {
    color: #646464;
    margin: 0;
}

.shipping-area .product-list table tr td strong {
    font-size: 20px;
    display: block;
    padding-right: 100px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .shipping-area .product-list table tr td strong {
        padding-right: 10px;
    }
}

.shipping-area .product-list table tr td .order-pro {
    position: relative;
    display: block;
    margin-right: 100px;
}

    .shipping-area .product-list table tr td .order-pro input {
        width: 110px;
        height: 46px;
        box-shadow: none;
        border: 1px solid #ccc;
        text-align: center;
        padding-right: 10px;
        color: #888888;
        font-size: 18px;
    }

    .shipping-area .product-list table tr td .order-pro div {
        position: absolute;
        top: 12px;
        right: 0;
        z-index: 999;
        cursor: pointer;
    }

        .shipping-area .product-list table tr td .order-pro div.btn-plus {
            right: 40px;
        }

        .shipping-area .product-list table tr td .order-pro div.btn-minus {
            right: 20px;
        }

.shipping-area .product-list table tr td .prize {
    color: #ff5b02;
    font-size: 18px;
    font-weight: 500;
    padding-right: 50px;
}

.shipping-area .product-list table tr td i {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #ccc;
}

    .shipping-area .product-list table tr td i:hover {
        background: #ff5b02;
        color: #fff;
    }

.shipping-area .product-list .total span {
    font-size: 20px;
    padding-right: 10px;
}

.shipping-area .product-list .total strong {
    font-size: 28px;
    font-weight: 400;
}

.shipping-area .next-step {
    text-align: right;
}

    .shipping-area .next-step a {
        padding: 10px 30px;
        border: 1px solid #ff5b02;
        background: #ff5b02 !important;
        color: #fff;
        text-transform: capitalize;
        font-size: 18px;
        background: transparent;
        margin-top: 25px;
        transition: all 0.3s ease 0s;
        display: inline-block;
    }

        .shipping-area .next-step a:hover {
            background: #212121 !important;
            color: #fff;
            border: 1px solid #212121 !important;
        }

.shipping-area .form-area h3 {
    font-weight: 500;
    padding: 15px 15px;
    font-size: 22px;
}

.shipping-area .form-area form fieldset {
    margin: 0 0 15px;
}

    .shipping-area .form-area form fieldset label {
        display: block;
        width: 100%;
        color: #333333;
        font-weight: 400;
        margin: 0 0 10px;
        font-size: 14px;
    }

    .shipping-area .form-area form fieldset input {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        height: 40px;
        border-radius: 0;
        padding: 0 15px;
        border: 1px solid #ccc;
    }

    .shipping-area .form-area form fieldset select {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        height: 40px;
        border-radius: 0;
        padding: 0 15px;
        color: #646464;
        font-size: 13px;
        border: 1px solid #ccc;
    }

.shipping-area .order-list h3 {
    padding: 15px 0;
    font-size: 24px;
}

.shipping-area .order-list table {
    width: 100%;
}

    .shipping-area .order-list table tr {
        width: 100%;
        display: block;
    }

        .shipping-area .order-list table tr th {
            font-weight: bold;
            width: 50%;
        }

        .shipping-area .order-list table tr td {
            border: 1px solid #dedede;
            padding: 15px 15px;
            font-weight: normal;
        }

            .shipping-area .order-list table tr td:first-child {
                width: 400px;
            }

@media screen and (max-width: 480px) {
    .billno {
        padding-right: 10px;
        padding-left: 20px;
    }

    .shippingstatus {
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .shipping-area .order-list table tr td:first-child {
        width: 65%;
    }
}

.shipping-area .order-list table tr td:last-child {
    width: 150px;
    text-align: center;
}

.shipping-area .order-list table .row-bold td {
    border: 1px solid #dedede;
    font-weight: 700;
}

.shipping-area .panel-group .panel {
    border-radius: 0;
    margin: 0;
}

.shipping-area .panel-group .panel-body {
    padding-left: 40px;
    padding-right: 100px;
}

.shipping-area .panel-group a .checkbox {
    margin: 0;
    padding: 10px 0;
}

    .shipping-area .panel-group a .checkbox .cr {
        position: relative;
        display: inline-block;
        background: #cccccc;
        border-radius: 100%;
        float: left;
        margin-top: 0px;
        margin-right: .5em;
        width: 15px;
        height: 15px;
    }

    .shipping-area .panel-group a .checkbox label {
        margin: 0 !important;
        padding: 0 !important;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700;
    }

        .shipping-area .panel-group a .checkbox label input[type="checkbox"] {
            display: none;
        }

            .shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
                opacity: 1;
                display: block;
                color: #ff5b02;
                width: 15px;
                height: 15px;
            }

            .shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
                opacity: 0;
                transition: all 0.3s ease-in;
                display: block;
                padding: 5px;
                color: #2962ff;
            }

.shipping-area .panel-group .panel-default > .panel-heading {
    background: transparent;
}

.order-pro input[type=number]::-webkit-inner-spin-button,
.order-pro input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.coupon-fields .input-text {
    padding: 5px 8px;
    width: 75%;
    margin-right: 10px;
    margin-bottom: 25px;
}

.coupon-fields .apply-coupon {
    background: #ff5b02;
    border: none;
    color: #fff;
    padding: 6px 8px;
    border: 1px solid #ff5b02;
    transition: all 0.3s ease 0s;
}

    .coupon-fields .apply-coupon:hover {
        background: #212121 !important;
        border: 1px solid #212121;
        color: #fff;
    }
/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section #googleMap {
    height: 490px;
}

.contact-page-section .map-text {
    padding-bottom: 22px;
}

    .contact-page-section .map-text h3 {
        font-size: 20px;
        margin: 0;
        padding: 25px 0 10px;
        font-weight: 600;
    }

    .contact-page-section .map-text p {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

.contact-page-section .contact-address-section {
    text-align: center;
    margin: 50px 0;
}

    .contact-page-section .contact-address-section .contact-info {
        background: #f0f0f0;
        border: 1px solid #e1e1e1;
        padding: 25px 0 23px;
    }

        .contact-page-section .contact-address-section .contact-info .contact-pd {
            padding: 0 10px;
        }

        .contact-page-section .contact-address-section .contact-info i {
            color: #ff5b02;
            font-size: 36px;
            margin: 0;
            padding: 0;
        }

        .contact-page-section .contact-address-section .contact-info h4 {
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            color: #212121;
            margin: 0;
            padding: 15px 0;
        }

        .contact-page-section .contact-address-section .contact-info a {
            color: #505050;
            display: block;
        }

            .contact-page-section .contact-address-section .contact-info a:hover {
                color: #ff5b02;
            }

        .contact-page-section .contact-address-section .contact-info p {
            color: #505050;
            margin: 0;
            padding: 0;
        }

.contact-page-section .contact-comment-section h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-page-section .contact-comment-section form .form-group input {
    height: 43px;
    padding: 0 15px;
}

.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
    border: none;
    background: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
}

.contact-page-section .contact-comment-section form .form-group label {
    color: #505050;
    font-weight: 400;
}

.contact-page-section .contact-comment-section form .form-group input.btn-send {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff5b02;
    margin-top: 15px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
        background: #212121;
    }

.form-group input.btn-send {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff5b02;
    margin-top: 0px;
    border: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

    .form-group input.btn-send:hover {
        background: #212121;
    }

.review span.ratingrext {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}

.review button {
    width: 50px;
    height: 50px;
    border: 0px;
}

button.yuckface {
    margin: 0px;
    padding: 0px;
    background: url(images/yuckface.png) no-repeat left 0px;
}

    button.yuckface:hover {
        background: url(images/yuckface.png) no-repeat left -50px;
    }

button.mehface {
    margin: 0px;
    padding: 0px;
    background: url(images/mehface.png) no-repeat left 0px;
}

    button.mehface:hover {
        background: url(images/mehface.png) no-repeat left -50px;
    }

button.goodface {
    margin: 0px;
    padding: 0px;
    background: url(images/goodface.png) no-repeat left 0px;
}

    button.goodface:hover {
        background: url(images/goodface.png) no-repeat left -50px;
    }

button.aweface {
    margin: 0px;
    padding: 0px;
    background: url(images/aweface.png) no-repeat left 0px;
}

    button.aweface:hover {
        background: url(images/aweface.png) no-repeat left -50px;
    }
/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
    position: relative;
}

    .rs-gallery .gallery-item .gallery-desc {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 25px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .rs-gallery .gallery-item .gallery-desc h3 {
            margin-bottom: 12px;
            font-size: 24px;
            transition: all 0.3s ease 0s;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0;
        }

            .rs-gallery .gallery-item .gallery-desc h3 a {
                color: #ffffff;
            }

        .rs-gallery .gallery-item .gallery-desc p {
            color: #e1e1e1;
            margin-bottom: 30px;
            transition: all 0.3s ease 0s;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }

        .rs-gallery .gallery-item .gallery-desc .image-popup {
            display: inline-block;
            width: 50px;
            line-height: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            background-color: #ff5b02;
            color: #ffffff;
            font-size: 18px;
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            transition: all 0.3s ease 0s;
            opacity: 0;
        }

    .rs-gallery .gallery-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 33, 33, 0.8);
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

    .rs-gallery .gallery-item:hover:before {
        opacity: 1;
    }

    .rs-gallery .gallery-item:hover h3,
    .rs-gallery .gallery-item:hover p,
    .rs-gallery .gallery-item:hover .image-popup {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

.rs-gallery .row {
    margin-bottom: 30px;
}

.rs-gallery-section .single-gallery {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .rs-gallery-section .single-gallery:after {
        content: "";
        width: 80%;
        height: 80%;
        background: #92278f;
        position: absolute;
        top: 10%;
        left: 10%;
        display: block;
        overflow: hidden;
        opacity: 0.8;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
    }

    .rs-gallery-section .single-gallery .popup-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

        .rs-gallery-section .single-gallery .popup-icon a {
            font-size: 20px;
            display: inline-block;
            margin: 0 8px;
            color: #fff;
        }

    .rs-gallery-section .single-gallery:hover:after {
        opacity: 0.8;
        visibility: visible;
        transform: scale(1);
    }

    .rs-gallery-section .single-gallery:hover .popup-icon {
        opacity: 1;
        visibility: visible;
    }
/* ------------------------------------
    34. ScrollUp
---------------------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 999;
}

    #scrollUp i {
        background-color: #ff5b02;
        height: 40px;
        font-size: 24px;
        width: 42px;
        color: #ffffff;
        line-height: 36px;
        transition: all 0.3s ease 0s;
        margin-left: 2px;
    }

        #scrollUp i:hover {
            background-color: #e41f05;
            color: rgba(255, 255, 255, 0.7);
        }
/* ------------------------------------
    35.404 Page Area Start Here 
---------------------------------------*/
.error-page-area {
    text-align: center;
}

    .error-page-area .error-page {
        background: #f0f0f0;
        background-position: center center;
        background-size: cover;
        padding: 60px 0 100px;
    }

        .error-page-area .error-page h1 {
            font-size: 250px;
            color: #212121;
            line-height: 230px;
            margin: 0;
        }

        .error-page-area .error-page p {
            font-size: 18px;
            color: #212121;
            font-weight: 500;
            letter-spacing: 3px;
            margin-bottom: 50px;
        }

    .error-page-area .error-page-message {
        margin-top: 0;
    }

        .error-page-area .error-page-message p {
            font-size: 20px;
            color: #212121;
        }

        .error-page-area .error-page-message .home-page a {
            display: inline-block;
            text-decoration: none;
            font-size: 15px;
            color: #ffffff;
            background: #ff5b02;
            padding: 15px 35px;
            transition: all 0.3s ease 0s;
            font-weight: 700;
        }

            .error-page-area .error-page-message .home-page a:hover {
                background: #212121;
            }
/*-------------------------
    36.Preloader css
---------------------------*/
.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ff5b02;
    z-index: 999999;
}

.book {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}

.book__page {
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #e41f05;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .book__page:nth-child(1) {
        z-index: -1;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .book__page:nth-child(2) {
        z-index: -2;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s;
    }

    .book__page:nth-child(3) {
        z-index: -3;
        -webkit-animation-delay: 4.2s;
        animation-delay: 4.2s;
    }

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #ff5b02;
    }

    29.9% {
        background: #ff5b02;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #e41f05;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }

    20% {
        background: #ff5b02;
    }

    29.9% {
        background: #ff5b02;
    }

    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #e41f05;
    }

    54.999% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }

    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }
}
/* ------------------------------------
    37. Rs Footer
---------------------------------------*/
.rs-footer {
    color: #e8e8e8;
    margin-top: 98px;
}

    .rs-footer .footer-title {
        margin-bottom: 40px;
        padding-bottom: 5px;
        color: #ffffff;
        font-size: 16px;
        position: relative;
        font-weight: 600;
    }

        .rs-footer .footer-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            height: 1px;
            width: 50px;
            background-color: #ff5b02;
        }

    .rs-footer .container {
        position: relative;
    }

    .rs-footer .footer-contact-desc {
        margin: 0;
        background: #191854; /*222*/
        text-align: center;
        padding: 35px;
        position: absolute;
        left: 0;
        right: 0;
        margin: -100px auto 0;
        z-index: 111;
    }

        .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
            border-left: 1px solid #ffffff;
        }

            .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
            .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
                content: '';
                position: absolute;
                height: calc(100% - 40px);
                width: 1px;
                background-color: #fff;
                top: 50%;
                transform: translateY(-50%);
            }

            .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
                left: 3px;
            }

            .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
                left: -5px;
            }

        .rs-footer .footer-contact-desc .contact-inner {
            position: relative;
        }

            .rs-footer .footer-contact-desc .contact-inner i {
                font-size: 28px;
                margin-bottom: 12px;
                color: #ff5b02;
            }

            .rs-footer .footer-contact-desc .contact-inner .contact-title {
                margin-bottom: 10px;
                color: #ffffff;
                font-size: 20px;
            }

            .rs-footer .footer-contact-desc .contact-inner .contact-desc {
                color: rgba(255, 255, 255, 0.7);
                margin-bottom: 0;
                font-size: 15px;
            }

    .rs-footer .footer-top {
        padding-top: 140px;
    }

        .rs-footer .footer-top .recent-post-widget .post-item {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .rs-footer .footer-top .recent-post-widget .post-item .post-date {
                width: 70px;
                height: 65px;
                flex: 0 0 70px;
                text-align: center;
                float: left;
                background-color: #ff5b02;
                color: #ffffff;
                margin-right: 15px;
                -webkit-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

                .rs-footer .footer-top .recent-post-widget .post-item .post-date > span {
                    display: block;
                }

                    .rs-footer .footer-top .recent-post-widget .post-item .post-date > span:first-child {
                        margin-top: 10px;
                    }

                    .rs-footer .footer-top .recent-post-widget .post-item .post-date > span:last-child {
                        font-size: 15px;
                    }

            .rs-footer .footer-top .recent-post-widget .post-item .post-title {
                font-size: 15px;
                line-height: 24px;
                margin-bottom: 0;
                font-weight: 400;
            }

                .rs-footer .footer-top .recent-post-widget .post-item .post-title a {
                    font-family: 'Montserrat', sans-serif;
                    color: #e8e8e8;
                }

                    .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
                    .rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
                        color: #bbbbbb;
                    }

            .rs-footer .footer-top .recent-post-widget .post-item .post-category {
                font-size: 15px;
            }

            .rs-footer .footer-top .recent-post-widget .post-item + .post-item {
                margin-top: 18px;
                padding-top: 18px;
                border-top: 1px solid rgba(102, 102, 102, 0.5);
            }

        .rs-footer .footer-top .sitemap-widget li {
            /*  width: 50%;*/
            line-height: 33px;
        }

            .rs-footer .footer-top .sitemap-widget li a {
                color: #e8e8e8;
                display: inline-block;
                position: relative;
            }

                .rs-footer .footer-top .sitemap-widget li a:hover,
                .rs-footer .footer-top .sitemap-widget li a:focus {
                    color: #ff5b02;
                }

                .rs-footer .footer-top .sitemap-widget li a i {
                    padding-right: 10px;
                }

        .rs-footer .footer-top .flickr-feed li {
            display: inline-block;
            margin: 2px 3px;
            overflow: hidden;
            position: relative;
            width: 76px;
        }

            .rs-footer .footer-top .flickr-feed li img {
                -webkit-transition: .3s ease all;
                transition: .3s ease all;
            }

            .rs-footer .footer-top .flickr-feed li:hover img {
                opacity: 0.7;
            }

        .rs-footer .footer-top .news-form {
            position: relative;
        }

            .rs-footer .footer-top .news-form input {
                background: rgba(0, 0, 0, 0);
                border: 1px solid #ff5b02;
                color: #ffffff;
                height: 50px;
                outline: 0 none;
                padding: 5px 15px;
                width: 100%;
            }

            .rs-footer .footer-top .news-form button {
                background: #ff5b02;
                border: none;
                color: #ffffff;
                font-size: 18px;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                width: 60px;
                transition: all 0.3s ease 0s;
                cursor: pointer;
            }

                .rs-footer .footer-top .news-form button:hover {
                    background: #e41f05;
                }

        .rs-footer .footer-top .about-widget img {
            margin-bottom: 25px;
        }

    .rs-footer .footer-share {
        text-align: center;
        margin-top: 50px;
    }

        .rs-footer .footer-share ul li {
            display: inline-block;
        }

            .rs-footer .footer-share ul li a {
                font-size: 13px;
                display: block;
                width: 42px;
                height: 42px;
                border-radius: 50%;
                line-height: 44px;
                text-align: center;
                color: #fff;
                transition: all .3s ease 0s;
                background: rgba(255, 255, 255, 0.15);
            }

                .rs-footer .footer-share ul li a:hover {
                    background-color: #ff5b02;
                    color: #ffffff;
                }

            .rs-footer .footer-share ul li + li {
                margin-left: 5px;
            }

    .rs-footer .footer-bottom {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding: 18px 0;
        margin-top: 35px;
    }

        .rs-footer .footer-bottom .copyright p {
            opacity: 0.95;
            margin-bottom: 0;
            font-size: 15px;
        }

.rs-footer-2 .footer-share {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .instructor-home .rs-menu-toggle {
        color: #212121 !important;
    }

        .instructor-home .rs-menu-toggle i {
            color: #ff5b02;
        }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 13px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .rs-menu ul ul {
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(10px);
    }

    .rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul, .rs-menu li:hover ul.mega-menu .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}



.rs-timeline {
    position: relative;
    padding: 2em 0;
    /*
    margin-top: 2em;
    margin-bottom: 2em;
*/
}

    .rs-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 3px;
        background: #f5f5f5;
    }

    .rs-timeline .rs-timeline-block {
        position: relative;
        margin: 2em 0;
    }

        .rs-timeline .rs-timeline-block:after {
            content: "";
            display: table;
            clear: both;
        }

        .rs-timeline .rs-timeline-block:first-child {
            margin-top: 0;
        }

        .rs-timeline .rs-timeline-block:last-child {
            margin-bottom: 0;
        }

    .rs-timeline .rs-timeline-content {
        position: relative;
        margin-left: 60px;
        border: 3px solid #f5f5f5;
        border-radius: 0.25em;
        padding: 1em;
    }

        .rs-timeline .rs-timeline-content img,
        .rs-timeline .rs-timeline-content video,
        .rs-timeline .rs-timeline-content iframe {
            margin-bottom: 25px;
            width: 100%;
        }

        .rs-timeline .rs-timeline-content:after {
            content: "";
            display: table;
            clear: both;
        }

        .rs-timeline .rs-timeline-content h3,
        .rs-timeline .rs-timeline-content h3 a {
            font-size: 24px;
            margin-top: 0px;
            color: #303e49;
        }

        .rs-timeline .rs-timeline-content .rs-read-more,
        .rs-timeline .rs-timeline-content .rs-date {
            display: inline-block;
        }

        .rs-timeline .rs-timeline-content p {
            text-align: justify;
            margin: 1em 0;
        }

        .rs-timeline .rs-timeline-content .rs-read-more {
            float: right;
            padding: 3px 15px;
            border: 2px solid #444;
            color: #444;
            font-size: 14px;
            border-radius: 2px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .rs-timeline .rs-timeline-content .rs-read-more:hover {
                background: #444;
                color: #fff;
            }

        .rs-timeline .rs-timeline-content .rs-date {
            float: left;
            padding: .8em 0;
            font-weight: 600;
        }

        .rs-timeline .rs-timeline-content::before {
            content: '';
            position: absolute;
            top: 16px;
            right: 100%;
            height: 0;
            width: 0;
            border: 10px solid transparent;
            border-right: 10px solid #f5f5f5;
        }

    .rs-timeline blockquote {
        border-left: 5px solid rgba(0, 0, 0, 0.2);
        padding-left: 20px;
    }

        .rs-timeline blockquote small {
            font-size: 14px;
        }

/*-----------------------
    Timeline Style2
-------------------------*/

.rs-timeline-2 {
    white-space: nowrap;
    overflow-x: hidden;
}

    .rs-timeline-2 ol {
        font-size: 0;
        width: 100vw;
        padding: 250px 0;
        transition: all 1s;
    }

        .rs-timeline-2 ol li {
            position: relative;
            display: inline-block;
            list-style-type: none;
            width: 160px;
            height: 3px;
            background: #f0f0f0;
        }

            .rs-timeline-2 ol li:last-child {
                width: 120px;
            }

            .rs-timeline-2 ol li:not(:last-child)::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 0px;
                bottom: 0;
                width: 12px;
                height: 12px;
                transform: translateY(-50%);
                border-radius: 50%;
                background: #F45B69;
            }

            .rs-timeline-2 ol li div {
                position: absolute;
                left: 0;
                width: 280px;
                padding: 15px;
                font-size: 1rem;
                white-space: normal;
                color: black;
                background: #f0f0f0;
            }

                .rs-timeline-2 ol li div::before {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-style: solid;
                }

            .rs-timeline-2 ol li:nth-child(odd) div {
                top: -16px;
                transform: translateY(-100%);
                -webkit-transform: translateY(-100%);
            }

                .rs-timeline-2 ol li:nth-child(odd) div::before {
                    top: 100%;
                    border-width: 8px 8px 0 0;
                    border-color: #f0f0f0 transparent transparent transparent;
                }

            .rs-timeline-2 ol li:nth-child(even) div {
                top: calc(100% + 16px);
            }

                .rs-timeline-2 ol li:nth-child(even) div::before {
                    top: -8px;
                    border-width: 8px 0 0 8px;
                    border-color: transparent transparent transparent #f0f0f0;
                }

    .rs-timeline-2 time {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 8px;
    }

@media only screen and (min-width: 1170px) {

    .rs-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (min-width: 1170px) {
    .rs-timeline .rs-timeline-block {
        margin: 4em 0;
    }

        .rs-timeline .rs-timeline-block:first-child {
            margin-top: 0;
        }

        .rs-timeline .rs-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.rs-timeline .rs-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.05);
}

    .rs-timeline .rs-timeline-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        font-size: 18px;
    }

@media only screen and (min-width: 1170px) {
    .rs-timeline .rs-timeline-icon {
        width: 70px;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

        .rs-timeline .rs-timeline-icon i {
            font-size: 24px;
        }
}

@media only screen and (min-width: 1170px) {
    .rs-timeline .rs-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .rs-timeline .rs-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: #f5f5f5;
        }

        .rs-timeline .rs-timeline-content .rs-read-more {
            float: left;
        }

        .rs-timeline .rs-timeline-content .rs-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
        }

    .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content {
        float: right;
    }

        .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #f5f5f5;
        }

        .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-read-more {
            float: right;
        }

        .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-date {
            left: auto;
            right: 122%;
            text-align: right;
        }
}
