/* ------------------Template Name: Gyan - Education HTML TemplateAuthor: ThemepooAuthor Email: themepoo.cit@gmail.comVersion: 1.00------------------1.Table of content index page============================Navbar partBanner partSupport PartAbout us PartCounter PartOur Course PartOur Event partOur Testimonial & FAQ PartOur Teacher’s partOur Blog’s Partcontact-info partcontact-info-img Slider partFooter Part2. Table of content About_us page============================Navbar partBanner partSupport PartAbout us Slider PartAbout Video partcontact-info partcontact-info-img Slider partFooter Part3. Table of content Our Courses page===================================Navbar partBanner partSupport PartOur course partcontact-info partcontact-info-img Slider partFooter Part4.Table of content  Event page===================================Navbar partBanner partSupport PartEvent details( previous and next events) partcontact-info partcontact-info-img Slider partFooter Part5. Table of content Event Details page==================================Navbar partBanner partSupport PartEvents details partcontact-info partcontact-info-img Slider partFooter Part6.Table of content Our Teacher page===================================Navbar partBanner partSupport PartTeacher Details Partcontact-info partcontact-info-img Slider partFooter Part7. Table of content blog_details page============================Navbar partBanner partSupport PartBlog details partComments and sms partcontact-info partcontact-info-img Slider partFooter Part*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: none;
}

ul, ol {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
    font-family: 'Arimo';
}

p, a {
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

li {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
}

img {
    border: none;
}

clr {
    clear: both;
}

html, body {
    overflow-x: hidden;
}

/* ==========================     menu header css start=========================== */
.full_manu_header {
    background: #2d3e50;
    line-height: 40px;
    height: 40px;
}

.header_left ul li {
    color: white;
    display: inline-block;
    padding-right: 20px;
}

.header_right {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.header_right ul {
    display: flex;
    padding-left: 48px;
    text-decoration: none;
    float: right;
}

.header_right ul li .register {
    text-decoration: none;
    color: #fff;
    padding-right: 4px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.header_right ul li .login {
    color: #fff;
    text-decoration: none;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.header_right ul li .register:hover {
    color: #fbaa33;
}

.header_right ul li .login:hover {
    color: #fbaa33;
}

/* ==========================     menu css start=========================== */
.navbar {
    padding-bottom: 32px;
    transition: all linear .4s;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    font-size: 26px;
    transition: all linear .5s;
}

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
    color: #fbaa33;
}

button:focus {
    outline: transparent;
}

.navbar-brand {
    padding-top: 20px;
}

.menu_fix {
    position: fixed;
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    animation: smooth 1s;
    top: 0;
    width: 100%;
    z-index: 9999;
}

@keyframes smooth {
    from {
        top: -50px;
    }
    to {
        top: 0px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    color: #2d3e50;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arimo';
    padding-top: 50px;
    transition: all linear .5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #2d3e50;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-expand-lg .navbar-nav .nav-link .active {
    color: #fbaa33;
}

.navbar-nav {
    margin-right: 60px;
}

.get-start {
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    padding: 10px 18px;
    background: #2d3e50;
    color: white !important;
    border-radius: 6px;
    margin-top: 26px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.get-start:hover {
    background: #fbaa33;
}

/* ==========================  banner/hero area css start =========================== */
.full_slider {
    position: relative;
}

.slider {
    background: url(../background.png) center center no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 2, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
}

.left_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.left_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.right_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 50%;
    right: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.right_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.bnr_text {
    padding-top: 138px;
    padding-bottom: 230px;
    font-family: 'Arimo';
    color: #fff;
}

.bnr_text h1 {
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bnr_text h1 span {
    font-weight: 400;
    font-size: 40px;
    display: block;
}

.bnr_text p {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 60px;
    padding-right: 510px;
}

.bnr_text a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 13px 22px;
    border-radius: 5px;
    margin-right: 20px;
    background: #2d3e50;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.bnr_text a:hover {
    background: #fbaa33;
}

#support {
    margin-top: -110px;
}

.support .online {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    padding-bottom: 30px;
    text-align: center;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.support .online:hover {
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
}

.support .online img {
    padding-top: 30px;
    padding-bottom: 20px;
}

.support .online .text-center h4 {
    font-weight: 400;
    font-size: 24px;
    color: #444444;
    padding-bottom: 10px;
}

.support .online .text-center a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    cursor: pointer;
}

.support .online .text-center a i {
    padding-left: 5px;
}

.online .text-center a:hover {
    color: #fbaa33;
}

/* ==========================    banner/hero area css end =========================== *//* ==========================    about us area css start =========================== */
.about_part {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
    position: relative;
}

.section_title {
    text-align: center;
    padding-bottom: 63px;
}

.section_title h1 {
    font-size: 32px;
    color: #2d3e50;
}

.section_title p {
    color: #666666;
    font-size: 14px;
    padding: 0 233px;
}

.about_part .slick-list {
    padding-bottom: 0px;
}


.slider_about img {
    width: 100%;
    padding-bottom: 5px;
}

.about_part .slick-dots {
    top: 84%;
    left: 52%;
    transform: translate(-52%);
}

.about_part .slick-dots li {
    display: inline-block;
    margin: 0px;
}

.slick-dots li button:before {
    font-size: 0px;
}

.about_part .slick-dots li button {
    background-color: transparent;
    border: 1px solid #999999;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0px;
}

.about_part .slick-dots li.slick-active button {
    border-color: #fbaa33;
    background-color: #fbaa33;
}

.about_slider img {
    -webkit-clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);
    clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);
}

.about_text {
    padding-top: 50px;
    text-align: left;
}

.about_text p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}

