/*
* ----------------------------------------------------------------------------------------

* ----------------------------------------------------------------------------------------
*/
/*====================================
===[ Style Map ]===

Default Css
Preloader
Search Style
Scroll To Top
Pagination Style


01 Index Style
====================
Index nav Style
Popular Highlight Style
Index Courses Area Style
Index About Style
Index Up Comming Events
Index Testimonial
Our Blog
Our Sponsor
Index Footer

Index Two Header
==========================
Features Possibilities
Learn Step
Index Two Popular Courses
Register Area
Our Instructiors
Index Two Testimonial
Index Two Blog
Team Group
Footer Two

Index Three Header
==========================
Cources Features
Think About Us
Online Videos
Testimonial Three
Our Team Membar
Pricieng Style
Download App
Footer Three

Header Inner Pages
===========================
Blog Signle Style
Blog Post Style
widget Blog and Post Page
Contact Info Wrapper
Google Map
About Unlimited Possibilities
About Our Instructors
Count Student
Faq About
Become A Instrauctor
Teachers Profiles
Courses Pages
Related Courses Wrapper
Event Pages
======================================*/
/* Variables */
@font-face {
    src: url("../fonts/JF Flat Regular.ttf");
    font-family: jf-flat;
}

* {
    margin: 0;
    padding: 0;
    /*direction: rtl;*/
    text-align: right;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    /*font-family: jf-flat;*/
    font-family: jf-flat;
    color: #6a7a83;
    overflow-x: hidden !important;
}

p {

    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #6a7a83;
    font-family: jf-flat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333146;
    font-family: jf-flat;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 36px;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none !important;

}

ol,
ul {

    margin: 0;
    padding: 0;
}

ol li,
ul li {

    list-style: outside none none;
    list-style-type: none;
    padding-right: 10px;
    text-align: right;

}

ul li {
    padding-right: 8px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.dropdown-toggle::after {
    display: none;
}

.disabled {
    display: none;
}

.sub_title {
    max-width: 800px;
    margin: 0px auto 60px;
    text-align: center;
}

.sub_title h2 {
    font-size: 50px;
    margin: 0;
    font-family: jf-flat;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.sub_title p {
    padding: 25px 10% 0;
    margin: 0;
    color: #fff;
}

.title h2 {
    font-family: jf-flat;
    /*letter-spacing: 2px;*/
    font-weight: 900;
}

.p-l {
    padding-left: 15px;
}

.p-r {
    padding-right: 15px;
}

.m-l {
    margin-left: 15px;
}

.m-r {
    margin-right: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.container {
    max-width: 1240px;
}

.view_more_btn {
    text-align: center;
    margin: 18px 0;
}

.view_more_btn .view-more-item {
    color: #6a7a83;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 50px;
    text-decoration: none;
    text-transform: uppercase;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next {
    padding: 0 25px !important;
}

.owl-buttons .owl-prev i:before, .owl-buttons .owl-next i:before {
    margin: 0;
    color: #ffffff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
}

.owl-buttons .owl-prev:hover i:before, .owl-buttons .owl-next:hover i:before {
    opacity: 1;
}

/*=======[ Preloader Style ]========*/
div#preloader {

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url("../images/scu.png") no-repeat center center;
    background-size: 150px 150px;
    z-index: 9999999;
}

/*.rev_slider_wrapper, .rev_slider_wrapper * {
    direction: ltr;
}*/

.rev_slider_wrapper {
    border-top: 4px solid #ff5301;
    /*border-radius: 4px;*/
    box-shadow: 0px 0px 10px;
}

#rev_slider_1 img {
    filter: blur(3px);
    filter: grayscale(1);
    filter: saturate(2.2);
}

.rev_slider_wrapper .tp-bullet {
    width: 10px;
    height: 10px;
}

.rev_slider_wrapper .tp-bullet.selected, .rev_slider_wrapper .tp-bullet:hover {
    background: #ff5301;
}

.rev_slider_wrapper #rev_slider_2 .tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.rev_slider_wrapper #rev_slider_2 .tp-bullet.selected {
    background: #ff5301;
    width: 20px;
    border-radius: 50px;
}

/*=======[LogIn & Signup Options ]========*/
.is-hidden--off-flow {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -10;
    /* *1* */
    visibility: hidden;
    /* *1* */
}

.is-shown--off-flow {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: visible;
}

.l-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}

.l-modal__shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    background: #161616;
    opacity: 0.92;
    z-index: -1;
    cursor: url("../images/cursor.png"), auto;
}

.login_popup {
    display: inline-block;
    text-align: center;
    background: white;
    max-width: 550px;
    width: 100%;
    line-height: 1.48;
}

.login_signup_option {
    background: #333146;
}

.login_signup_option .login_option_btn .nav-tabs {
    border: none;
    padding: 20px 40px 20px;
    background: #F5F7FA;
}

.login_signup_option .login_option_btn .nav-tabs .nav-item {
    margin-right: 30px;
}

.login_signup_option .login_option_btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #333146;
    padding: 0;
    background: transparent;
    font-family: jf-flat;
}

.login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link.active, .login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link:hover {
    color: #ff5301;
}

.login_signup_option .tab-content {
    border: none;
    background: #ffffff;
    padding: 40px;
}

.login_signup_option .login_modal_body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 550px;
    background: #F5F7FA;
}

.login_signup_option .login_modal_body form .form-group {
    margin-bottom: 25px;
}

.login_signup_option .login_modal_body form .form-group label {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333146;
    width: 100%;
    font-family: jf-flat;
}

.login_signup_option .login_modal_body form .form-group input {
    background: transparent;
    border: 1px solid rgba(47, 47, 47, 0.3);
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    height: 56px;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
    font-family: jf-flat;
}

.login_signup_option .login_modal_body form .form-group input:focus {
    border-color: #092ace;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login_signup_option .login_modal_body form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.login_signup_option .login_modal_body form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.login_signup_option .login_modal_body form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.login_signup_option .login_modal_body form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.login_signup_option .login_modal_body form .login_option {
    margin-top: 15px;
}

.login_signup_option .login_modal_body form .login_option .forget_pass {
    color: #092ace;
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
    margin: 0;
    line-height: 54px;
    font-family: jf-flat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login_signup_option .login_modal_body form .login_option .forget_pass:hover {
    color: #ff5301;
}

.login_signup_option .login_modal_body form .login_option .login_btn {
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    border-radius: 3px;
    background: #092ace;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.login_signup_option .login_modal_body form .login_option .login_btn:hover {
    background: #ff5301;
}

.login_signup_option .login_modal_body form .social_login {
    margin-top: 40px;
}

.login_signup_option .login_modal_body form .social_login .social_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login_signup_option .login_modal_body form .social_login .social_items .google_login {
    height: 54px;
    width: 48%;
    border: none;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-family: jf-flat;
}

.login_signup_option .login_modal_body form .social_login .social_items .google_login:last-child {
    margin-bottom: 0;
}

.login_signup_option .login_modal_body form .social_login .social_items .google {
    background: #d14c3e;
}

.login_signup_option .login_modal_body form .social_login .social_items .google:hover {
    background: #A73D32;
}

.login_signup_option .login_modal_body form .social_login .social_items .facebook {
    background: #3d5a95;
}

.login_signup_option .login_modal_body form .social_login .social_items .facebook:hover {
    background: #314877;
}

.login_signup_option .login_modal_body form .social_login .social_items .twitter {
    background: #57acea;
}

.login_signup_option .login_modal_body form .social_login .social_items .twitter:hover {
    background: #468ABB;
}

.login_signup_option .login_modal_body form .social_login .social_items .linkdin {
    background: #008CC9;
}

.login_signup_option .login_modal_body form .social_login .social_items .linkdin:hover {
    background: #007BB6;
}

.login_signup_option .login_modal_body .register {
    text-align: center;
}

.forgot_pass {
    padding: 130px 0;
}

.forgot_pass .forgot_wrapper {
    background: #ffffff;
    padding: 40px;
    box-shadow: 1px 2px 10px -5px;
}

.forgot_pass .forgot_wrapper h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333146;
    margin-bottom: 30px;
    font-family: jf-flat;
    text-align: center;
}

.forgot_pass .forgot_wrapper h6:first-child {
    color: #ff5301;
}

.forgot_pass .forgot_wrapper form .form-group {
    margin-bottom: 30px;
    text-align: center;
}

.forgot_pass .forgot_wrapper form .form-group input {
    background: transparent;
    border: 1px solid rgba(47, 47, 47, 0.3);
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    height: 56px;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
    font-family: jf-flat;
}

.forgot_pass .forgot_wrapper form .form-group input:focus {
    border-color: #ff5301;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.forgot_pass .forgot_wrapper form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.forgot_pass .forgot_wrapper form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.forgot_pass .forgot_wrapper form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.forgot_pass .forgot_wrapper form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.forgot_pass .forgot_wrapper form .reset_pass_btn {
    height: 48px;
    padding: 0 40px;
    line-height: 48px;
    border: none;
    border-radius: 0;
    background: #092ace;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forgot_pass .forgot_wrapper form .reset_pass_btn:hover {
    background: #ff5301;
}

/*=======[ Search Style ]========*/
#search {
    position: fixed;
    /*top: 0px;
    left: 50px;*/
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 54px;
}

#search button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

#search input[type="search"] {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    padding: 0 15px;
    color: #333146;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    font-size: 18px;
    font-weight: 400;
    /* text-align: left;*/
    font-family: jf-flat;
    border: 0px;
    margin: 0px auto;
    outline: none;
    text-align: center;
}

#search input[type="search"] ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    font-family: jf-flat;
}

#search input[type="search"] ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    font-family: jf-flat;
}

#search input[type="search"] :-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    font-family: jf-flat;
}

#search input[type="search"] :-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    font-family: jf-flat;
}

/*=========== {  Scroll to top section css} ===========*/
#scroll-top .pos-rtive {
    position: relative;
}

#scroll-top h2 {
    display: none;
}

#scroll-top .to-top {
    display: none;
}

#scroll-top .to-top a {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    background: #ff5301;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 53px;
    width: 53px;
    line-height: 53px;
    position: fixed;
    text-align: center;
    top: 89%;
    left: 90px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scroll-top .to-top a i:before {
    margin: 0;
    font-size: 16px;
}

#scroll-top .to-top:hover {
    background: #092ace none repeat scroll 0 0;
    color: #ffffff;
}

/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination_blog ul li {
    margin: 0 7px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer;
}

.pagination_blog ul li a {
    color: #333146;
    font-size: 18px;
    font-weight: 500;
}

.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination_blog ul li.current {
    border: 1px solid #ff5301;
}

.pagination_blog ul li.current a {
    color: #ff5301;
}

.home_1_update {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    position: relative;
}

.home_1_update:before {
    position: absolute;
    background: #ffffff;
    content: "";
    height: 16%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.home_1_update .header_top {
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_1_update .header_top .social_wrapper span {
    padding-right: 15px;
    font-family: jf-flat;
    line-height: 30px;
    color: #ffffff;
}

.home_1_update .header_top .social_wrapper .social-items li:last-child {
    margin-right: 0;
}

.home_1_update .header_top .social_wrapper .social-items li a:hover i {
    margin-top: -8px;
}

.home_1_update .header_top .social_wrapper .social-items li a i {
    color: #ffffff;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home_1_update .header_top .social_wrapper .social-items li a i:hover {
    padding: 0;
}

.home_1_update .edu_nav {
    background: transparent;
}

.home_1_update .edu_nav nav .navbar-nav li a {

    color: #ffffff !important;
}

.home_1_update .edu_nav nav .navbar-nav li a.active, .home_1_update .edu_nav nav .navbar-nav li a:hover {
    color: #092ace !important;
}

.home_1_update .edu_nav nav .navbar-nav li ul li a {

    color: #333146 !important;
}

.home_1_update .edu_nav nav .navbar-nav li ul li a:before {
    color: #092ace;
}

.home_1_update .edu_nav nav .search_area .navbar-nav li i:before {
    color: #ffffff;
}

.home_1_update .rev_slider_wrapper {
    margin: 0px 4%;
    width: 92% !important;
}

.features_4 {
    padding: 0;
    margin: 130px 0;
}

.features_4 .features_4_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

.features_4 .features_4_content .title {
    text-align: left;
}

.features_4 .features_4_content .title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;

}

.features_4 .features_4_content .title p {
    color: #6a7a83;
    margin-bottom: 55px;
    font-weight: 300;

}

.features_4 .features_4_content .title a {
    background: #ff5301;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.features_4 .features_4_content .title a:hover {
    background: #092ace;

}

.features_4 .features_wrapper_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
}

.features_4 .features_wrapper_box .features_wrappe_single {
    width: 50%;
    padding-right: 30px;
}

.features_4 .features_wrapper_box .single_item_first {
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}

.features_4 .features_wrapper_box .single_item_first:before {
    height: 2px;
    width: 102%;
    left: -5px;
    background: #092ace;
    bottom: 0;
}

.features_4 .features_wrapper_box .single_item_first span {
    color: #092ace;
}

.features_4 .features_wrapper_box .single_item_center {
    border: 5px solid #fff;
}

.features_4 .features_wrapper_box .single_item_center:before {
    height: 2px;
    bottom: -2px;
    width: 103%;
    left: -5px;
    background: #ff5301;
}

.features_4 .features_wrapper_box .single_item_center .blog-img img {
    width: 100%;
    height: 100%;
}

.features_4 .features_wrapper_box .single_item_center span {
    color: #ff5301;
}

.features_4 .features_wrapper_box .single_item_last {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}

.features_4 .features_wrapper_box .single_item_last:before {
    height: 2px;
    width: 102%;
    right: -5px;
    background: #092ace;
    bottom: 0;
}

.features_4 .features_wrapper_box .single_item_last span {
    color: #092ace;
}

.features_4 .features_wrapper_box .single_item {
    -webkit-box-shadow: 0px 0px 80px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 80px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.features_4 .features_wrapper_box .single_item:last-child {
    margin-bottom: 0;
}

.features_4 .features_wrapper_box .single_item:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.features_4 .features_wrapper_box .single_item:hover:before {
    background: #ff5301;
}

.features_4 .features_wrapper_box .single_item:hover .blog-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.features_4 .features_wrapper_box .single_item:hover .blog_title span {
    color: #ff5301;
}

.features_4 .features_wrapper_box .single_item .blog-img {
    overflow: hidden;
}

.features_4 .features_wrapper_box .single_item .blog-img img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.features_4 .features_wrapper_box .single_item .blog_title {
    padding: 30px 20px 40px;
}

.features_4 .features_wrapper_box .single_item .blog_title span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.features_4 .features_wrapper_box .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 30px;
    padding: 5px 0 20px;
    line-height: 34px;
    font-weight: 700;
}

.features_4 .features_wrapper_box .single_item .blog_title h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.features_4 .features_wrapper_box .single_item .blog_title p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    color: #6a7a83;
}

#popular_courses_4 {
    background: #f6f8fa;
}

/*=======[ 01 Index Style ]========*/
header {
    /*=======[ Index nav Style ]========*/
}

header .header_top {
    background: #ff5301;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header .header_top:before {
    position: absolute;
    content: "";
    background: url(../images/shapes/shape_top.png) repeat center center;
    height: 263px;
    width: 100%;
    right: 0;
    top: 0;
    opacity: 1;
}

header .header_top .info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_top .info_wrapper .contact_info ul {
    margin: 0;
    padding: 9px 0;
}

header .header_top .info_wrapper .contact_info ul li {
    padding-right: 15px;
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    font-family: jf-flat;
    text-align: left;
}

header .header_top .info_wrapper .contact_info ul li a {
    color: #fff;
}

header .header_top .info_wrapper .contact_info ul li .top-icon {
    font-size: 9px;
    padding-right: 5px;
}

header .header_top .info_wrapper .contact_info ul li i:before {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
}

header .header_top .info_wrapper .login_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_top .info_wrapper .login_info ul {
    margin-right: 30px;
}

header .header_top .info_wrapper .login_info ul li {
    padding-right: 20px;
    position: relative;
}

/*header .header_top .info_wrapper .login_info ul li:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    background: #ffffff;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
}*/

