﻿.get_started_video {
    float: left;
    width: 100%;
    position: relative;
}

    .get_started_video:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .get_started_video img {
        width: 100%;
        height: auto;
    }

.get_video_icon {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: -50px 0px 0px;
}

    .get_video_icon a {
        display: inline-block;
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
        border-radius: 100%;
        line-height: 70px;
        margin: 0px 0px 10px;
        color: #fff;
        font-size: 30px;
    }

    .get_video_icon span {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
    }


/* Blog Sidebar */
.learnedu-sidebar {
    margin-top: 30px;
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
}

    .learnedu-sidebar.left {
        border-left: 0px;
        border-right: 1px solid #e6e6e6;
        padding: 0 30px 0 0;
    }

    .learnedu-sidebar .search {
        position: relative;
    }

        .learnedu-sidebar .search input {
            width: 100%;
            height: 52px;
            box-shadow: none;
            text-shadow: none;
            border: none;
            border: 1px solid #e7e7e7;
            font-size: 16px;
            color: #6c6c6c;
            padding: 0 48px 0 20px;
        }

        .learnedu-sidebar .search .button {
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 52px;
            line-height: 52px;
            box-shadow: none;
            text-shadow: none;
            text-align: center;
            border: none;
            font-size: 15px;
            color: #fff;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0px;
        }

            .learnedu-sidebar .search .button:hover {
                background: #00000b;
                color: #fff;
            }

    .learnedu-sidebar .single-widget {
        margin-top: 30px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
        padding: 15px;
    }

        .learnedu-sidebar .single-widget h3 {
            font-size: 20px;
            padding-left: 10px;
            border-left: 2px solid transparent;
            margin-bottom: 20px;
        }

        .learnedu-sidebar .single-widget.categories ul {
        }

            .learnedu-sidebar .single-widget.categories ul li {
                margin-bottom: 15px;
                border-bottom: 1px solid #e6e6e6;
                padding-bottom: 15px;
            }

                .learnedu-sidebar .single-widget.categories ul li:last-child {
                    margin: 0;
                    padding: 0;
                    border: none;
                    border: none;
                }

                .learnedu-sidebar .single-widget.categories ul li a {
                    color: #252525;
                }

                    .learnedu-sidebar .single-widget.categories ul li a:hover {
                        color: #00B069;
                    }

                    .learnedu-sidebar .single-widget.categories ul li a span {
                        float: right;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        border: 1px solid #e7e7e7;
                        border-radius: 100%;
                        text-align: center;
                        font-size: 13px;
                    }

                .learnedu-sidebar .single-widget.categories ul li i {
                    margin-right: 5px;
                }

    .learnedu-sidebar .single-post {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden;
    }

        .learnedu-sidebar .single-post:last-child {
            border: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

    .learnedu-sidebar .post-img {
        float: left;
        width: 70px;
        margin-right: 10px;
    }

        .learnedu-sidebar .post-img img {
            width: 64px;
            height: 64px;
            border-radius: 100%;
        }

    .learnedu-sidebar .post-info h4 {
        color: #252525;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .learnedu-sidebar .post-info h4 a {
            color: #252525;
        }

    .learnedu-sidebar .post-info span {
        color: #666;
    }

        .learnedu-sidebar .post-info span i {
            margin-right: 5px;
        }

    .learnedu-sidebar .single-course {
        overflow: hidden;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

        .learnedu-sidebar .single-course:last-child {
            padding: 0;
            margin: 0;
            border: none;
        }

        .learnedu-sidebar .single-course img {
            width: 64px;
            height: 64px;
            border-radius: 100%;
            float: left;
            margin: 0 15px 0 0 !important;
        }

    .learnedu-sidebar .course-content h4 {
        font-size: 15px;
    }

    .learnedu-sidebar .course-content a {
        color: #252525;
    }

    .learnedu-sidebar .course-content .meta {
        color: #666;
        font-size: 14px;
        font-weight: 500;
    }

        .learnedu-sidebar .course-content .meta span {
            margin-left: 10px;
        }

            .learnedu-sidebar .course-content .meta span i {
                margin-right: 5px;
            }

    .learnedu-sidebar .calendar li {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e7e7e7;
    }

        .learnedu-sidebar .calendar li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

        .learnedu-sidebar .calendar li a {
            color: #252525;
            font-size: 15px;
        }

            .learnedu-sidebar .calendar li a i {
                margin-right: 10px;
                color: #777;
            }

    .learnedu-sidebar .tags h3 {
        margin-bottom: 10px;
    }

    .learnedu-sidebar .tags ul {
        margin-left: -10px;
    }

        .learnedu-sidebar .tags ul li {
            display: inline-block;
            margin-top: 10px;
            padding-left: 10px;
        }

            .learnedu-sidebar .tags ul li a {
                border: 1px solid #e7e7e7;
                display: block;
                padding: 5px 10px;
                color: #777;
            }

    .learnedu-sidebar .single-widget h3 {
        border-left-color: #00B16A;
    }

/*sidebar css for panel*/

.sidebar .sidebar-box {
    margin-bottom: 50px;
}

    .sidebar .sidebar-box h2 {
        font-size: 24px;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 20px;
        line-height: 1;
    }

        .sidebar .sidebar-box h2:after {
            /*background: #181780;*/
            background: #007e3d;
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 4px;
            width: 50px;
        }

    .sidebar .sidebar-box:last-child {
        margin-bottom: 0;
    }



/*=============================
	Faqs CSS
===============================*/
.faq .faq-content {
    margin-top: 30px;
}

.faq .text-content {
    text-align: left;
    padding: 0 60px 0 0;
    margin-bottom: 30px;
}

    .faq .text-content h2 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .faq .text-content p {
        font-size: 16px;
    }

.faq .panel-group {
    margin: 0;
    text-align: left;
}

.faq .panel {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 2px;
}

.faq .panel-heading {
    background: none;
}

.faq .faq-title a {
    padding: 20px;
    font-size: 16px;
    position: relative;
    color: #5e5e5e;
    background: #f6f7f8;
    width: 100%;
    display: block;
}

    .faq .faq-title a::after {
        content: "\f0d8";
        font-family: 'FontAwesome';
        top: 50%;
        margin-top: -5px;
        right: 24px;
        position: absolute;
        background: transparent;
        width: 10px;
        height: 10px;
        line-height: 10px;
        color: #fff;
        border-radius: 0px;
        text-align: center;
        font-size: 17px;
    }

.faq .panel.active .faq-title a {
    color: #fff;
    text-decoration: none;
}

.faq .faq-title a.collapsed::after {
    content: "\f0d7";
    color: #191919;
    background: transparent;
}

.faq .faq-body {
    padding: 20px;
    color: #464646;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none;
}

.faq .panel-default {
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.faq .faq-img img {
    width: 100%;
}
/*=============================
	End Faqs CSS
===============================*/




/*=============================
	Start School CSS
===============================*/


.blockBox.single-blog {
    margin: 30px 0 0;
}

.blockBox .single-blog {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.blockBox .blog-head {
    overflow: hidden;
}

.blockBox .blog-content {
    padding: 20px;
}

    .blockBox .blog-content .blog-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

.blockBox .blog-info {
    margin-bottom: 5px;
}

.blockBox .blog-content .btn {
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
    background: #7585d0;
}

.blockBox .blog-content .btn:hover {
    background: #002dff;
}



/*school details*/
/*
	  ==============================================================
		   Course Detail Wrap CSS
	  ==============================================================
*/
.gt_cdd_outer_wrap{border: 1px solid #dbdbdb;background-color: #ffffff;border-radius: 5px;}
.gt_cdd_outer_wrap>figure{margin: 0px 0px 30px;}
.gt_cdd_outer_wrap>figure>img{width: 100%;height: auto;}
.gt_cd_hdg_wrap{padding: 10px 15px;}
.gt_cd_hdg_wrap>h5{color: #666666;font-weight: bold;text-transform: uppercase;float: left;width: 70%;}
.gt_cd_rating{float: right;width: 30%;}
.gt_cd_rating>span{float: right;color: #999999;font-size: 14px;margin-left: 10px;}
.gt_cd_mata_wrap{padding: 15px 15px;border-bottom: 1px solid #dbdbdb;}
.gt_cd_mata_wrap>ul{float: left;width: 100%;}
.gt_cd_mata_wrap>ul>li{position: relative;float: left;padding: 0px 30px;line-height: 25px;border-radius: 5px;}
.gt_cd_mata_wrap>ul>li:before{content: "";position: absolute;top: 0px;left: 0px;height: 50px;width: 1px;background-color: #cccccc;}
.gt_cd_mata_wrap>ul>li:first-child{padding-left: 0px;}
.gt_cd_mata_wrap>ul>li:last-child{float: right;padding-right: 0px;}
.gt_cd_mata_wrap>ul>li:first-child:before{display: none;}
.gt_cd_mata_wrap>ul>li>figure{border-radius: 100%;width: 50px;height: 50px;border: 2px solid #e2e2e2;margin-right: 10px;}
.gt_cd_mata_wrap>ul>li>figure>img{width: 100%;height: auto;}
.gt_course_meta_des{overflow: hidden;}
.gt_course_meta_des>h6{font-size: 15px;color: #999999;font-weight: bold;}
.gt_course_meta_des>span{color: #999999;}
.gt_cd_mata_wrap>ul>li>i{width: 30px;float: left;font-size: 35px;color: #666666;margin-right: 20px;}
.gt_cd_mata_wrap>ul>li ul.gt_scl_icon li a{color: #ffffff;border: 1px solid transparent;}
/*Description*/
.gt_cd_des_wrap{padding: 15px 20px;border-bottom: 1px solid #dbdbdb;}
.gt_cd_des_wrap>h4{font-weight: bold;text-transform: uppercase;margin: 0px 0px 20px;color: #666666;}
.gt_cd_des_wrap ul,.gt_cd_des_wrap ul li{float: left;width: 100%;}
.gt_cd_des_wrap ul li{color: #999999;margin: 10px 0px 0px;position: relative;padding: 0px 0px 0px 25px;}
.gt_cd_des_wrap ul li:before{content: "\f178";font-family:fontawesome;position: absolute;top: 0px;left: 0px;width: auto;height: auto;}
.gt_cd_des_wrap.border_bottom{border-bottom: 0px;}
/*Couurse List*/
.gt_course_list_wrap{padding: 0px 15px 15px;}
.gt_course_list_wrap>h6{font-size: 16px;color: #666666;text-transform: uppercase;font-weight: bold;margin: 0px 0px 15px;}
.gt_course_list_wrap>ul{float: left;width: 100%;}
.gt_course_list_wrap>ul>li{width: 100%;float: left;position: relative;background-color: #f5f5f5;border: 1px solid #dbdbdb;padding: 10px 15px;border-radius: 5px;margin: 0px 0px 10px;}
.gt_lec_detail{float: left;width: 14%;color: #999999;text-align: left;text-transform: capitalize;font-weight: 600;}
.gt_lec_title{float: left;width: 70%;}
.gt_lec_title>h6{color: #999999;display: inline-block;font-weight: 600;margin-right: 15px;font-size: 14px;}
.gt_lec_title>span{display: inline-block;padding: 1px 15px;border-radius: 15px;background-color: #d0d0d0;color: #6a6a6a;}
.gt_lec_duration{float: left;width: 16%;color: #999999;font-weight: 600;text-align: right;}
.gt_lec_duration>i{margin-right: 10px;}
.gt_course_list_wrap.border_bottom{border-bottom: 1px solid #dbdbdb;}

.gt_wrapper, header, section, footer, .default_width, .gt_content_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.socialSitesSchool li{
    padding:10px;
}
.socialSitesSchool li .socialBcg{
    padding:7px 13px;
    border-radius:50%;
    background:#f1f1f1;
}
.socialSitesSchool li .socialBcg:hover{

    background:#9797b4;
}