.about_text .button a {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    padding: 12px 18px;
    background: #2d3e50;
    border: 1px solid;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 25px;
    display: inline-block;
    transition: all linear .05s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.about_text .button a:hover {
    background: #fbaa33;
}

/* ==========================    about us area css end =========================== *//* ==========================   Counter part start=========================== */


.counter_item {
    text-align: center;
    position: relative;
    margin: 41px 0px;
}

.counter_item h3 {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Arimo';
    padding-bottom: 8px;
}

.counter_item h5 {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 24px;
    color: #f1f1f1;
    padding-bottom: 14px;
}

/* ==========================       Counter part end=========================== *//* ==========================     Our Courses part Strat=========================== */
#our_course .section_title {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 44px;
}

#our_course .slick-track {
    padding-bottom: 30px;
}

.section_title h1 {
    padding-bottom: 22px;
}

.course-one {
    position: relative;
    border: 1px solid transparent;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.slick-center .course-one .enroll a, .slick-center .course-one .crs-details h4 {
    background: #fbaa33;
}

.slick-center .course-banner:after, .slick-center .course-banner a i {
    opacity: 1;
}

.course-one .course-banner img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.course-one .course-banner {
    position: relative;
    margin-bottom: 20px;
}

.course-banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.course-one .course-banner a {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fbaa33;
    line-height: 50px;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #f1f1f1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    text-align: center;
}

.course-banner-overlay:hover {
    opacity: 1;
}

.course-banner-overlay:hover a {
    opacity: 1;
}

.course-left_arrow {
    color: #2d3e50;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: -100px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #2d3e50;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.course-left_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.course-right_arrow {
    color: #2d3e50;
    position: absolute;
    font-size: 28px;
    top: 50%;
    right: -100px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #2d3e50;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.course-right_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.slick-center .course-one {
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #dddddd;
    transition: all linear .5s;
}

.course-one .profile {
    margin-left: 12px;
}

.course-one .profile p {
    display: inline-block;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arimo';
    margin-top: 10px;
}

.course-one .profile h5 {
    display: inline-block;
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Arimo';
}

.course-one .pro-rating {
    text-align: right;
}

.course-one .pro-rating i {
    font-size: 12px;
    color: #fbaa33;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-right: -5px;
    padding-left: 5px;
}

.course-one .pro-rating p {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arimo';
}

.course-one .crs-details h4 {
    display: inline-block;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arimo';
    padding-top: 20px;
    padding-bottom: 16px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
    -ms-transition: all linear .5s;
}

.course-one .crs-details p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arimo';
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    line-height: 26px;
}

.crs_footer {
    padding-top: 15px;
    padding-bottom: 58px;
}