header .header_top .info_wrapper .login_info ul li:first-child {
    padding-left: 0;
}

header .header_top .info_wrapper .login_info ul li:first-child:before {
    display: none;
}

header .header_top .info_wrapper .login_info ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    font-family: jf-flat;
}

header .header_top .info_wrapper .login_info ul li a i:before {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
}

header .header_top .info_wrapper .login_info ul li a i {
    margin-left: 5px;
}

header .header_top .info_wrapper .login_info .apply_btn {
    background: #0828c2;
    height: 54px;
    line-height: 54px;
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}

header .edu_nav {
    padding-right: 0;
    background: #ffffff;
}

header .edu_nav nav {
    padding: 0;
    /*width: 86rem;*/
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    outline-style: none !important;
}

header .edu_nav nav .navbar-brand img {
    /*width: auto;*/
    width: 200px;
    height: 45px;
    /*height: 85px;*/
}

header .edu_nav nav .navbar-brand {
    /*margin-left: -6rem;*/
}

header .edu_nav nav .navbar-nav li {
    position: relative;
}

header .edu_nav nav .navbar-nav li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 97px;
}

header .edu_nav nav .navbar-nav li a {
    font-weight: 490;
    color: #333146 !important;
    font-size: 11.5px;
    padding: 36px 0 !important;
    margin: 0 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: jf-flat;
}

header .edu_nav nav .navbar-nav li.current-menu-item a {
    background: transparent;
    outline: none;
    color: #ff5301 !important;
    font-weight: 700;
}

header .edu_nav nav .navbar-nav li a:hover {
    color: #ff5301 !important;
}

