.hero {
    padding: 0;
}
.hero-banner {
    height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
.hero-page .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.bg-gray {
    background: #f5f5f5 !important;
}
section {
    overflow-y: auto !important;
    padding: 4rem 0;
}
.courses-search {
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.07);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.07);
    margin-bottom: 3rem;
    border-top: 1px solid #eee;
}
.form-group {
    position: relative;
}
.courses-search input {
    padding: 30px 0;
    border: none;
    width: 100%;
    outline: none;
    font-size: 1.1rem;
    color: #333;
}
.courses-listing .nav-pills {
    margin-bottom: 50px;
}
.course {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.course:hover {
    border-color: #4cbd89;
}
.course .course-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.course .course-image img {
    height: 100%;
}
.course .course-image .overlay {
    width: 100%;
    height: 100%;
    background: rgba(106,78,119,0.9);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.course .course-image .instructor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.course:hover .instructor-avatar, .course:hover .instructor-name, .course:hover .instructor-rate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.course .course-image .instructor-avatar, .course .course-image .instructor-name, .course .course-image .instructor-rate {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.course .course-image .instructor-avatar, .course .course-image .instructor-name, .course .course-image .instructor-rate {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.no-anchor-style {
    text-decoration: none !important;
    color: inherit !important;
}
.course .course-image .instructor-name strong {
    font-size: 1.2rem;
    font-weight: 400;
}
a, button, i, span, strong, small {
    display: inline-block;
}
.course .course-image .instructor-rate {
    font-size: 0.8rem;
    color: #e8cd36;
}
.course .course-image .instructor-avatar, .course .course-image .instructor-name, .course .course-image .instructor-rate {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.course .course-image .instructor-rate li {
    margin: 0;
    padding: 0;
}
.course .course-image a.watch-btn {
    color: #aaa;
    font-size: 0.85rem;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    text-decoration: none !important;
    opacity: 0;
}
a {
    color: #4cbd89;
    text-decoration: none;
}
a, button, i, span, strong, small {
    display: inline-block;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.course .course-image a.watch-btn i {
    display: inline-block;
    margin-right: 10px;
}
.course .course-header {
    padding: 30px;
}
.course .course-header a {
    color: #333;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 400;
}
.course .course-header i {
    color: #4cbd89;
    margin-right: 5px;
}
.course .course-header .price {
    color: #4cbd89;
}
.course .course-header .price small {
    font-weight: 700;
    color: #777;
}
.course .course-body {
    padding: 10px 30px;
}
.course .course-body p {
    font-size: 0.9rem;
    color: #555;
}
.course .course-footer {
    padding: 20px 30px;
}
.course .course-footer i {
    color: #4cbd89;
    margin-right: 5px;
}
i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.course .course-footer span {
    color: #333;
    font-size: 0.85rem;
    font-weight: 400;
}


.breadcrumb {
    background: none;
    padding: 0;
    padding-left: 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: #999;
}
.course-details-header {
    margin-bottom: 40px;
}
.course-details-header .course-instructor .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.course-details-header .course-instructor strong {
    font-size: 1.1rem;
    display: block;
    line-height: 1;
    margin-top: 10px;
}
.course-details-header .course-instructor span {
    font-size: 0.85rem;
    display: block;
    color: rgb(102, 102, 102);
}
.course-details-header .course-information {
    width: 600px;
}
.course-details-header .course-information .cell {
    width: 33.3333%;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
}
.course-details-header .course-information small {
    color: rgb(170, 170, 170);
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
}
.course-details-header .course-information strong {
    color: rgb(85, 85, 85);
}
.course-details-header .course-price small {
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}
.course-details-header .course-price .discounted {
    font-size: 1.5rem;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through;
}
.course-details-header .course-price .current {
    font-size: 3rem;
    font-weight: 700;
    color: rgb(79, 180, 119);
    line-height: 1;
}
.course-details-header .course-price sup {
    font-size: 1.4rem;
    display: inline-block;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.course-details-header .CTAs a {
    margin-top: 5px;
    margin-left: 5px;
}
.course-details-header .review {
    margin-top: 20px;
}
.course-details-header .review span {
    display: block;
    line-height: 1;
    font-weight: 400;
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
}
.course-details-header .review li {
    margin: 0;
    padding: 0;
}
.course-details-header .review i {
    font-size: 0.7rem;
    color: rgb(79, 180, 119);
}
ul.checked li::before {
    content: "\f00c";
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 0.5rem;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    transform: translateY(-3px);
    background: rgb(79, 180, 119);
    border-radius: 50%;
}

.courses-listing .nav-pills {
    margin-bottom: 50px
}

    .courses-listing .nav-pills .nav-link {
        margin: 0 5px;
        font-size: 0.9rem;
        text-transform: none;
        background: #fff
    }

        .courses-listing .nav-pills .nav-link.active {
            background: #4FB477
        }

            .courses-listing .nav-pills .nav-link.active:hover {
                background: #4FB477
            }

        .courses-listing .nav-pills .nav-link:hover {
            background: #eee
        }

.courses-search {
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 3rem;
    border-top: 1px solid #eee
}

    .courses-search input {
        padding: 30px 0;
        border: none;
        width: 100%;
        outline: none;
        font-size: 1.1rem;
        color: #333
    }

        .courses-search input::-moz-placeholder {
            font-size: 1.1rem;
            color: #aaa;
            font-weight: 300;
            font-family: "Open Sans", sans-serif
        }

        .courses-search input::-webkit-input-placeholder {
            font-size: 1.1rem;
            color: #aaa;
            font-weight: 300;
            font-family: "Open Sans", sans-serif
        }

        .courses-search input:-ms-input-placeholder {
            font-size: 1.1rem;
            color: #aaa;
            font-weight: 300;
            font-family: "Open Sans", sans-serif
        }

.course {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

    .course .course-image {
        height: 250px;
        overflow: hidden;
        position: relative
    }

        .course .course-image img {
            height: 100%
        }

        .course .course-image .overlay {
            width: 100%;
            height: 100%;
            background: rgba(79, 180, 119, 0.9);
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            opacity: 0;
            -webkit-transition: all 0.5s;
            transition: all 0.5s
        }

        .course .course-image .instructor-avatar,
        .course .course-image .instructor-name,
        .course .course-image .instructor-rate {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0
        }

        .course .course-image .instructor-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 10px
        }

        .course .course-image .instructor-name strong {
            font-size: 1.2rem;
            font-weight: 400
        }

        .course .course-image .instructor-rate {
            font-size: 0.8rem;
            color: #e8cd36
        }

            .course .course-image .instructor-rate li {
                margin: 0;
                padding: 0
            }

        .course .course-image a.watch-btn {
            color: #aaa;
            font-size: 0.85rem;
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
            text-decoration: none !important;
            opacity: 0
        }

            .course .course-image a.watch-btn i {
                display: inline-block;
                margin-right: 10px
            }

    .course:hover {
        border-color: #4FB477
    }

        .course:hover .overlay {
            opacity: 1
        }

        .course:hover .instructor-avatar,
        .course:hover .instructor-name,
        .course:hover .instructor-rate {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }

        .course:hover .instructor-name {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s
        }

        .course:hover .instructor-rate {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s
        }

        .course:hover a.watch-btn {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 1
        }

    .course .course-header {
        padding: 30px
    }

        .course .course-header a {
            color: #333;
            text-decoration: none !important;
            font-size: 0.9rem;
            font-weight: 400
        }

        .course .course-header i {
            color: #4FB477;
            margin-right: 5px
        }

        .course .course-header .price {
            color: #4FB477
        }

            .course .course-header .price small {
                font-weight: 700;
                color: #777
            }

    .course .course-body {
        padding: 10px 30px
    }

        .course .course-body p {
            font-size: 0.9rem;
            color: #555
        }

    .course hr {
        width: calc(100% - 60px);
        height: 1px;
        background: #ddd;
        margin: 0 auto;
        display: block;
        border: none
    }

    .course .course-footer {
        padding: 20px 30px
    }

        .course .course-footer i {
            color: #4FB477;
            margin-right: 5px
        }

        .course .course-footer span {
            color: #333;
            font-size: 0.85rem;
            font-weight: 400
        }

.courses-table {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

    .courses-table .courses-table-header {
        padding: 30px;
        color: #fff
    }

        .courses-table .courses-table-header .left li {
            padding: 0;
            margin: 0;
            font-size: 0.9rem
        }

            .courses-table .courses-table-header .left li::after {
                content: '|';
                display: inline-block;
                margin: 0 10px;
                margin-left: 12px;
                color: #fff
            }

            .courses-table .courses-table-header .left li:last-of-type::after {
                display: none
            }

    .courses-table .dropdown-toggle:hover span {
        color: #4FB477
    }

    .courses-table .dropdown-toggle span {
        color: #fff
    }

    .courses-table th {
        padding: 30px
    }

    .courses-table td {
        padding: 20px 30px;
        font-size: 0.88rem;
        color: #666;
        min-width: 200px
    }

.course-details .image {
    height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.course-details-header {
    margin-bottom: 40px
}

    .course-details-header .course-instructor .avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden
    }

    .course-details-header .course-instructor strong {
        font-size: 1.1rem;
        display: block;
        line-height: 1;
        margin-top: 10px
    }

    .course-details-header .course-instructor span {
        font-size: 0.85rem;
        display: block;
        color: #666
    }

    .course-details-header .course-information {
        width: 600px
    }

        .course-details-header .course-information .cell {
            width: 33.3333%;
            padding: 10px 20px;
            border: 1px solid #eee
        }

        .course-details-header .course-information small {
            text-transform: uppercase;
            color: #aaa;
            font-size: 0.8rem;
            text-transform: uppercase;
            display: block
        }

        .course-details-header .course-information strong {
            color: #555
        }

    .course-details-header .course-price small {
        font-weight: 700;
        color: #333;
        text-transform: uppercase
    }

    .course-details-header .course-price .current {
        font-size: 3rem;
        font-weight: 700;
        color: #4FB477;
        line-height: 1
    }

    .course-details-header .course-price sup {
        font-size: 1.4rem;
        display: inline-block;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .course-details-header .course-price .discounted {
        font-size: 1.5rem;
        font-weight: 400;
        color: #aaa;
        text-decoration: line-through
    }

    .course-details-header .CTAs a {
        margin-top: 5px;
        margin-left: 5px
    }

    .course-details-header .review {
        margin-top: 20px
    }

        .course-details-header .review span {
            display: block;
            line-height: 1;
            font-weight: 400;
            font-size: 0.85rem;
            color: #999;
            text-transform: uppercase
        }

        .course-details-header .review li {
            margin: 0;
            padding: 0
        }

        .course-details-header .review i {
            font-size: 1.1rem;
            font-size: 0.7rem;
            color: #4FB477
        }

.course-details-body ul li {
    font-size: 0.95rem;
    margin-bottom: 5px
}

.course-details-body h5 {
    margin-bottom: 20px
}
/*------------------------ Course Details sidebar--------------------------------*/
.sidebar-area .title {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.sidebar-area .search-box {
    margin-bottom: 45px;
}

    .sidebar-area .search-box .form-control {
        border-radius: 0;
        box-shadow: none;
        color: #101010;
        padding: 5px 15px;
        height: 45px;
    }

    .sidebar-area .search-box .box-search {
        position: relative;
    }

    .sidebar-area .search-box .btn {
        position: absolute;
        right: 3px;
        background: transparent;
        border: none;
        box-shadow: none;
        top: 50%;
        outline: none;
        transform: translateY(-50%);
    }

.sidebar-area .cate-box {
    margin-bottom: 45px;
}

    .sidebar-area .cate-box ul {
        padding: 0;
        margin: 0;
    }

        .sidebar-area .cate-box ul li {
            list-style: none;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
            cursor: pointer;
        }

            .sidebar-area .cate-box ul li a {
                color: #505050;
                padding: 0 0 0 5px;
            }

                .sidebar-area .cate-box ul li a span {
                    float: right;
                }

            .sidebar-area .cate-box ul li:first-child {
                padding-top: 0;
            }

            .sidebar-area .cate-box ul li:hover i,
            .sidebar-area .cate-box ul li:hover a {
                color: #3a9c6f;
            }

.sidebar-area .latest-courses {
    margin-bottom: 45px;
}

    .sidebar-area .latest-courses .post-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
    }

        .sidebar-area .latest-courses .post-item .post-img {
            width: 33.33%;
            transition: all 0.3s ease 0s;
            float: left;
        }

        .sidebar-area .latest-courses .post-item .post-desc {
            width: 66.66%;
            padding-left: 20px;
            float: left;
        }

            .sidebar-area .latest-courses .post-item .post-desc h4 {
                margin-bottom: 5px;
            }

                .sidebar-area .latest-courses .post-item .post-desc h4 a {
                    font-size: 16px;
                    color: #212121;
                }

                    .sidebar-area .latest-courses .post-item .post-desc h4 a:hover {
                        color: #ff3115;
                    }

            .sidebar-area .latest-courses .post-item .post-desc .duration {
                font-weight: 600;
                color: #777777;
            }

            .sidebar-area .latest-courses .post-item .post-desc .price {
                margin-left: 8px;
                font-weight: 600;
                color: #777777;
            }

                .sidebar-area .latest-courses .post-item .post-desc .price span {
                    color: #ff3115;
                }

        .sidebar-area .latest-courses .post-item + .post-item {
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid #ddd;
        }

        .sidebar-area .latest-courses .post-item:hover .post-img {
            opacity: 0.7;
        }

.sidebar-area .tags-cloud {
    margin-bottom: 39px;
}

    .sidebar-area .tags-cloud ul {
        padding: 0;
        margin: 0;
    }

        .sidebar-area .tags-cloud ul li {
            float: left;
            list-style: none;
        }

            .sidebar-area .tags-cloud ul li a {
                border: 1px solid #d7d7d7;
                padding: 5px 13px;
                margin: 0 6px 6px 0;
                display: block;
                color: #505050;
                font-weight: 600;
                font-size: 13px;
                text-transform: uppercase;
                letter-spacing: 2px;
                line-height: 28px;
            }

                .sidebar-area .tags-cloud ul li a:hover {
                    background-color: #ff3115;
                    border-color: #ff3115;
                    color: #ffffff;
                }

.sidebar-area .newsletter {
    background: #f0f0f0;
    text-align: center;
    padding: 30px 40px;
}

    .sidebar-area .newsletter h4 {
        font-size: 20px;
        color: #212121;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        margin: 0;
    }

    .sidebar-area .newsletter p {
        font-size: 15px;
        color: #505050;
        margin: 7px 0 20px;
    }

    .sidebar-area .newsletter .box-newsletter {
        position: relative;
    }

        .sidebar-area .newsletter .box-newsletter .form-control {
            border-radius: 0;
            box-shadow: none;
            color: #212121;
            padding: 5px 20px;
            height: 50px;
            border-color: #ff3115;
        }

        .sidebar-area .newsletter .box-newsletter .btn {
            position: absolute;
            right: 3px;
            background: #ff3115;
            border: none;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            color: #ffffff;
            display: block;
            padding: 11px 17px;
            border-radius: 0;
            text-align: center;
        }

            .sidebar-area .newsletter .box-newsletter .btn:hover {
                background: #e41f05;
            }

.sidebar-area .course-features-info {
    margin-bottom: 20px;
    background: #212121;
    padding: 15px;
    color: #fff;
}

    .sidebar-area .course-features-info .desc-title {
        color: #ff3115;
        margin: 10px 0 8px;
    }

    .sidebar-area .course-features-info ul li {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }

        .sidebar-area .course-features-info ul li + li {
            border-top: 1px solid #414141;
        }

        .sidebar-area .course-features-info ul li i {
            color: #ff3115;
        }

        .sidebar-area .course-features-info ul li .label {
            padding-left: 10px;
        }

        .sidebar-area .course-features-info ul li .value {
            float: right;
            padding-right: 5px;
        }

.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: 16px;
            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: #4cbd89;
                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;
    }
/*------------------------Homepage service css-----------------------------------*/
.service-info-bx {
    margin-top: -215px;
}

.service-bx {
    box-shadow: 0 0 25px 0 rgba(29,25,0,0.25);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    background-color: #fff;
}

    .service-bx [class*="feature-"] {
        box-shadow: 0 0 25px 0 rgba(29,25,0,0.15);
        margin-top: -30px;
        position: relative;
        top: -40px;
        margin-bottom: -20px;
    }

    .service-bx .info-bx {
        padding: 30px;
    }

    .service-bx:hover {
        transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
.feature-box-sm i {
    font-size: 30px;
}
.feature-box-xl.radius, .feature-box-lg.radius, .feature-box-md.radius, .feature-box-sm.radius, .feature-box-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.feature-box-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.feature-box-xl, .feature-box-lg, .feature-box-md, .feature-box-sm, .feature-box-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
/*------------------------End Homepage service css-----------------------------------*/
/*=============================
# Course Search
===============================*/
.search-course {
    background-color: #000;
    border-radius: 50px;
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.6);
    height: 70px;
    padding: 8px;
}

.courses-search-area {
    /*position: absolute;*/
    /*top: -37px;*/
    margin-bottom:100px;
    margin-top:30px;
    width: 100%;
}

.courses-page {
    position: relative;
    padding: 120px 0 50px;
}

.search-course .btn-default {
    width: 100%;
    padding: 15px 0;
}

.search-course .form-group {
    margin-bottom: 0;
}

.search-course .form-control {
    background-color: #fff;
    border-radius: 30px;
    color: #6a6c6d;
    font-size: 14px;
    padding: 10px 15px;
}

.search-course .form-control,
.search-course select.form-control,
.search-course .btn-default {
    height: 53px !important;
}

/*=============================
# Standard Section
===============================*/
.our-standard-section .video-btn {
    padding: 0;
    position: relative;
}

    .our-standard-section .video-btn:before {
        background-color: rgba(255, 127, 69, 0.5);
        width: 100%;
        z-index: 0;
        height: 100%;
        border-radius: 7px;
    }

    .our-standard-section .video-btn > .play-icon {
        height: 56px;
        margin-left: -28px;
        margin-top: -28px;
        width: 56px;
        background-color: transparent;
    }

        .our-standard-section .video-btn > .play-icon .fa {
            color: #fff;
            font-size: 56px;
            line-height: 55px;
        }

.our-standard-content {
    padding-left: 40px;
}

.single-standard .panel-title {
    font-size: 20px;
    font-weight: 600;
}

.single-standard {
    box-shadow: 0 0 5px 0 #e0e0e0;
    margin-bottom: 12px;
    padding: 25px 30px 20px 55px;
    border-radius: 5px;
}

    .single-standard > .panel-heading > h3 > a {
        position: relative;
        display: block;
    }

        .single-standard > .panel-heading > h3 > a:after {
            color: #ff7934;
            content: "ï„‡";
            font-family: fontawesome;
            font-size: 24px;
            left: -35px;
            position: absolute;
            top: -2px;
            -webkit-transition: all 0.75s ease 0s;
            transition: all 0.75s ease 0s;
        }

        .single-standard > .panel-heading > h3 > a:hover {
            color: #ff7f45;
        }

        .single-standard > .panel-heading > h3 > a[aria-expanded="true"]:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .single-standard > .panel-heading > h3 > a[aria-expanded="false"]:after {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

.single-standard-content > p {
    line-height: 24px;
    margin-bottom: 5px;
}

.single-standard-content {
    padding-top: 10px;
}

/*social media buttons*/
.fa-facebook {
    background: #3B5998;
    color: white;
    padding: 8px;
    font-size: 10px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 8px;
    font-size: 10px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
    padding: 8px;
    font-size: 10px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa-youtube {
    background: #f00;
    color: white;
    padding: 8px;
    font-size: 10px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
/* End social media btns*/

/*---------Enquiry form css ------------*/
.sidebar-contact {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: -350px;
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0, .5);
    transition: 0.5s ease-in-out;
    z-index: 90000;
}

    .sidebar-contact.active {
        right: 0;
    }

    .sidebar-contact input,
    .sidebar-contact textarea {
        width: 100%;
        height: 36px;
        padding: 5px;
        margin-bottom: 10px;
        border: 1px solid rgba(0,0,0, .5);
        outline: none;
    }

    .sidebar-contact textarea {
        height: 60px;
        resize: none;
    }

    .sidebar-contact input[type="submit"] {
        background: #00bcd4;
        color: #fff;
        cursor: pointer;
        border: none;
        font-size: 18px;
    }

    .sidebar-contact h2 {
        margin: 0 0 20px;
        padding: 0;
    }

.toggle {
    position: absolute;
    top: 30%;
    left: -68px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
     /*background: #f00;*/
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    transform: rotate(90deg) translate(0, -20px);
}

    .toggle::before {
        content: "Enquiry";
        font-family: "Poppins", sans-serif;
        color: #fff;
        font-size: 18px;
        padding: 12px 35px;
        background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    }

    .toggle.active::before {
        content: 'X';
        padding: 10px;
    }
    .toggle.active{
        top:0;
    }
@media (max-width: 767.98px) {
    .sidebar-contact {
        width: 320px;
        z-index: 999999;
        height: 100%;
        min-height:500px;
    }
    .toggle.active {
        top: 0;
        left:-20px;
    }
    .toggle{
        left:-92px;
    }
    #FrmEnquiryBody{
        height:400px;
    }
}

.sidebar .widget a:hover {
    color: #fff !important;
    background: #4cbd89;
}