.course-one .crs_footer P {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Arimo';
    margin-left: 18px;
    color: #999999;
}

.course-one .crs_footer .m_name {
    color: #444444;
    font-weight: 700;
    font-family: 'Arimo';
    font-size: 13px;
    margin-left: 18px;
    padding-top: 10px;
}

.course-one .enroll a {
    padding: 16px 18px;
    background: #2d3e50;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    text-align: center;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    color: white;
    font-weight: 400;
    font-family: 'Arimo';
    font-size: 16px;
    transition: all linear 0.5s;
}

.course-one:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
    border: 1px solid #dddddd;
    transition: all linear .5s;
}

.course-one:hover .enroll a {
    background: #fbaa33;
}

.course-one:hover h4 {
    color: #fbaa33;
}

/* ==========================     Our Courses part end=========================== *//* ==========================     Our Event part start=========================== */
#event {
    padding-bottom: 100px;
}

#event .section_title {
    padding-top: 0px;
    padding-bottom: 62px;
}

#event .col {
    position: relative;
    border: 1px solid #ddd;
    padding: 0;
    width: 66px;
    height: 60px;
    font-weight: 400;
    font-family: 'Arimo';
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #2d3e50;
    z-index: 333;
}

#event .col .schedule-dot-item.red {
    width: 66px !important;
    height: 60px !important;
    border-radius: 0;
    display: block;
    margin-top: 0px;
    z-index: 333;
}

#event .col .schedule-dot-item.green {
    width: 66px !important;
    height: 60px !important;
    border-radius: 0;
    margin-top: 4px;
    z-index: 333;
}

#event .col .schedule-dot-item.red:after, #event .col .schedule-dot-item.green:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f52222;
    left: 0;
    top: 0;
    z-index: -1;
}

#event .col .schedule-dot-item.green:after {
    background: #43c313;
}

#event .pb-calendar {
    background: #fff;
    border: 30px solid #f5f5f5;
    box-sizing: border-box;
    min-height: 502px;
    max-height: 502px;
    overflow-y: scroll;
    transition: all linear .4s;
}

#event .pb-calendar:hover {
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
}

.pb-calendar .top-frame {
    background: #f5f5f5;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#event .pb-calendar > .calendar-head-frame > .row > .col > .schedule-dot-list, .pb-calendar > .calendar-body-frame > .row > .col > .schedule-dot-list {
    height: 0;
    margin-top: 0;
}

#event .pb-calendar .top-frame > .year-month-frame {
    font-size: 30px;
    padding-left: 232px;
}

#event .col-lg-6 {
    position: relative;
}

#event h2 {
    position: absolute;
    font-family: 'Arimo';
    font-size: 20px;
    left: 0;
    top: 10px;
    z-index: 99;
}

.pb-calendar .top-frame > .year-month-frame .year, .pb-calendar .top-frame > .year-month-frame > .month {
    color: #2d3e50;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 4px;
}

.pb-calendar .top-frame > .year-month-frame .year {
    float: right;
}

.pb-calendar .top-frame > .year-month-frame > .month {
    float: left;
}

pb-calendar .top-frame {
    padding-top: 20px;
    margin-bottom: 20px;
}

.pb-calendar .top-frame > .control-frame {
    padding-right: 19px;
    padding-top: 9px;
}

/*#event .prev-btn img, #event .next-btn img{    display: none;}*/
#event .prev-btn:before {
}

#event {
}

#event {
}

#event {
}

#event {
}

/* ==========calender  css ========= */
.calendar-title {
    padding-right: 15px;
    position: relative;
    color: #f5f5f5;
}

.pb-calendar {
    box-sizing: border-box;
}