header .edu_nav nav .navbar-nav li ul {
    position: absolute;
    width: 325px; /*size of submenu*/
    white-space: nowrap;
    top: 110px;
    left: 0;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 30px 30px 20px 10px;
    z-index: 28;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .edu_nav nav .navbar-nav li ul li {

    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

header .edu_nav nav .navbar-nav li ul li .dropdown_icon:before {

    opacity: 1;
    visibility: visible;
    color: #333146;
    text-transform: none;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f105";
    right: 5px;
    top: 0;
    font-size: 8px;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

header .edu_nav nav .navbar-nav li ul li a {

    font-weight: 400;
    font-size: 12px;
    padding: 0px 0 !important;
    margin: 0;
    text-transform: unset;
    text-align: left;
}

header .edu_nav nav .navbar-nav li ul li a:hover:before {


    opacity: 1;
    visibility: visible;

}

header .edu_nav nav .navbar-nav li ul li ul {

    position: absolute;
    top: 0px !important;
    left: 210px;
    opacity: 0 !important;
    visibility: hidden !important;
    left: 100%;
}

header .edu_nav nav .navbar-nav li ul li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: -30px !important;
}

header .edu_nav nav .search_area .navbar-nav li {
    padding-left: 0px;
}

/* # Edit # */
header .edu_nav nav .search_area .navbar-nav li:first-child {
    /*padding-left: 10px;*/
    padding-left: 5px;
    margin-top: -10px;
}

header .edu_nav nav .search_area .navbar-nav li i {
    cursor: pointer;
}

header .edu_nav nav .search_area .navbar-nav li i:before {

    margin: 0;
    /*margin-left: 35px;*/
    color: #333146;
    font-weight: 700;
    font-size: 14px;
}

.cources_highlight {
    padding: 0;
    margin-top: -45px;
    background-image: url("../images/services-bg.jpg");
    background-size: 100% 100%;
    /*box-shadow: 0px -40px 64px 35px #0d3595;
    z-index: 2;*/
    /*padding: 0;
    background-image: url("../images/services-bg.jpg");
    background-size: 100% 100%;*/
}

.cources_highlight h2 {
    margin-bottom: 20px;
}

.cources_highlight .latest_blog_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cources_highlight .latest_blog_carousel .single_item_first {
    border-top: 5px solid #fff;
    /*border-left: 5px solid #fff;*/
}

/*.cources_highlight .latest_blog_carousel .single_item_first:before {

    height: 3px;
    width: 102%;
    left: -5px;
    background: #092ace;
    bottom: 0;
}*/

.cources_highlight .latest_blog_carousel .single_item_first span {
    color: #092ace;
}

.cources_highlight .latest_blog_carousel .single_item_center {
    /*border: 5px solid #fff;*/
}

/*.cources_highlight .latest_blog_carousel .single_item_center:before {

    height: 5px;
    bottom: -5px;
    width: 103%;
    left: -5px;
    background: #ff5301;
}*/

.cources_highlight .latest_blog_carousel .single_item_center .blog-img {
    height: 350px;
}

.cources_highlight .latest_blog_carousel .single_item_center .blog-img img {
    width: 100%;
    height: 100%;
}

.cources_highlight .latest_blog_carousel .single_item_center span {
    color: #ff5301;
}

.cources_highlight .latest_blog_carousel .single_item_last {
    border-top: 5px solid #fff;
    /*border-right: 5px solid #fff;*/
}

/*.cources_highlight .latest_blog_carousel .single_item_last:before {

    height: 3px;
    width: 102%;
    right: -5px;
    background: #092ace;
    bottom: 0;
}*/

.cources_highlight .latest_blog_carousel .single_item_last span {
    color: #092ace;
}

.cources_highlight .latest_blog_carousel .single_item {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(47, 47, 47, 0.05);
    width: 33.33%;
    text-align: center;
    position: relative;
}

.cources_highlight .latest_blog_carousel .single_item:before {

    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item:hover:before {

    background: #ff5301;
}

.cources_highlight .latest_blog_carousel .single_item:hover .blog-img img {
    /*-webkit-transform: scale(1);
    transform: scale(1);*/
}

.cources_highlight .latest_blog_carousel .single_item:hover .blog_title span {
    color: #ff5301;
}

.cources_highlight .latest_blog_carousel .single_item .blog-img {
    overflow: hidden;
}

.cources_highlight .latest_blog_carousel .single_item .blog-img img {
    width: 100%;
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
    background-color: #fbfbfb;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title {
    padding: 50px;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    display: block;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 30px;
    padding: 5px 0 30px;
    line-height: 34px;
    font-weight: 700;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    color: #6a7a83;
}

/*=======[ Index Courses Area Style ]========*/
.popular_courses {
    display: flex;
    padding: 180px 0 80px;
    /*background: #00267f;*/
    background-image: none;
    background-size: auto;
    background-image: url("../images/news-bg.jpg");
    background-size: 100% 100%;
    /*color: #fff !important;*/
    /*box-shadow: -45px -10px 10px #00267f30,10px 1px 10px #00267f;*/
}

.popular_courses .sub_title h2 {
    color: #00267f;
    text-align: center;
}

.popular_courses .sub_title p {
    color: #ff5301;
    text-align: center;
    font-weight: bold;
}

.popular_courses .single-courses {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
    height: 90%;
}

.popular_courses .single-courses:hover {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popular_courses .single-courses:hover .courses_banner_wrapper .courses_banner img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.popular_courses .single-courses:hover .courses-content h3 a {
    color: #ff5301;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popular_courses .single-courses .courses_banner_wrapper {
    position: relative;
}

.popular_courses .single-courses .courses_banner_wrapper .courses_banner {
    overflow: hidden;
}

.popular_courses .single-courses .courses_banner_wrapper .courses_banner img {
    width: 100%;
    height: auto;
    max-height: 250px;
    -webkit-transform: scale(1.06) rotate(0deg);
    transform: scale(1.06) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popular_courses .single-courses .courses_banner_wrapper .purchase_price {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.popular_courses .single-courses .courses_banner_wrapper .purchase_price a {
    background: #092ace;
    font-weight: 600;
    border-radius: 0;
    color: #ffffff;
    font-family: jf-flat;
    display: inline-block;
    font-size: 18px;
    padding: 5px 25px;
    text-decoration: none;
}

.popular_courses .single-courses .courses_info_wrapper {
    padding: 30px;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title h3 {
    margin: 0;
    line-height: 26px;
    text-align: justify;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title h3 a {
    color: #323232;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title h3 a:hover {
    color: #ff5301;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name {
    padding: 15px 0 10px;
    font-family: jf-flat;
    font-size: 15px;
    font-weight: 400;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a {
    color: #092ace;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a:hover {
    color: #ff5301;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    direction: ltr;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info ul {
    margin-bottom: 0;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info ul li {

    font-size: 14px;
    margin-bottom: 6px;
    font-family: jf-flat;
    text-align: left;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info ul li i {
    padding-right: 10px;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn {
    background: #ff5301;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    font-family: jf-flat;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn:hover {
    background: #092ace;
}

/*=======[ Index About Style ]========*/

.about_top_wrapper {
    direction: ltr;
    background: url("../images/backgrounds/sections.jpg");
    background-size: 100% 100%;
}

.about_top_wrapper .title {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: left;
    /*padding-left:  110px;*/
    padding-top: 0px;
}

.about_top_wrapper .title h2 {
    color: #333146;
    font-size: 30px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 5px;
    text-align: center;
}

.about_top_wrapper .title p {
    margin-bottom: 30px;
    /*padding-left: 15%;*/
    direction: ltr;
    text-align: justify;
}

.about_top_wrapper .banner_learn {
    padding-left: 10%;
}

.about_top_wrapper .banner_learn img {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 560px;
}

.about_top_wrapper .items_shape {
    margin-top: -230px;
    height: 550px;
    position: relative;
    z-index: 1;
}

.about_top_wrapper .items_shape:before {
    position: absolute;
    content: "";
    /*background: url("../images/backgrounds/redial-section-b-2.jpeg");
    background-size: cover;*/
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}

/*.about_top_wrapper .items_shape:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    z-index: -2;
}*/

.about_top_wrapper .story_about {
    margin-top: -150px;
    z-index: 9;
    position: relative;
}

.about_top_wrapper .story_about .story_banner {
    height: 550px;
    width: 550px;
}

.about_top_wrapper .story_about .story_banner img {
    height: 100%;
    width: auto;
    border-radius: 50%;
    border: 10px solid #ffffff;
}

.about_top_wrapper .story_about .about_story_title {
    padding-top: 250px;
}

.about_top_wrapper .story_about .about_story_title h2 {
    font-size: 30px;
    text-align: center;
}

.about_top_wrapper .story_about .about_story_title p {
    padding-top: 15px;
    /*padding-right: 15%;*/
    direction: ltr;
    text-align: justify;
}

/*=======[ Index Up Comming Events ]========*/
.events-area {
    background: #ffffff;
    padding: 100px 0;
}

.events-area .event_title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0 60px;
}

.events-area .event_title_wrapper .sub_title {
    margin: 0px;
    text-align: right;
}

.events-area .event_title_wrapper .sub_title p {
    padding: 25px 10% 0 0;
}

.events-area .event_title_wrapper .envent_all_view a {
    background: #092ace;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.events-area .event_title_wrapper .envent_all_view a:hover {
    background: #ff5301;
}

.events-area .events_full_box {
    margin-bottom: 50px;
}

.events-area .events_full_box:last-child {
    margin-bottom: 0px;
}

.events-area .events_single_left .event_info {
    width: 60%;
    padding: 45px 30px 45px 90px !important;
}

.events-area .events_single_left .event_dete {
    right: 0;
}

.events-area .events_single {
    position: relative;
    min-height: 280px;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events-area .events_single:hover {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.events-area .events_single .event_banner {
    width: 44%;
}

.events-area .events_single .event_banner iframe {
    width: 100%;
    height: 300px;
}

.events-area .events_single .event_banner img {
    width: 100%;
}

.events-area .events_single .event_info {
    width: 60%;
    padding: 45px 30px 45px 70px;
}

.events-area .events_single .event_info h3 {
    line-height: 36px;
}

.events-area .events_single .event_info h3 a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    color: #333146;
    font-size: 25px;
    display: block;
    text-align: justify;
}

.events-area .events_single .event_info h3 a:hover {
    color: #ff5301;
}

.events-area .events_single .event_info .events_time {
    padding: 25px 0 30px;
}

.events-area .events_single .event_info .events_time span {
    /*display: inline-block;*/
    color: #333146;
    font-size: 15px;
    margin-right: 25px;
}

.events-area .events_single .event_info .events_time span i {
    padding-right: 10px;
    color: #092ace;
    font-size: 16px;
}

.events-area .events_single .event_info .events_time span i:before {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.events-area .events_single .event_info .events_time .time {
    text-transform: uppercase;
}

.events-area .events_single .event_info p {
    margin: 0;
    font-size: 15px;
    color: #6a7a83;
}

.events-area .events_single .event_dete {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5301;
    height: 60px;
    width: 60px;
    padding: 10px 0;
    text-align: center;
}

.events-area .events_single .event_dete span {
    display: inherit;
    color: #ffffff;
    line-height: 20px;
    font-size: 10px;
    font-family: jf-flat;
    text-align: center;
    font-weight: bold;
}

.events-area .events_single .event_dete .date {
    font-size: 20px;
    font-weight: 600;
    font-family: jf-flat;
}

/*=======[ Index Testimonial ]========*/
.testimonial {
    background: linear-gradient(65deg, #0d3595 0%, #00267f 100%);
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 0;
}

.testimonial .testimonial_title {
    position: relative;
}

.testimonial .testimonial_title:before {
    color: #ff5301;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f11c";
    left: 90%;
    top: 25%;
    font-size: 130px;
    z-index: -1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0.2;
}

.testimonial .testimonial_title h2 {
    font-size: 50px;
    color: #ffffff;
}

.testimonial .carousel_images {
    margin: 0 140px;
    position: relative;
}

.testimonial .carousel_images .restimonial_single_img {
    padding: 20px;
    position: relative;
    height: 300px;
}

.testimonial .carousel_images .restimonial_single_img.slick-current {
    height: 300px;
    padding: 20px;
}

.testimonial .carousel_images .restimonial_single_img.slick-current img {
    height: 70px;
    width: 70px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial .carousel_images .restimonial_single_img.slick-current .name_position {
    opacity: 1;
    visibility: visible;
    width: 260px;
}

.testimonial .carousel_images .restimonial_single_img img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial .carousel_images .restimonial_single_img .name_position {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    padding-top: 106px;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: right;
}

.testimonial .carousel_images .restimonial_single_img .name_position .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.testimonial .carousel_images .restimonial_single_img .name_position span {
    font-size: 16px;
    font-weight: 600;
    color: #ff5301;
    display: inherit;
}

.testimonial .carousel_images .slick-list {
    margin: 0;
}

.testimonial .testimonial_text_wrapper {
    padding-right: 40px;
    position: relative;
}

.testimonial .testimonial_text_wrapper h2 {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    margin-top: 100px;
}

.testimonial .testimonial_text_wrapper .carousel_text .single_box {
    padding-left: 20%;
    padding-right: 10%;
    min-height: 300px;
}

.testimonial .testimonial_text_wrapper .carousel_text .single_box p {
    margin: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: jf-flat;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.testimonial .testimonial_text_wrapper .reviewer_info {
    padding: 0px;
    position: relative;
    top: -160px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: -235px;
}

.testimonial ul.slick-dots {
    position: absolute;
    top: 70%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial ul.slick-dots li {
    padding: 0 15px;
    cursor: pointer;
}

.testimonial ul.slick-dots li button {
    text-indent: -9999px;
    height: 80px;
    width: 2px;
    background: #ffffff;
    margin: 0px 0 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    opacity: 0.5;
}

.testimonial ul.slick-dots .slick-active button {
    background: #ff5301;
    opacity: 1;
}

.testimonial .slick-list {
    margin: 0;
}

.blog {
    padding: 130px 0 0;
}

.blog .single_item {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    text-align: center;
    position: relative;
}

.blog .single_item:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .single_item:hover:before {
    background: #ff5301;
}

.blog .single_item:hover .blog-img img {
    margin-top: -15px;
}

.blog .single_item:hover .blog_title {
    margin-top: -32px;
    background: #0d3595;
}

.blog .single_item:hover .blog_title span {
    color: #ffffff;
}

.blog .single_item:hover .blog_title h3 a {
    color: #ff5301;
}

.blog .single_item:hover .blog_title .post_bloger span {
    color: #ffffff;
}

.blog .single_item:hover .blog_title .post_bloger .bloger_name {
    color: #dbd5d2;
}

.blog .single_item .blog-img {
    overflow: hidden;
}

.blog .single_item .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#blog_3_grid .single_item .blog-img img {
    display: block;
    width: 250px;
    height: 250px;
    margin: 30px auto;
    border-radius: 2px;
    box-shadow: 1px 1px 10px 4px #cbcbcb9c;
}

.blog .single_item .blog_title {
    padding: 25px;
    background: #ffffff;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .single_item .blog_title span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.blog .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    line-height: 34px;
}

.blog .single_item .blog_title h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .single_item .blog_title h3 a:hover {
    color: #ff5301;
}

.blog .single_item .blog_title .post_bloger {
    padding: 15px 0 10px;
}

.blog .single_item .blog_title .post_bloger span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .single_item .blog_title .post_bloger .bloger_name {
    color: #6a7a83;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: justify;
}

.our_sponsor {
    padding: 150px 0 60px;
    background: #ffffff;
}

.our_sponsor .sponsored_company_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.our_sponsor .sponsored_company_logos li {
    margin-bottom: 70px;
}

.our_sponsor .sponsored_company_logos li img {
    height: 50px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.our_sponsor .sponsored_company_logos li img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.our_sponsor .sponsored_company_logos_2 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.our_sponsor .sponsored_company_logos_2 li {
    padding: 0 40px;
}

footer {
    /*height: 750px;*/
    /*background: #00267f;*/
    background-image: url("../images/backgrounds/footer-3.jpg");
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    padding: 0 0 50px 0;
    overflow: hidden;
}

/*footer:before {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 150px;
    width: 50%;
    z-index: -1;
}

footer:after {

    background: #00267f;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0.9;
}*/

footer .shape_wrapper {
    position: absolute;
    z-index: 5;
    content: "";
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
}

footer .shape_wrapper:before {
    border-radius: 0 0 0 50%;
    background: #00267f;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

footer .shape_wrapper img {

    position: absolute;
}

footer .shape_wrapper .shape_t_1 {

    left: 0;
    top: 0;
}

footer .shape_wrapper .shape_t_2 {

    right: 0;
    bottom: 0;
}

footer .become_techer_wrapper .become_a_teacher {
    /*background: #ff5301;*/
    /*background-image: url("../images/backgrounds/footer-section-b-1.jpeg");
    background-size: 100% 100%;*/
    padding: 70px 50px 50px 120px;
    position: relative;
    z-index: 1;
}

footer .become_techer_wrapper .become_a_teacher:before {
    /*background: #ff5301;*/
    position: absolute;
    content: "";
    top: 0;
    right: -100px;
    height: 100%;
    width: 100px;
    z-index: -1;
}

/*footer .become_techer_wrapper .become_a_teacher:after {
    background: rgba(7, 32, 57, 0.6);
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    height: 300%;
    width: 100%;
    z-index: -1;
}*/

footer .become_techer_wrapper .become_a_teacher .title h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}

footer .become_techer_wrapper .become_a_teacher .title p {
    color: #ffffff;
    padding: 20px 0 35px;
    font-weight: 300;
    text-align: center;
}

footer .become_techer_wrapper .become_a_teacher .get_s_btn a {
    background: #092ace;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-family: jf-flat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .become_techer_wrapper .become_a_teacher .get_s_btn a:hover {
    background: #ffffff;
    color: #333146;
}

footer .become_techer_wrapper .become_a_teacher .shape_t_1 {
    position: absolute;
    bottom: -65px;
    right: -165px;
}

footer .footer_top {
    position: relative;
    z-index: 1;
    /*margin-top: 100px;*/
}

footer .footer_top h3 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

footer .footer_top .information {
    text-align: right;
    margin-left: 0px;
}

footer .footer_top .contact {

    text-align: right;
    margin-left: 80px;
}

footer .footer_top .footer_intro {
    text-align: left;
    /*padding-right: 25%;*/
}

footer .footer_top .footer_intro img {
    width: 90%;
    height: auto;
    /*height: 45px;*/
    margin: 0px auto 40px;
}

footer .footer_top .footer_single_col p {
    width: 300px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: justify;
}

footer .footer_top .footer_single_col ul li {

    direction: ltr;
    display: block;
    padding-bottom: 6px;
    font-size: 14px;
    text-align: left;
}

footer .footer_top .footer_single_col ul li:last-child {
    padding-bottom: 0px;
}

footer .footer_top .footer_single_col ul li a {
    color: #ffffff;
    font-family: jf-flat;
}

footer .footer_top .footer_single_col ul li a:hover {
    color: #ff5301;
}

footer .footer_top .footer_single_col ul li a:hover:before {

    color: #ff5301;
}

footer .footer_top .footer_single_col .quick_inf0 li a {
    direction: ltr;
    position: relative;
    padding-right: 20px;
}

footer .footer_top .footer_single_col .quick_inf0 li a:before {
    direction: ltr;
    color: #ffffff;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f103";
    left: 0;
    top: 0;
    padding-right: 10px;
    font-size: 8px;
    z-index: 0;
    opacity: 1;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer_top .footer_single_col .contact_info span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-align: left;
    /*line-height: 20px;*/
}

footer .footer_top .footer_single_col .contact_info .email {
    color: #ff5301;
    padding-left: 15px;
    font-weight: 600;
}

.social_items {
    padding: 20px 0 0;
    margin-bottom: 50px;
    text-align: center;
}

.social_items li {
    display: inline-block;
    margin-left: 30px;
}

/*.social_items li:last-child {
    margin-left: 0;
}*/

.social_items li a i {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.social_items li a i:hover {
    color: #092ace;
    transform: rotate(360deg);
    text-shadow: 0px 0px 1px;
}

footer .round_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

footer .round_shape span {
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 0;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

footer .round_shape .shape_1 {
    height: 50px;
    width: 50px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

footer .round_shape .shape_2 {
    height: 120px;
    width: 120px;
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

footer .round_shape .shape_3 {
    height: 190px;
    width: 190px;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

footer .round_shape .shape_4 {
    height: 260px;
    width: 260px;
    -webkit-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

footer .round_shape .shape_5 {
    height: 330px;
    width: 330px;
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s;
}

footer .round_shape .shape_6 {
    height: 400px;
    width: 400px;
    -webkit-animation-delay: 2.34s;
    animation-delay: 2.34s;
}

@-webkit-keyframes bounce_fountainG {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bounce_fountainG {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

footer .shapes1_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
}

/*=======[ Index Two Header ]========*/
.header_tow .header_top {
    background: #00267f;
}

.header_tow .header_top:before, .header_tow .header_top:after {
    display: none;
}

.header_tow .header_top .login_info .apply_btn {
    background: #ff5301 !important;
}

.header_tow .edu_nav {
    padding-right: 0;
    background: transparent;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.header_tow .edu_nav nav .navbar-nav li a {
    color: #ffffff !important;
}

.header_tow .edu_nav nav .navbar-nav li a.active, .header_tow .edu_nav nav .navbar-nav li a:hover {
    color: #ff5301 !important;
}

.header_tow .edu_nav nav .navbar-nav li ul li a {
    color: #333146 !important;
}

.header_tow .edu_nav nav .navbar-nav li ul li a:before {
    color: #ff5301;
}

.header_tow .edu_nav nav .search_area .navbar-nav li i:before {
    color: #ffffff;
}

.unlimited_possibilities {
    padding: 0;
    margin: 0px;
}

.unlimited_possibilities .single_item_first, .unlimited_possibilities .single_item_last {
    border-radius: 40px 0px 40px 0px;
}

.unlimited_possibilities .single_item_first:before, .unlimited_possibilities .single_item_last:before {
    height: 2px;
    width: 90%;
    left: 0;
    background: #092ace;
    bottom: 0;
}

.unlimited_possibilities .single_item_center {
    border-radius: 0 40px 0px 40px;
}

.unlimited_possibilities .single_item_center:before {
    height: 2px;
    bottom: 0px;
    width: 90%;
    right: 0px;
    background: #ff5301;
}

.unlimited_possibilities .single_item_center .icon_wrapper i:before {
    color: #ff5301 !important;
}

.unlimited_possibilities .single_item {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    padding: 50px 40px 40px;
}

.unlimited_possibilities .single_item:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unlimited_possibilities .single_item:hover:before {
    background: #ff5301;
}

.unlimited_possibilities .single_item:hover .icon_wrapper i:before {
    color: #ff5301;
}

.unlimited_possibilities .single_item .icon_wrapper {
    padding-bottom: 30px;
}

.unlimited_possibilities .single_item .icon_wrapper i:before {
    font-size: 60px;
    color: #092ace;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.unlimited_possibilities .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    line-height: 30px;
}

.unlimited_possibilities .single_item .blog_title h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unlimited_possibilities .single_item .blog_title h3 a:hover {
    color: #ff5301;
}

.unlimited_possibilities .single_item .blog_title p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
}

.learn_shep {
    padding: 0 0 120px;
    position: relative;
    z-index: 1;
}

.learn_shep .title {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding-right: 110px;
    padding-top: 160px;
}

.learn_shep .title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

.learn_shep .title p {
    color: #6a7a83;
    margin-bottom: 55px;
    font-weight: 300;
}

.learn_shep .title a {
    background: #ff5301;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.learn_shep .title a:hover {
    background: #092ace;
}

.learn_shep .shep_banner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10%;
}

.learn_shep .shep_banner_wrapper .step_single_banner {
    width: 50%;
}

.learn_shep .shep_banner_wrapper .step_single_banner img {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px;
}

#popular_courses_2 {
    padding: 130px 0 80px;
    background: #f6f8fa;
    position: relative;
    z-index: 1;
}

#popular_courses_2 .single-courses {
    background: #ffffff;
}

#popular_courses_2 .shape_bg span {
    position: absolute;
    z-index: -1;
}

#popular_courses_2 .shape_bg .shape_1 {
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 700px solid #eef1f4;
    border-left: 700px solid transparent;
}

#popular_courses_2 .shape_bg .shape_2 {
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-bottom: 700px solid #eef1f4;
    border-right: 700px solid transparent;
}

#popular_courses_2 .shape_bg .shape_3 {
    height: 350px;
    width: 5000px;
    left: 73%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: #eef1f4;
}

/* # Edit # */
.register_area {

    background: transparent url("../../../uploads/theme-images/stats-video-frame3.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 130px 0;
    z-index: 1;

}

.register_area:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 0;
}

.register_area .form-content {
    /*padding: 100px 0 0 60px;*/
}

.register_area .form-content h2 {
    font-size: 50px !important;
    font-weight: 700;
    color: #ff5301;
    line-height: 70px;
    text-align: left;
    text-shadow: 1px 2px 3px #000;
}

.register_area .form-content p {
    color: #ffffff;
    margin: 0;
    padding-top: 30px;
}

.register_area .form-content .count_student {
    margin-top: 40px;
    display: block;
}

.register_area .form-content .count_student .single_count {
    /*margin-right: 60px;
    min-width: 150px;*/
    width: 33%;
    display: inline-block;
    margin-bottom: 40px;
    cursor: pointer;
    float: left;
}

.register_area .form-content .count_student .single_count:last-child {
    margin-right: 0;
}

.register_area .form-content .count_student .single_count span {
    display: block;
}

.register_area .form-content .count_student .single_count .counter, .register_area .form-content .count_student .single_count .count_icon {
    color: #ff5301;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
}

.register_area .form-content .count_student .single_count .department_name {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
}

.register_area .form-full-box {
    background: #ffffff;
    margin: 0 10% 0px 0;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.register_area .form-full-box .form_title {
    margin-bottom: 40px;
}

.register_area .form-full-box .form_title h2 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 0;
    font-weight: 700;
    position: relative;
}

.register_area .form-full-box .form_title p {
    padding-top: 15px;
    font-size: 16px;
}

.register_area .form-full-box .form_title p span {
    color: #ff5301;
}

.register_area .form-full-box .register-form {
    padding: 0;
}

.register_area .form-full-box .register-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.register_area .form-full-box .register-form .form-group label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.register_area .form-full-box .register-form .form-group label i:before {
    margin: 0;
    color: #d7d7d7;
    font-size: 20px;
}

.register_area .form-full-box .register-form .form-group input, .register_area .form-full-box .register-form .form-group textarea {
    position: relative;
    background: transparent;
    border-bottom: 1px solid #d7d7d7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    height: 80px;
    padding: 10px 15px 10px 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
    font-family: jf-flat;
}

.register_area .form-full-box .register-form .form-group input:focus, .register_area .form-full-box .register-form .form-group textarea:focus {
    border-color: #092ace;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register_area .form-full-box .register-form .form-group input::-webkit-input-placeholder, .register_area .form-full-box .register-form .form-group textarea:-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 600;
}

.register_area .form-full-box .register-form .form-group input:-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea:-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 600;
}

.register_area .form-full-box .register-form .form-group input-ms-input-placeholder, .register_area .form-full-box .register-form .form-group textarea-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 600;
}

.register_area .form-full-box .register-form .form-group input-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 600;
}

.register_area .form-full-box .register-form .form-group textarea {
    padding-top: 30px;
}

.register_area .form-full-box .register-form .register-btn-box {
    padding-top: 20px;
}

.register_area .form-full-box .register-form .register-btn-box .register-btn {
    background: #092ace;
    color: white;
    padding: 0 55px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.register_area .form-full-box .register-form .register-btn-box .register-btn:hover {
    background: #ff5301;
    color: #ffffff;
}

#instructors_page {
    padding: 130px 0;
}

.our_instructors {
    padding: 130px 0 80px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.our_instructors .team-single-item {
    padding: 0 25px;
    margin-bottom: 50px;
}

.our_instructors .team-single-item figure {
    text-align: center;
    background: #ffffff;
}

.our_instructors .team-single-item figure:hover .member-img:before {
    opacity: 0.20;
}

.our_instructors .team-single-item figure:hover .member-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.our_instructors .team-single-item figure:hover figcaption .member-name h4 a {
    color: #ff5301;
}

.our_instructors .team-single-item figure .member-img {
    -webkit-box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.2);
    box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.2);
    margin: 0px auto;
}

.our_instructors .team-single-item figure .member-img .teachars_pro {
    overflow: hidden;
}

.our_instructors .team-single-item figure .member-img .teachars_pro img {
    width: auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our_instructors .team-single-item figure figcaption {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    margin: -30px 0 0 36px;
}

.our_instructors .team-single-item figure figcaption:before {
    position: absolute;
    content: "";
    background: url(../images/shapes/team_shape.png) no-repeat center center;
    height: 263px;
    width: 470px;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.our_instructors .team-single-item figure figcaption .member-name {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 0px 40px 46px 0px;
    position: relative;
}

.our_instructors .team-single-item figure figcaption .member-name h4 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 38px;
    white-space: nowrap;
}

.our_instructors .team-single-item figure figcaption .member-name h4 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our_instructors .team-single-item figure figcaption .member-name span {
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: bold;
    color: #6a7a83;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: jf-flat;
}

.our_instructors .team-single-item figure figcaption .member-name .presidents-contacts {
    position: absolute;
    display: block;
    float: left;
    left: 5px;
    /*transform: rotate(356deg);*/
    top: 85%;
    /*position: absolute;
    display: block;
    float: left;
    left: -50px;
    transform: rotate(252deg);
    top: 30%;*/
}

.our_instructors .team-single-item figure figcaption .member-name .presidents-contacts li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}

.our_instructors .team-single-item figure figcaption .member-name .presidents-contacts li a {
    color: #ff5301;
}

/*.our_instructors .team-single-item figure figcaption .member-name .presidents-contacts li a i{
    transform: rotate(87deg);
}*/

.testimonial_2 {
    padding: 130px 0 0px 0;
    background: linear-gradient(65deg, #0d3595 0%, #00267f 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial_2:before {
    color: #ff5301;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f122";
    left: 50%;
    top: 37%;
    font-size: 50px;
    z-index: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0.2;
}

.testimonial_2 .title {
    margin-bottom: 60px;
    max-width: 650px;
    margin: 0px auto;
    text-align: center;
}

.testimonial_2 .title h2 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: 700;
    font-family: jf-flat;
}

.testimonial_2 .testimonial_single {
    text-align: center;
    position: relative;
    margin: 0px 90px 0;
    padding: 100px 40px 130px;
}

.testimonial_2 .testimonial_single p {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    margin: 25px 0 0;
    color: #ffffff;
}

.testimonial_2 .testimonial_single .reviewer_info .member-img {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin: 40px auto 30px;
}

.testimonial_2 .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%;
}

.testimonial_2 .testimonial_single .reviewer_info h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.testimonial_2 .testimonial_single .reviewer_info span {
    font-weight: 400;
    font-size: 16px;
    color: #ff5301;
    line-height: 30px;
}

.testimonial_2 ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial_2 ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ffffff;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial_2 ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #ff5301;
    border-radius: 10px;
}

.testimonial_2 .shape_wrapper img {
    position: absolute;
    z-index: -1;
}

.testimonial_2 .shape_wrapper .shape_1 {
    top: 0;
    left: 0;
}

.testimonial_2 .shape_wrapper .shape_2 {
    bottom: 0;
    right: 0;
}

.testimonial_2 .shape_wrapper .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.4;
}

.latest_news_2 {
    padding: 130px 0 80px;
}

.latest_news_2 .single_item {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.latest_news_2 .single_item:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest_news_2 .single_item:hover:before {
    background: #ff5301;
}

.latest_news_2 .single_item:hover .twitter_post {
    opacity: 1;
    visibility: visible;
}

.latest_news_2 .single_item:hover .item_wrapper .blog-img img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.latest_news_2 .single_item:hover .blog_title .post_bloger li {
    color: #ffffff;
}

.latest_news_2 .single_item:hover .blog_title .post_bloger span {
    color: #ffffff;
}

.latest_news_2 .single_item:hover .blog_title .post_bloger .bloger_name {
    color: #ff5301;
}

.latest_news_2 .single_item .item_wrapper .blog-img {
    overflow: hidden;
}

.latest_news_2 .single_item .item_wrapper .blog-img img {
    width: 100%;
    height: 280px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.latest_news_2 .single_item .item_wrapper h3 {
    font-weight: 700;
    font-size: 17px;
    padding: 30px 25px 10px;
    text-align: center;
}

.latest_news_2 .single_item .item_wrapper h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest_news_2 .single_item .item_wrapper h3 a:hover {
    color: #ff5301;
}

.latest_news_2 .single_item .blog_title {
    position: relative;
    padding: 0 25px 20px;
    background: transparent;
    margin-top: 0px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.latest_news_2 .single_item .blog_title .post_bloger {
    padding: 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.latest_news_2 .single_item .blog_title .post_bloger li {
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.latest_news_2 .single_item .blog_title .post_bloger li i {
    padding-right: 7px;
    font-size: 12px;
}

.latest_news_2 .twitter_post {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: #ff5301;
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.latest_news_2 .twitter_post .blog_title {
    background: transparent;
    padding: 0px;
    min-height: 268px;
}

.latest_news_2 .twitter_post .blog_title .icon_wrapper i {
    font-size: 50px;
    margin: 0;
    color: #ffffff;
}

.latest_news_2 .twitter_post .blog_title p, .latest_news_2 .twitter_post .blog_title a {
    color: #ffffff;
}

.latest_news_2 .twitter_post .blog_title p {
    font-size: 18px;
    margin: 0;
    padding: 25px 0px 15px;
    line-height: 30px;
}

.latest_news_2 .twitter_post .blog_title a {
    position: absolute;
    bottom: 10px;
    width: 50%;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    background: #092ace;
    padding: 10px;
    border-radius: 2px;
    display: block;
    text-align: center;
}

.latest_news_2 .twitter_post .post_bloger {
    padding: 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.latest_news_2 .twitter_post .post_bloger li {
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.latest_news_2 .twitter_post .post_bloger li i {
    padding-right: 7px;
    font-size: 12px;
}

.teamgroup .teamgroup_info_wrapper {
    padding-bottom: 100px;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
}

.teamgroup .teamgroup_info_wrapper h2 {
    padding-bottom: 50px;
    font-size: 36px;
    line-height: 54px;
}

.teamgroup .teamgroup_info_wrapper .srtarte_btn {
    background: #ff5301;
    font-family: jf-flat;
    padding: 0px 45px;
    line-height: 60px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    height: 60px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.teamgroup .teamgroup_info_wrapper .srtarte_btn:hover {
    background: #092ace;
}

.footer_2 {
    padding: 0;
}

.footer_2:before {
    display: none;
}

.footer_2 .copyright {
    text-align: center;
    padding: 80px 0 50px;
}

.footer_2 .copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

.footer_2 .shapes_bg img {
    position: absolute;
    z-index: -1;
}

.footer_2 .shapes_bg .shape_1 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.1;
}

.footer_2 .shapes_bg .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.5;
}

/*=======[ Index Three Header ]========*/
.header_3 .header_top {
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.header_3 .header_top:before, .header_3 .header_top:after {
    display: none;
}

.header_3 .header_top .info_wrapper .contact_info ul li {
    color: #6a7a83;
}

.header_3 .header_top .info_wrapper .contact_info ul li i:before {
    color: #6a7a83;
    margin: 0;
}

.header_3 .header_top .info_wrapper a {
    background: #ff5301;
    height: 54px;
    line-height: 54px;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_3 .header_top .info_wrapper a:hover {
    background: #ff5301;
    color: #ffffff;
}

.header_3 .header_top .info_wrapper .sign_up {
    background: transparent;
    color: #6a7a83;
    border-left: 1px solid #d9d9d9;
}

.header_3 .header_top .info_wrapper .sign_up:hover {
    border-left: 1px solid #ff5301;
}

.header_3 .edu_nav nav .search_area .navbar-nav li {
    padding: 35px 0px 35px 20px;
}

.header_3 .edu_nav nav .search_area .navbar-nav li:first-child {
    padding-left: 10px;
}

.header_3 .edu_nav nav .search_area .navbar-nav li i:before {
    margin: 0;
    color: #333146;
    font-weight: 700;
    font-size: 17px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon {
    position: relative;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon:hover .cart_list {
    top: 97px;
    opacity: 1;
    visibility: visible;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i {
    position: relative;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i:before {
    font-size: 22px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i p {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #092ace;
    color: #ffffff;
    font-size: 12px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-style: normal;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    position: absolute;
    right: -30px;
    top: 112px;
    z-index: 1;
    width: 350px;
    padding: 30px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list:before {
    position: absolute;
    top: -8px;
    right: 30px;
    height: 16px;
    width: 16px;
    background: #ffffff;
    content: "";
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.1);
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner {
    width: 85px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner a {
    margin: 0 !important;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner a img {
    width: 100%;
    height: auto;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info span {
    color: #6a7a83;
    text-transform: none;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info span {
    font-size: 14px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info .price {
    color: #ff5301;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a {
    margin: 0 !important;
    color: #6a7a83;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a:hover {
    color: #092ace;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .del-icon i:before {
    font-size: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .del-icon i:hover:before {
    color: #092ace;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price span {
    font-weight: 500;
    font-family: jf-flat;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price .total_price {
    color: #ff5301;
    font-size: 17px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn {
    border-top: 1px solid rgba(47, 47, 47, 0.1);
    margin-top: 25px;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a {
    margin: 0 !important;
    padding: 30px 0 0 0 !important;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn .cart_button, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a.checkout {
    color: #ffffff;
    padding: 0;
}

.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn .cart_button:hover, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a.checkout:hover {
    color: #ffffff;
    border-color: #092ace;
}

.header_3 .intro_wrapper {
    background: url("../images/banner/banner_3.png") no-repeat center center;
    min-height: 990px;
    background-size: cover;
    position: relative;
    padding: 200px 0 0;
}

.header_3 .intro_wrapper:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header_3 .intro_wrapper h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin: 0;
    letter-spacing: 2px;
}

.header_3 .intro_wrapper p {
    font-size: 20px;
    font-family: jf-flat;
    color: #ffffff;
    line-height: 36px;
    padding: 30px 0 40px;
}

.header_3 .intro_wrapper .intro_button a {
    font-family: jf-flat;
    background: #ff5301;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 45px;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.header_3 .intro_wrapper .intro_button a:hover {
    background: #092ace;
}

.header_3 .intro_wrapper .search_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 200px;
}

.header_3 .intro_wrapper .search_wrapper .search-option {
    width: 100%;
    background: #ffffff;
    border-radius: 100px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.header_3 .intro_wrapper .search_wrapper .search-option form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group {
    margin: 0 30px;
    width: 65%;
    position: relative;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 25px;
    content: "\f104";
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group input {
    height: 72px;
    min-width: 100%;
    padding: 0 30px 0 70px;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a7a83;
    font-size: 18px;
    font-weight: 400;
    font-family: jf-flat;
    opacity: 1;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a7a83;
    font-size: 18px;
    font-weight: 400;
    font-family: jf-flat;
    opacity: 1;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #6a7a83;
    font-size: 18px;
    font-weight: 400;
    font-family: jf-flat;
    opacity: 1;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #6a7a83;
    font-size: 18px;
    font-weight: 400;
    font-family: jf-flat;
    opacity: 1;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .dropdown {
    height: 72px;
    width: 20%;
    background: #ffffff;
    font-family: jf-flat;
    color: #6a7a83;
    line-height: 72px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .all-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .all-categories i:before {
    margin: 0;
    font-weight: 600;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .dropdown-menu {
    width: 220px;
    border: none;
    border-radius: 0px;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .dropdown-menu .dropdown-item {
    line-height: 30px;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn {
    width: 15%;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn button {
    height: 72px;
    padding: 0 55px;
    background: #092ace;
    font-size: 18px;
    font-family: jf-flat;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn button:hover {
    background: #ff5301;
}

/*=======[ Cources Features ]========*/
.courses_features {
    background: #ffffff;
    text-align: center;
    margin: 100px 0;
}

.courses_features .feature_single_1:before {
    background: rgba(71, 131, 253, 0.65);
}

.courses_features .feature_single_2:before {
    background: rgba(234, 86, 98, 0.65);
}

.courses_features .feature_single_3:before {
    background: rgba(130, 81, 188, 0.65);
}

.courses_features .feature_single_4:before {
    background: rgba(250, 191, 61, 0.65);
}

.courses_features .feature_single_5:before {
    background: rgba(58, 220, 179, 0.65);
}

.courses_features .feature_single_6:before {
    background: rgba(253, 144, 65, 0.65);
}

.courses_features .single_features_wrapper {
    padding: 0;
}

.courses_features .single_features_wrapper .feature_single {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: 0 20px 40px;
}

.courses_features .single_features_wrapper .feature_single:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.courses_features .single_features_wrapper .feature_single:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.courses_features .single_features_wrapper .feature_single img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.courses_features .single_features_wrapper .feature_single .feature_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 30px 15px 30px 30px;
    z-index: 2;
}

.courses_features .single_features_wrapper .feature_single .feature_content h3 {
    color: #ffffff;
    font-size: 30px;
    padding: 0;
    font-weight: 600;
}

.courses_features .single_features_wrapper .feature_single .feature_content p {
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
}

/*=======[ Think About Us ]========*/
.about_us_thinking {
    background: #f7f8fc;
    position: relative;
}

.about_us_thinking:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 120px;
    width: 60%;
    right: 0;
    top: 0;
    z-index: 1;
}

.about_us_thinking .banner_learn {
    padding-right: 8%;
}

.about_us_thinking .banner_learn img {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 660px;
}

.about_us_thinking .title {
    padding: 220px 30% 80px 4%;
    text-align: left;
}

.about_us_thinking .title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 50px;
}

.about_us_thinking .title .step_services {
    margin-bottom: 40px;
    padding-right: 20%;
}

.about_us_thinking .title .step_services:last-child {
    margin-bottom: 0;
}

.about_us_thinking .title .step_services h3 {
    color: #333146;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
}

.about_us_thinking .title .step_services h3 span {
    color: #ff5301;
    padding-right: 10px;
}

/*=======[ Online Videos ]========*/
.video_online {
    padding: 150px 0;
}

.video_online .sub_title {
    position: relative;
    z-index: 2;
    margin: 0px auto 30px;
}

.video_online .sub_title h2, .video_online .sub_title p {
    color: #ffffff;
}

.video_online .video_wrapper {
    position: relative;
    margin-left: 23px;
    margin-top: 35px;
    margin-bottom: 50px;
    z-index: 1;
}

.video_online .video_wrapper .video_banner img {
    margin-left: -10%;
}

.video_online .video_wrapper .video_banner .video_view_btn {
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_online .video_wrapper .video_banner .video_view_btn a {
    position: relative;
    z-index: 1;
}

.video_online .video_wrapper .video_banner .video_view_btn a:before {
    position: absolute;
    content: "";
    background: #092ace;
    left: 50%;
    top: 36%;
    border-radius: 50%;
    animation: bounce_4b 3s infinite linear;
    -webkit-animation: bounce_4b 3s infinite linear;
    z-index: -1;
    height: 140px;
    width: 140px;
}

@-webkit-keyframes bounce_4b {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes bounce_4b {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.video_online .video_wrapper .video_banner .video_view_btn a i {
    position: relative;
}

.video_online .video_wrapper .video_banner .video_view_btn a i:before {
    font-size: 26px;
    color: #ffffff;
    line-height: 65px;
    margin: 0;
}

.video_online .video_wrapper .video_banner .video_view_btn a i:after {
    position: absolute;
    background: #092ace;
    content: "";
    height: 100px;
    width: 100px;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    margin: 0;
}

.video_online .video_wrapper .video_banner .video_view_btn a span {
    color: #333146;
    font-size: 16px;
    font-weight: 700;
    margin-left: 45px;
}

.video_online .video_wrapper .shape_video img {
    position: absolute;
}

.video_online .video_wrapper .shape_video .shape_1 {
    bottom: 88px;
    left: -210px;
    z-index: -1;
}

.video_online .video_wrapper .shape_video .shape_2 {
    bottom: -58%;
    left: -30%;
    z-index: -2;
}

.video_online .counter_single_wrapper {
    text-align: center;
    position: relative;
    min-height: 220px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video_online .counter_single_wrapper:before {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(9, 42, 207, 0.2)), color-stop(50%, rgba(9, 42, 207, 0.5)), color-stop(80%, rgba(9, 42, 207, 0.2)));
    background: linear-gradient(to top, rgba(9, 42, 207, 0.2) 10%, rgba(9, 42, 207, 0.5) 50%, rgba(9, 42, 207, 0.2) 80%);
    border-radius: 50%;
    content: "";
    height: 190px;
    right: 0;
    width: 3px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video_online .counter_single_wrapper:last-child:before {
    display: none;
}

.video_online .counter_single_wrapper .count_single {
    margin: 0px auto;
}

.video_online .counter_single_wrapper .count_single .counter, .video_online .counter_single_wrapper .count_single .count_icon {
    color: #333146;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.video_online .counter_single_wrapper .count_single span {
    color: #333146;
    font-size: 16px;
    font-weight: 500;
    font-family: jf-flat;
    color: #ff5301;
}

/*=======[ Testimonial Three ]========*/
.testimonial_3 {
    padding: 120px 0;
    z-index: 1;
}

.testimonial_3 .testimonial_single {
    position: relative;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    padding: 55px 20px 55px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial_3 .testimonial_single:hover {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.testimonial_3 .testimonial_single .reviewer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.testimonial_3 .testimonial_single .reviewer_info img {
    height: 75px;
    width: 75px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial_3 .testimonial_single .reviewer_info .name_position {
    padding-left: 30px;
}

.testimonial_3 .testimonial_single .reviewer_info .name_position .name {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #333146;
}

.testimonial_3 .testimonial_single .reviewer_info .name_position span {
    font-size: 16px;
    font-weight: 400;
    color: #ff5301;
    display: inherit;
}

.testimonial_3 .testimonial_single p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-right: 20px;
}

/*=======[ Our Team Membar ]========*/
.meet_our_team {
    padding: 150px 0 100px 0;
    background: linear-gradient(65deg, #0d3595 0%, #00267f 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.meet_our_team .meet_team_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0 60px;
}

.meet_our_team .meet_team_wrapper .sub_title {
    text-align: left;
    margin: 0;
}

.meet_our_team .meet_team_wrapper .sub_title h2, .meet_our_team .meet_team_wrapper .sub_title p {
    color: #ffffff;
}

.meet_our_team .meet_team_wrapper .sub_title p {
    padding: 25px 10% 0 0;
}

.meet_our_team .meet_team_wrapper .envent_all_view a {
    background: #ff5301;
    font-weight: 500;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 55px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.meet_our_team .meet_team_wrapper .envent_all_view a:hover {
    background: #ffffff;
    color: #092ace;
}

.meet_our_team .testimonial_single {
    position: relative;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 15px 20px;
    background: #ffffff;
    margin-bottom: 50px;
}

.meet_our_team .testimonial_single:hover .reviewer_info img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.meet_our_team .testimonial_single .reviewer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meet_our_team .testimonial_single .reviewer_info .pro_pic_teacher {
    overflow: hidden;
    border-radius: 50%;
}

.meet_our_team .testimonial_single .reviewer_info .pro_pic_teacher img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.meet_our_team .testimonial_single .reviewer_info .name_position {
    padding-left: 18px;
}

.meet_our_team .testimonial_single .reviewer_info .name_position .name {
    font-size: 20px;
    line-height: 34px;
}

.meet_our_team .testimonial_single .reviewer_info .name_position .name a {
    font-weight: 700 !important;
    color: #333146;
    font-family: jf-flat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.meet_our_team .testimonial_single .reviewer_info .name_position .name a:hover {
    color: #ff5301;
}

.meet_our_team .testimonial_single .reviewer_info .name_position span {
    font-size: 20px;
    font-family: jf-flat;
    font-weight: 300 !important;
    color: #6a7a83;
    display: inherit;
}

.meet_our_team .shape_wrapper img {
    position: absolute;
    z-index: -1;
}

.meet_our_team .shape_wrapper .shape_1 {
    top: 0;
    left: 0;
}

.meet_our_team .shape_wrapper .shape_2 {
    bottom: 0;
    right: 0;
}

.meet_our_team .shape_wrapper .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.4;
}

/*---------- Pricieng Style-------*/
.priceing {
    padding: 120px 0 80px 0;
    position: relative;
}

.priceing .pricing_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.priceing .pricing_wrapper .single_price_table {
    width: 32%;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    background: #fff;
    padding: 50px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.priceing .pricing_wrapper .single_price_table:hover {
    -webkit-box-shadow: 0px 15px 81px 0px rgba(47, 47, 47, 0.15);
    box-shadow: 0px 15px 81px 0px rgba(47, 47, 47, 0.15);
}

.priceing .pricing_wrapper .single_price_table.active {
    width: 36%;
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    padding: 75px 0;
}

.priceing .pricing_wrapper .single_price_table.active .pricing_title {
    padding-bottom: 45px;
}

.priceing .pricing_wrapper .single_price_table.active .pricing_title h2 {
    font-size: 40px;
    color: #ffffff;
}

.priceing .pricing_wrapper .single_price_table.active .price {
    margin: 30px 0 40px;
}

.priceing .pricing_wrapper .single_price_table.active .price p {
    font-size: 90px;
    color: #ffffff;
}

.priceing .pricing_wrapper .single_price_table.active .price p sub {
    font-size: 25px;
    color: #ffffff;
}

.priceing .pricing_wrapper .single_price_table.active .price p sub:before {
    background: #ffffff;
    height: 45px;
    width: 3px;
}

.priceing .pricing_wrapper .single_price_table.active .pricing-content ul li {
    color: #ffffff;
}

.priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn {
    margin: 12px 0;
}

.priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn a {
    background: #ffffff;
    color: #092ace;
}

.priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn a:hover {
    background: #092ace;
    color: #ffffff;
}

.priceing .pricing_wrapper .single_price_table .pricing_title {
    text-align: center;
    padding-bottom: 40px;
}

.priceing .pricing_wrapper .single_price_table .pricing_title h2 {
    font-size: 35px;
    font-weight: 700;
}

.priceing .pricing_wrapper .single_price_table .price {
    text-align: center;
    margin: 20px 0 40px;
}

.priceing .pricing_wrapper .single_price_table .price p {
    font-size: 70px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    color: #333146;
    font-family: jf-flat;
}

.priceing .pricing_wrapper .single_price_table .price p span {
    font-size: 35px;
    font-weight: 700;
    left: -25px;
    margin-top: -7px;
    position: absolute;
    top: 0;
}

.priceing .pricing_wrapper .single_price_table .price p sub {
    position: relative;
    font-size: 20px;
    bottom: 0;
    font-weight: 600;
    color: #092ace;
    padding-left: 20px;
}

.priceing .pricing_wrapper .single_price_table .price p sub:before {
    content: "";
    position: absolute;
    background: #092ace;
    height: 35px;
    width: 2.5px;
    bottom: 0;
    left: 10px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}

.priceing .pricing_wrapper .single_price_table .pricing-content {
    text-align: center;
}

.priceing .pricing_wrapper .single_price_table .pricing-content ul {
    margin-bottom: 50px;
}

.priceing .pricing_wrapper .single_price_table .pricing-content ul li {
    font-size: 16px;
    color: #6a7a83;
    line-height: 40px;
    font-family: jf-flat;
}

.priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn {
    margin: 12px 0;
}

.priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn a {
    background: #092ace;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn a:hover {
    background: #ff5301;
    color: #ffffff;
}

.app_download {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.app_download .single_features {
    margin-bottom: 200px;
}

.app_download .single_features:last-child {
    margin-bottom: 0;
}

.app_download .single_features .feature_banner {
    min-height: 440px;
    position: relative;
}

.app_download .single_features .feature_banner img {
    position: absolute;
    top: -15%;
    right: -20px;
}

.app_download .single_features .feature_intro_wrapper {
    padding: 70px 0 0 60px;
}

.app_download .single_features .feature_intro_wrapper .feature_intro h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

.app_download .single_features .feature_intro_wrapper .feature_intro p {
    font-size: 18px;
    margin-bottom: 80px;
    line-height: 30px;
    padding-right: 10%;
}

.app_download .single_features .feature_intro_wrapper .download_app_icon a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.app_download .single_features .feature_intro_wrapper .download_app_icon a:first-child {
    margin-right: 38px;
}

.app_download .single_features .feature_intro_wrapper .download_app_icon a img {
    height: 50px;
}

.app_download .single_features .feature_intro_wrapper .download_app_icon a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.footer_3 {
    padding: 0;
    z-index: 0;
}

.footer_3:before {
    display: none;
}

.footer_3 .footer_top {
    margin-top: 120px;
}

.footer_3 .become_instractor {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0 120px;
}

.footer_3 .become_instractor:before {
    background: #d9d9d9;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1600px;
    height: 1px;
    opacity: 0.2;
}

.footer_3 .become_instractor .sub_title {
    text-align: left;
    margin: 0;
    padding-right: 10%;
}

.footer_3 .become_instractor .sub_title h2, .footer_3 .become_instractor .sub_title p {
    color: #ffffff;
}

.footer_3 .become_instractor .sub_title p {
    padding: 25px 10% 0 0;
}

.footer_3 .become_instractor .envent_all_view a {
    background: #ff5301;
    font-weight: 500;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_3 .become_instractor .envent_all_view a:hover {
    background: #ffffff;
    color: #092ace;
}

.footer_3 .copyright {
    text-align: center;
    padding: 80px 0 50px;
}

.footer_3 .copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

.footer_3 .shapes_bg img {
    position: absolute;
    z-index: -1;
}

.footer_3 .shapes_bg .shape_3 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.2;
    width: 100%;
}

body[class^='page'] .intro_wrapper,
body[class*=' page'] .intro_wrapper,
body[class*=' tax'] .intro_wrapper,
body[class*=' search'] .intro_wrapper,
body[class*=' error404'] .intro_wrapper,
body[class*=' tag'] .intro_wrapper,
.single .intro_wrapper {
    background: url("../images/banner/banner_3.png") no-repeat center center;
    min-height: 300px;
    background-size: cover;
    position: relative;
    padding: 180px 0;
}

body[class^='page'] .intro_wrapper:before,
body[class*=' page'] .intro_wrapper:before,
body[class*=' tax'] .intro_wrapper:before,
body[class*=' error404'] .intro_wrapper:before,
body[class*=' tag'] .intro_wrapper:before,
.single .intro_wrapper:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

body[class^='page'] .intro_wrapper h1,
body[class*=' page'] .intro_wrapper h1,
body[class*=' tax'] .intro_wrapper h1,
body[class*=' search'] .intro_wrapper h1,
body[class*=' error404'] .intro_wrapper h1,
body[class*=' tag'] .intro_wrapper h1,
.single .intro_wrapper h1 {
    width: 75%;
    font-size: 55px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 1px 2px 3px #000, 4px 5px 6px #000;
    text-align:left;
    /*background: #efefef24;*/
}

body[class^='page'] .intro_wrapper .pages_links,
body[class*=' page'] .intro_wrapper .pages_links,
body[class*=' tax'] .intro_wrapper .pages_links,
body[class*=' search'] .intro_wrapper .pages_links,
body[class*=' error404'] .intro_wrapper .pages_links,
body[class*=' tag'] .intro_wrapper .pages_links,
.single .intro_wrapper .pages_links {
    padding-top: 30px;
    text-align: left;
}

body[class^='page'] .intro_wrapper .pages_links a,
body[class*=' page'] .intro_wrapper .pages_links a,
body[class*=' tax'] .intro_wrapper .pages_links a,
body[class*=' search'] .intro_wrapper .pages_links a,
body[class*=' error404'] .intro_wrapper .pages_links a,
body[class*=' tag'] .intro_wrapper .pages_links a,
.single .intro_wrapper .pages_links a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    margin-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body[class^='page'] .intro_wrapper .pages_links a:before,
body[class*=' page'] .intro_wrapper .pages_links a:before,
body[class*=' tax'] .intro_wrapper .pages_links a:before,
body[class*=' search'] .intro_wrapper .pages_links a:before,
body[class*=' error404'] .intro_wrapper .pages_links a:before,
body[class*=' tag'] .intro_wrapper .pages_links a:before,
body[class^='page'] .intro_wrapper .pages_links a:after,
body[class*=' page'] .intro_wrapper .pages_links a:after,
body[class*=' tax'] .intro_wrapper .pages_links a:after,
body[class*=' search'] .intro_wrapper .pages_links a:after,
body[class*=' error404'] .intro_wrapper .pages_links a:after,
body[class*=' tag'] .intro_wrapper .pages_links a:after,
.single .intro_wrapper .pages_links a:before,
.single .intro_wrapper .pages_links a:after {
    position: absolute;
    height: 18px;
    width: 2px;
    right: -21px;
    top: 5px;
    content: "";
    background: #ffffff;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

body[class^='page'] .intro_wrapper .pages_links a:after,
body[class*=' page'] .intro_wrapper .pages_links a:after,
body[class*=' tax'] .intro_wrapper .pages_links a:after,
body[class*=' search'] .intro_wrapper .pages_links a:after,
body[class*=' error404'] .intro_wrapper .pages_links a:after,
body[class*=' tag'] .intro_wrapper .pages_links a:after,
.single .intro_wrapper .pages_links a:after {
    left: -16px;
}

body[class^='page'] .intro_wrapper .pages_links a:last-child,
body[class*=' page'] .intro_wrapper .pages_links a:last-child,
body[class*=' tax'] .intro_wrapper .pages_links a:last-child,
body[class*=' search'] .intro_wrapper .pages_links a:last-child,
body[class*=' error404'] .intro_wrapper .pages_links a:last-child,
body[class*=' tag'] .intro_wrapper .pages_links a:last-child,
.single .intro_wrapper .pages_links a:last-child {
    margin-right: 0;
}

body[class^='page'] .intro_wrapper .pages_links a:last-child:before,
body[class*=' page'] .intro_wrapper .pages_links a:last-child:before,
body[class*=' tax'] .intro_wrapper .pages_links a:last-child:before,
body[class*=' search'] .intro_wrapper .pages_links a:last-child:before,
body[class*=' error404'] .intro_wrapper .pages_links a:last-child:before,
body[class*=' tag'] .intro_wrapper .pages_links a:last-child:before,
body[class^='page'] .intro_wrapper .pages_links a:last-child:after,
body[class*=' page'] .intro_wrapper .pages_links a:last-child:after,
body[class*=' tax'] .intro_wrapper .pages_links a:last-child:after,
body[class*=' search'] .intro_wrapper .pages_links a:last-child:after,
body[class*=' error404'] .intro_wrapper .pages_links a:last-child:after,
body[class*=' tag'] .intro_wrapper .pages_links a:last-child:after,
.single .intro_wrapper .pages_links a:last-child:before,
.single .intro_wrapper .pages_links a:last-child:after {
    display: none;
}

body[class^='page'] .intro_wrapper .pages_links a:hover,
body[class*=' page'] .intro_wrapper .pages_links a:hover,
body[class*=' tax'] .intro_wrapper .pages_links a:hover,
body[class*=' search'] .intro_wrapper .pages_links a:hover,
body[class*=' error404'] .intro_wrapper .pages_links a:hover,
body[class*=' tag'] .intro_wrapper .pages_links a:hover,
.single .intro_wrapper .pages_links a:hover {
    color: #ff5301;
}

body[class^='page'] .intro_wrapper .pages_links .active:hover,
body[class^='page'] .intro_wrapper .pages_links .active:hover,
body[class*=' tax'] .intro_wrapper .pages_links .active:hover,
body[class*=' search'] .intro_wrapper .pages_links .active:hover,
body[class*=' error404'] .intro_wrapper .pages_links .active:hover,
body[class*=' tag'] .intro_wrapper .pages_links .active:hover,
.single .intro_wrapper .pages_links .active:hover {
    color: #ffffff;
}

/*=======[ Blog Signle ]========*/
.blog_page .intro_wrapper {
    background: url("../images/banner/inner_banner_2.jpg") no-repeat center center !important;
}

.blog_wrapper {
    padding: 130px 0;
    /*=======[ Blog Post Style ]========*/
    /*=======[ widget Blog and Post Page ]========*/
}

.blog_wrapper .single_blog {
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.blog_wrapper .single_blog:last-child {
    margin-bottom: 0;
}

.blog_wrapper .single_blog:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog:hover .blog_banner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog_wrapper .single_blog:hover .post_content_wrapper h3 a {
    color: #ff5301;
}

.blog_wrapper .single_blog .blog_banner {
    overflow: hidden;
}

.blog_wrapper .single_blog .blog_banner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .post_content_wrapper {
    padding: 40px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_date p {
    color: #6a7a83;
    font-size: 13px;
    font-weight: 400;
    font-family: jf-flat;
    margin: 0 0 15px;
    line-height: 15px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_date p span {
    color: #333146;
}

.blog_wrapper .single_blog .post_content_wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.blog_wrapper .single_blog .post_content_wrapper h3 a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333146;
}

.blog_wrapper .single_blog .post_content_wrapper p {
    margin: 20px 0 25px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by {
    padding-bottom: 40px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-family: jf-flat;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by a i {
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by a i:before {
    margin: 0;
    font-size: 14px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by a:hover {
    color: #ff5301;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by a:hover i {
    padding-left: 15px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper span {
    padding-right: 15px;
    font-family: jf-flat;
    line-height: 30px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li:last-child {
    margin-right: 0;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a i {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a i:hover {
    padding: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .fb_icon {
    color: #4867aa;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .tw_icon {
    color: #1da1f2;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .link_icon {
    color: #0077B5;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .in_icon {
    color: #262223;
}

.blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .whats_icon {
    color: #25D366;
}

.blog_wrapper .single_blog .post_content_wrapper .post_bloger {
    padding: 30px 0 0px;
    border-top: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_wrapper .single_blog .post_content_wrapper .post_bloger li {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
    font-weight: 400;
    padding-left: 50px;
}

.blog_wrapper .single_blog .post_content_wrapper .post_bloger li:last-child {
    padding-left: 0;
}

.blog_wrapper .single_blog .post_content_wrapper .post_bloger li i {
    padding-left: 7px;
    font-size: 15px;
}

.blog_wrapper .single_without_img {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    position: relative;
    z-index: 1;
}

.blog_wrapper .single_without_img:before {
    position: absolute;
    content: "";
    background: url(../images/shapes/shape_bullet.png) repeat center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
}

.blog_wrapper .single_without_img .post_content_wrapper {
    padding: 65px 50px 60px !important;
}

.blog_wrapper .single_without_img .post_content_wrapper h3 a {
    color: #ffffff !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_date p {
    color: #ffffff !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_date p span {
    color: #092ace !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_by {
    padding: 40px 0 0 !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper span {
    color: #ffffff !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper .social-items li a i {
    color: #ffffff !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper .social-items li a i:hover {
    color: #ffffff;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_bloger {
    padding: 0 !important;
    border-top: 1px solid transparent !important;
}

.blog_wrapper .single_without_img .post_content_wrapper .post_bloger li {
    color: #ffffff !important;
}

.blog_wrapper .blog_post h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #333146;
    margin: 35px 0 25px;
}

.blog_wrapper .blog_post .post_by {
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .post_by span {
    font-size: 12px;
    font-weight: 400;
    color: #6a7a83;
    font-family: jf-flat;
    padding-left: 50px;
    position: relative;
}

.blog_wrapper .blog_post .post_by span:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 15px;
    width: 1px;
    left: 25px;
    top: 5px;
}

.blog_wrapper .blog_post .post_by span:last-child:before {
    display: none;
}

.blog_wrapper .blog_post .post_by span .bloger_name {
    color: #6a7a83;
}

.blog_wrapper .blog_post .post_by span a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .post_by span a:hover {
    color: #ff5301;
}

.blog_wrapper .blog_post .postpage_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper {
    padding-top: 40px;
    padding-left: 50px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #333146;
    font-size: 20px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    text-align: center;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li {
    background: #ffffff;
    padding-bottom: 15px;
    margin-left: 0px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0;
    border: 1px solid rgba(47, 47, 47, 0.1);
    background: transparent;
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i:hover {
    padding: 0;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon {
    border: 1px solid #4867aa;
    color: #4867aa;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon:hover {
    color: #ffffff;
    background: #4867aa;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon {
    border: 1px solid #1da1f2;
    color: #1da1f2;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon:hover {
    color: #ffffff;
    background: #1da1f2;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon {
    border: 1px solid #0077B5;
    color: #0077B5;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon:hover {
    color: #ffffff;
    background: #0077B5;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon {
    border: 1px solid #262223;
    color: #262223;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon:hover {
    color: #ffffff;
    background: #262223;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .whats_icon {
    border: 1px solid #25D366;
    color: #25D366;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .whats_icon:hover {
    color: #ffffff;
    background: #25D366;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .mendeley_icon {
    border: 1px solid #E60023;
    color: #E60023;
}

.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .mendeley_icon:hover {
    color: #ffffff;
    background: #E60023;
}

/* ADDTOANY */
.a2a_default_style:not(.a2a_flex_style) a {
    float: none !important;
    line-height: 0px !important;
    padding: 0 !important;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content {
    padding-top: 40px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p {
    margin-bottom: 25px;
    font-weight: 300;
    text-align: justify;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 45px 0 30px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech {
    padding: 25px 0px;
    font-size: 20px;
    font-style: italic;
    position: relative;
    line-height: 30px;
    color: #333146;
    padding-left: 40px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 55px;
    opacity: 0.5;
    color: #ff5301;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner {
    padding: 20px 0;
    text-align: center;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p {
    color: #ff5301;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 500px;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p span {
    font-weight: 600 !important;
    color: #333146 !important;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li {
    padding-right: 3px;
    font-family: jf-flat;
    font-size: 12px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a {
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a:hover {
    color: #ff5301;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags .tag_headline {
    font-weight: bold;
    color: #ff5301;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li {
    padding-left: 50px;
    position: relative;
    font-size: 12px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 12px;
    width: 1px;
    right: -25px;
    top: 7px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:last-child:before {
    display: none;
}

.blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li i {
    padding-right: 10px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper {
    background: #ffffff;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .items_title .title {
    font-size: 40px;
    font-weight: 700;
    color: #333146;
    margin: 65px 0 0;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper {
    border-bottom: 1px solid rgba(47, 47, 47, 0.05);
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child {
    border-bottom: 1px solid rgba(47, 47, 47, 0);
    padding-bottom: 0px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper:first-child {
    border-top: 1px solid transparent;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .reply_comment_text {
    padding-left: 50px !important;
    padding-top: 30px !important;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:first-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img {
    width: 55px;
    height: 55px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img {
    border-radius: 50%;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text {
    width: 87%;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info {
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name a {
    font-size: 16px;
    font-weight: 700;
    color: #333146;
    margin-right: 25px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6a7a83;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 30px;
    color: #092ace;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a:hover {
    color: #ff5301;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a:hover i {
    color: #ff5301;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    margin: 0;
    font-size: 10px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a i {
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a i:before {
    margin: 0;
    font-size: 14px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 19px 0 0;
    color: #6a7a83;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper {
    margin-top: 50px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title {
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title .title {
    font-size: 40px;
    font-weight: 700;
    color: #333146;
    margin-bottom: 10px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title p {
    margin: 0;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group {
    margin-bottom: 15px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea {
    background: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    height: 46px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input:focus, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea:focus {
    border: 1px solid #333146;
    outline: none;
    color: #333146;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input ::-moz-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input :-ms-input-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input :-moz-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea {
    height: 150px;
    padding-top: 15px;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .submit-btn button {
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #ff5301;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .submit-btn button:hover {
    background: #092ace;
}

.blog_wrapper .blog_wrapper_right {
    padding-left: 50px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-right: 80px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 3px;
    width: 50px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single {
    margin-bottom: 55px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box {
    background: linear-gradient(65deg, #0d3595 0%, #00267f 100%);
    padding: 40px 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title {
    margin-bottom: 40px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p {
    padding-top: 15px;
    font-size: 12px;
    color: #ffffff;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p span {
    color: #ff5301;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form {
    padding: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label i:before {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea {
    position: relative;
    background: transparent;
    border-bottom: 1px solid #d7d7d7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    height: 50px;
    padding: 10px 15px 10px 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: jf-flat;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input:focus, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea:focus {
    border-color: #ff5301;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-webkit-input-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-ms-input-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box {
    padding-top: 20px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn {
    background: #ff5301;
    color: white;
    padding: 0 50px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn:hover {
    background: #ff5301;
    color: #ffffff;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img {
    width: 25%;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img img {
    border-radius: 5px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title {
    width: 75%;
    padding-right: 15px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a {
    font-weight: 700;
    line-height: 24px;
    color: #333146;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a:hover {
    color: #ff5301;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date {
    margin-top: 8px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date span {
    font-weight: 400;
    font-size: 12px;
    color: #6a7a83;
    font-family: jf-flat;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .items-title {
    margin-bottom: 30px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single {
    border-bottom: 1px solid rgba(141, 149, 166, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single:last-child {
    border-bottom: none;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title i {
    font-size: 35px;
    color: #1da1f3;
    line-height: 24px;
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6a7a83;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title p a {
    color: #092ace;
    text-transform: uppercase;
    font-weight: 500;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .items-title {
    margin-bottom: 30px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 6px;
    padding-bottom: 10px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a {
    padding: 10px 25px;
    font-size: 15px;
    background: #eef2f5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6a7a83;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: jf-flat;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a:hover {
    background: #ff5301;
    color: #ffffff;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .items-title {
    margin-bottom: 20px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items {
    margin-right: 50px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li {
    padding-bottom: 12px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 800;
    position: relative;
    margin-right: 20px;
    color: #333146;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    right: -30px;
    bottom: -0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    transform: rotate(180deg);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:after {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    right: -50px;
    bottom: -0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    transform: rotate(180deg);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover {
    color: #ff5301;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover:before {
    color: #ff5301;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover:after {
    right: -30px;
}

.contact_page .intro_wrapper {
    background: url("../images/banner/inner_banner_3.jpg") no-repeat center center !important;
}

.contact_info_wrapper {
    padding: 120px 0;
}

.contact_info_wrapper .title {
    font-size: 40px;
    font-weight: 700;
    color: #333146;
    margin-bottom: 30px;
}

.contact_info_wrapper .contact_info {
    position: relative;
    z-index: 1;
}

.contact_info_wrapper .contact_info p {
    padding-left: 50px;
    text-align: justify;
}

.contact_info_wrapper .contact_info .details_title {
    margin-bottom: 60px;
}

.contact_info_wrapper .contact_info .details_title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333146;
}

.contact_info_wrapper .contact_info .event_location_info {
    padding: 30px 0px;
}

.contact_info_wrapper .contact_info .event_location_info ul {
    padding-right: 90px;
}

.contact_info_wrapper .contact_info .event_location_info ul li {
    margin-bottom: 25px;
}

.contact_info_wrapper .contact_info .event_location_info ul li:last-child {
    margin-bottom: 0;
}

.contact_info_wrapper .contact_info .event_location_info ul li .info_title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #ff5301;
    margin-bottom: 5px;
    position: relative;
}

.contact_info_wrapper .contact_info .event_location_info ul li .info_title:before {
    position: absolute;
    content: "";
    background: #ff5301;
    height: 3px;
    width: 50px;
    right: -90px;
    top: 12px;
}

.contact_info_wrapper .contact_info .event_location_info ul li ul {
    padding-left: 0px;
}

.contact_info_wrapper .contact_info .event_location_info ul li ul li {

    margin-bottom: 0px;
    line-height: 26px;
    color: #6a7a83;
    font-size: 14px;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_info .event_location_info img.contact__info_shpae {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: -1;
    opacity: 0.3;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input,
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group select,
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    height: 46px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input:focus, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea:focus {
    border: 1px solid #333146;
    outline: none;
    color: #333146;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-ms-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
    height: 170px;
    padding-top: 15px;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn input[type='submit'] {
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #092ace;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button {
    height: 45px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #092ace;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn input[type='submit']:hover {
    background: #ff5301;
}

.google_map #map {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    height: 650px;
    width: 100%;
}

.about_page .intro_wrapper {
    background: url("../images/banner/inner_banner_1.jpg") no-repeat center center !important;
}

.about_us {
    position: relative;
    padding: 120px 0;
}

.about_us .about_title {
    text-align: right;
    padding: 100px 0 0;
}

.about_us .about_title span {
    position: relative;
    padding-right: 110px;
    font-size: 16px;
    font-family: jf-flat;
    color: #6a7a83;
}

.about_us .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    right: 0;
    top: 10px;
    background: #ff5301;
}

.about_us .about_title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
}

.about_us .banner_about {
    padding-left: 8%;
}

.about_us .banner_about img {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 1px 5px 10px -3px #7a7573;
}

.about_us .about_content_wrapper {
    margin-top: -100px;
}

.about_us .about_content_wrapper .about_banner_down {
    padding: 0 80px;
}

.about_us .about_content_wrapper .about_content {
    padding-top: 200px;
}

.about_us .about_content_wrapper .about_content p {
    padding-bottom: 20px;
    margin: 0;
    text-align: justify;
    font-size: 18px;
}

.about_us .about_content_wrapper .about_content a {
    /*color: #333146;*/
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: jf-flat;
}

.about_us .about_content_wrapper .about_content a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 2px;
    /*    background: #ff5301;*/
    opacity: 0.3;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about_us .about_content_wrapper .about_content a i {
    position: absolute;
    top: 2px;
    right: -30px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.about_us .about_content_wrapper .about_content a:hover:before {
    height: 13px;
}

.about_us .about_content_wrapper .about_content a:hover i {
    right: -40px;
    opacity: 0;
    visibility: hidden;
}

#about_unlimited_possibilities .single_item {
    margin-bottom: 50px;
}

#about_unlimited_possibilities .item_6 {
    border-radius: 0px 40px 0px 40px;
}

#about_unlimited_possibilities .item_6:before {
    right: 0;
    left: auto;
    background: #ff5301;
}

#about_unlimited_possibilities .item_6 .icon_wrapper i:before {
    color: #ff5301;
}

#about_our_instructors {
    padding: 120px 0 100px;
}

.out_count_student {
    padding: 120px 0;
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    position: relative;
    z-index: 1;
}

.out_count_student:before {
    position: absolute;
    content: "";
    background: url(../images/shapes/shape_bullet.png) repeat center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}

.out_count_student .sub_title {
    position: relative;
    z-index: 2;
    margin: 0px auto 30px;
}

.out_count_student .sub_title h2, .out_count_student .sub_title p {
    color: #ffffff;
}

.out_count_student .counter_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.out_count_student .counter_wrapper .counter_single_wrapper {
    position: relative;
    z-index: 1;
    width: 25%;
    text-align: center;
}

.out_count_student .counter_wrapper .counter_single_wrapper:before {
    position: absolute;
    background: #ffffff;
    content: "";
    height: 4px;
    width: 80px;
    left: 100%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.out_count_student .counter_wrapper .counter_single_wrapper:last-child:before {
    display: none;
}

.out_count_student .counter_wrapper .counter_single_wrapper .count_single .counter, .out_count_student .counter_wrapper .counter_single_wrapper .count_single .count_icon {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}

.out_count_student .counter_wrapper .counter_single_wrapper .count_single span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: jf-flat;
}

.faq_about {
    position: relative;
    padding: 120px 0;
}

.faq_about .faq_wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq_about .faq_wrapper .single_faq {
    padding-left: 90px;
    padding-right: 80px;
    width: 50%;
    margin-bottom: 50px;
}

.faq_about .faq_wrapper .single_faq:last-child {
    margin-bottom: 0;
}

.faq_about .faq_wrapper .single_faq h3 {
    color: #333146;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
}

.faq_about .faq_wrapper .single_faq h3 span {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    position: absolute;
    left: -90px;
    top: -10px;
    color: #ff5301;
    background: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}

#blog_3_grid {
    padding: 130px 0;
}

#blog_3_grid .single_item {
    height: 100%;
    margin-bottom: 50px;
}

#latest_news_style_2 {
    padding: 130px 0;
}

#latest_news_style_2 .single_item:hover .post_bloger li {
    color: #6a7a83 !important;
}

body[class^='page'] .intro_wrapper,
body[class*=' page'] .intro_wrapper,
body[class*=' tax'] .intro_wrapper,
body[class*=' search'] .intro_wrapper,
body[class*=' error404'] .intro_wrapper,
body[class*=' tag'] .intro_wrapper,
.single .intro_wrapper {
    background: url("../images/banner/inner_pages_banner.jpg") no-repeat center center !important;
    background-size: cover !important;
}

.become_a_instructor {
    padding: 130px 0;
}

.become_a_instructor .video_img {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    position: relative;
    z-index: 1;
}

.become_a_instructor .video_img .video_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn {
    text-align: center;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span {
    position: relative;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span a {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    margin-right: 0px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span a:before {
    position: absolute;
    content: "";
    background: #092ace;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: bounce_4b 3s infinite linear;
    -webkit-animation: bounce_4b 3s infinite linear;
    z-index: -1;
    height: 120px;
    width: 120px;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span a:hover i {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background: #092ace;
    color: #ffffff;
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span a i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 12px;
    background: #092ace;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 5px 9px 20px 0px rgba(253, 25, 73, 0.2);
    box-shadow: 5px 9px 20px 0px rgba(253, 25, 73, 0.2);
}

.become_a_instructor .video_img .video_wrapper .video-play-btn span a span {
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    color: #092ace;
    padding-left: 25px;
}

.become_a_instructor .apply_instructor {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
}

.become_a_instructor .apply_instructor .form_title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 55px;
    padding: 0 25px;
    border-bottom: 1px solid #F8F7F7;
    color: #333146;
}

.become_a_instructor .apply_instructor form {
    padding: 20px 25px 25px;
}

.become_a_instructor .apply_instructor form .form-group {
    margin-bottom: 15px;
}

.become_a_instructor .apply_instructor form .form-group label {
    font-size: 13px;
    color: #333146;
    font-weight: 500;
    margin: 0;
}

.become_a_instructor .apply_instructor form .form-group input, .become_a_instructor .apply_instructor form .form-group textarea {
    background: transparent;
    border: 1px solid #F8F7F7;
    background: #F8F7F7;
    border-radius: 0px;
    height: 48px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.become_a_instructor .apply_instructor form .form-group input:focus, .become_a_instructor .apply_instructor form .form-group textarea:focus {
    border: 1px solid #092ace;
    outline: none;
}

.become_a_instructor .apply_instructor form .form-group input ::-webkit-input-placeholder, .become_a_instructor .apply_instructor form .form-group textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.become_a_instructor .apply_instructor form .form-group input ::-moz-placeholder, .become_a_instructor .apply_instructor form .form-group textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.become_a_instructor .apply_instructor form .form-group input :-ms-input-placeholder, .become_a_instructor .apply_instructor form .form-group textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.become_a_instructor .apply_instructor form .form-group input :-moz-placeholder, .become_a_instructor .apply_instructor form .form-group textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.become_a_instructor .apply_instructor form .form-group textarea {
    height: 80px;
    padding-top: 15px;
}

.become_a_instructor .apply_instructor form .submit_btn {
    width: 100%;
    height: 48px;
    background: #092ace;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.become_a_instructor .apply_instructor form .submit_btn:hover {
    background: #ff5301;
}

#become_instructorr {
    background: #ffffff;
    padding: 0 0 100px;
}

#become_instructorr .sub_title h2, #become_instructorr .sub_title p {
    color: #333146;
}

#become_instructorr .envent_all_view a:hover {
    background: #092ace;
    color: #ffffff;
}

.teachers_profile {
    padding: 130px 0 50px;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items {
    padding: 30px 30px 0;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li:last-child {
    margin-right: 0;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a {
    margin-right: 15px;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    border: 1px solid #555555;
    background: transition;
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a i:hover {
    color: #ffffff;
    padding: 0;
    background: #092ace;
    border: 1px solid #092ace;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills {
    padding: 30px;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single {
    margin-top: 20px;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333146;
    font-family: jf-flat;
    margin: 0;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span .skills_lavel {
    display: inline;
    color: #ff5301;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span:last-child {
    width: 100%;
    height: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    position: relative;
}

.teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span:last-child span {
    position: absolute;
    height: 100%;
    background: #6a7a83;
    left: 0;
    top: 0;
    margin-top: 0;
}

.teachers_profile .teacher-detail-right .teacher-info {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 30px;
    min-height: 360px;
}

.teachers_profile .teacher-detail-right .teacher-info ul {
    margin-bottom: 0;
}

.teachers_profile .teacher-detail-right .teacher-info ul li {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.teachers_profile .teacher-detail-right .teacher-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.teachers_profile .teacher-detail-right .teacher-info ul li h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.teachers_profile .teacher-detail-right .teacher-info ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #6a7a83;
    font-family: jf-flat;
}

.teachers_profile .teacher-detail-right .teacher-contact {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    min-height: 360px;
}

.teachers_profile .teacher-detail-right .teacher-contact h2 {
    margin: 0;
    padding: 30px 0 0;
    background: #ffffff;
    color: #333146;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.teachers_profile .teacher-detail-right .teacher-contact form {
    padding: 30px;
}

.teachers_profile .teacher-detail-right .teacher-contact form input, .teachers_profile .teacher-detail-right .teacher-contact form textarea {
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 54px;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.teachers_profile .teacher-detail-right .teacher-contact form input:focus, .teachers_profile .teacher-detail-right .teacher-contact form textarea:focus {
    border: 1px solid #092ace;
    outline: none;
}

.teachers_profile .teacher-detail-right .teacher-contact form input ::-webkit-input-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.teachers_profile .teacher-detail-right .teacher-contact form input ::-moz-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.teachers_profile .teacher-detail-right .teacher-contact form input :-ms-input-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.teachers_profile .teacher-detail-right .teacher-contact form input :-moz-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}

.teachers_profile .teacher-detail-right .teacher-contact form textarea {
    height: 70px;
}

.teachers_profile .teacher-detail-right .teacher-contact form button {
    width: 100%;
    border: 0 none;
    background: #092ace;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: jf-flat;
}

.teachers_profile .teacher-detail-right .teacher-contact form button:hover {
    background: #ff5301;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs {
    margin-top: 70px;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li {
    margin-right: 30px;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li:last-child {
    margin-right: 0;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a {
    border: none;
    font-size: 15px;
    color: #333146;
    font-family: jf-flat;
    font-weight: 500;
    padding: 12px 15px;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a i:before {
    font-size: 16px;
    color: #092ace;
    margin-right: 15px;
    margin-left: 0;
}

.teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a.active {
    -webkit-box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.2);
    box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.2);
}

.teachers_profile .teacher-detail-right .tab_contents {
    margin-top: 35px;
}

.teachers_profile .teacher-detail-right .tab_contents .tab-pane p {
    margin-bottom: 30px;
}

.teachers_profile .teacher-detail-right .tab_contents .tab-pane p:last-child {
    margin-bottom: 0px;
}

.teachers_profile .teacher-detail-right .tab_contents .tab-pane .popular_courses {
    padding: 15px 0 0;
}

.courses_page .intro_wrapper {
    background: url("../images/banner/inner_banner_4.jpg") no-repeat center center !important;
}

.courses_page .popular_courses {
    padding: 100px 0 100px;
}

#popular_courses_page {
    padding: 130px 0;
}

#courses_details_wrapper, .event_details_wrapper {
    padding: 130px 0 0;
}

#courses_details_wrapper .courses_details .single-curses-contert h2, .event_details_wrapper .courses_details .single-curses-contert h2 {
    font-size: 30px;
    text-align: right;
}

#courses_details_wrapper .courses_details .single-curses-contert h3, .event_details_wrapper .courses_details .single-curses-contert h3 {
    font-weight: 700;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option, .event_details_wrapper .courses_details .single-curses-contert .review-option {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .border-left, .event_details_wrapper .courses_details .single-curses-contert .review-option .border-left {
    border-right: 1px solid #e5e5e5;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .border-left:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .border-left:last-child {
    border-right: none;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape, .event_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape {
    position: relative;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape:before, .event_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape:before {
    position: absolute;
    content: "";
    height: 55px;
    width: 1px;
    background: #d7d7d7;
    top: 50%;
    right: -22%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info img, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info img {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    border-radius: 50%;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span {
    font-size: 13px;
    display: inherit;
    line-height: 18px;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span:last-child {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333146;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank span, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank span {
    font-size: 13px;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons {
    padding-top: 5px;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul {
    margin: 0;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li {
    display: inline-block;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon {
    color: #ff5301;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee {
    padding-left: 20px;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span {
    font-size: 13px;
    display: table;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child {
    color: #092ace;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child .courses_price, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child .courses_price {
    color: #092ace;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn {
    padding-left: 40px;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a {
    background: #ff5301;
    height: 46px;
    padding: 0 35px;
    display: inline-block;
    line-height: 46px;
    color: #ffffff;
    border-radius: 5px;
    font-family: jf-flat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a:hover, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a:hover {
    background: #092ace;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper {
    padding: 35px 0px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #d7d7d7;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a {
    border: none;
    color: #333146;
    font-weight: 500;
    padding: 12px;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: jf-flat;
    font-size: 14px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a.active, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a.active {
    background: #ff5301;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents {
    margin-top: 35px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 span {
    font-size: "Roboto", sans-serif;
    color: #092ace;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p {
    margin-bottom: 20px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p:last-child {
    margin-bottom: 0px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-family: jf-flat;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    left: 0px;
    top: 0px;
    color: #ff5301;
    font-weight: 700;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper {
    margin-top: 80px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper span {
    padding-right: 15px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #333146;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li {
    margin-right: 12px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li:last-child {
    margin-right: 0px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i {
    padding: 0;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i:hover {
    padding: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon {
    color: #4867aa;
    border: 1px solid #4867aa;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon:hover {
    background: #4867aa;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon {
    color: #1da1f2;
    border: 1px solid #1da1f2;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon:hover {
    background: #1da1f2;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon {
    color: #0077B5;
    border: 1px solid #0077B5;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon:hover {
    background: #0077B5;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon {
    color: #262223;
    border: 1px solid #262223;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon:hover {
    background: #262223;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box h2, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box h2 {
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 40px;
    padding: 40px 0 15px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel + .panel, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel + .panel {
    margin-top: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 35px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel-default, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel-default {
    border-color: transparent;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading {
    background-color: #fafafa;
    border: 0px solid;
    border-color: transparent;
    padding: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title {
    -webkit-box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
    width: 100%;
    height: 70px;
    display: table;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click {
    background: #fafafa;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span {
    float: right;
    font-size: 15px;
    padding-right: 30px;
    color: #333146;
    line-height: 20px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a {
    display: block;
    color: #333146;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    text-decoration: none;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before {
    color: #ff5301;
    position: absolute;
    content: "\f100";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .4s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before {
    color: #ff5301;
    position: absolute;
    content: "\f125";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    line-height: 38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body {
    background: #ffffff;
    padding: 35px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single {
    margin-bottom: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child {
    margin-bottom: 0px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span {
    padding-right: 50px;
    font-family: jf-flat;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i {
    color: #ff5301;
    font-size: 18px;
    padding-right: 10px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a {
    text-align: center;
    font-size: 12px;
    padding: 0px 15px;
    text-decoration: none;
    font-family: jf-flat;
    color: #333146;
    border: 1px solid #ff5301;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a:hover {
    background: #ff5301;
    color: #ffffff;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
    max-width: 350px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover {
    -webkit-box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.1);
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover .tutor_pro img, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover .tutor_pro img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover .teachers_name h5 a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle:hover .teachers_name h5 a {
    color: #ff5301;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .tutor_pro, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .tutor_pro {
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .tutor_pro img, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .tutor_pro img {
    height: auto;
    width: 80px;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name h5, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name h5 {
    font-size: 18px;
    font-weight: 700;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name h5 a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name h5 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .courses_teacher .tutor_signle .teachers_name span {
    font-weight: 500;
    font-size: 14px;
    color: #ff5301;
    margin-top: 5px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating {
    height: 180px;
    text-align: center;
    width: 30%;
    float: left;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count {
    padding: 31px 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count .five, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count .five {
    font-size: 70px;
    color: #333146;
    line-height: 50px;
    font-weight: 700;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul {
    margin: 0;
    padding: 10px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul li {
    color: #ff5301;
    display: inline-block;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul li i:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count ul li i:before {
    font-size: 26px;
    margin: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .five-star-rating .rating_box_count span {
    font-size: 16px;
    font-weight: 400;
    color: #333146;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box {
    width: 65%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars {
    clear: both;
    padding: 0 30px 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 14px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .key, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .key {
    min-width: 52px;
    font-weight: 400;
    color: #1a1a23;
    font-size: 16px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .bar, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .bar {
    width: 270px;
    margin: 0 7px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .full_bar, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .full_bar {
    background: #eee;
    height: 12px;
    position: relative;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .full_bar span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .full_bar span {
    background: #333146;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .value, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .review-content .rating-box .detailed-rating .stars .value {
    font-size: 16px;
    font-weight: 400;
    color: #333146;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper {
    margin-bottom: 50px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper {
    margin-bottom: 30px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child {
    margin-bottom: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 25px;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:last-child {
    margin-bottom: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img {
    width: 13%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img {
    border-radius: 50%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text {
    padding: 0 15px 0 30px;
    width: 87%;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info {
    line-height: 14px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name {
    font-size: 14px;
    font-weight: 600;
    color: #333146;
    margin-right: 25px;
    font-family: jf-flat;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6a7a83;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul {
    margin: 0;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul li {
    padding: 0 1px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul li i:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .rating ul li i:before {
    font-size: 14px;
    color: #ff5301;
    margin-left: 0px;
}

#courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p {
    margin: 19px 0 0;
}

#courses_details_wrapper .blog-right-items .courses_features, .event_details_wrapper .blog-right-items .courses_features {
    background: linear-gradient(65deg, #0d3595 0%, #00267f 100%);
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    margin: 0 0 50px;
}

#courses_details_wrapper .blog-right-items .courses_features .items-title, .event_details_wrapper .blog-right-items .courses_features .items-title {
    text-align: left;
}

#courses_details_wrapper .blog-right-items .courses_features .items-title h3, .event_details_wrapper .blog-right-items .courses_features .items-title h3 {
    color: #ffffff;
}

#courses_details_wrapper .blog-right-items .courses_features .items-title h3:before, .event_details_wrapper .blog-right-items .courses_features .items-title h3:before {
    background: #ff5301;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items, .event_details_wrapper .blog-right-items .courses_features .features_items {
    padding-left: 80px;
    padding-right: 50px;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li, .event_details_wrapper .blog-right-items .courses_features .features_items ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li:last-child, .event_details_wrapper .blog-right-items .courses_features .features_items ul li:last-child {
    padding-bottom: 0;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li a, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li a i:before, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a i:before {
    margin: 0;
    color: #ff5301;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover {
    color: #ff5301;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover:before, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover:before {
    color: #ff5301;
}

#courses_details_wrapper .blog-right-items .courses_features .features_items ul li span, .event_details_wrapper .blog-right-items .courses_features .features_items ul li span {
    color: rgba(255, 255, 255, 0.7);
    font-family: jf-flat;
}

#courses_details_wrapper .blog-right-items .courses_features .courses_feaures_shpe, .event_details_wrapper .blog-right-items .courses_features .courses_feaures_shpe {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 85%;
    z-index: -1;
}

#courses_details_wrapper .blog-right-items .popular_courses_post .courses_price .price span, .event_details_wrapper .blog-right-items .popular_courses_post .courses_price .price span {
    font-family: jf-flat;
    font-size: 12px;
    color: #6a7a83;
    font-weight: 500;
    padding-right: 15px;
}

#courses_details_wrapper .blog-right-items .popular_courses_post .courses_price .price .new_price, .event_details_wrapper .blog-right-items .popular_courses_post .courses_price .price .new_price {
    color: #ff5301 !important;
    padding-right: 0px;
    font-weight: 600;
}

#courses_details_wrapper .blog-right-items .get_discount, .event_details_wrapper .blog-right-items .get_discount {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    padding: 50px 0px 60px;
    position: relative;
    z-index: 1;
}

#courses_details_wrapper .blog-right-items .get_discount .items-title, .event_details_wrapper .blog-right-items .get_discount .items-title {
    text-align: center;
}

#courses_details_wrapper .blog-right-items .get_discount .items-title p, .event_details_wrapper .blog-right-items .get_discount .items-title p {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

#courses_details_wrapper .blog-right-items .get_discount .items-title h3, .event_details_wrapper .blog-right-items .get_discount .items-title h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    padding: 15px 15px 25px;
}

#courses_details_wrapper .blog-right-items .get_discount .items-title a, .event_details_wrapper .blog-right-items .get_discount .items-title a {
    background: #092ace;
    height: 50px;
    padding: 0 40px;
    display: inline-block;
    line-height: 50px;
    color: #ffffff;
    border-radius: 4px;
    font-family: jf-flat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#courses_details_wrapper .blog-right-items .get_discount .courses_feaures_shpe, .event_details_wrapper .blog-right-items .get_discount .courses_feaures_shpe {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#related_courses_wrapper {
    position: relative;
}

#related_courses_wrapper .title {
    padding-bottom: 40px;
}

#related_courses_wrapper .title h2 {
    font-size: 30px;
    font-weight: 900;
    padding-left: 15px;
    position: relative;
}

#related_courses_wrapper .title h2:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #d7d7d7;
    bottom: -30px;
    left: 15px;
}

#related_courses_wrapper #related_courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#related_courses_wrapper #related_courses .single-courses {
    margin: 50px 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(47, 47, 47, 0.05);
}

#related_courses_wrapper .owl-buttons {
    position: absolute;
    top: -50px;
    right: 0;
}

#related_courses_wrapper .owl-buttons .owl-prev {
    border-radius: 0 15px 0px 15px !important;
}

#related_courses_wrapper .owl-buttons .owl-next {
    border-radius: 15px 0px 15px 0px !important;
}

#related_courses_wrapper .owl-buttons .owl-prev, #related_courses_wrapper .owl-buttons .owl-next {
    height: 40px;
    border: 1px solid #00267f;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 !important;
}

#related_courses_wrapper .owl-buttons .owl-prev i:before, #related_courses_wrapper .owl-buttons .owl-next i:before {
    color: #00267f;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

#related_courses_wrapper .owl-buttons .owl-prev:hover, #related_courses_wrapper .owl-buttons .owl-next:hover {
    border: 1px solid #ff5301;
}

#related_courses_wrapper .owl-buttons .owl-prev:hover i:before, #related_courses_wrapper .owl-buttons .owl-next:hover i:before {
    color: #ff5301;
}

.event_page .intro_wrapper {
    background: url("../images/banner/inner_banner_5.jpg") no-repeat center center !important;
}

.event_details_wrapper {
    padding: 130px 0 100px;
}

.event_details_wrapper .event_intro .post_content {
    padding: 30px;
    background: #fafafa;
}

.event_details_wrapper .event_intro .post_content .post_by {
    margin-bottom: 30px;
}

.event_details_wrapper .event_intro .post_content .post_by span {
    font-size: 20px;
    font-weight: 700;
    color: #333146;
}

.event_details_wrapper .event_intro .post_content .post_by .date_event {
    color: #ff5301;
}

.event_details_wrapper .event_intro .post_content .blog_post_content p {
    margin-bottom: 30px;
    color: #333146;
}

.event_details_wrapper .event_intro .post_content .blog_post_content p:last-child {
    margin-bottom: 0;
}

.event_details_wrapper .location_bottom_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event_details_wrapper .location_bottom_wrapper .event_details {
    margin-top: 90px;
    width: 100%;
}

.event_details_wrapper .location_bottom_wrapper .event_details .details_title {
    margin-bottom: 30px;
}

.event_details_wrapper .location_bottom_wrapper .event_details .details_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333146;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    padding: 50px 60px;
    margin-bottom: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul {
    width: 50%;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li {
    margin-bottom: 15px;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li:last-child {
    margin-bottom: 0;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333146;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li span {
    font-weight: 400;
    font-size: 14px;
    color: #333146;
}

.event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li .hall_location {
    color: #ff5301;
}

.event_details_wrapper .location_bottom_wrapper .event_location_map {
    margin-top: 90px;
    padding-left: 60px;
}

.event_details_wrapper .location_bottom_wrapper .event_location_map .details_title {
    margin-bottom: 30px;
}

.event_details_wrapper .location_bottom_wrapper .event_location_map .details_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333146;
}

.event_details_wrapper .location_bottom_wrapper .event_location_map .google_map #map {
    -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    height: 420px;
    width: 370px;
}

.more-btn {
    direction: ltr;
    display: block;
    margin: 0px auto;
    margin-bottom: 0px;
    background: #ff5301;
    border-radius: 0;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 170px;
    text-align: center;
}

.more-btn:hover {
    background: #092ace;
    color: #ffffff;
    font-weight: bold;
}

.subscribe-input {
    position: relative;
    width: 80%;
    height: 40px;
    border: 0px;
    padding: 0 40px;
    border-top-right-radius: 10px;
    outline-style: none;
    float: right;
}

.subscribe-button {
    width: 20%;
    height: 40px;
    text-align: center;
    border: 0px;
    background: #092ace;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 40px;
    border-bottom-left-radius: 10px;
    outline-style: none;
}

.select-language {
    position: relative;
    background-color: transparent;
    border: 0px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.select-language option {
    background-color: #343e3f;
    font-family: jf-flat;
}

#rev_slider_1 .tp-caption {
    background-color: #00267f3d;
    padding: 0px 10px !important;
    box-shadow: 1px 2px 10px #00267f3d;
}

.tp-bullets {
    top: 90% !important;
}

.location_map {
    width: 100%;
    height: 200px;
}

.copyright-container {
    background: url("../images/backgrounds/top-header.jpeg");
    background-size: 100% 100%;
    direction: ltr;
    padding: 10px;
}

.copyright-container p {
    color: #fff;
    margin: 0px;
    text-align: center !important;
}

.copyright-container p a {
    color: #fff;
    font-weight: bold;
}

#bgvid {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 1;*/
}

.stats-img {
    width: 30%;
    height: 115px;
    float: left;
}

.stats-data {
    display: inline-block;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
    width: 60%;
}


.cources_highlight .carousel-container {
    position: relative;
    width: 100%;
}

.cources_highlight .carousel-main {
    height: 300px;
    width: 640px;
    position: relative;
    margin: 5px auto 5px;
}

.cources_highlight .carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cources_highlight .carousel-feature a {
    font-size: 18px;
}

.cources_highlight .carousel-image {
    border: 0;
    display: block;
    width: 100%;
    height: 300px;
}

.acym_module_form .acym_form {
    width: 100%;
}

.acym_module_form input[type='text'],
.acym_module_form input[type='email'] {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: 0px;
    outline-style: none;
    padding: 20px;
    text-align: left;
}

.acym_module_form input[type='text'] {
    border-top-left-radius: 10px;
}

.acym_module_form input[type='button'] {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: 0px;
    outline-style: none;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    background: #092ace;
    outline-style: none !important;
    font-weight: 600;
}

.acym_module_form input[type='button']:focus {
    outline-style: none !important;
}

.visitors-number {
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 0px auto 50px;
    text-align: center;
}

.visitors-number p {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.visitors-number span {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #fff3d9;
}

.phone-icon-header {
    float: left;
}

.navbar-light .navbar-nav .nav-link:focus {
    outline-style: none !important;
}

.about_us .banner_about_page {
    padding-left: 8%;
}

.about_us .banner_about_page img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.direction-ltr {
    direction: ltr;
}

.courses_details_nav_tabs .nav-tabs .nav-item {
    padding: 0px;
    width: 16.66%;
}

.courses_details_nav_tabs .nav-tabs .nav-item .nav-link {
    display: block;
    text-align: center;
}

#courses_details_wrapper .details-img-bxo img {
    width: 100% !important;
}

.display-block {
    display: block;
}

.height-60 {
    height: 60px;
}

/*
Publication - Blog
*/

.publication-blog {
    padding: 130px 0;
}

.publication-blog .single_item {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.publication-blog .single_item:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publication-blog .single_item:hover:before {
    background: #ff5a2c;
}

.publication-blog .single_item:hover .blog-img img {
    margin-top: -15px;
}

.publication-blog .single_item:hover .blog_title {
    margin-top: -32px;
    background: #111b51;
}

.publication-blog .single_item:hover .blog_title span {
    color: #ffffff;
}

.publication-blog .single_item:hover .blog_title h3 a {
    color: #ffffff;
}

.publication-blog .single_item:hover .blog_title .post_bloger span {
    color: #ffffff;
}

.publication-blog .single_item:hover .blog_title .post_bloger .bloger_name {
    color: #ff5a2c;
}

.publication-blog .single_item .blog-img {
    overflow: hidden;
}

.publication-blog .single_item .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publication-blog .single_item .blog_title {
    padding: 25px;
    background: #ffffff;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publication-blog .single_item .blog_title span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publication-blog .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    line-height: 34px;
}

.publication-blog .single_item .blog_title h3 a {
    color: #333146;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publication-blog .single_item .blog_title h3 a:hover {
    color: #ff5a2c;
}

.publication-blog .single_item .blog_title .post_bloger {
    padding: 15px 0 10px;
}

.publication-blog .single_item .blog_title .post_bloger span {
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.publication-blog .single_item .blog_title .post_bloger .bloger_name {
    color: #ff5a2c;
    font-weight: 700;
    font-size: 14px;
}

.publication-blog .single_item .overlay {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.publication-blog .single_item:hover .overlay {
    opacity: .8;
}

.publication-blog .single_item .overlay ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-top: 70%;
}

.publication-blog .single_item .overlay ul li {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #092ace;
    border-radius: 100%;
    margin: 0px auto;
    line-height: 45px;
    padding: 0px;
    text-align: center;
}

.publication-blog .single_item .overlay ul li a {
    font-size: 22px;
    color: #ff5301;
    cursor: pointer;
}

#single-page-video-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 1;*/
}

.administration-contact-form {
    position: relative;
    width: 100%;
    margin: 20px 0px;
}

.administration-contact-form input[type='text'],
.administration-contact-form input[type='tel'],
.administration-contact-form input[type='email'],
.administration-contact-form select {
    position: relative;
    display: block;
    width: 80%;
    margin: 10px auto;
    height: 40px;
    padding: 5px 20px;
    border: 0px;
    /*border-bottom: 1px solid #ff5301;*/
    /*border-radius: 100px 10px;*/
    box-shadow: 1px 2px 3px #ff530163;
    text-align: center;
    text-align-last: center;
    background: transparent;
}

.administration-contact-form textarea {
    position: relative;
    display: block;
    width: 80%;
    margin: 10px auto;
    height: 150px;
    padding: 10px;
    border: 0px;
    /*border-bottom: 1px solid #ff5301;*/
    /*border-radius: 100px 10px;*/
    resize: vertical;
    box-shadow: 1px 2px 3px #ff530163;
    text-align: center;
}

.administration-contact-form input[type='submit'] {
    position: relative;
    display: block;
    width: 25%;
    margin: 10px auto;
    height: 40px;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background: #092ace;
    color: #fff;
    text-align: center;
}

.administration-contact-form-txt {
    font-size: 18px;
    margin: 10px 0px 30px;
}

.sort-items-container {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.sort-items-container label {
    font-weight: bold;
}

.sort-items-container select {
    width: 150px;
    border: 0px;
    outline-style: none;
    background-color: transparent;
    margin-right: 5px;
    box-shadow: 4px 4px 0px #ff5301, -4px -4px 0px #01267f;
    text-align-last: center;
    appearance: auto;
    font-weight: bold;
}

.institution-logo {
    padding: 30px 30px 80px;
}

.page-template-page-faq .faqs-container {
    padding: 130px 0;
}

.faq-section {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.faq-section h3 {
    width: 100%;
    padding: 10px 15px 10px 0px !important;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px !important;
    text-shadow: -1px 0px 1px #afafaf;
}

.faq-section ul {
    position: relative;
    width: 100%;
    padding: 0px 30px 0px 0px;
}

.faq-section ul li {
    padding-right: 0px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.faq-section ul li a {
    color: #0062cc;
    font-weight: bold;
}

.faq_list_container {
    padding: 130px 0;
}

.faq_list_container .faq-title {
    font-weight: bold;
    color: #092ace;
    text-decoration: none;
    background: transparent;
}

.faq_list_container .faq-title:hover {
    text-decoration: none;
}

.faq_list_container .faq-title:focus {
    box-shadow: 0px 0px;
}

.faq_details_nav_tabs .nav-tabs {
    position: relative;
    width: 100%;
    border: 1px solid #d7d7d7;
}

.faq_details_nav_tabs .nav-tabs .nav-item {
    padding: 0px;
    width: 100%;
    display: block;
    margin-bottom: -1px;
}

.faq_details_nav_tabs .nav-tabs .nav-item a {
    border: none;
    color: #333146;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: jf-flat;
    font-size: 14px;
}

.faq_details_nav_tabs .nav-tabs .nav-item a:focus {
    outline-style: none !important;
}

.faq_details_nav_tabs .nav-tabs .nav-item a.active {
    background: #ff5301;
    color: #ffffff;
}

.tab-faq-title {
    background: transparent;
    font-weight: bold;
    color: #ff5301;
    width: 100%;
    text-align: right;
    font-size: 15px;
    white-space: normal;
}

.tab-faq-title:focus {
    box-shadow: 0px 0px;
}

.card-header .tab-faq-title .accicon {
    float: left;
    font-size: 20px;
    margin-top: 0px;
    color: #ababab;
}

.tab-faq-title:not(.collapsed) .accicon .rotate-icon {
    transform: rotate(270deg);
}

.card {
    border: 0px;
}

.search-img {
    height: 250px !important;
}

.padding-a-10 {
    padding: 20px;
}

.search-result-icon {
    float: right;
    font-size: 24px;
    color: #ff5301;
}

.photo-album {
    position: relative;
    padding: 120px 0;
}


.photo-album .before-album-title:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    right: 15px;
    top: 10px;
    background: #ff5301;
}

.photo-album .after-album-title:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 15px;
    top: 65px;
    background: #ff5301;
}

.photo-album .album-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0px;
    text-align: center;
    /*padding: 10px;
    border: 1px solid #ff5301;*/
}

.photos {
    /*   display: grid;
      grid-template-columns: repeat(3, 3fr);
      grid-gap: 20px; */
    column-count: 3;
}

.photos img {
    width: 100%;
    height: auto;
    filter: contrast(100%);
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

.photos img:hover {
    filter: contrast(125%);
}

.tall-height {
    height: 350px !important;
}

.medium-height {
    height: 250px !important;
}

.short-height {
    height: 150px !important;
}

/*
.photo-album .gallery-item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.photo-album .gallery-item:hover:after {
    opacity: 1;
}*/

.gallery-item {
    /*border-radius: 7px;
    flex-basis: 270px;
    margin:0 auto;
    margin-bottom: 20px;*/
    position: relative;
    cursor: pointer;
    /*overflow: hidden;
    display: inline-block;*/
}

/*.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}*/

.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item:hover:after {
    opacity: 1;
}


.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.disabled-link {
    color: #92929e7a !important;
}

.university-sector-title {
    position: relative;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    margin: 20px auto 50px;
    text-shadow: 1px 2px 3px #000;
    background: linear-gradient(to left, #092acee3 0%, #ff5301d6 100%);
    font-weight: bolder;
    border-radius: 0% 100%;
    box-shadow: 1px 2px 3px #9f9d9d;
    width: 75%;
}

.custom-hr {
    margin-bottom: 50px;
    box-shadow: 1px 2px 3px 0px #092ace42;
    border-top: 2px solid rgb(255 83 1);
    width: 50%;
}

.empty-img {
    display: block;
    width: 50% !important;
    margin: 0px auto;
}

.wpulike {
    text-align: left;
}

#panorama-360-view {
    width: 100% !important;
    box-shadow: 0px 5px 20px #1e84fe85, 0px -5px 20px #c2cbe0;
    z-index: 1;
    position: relative;
    border-top: 1px solid #c1c5cf99;
    border-bottom: 1px solid #c1c5cf99;
}

#panorama-360-view img {
    display: block;
    width: 100% !important;
    height: 100%;
}

.popular_courses .pagination {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.popular_courses .pagination a {
    color: #01267f;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #ff5301;
    margin: 0 2px;
    font-weight: bold;
}

.popular_courses .pagination a:hover {
    background-color: #ff5301;
    color: #fff;
    border-color: #ff5301;
}

.popular_courses .pagination .current {
    color: #fff;
    background-color: #ff5301;
    border-color: #ff5301;
    padding: 10px 15px;
    margin: 0 2px;
}

.link-icon {
    color: #C7A45C;
    font-size: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}

.header-contact-faq-link-mobile{
    display: none !important;
}


/* Section Styles */
.download-section {
    box-shadow: -2px -2px 3px #1841aa;
    color: white;
    padding: 60px 0;
    text-align: left; /* For LTR */
    /*background: linear-gradient(196deg, #01267e, #ff5301);*/
    background-image: url("../images/backgrounds/BK-2.jpg");
    background-size: 100% 100%;
}

.download-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.download-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 2px 0px #3e3e3e;
    text-align: left;
}

.download-section .section-description {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: justify;
    line-height: 30px;
}

/* Image Grid Styles */
.download-section .image-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.download-section .image-item {
    position: relative;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-section .image-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.download-section .download-image {
    width: 100%;
    height: 270px;
    display: block;
    border-radius: 15px;
}

.download-section .download-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.download-section .image-item:hover .download-link {
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .download-section .image-grid {
        flex-direction: column;
        align-items: center;
    }

    .download-section .image-item {
        max-width: 100%;
    }

    .download-section .section-title {
        font-size: 2rem;
    }

    .download-section .section-description {
        font-size: 1rem;
    }
}

/* Visual Identity */
.vi-link{
    display: block;
    font-size: 10px !important;
    text-shadow: 0px 0px 1px #c7a45c;
}
.vi-link-img {
    width: 18px;
    height: 18px;
}
/* Visual Identity */