/* ====== calender css end here=======*/
.event_bg {
    background: #f5f5f5;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.event-details-top {
    padding: 20px;
    position: relative;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -mos-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

.event-img {
    position: relative;
}

.event-img .event-img-text {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #ff0000;
    right: 0;
    bottom: 0;
}

.event-img .event-img-text p {
    position: absolute;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arimo';
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event-img1 {
    position: relative;
}

.event-img1 .event-img1-text {
    position: absolute;
    width: 55px;
    height: 55px;
    background: green;
    right: 0;
    bottom: 0;
}

.event-img1 .event-img1-text p {
    position: absolute;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arimo';
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event-text h3 {
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 22px;
    color: #2d3e50;
    margin-bottom: 10px;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -mos-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

.event-text p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    color: #4f4f4f;
    padding-bottom: 12px;
}

.event-text .sem_title {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    color: #979797;
    display: inline-block;
    padding-right: 5px;
}

.event-text {
    position: relative;
}

.event-text a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: #2d3e50;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.event-text i {
    color: #2d3e50;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -mos-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

.event-details-top:hover a {
    background: #fbaa33;
}

.event_bg:hover {
    border: 1px solid #dddddd;
    box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    transition: all linear .5s;
}

.event-details-top:hover h3, .event-details-top:hover i {
    color: #fbaa33;
}

/* ==========================     Our Event part end=========================== *//* =================================   Our Testimonial & FAQ part start================================= */
#test-faq {
    padding-top: 100px;
    background: #f5f5f5;
    padding-bottom: 60px;
}

#test-faq .section_title {
    padding-bottom: 56px;
}

.test-image {
    position: relative;
    padding-top: 10px;
}



.test-image .faq-img img {
    -webkit-clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
}

.test-left_arrow {
    color: #ffff;
    position: absolute;
    font-size: 28px;
    top: 160px;
    left: -80px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2d3e50;
    border: 1px solid #2d3e50;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.test-left_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.test-right_arrow {
    color: #ffff;
    position: absolute;
    font-size: 28px;
    top: 100px;
    left: -80px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #2d3e50;
    border-radius: 50%;
    border: 1px solid #2d3e50;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.test-right_arrow:hover {
    background: #fbaa33;
    color: white;
    border-color: #fbaa33;
}

.test-text {
    padding-top: 40px;
    padding-bottom: 82px;
}

.test-text p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    color: #444444;
    line-height: 25px;
    padding-bottom: 20px;
}

.test-text h3 {
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    padding-bottom: 10px;
}

.test-text h3 span {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}

.test-text i {
    color: #fbaa33;
    font-size: 14px;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 5px;
}

.card-header {
    padding: 0px;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -mos-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    border-bottom: 1px solid transparent;
    background: transparent;
}

.card {
    margin-bottom: 10px;
    background: #f5f5f5;
    border: 1px solid transparent;
}

.card-header .btn-link {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    color: #444444;
    background: #ffffff;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    transition: all linear .5s;
}

.card-body {
    font-size: 14px;
    color: #444444;
    font-family: 'Arimo';
    font-weight: 400;
    padding-top: 30px;
    background: white;
    margin-bottom: 30px;
}

.card-header .btn-link i {
    float: right;
    margin-top: 6px;
}

.card-header .collapsed {
    background: #fff !important;
}

.card-header .btn-link {
    background: #fbaa33;
}

.btn-link:focus {
    text-decoration: none;
}

.btn-link i {
    transform: rotate(90deg);
}

.collapsed i {
    transform: rotate(0deg);
}

/*.card-body{    margin-top: -15px;    transition: all linear .4s;}*//* ==================================   Our Testimonial & FAQ part end=================================== *//* ==================================   Our Teacher part Start=================================== */
#teacher {
    padding-bottom: 80px;
}

#teacher .slick-slide {
    padding-bottom: 30px;
}

#teacher .section_title {
    padding-top: 100px;
    padding-bottom: 60px;
}

.teacher-text-hover ul {
    position: absolute;
    width: 100%;
    top: -53%;
    opacity: 0;
    z-index: 999;
    text-align: center;
    transition: all linear .4s;
    -webkit-transition: all linear 0.4s;
    -mos-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.teacher-text-hover ul li {
    display: inline-block;
    margin: 0px 6px;
}

.teacher-text-hover ul li a i {
    color: #ffffff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #2d3e50;
    transition: all linear .4s;
    -webkit-transition: all linear 0.4s;
    -mos-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.teacher-prof .techer-img ul li a i:hover {
    background: #fbaa33;
}

.teacher-prof:hover ul {
    opacity: 1;
}

.teacher-prof {
    position: relative;
}

.teacher-prof .teacher-text-hover {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 81%;
    text-align: center;
    opacity: 0;
    transition: all linear .4s;
    -webkit-transition: all linear 0.4s;
    -mos-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.teacher-prof:hover .teacher-text-hover {
    opacity: 1;
    background: #fff;
}

.teacher-text-hover ul li a i:hover {
    background: #fbaa33;
}

.teacher-prof .teacher-text-hover h3 {
    text-align: center;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    padding-bottom: 5px;
    padding-top: 12px;
}

.teacher-prof .teacher-text-hover p {
    text-align: center;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    padding-bottom: 12px;
}

.teacher-prof .teacher-text-hover img {
    margin: 0 auto;
}

.teacher-prof .teacher-text {
    text-align: center;
    transition: all linear .4s;
    -webkit-transition: all linear 0.4s;
    -mos-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.teacher-prof:hover .teacher-text {
    color: white;
    opacity: 0;
}

.teacher-prof .teacher-text h3 {
    text-align: center;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    padding-bottom: 8px;
    padding-top: 20px;
}

.teacher-prof .teacher-text p {
    text-align: center;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    padding-bottom: 12px;
}

.teacher-prof .teacher-text img {
    margin: 0 auto;
}

/* ==================================   Our Teacher part end=================================== *//* ==================================   Our Blog header part Start=================================== */

#blog_header .section_title {
    padding-top: 30px;
    padding-bottom: 190px;
}

#blog_header .section_title h1 {
    color: white;
}

#blog_header .section_title p {
    color: white;
}

/* ==================================   Our Blog header part  end=================================== *//* ==================================   Our Blog galarry part start=================================== */
.blog_item {
    position: relative;
}

.blog_item .blog-gtop1 {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-galarry .blog_item .blog-gtop1 ul {
    margin-left: 90%;
    padding-top: 40px;
}

.blog-galarry .blog_item .blog-gtop1 ul li a i {
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2d3e50;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    opacity: 0;
}

.gal-top {
    transform: translateY(-128px);
    margin-bottom: -128px;
}

.gal-top .blog_item .blog-gtop1 .bgal-text h4 a {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 80px;
}

.gal-top .blog_item .blog-gtop1 .bgal-text a {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
}

.gal-top .blog_item .blog-gtop1 .g-top1-footer {
    padding-bottom: 22px;
}

.gal-top .blog_item .blog-gtop1 .g-top1-footer .date p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding-left: 30px;
    opacity: 0;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.gal-top .blog_item .blog-gtop1 .g-top1-footer .view p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding-left: 30px;
    opacity: 0;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.gal-top .blog_item .blog-gtop1 .g-top1-footer .share p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    opacity: 0;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.blog-galarry .blog_item .blog-gtop1:hover i, .blog-galarry .blog_item .blog-gtop1:hover .g-top1-footer .date p, .blog-galarry .blog_item .blog-gtop1:hover .g-top1-footer .view p, .blog-galarry .blog_item .blog-gtop1:hover .g-top1-footer .share p {
    opacity: 1;
}

.blog-galarry .blog_item .blog-gtop1 ul li a i:hover {
    background: #fbaa33;
}

/* ==================================         gal bottom css=================================== */
.gal-bottom {
    padding-top: 30px;
    padding-bottom: 100px;
}

.gal-bottom .blog_item {
    position: relative;
}

.blog_item .btm-text1 {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.89) 6%, rgba(0, 0, 0, 0.89) 13%, rgba(0, 0, 0, 0.69) 21%, rgba(125, 185, 232, 0.15) 43%, rgba(125, 185, 232, 0) 49%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
}

.gal-bottom .blog_item .btm-text1 ul {
    text-align: right;
}

.gal-bottom .blog_item .btm-text1 ul li a i {
    color: white;
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2d3e50;
    line-height: 34px;
    text-align: center;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    opacity: 0;
    margin-bottom: 10px;
}

.gal-bottom .blog_item .btm-text1 .bgal-text h4 {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 15px;
    margin-top: 55px;
}

.gal-bottom .blog_item .btm-text1 .bgal-text p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
}

.gal-bottom .blog_item .btm-text1:hover i {
    opacity: 1;
}

.gal-bottom .btm-text1 ul li a i:hover {
    background: #fbaa33;
}

/* ==================================    Our Blog galarry part end=================================== *//* ==================================     Our Contact Info part start=================================== */

#contact-info .cheader-left {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact-info .cheader-center h3 {
    color: white;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 47px;
}

#contact-info .content-text .c-text-left .nipa {
    padding-bottom: 32px;
}

#contact-info .content-text .c-text-left p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
}

#contact-info .content-text .c-text-left ul li {
    display: inline-block;
    margin-top: 33px;
    margin-bottom: 73px;
    margin-right: 15px;
}

#contact-info .content-text .c-text-left ul li a i {
    color: #2d3e50;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: white;
    font-size: 20px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

#contact-info .content-text .c-text-left ul li a i:hover {
    color: white;
    background: #fbaa33;
}

#contact-info .content-text .c-text-menu1 ul li a {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 28px;
    display: block;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

#contact-info .content-text .c-text-menu1 ul li a:hover {
    color: #fbaa33;
}

#contact-info .content-text .c-text-location ul li {
    padding-bottom: 37px;
}

#contact-info .content-text .c-text-location ul li a i {
    color: #2d3e50;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: white;
    font-size: 20px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

#contact-info .content-text .c-text-location ul {
    padding-top: 10px;
}

#contact-info .content-text .c-text-location ul li a i:hover {
    color: white;
    background: #fbaa33;
}

#contact-info .content-text .c-text-location .address .address_title {
    color: #fbaa33;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 10px;
}

#contact-info .content-text .c-text-location .address p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 25px;
}

/* ==================================     Our Contact Info part end=================================== *//* ============================================   Our Footer Slider  part css start================================================ */
.item-img {
    position: relative;
    float: left;
}

.footer_slider img {
    width: 100%;
}

.footer_slider .slick-list {
    padding-bottom: 0px;
}

.overlay_social {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all linear .4s;
}

.overlay_social a {
    position: absolute;
    color: #2d3e50;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 13px;
    padding: 12px 10px;
    text-align: center;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay_social:hover {
    opacity: 1;
}

/* ============================================         Our footer slider part css start================================================ */
#footer .footer1 {
    background: #2d3e50;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

#footer .footer1 p {
    color: white;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
}

#footer .footer1 p span {
    color: #fbaa33;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
}

/* ============================================         Our footer part end================================================ */
.back_to_top i {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 20px;
    background: #fbaa33;
    right: 30px;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

/* ============================================        About_us Page css start here================================================ *//*  ==== About_us banner part start==== */

.about_banner:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_banner_text h3 {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 60px;
    color: #f1f1f1;
}

.about_banner_text p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    padding-bottom: 155px;
}

.about_banner_text p span {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #fbaa33;
}

#banner_part {
    position: relative;
}

#banner_part .support {
    position: absolute;
    top: 62%;
    left: -4px;
    width: 100%;
    z-index: 99;
}

#banner_part .support .online {
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    position: absolute;
    content: '';
    padding-bottom: 30px;
    text-align: center;
}

#banner_part .support .online img {
    padding-top: 30px;
    padding-bottom: 20px;
}

#banner_part .support .online .text-center h4 {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 24px;
    color: #444444;
    padding-bottom: 10px;
}

#banner_part .support .online .text-center a {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    cursor: pointer;
}

#banner_part .support .online .text-center a i {
    padding-left: 5px;
}

#banner_part .support .text-center a:hover {
    color: #fbaa33;
}

/*  == banner part end== *//*  ==slider text part start== */
#about_a {
    padding-top: 105px;
}

#about_a .about_part {
    padding-top: 0px;
    padding-bottom: 0px;
}

#about_a .about_slider_text {
    text-align: left;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

.about_slider_text .text_top {
    padding-bottom: 34px;
}

.full_text {
    text-align: left;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

/*  == slider text part end== *//*  == about video part start== */
#about_support {
    margin-top: -110px;
    z-index: 11;
    position: relative;
}

#about_video {
    padding-top: 63px;
    padding-bottom: 100px;
}

#about_video .about_part {
    padding-top: 0px;
    margin-top: 0px;
}

#about_video .full_text p {
    padding-top: 30px;
}

#about_video .about_part .about_slider_text {
    text-align: right;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

#about_video .about_part {
    padding-bottom: 0;
}

.video_about {
    position: relative;
}


.video_about .vid_img {
    -webkit-clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);
    clip-path: polygon(23% 0, 100% 0, 77% 100%, 0 100%);
    position: relative;
}

.video_about .vid_img .overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video_about .vid_img .overlay a {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    background: #fb3833;
    color: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#about_video .button a {
    margin-top: 60px;
    text-align: right;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 5px;
    display: inline-block;
    background: #2d3e50;
    transition: all linear .4s;
}

#about_video .button a:hover {
    background: #fbaa33;
}

/*  == about video  part end== *//* ============================================        About_us Page css end here================================================ *//* ============================================       Out Course page css start here================================================ */
#our_course .course-one {
    margin-bottom: 85px;
}

#course_banner_part {
    position: relative;
}

#course_banner_part .support {
    position: absolute;
    top: 62%;
    left: -15px;
    width: 100%;
    z-index: 99;
}

.course_page_slider {
    padding-top: 100px;
    padding-bottom: 40px;
}

.course_page_slider1 {
    padding-bottom: 123px;
}

/* ============================================      Out Course page css end here================================================ *//* ============================================       Out  event details page css start here================================================ */
#event_detail {
    padding-top: 100px;
    padding-bottom: 80px;
}

#event_banner_part {
    position: relative;
}

#event_banner_part .support {
    position: absolute;
    top: 62%;
    left: 4px;
    width: 100%;
    z-index: 99;
}

/*evnt_left part css start here*/
.evnt_img {
    position: relative;
    margin-top: 6px;
}

.event_overlay {
    position: absolute;
    width: 100px;
    height: 100px;
    background: green;
    right: 0;
    bottom: 0;
}

.event_overlay p {
    position: absolute;
    text-align: center;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 24px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#event_detail .evnt_left_text .title h1 {
    padding-top: 30px;
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 24px;
    color: #2d3e50;
    padding-bottom: 10px;
}

#event_detail .pro-rating i {
    color: #ffc712;
    font-size: 18px;
}

#event_detail .pro-rating p {
    display: inline-block;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Arimo';
}

.txt_p p {
    color: #444444;
    font-size: 14px;
    font-family: 'Arimo';
    font-weight: 400;
    padding-top: 26px;
}

.txt_p .event-text .sem_title {
    padding-right: 20px;
}

.event_right h1 {
    font-size: 32px;
    font-family: 'Arimo';
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #2d3e50;
}

.event-text-button a {
    margin-top: 40px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    cursor: pointer;
}

.event-text-button a:hover {
    background: #fbaa33;
}

/* ============================================       Out event details page css end here================================================ *//* ============================================         Out Teacher page css Start here================================================ */
#teacher_details {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    cursor: pointer;
}

#teacher_details .teacher-prof .teacher-text p {
    padding-bottom: 4px;
}

#teacher_details .teacher-prof .teacher-text-hover p {
    padding-bottom: 0px;
}

.teacher {
    padding-bottom: 40px;
}

#teacher_details .teacher-text-hover {
    position: absolute;
    z-index: 99;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* ============================================         Out  Teacher page css end here================================================ *//* ============================================         Out  Event page css start here================================================ */
.about_banner_text .breadcrumb {
    background-color: transparent !important;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    padding-bottom: 155px;
    text-align: center;
    display: inline-flex;
}

.about_banner_text .breadcrumb-item a {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
}

.about_banner_text .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

.about_banner_text .breadcrumb-item.active {
    color: #fbaa33 !important;
}

.all_event .nav {
    display: inline-block;
    text-align: center;
    background: #2d3e50;
    border-radius: 28px;
    margin-bottom: 60px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.all_event .nav-item {
    text-align: center;
    display: inline-block;
}

.all_event .nav-item .nav-link {
    border-radius: 28px;
    font-family: 'Arimo';
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.all_event .nav-pills .nav-link.active {
    color: #fff;
    background-color: #fbaa33;
}

/* ============================================         Out  Event page css start here================================================ *//* ============================================         Out  Event  page css end here================================================ */
#blog_details {
    padding-top: 100px;
    padding-bottom: 80px;
}

.blog_details_img {
    padding-bottom: 60px;
}

.posted_by {
    padding-bottom: 40px;
}

.blog_posted_by p {
    font-family: 'Arimo';
    font-weight: 400;
    color: #fbaa33;
    font-size: 16px;
    text-transform: capitalize;
}

.blog_posted_by p i {
    color: #fbaa33;
    font-size: 10px;
    margin-right: 6px;
}

.blog_posted_by .blog_title_name {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    padding-left: 22px;
}

.blog_details_text .blog_body h1 {
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    padding-bottom: 30px;
}

.blog_details_text .blog_body p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    padding-bottom: 38px;
    padding-left: 30px;
}

.text_italic {
    background: #f1f1f1;
    margin-top: 16px;
    border-left: 3px solid #fbaa33;
    margin-bottom: 30px;
}

.text_italic p {
    font-family: 'Arimo';
    font-size: 14px;
    color: #282727;
    font-weight: 700;
    font-style: italic;
    padding-top: 30px;
    line-height: 20px;
}

.list {
    padding-bottom: 20px;
}

.list ul li {
    font-family: 'Arimo';
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    padding-left: 30px;
    padding-bottom: 28px;
}

.tags {
    padding-bottom: 30px;
}

.tag_head h3 {
    padding-top: 8px;
    font-family: 'Arimo';
    font-size: 20px;
    color: #151515;
    font-weight: 700;
    text-transform: capitalize;
}

.tag_detals ul li {
    display: inline-block;
    margin-right: 10px;
}

.tag_detals ul li a {
    font-family: 'Arimo';
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 12px;
    border: 1px solid #dddddd;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    cursor: pointer;
}

.tag_detals ul li:hover a {
    color: #fbaa33;
    border: 1px solid #fbaa33;
}

.share .share_social ul li {
    display: inline-block;
    margin-right: 10px;
}

.share .share_social ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: white;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #777777;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.share .share_social ul li a i:hover {
    color: white;
    background: #fbaa33;
    border: 1px solid #fbaa33;
}

#comment_sms {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

#comment_sms:before {
    position: absolute;
    content: '';
    width: 100%;
    border: 1px solid #eeeeee;
    margin-top: 36px;
    z-index: -1;
}

.comment a {
    font-family: 'Arimo';
    font-size: 20px;
    color: #151515;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 40px;
    display: block;
}

.commentator_two {
    position: relative;
    z-index: 1;
}

.commentator_two:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 1px solid #eeeeee;
    margin-top: 64%;
    z-index: -1;
}

.comment-details h3 {
    font-family: 'Arimo';
    font-size: 20px;
    color: #151515;
    font-weight: 700;
    padding-bottom: 15px;
}

.commentator_three {
    margin-top: 20px;
}

.comment-details h3 span {
    padding-top: 5px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

.comment-details p {
    font-family: 'Arimo';
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.comment-details a i {
    color: #444444;
    margin-right: 5px;
    font-size: 14px;
    padding-top: 10px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.comment-details a {
    color: #444444;
    margin-right: 5px;
    font-size: 14px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.comment-details a:hover i, .comment-details a:hover {
    color: #fbaa33;
}

.comment-details {
    padding-bottom: 15px;
}

/* form css start here*/
.form-control {
    font-family: 'Arimo';
    font-size: 13px;
    font-style: italic;
    border-radius: 0px !important;
    margin-bottom: 10px;
}

textarea.form-control {
    resize: none;
    height: 120px;
}

.form-group {
    margin-bottom: 0px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.form_submit {
    height: 36px;
    background: #2d3e50;
    text-align: center;
    margin-bottom: 18px;
    cursor: pointer;
}

.form_submit button {
    font-family: 'Arimo';
    font-size: 20px;
    font-weight: 700;
    color: white;
    background: transparent !important;
    border: none;
    line-height: 36px;
    cursor: pointer;
}

.form_details p {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
}

.form_details p a {
    font-family: 'Arimo';
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2c8cde;
}

/* ============================================          Out  Event  page css end here================================================ */